/** Shopify CDN: Minification failed

Line 621:0 Unexpected "}"
Line 2401:2 Comments in CSS use "/* ... */" instead of "//"
Line 2570:19 The "+" operator only works if there is whitespace on both sides
Line 2571:20 The "+" operator only works if there is whitespace on both sides

**/
@charset "UTF-8";
/*globalscss*/
/* Color */
/* fonts */
@font-face {
  font-family: "fontello";
  src: url("//myroutdoor.se/cdn/shop/files/fontello.eot?33571");
  src: url("//myroutdoor.se/cdn/shop/files/fontello.eot?%23iefix&33571") format("embedded-opentype"), url("//myroutdoor.se/cdn/shop/files/fontello.woff2?33571") format("woff2"), url("//myroutdoor.se/cdn/shop/files/fontello.woff?33571") format("woff"), url("//myroutdoor.se/cdn/shop/files/fontello.ttf?33571") format("truetype"), url("//myroutdoor.se/cdn/shop/files/fontello.svg%23fontlight?33571") format("svg");
  font-weight: normal;
  font-style: normal;
  
}



@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-Medium.woff2?v=1728369391') format('woff2'),
      url('/cdn/shop/files/Poppins-Medium.woff?v=1728369392') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-SemiBold.woff2?v=1728369392') format('woff2'),
      url('/cdn/shop/files/Poppins-SemiBold.woff?v=1728369391') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-ExtraBold.woff2?v=1728369391') format('woff2'),
      url('/cdn/shop/files/Poppins-ExtraBold.woff?v=1728369391') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-ExtraLight.woff2?v=1728369392') format('woff2'),
      url('/cdn/shop/files/Poppins-ExtraLight.woff?v=1728369391') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-Light.woff2?v=1728369391') format('woff2'),
      url('/cdn/shop/files/Poppins-Light.woff?v=1728369392') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-Regular.woff2?v=1728369391') format('woff2'),
      url('/cdn/shop/files/Poppins-Regular.woff?v=1728369391') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-Bold.woff2?v=1728369392') format('woff2'),
      url('/cdn/shop/files/Poppins-Bold.woff?v=1728369392') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/Poppins-Thin.woff2?v=1728369392') format('woff2'),
      url('/cdn/shop/files/Poppins-Thin.woff?v=1728369392') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}


/* =============== Media Queries =============== */
/*commonscss*/
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #030303;
  font-weight: normal;
  font-family: "Barlow", sans-serif !important;
  letter-spacing: 0;
}

@media only screen and (min-width: 1441px) {
  .largeContainer {
    max-width: 1340px;
  }
}

img {
  max-width: 100%;
  display: inline-block;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: inherit;
  list-style-position: inside;
}

/* headings */
h1,
.h1 {
  font-family: "Barlow", sans-serif;
  font-size: 67px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1440px) {
  h1,
  .h1 {
    font-size: 57px;
  }
}
@media only screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 47px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 41px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 29px;
  }
}
h1 span,
.h1 span {
  font-size: 62px;
  font-weight: 300;
}
@media only screen and (max-width: 1440px) {
  h1 span,
  .h1 span {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1199px) {
  h1 span,
  .h1 span {
    font-size: 43px;
  }
}
@media only screen and (max-width: 991px) {
  h1 span,
  .h1 span {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  h1 span,
  .h1 span {
    font-size: 31px;
  }
}
@media only screen and (max-width: 575px) {
  h1 span,
  .h1 span {
    font-size: 27px;
  }
}
h1 strong,
.h1 strong {
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 1;
  font-family: "Barlow", sans-serif !important;
  color: #030303 !important;
  font-weight: 300 !important;
  /*   text-transform: capitalize !important; */
  margin-bottom: 25px !important;
}
.main-title{
  font-size: 40px;
  line-height: 1;
  font-family: "Barlow", sans-serif !important;
  color: #030303 !important;
  font-weight: 300 !important;
  /*   text-transform: capitalize !important; */
  margin-bottom: 25px !important;
}
h2 strong {
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  h2 {
    font-size: 38px;
  }
  .main-title{
    font-size:44px;
  }
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 38px;
  }
  .main-title{
    font-size:38px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
  .main-title{
    font-size:35px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
  .main-title{
    font-size:28px;
  }
}
h2 strong {
  font-weight: 700 !important;
}
.main-title strong{
    font-weight: 700 !important; 
  }

.sales_welcomettl {
  font-size: 49px;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  color: #030303;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.sales_welcomettl strong {
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  .sales_welcomettl {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .sales_welcomettl {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .sales_welcomettl {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .sales_welcomettl {
    font-size: 26px;
  }
}

h3 {
  font-size: 33px;
  font-family: "Barlow", sans-serif;
  color: #030303;
  font-weight: 300;
}
@media only screen and (max-width: 1440px) {
  h3 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}
h3 strong {
  font-weight: bold;
}

h4 {
  font-size: 25px;
  font-family: "Barlow", sans-serif;
  color: #030303;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) {
  h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 21px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #030303;
}
@media only screen and (max-width: 1440px) {
  h5 {
    font-size: 18px;
  }
}

p,
ul li,
ol li {
  color: #030303 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
p strong,
ul.list-unstyled p strong {
  font-size: 16px !important;
  font-family: "Barlow", sans-serif !important;
}
p span {
  font-size: 16px !important;
  font-family: "Barlow", sans-serif !important;
}
.font-18 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .font-18 {
    font-size: 16px;
  }
}

.fontmedium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.fontlight {
  font-weight: 300;
}

.custom-btn,
button [type="submit"] {
  color: #ffffff;
  font-weight: bold;
  padding: 20px 22px;
  font-size: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  display: inline-block;
  text-align: center;
  min-width: 21.563vw;
  margin-bottom: 15px;
  border-radius: 50px;
  background-color: #f06520;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.custom-btn:hover,
button [type="submit"]:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1199px) {
  .custom-btn,
  button [type="submit"] {
    padding: 16px 18px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .custom-btn,
  button [type="submit"] {
    min-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .custom-btn,
  button [type="submit"] {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    padding: 14px 18px;
  }
}
@media only screen and (min-width: 1601px) {
  .custom-btn,
  button [type="submit"] {
    min-width: 345px;
  }
}
.custom-btn i,
button [type="submit"] i {
  margin-left: 10px;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.custom-btn img,
button [type="submit"] img {
  width: 20px;
  margin-left: 10px;
}
/*
.btntransparent {
  background-color: transparent;
  border: 1px solid #f06520;
  color: #f06520;
}
.btntransparent:hover {
  color: #f06520;
}
*/
.bgprop {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("//myroutdoor.se/cdn/shop/files/lpg-downarrow.png?33571");
  background-position: right 15px center;
  background-size: 20px;
  background-repeat: no-repeat;
  height: 55px;
  color: #000000;
  font-size: 16px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #000000;
  max-width: 270px;
  border-radius: 15px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 22px;
}
@media only screen and (max-width: 1199px) {
  select {
    font-size: 18px;
  }
}

.slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 18px 0 0;
}
.slick-dots li {
  list-style: none;
  margin-right: 15px;
  line-height: 0;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  border: 0;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0;
  border: 1px solid #030303;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #030303;
}

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 55px;
  color: #000000;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .slick-arrow {
    font-size: 30px;
  }
}
.slick-arrow.left {
  left: 0;
}
@media only screen and (min-width: 992px) {
  .slick-arrow.left {
    left: -45px;
  }
}
.slick-arrow.right {
  right: 0;
}
@media only screen and (min-width: 992px) {
  .slick-arrow.right {
    right: -45px;
  }
}

.popup {
  display: none;
}
.popup button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.popup button:hover {
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  outline: 0;
}

:focus{
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: 0;
}

.material-icons {
  vertical-align: top;
}

.featuredtxt {
  color: #000000 !important;
  font-size: 20px !important;
}
@media only screen and (max-width: 575px) {
  .featuredtxt {
    font-size: 12px;
  }
  font-size: 11px !important;
}
.sectionbanner .featuredtxt {
  font-size: 12px !important;
}
.offer-badge{
  font-size: 18px;
  padding: 4px 22px;
  top: -16px;
}
.offer-badge1 {
  font-size: 16px;
  padding: 4px 16px;
}
}

/*headerscss*/
.header .headertop {
  padding: 5px 0;
  background-color: #f06520;
}
.header.salesheader .headertop {
  background-color: #000000;
}
.header .poshead {
  position: relative;
}
.header .headermain {
  padding: 25px 0;
}
.header.salesheader .headermain {
  padding: 11px 0;
}
.header .headermain .navbar-brand {
  max-width: 148px;
  padding: 0;
  font-size: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .header .headermain .navbar-brand {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
    max-width: 128px;
  }
}
.header .headermain .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .header .headermain .navbar-nav {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .header .headermain .navbar-nav li {
    margin-bottom: 12px;
    border-bottom: 1px solid #f06520;
    padding-bottom: 10px;
  }
  .header .headermain .navbar-nav li:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header .headermain .navbar-nav li:last-child {
    margin-bottom: 0;
  }
}
.header .headermain .navbar-nav li a {
  padding: 0 25px !important;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .headermain .navbar-nav li a:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 1199px) {
  .header .headermain .navbar-nav li a {
    padding: 0 12px !important;
  }
}
.header .headermain .carthead {
  position: relative;
}
.header .headermain .carthead a {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
@media only screen and (max-width: 575px) {
  .header .headermain .carthead a {
    font-size: 0;
  }
}
.header .headermain .carthead a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) and(max-width: 991px) {
  .header .headermain .carthead {
    margin-left: auto;
    margin-right: 40px;
  }
}
.header .headermain .carthead img {
  width: 30px;
}
.header .headermain .carthead .qtycount {
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: -8px;
  right: -8px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  #navbarsId {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #ffffff;
    left: -100%;
    z-index: 999;
    padding: 70px 22px 25px;
    height: 100%;
    max-width: 72%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
  }
  #navbarsId.activemenu {
    left: 0;
  }
}
#navbarsId .backmenu {
  position: absolute;
  top: 22px;
  left: 22px;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  #navbarsId {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.mobile-trigger {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .mobile-trigger {
    position: relative;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.mobile-trigger .line {
  display: block;
  background: #000000;
  width: 25px;
  height: 3px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 25px;
}
.mobile-trigger .line.line-1 {
  top: 0;
}
.mobile-trigger .line.line-2 {
  top: 36%;
}
.mobile-trigger .line.line-3 {
  top: 71%;
}
.mobile-trigger.active-re .line-1 {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background-color: #45f654;
}
.mobile-trigger.active-re .line-2 {
  opacity: 0;
}
.mobile-trigger.active-re .line-3 {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background-color: #45f654;
}

.starlist li {
  line-height: 0;
  margin: 0 5px;
}
@media only screen and (max-width: 575px) {
  .starlist li {
    margin: 0 2px;
  }
}
.starlist li i {
  color: #f2a328;
  font-size: 18px;
}
@media only screen and (max-width: 479px) {
  .starlist li i {
    font-size: 13px;
  }
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bannnerfrm input {
  background-color: rgba(21, 23, 34, 0.7);
  height: 65px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 16px;
  width: 100% !important;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.57);
  border-radius: 0;
}
.bannnerfrm input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.57);
  font-size: 16px;
}
.bannnerfrm input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.57);
  font-size: 16px;
  line-height: 51px;
}
.bannnerfrm input:focus {
  outline: 0;
  background-color: rgba(21, 23, 34, 0.7);
}
.bannnerfrm #search {
  background-image: url("//myroutdoor.se/cdn/shop/files/lpg-searchicon.png?33571");
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 50px;
}

.afternone:after {
  display: none;
}

.clientcomment .commenttextwrap .clientname {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .clientcomment .commenttextwrap .clientname {
    font-size: 14px;
  }
}

.sectionbanner {
  padding: 11.688vw 0 15.688vw;
  /*   background-image: url("//myroutdoor.se/cdn/shop/files/lpg-bannerimg.png?33571"); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .sectionbanner {
    padding: 35px 0;
    background-position: left center;
  }
}

.logos {
  background-color: #f8f8f8;
  padding: 44px 0;
}
.logos p {
  font-size: 18px;
  color: #888888;
}
@media only screen and (max-width: 991px) {
  .logos p {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .logos .logoimg {
    padding: 0 12px;
    margin-bottom: 12px;
    max-width: 180px;
  }
}

.bgcolor {
  background-color: #f1eef4;
}

.welcome_section {
  padding: 34px 0;
}
@media only screen and (max-width: 575px) {
  .welcome_section {
    padding: 32px 0;
  }
}
.welcome_section .video__media {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  height: 0;
}
.welcome_section .video__media iframe,
.welcome_section .video__media video,
.welcome_section .video__media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.welcome_section .max-content p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .welcome_section .max-content p {
    font-size: 16px;
  }
}
.welcome_section ul li {
  position: relative !important;
  padding-left: 32px !important;
  margin-bottom: 12px !important;
  list-style: none !important;
}
.welcome_section ul li:last-child {
  margin-bottom: 0;
}
.welcome_section ul li:before {
  width: 25px !important;
  height: 25px !important;
  background-image: url("//myroutdoor.se/cdn/shop/files/lpg-circle.png?v=12193329481665854665") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  position: absolute !important;
  top: 8px !important;
  left: 0 !important;
  content: "" !important;
}
.welcome_section .main_description_sec ul li:before {
  display: none
}
.welcome_section .main_description_sec ul:first-of-type li {
  position: relative;
}
.welcome_section .main_description_sec ul:first-of-type li:before {
  width: 25px;
  height: 25px;
  background-image: url("//myroutdoor.se/cdn/shop/files/lpg-circle.png?v=12193329481665854665");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block !important;
}

.choose_section {
  background-color: #f7f5f8;
  padding: 28px 0 32px;
}
.choose_section .choose-box .choose-img {
  margin-bottom: 22px;
  text-align: center;
  min-height: 70px;
  max-height: 70px;
}
.choose_section .choose-box .choose-img img {
  max-height: 70px;
}
.choose_section .choose-box .choose_box_ttl {
  text-transform: capitalize;
  font-weight: 600;
  color: #030303;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .choose_section .choose-box .choose_box_ttl {
    margin-bottom: 15px;
  }
}

.discover {
  padding: 85px 0;
}
@media only screen and (max-width: 1199px) {
  .discover {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .discover {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .discover {
    padding: 38px 0 29px;
  }
}
.discover .slick-slide {
  margin: 0 14px;
}
.discover .sectionttl {
  margin-bottom: 5.625vw;
}
@media only screen and (min-width: 1601px) {
  .discover .sectionttl {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .discover .discoverslide {
    margin-bottom: 32px;
  }
}
.discover .discoverslide .discover-img img {
  max-width: 100% !important;
  max-height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.discover-wrap {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 15px;
}
.discover-wrap .discover-img {
  width: 220px;
  margin: 0 auto 20px;
  text-align: center;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
}
.discover-wrap .custom-btn {
  min-width: unset;
  max-width: 309px;
  margin: 0 auto;
}
.discover-wrap .savebadge {
  color: #df0415;
  font-weight: 600;
  font-size: 25px;
}
.discover-wrap .blogttl {
  font-size: 20px;
  font-weight: 600;
  color: #030303;
  margin-bottom: 10px;
  text-align: center;

}
.discover-wrap .publishdate {
  color: #7cbd42;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.discover-wrap .publishdate {
  font-size: 21px !important;
}
.discover-wrap .publishdate del {
  font-size: 16px !important;
}
@media only screen and (max-width: 1440px) {
  .discover-wrap .publishdate {
    font-size: 21px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .discover-wrap .publishdate {
    font-size: 21px !important;
  }
}
.discover-wrap .publishdate del {
  color: #030303;
  /*   font-size: 25px; */
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 1440px) {
  .discover-wrap .publishdate del {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .discover-wrap .publishdate del {
    font-size: 16px;
  }
}

.review {
  padding: 5.813vw 0 10px;
}
@media only screen and (min-width: 1601px) {
  .review {
    padding: 93px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .review {
    padding: 30px 0 12px;
  }
}
.review .sectionttl {
  margin-bottom: 6.313vw;
}
@media only screen and (min-width: 1601px) {
  .review .sectionttl {
    margin-bottom: 101px;
  }
}
.review .slick-slide {
  width: 100% !important;
  /*   height: inherit !important; */
  margin: 0 25px;
}
.review .slick-slide > div {
  height: 100%;
}
.review .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.review .reviewimg {
  width: 10.438vw;
  height: 10.438vw;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.review .slides {
  position: relative;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.review .authorname {
  font-size: 18px;
  font-weight: 600;
}

.guarantee {
  /*   background-image: url("//myroutdoor.se/cdn/shop/files/lpg-mountain.png?v=3525813036490706038"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5.813vw 0;
}
@media only screen and (min-width: 1601px) {
  .guarantee {
    padding: 93px 0;
  }
}
@media only screen and (max-width: 767px) {
  .guarantee {
    padding: 30px 0;
  }
  .review .reviewimg {
    width: 75px;
    height: 75px;
  }
}
.guarantee .monyback {
  width: 11.313vw;
}
@media only screen and (max-width: 767px) {
  .guarantee .monyback {
    width: 100%;
    text-align: center;
    max-width: 125px;
    margin: 0 auto 20px;
  }
}
.guarantee .monybacktext {
  width: calc(100% - 11.313vw);
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .guarantee .monybacktext {
    width: 100%;
    padding-left: 0;
  }
}
.guarantee .monybacktext p {
  font-size: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1440px) {
  .guarantee .monybacktext p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .guarantee .monybacktext p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .guarantee .monybacktext p {
    font-size: 16px;
  }
}

.faq {
  padding: 6.438vw 0;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 1601px) {
  .faq {
    padding: 115px 0;
  }
}
.faq .accord {
  margin-bottom: 15px;
  border-bottom: 1px solid #f4a73b;
}
.faq .accord .accord-title {
  font-size: 21px;
  color: #000000;
  position: relative;
  cursor: pointer;
  padding-right: 25px;
  padding-bottom: 12px;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 1199px) {
  .faq .accord .accord-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .faq .accord .accord-title {
    font-size: 16px;
  }
}
.faq .accord .accord-title:before {
  content: "\e145";
  color: #f4a73b;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
.faq .accord .accord-title.close-slide:before {
  content: "\e15b";
}
.faq .accord .accord-body {
  color: #000000;
  display: none;
  padding-right: 25px;
  padding-bottom: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .faq .accord .accord-body {
    font-size: 14px;
  }
}
.faq .accord:last-child {
  border-bottom: 0;
}

.academy {
  padding: 96px 0;
}
@media only screen and (max-width: 1440px) {
  .academy {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .academy {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 991px) {
  .academy {
    padding: 46px 0;
  }
}
@media only screen and (max-width: 767px) {
  .academy {
    padding: 38px 0;
  }
}

.condition-content {
  padding: 96px 0;
}
@media only screen and (max-width: 1440px) {
  .condition-content {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .condition-content {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 991px) {
  .condition-content {
    padding: 46px 0;
  }
}
@media only screen and (max-width: 767px) {
  .condition-content {
    padding: 38px 0;
  }
}

.gallery {
  padding: 96px 0 0;
}
@media only screen and (max-width: 1440px) {
  .gallery {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .gallery {
    padding: 55px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .gallery {
    padding: 46px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .gallery {
    padding: 38px 0 0;
  }
}

.aboutbanner {
  padding: 72px 0;
  background-position: top center;
}
@media only screen and (max-width: 1440px) {
  .aboutbanner {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .aboutbanner {
    padding: 30px 0;
  }
}

.blog-list {
  padding: 100px 0 25px;
}
@media only screen and (max-width: 1440px) {
  .blog-list {
    padding: 70px 0 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-list {
    padding: 55px 0 25px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-list {
    padding: 46px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list {
    padding: 32px 0 25px;
  }
}
.blog-list .blgrow {
  padding-bottom: 47px;
  margin-bottom: 47px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1440px) {
  .blog-list .blgrow {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-list .blgrow {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
}
.blog-list .blgrow:last-child {
  border-bottom: 0;
}
.blog-list .blgrow .blogimg {
  border-radius: 25px;
  overflow: hidden;
}
.blog-list .blgrow .blgttl {
  margin-bottom: 0;
}
.blog-list .blgrow a:hover {
  text-decoration: none;
}
.blog-list .blgrow time {
  color: #f2a328;
  display: block;
  margin-bottom: 18px;
}

.blogpost {
  background-color: #f7f5f8;
  padding: 100px 0;
}
@media only screen and (max-width: 1440px) {
  .blogpost {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .blogpost {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 991px) {
  .blogpost {
    padding: 46px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blogpost {
    padding: 32px 0 42px;
  }
}
.blogpost .blogimg {
  border-radius: 25px;
  overflow: hidden;
  max-height: 448px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.subscription {
  padding: 96px 0;
}
@media only screen and (max-width: 1440px) {
  .subscription {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .subscription {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 991px) {
  .subscription {
    padding: 46px 0;
  }
}
@media only screen and (max-width: 767px) {
  .subscription {
    padding: 38px 0;
  }
}
.subscription .forminput {
  width: 100%;
  max-width: 31%;
}
@media only screen and (max-width: 991px) {
  .subscription .forminput {
    max-width: 100%;
  }
}
.subscription input {
  background-color: transparent;
  height: 60px;
  color: #000000;
  font-size: 20px;
  width: 100% !important;
  padding: 0 18px;
  border: 1px solid #000000;
  border-radius: 50px;
}
.subscription input::-webkit-input-placeholder {
  color: #000000;
  font-size: 20px;
}
.subscription input::-moz-placeholder {
  color: #000000;
  font-size: 20px;
  line-height: 51px;
}
.subscription input:focus {
  outline: 0;
  background-color: transparent;
}
.subscription .custom-btn {
  min-width: unset;
  height: 100%;
  padding: 17px 25px;
  max-width: 31%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .subscription .custom-btn {
    margin: 0 auto;
    max-width: 270px;
  }
}

.contactform {
  padding: 5.75vw 0;
}
@media only screen and (min-width: 1601px) {
  .contactform {
    padding: 92px 0;
  }
}
@media only screen and (max-width: 575px) {
  .contactform {
    padding: 30px 0;
  }
}
.contactform .contactfrm input,
.contactform .contactfrm textarea,
.contactform .contactfrm select {
  height: 65px;
  border: 1px solid #000000;
  border-radius: 0;
  background-color: transparent;
  font-size: 22px;
  color: #000000;
  padding: 0 25px;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.contactform .contactfrm input::-webkit-input-placeholder,
.contactform .contactfrm textarea::-webkit-input-placeholder,
.contactform .contactfrm select::-webkit-input-placeholder {
  color: #000000;
  font-size: 22px;
}
.contactform .contactfrm input::-moz-placeholder,
.contactform .contactfrm textarea::-moz-placeholder,
.contactform .contactfrm select::-moz-placeholder {
  color: #000000;
  line-height: 65px;
  opacity: 1;
  font-size: 22px;
}
.contactform .contactfrm textarea {
  height: 100px;
  width: 100%;
  resize: none;
  padding: 18px 25px;
  border-radius: 30px;
}
.contactform .contactinfo span {
  display: inline-block;
  vertical-align: top;
}
.contactform .contactinfo a {
  font-size: inherit;
  color: inherit;
}
.contactform .contacticon {
  width: 50px;
}

.addtocart {
  background-color: #f7f5f8;
  padding: 90px 0;
}
@media only screen and (max-width: 1440px) {
  .addtocart {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .addtocart {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 991px) {
  .addtocart {
    padding: 46px 0;
  }
}
@media only screen and (max-width: 767px) {
  .addtocart {
    padding: 38px 0;
  }
}
.imgbig {
  border-radius: 20px;
  overflow: hidden;
}
.imgbig img {
  width: 100%;
}
#fire-pallet .imgbig img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  object-position: bottom;
}
.addtocart .slick-list {
  padding: 0 !important;
}
.addtocart #slider_2 {
  margin-bottom: 10px;
}
.addtocart .prosmall .slick-list .slick-slide {
  margin: 0 25px;
}
.addtocart .prosmall .slick-list .slick-slide > div {
  height: 100%;
}
.addtocart .prosmall .slick-list .slick-slide > div > div {
  height: 100%;
}
.addtocart .prosmall .smallimg {
  overflow: hidden;
  border-radius: 20px;
}
.addtocart .prosmall .smallimg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.addtocart .price_section {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.addtocart .price_section p {
  font-size: 30px;
  color: #7cbd42;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .addtocart .price_section p {
    font-size: 27px;
  }
}
@media only screen and (max-width: 479px) {
  .addtocart .price_section p {
    font-size: 23px;
  }
  .addtocart .prosmall .slick-list .slick-slide {
    margin: 0 12px;
  }
}
.addtocart .price_section p del {
  color: #000000;
  font-size: 25px;
}
@media only screen and (max-width: 991px) {
  .addtocart .price_section p del {
    font-size: 23px;
  }
}
@media only screen and (max-width: 479px) {
  .addtocart .price_section p del {
    font-size: 20px;
  }
}
.addtocart .propoint li {
  position: relative;
  padding-left: 25px;
}
.addtocart .propoint li:before {
  content: "\e876";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
.addtocart .pmnticons {
  max-width: 365px;
  margin-bottom: 25px;
  margin-left: auto;
}

.page-list li a {
  color: #030303;
  display: inline-block;
  margin: 0 12px;
}
.page-list li a.active {
  color: #f4a73b;
}

.profeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profeature span {
  font-size: 12px;
}

.cart_detail {
  padding: 6.25vw 0;
}
@media only screen and (min-width: 1601px) {
  .cart_detail {
    padding: 100px 0;
  }
}
.cart_detail .sectionttl {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .cart_detail .sectionttl {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_detail .sectionttl {
    margin-bottom: 28px;
  }
}
.cart_detail .subttl-box p {
  font-size: 20px;
}
.cart_detail .cart__table_round {
  border-radius: 20px;
  padding: 20px;
}
.cart_detail .carttable {
  border: 1px solid rgba(0, 255, 255, 0.17);
}
.cart_detail .carttable .rightcartttl {
  padding: 12px;
  border-bottom: 1px solid rgba(0, 255, 255, 0.17);
}
.cart_detail .proname {
  font-size: 20px;
  max-width: 316px;
  margin-bottom: 15px;
}
.cart_detail .proname:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .cart_detail .proname {
    font-size: 17px;
  }
}
.cart_detail .prodetail {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .cart_detail .prodetail {
    text-align: left;
  }
}
.cart_detail table th {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
  border-top: 0;
  color: #030303;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .cart_detail table th {
    display: none;
    background: #fff;
  }
}
.cart_detail table td {
  border-bottom: 1px solid #ebebeb;
  border-top: 0;
  color: #030303;
}
.cart_detail table td.price {
  font-size: 20px;
}
@media only screen and (max-width: 575px) {
  .cart_detail table td.price {
    font-size: 16px;
  }
}
.cart_detail .removelink {
  font-size: 16px;
  color: #fd5f1e;
  text-decoration: underline;
}
.cart_detail #cart td {
  padding: 20px 15px;
  vertical-align:middle;
  text-align:left !important;
}
.cart_detail #cart td del {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .cart_detail .propara {
    font-size: 14px;
  }
}
.cart_detail .order-cart {
  padding: 20px;
}
.cart_detail .subttl-tbl td {
  border-bottom: 0;
  padding: 8px 20px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 21px;
}
@media only screen and (max-width: 575px) {
  .cart_detail .subttl-tbl td {
    font-size: 19px;
  }
}
.cart_detail .subttl-tbl .brtop {
  border-top: 1px solid rgba(0, 255, 255, 0.22);
}
.cart_detail .subttl-tbl .brtop td {
  padding: 14px 20px;
}
.cart_detail .proimg-cart {
  position: relative;
  max-width: 100px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .cart_detail #cart td {
    display: block;
    padding: 12px 20px;
    text-align: left;
  }
  .cart_detail #cart td:before {
    content: attr(data-th);
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #030303;
  }
  .cart_detail #cart td.abs-mob {
    position: relative;
    padding-left: 90px;
  }
  .cart_detail #cart td.abs-mob:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.qtybtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}
@media only screen and (max-width: 575px) {
  .qtybtns > span {
    font-size: 0;
  }
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quantity input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.quantity .input-text.qty {
  height: 50px;
  padding: 0;
  text-align: center;
  border: 0;
  -moz-appearance: textfield;
  color: #838383;
  font-size: 16px;
  width: 100%;
  background-color: transparent;
}
.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  width: 150px;
  border: 2px solid #e8e7e8;
  border-radius: 50px;
}
.quantity.buttons_added .minus,
.quantity.buttons_added .plus1 {
  width: 40px;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #838383;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  background-color: transparent;
  top: 0;
}
.quantity.buttons_added .minus {
  left: 0;
  border-right: 2px solid #e8e7e8;
}
.quantity.buttons_added .plus1 {
  right: 0;
  border-left: 2px solid #e8e7e8;
}

.cartpopup {
  background-color: white;
  position: fixed;
  top: 0;
  right: -100%;
  width: 425px;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media only screen and (max-width: 575px) {
  .cartpopup {
    width: 94%;
  }
}
.cartpopup.activepopup {
  right: 0;
}
.cartpopup.activepopup + .overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 2;
}
.cartpopup .custom-btn,
.cartpopup button [type="submit"] {
  width: 100%;
  max-width: 100%;
}
.cartpopup .remove-popup {
  position: absolute;
  left: 20px;
}
.cartpopup .remove-popup i {
  color: #000000;
}
.cartpopup .proname {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .cartpopup .proname {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cartpopup .proname {
    font-size: 16px;
  }
}
.cartpopup .popupttl {
  color: #000000;
  padding: 10px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
}
.cartpopup .cart_detail-popup {
  padding: 35px 30px;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cartpopup .cart_detail-popup .proimg-cart {
  border: 1px solid #ebebeb;
  max-width: 120px;
  padding: 12px;
  border-radius: 20px;
}
.cartpopup .pricepop {
  color: #030303;
  font-size: 20px;
}
.cartpopup .popupsubttl {
  padding: 35px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

/*footerscss*/
.copyrighttext {
  font-size: 14px !important;
  color: #ffffff !important;
}

.footer {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer ul li a {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.7;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  ;
  /*   .footer ul li a {
    font-size: 14px;
  } */
}
.footer .social-links li {
  margin-right: 25px;
}
.footer .social-links li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .btnpament {
    width: 100%;
    max-width: 100%;
  }
}

.fancybox-container * {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.fancybox-container h1,
.fancybox-container .h1,
.fancybox-container h2,
.fancybox-container .h2,
.fancybox-container h3,
.fancybox-container .h3,
.fancybox-container h4,
.fancybox-container .h4,
.fancybox-container h5,
.fancybox-container .h5,
.fancybox-container h6,
.fancybox-container .h6 {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}
.fancybox-container strong {
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  font-size: 18px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\f099";
}

/* '' */
.icon-facebook:before {
  content: "\f09a";
}

/* '' */
.icon-pinterest-circled:before {
  content: "\f0d2";
}

/* '' */
.icon-youtube-1:before {
  content: "\f167";
}

/* '' */
.icon-instagram:before {
  content: "\f16d";
}

/* '' */
.icon-snapchat-ghost:before {
  content: "\f2ac";
}

/* '' */
.icon-youtube:before {
  content: "\f313";
}

/* '' */
.stickybtn {
  background-color: #f06520;
  color: #1c232d;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  font-family: "Barlow", sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  padding: 18px;
  z-index: 999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
.stickybtn:hover {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .stickybtn.hidebtn {
    display: none;
  }
}
.stickybtn img {
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 25px;
}
.stickybtn:hover img {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

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

.discover .discoverslide a {
  text-decoration: none;
}
.discover .discover-detail a {
  text-decoration: none;
}
.cartpopup .cart_product_wrapper a {
  color: #030303;
  text-decoration: none;
}
.close_btn {
  text-align: center;
}
.close_btn a {
  color: #f06520 !important;
}
.cartpopup .cart_detail-popup {
  position: relative;
}
.cartpopup {
  overflow: auto;
  height: 100%;
}
.cart_link_wrapper a {
  text-align: center;
  color: #303030;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  display: block;
}
.cart_link_wrapper {
  text-align: center;
}

span.color-swatch {
  border-radius: 50%;
  display: block;
  margin: 15px;
  position: relative;
}

.color-swatch.active:after {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  left: -5px;
  top: -5px;
}

.prdct-frm--color-swatch-itm-img-wrap {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 50%;
  border: 1px solid transparent;
  overflow: hidden;
  margin-bottom: 0;
  cursor: pointer;
}
.swatch-element [type="radio"] {
  position: absolute;
  left: -9999px;
}
.swatch-element {
  position: relative;
  cursor: pointer;
  margin-right: 15px;
}
.swatch.prdct-frm--swatch-wrap.color {
  display: flex;
}
.swatch-element:last-child {
  margin-right: 0;
}

.swatch-element [type="radio"]:checked + label {
  border: 1px solid #030303;
}

.tooltip:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltip {
  bottom: 126%;
}

/* footer */
.copyrighttext a {
  color: #fff;
  text-decoration: none;
}

.js-disabled {
  cursor: not-allowed;
}

body:not(.dbtfy-sticky_addtocart-destroy).template-product {
  padding-bottom: 0 !important;
}

#az_reviews {
  display: none;
}
.pro-js-disabled {
  ;
  // pointer-events: none;
}
.js-remove {
  text-decoration: underline !important;
}

.gallery h2.text-center strong {
  font-weight: 700;
  text-transform: lowercase;
}

.sales-tick li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}
.sales-tick li strong {
  font-weight: bold;
}
.sales-tick li:before {
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  /* background-image: url('//myroutdoor.se/cdn/shop/t/42/assets/tick-orange.png?33571'); */
}

.salesbanner {
  background-color: #f6f7f7;
  padding: 67px 0;
}

.clientcomment .clientimg {
  width: 106px;
  height: 106px;
  border-radius: 50%;
}

.clientcomment .commenttextwrap {
  width: calc(100% - 106px);
  padding-left: 15px;
  position: relative;
}

.clientcomment .commenttextwrap .clientcommenttext {
  font-size: 18px;
  color: #222222;
}
.clientcomment .commenttextwrap .clientname {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}

.salesbanner .prosmall .slick-list .slick-slide {
  margin: 0 10px;
}
.salesbanner .pronigimg {
  margin: 0 25px;
}
.salesbanner .prosmall .slick-list .slick-slide > div {
  height: 100%;
}
.salesbanner .prosmall .slick-list .slick-slide > div {
  height: 100%;
}
.salesbanner .smallimg {
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
}
.salesbanner .smallimg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.steps {
  padding: 5.438vw 0;
}
@media(min-width: 1601px) {
  .steps {
    padding: 87px 0;
  }
}
@media(max-width: 767px) {
  .steps {
    padding: 30px 0;
  }
}
.steps h2 {
  margin-bottom: 5.125vw;
}
.steps p {
  font-size: 18px;
}
@media(max-width: 575px) {
  .steps h2 {
    margin-bottom: 28px;
  }
  .steps p {
    font-size: 16px;
  }
}

.steps .stepno {
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #f9a51e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 10px;
  position: relative;
}
.steps .col-md-4:nth-child(3) .stepno:before {
  display: none;
}
.steps .stepno:before {
  content: "";
  position: absolute;
  left: 130%;
  top: 20px;
  background-color: #000000;
  width: calc(13vw - 25px);
  height: 1px;
}
@media(max-width: 767px) {
  .steps .stepno:before {
    display: none;
  }
}
.steps .stepimg {
  max-height: 85px;
  text-align: center;
  margin-bottom: 39px;
}
.steps .stepimg img {
  max-height: 85px;
  text-align: center;
}

.howtoput {
  width: 100%;
  height: 44.313vw;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1921px) {
  .howtoput {
    height: 724px;
  }
}
@media only screen and (max-width: 575px) {
  .howtoput {
    height: 295px;
  }
}
.howtoput .videothumb .playicon {
  position: absolute;
  width: calc(50px +(132 - 50) *((100vw - 480px) /(1600 - 480)));
  height: calc(50px +(132 - 50) *((100vw - 480px) /(1600 - 480)));
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .howtoput .videothumb .playicon {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1601px) {
  .howtoput .videothumb .playicon {
    width: 132px;
    height: 132px;
  }
}
.howtoput .videothumb .playicon:hover {
  text-decoration: none;
}

.welcome_section .orange-tick li:before {
  background-image: url('//myroutdoor.se/cdn/shop/t/42/assets/tick-orange.png?33571');
}
.welcome_section.none-tick li:before {
  background-image: none;
}
.welcome_section.none-tick li {
  padding-left: 53px;
  text-indent: -53px;
}
.starlist li:before {
  display: none;
}
.welcome_section .starlist li {
  padding: 0;
  margin-bottom: 0;
}
.sales_list li img {
  width: 30px;
  margin-right: 20px;
}

#shopify-section-template--15282021073112__lpg_sales_featured_logo .logos {
  background-color: #f1f1f1;
}

.sales_welcome {
  padding: 6vw 0;
}

.salesbanner .slick-arrow.left {
  ;
  /* left: -25px; */
}
.salesbanner .slick-arrow.right {
  ;
  /* right: -25px; */
}
#fire-pallet .featuredtxt {
  font-size: 21px;
}
#fire-pallet .starlist li i {
  font-size: 18px;
}

#fire-pallet .starlist li {
  margin: 0 3px;
}

#shopify-section-template--15282021073112__lpg_sales_instagram .gallery {
  padding-top: 0;
}
#insta-feed,
.instafeed-shopify {
  margin-top: 0 !important;
}
#fire-pallet .bannerfeatureswrapper a + img {
  max-width: 364px;
}

.lpg-checkout .prodesc,
.propoint li {
  font-size: 18px;
}

.notify_form__inputs button {
  border: 1px solid #030303;
}

@media only screen and (min-width: 1601px) {
  .salesbanner {
    padding: 80px 0;
  }
}
@media(max-width: 1440px) {
  #fire-pallet .featuredtxt {
    font-size: 17px;
  }
}

@media(max-width: 1199px) {
  .salesbanner {
    padding: 50px 0;
  }
}
@media(max-width: 991px) {
  .salesbanner {
    padding: 38px 0;
  }
  .clientcomment .commenttextwrap .clientcommenttext,
  .clientcomment .commenttextwrap .clientname {
    font-size: 16px;
  }
  .lpg-checkout .prodesc,
  .propoint li {
    font-size: 16px;
  }
  #fire-pallet .featuredtxt {
    font-size: 14px;
  }
}
@media(max-width: 767px) {
  .salesbanner,
  .sales_welcome {
    padding: 30px 0;
  }
  #fire-pallet .featuredtxt {
    font-size: 12px;
  }
  #fire-pallet .bannerfeatureswrapper a + img {
    max-width: 324px;
    margin: 0 auto;
  }
  #fire-pallet .imgbig img {
    max-height: 320px;
    object-position: center;
  }
  .clientcomment .clientimg {
    width: 66px;
    height: 66px;
  }
  .clientcomment .commenttextwrap {
    width: calc(100% - 66px);
  }
  .clientcomment .commenttextwrap .clientcommenttext,
  .clientcomment .commenttextwrap .clientname {
    font-size: 14px;
  }
  #fire-pallet .starlist li i {
    font-size: 16px;
  }
}

.lpg-checkout .slick-arrow {
  color: #adacac;
  font-size: 27px;
}

.lpg-checkout .slick-arrow.right {
  right: 0;
}
.lpg-checkout .slick-arrow.left {
  left: 0;
}

.header .headermain .navbar-nav li ul.submenu {
  position: absolute;
  z-index: 9;
  background-color: #000000;
  min-width: 230px;
  max-width: 230px;
  padding: 10px;
  left: auto;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.17);
}
@media(min-width: 992px) {
  .header .headermain .navbar-nav li ul.submenu {
    display: block;
  }
}
.header .headermain .navbar-nav li ul.submenu li {
  margin-bottom: 8px;
}
.header .headermain .navbar-nav li ul.submenu li:last-child {
  margin-bottom: 0;
}
.header .headermain .navbar-nav li ul.submenu li a {
  padding: 0;
  color: white;
  font-size: 14px;
  font-weight: 400;
  padding-left:0;
}
.header .headermain .navbar-nav li ul.submenu li a:hover {
  text-decoration: none;
}

.header .headermain .navbar-nav li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
}

@media(max-width: 991px) {
  .header .headermain .navbar-nav li ul.submenu {
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    min-width: unset;
    max-width: 100%;
    position: static;
  }
  .header .headermain .navbar-nav li ul.submenu li a {
    color: #000000;
    font-weight: 600
  }
  #navbarsId .search-container {
    display: none;
  }
}
#az_reviews {
  display: block !important;
}
main.pagehome #az_reviews {
  display: none !important;
}
.propmnt-icon .payment-icon {
  height: 25px;
  width: auto;
  margin: 0 4px;
}

.searchbarnew input {
  width: 100%;
}

.searchbarnew button {
  position: absolute;
  top: 0;
  right: 0;
}
.searchbox-grid .card {
  padding: 15px;
}

.searchbox-grid .card .grid-product__image-wrapper {
  margin-bottom: 20px;
}

.searchbox-grid .card .grid-product__image-wrapper .qv-icon {
  padding: 0;
}

.search-container input {
  height: 50px;
  padding-right: 48px;
  padding-left: 15px;
}
.cw_swatch_size {
  border-radius: 0 !important;
}
.search-container input:-webkit-input-placeholder {
  font-size: 10px;
}
.search-container input:-moz-placeholder {
  font-size: 10px;
}

.searchbox-grid .card .ca-button,
.searchbox-grid .card .product-hover-image,
.searchbox-grid .card .grid-product__image-wrapper .qv-icon {
  display: none;
}

.nav-search-form button {
  position: absolute;
  top: 0;
  right: 9px;
  height: 100%;
  color: #000;
  border: 0;
  background: transparent;
}
.nav-search-form {
  position: relative
}
@media(max-width:767px) {
  .navbar-expand-md {
    position: relative;
  }
  .nav-search-form {
    position: static;
  }
  .nav-search-form input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 110%;
    display: none;
  }
  .nav-search-form button {
    right: 40px;
  }
}

.propmnt-icon.text-center {
  /*     width: 295px; */
  margin-top: 15px;
}
.backpack h2 {
  padding-bottom: 25px;
}


/* 12-14-21RR */
@media(max-width:767px) {
  .choose_section .choose-box {
    margin-bottom: 30px;
  };
  /*   .logos .logoimg{
    padding: 0 12px;
    margin-bottom: 12px;
    max-width: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
}


.custom-btn,
.header .headertop,
button [type=submit] {
  color: #FFFFFF;
  background-color: #2B2B2B;
}

/* 24-12-21 */
.credintial-form {
  width: 100%;
  padding: 60px 0;
  font-family: "Roboto Mono", sans-serif;
}

.credintial-form .section-header .page-title {
  text-align: center;
  font-size: 56px;
}

.credintial-form .credintial-form-content {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}
.credintial-form .credintial-form-content .button-submit {
  background-color: #f93;
  border-color: #f93;
  color: #fff;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  font-family: "DIN Next", sans-serif;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.credintial-form .credintial-form-content .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  background-color: #f2ecff;
  border-color: #f2ecff;
  color: #1d1d1d;
  max-width: 100%;
  height: 58px;
}

.credintial-form .credintial-form-content .form-label {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.5;
  color: #1d1d1d;
}
.credintial-form .credintial-form-content #RecoverPassword {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.5;
  color: #1d1d1d;
  text-decoration: none;
}

.credintial-form .credintial-form-content #RecoverPassword .material-icons-two-tone,
.bottom-link .register-link .material-icons-two-tone {
  font-family: Material Icons Two Tone !important;
}

.bottom-link .register-link {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.5;
  color: #1d1d1d;
  text-decoration: none;
}

.bottom-link .register-link.cmb {
  margin-bottom: 12px;
  display: inline-block;
}

#RecoverPasswordForm .section-header .section-header__title {
  font-size: 27px !important;
  display: block;
  margin-top: 0;
  margin-bottom: 12px !important;
  text-rendering: optimizeLegibility;
  color: #2c2c2c !important;
  font-family: Roboto, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0;
  line-height: 1.2 !important;
  text-align: center;
}
#RecoverPasswordForm .section-header .section-header__subtitle {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size: 19px !important;
  line-height: 1.5;
  text-align: center;
}
#HideRecoverPasswordLink {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.5;
  color: #1d1d1d;
  appearance: none;
  outline: none;
  border: 0;
  background-color: transparent;
}
#HideRecoverPasswordLink .material-icons-two-tone {
  font-family: Material Icons Two Tone !important;
}

.credintial-form .checkbox label::after,
.checkbox label::before {
  font-family: Material Icons Two Tone;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.credintial-form .checkbox input[type=checkbox]:checked~label::after {
  content: "check_box";
  top: -3px;
}
.credintial-form .checkbox label::after {
  content: "check_box_outline_blank";
  top: -3px;
}
.credintial-form .checkbox #registerOptin {
  opacity: 0;
  width: 0;
  height: 0;
}
.text-small {
  font-size: 12px;
}
.credintial-form .checkbox {
  padding-left: 0;
}
.credintial-form .checkbox .label-checkbox {
  padding-left: 25px;
  position: relative;
}
.bottom-link-cred a {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.5;
  color: #1d1d1d;
  text-decoration: none;
}
.bottom-link-cred a .material-icons-two-tone {
  font-family: Material Icons Two Tone !important;
}

.account-page {
  width: 100%;
  padding: 60px 0;
  font-family: "Roboto Mono", sans-serif;
  color: #1d1d1d;
}
.account-page .account-page-content .section-header .logout-Link {
  display: block;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.5;
  color: #1d1d1d;
  text-align: center;
  text-decoration: none;
}
.account-page .account-page-content .section-header .logout-Link .material-icons-two-tone {
  font-family: Material Icons Two Tone !important;
}
.account-page .account-page-content .section-header .page-title {
  margin-bottom: 20px;
}



/* page-404" */
.page-404 {
  padding: 60px 0;
}

.page-404 .page-empty {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-404 .page-empty p {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000 !important;
  font-family: Barlow, sans-serif;
  text-align: center;
}
.page-404 .button-emty-page {
  background-color: #f93;
  border-color: #f93;
  color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  font-family: "DIN Next", sans-serif;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}


/* 31-12-21RR */
body.scroll-hide {
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .header .headermain .navbar-nav li a {
    font-size: 15px;
  }
  .header .headermain .carthead a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and(max-width: 991px) {
  .header .headermain .search-container {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header .headermain .carthead a {
    font-size: 0;
  }
}


/* 03-01-22R */
body {
  position: relative;
}
.locale-selectors__container {
  padding-bottom: 0 !important;
}
.locale-selectors__container .locale-selectors__selector {
  position: absolute;
  bottom: 50px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 150px 0 50px;
  }
}

[data-oos-product-bis-button] {
  display: block !important;
  /* margin-top: 10px; */
}



/* 16/17-03-22 */
a:hover {
  text-decoration: none;
}
#product-section .imgbig {
  border-radius: 20px;
  overflow: hidden;
  height: 450px;
  background: #ffffff;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-section .imgbig img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;  
  object-position: center center;
}
.addtocart .price_section p.prices,
.addtocart .price_section p.prices span {
  font-size: 21px !important;
  line-height: 1.5;
  font-weight: 700 !important;
}
.addtocart .price_section p.prices b {
  font-weight: 700 !important;
}
.addtocart .price_section p.prices del,
.addtocart .price_section p.prices del span {
  font-size: 16px !important;
  font-weight: normal !important;
}



@media only screen and (min-width:768px) {

  .pro-rev-mobile {
    display: none !important;
  }

}


@media only screen and (max-width:767px) {

  .pro-rev-desk {
    display: none !important;
  }
  .starlist li {
    margin: 0 0.781vw;
  }
  .starlist li i {
    font-size: 2.500vw;
  }
  .featuredtxt {
    font-size: 2.188vw !important;
  }
  .deskProdDetals_title_area {
    display: none;
  }
  .propmnt-icon.text-center {
    margin-bottom: 10px;
  }
  .rightpro .btnpament .custom-btn {
    padding: 14px 70px;
  }

}

@media only screen and (min-width:992px) {

  .logos-slider {
    width: 80%;
  }
  .logos-slider.mobile {
    display: none !important;
  }
  .pro-rev-mobile {
    display: none !important;
  }
  .mobkback-title > h2 {
    display: none;
  }
}

@media only screen and (max-width:991px) {

  .logos-slider {
    display: none !important;
  }
  .logos-slider.mobile, .logos.product-page .logo-pdp-wrap .logos-slider.mobile {
    display: block !important;
    width: 100%;
    margin-top: 25px;
  }
  .logos-slider.mobile .slick-track {
    display: flex;
  }
  .logos-slider.mobile .slick-slide {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-title {
    display: none;
  }
  .discover-wrap .blogttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .backpack.deskback-title {
    display: none;
  }
}
@media only screen and (max-width:480px) {

  .product-list .custom-btn {
    font-size: 10px;
    padding: 10px;
  }
  .product-list .custom-btn img {
    width: 15px;
    margin-left: 5px;
  }
  .discover-wrap .publishdate {
    font-size: 16px !important;
    margin-bottom: 5px;
  }
  .discover-wrap .publishdate del {
    font-size: 12px !important;
    margin-right: 5px;
  }
  .discover-wrap .blogttl {
    line-height: normal;
    margin-bottom: 0;

  }
  /*   .discover-wrap .blogttl {
    height: auto !important;
  } */
  .discover-wrap .discover-img {
    /*     margin: 0 auto 10px;
    height: 120px; */
    max-width: 100%;
  }
  .discover-wrap .savebadge > span {

    font-size: 14px !important;
    padding: 0 10px;
  }



  .discover-wrap .savebadge {
    margin-bottom: 8px;
  }
  #product-section .imgbig {
    height: 300px;
  }
}


/* 21-03-22R */
.featuredtxt.text-white {
  color: #ffffff !important;
}
.savebadge > span {
  color: #c72642;
  font-weight: bold;
  font-size: 20px !important;
  display: inline-block;
  border-radius: 6px;
}

.review .reviewsllides .slick-arrow {
  top: 43%;
}



@media only screen and (max-width:767px) {
  /* .sectionbanner {
    background-image: url('/cdn/shop/files/mobile-img.png?v=1647857327') !important;
    height: 826px;
    background-position: center;
  } */
  .banner-mobile{
    display:block;
  }
}
@media only screen and (max-width:575px) {
  .sectionbanner {
    height: 600px;
  }
  .starlist li {
    margin: 0 1px;
  }
  .featuredtxt {
    font-size: 12px !important;
  }
}
@media only screen and (max-width:475px) {
/*   .discover-wrap .discover-img {
    height: auto;
  } */
}


/* mobile banner start here */
.mobile-banner-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media(max-width:767px) {
  .sectionbanner {
    background-image: none !important;
  }
}

/* mobile banner end here */


/* CSS 17/11/22 */
.discover.product-list .discover-wrap .box {
  position: relative;
  margin: 20px 15px 0;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 54px 15px 40px;
}
.discover-wrap .blogttl {
  font-weight: 600 !important;
}

.discover.product-list .discover-wrap {
  position: initial;
  margin-top: 0;
  padding: 0;
}
.discover.product-list .discover-wrap {
  margin-bottom: 40px !important;
}
.discover.product-list .product-drop-down {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 61px;
}
.discover-wrap .blogttl {
  font-size: 20px !important;
}
.discover .discover-wrap .publishdate {
  color: #7cbd42 !important;
  font-size: 25px !important;
}
.offer-badge {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  background-color: #7cbd42;
  padding: 6px 24px;
  border-radius: 30px;
  position: absolute;
  top: -22px;
  right: 0;
  z-index: 2;
  left: 0;
  display: inline-table;
  margin: 0 auto;
  line-height: normal;
}
/* about us page */
.welcome_section {
  padding: 34px 0;
}

.offer-badge1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  background-color: #7cbd42;
  padding: 6px 24px;
  border-radius: 30px;
  line-height: normal;
}
.discover .discover-wrap {
  position: relative;
  margin-top: 20px !important;
  padding-top: 54px;
  padding-bottom: 35px;
}
.discover .discover-wrap .discover-detail .blogttl {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #030303 !important;
  margin-bottom: 10px !important;
  text-align: center !important;
}
.discover .discover-wrap .publishdate del {
  color: #030303;
  font-size: 22px !important;
  display: inline-block;
  margin-right: 4px;
}
.discover .discover-wrap .publishdate {
  color: #7cbd42 !important;
  font-size: 25px !important;
}
.discover .discoverslide .slick-dots {
  margin: 40px 0 0;
}
.discover .bannerfeatureswrapper {
  margin-top: 70px;
}
.bg-grey {
  background-color: #f7f5f8;
}
.review .text-center.sectionttl {
  margin-bottom: 100px !important;
}
.review .reviewsllides .slick-dots {
  margin: 25px 0 0;
}
.review {
  padding: 110px 0;
}
.btntransparent {
  background-color: transparent;
  border: 1px solid #f06520;
  color: #f06520;
}
.btntransparent:hover {
  color: #f06520;
}
.footer .text-sm-right li {
  margin-bottom: 24px !important;
}
.copyrighttext {
  margin-top: 24px;
}
.sectionbanner .featuredtxt {
  font-size: 18px !important;
}
.welcome_section p {
  font-size: 22px !important;
}
.discover-title {
  margin-bottom: 100px !important;
}
.guarantee .monybacktext p {
  font-size: 25px !important;
  margin-bottom: 0;
  width: 560px;
  max-width: 100%;
}
.review .reviewsllides .slides .reviewtxt {
  font-size: 18px !important;
}

.choose_section .slider_content .choose-box {
  width: 305px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.choose_section .slider_content .left {
  left: -10px;
}
.choose_section .slider_content .right {
  right: -10px;
}
.discover.product-list .discover-wrap .box {
  position: relative;
  margin: 0 15px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 54px 15px 40px;
}
.discover-wrap .blogttl {
  font-weight: 600 !important;
}
.discover.product-list .discover-wrap {
  position: initial;
  margin-top: 0;
  padding: 0;
}
.discover.product-list .discover-wrap {
  margin-bottom: 40px !important;
}
.discover.product-list .product-drop-down {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 61px;
}
.discover-wrap .blogttl {
  font-size: 20px !important;
}
.price_section.mobile-show {
  display: none;
}
.mobile-content-show {
  display: none !important;
}
.template-index .guarantee.bg-grey {
  background-color: #ffffff;
}
.banner-mobile {
  display: none;
}

@media only screen and (max-width:767px) {
  .sectionbanner .bannertitle{
    margin-bottom: 16px;
  }
  .welcome_section p{
    font-size: 18px !important;
  }
  .discover-title {
    margin-bottom: 30px !important;
  }
  .discover .bannerfeatureswrapper{
    margin-top: 30px;
  }
  #shopify-section-template--15839337185496__lpg-06 .welcome_section p {
    font-size: 17px !important;
  }
  .guarantee .monybacktext p{
    font-size: 18px !important;
  }
  .review h2.text-center.sectionttl strong{
  	display: block;
  }
  .review {
    padding: 40px 0;
  }
  .review .text-center.sectionttl {
    margin-bottom: 40px !important;
  }
  .subscription .custom-btn{
  	max-width: 100%;
  }
  .footer {
    padding: 40px 0;
  }
  .logos {
    padding: 22px 0;
  }
  .discover.product-list .product-drop-down{
  	display: none;
  }
  .discover.product-list .discover-wrap {
    margin-bottom: 15px !important;
  }
  .discover.product-list .discover-wrap {
    margin-bottom: 0px !important;
  }
  .d-mobile-none{
  	display: none;
  }
  .welcome_section h2{
  	text-align: center;
  }
  .price_section.mobile-show{
    display: inline-flex;
  }
  .quantity.buttons_added.productquantityselect{
  	margin-bottom: 15px;
  }
  .mobile-content-hide{
	display: none !important;
  }
  .mobile-content-show{
    display: flex !important;
  }
  
}
/* 
background-repeat:no-repeat;
background-size:cover;
background-position:top center;
} */
@media(max-width:767px){
.sectionbanner{background-image:none !important;}
}
.js-to-hideme {
display: none !important;
}
#shopify-section-lpg-cart-popup a.custom-btn.btntransparent.d-block {
  margin-top: 20px;
}
.inoutStock  .instocks{
color:red !important;
}
/* mobile banner end here */
/* 04-08-22 start */
.nav-link--submenu {
  display: flex;
  align-items: center;
}
/* 04-08-22 end */

.header .headertop {
  padding: 5px 0;
}
.welcome_section .max-content p strong {
  font-size: 22px !important;
}

/* 22-11-22 Product page Section Ui Start */
.allow-purchase {
  background: #ffffff;
  padding: 10px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.allow-purchase .allow-top-content .allow-secure-title {
  text-align: center;
  padding-bottom: 40px;
  max-width: 710px;
  margin: 0 auto;
}
.allow-purchase .allow-top-content .allow-secure-title .secure-img img {
  max-width: 93px;
}
.allow-purchase .allow-top-content .allow-secure-title .secure-text {
  padding: 30px 0 0 0;
}
.allow-purchase .allow-top-content .allow-secure-title .secure-text h2 {
  font-size: 44px;
  font-weight: 400;
  color: #000;
  padding-bottom: 20px;
}
.allow-purchase .allow-top-content .allow-secure-title .secure-text h4 {
  font-size: 26px;
  font-weight: 400;
  color: #000;
}
.allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg {
  background: #fff;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
  margin: 0 auto;
}
.allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0 -10px;
  justify-content: space-between;
}
.allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column {
  padding: 0 10px;
}
.allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper {
  display: flex;
  align-items: center;
}
.allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-text {
  padding-left: 20px;
}
.allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-text h5 {
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-weight: 700;
}
.allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-text h6 {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}


/*  */
.product-details-logo.product-page {
  padding: 35px 0;
}

@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .product-details-logo.product-page {
    padding: 2.333vw 0;
  }
}

.product-details-logo.product-page .product-details-logo-wrapper {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .product-details-logo.product-page .product-details-logo-wrapper {
    flex-direction: column;
  }
}

.product-details-logo.product-page .product-details-logo-wrapper .product-details-logo-left h6 {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .product-details-logo.product-page .product-details-logo-wrapper .product-details-logo-left h6 {
    font-size: 0.800vw;
  }
}

@media only screen and (max-width: 480px) {
  .product-details-logo.product-page .product-details-logo-wrapper .product-details-logo-right {
    padding: 30px 0 0 0;
  }
}

.product-details-logo.product-page .product-details-logo-wrapper .product-details-logo-right ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.product-details-logo.product-page .product-details-logo-wrapper .product-details-logo-right ul li {
  padding-left: 45px;
}

@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .product-details-logo.product-page .product-details-logo-wrapper .product-details-logo-right ul li {
    padding-left: 3vw;
  }
}

.product-details-logo.product-page .product-details-logo-wrapper .product-details-logo-right ul li img {
  max-width: 60px;
}

@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .product-details-logo.product-page .product-details-logo-wrapper .product-details-logo-right ul li img {
    max-width: 4vw;
  }
}

@media only screen and (max-width: 480px) {
  .product-details-logo.product-page .product-details-logo-wrapper .product-details-logo-right ul li:first-child {
    padding-left: 0px;
  }
}
/*  */

/* Backpack for everyday start here */
.backpack-everyday.product-page {
  padding: 66px 0;
}
.backpack-everyday.product-page .backpack-everyday-title {
  text-align: center;
  padding-bottom: 60px;
}
.backpack-everyday.product-page .backpack-everyday-title h2 {
  font-size: 44px;
  line-height: 1;
  color: #000;
  padding-bottom: 20px;
  max-width: 500px;
  margin: 0 auto !important;
  font-weight: 400;
}
.backpack-everyday.product-page .backpack-everyday-title h2 span {
  font-weight: 700;
}

.backpack-everyday.product-page .backpack-everyday-title p {
  font-size: 26px !important;
  font-weight: 400;
  color: #000;
}

.backpack-everyday.product-page .backpack-everyday-title p span {
  font-weight: 700;
  font-size: inherit !important;
}

.backpack-everyday.product-page .backpack-everyday-column-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 0 -10px;
}
.backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column {
  padding: 0 10px;
  width: 33.33%;
}
.backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column .backpack-everyday-img {
  width: 134px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F5F8;
  height: 134px;
  border-radius: 100%;
}
.backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column .backpack-everyday-img img {
  max-width: 53px;
}
.backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column .backpack-everyday-text {
  margin-top: 25px;
  text-align: center;
}
.backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column .backpack-everyday-text h3 {
  font-size: 22px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  padding-bottom: 27px;
}
.backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column .backpack-everyday-text p {
  font-size: 16px !important;
  line-height: 1.4;
  max-width: 400px;
  margin: 0 auto !important;
  color: #000;
  font-weight: 500 !important;
}
.backpack-everyday.product-page .backpack-everyday-bottom {
  padding: 55px 0 0 0;
  text-align: center;
}
.backpack-everyday.product-page .backpack-everyday-bottom .rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.backpack-everyday.product-page .backpack-everyday-bottom .rating-wrapper .rating-left ul li {
  margin: 0 2px;
}
.backpack-everyday.product-page .backpack-everyday-bottom .rating-wrapper .rating-left ul li i {
  font-size: 22px;
  color: #FFC700;
}
.backpack-everyday.product-page .backpack-everyday-bottom .rating-wrapper .rating-right p {
  padding-left: 10px;
  font-size: 14px !important;
  font-weight: 400;
}
.backpack-everyday.product-page .backpack-everyday-bottom .price .price-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.backpack-everyday.product-page .backpack-everyday-bottom .price .price-wrapper h5 {
  font-size: 24px;
  font-weight: 700;
  color: #EAAA55;
}
.backpack-everyday.product-page .backpack-everyday-bottom .price .price-wrapper h5 del {
  margin-right: 10px;
  color: #000;
  font-weight: 400;
  opacity: 0.5;
}
.backpack-everyday.product-page .backpack-everyday-bottom .price .price-wrapper span.offers-badge {
  background: #8BBA55;
  color: #fff;
  width: 70px;
  height: 20px;
  margin-left: 10px;
  display: inline-block;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
}
.backpack-everyday.product-page .backpack-everyday-bottom .get-yours-payment-icon {
  padding: 15px 0 0 0;
}
.backpack-everyday.product-page .backpack-everyday-bottom .get-yours-payment-icon img {
  max-width: 290px;
}
/* Backpack for everyday End here */

/* Button Section Start */
.button-secton-wrap .backpack-everyday-bottom {
  padding: 25px 0 40px;
  text-align: center;
}
.button-secton-wrap .backpack-everyday-bottom .rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-secton-wrap .backpack-everyday-bottom .rating-wrapper .rating-left ul li {
  margin: 0 2px;
}
.button-secton-wrap .backpack-everyday-bottom .rating-wrapper .rating-left ul li i {
  font-size: 22px;
  color: #FFC700;
}
.button-secton-wrap .backpack-everyday-bottom .rating-wrapper .rating-right p {
  padding-left: 10px;
  font-size: 14px !important;
  font-weight: 400;
}
.button-secton-wrap .backpack-everyday-bottom .price .price-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.button-secton-wrap .backpack-everyday-bottom .price .price-wrapper h5 {
  font-size: 24px;
  font-weight: 700;
  color: #EAAA55;
}
.button-secton-wrap .backpack-everyday-bottom .price .price-wrapper h5 del {
  margin-right: 10px;
  color: #000;
  font-weight: 400;
  opacity: 0.5;
}
.button-secton-wrap .backpack-everyday-bottom .price .price-wrapper span.offers-badge {
  background: #8BBA55;
  color: #fff;
  width: 70px;
  height: 20px;
  margin-left: 10px;
  display: inline-block;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
}
.button-secton-wrap .backpack-everyday-bottom .get-yours-payment-icon {
  padding: 15px 0 0 0;
}
.button-secton-wrap .backpack-everyday-bottom .get-yours-payment-icon img {
  max-width: 290px;
}
/* Button Section End */
.stock_wrapper.instock{
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-left: 20px;
}
.stock_wrapper.instock .instock-right{
  padding-left: 45px;
}
.stock_wrapper.instock .instock-right h5{
  margin-bottom: 0;
}
.stock_wrapper.instock .instock-left{
  position: relative;
}
.stock_wrapper.instock .instock-right h5 .inoutStock .instocks {
  color: #8bba55!important;
}
.stock_wrapper.instock .instock-right h5 .inoutStock .outstocks{
  color: red !important;
}
.stock_wrapper.instock .instock-left .circle {
  width: 25px;
  height: 25px;
  box-shadow: 0 0 1px 1px #0000001a;
  border: 4px solid #e0ecd1;
  background-color: #8bba55;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1)
}
.stock_wrapper.instock .instock-left .circle.circle-red {
  background: red !important;
  top: -4px !important
}

/* what-are-you-waiting Start */
.what-are-you-waiting.product-page {
  padding: 70px 0
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-left {
  width: 47%
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-left figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 87%
}

.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-left figure img {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  right: 0
}

.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right {
  padding-left: 150px;
  width: 53%;
  text-align: center
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right h2 {
  font-size: 44px;
  line-height: 1;
  color: #000;
  font-weight: 700 !important
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right h4 {
  font-size: 26px;
  font-weight: 400;
  padding: 20px 0;
  color: #000
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .rating-wrapper .rating-left ul li {
  margin: 0
}

.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .rating-wrapper .rating-left ul li i {
  font-size: 22px;
  color: #ffc700
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .rating-wrapper .rating-right p {
  padding-left: 10px;
  font-size: 14px !important;
  font-weight: 400
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .price .price-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .price .price-wrapper h5 {
  font-size: 24px;
  font-weight: 700;
  color: #eaaa55
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .price .price-wrapper h5 del {
  margin-right: 10px;
  color: #000;
  font-weight: 400;
  opacity: .5
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .price .price-wrapper span.offers-badge {
  background: #8BBA55;
  color: #fff;
  width: 70px;
  height: 25px;
  margin-left: 20px;
  display: inline-block;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  text-transform: uppercase
}

.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .get-yours-payment-icon {
  padding: 17px 0 30px
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 380px;
  margin: 0 auto;
  text-align: left
}

.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper .testimonial-left {
  min-width: 59px;
  margin-right: 20px;
  max-width: 59px
}

.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper .testimonial-right p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important
}

.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper .testimonial-right .client-review__author-wrap {
  padding: 6px 0 0
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper .testimonial-right .client-review__author-wrap span.client-review__author.x-small {
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle
}

.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper .testimonial-right .client-review__author-wrap span.client-review__verify.x-small {
  position: relative;
  vertical-align: middle;
  padding-left: 25px;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 500
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper .testimonial-right .client-review__author-wrap span.client-review__verify.x-small:after {
  content: "\e86c";
  font-family: Material Icons;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #8bba55;
  line-height: 1
}
.what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .get-yours-payment-icon img {
  max-width: 249px
}

.logos.product-page {
  background-color: #f8f8f8;
  padding: 30px 0;
}
.logos.product-page .logo-pdp-wrap{ 
  justify-content: center !important;
}
.logos.product-page .logo-pdp-wrap p{
  margin-right: 50px;
}
.logos.product-page .logo-pdp-wrap .logos-slider{
  width: auto;
  margin: 0 -25px;
}
.logos.product-page .logo-pdp-wrap .logos-slider .logoimg{
  padding: 0 25px;
}
.logos.product-page .logo-pdp-wrap .logos-slider .logoimg:last-child{
  margin-right: 0;
}
/* what-are-you-waiting End */

.allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .slick-list .slick-track{
  display: flex;
  align-items: center;
}

/* Media Query Start */
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .allow-purchase {
    padding: 0.667vw 0;
    border-top: 0.067vw solid #000000;
    border-bottom: 0.067vw solid #000000;
  }
  .allow-purchase .allow-top-content .allow-secure-title {
    padding-bottom: 2.667vw;
    max-width: 47.333vw;
  }
  .allow-purchase .allow-top-content .allow-secure-title .secure-img img {
    max-width: 6.200vw;
  }
  .allow-purchase .allow-top-content .allow-secure-title .secure-text {
    padding: 2vw 0 0 0;
  }
  .allow-purchase .allow-top-content .allow-secure-title .secure-text h2 {
    font-size: 2.933vw;
    padding-bottom: 1.333vw;
  }
  .allow-purchase .allow-top-content .allow-secure-title .secure-text h4 {
    font-size: 1.733vw;
  }
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper {
    margin: 0 -0.667vw;
  }
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column {
    padding: 0 0.667vw;
  }
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-text {
    padding-left: 1.333vw;
  }
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-text h5 {
    font-size: 0.933vw;
  }
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-text h6 {
    font-size: 0.933vw;
  }
  .backpack-everyday.product-page {
    padding: 4.400vw 0;
  }
  .backpack-everyday.product-page .backpack-everyday-title {
    padding-bottom: 4vw;
  }
  .backpack-everyday.product-page .backpack-everyday-title h2 {
    font-size: 2.933vw;
    max-width: 33.333vw;
    padding-bottom: 1.333vw;
  }
  .backpack-everyday.product-page .backpack-everyday-title p {
    font-size: 1.733vw !important;
  }
  .backpack-everyday.product-page .backpack-everyday-title p {
    font-size: 22px;
  }
  .backpack-everyday.product-page .backpack-everyday-column-wrapper {
    margin: 0 -0.667vw;
  }
  .backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column {
    padding: 0 0.667vw;
  }
  .backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column .backpack-everyday-img {
    width: 8.933vw;
    height: 8.933vw;
  }
  .backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column .backpack-everyday-img img {
    max-width: 3.533vw;
  }
  .backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column .backpack-everyday-text {
    margin-top: 1.667vw;
  }
  .backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column .backpack-everyday-text h3 {
    font-size: 1.467vw;
    padding-bottom: 1.800vw;
  }
  .backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column .backpack-everyday-text p {
    font-size: 1.067vw !important;
    max-width: 26.667vw;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom {
    padding: 3.667vw 0 0 0;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom .rating-wrapper .rating-left ul li {
    margin: 0 0.133vw;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom .rating-wrapper .rating-left ul li i {
    font-size: 1.467vw;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom .rating-wrapper .rating-right p {
    padding-left: 0.667vw;
    font-size: 0.933vw !important;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom .price .price-wrapper {
    padding: 1.333vw 0;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom .price .price-wrapper h5 {
    font-size: 1.600vw;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom .price .price-wrapper h5 del {
    margin-right: 0.667vw;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom .price .price-wrapper span.offers-badge {
    width: 4.667vw;
    margin-left: 0.667vw;
    height: 1.333vw;
    line-height: 1.333vw;
    border-radius: 3.333vw;
    font-size: 0.733vw;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom .get-yours-payment-icon {
    padding: 1vw 0 0 0;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom .get-yours-payment-icon img {
    max-width: 19.333vw;
  }
  .button-secton-wrap .backpack-everyday-bottom {
    padding: 1.667vw 0 2.667vw;
  }
  .button-secton-wrap .backpack-everyday-bottom .rating-wrapper .rating-left ul li {
    margin: 0 0.133vw;
  }
  .button-secton-wrap .backpack-everyday-bottom .rating-wrapper .rating-left ul li i {
    font-size: 1.467vw;
  }
  .button-secton-wrap .backpack-everyday-bottom .rating-wrapper .rating-right p {
    padding-left: 0.667vw;
    font-size: 0.933vw !important;
  }
  .button-secton-wrap .backpack-everyday-bottom .price .price-wrapper {
    padding: 1.333vw 0;
  }
  .button-secton-wrap .backpack-everyday-bottom .price .price-wrapper h5 {
    font-size: 1.600vw;
  }
  .button-secton-wrap .backpack-everyday-bottom .price .price-wrapper h5 del {
    margin-right: 0.667vw;
  }
  .button-secton-wrap .backpack-everyday-bottom .price .price-wrapper span.offers-badge {
    width: 4.667vw;
    margin-left: 0.667vw;
    height: 1.333vw;
    line-height: 1.333vw;
    border-radius: 3.333vw;
    font-size: 0.733vw;
  }
  .button-secton-wrap .backpack-everyday-bottom .get-yours-payment-icon {
    padding: 1vw 0 0 0;
  }
  .button-secton-wrap .backpack-everyday-bottom .get-yours-payment-icon img {
    max-width: 19.333vw;
  }
  .stock_wrapper.instock .instock-left .circle {
    width: 1.667vw;
    height: 1.667vw;
    box-shadow: 0 0 .067vw .067vw #0000001a;
    border: .267vw solid #e0ecd1;
    top: 1.333vw
  }
  .stock_wrapper.instock{
    padding: 1.333vw;
    margin-bottom: 1vw;
  }
  .stock_wrapper.instock .instock-right{
    padding-left: 3vw;
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper .testimonial-right .client-review__author-wrap span.client-review__verify.x-small:after {
    font-size: 1.067vw
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper .testimonial-right .client-review__author-wrap span.client-review__verify.x-small {
      padding-left: 1.667vw;
      margin-left: .4vw;
      font-size: .933vw
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper .testimonial-right .client-review__author-wrap span.client-review__author.x-small {
      font-size: .933vw
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper .testimonial-right .client-review__author-wrap {
      padding: .4vw 0 0
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper .testimonial-right p {
      font-size: 1.067vw !important
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper .testimonial-left {
      min-width: 3.933vw;
      max-width: 3.933vw
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .testimonial-main .testimonial-wrapper {
      max-width: 25.333vw
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .get-yours-payment-icon img {
      max-width: 16.6vw
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .get-yours-payment-icon {
      padding: 1.133vw 0 2vw
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .price .price-wrapper span.offers-badge {
      width: 4.667vw;
      margin-left: 1.333vw;
      height: 1.667vw;
      line-height: 1.667vw;
      border-radius: 3.333vw;
      font-size: .733vw
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .price .price-wrapper h5 del {
      margin-right: .667vw
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .price .price-wrapper h5 {
      font-size: 1.6vw
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .price .price-wrapper {
      padding: 1.333vw 0
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .rating-wrapper .rating-right p {
      padding-left: .667vw;
      font-size: .933vw !important
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .rating-wrapper .rating-left ul li i {
      font-size: 1.467vw
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right h4 {
      font-size: 1.733vw;
      padding: 1.333vw 0
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right h2 {
      font-size: 2.933vw
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right {
      padding-left: 10vw
  }
  .what-are-you-waiting.product-page {
      padding: 4.667vw 0
  }
}

@media only screen and (max-width: 991px) {
  .allow-purchase .allow-top-content .allow-secure-title {
    max-width: 100%;
  }
  .backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column .backpack-everyday-text p {
    max-width: 100%;
  }
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper{
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .allow-purchase .allow-top-content .allow-secure-title .secure-text h2 {
    font-size: 35px;
  }
  .allow-purchase .allow-top-content .allow-secure-title .secure-text h4 {
    font-size: 22px;
  }
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg {
    padding: 0;
  }
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column {
    width: 50%;
    /* margin-bottom: 40px; */
  }
  .backpack-everyday.product-page {
    padding: 60px 0;
  }
  .backpack-everyday.product-page .backpack-everyday-title {
    padding-bottom: 50px;
  }
  .backpack-everyday.product-page .backpack-everyday-title h2 {
    padding-bottom: 15px;
    font-size: 35px;
  }
  .backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column .backpack-everyday-text h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .price .price-wrapper h5 {
    font-size: 20px
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .rating-wrapper .rating-left ul li i {
      font-size: 18px
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right {
      padding-left: 40px
  }
  .what-are-you-waiting.product-page {
      padding: 60px 0
  }
}

@media only screen and (max-width: 767px) {
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-text h6{
    font-size: 12px;
  }
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-text{
    padding-left: 10px;
  }
  .allow-purchase {
    padding: 10px 0;
  }
  .allow-purchase .allow-top-content .allow-secure-title .secure-text h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .allow-purchase .allow-top-content .allow-secure-title .secure-text h4 {
    font-size: 20px;
  }
  /* .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg {
    padding: 20px 20px 0;
  } */
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column {
    width: 50%;
    /* margin-bottom: 30px; */
  }
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-img {
    min-width: 40px;
    max-width: 40px;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom .price .price-wrapper h5 {
    font-size: 20px;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom {
    padding: 0;
  }
  .backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column {
    width: 100%;
    margin-bottom: 40px;
  }
  .backpack-everyday.product-page .backpack-everyday-column-wrapper {
    flex-direction: column;
  }
  .backpack-everyday.product-page .backpack-everyday-title p {
    font-size: 20px;
  } 
  .backpack-everyday.product-page .backpack-everyday-title h2 {
    font-size: 30px;
    max-width: 100%;
    padding-bottom: 25px;
  }
  .backpack-everyday.product-page {
    padding: 55px 0;
  }
  .button-secton-wrap .backpack-everyday-bottom {
    padding: 55px 0;
  }
  .button-secton-wrap .backpack-everyday-bottom .price .price-wrapper h5 {
    font-size: 20px;
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .price .price-wrapper span.offers-badge {
    margin-left: 10px
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .price .price-wrapper h5 {
      font-size: 20px
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right h4 {
      font-size: 20px;
      padding: 15px 0
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right h2 {
      font-size: 30px
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right {
      padding-left: 0;
      padding-top: 50px;
      width: 100%
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-left {
      width: 100%
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper {
      flex-direction: column
  }
  .what-are-you-waiting.product-page {
      padding: 50px 0
  }
  .logos.product-page{
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .allow-purchase .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column {
    width: 100%;
    /* margin-bottom: 30px; */
  }
  .backpack-everyday.product-page .backpack-everyday-bottom .rating-wrapper .rating-right p {
    padding-left: 0;
    padding-top: 10px;
  }
  .backpack-everyday.product-page .backpack-everyday-bottom .rating-wrapper {
    flex-direction: column;
  }
  .button-secton-wrap .backpack-everyday-bottom .rating-wrapper {
    flex-direction: column;
  }
  .button-secton-wrap .backpack-everyday-bottom .rating-wrapper .rating-right p {
    padding-left: 0;
    padding-top: 10px;
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .rating-wrapper {
    flex-direction: column
  }
  .what-are-you-waiting.product-page .what-are-you-waiting-wrapper .what-are-you-waiting-right .rating-wrapper .rating-right p {
      padding-left: 0;
      padding-top: 10px
  }
}

/* Animation css Start */
@-webkit-keyframes pulse {
  0% {
      box-shadow: 0 0 #0003
  }

  to {
      box-shadow: 0 0 0 10px transparent
  }
}

@-moz-keyframes pulse {
  0% {
      box-shadow: 0 0 #0003
  }

  to {
      box-shadow: 0 0 0 10px transparent
  }
}

@-ms-keyframes pulse {
  0% {
      box-shadow: 0 0 #0003
  }

  to {
      box-shadow: 0 0 0 10px transparent
  }
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 #0003
  }

  to {
      box-shadow: 0 0 0 10px transparent
  }
}
/* Animation css End */
/* 22-11-22 Product page Section Ui End */

/* 23-11-22 Product Page UI change Start */
section#product-section {
  padding: 50px 0;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  section#product-section {
    padding: 3.333vw 0;
  } 
}
@media only screen and (max-width: 767px){
  .backpack-everyday.product-page .backpack-everyday-column-wrapper .backpack-everyday-column:last-child{
    margin-bottom: 0;
  }
  .button-secton-wrap .backpack-everyday-bottom {
    padding: 35px 0;
  }
}
/* 23-11-22 Product Page UI change End */

/* 28-11-22 Product Page Add FAQ Section UI Start */

.product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item {
  padding: 20px 0;
  border-bottom: 2px solid #dedddf
}

@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item {
      padding: 1.333vw 0;
      border-bottom: .133vw solid #dedddf
  }
}

.product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-question {
  font-size: 16px;
  color: #0a142b;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding-left: 35px
}

@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-question {
      font-size: 1.067vw;
      padding-left: 2.333vw
  }
}

.product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-question:before {
  content: "\e145";
  color: #0a142b;
  font-family: Material Icons;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px
}

@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-question:before {
      font-size: 1.333vw
  }
}

.product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-answer {
  display: none;
  padding: 10px 0 0
}

@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-answer {
      padding: .667vw 0 0
  }
}

.product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-answer h1,
.product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-answer h1 span {
  font-size: 16px !important;
  line-height: 1.3;
  font-weight: 400 !important;
  color: #000 !important
}

@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-answer h1 span {
      font-size: 1.067vw !important
  }
}

@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-answer h1 {
      font-size: 1.067vw !important
  }
}

.product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-answer p {
  font-size: 16px !important;
  line-height: 1.3;
  font-weight: 400 !important;
  color: #000 !important
}

@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-answer p {
      font-size: 1.067vw !important
  }
}

.product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-answer p a {
  color: #f0903b;
  text-decoration: underline
}

.product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item .product-faq-answer img {
  width: 100%;
  margin: 12px 0
}

.product-details-faq .product-faq-accordian-main .product-faq-accordion .product-item.active .product-faq-question:before {
  content: "\e15b"
}
.addtocart .prosmall .smallimg.slick-current img{
  border: 2px solid transparent;
  border-radius: 20px;
} 
.addtocart .prosmall .smallimg.slick-current img{
  border-color: #ff8b16;
} 
/* 28-11-22 Product Page Add FAQ Section UI End */

a.moreless.more,
a.moreless.less {
    color: #f0903b;
    text-decoration: underline;
    font-size: 16px
}

/* 05-12 css start here */
.template-product .welcome_section ul li p {
    font-size: 16px !important;
  color:#030303 !important;
}
.template-product .welcome_section ul li p span {
    font-size: 16px !important;
  color:#030303 !important;
}
.template-product .welcome_section ul li:before {
    width: 18px !important;
    height: 18px !important;
    top: 4px !important;
    left: 0 !important;
    content: "" !important;
    background-size: cover !important;
}
/* 05-12 css End here */

.out_stock_btn{
background-color: transparent;
color: #ff8b16;
border: 1px solid #ff8b16;
cursor: default;
}
.out_stock_btn:hover{
  background-color: transparent !important;
  color: #ff8b16 !important;
  border: 1px solid #ff8b16 !important;
  }

  /* 21-12-22 Cart Drower css start */
  /* .cartpopup .cart_product_wrapper{
    height: calc(100vh - 556px);
    overflow-y: auto;
  } */


  .allow-purchase-cart {
  background: #ffffff;
  padding: 10px 0;
  /* border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; */
}
.allow-purchase-cart .allow-top-content .allow-secure-title {
  text-align: center;
  padding-bottom: 40px;
  max-width: 710px;
  margin: 0 auto;
}
.allow-purchase-cart .allow-top-content .allow-secure-title .secure-img img {
  max-width: 93px;
}
.allow-purchase-cart .allow-top-content .allow-secure-title .secure-text {
  padding: 30px 0 0 0;
}
.allow-purchase-cart .allow-top-content .allow-secure-title .secure-text h2 {
  font-size: 44px;
  font-weight: 400;
  color: #000;
  padding-bottom: 20px;
}
.allow-purchase-cart .allow-top-content .allow-secure-title .secure-text h4 {
  font-size: 26px;
  font-weight: 400;
  color: #000;
}
.allow-purchase-cart .allow-top-content .secure-purchase-service .secure-purchase-bg {
  background: #fff;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
  margin: 0 auto;
}
.allow-purchase-cart .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.allow-purchase-cart .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column {
  padding: 10px 3px;
  max-width: 50%;
  width: 100%;
}
.allow-purchase-cart .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper {
  display: flex;
  align-items: center;
}
.allow-purchase-cart .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-text {
  padding-left: 20px;
}
.allow-purchase-cart .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-text h5 {
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-weight: 700;
}
.allow-purchase-cart .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-text h6 {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px){
  .cartpopup .cart_product_wrapper{
    height: auto;
  }
}
@media only screen and (max-width: 439px){
  .allow-purchase-cart .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-img {
      max-width: 32px;
  }
  .allow-purchase-cart .allow-top-content .secure-purchase-service .secure-purchase-bg .secure-purchase-wrapper .secure-purchase-column .secure-purchase-column-wrapper .secure-purchase-text{
    padding-left: 10px;
  }
}

  /* 21-12-22 Cart Drower css End */

  .welcome_section.bgcolor p strong{
    font-size: 22px !important;
  }

  .welcome_section p strong{
    font-size: 22px !important;
  }
  @media only screen and (max-width: 767px){
    .welcome_section.bgcolor p strong{
      font-size: 18px !important;
    }
    .welcome_section p strong{
      font-size: 18px !important;
    }
  }

  
  /* 12-01-22 */
@media only screen and (max-width: 767px){
  .deskProdDetals_title_area {
    display: flex;
    flex-direction: column;
  }
  .addtocart .deskProdDetals_title_area .price_section{
    order: 3;
  }
  .deskProdDetals_title_area .proname{
    order: 2;
    display: flex;
  }
  .deskProdDetals_title_area .rating-star{
    order: 1;
  }
}

.tab-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.tab-wrap .tab-title{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #e8e7e8;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.tab-wrap .tab-title .tab{
  font-size: 18px;
  line-height: normal;
  color: #030303;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  cursor: pointer;
  padding: 0 15px;
}
.tab-wrap .tab-title .tab.active{
  color: #ff8b16;
  font-weight: 600; 
}
.tab-wrap .tabContent {
  width: 100%;
  font-size: 18px;
  line-height: normal;
  color: #030303;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.tab-wrap .tabContent h1,
.tab-wrap .tabContent h1 span{
  font-size: 16px !important;
  line-height: 1.3;
  font-weight: 400 !important;
  color: #000 !important;
}
.tab-wrap .hide {
  display: none;
}
.tab-wrap .show {
  display: block;
}
.custom-btn-link{
  color: #f06520;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  position: relative;
  margin-top: 20px;
  display: block;
}
.custom-btn-link:hover{
  color: #f06520;

}
.addtocart .prosmall .slick-arrow.left{
  left: -18px;
}
.addtocart .prosmall .slick-arrow.right{
  right: -18px;
}
.aboutbanner .bannertitle label{
  display: block;
}
.areviews_product_item .areviews_rating span.review-text{
  margin-left: 8px;
}
p:empty, h2:empty{
  display: none;
  margin: 0;
  padding: 0;
}
.welcome_section .backpack h2{
  padding-bottom: 0;
}

.testimonial-main .testimonial-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 380px;
  margin: 30px auto 0;
  text-align: left;
}

.testimonial-main .testimonial-wrapper .testimonial-left {
  min-width: 59px;
  margin-right: 20px;
  max-width: 59px;
}

.testimonial-main .testimonial-wrapper .testimonial-right p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  margin-bottom: 10px;
}

.testimonial-main .testimonial-wrapper .testimonial-right .client-review__author-wrap {
  padding: 0;
}
.testimonial-main .testimonial-wrapper .testimonial-right .client-review__author-wrap span.client-review__author.x-small {
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

.testimonial-main .testimonial-wrapper .testimonial-right .client-review__author-wrap span.client-review__verify.x-small {
  position: relative;
  vertical-align: middle;
  padding-left: 25px;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 500;
}
.testimonial-main .testimonial-wrapper .testimonial-right .client-review__author-wrap span.client-review__verify.x-small:after {
  content: "\e86c";
  font-family: Material Icons;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #8bba55;
  line-height: 1;
}



@media only screen and (max-width: 767px){
  .addtocart .prosmall .slick-arrow.left{
    left: 0;
  }
  .addtocart .prosmall .slick-arrow.right{
    right: 0;
  }
}
@media only screen and (max-width: 575px){
  .tab-wrap .tab-title .tab{
    font-size: 15px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 374px){
  .tab-wrap .tab-title .tab{
    font-size: 13px;
    padding: 0 2px;
  }
}


/* 19-01-2023 css start here */
@media only screen and (max-width: 767px){
  .tab-content-wrap tbody tr td{
    padding:13px;
    font-size:18px;
  }
}
@media only screen and (max-width: 640px){
  .tab-content-wrap tbody tr td{
    padding: 7px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 375px){
  .tab-content-wrap tbody tr td{
    padding: 5px;
    font-size: 12px;
  }
}
/* 19-01-2023 css End here */

/* 20-01-23 */
@media only screen and (min-width: 992px){
  .mobkback-title > h1,  
  .mobkback-title > h2,
  .mobkback-title > h3,
  .mobkback-title > h4,
  .mobkback-title > h5,
  .mobkback-title > h6{
    display: none;
  }  
}


/* 24-01-23 New UI change css Start */
.discover .discoverslide .slick-dots li button{
  width: 25px;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
}
.discover .discoverslide .slick-dots li.slick-active button{
  color: #ffffff;
}
.discover .discover-wrap .discover-detail .blogttl{
  min-height: 60px;
}
.discover .discover-wrap{
  margin: 25px 0;
}

.signup-page{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
.signup-page .signup-content{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.signup-page .signup-content h1{
  text-transform: capitalize;
}
.signup-page .signup-content .cus-ui-klaviyo{
  width: 100% !important;
}
.signup-page .signup-content .cus-ui-klaviyo .needsclick.klaviyo-form{
  padding: 0 !important;
}
.signup-page .signup-content .cus-ui-klaviyo .needsclick.klaviyo-form > div.needsclick{
 min-height: auto !important;
}
.signup-page .signup-content .cus-ui-klaviyo .needsclick[data-testid=form-row] {
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
}
.signup-page .signup-content .cus-ui-klaviyo .needsclick[data-testid=form-row] [data-testid=form-component]:first-child{
  padding: 0 !important;
  max-width: 500px;
}
.signup-page .signup-content .cus-ui-klaviyo .needsclick[data-testid=form-row] [data-testid=form-component]:last-child{
  padding: 0 !important;
  /* max-width: 500px; */
}
.signup-page .signup-content .cus-ui-klaviyo .needsclick[data-testid=form-row] [data-testid=form-component]:first-child input{
  border-right: 0 !important;
}

@media only screen and (max-width: 767px){
  .discover .discover-wrap {
    margin: 15px 0;
  }
  .discover .discover-wrap .discover-detail .blogttl{
    min-height: auto;
  }
}
/* 24-01-23 New UI change css End */

/* 07-05-23 New UI change css Start */
@media screen and (max-width: 991px){
  footer .largeContainer > .row > div:first-child {
      margin-bottom: 15px !important;
  }
  .footer .text-sm-right li {
      margin-bottom: 0 !important;
  }
  footer .copyrighttext {
      margin-top: 12px;
  }
}
@media screen and (max-width: 767px){
  footer .largeContainer > .row > div:first-child > .row > .col-md-4{
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  footer .largeContainer > .row > div:first-child > .row > .col-md-4:not(:last-child){
          margin-bottom: 15px;
  }
}
@media screen and (max-width: 412px) {
  footer .largeContainer > .row > div:first-child > .row > .col-md-4 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}
/* 07-05-23 New UI change css End */


/* Product Changes 08-10-2024 Start */
#product-section.lpg-product-section .probig {
  margin-bottom: 32px;
}
#product-section.lpg-product-section .probig .imgbig {
  height: auto;
}
.lpg-product-section .probig .imgbig .lpg-product-media-nav {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.lpg-product-section .probig .imgbig .lpg-product-media-nav img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.lpg-product-section .prosmall > .slick-arrow {
  display: none !important;
}
.lpg-product-section .prosmall .slick-list .slick-slide {
  margin: 0 13px;
}
.lpg-product-section .main-title {
  font-family: 'Poppins' !important;
  font-size: 50px;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
}
.lpg-product-section .main-title strong{
  font-weight: 600 !important;
}
.lpg-product-section.js-product-wrapper .rightpro .rating-star .reviews_rating_title i {
  color: #FCD033 !important;
}
.lpg-product-section .areviews_header_rating > span {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
.lpg-product-section.js-product-wrapper .rightpro .rating-star .header_reviews_number {
  color: #000000 !important;
  font-family: 'Poppins';
  font-weight: 300;
  line-height: 15px;
  text-align: left;
  padding-left: 10px;
}
.lpg-product-section .areviews_header_rating span i {
  margin-right: 4px;
}
.lpg-product-section .areviews_header_rating span i:last-child{
  margin-right: 0px;
}
.lpg-product-section .stock_wrapper.instock .instock-left .circle{
  width: 17px;
  height: 17px;
  top: 1px;
  transform: translateY(0%);
}
.lpg-product-section .stock_wrapper.instock .instock-right {
  padding-left: 32px;
}
.lpg-product-section .stock_wrapper.instock .instock-right h5 {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: #88D26F;
}
.lpg-product-section .areviews_main_header_container span {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.lpg-product-section .price_section p.prices > span {
  font-family: 'Poppins' !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 1.5;
}
.lpg-product-section .price_section p.prices > span b {
  font-weight: 600 !important;
}
.lpg-product-section .price_section p.prices > del ,
.lpg-product-section .price_section p.prices > del span{
  font-family: 'Poppins' !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 1.5;
  color: #979797;
}
.lpg-product-section .lpg-product-short-rte__list {
  margin: 0 0 20px;
  padding: 0 0 0 18px;
  list-style-position: outside;
}
.lpg-product-section .lpg-product-short-rte__list p {
  font-family: Poppins;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
  color: #000000 !important;
  margin: 0 0;
}
.lpg-product-section .swatch-element:not(.cw_color_swatch) > label {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5 !important;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lpg-product-section .swatch-element:not(.cw_color_swatch), 
body:not(.dbtfy-color_swatches-destroy) .lpg-product-section .swatch-element:not(.cw_color_swatch) {
  border: 1px solid #979797;
  border-radius: 5px !important;
  margin-right: 12px;
}
.lpg-product-size-guide {
  margin: 16px 0 2px;
  display: inline-block;
}
.lpg-product-section .lpg-product-size-guide__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.lpg-product-section .lpg-product-size-guide__link:hover {
  opacity: 1;
}
.lpg-product-section .lpg-product-size-guide__link .lpg-product-size-guide__icon {
  flex: 0 0 32px;
  height: 24px;
}
.lpg-product-section .lpg-product-size-guide__link .lpg-product-size-guide__icon :is(svg,img) {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
}
.lpg-product-section .lpg-product-size-guide__link .lpg-product-size-guide__text {
  flex: 1;
  max-width: 100%;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  padding-left: 12px;
}
.lpg-product-section .qtybtns > span {
  display: none;
}
.lpg-product-section .joinbtn .btnpament {
  flex: 1;
  max-width: 100%;
}
.lpg-product-section .joinbtn .btnpament .product-atc-but {
  width: 100%;
  max-width : 100%;
}
.lpg-product-section .rating-star .stock_wrapper  {
  padding: 0 0;
  margin-bottom: 0;
}
.lpg-product-section .joinbtn .btnpament {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.lpg-product-section .btnpament .qtybtns {
  flex: 0 0 150px;
  max-width: 150px;
  order: 1;
}
.lpg-product-section .btnpament .payment-atc-button-block {
  flex: 1;
  max-width: calc(100% - 165px);
  order: 2;
}
.lpg-product-section .btnpament .propmnt-icon {
  flex: 0 0 100%;
  max-width: calc(100% - 165px);
  margin-left: auto;
  order: 3;
}
.sizeguide-popup{
  display: none;
}
.fancybox-bg:has(+ .fancybox-inner .sizeguide-popup){
  background-color: rgba(255, 255, 255, .8);
}
.fancybox-slide:has(.sizeguide-popup) {
  padding: 15px 15px;
}
.sizeguide-popup {
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 820px;
  max-height: calc(100vh - 350px);
  max-height: calc(100dvh - 350px);
  overflow: hidden;
  margin: 0px auto;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  padding: 0 0;
  background-color: #fff;
  overflow: hidden;;
  position: relative;
}
.sizeguide-popup__wrapper{
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  font-family: 'Poppins';
}
.sizeguide-popup button[data-fancybox-close]{
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 10;
  background-color: #ffffff;
  height: 34px;
  padding: 4px 4px;
  width: 34px;
}
.sizeguide-popup__content p{
  font-family: 'Poppins';
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  margin: 0 0 20px;
}
.sizeguide-popup__content img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 16px 0;
}
.lpg-product-section .qtybtns input:hover,
.lpg-product-section .qtybtns input:not(.disabled):not([disabled]):hover, 
.lpg-product-section .qtybtns input:not(.disabled):not([disabled]):focus{
  background-color: transparent;
  color: #838383;
  border-color: transparent;
  box-shadow : none;
  opacity: 1;
}
.lpg-product-section .qtybtns input{
  opacity: 1;
}
.lpg-product-section .btnpament .propmnt-icon .vtl-pl-main-widget {
  margin-top: 0;
  margin-bottom: 0;
}
.lpg-product-section .rightpro .btnpament .custom-btn {
  padding: 18px 22px;
}
@media screen and (max-width:991px) {
  .lpg-product-section .main-title{
    font-size: 38px;
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width:767px) {
  #product-section.lpg-product-section .probig {
    margin-bottom: 18px;
  }
  .lpg-product-section :is(.slidepro , .rightpro) {
    padding-left: 9px;
    padding-right: 9px;
  }
  .lpg-product-section.js-product-wrapper .rightpro .rating-star .reviews_rating_title i:before {
    font-size: 12px !important;
  }
  .lpg-product-section .areviews_header_rating {
    font-size: 12px !important;
  }
  .lpg-product-section .rating-star .stock_wrapper{
    margin-left: 12px;
  }
  .lpg-product-section .stock_wrapper.instock .instock-left .circle {
    width: 14px;
    height: 14px;
    top: 3px;
  }
  .lpg-product-section .stock_wrapper.instock .instock-right {
    padding-left: 25px;
  }
  .lpg-product-section .main-title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 5px !important;
  }
  .lpg-product-section .lpg-product-short-rte__list p{
    font-size: 18px !important;
  }
  .lpg-product-section .lpg-product-short-rte__list {
    margin: 0 0 14px;
  }
  .lpg-product-section .lpg-product-size-guide__link .lpg-product-size-guide__text{
    font-size: 14px;
  }
  .lpg-product-size-guide {
    margin: 4px 0 0px;
  }
  .sizeguide-popup__content p{
    font-size: 14px !important;
    margin: 0 0 18px;
  }
  .sizeguide-popup__wrapper{
    padding: 30px 16px;
  }
  .sizeguide-popup {
    max-height: 480px;
  }
  .lpg-product-section .btnpament .propmnt-icon {
    max-width: 100%;
  }
  .lpg-product-section .btnpament .qtybtns{
    flex: 0 0 100px;
    max-width: 100px;
    padding-top: 0;
  }
  .lpg-product-section .btnpament .qtybtns .quantity .input-text.qty {
    height: 38px;
  }
  .lpg-product-section .btnpament .qtybtns .quantity.buttons_added .minus{
    width: 30px;
    border-right: 0px solid #e8e7e8;
  } 
  .lpg-product-section .btnpament .qtybtns .quantity.buttons_added .plus {
    width: 30px;
    border-left: 0px solid #e8e7e8;
  }
  .lpg-product-section .btnpament .qtybtns .quantity.buttons_added {
    width: 110px;
  }
  .lpg-product-section .btnpament .payment-atc-button-block {
    max-width: calc(100% - 115px);
  }
  .lpg-product-section .rightpro .btnpament .custom-btn {
    padding: 11px 16px;
  }
  .lpg-product-section .btnpament .quantity.buttons_added.productquantityselect {
    margin-bottom: 0;
  }
}



.vitals_product_bundle .vtl-ub-bundle-box,
.vtl-rp-main-widget{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  border-width: 0px;
}
.vitals_product_bundle .vtl-ub-pb-main-widget {
  padding-left: 0;
  padding-right: 0;
}
.vitals_product_bundle .Vtl-UpsellBuilderProductBundle__Header {
  text-align: center;
  margin-bottom: 60px !important;
}
.vitals_product_bundle .vtl-ub-bundle-box .vtl-ub-bundle-box__product-image-list .vtl-ub-bundle-box__product-switcher .Vtl-SwitchProduct__Switcher {
  padding: 8px 12px;
  height: auto;
  font-family: "Barlow", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vitals_product_bundle .vtl-ub-bundle-box .vtl-ub-bundle-box__product-image-list .vtl-ub-bundle-box__product-switcher .Vtl-SwitchProduct__Switcher:hover{
  opacity: 1;
}
.vitals_product_bundle .Vtl-SwitchProduct__ProductList .Vtl-SwitchProduct__ProductItem {
  padding: 6px 8px;
}
.vitals_product_bundle .Vtl-SwitchProduct__ProductList .Vtl-SwitchProduct__ProductItem .Vtl-SwitchProduct__ProductTitle {
  font-family: "Barlow", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5;
  color: #000000 !important;
}
.vitals_product_bundle .Vtl-UpsellBuilderProductBundle__ATCPricing .vtl-ub-bundle-box__discount-wrapper {
  font-family: "Barlow", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #030303;
}
.vitals_product_bundle .Vtl-UpsellBuilderProductBundle__ATCPricing .vtl-ub-bundle-box__savings {
  font-family: "Barlow", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.5;
}
.vitals_product_bundle .vtl-ub-bundle-box .vtl-ub-bundle-box__product-image-list {
  margin-right: 4%;
}
.vitals_product_bundle .vtl-ub-bundle-box__atc-button {
  color: #ffffff;
  background-color: #ff9933;
  font-family: "Barlow", sans-serif !important;
  font-weight: bold;
  padding: 18px 50px;
  font-size: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  display: flex;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.vitals_product_bundle .vtl-ub-bundle-box__atc-button:hover{
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.7);
}
.vitals_product_bundle .vtl-ub-bundle-box__product-list {
  margin-top: 30px;
}
.vitals_product_bundle .vtl-ub-bundle-box__product .vtl-ub-bundle-box__product-label {
  font-family: "Barlow", sans-serif !important;
  font-size: 18px;
}
.vitals_product_bundle .vtl-ub-bundle-box__product .vtl-ub-bundle-box__product-label > .vtl-ub-bundle-box__product-title {
  font-weight: 600;
}
.vitals_product_bundle .vtl-ub-bundle-box__product-image-list .vtl-ub-bundle-box__product-image .vtl-ub-bundle-box__product-image-link-container {
  max-width: 240px;
}
.vitals_product_bundle .vtl-ub-pb-main-widget .Vtl-UpsellBuilderProductBundle .vtl-ub-bundle-box__product-image--isFirstSelected .vtl-ub-bundle-box__product-image-plus-container::before {
  margin-left: 14px;
  margin-right: 14px;
}
.vitals_product_bundle .vtl-ub-bundle-box__product-image .vtl-ub-bundle-box__product-image-link-separator{
  margin-left: 14px;
  margin-right: 14px;
}
.vitals_product_bundle .vtl-ub-pb-main-widget .vtl-ub-bundle-box__product-switcher {
  margin-left: calc(var(--vtl-bundle-plus-size-width) + 28px);
  margin-top: 14px;
}
.vitals_product_bundle .vtl-ub-bundle-box .Vtl-UpsellBuilderProductBundle__ContentWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.vitals_product_bundle .vtl-ub-bundle-box .vtl-ub-bundle-box__atc-section {
  margin-left: auto;
  margin-right: auto;
}
.vitals_product_bundle .vtl-ub-bundle-box__product .vtl-ub-bundle-box__product-variant.vitals-nice-select {
  border: 1px solid #979797;
  padding: 12px 30px 12px 16px;
  height: auto;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('/cdn/shop/files/lpg-downarrow.png?v=1633584443') !important;
  background-size: 12px;
  background-repeat: no-repeat !important;
  background-position: right 14px center;
  font-size: 16px;
  font-weight: 500;
}
.vitals_product_bundle .vtl-ub-bundle-box__product .vtl-ub-bundle-box__product-price{
  color: #030303;
  font-size: 20px;
  font-weight: 400;
  opacity: .8;
}
.vitals_product_bundle .vtl-ub-bundle-box__product .vtl-ub-bundle-box__product-initial-price{
  color: #eaaa55;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .vitals_product_bundle .vtl-ub-bundle-box ,
  #vitals-recommanded-product .vtl-rp-main-widget{
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .vitals_product_bundle .vtl-ub-bundle-box ,
  #vitals-recommanded-product .vtl-rp-main-widget{
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .vitals_product_bundle .vtl-ub-bundle-box ,
  #vitals-recommanded-product .vtl-rp-main-widget{
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .vitals_product_bundle .vtl-ub-bundle-box ,
  #vitals-recommanded-product .vtl-rp-main-widget{
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1441px) {
  .vitals_product_bundle .vtl-ub-bundle-box ,
  #vitals-recommanded-product .vtl-rp-main-widget{
    max-width: 1340px;
  }
} 

@media only screen and (max-width: 1199px) {
  .vitals_product_bundle .vtl-ub-bundle-box__product-image-list .vtl-ub-bundle-box__product-image .vtl-ub-bundle-box__product-image-link-container {
    max-width: 200px;
  }
  .vitals_product_bundle .vtl-ub-pb-main-widget .Vtl-UpsellBuilderProductBundle .vtl-ub-bundle-box__product-image--isFirstSelected .vtl-ub-bundle-box__product-image-plus-container::before {
    margin-left: 8px;
    margin-right: 8px;
  }
  .vitals_product_bundle .vtl-ub-bundle-box__product-image .vtl-ub-bundle-box__product-image-link-separator {
    margin-left: 8px;
    margin-right: 8px;
  }
  .vitals_product_bundle .Vtl-UpsellBuilderProductBundle__ATCPricing .vtl-ub-bundle-box__discount-wrapper{
    font-size: 18px;
  }
  .vitals_product_bundle .Vtl-UpsellBuilderProductBundle__ATCPricing .vtl-ub-bundle-box__savings {
    font-size: 18px !important;
  }
  .vitals_product_bundle .vtl-ub-bundle-box__atc-button{
    padding: 15px 32px;
    font-size: 18px;
  }
  .vitals_product_bundle .vtl-ub-bundle-box .vtl-ub-bundle-box__product-image-list {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 991px) {
  .vitals_product_bundle .vtl-ub-bundle-box .Vtl-UpsellBuilderProductBundle__ContentWrapper{
    align-items: flex-start;
  }
  .vitals_product_bundle .vtl-ub-bundle-box .vtl-ub-bundle-box__atc-section {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 769px) {

  .vitals_product_bundle .vtl-ub-bundle-box__product-image-list .vtl-ub-bundle-box__product-image .vtl-ub-bundle-box__product-image-link-container {
    max-width: 180px;
  }
  .vitals_product_bundle .vtl-ub-pb-main-widget .Vtl-UpsellBuilderProductBundle .vtl-ub-bundle-box__product-image--isFirstSelected .vtl-ub-bundle-box__product-image-plus-container::before {
    margin-left: 4px;
    margin-right: 4px;
  }
  .vitals_product_bundle .vtl-ub-bundle-box__product-image .vtl-ub-bundle-box__product-image-link-separator {
    margin-left: 4px;
    margin-right: 4px;
  }
  .vitals_product_bundle .vtl-ub-pb-main-widget .vtl-ub-bundle-box__product-switcher {
    margin-left: calc(var(--vtl-bundle-plus-size-width) + 8px);
  }
  .vitals_product_bundle .Vtl-UpsellBuilderProductBundle__Header {
    margin-bottom: 22px !important;
  }
  .vitals_product_bundle .vtl-ub-bundle-box .vtl-ub-bundle-box__product-image-list {
    margin-right: 0%;
  }
  .vitals_product_bundle .Vtl-UpsellBuilderProductBundle__ATCPricing .vtl-ub-bundle-box__discount-wrapper {
    font-size: 15px;
  }
  .vitals_product_bundle .Vtl-UpsellBuilderProductBundle__ATCPricing .vtl-ub-bundle-box__savings {
    font-size: 15px !important;
  }
  .vitals_product_bundle .vtl-ub-bundle-box__atc-button {
    padding: 12px 24px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }
  .vitals_product_bundle .vtl-ub-bundle-box__product .vtl-ub-bundle-box__product-label {
    font-family: "Barlow", sans-serif !important;
    font-size: 16px;
    line-height: 1.4;
  }
  .vitals_product_bundle .vtl-ub-bundle-box__product .vtl-ub-bundle-box__product-price {
    color: #030303;
    font-size: 16px;
    opacity: .8;
  }
  .vitals_product_bundle .vtl-ub-bundle-box__product .vtl-ub-bundle-box__product-initial-price {
    font-size: 16px;
  }
}


#bundle-sticky_add_to_cart {
  padding: 10px 15px;
  height: auto;
  overflow: hidden;
  z-index: 9999999999;
}
#bundle-sticky_add_to_cart .sticky-display{
  flex-wrap: wrap;
  margin-bottom: -14px;
}
#bundle-sticky_add_to_cart .sticky-display > *{
  margin-bottom: 14px;
}
#bundle-sticky_add_to_cart .sticky-product-name {
  display: flex;
  align-items: center;
}
#bundle-sticky_add_to_cart .sticky-product-details {
  height: auto;
}
#bundle-sticky_add_to_cart .sticky-product-details .sticky-select select {
  border: 1px solid #979797;
  padding: 8px 30px 8px 14px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  border-radius: 30px;
  background-image: url("/cdn/shop/files/lpg-downarrow.png?v=1633584443") !important;
  background-size: 12px;
  background-repeat: no-repeat !important;
  background-position: right 14px center;
  font-size: 15px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
}
#bundle-sticky_add_to_cart .sticky-product-details .bundle-sticky-qty {
  border: 1px solid #e8e7e8;
  border-radius: 30px;
  height: 42px;
}
body #bundle-sticky_add_to_cart .bundle-sticky-qty .vitals_qty{
  height: 42px;
  line-height: 42px;
}
#bundle-sticky_add_to_cart .sticky-product-details .bundle-sticky-qty .product-form__input {
  max-height: 40px;
  height: 40px;
  border-color: #e8e7e8;
  border-radius: 0 0;
  border-top: 0;
  border-bottom: 0;
  min-width: 35px;
}
#bundle-sticky_add_to_cart .sticky-product-details #bundle-sticky_submit{
  width: 100%;
  max-width: 150px;
  min-width: 100px;
  height: 42px;
}
#bundle-sticky_add_to_cart .sticky-product-details #bundle-sticky_submit:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.7);
  opacity: .6;
}
@media (max-width: 1049px) {
  body #bundle-sticky_add_to_cart{
    height: auto;
  } 
}
@media (max-width: 767px) {
  #bundle-sticky_add_to_cart .sticky-product-name{
    display: none;
  }
  #bundle-sticky_add_to_cart .sticky-display{
    justify-content: center;
  }
  #bundle-sticky_add_to_cart .sticky-product-details .sticky-select {
    margin-bottom: 10px;
  }
  #bundle-sticky_add_to_cart .sticky-product-details .sticky-select select {
    padding: 6px 20px 6px 10px;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
  }
  #bundle-sticky_add_to_cart .sticky-product-details .bundle-sticky-qty {
    height: 36px;
  }
  body #bundle-sticky_add_to_cart .bundle-sticky-qty .vitals_qty{
    height: 36px;
    line-height: 36px;
  }
  #bundle-sticky_add_to_cart .sticky-product-details .bundle-sticky-qty .product-form__input {
    max-height: 36px;
    height: 36px;
    min-width: 36px;
  }
  #bundle-sticky_add_to_cart .sticky-product-details #bundle-sticky_submit{
    height: 36px;
  }
  #bundle-sticky_add_to_cart .sticky-product-details .sticky-select select{
    width: 100%;
    max-width: 100%;
  }
}


.vitals_app--tabs.section-description {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 0;
}
.vitals_app--tabs.section-description .wrapper {
  padding: 0 0;
}
.vitals_app--tabs.section-description .wrapper > .grid {
  margin-left: 0;
}
.vitals_app--tabs.section-description .wrapper .grid__item {
  padding-left: 0;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  left: 0;
}
.vitals_app--tabs.section-description .grid__item #vitals-tabs-placeholder {
  margin: 0 0;
}
.vitals_app--tabs.section-description .vt-accordion {
  padding: 10px 15px 10px 0px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #4D4D4D;
  border: none;
  border-bottom: 1px solid #4D4D4D;
  border-radius: 0px;
  margin-bottom: 0;
}
.vitals_app--tabs.section-description .vt-accordion:hover {
  font-weight: 500;
}
.vitals_app--tabs.section-description .vt-accordion .arrow {
  width: 16px;
  height: 12px;
  margin-right: 0;
  transform: scaleY(-1);
  transition: transform 0.35s ease-in-out;
}
.vitals_app--tabs.section-description .vt-accordion .arrow span {
  width: 9px;
  height: 2px;
  background-color: #4D4D4D;
  top: 50%;
}
.vitals_app--tabs.section-description .vt-accordion .arrow span:first-of-type {
  left: 1px;
  transform: translateY(-50%) rotate(-45deg);
}
.vitals_app--tabs.section-description .vt-accordion .arrow span:last-of-type {
  right: 0px;
  transform: translateY(-50%) rotate(45deg);
}

.vitals_app--tabs.section-description .vt-panel {
  padding: 12px 6px 15px 0px;
  margin-bottom: 5px;
}
.vitals_app--tabs.section-description .vt-panel p {
  padding: 0 0;
  margin-bottom : 16px;
}
.vitals_app--tabs.section-description .vt-panel p:last-child{
  margin-bottom : 0px;
}
.vitals_app--tabs.section-description .vt-panel{
  font-family: 'Poppins';
  font-size: 12px;
  /* font-weight: 300; */
  line-height: 1.5;
  text-align: left;
  color: #000000;
}

.vitals_app--tabs.section-description .vt-panel *{

  font-size: 16px;
  /* font-weight: 300; */
  line-height: 1.5;
  text-align: left;
  color: #000000;
}
.vitals_app--tabs.section-description .vt-accordion.vt-active .arrow {
  transform: scaleY(1);
}
@media (max-width: 767px) {
  .vitals_app--tabs.section-description .vt-accordion{
    border-bottom: 1px solid #000;
    font-size: 14px;
    padding: 8px 12px 8px 0px;
  }
}




.lpg-product-size-guide .Vtl-SizeChartButton {
  padding: 0 0;
  width: 100%;
  margin: 0 0;
  max-width: 100%;
}
.lpg-product-size-guide .Vtl-SizeChartButton .Vtl-SizeChartButton__Icon {
  width: 32px;
}
.lpg-product-size-guide .Vtl-SizeChartButton svg {
  width: 30px;
  transform: scale(1.07);
}
.lpg-product-size-guide .Vtl-SizeChartButton span{
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  padding-left: 6px;
}



.lpg-product-section .nav-custom-dot {
  max-width: 230px;
  margin: 0 auto;
  overflow: hidden;
}
.lpg-product-section ul.custom-dots {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  align-items: center;
  transition: transform 0.3s ease;
}
.lpg-product-section ul.custom-dots li.slick-active {
  color: red !important;
}
.lpg-product-section ul.custom-dots li {
 padding: 30px 17px 5px 17px;
 font-size: 0px !important;
 line-height: 0;
}
.lpg-product-section ul.custom-dots li button {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
}
.lpg-product-section ul.custom-dots li.slick-active button {
  background-color: #000;
}
.lpg-product-section .probig .slick-arrow.left{
  left: 0px;
}
.lpg-product-section .probig .slick-arrow.right{
  right: 0px;
}
@media (max-width: 767px) {
  .lpg-product-section .nav-custom-dot {
    max-width: 130px;
  }
  .lpg-product-section ul.custom-dots li {
    padding: 20px 8px 5px 8px;
  }
  .lpg-product-section ul.custom-dots li button {
    width: 10px;
    height: 10px;
  }
}


.product-customize-description {
  display: flex;
  flex-direction: column;
  margin: 20px 0px 0px;
}
.product-customize-description label {
  font-family: 'Poppins' !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .04rem;
  margin: 0 0 14px;
}
.product-customize-description input {
  border: 1px solid #979797;
  border-radius: 30px;
  font-family: 'Poppins' !important;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  background-color: transparent;
  color: #000000;
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .product-customize-description {
    margin: 10px 0px 12px;
  }
  .product-customize-description label {
    font-size: 16px;
    margin: 0 0 12px;
  }
  .product-customize-description input {
    padding: 12px 20px;
  }
}



#vitals-recommanded-product #vitals-end-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
#vitals-recommanded-product .vtl-rp-main-widget{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1340px;
}
#vitals-recommanded-product .vtl-product-carousel__container{
  position: relative;
}
#vitals-recommanded-product .vtl-product-carousel__slider-arrow{
  width: 30px;
  min-width: 30px;
  height: 40px;
}
#vitals-recommanded-product .vtl-product-carousel__slider-arrow--prev{
  left: 0;
}
#vitals-recommanded-product .vtl-product-carousel__slider-arrow--next{
  right: 0;
}
#vitals-recommanded-product .vtl-rp-main-widget .vtl-product-carousel__title {
  font-size: 51px;
  line-height: 1;
  font-family: "Barlow", sans-serif !important;
  color: #030303 !important;
  font-weight: 300 !important;
  margin-bottom: 60px !important;
}
#vitals-recommanded-product .vtl-rp-main-widget .vtl-product-carousel__title {
  text-align: center;
}
#vitals-recommanded-product .vtl-product-carousel__slider .vtl-product-carousel__slider-inner {
  padding-top: 0;
  padding-bottom: 0;
}
#vitals-recommanded-product .vtl-product-carousel__slider .vtl-product-card {
  padding: 0px 10px;
  margin-bottom: 0px;
}
#vitals-recommanded-product .vtl-product-carousel__slider .vtl-product-card__header .vtl-product-card__title p {
  font-family: "Barlow", sans-serif !important;
  font-size: 18px !important;
  margin-bottom: 10px;
}
#vitals-recommanded-product .vtl-product-carousel__slider .vtl-product-card__details .vtl-product-card__price {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#vitals-recommanded-product .vtl-product-carousel__slider .vtl-product-card__details .vtl-product-card__variant select {
  border: 1px solid #979797;
  padding: 12px 30px 12px 16px;
  height: auto;
  border-radius: 30px;
  background-image: url(/cdn/shop/files/lpg-downarrow.png?v=1633584443) !important;
  background-size: 12px;
  background-repeat: no-repeat !important;
  background-position: right 14px center;
  font-size: 15px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
}
#vitals-recommanded-product .vtl-product-carousel__slider .vtl-product-card__details .vtl-product-card__atc-button {
  font-family: "Barlow", sans-serif !important;
  font-weight: bold;
  padding: 16px 14px;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  height: auto;
  white-space: normal;
  word-wrap: break-word;
  cursor: pointer;
}
#vitals-recommanded-product .vtl-product-carousel__slider .vtl-product-card__details .vtl-product-card__atc-button:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.7) !important;
  box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.7) !important;
  opacity: 1;
}


@media only screen and (max-width: 1440px) {
  #vitals-recommanded-product .vtl-rp-main-widget .vtl-product-carousel__title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1199px) {
  #vitals-recommanded-product .vtl-rp-main-widget .vtl-product-carousel__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #vitals-recommanded-product .vtl-rp-main-widget{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #vitals-recommanded-product .vtl-rp-main-widget .vtl-product-carousel__title {
    font-size: 35px;
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 575px) {
  #vitals-recommanded-product .vtl-rp-main-widget .vtl-product-carousel__title {
    font-size: 28px;
  }
}

.cart_product_wrapper .prodetail > ul {
  list-style-type: none;
  margin: 0 0 10px;
}
.cartpopup .proname {
  margin-bottom: 4px !important;
}

.vitals_app--tabs .vtl-tb-main-widget{
  overflow: hidden;
}
.vitals_app--tabs .vtl-tb-main-widget__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -15px;
}
.vitals_app--tabs .vtl-tb-main-widget__badges > *{
  padding: 0 10px 15px;
  flex : 0 0 100%;
  max-width: 25%;
}
.vitals_app--tabs .vtl-tb-main-widget__badges svg{
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width:767px) {
  .vitals_app--tabs .vtl-tb-main-widget{
    margin-bottom : 0px;
  }
}
@media screen and (max-width:425px) {
  .vitals_app--tabs .vtl-tb-main-widget__badges > *{
    max-width: 50%;
  }
} 


.vtl-st-main-widget .vtl-st-main-widget__svg-circle--outline {
  width: 50px;
  height: 50px;
}
@media screen and (max-width:767px) {
  .vtl-st-main-widget .vtl-st-main-widget__svg-circle--outline {
    width:  38px;
    height: 38px;
  } 
}

.product-customize-description label:hover{
  opacity: 1;
}
.product-customize-icon-wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.product-customize-popover {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  padding: 14px 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 200px;
  right: -50px;
  top: calc(100% + 15px);
  border-radius: 10px;
  z-index: 99;
  background-color: #FFFFFF;
}
.product-customize-popover:before{
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
}
.product-customize-popover p {
  margin: 0 0 10px;
  font-family: 'Poppins' !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02rem;
}
.product-customize-popover img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}
.product-customize-icon-wrapper svg {
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width:767px) {
  .product-customize-popover p {
    margin: 0 0 8px;
    font-size: 14px;
  }
}
/* Product Changes 08-10-2024 End*/

.lpg-product-section label.single-option-radio__label > span {
  font-size: inherit;
  /* font-weight: inherit; */
}


/* 21-10-24 css changes start here */
body:not(.dbtfy-color_swatches-destroy) .swatch input:checked+.swatch-element.cw_swatch_size{
  background-color: grey;
  border-color: grey;
}
body:not(.dbtfy-color_swatches-destroy) .swatch input:checked+.swatch-element.cw_swatch_size > label{
  background-color: grey !important;
  color: #ffffff;
  transition: none !important;
}
span.variant-label-option-values{
  font-weight: 700 !important;
}

.lpg-product-section .lpg-product-short-rte__list {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.vt-accordion {
    text-transform: inherit !important;
}
.variant-label-option-values{
  text-transform: capitalize;
}
.lpg-product-section .klaviyo-bis-trigger{
  width: 100%;
  max-width: 100%;
}
.qty_msg {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

/*swal popup css*/
.swal2-popup.wrong-product-warning {} 

.swal2-popup.wrong-product-warning div:where(.swal2-icon) {
    width: 3em;
    height: 3em;
    margin-top: 2em;
}

.swal2-popup.wrong-product-warning  :is(.swal2-x-mark-line-left, .swal2-x-mark-line-right) {
    width: 2em;
    top: 1.4em;
}

.swal2-popup.wrong-product-warning div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {left: 0.5em;}

.swal2-popup.wrong-product-warning div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {right: 0.5em;}

.swal2-popup.wrong-product-warning div:where(.swal2-container) , .swal2-popup.wrong-product-warning h2:where(.swal2-title) {
    --swal2-title-padding: 0.4em 1em 0;
    margin-bottom: 0.4em !important;
    font-size: 1.55em;
}

.swal2-popup.wrong-product-warning div:where(.swal2-container) , .swal2-popup.wrong-product-warning div:where(.swal2-html-container) {--swal2-html-container-padding: 0.4em 1.6em 0.3em;}

.swal2-popup.wrong-product-warning div:where(.swal2-container) , .swal2-popup.wrong-product-warning div:where(.swal2-actions) {
    margin-top: 1em;
}

body:not(.dbtfy-color_swatches-destroy) .swatch-element {
    float: left;
    margin: 0 9px 9px 0;
    position: relative;
    padding: 4px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    text-transform: capitalize;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

body:not(.dbtfy-color_swatches-destroy) .swatch label
 {
    border-radius: 50%;
    float: left;
    min-width: 31px;
    height: 31px;
    margin: 0;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    line-height: 31px;
}
.tl-select{display: none !important;}
.lpg-product-short-rte__list ul{
  list-style-type: disc !important;
}

@media only screen and (max-width: 390px) {
  .lpg-product-section .review_wrapper .Vtl-pr-stars-snippet--layer svg {
      width: 0.8em;
      height: 0.8em;
  }
  .lpg-product-section .review_wrapper .Vtl-pr-review-stars-snippet {
      font-size: 14px;
  }
  .lpg-product-section .Vtl-pr-stars-snippet {
      min-width: unset !important;
      width: auto !important;
  }
  .lpg-product-section .stock_wrapper.instock .instock-right h5 {
    font-size: 12px;
  }
  .lpg-product-section .Vtl-pr-stars-snippet {
      height: unset;
  }

  .lpg-product-section .swatch-element:not(.cw_color_swatch), body:not(.dbtfy-color_swatches-destroy) .lpg-product-section .swatch-element:not(.cw_color_swatch) {
    margin-right: 8px;
  }

  body:not(.dbtfy-color_swatches-destroy) .swatch label {
   min-width: 26px;
   height: 26px;
  }
}