@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
body {
  font-family: "Lato", sans-serif;
  background: #fff;
  margin-top: 50px;
}

/* --------------------------------------------------- 
     navigation
----------------------------------------------------- */

.nav-link,
.mobile-prdcts {
  font-size: 13px;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  color: #333 !important;
}

.nav-link:hover,
.mobile-prdcts:hover {
  color: #e53b41 !important;
}

.mobile-prdcts {
  padding-left: 0 !important;
}

a.mobile-prdcts {
  text-decoration: none !important;
}

.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.navbar {
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  padding: 0;
  font-weight: 600;
}

.topBar {
  height: 2.5rem;
  width: 100%;
  background: #9b3538;
  position: absolute;
  top: 0;
  font-size: 12px;
  padding-top: 0.8rem;
}

.nav-bg {
  margin-top: 2.5rem;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background: white !important;
  position: relative;
  z-index: 99;
}

body:not(.home) .nav-bg {
  border-bottom: 1px solid #e7e7e7;
}

.title {
  padding-top: 50px;
}

body:not(.home) .nav-bg .navbar .dropdown-menu.drpdn-1 {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.inner {
  margin-top: 140px;
}

.inner h5 {
  letter-spacing: 1.5px;
}

/*body:not(.home) .topBar {
  background: #efefef;
}*/

.nav-bg.scrolled {
  margin-top: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.nav-bg.scrolled .navbar-nav .nav-link,
.nav-bg.scrolled .navbar-brand {
  color: #333 !important;
  font-weight: 600;
}

.nav-bg.scrolled .navbar {
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.nav-bg.scrolled .navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.8) !important;
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar li a.active {
  color: #e53b41 !important;
}

.nav-bg.scrolled .navbar li a.active {
  color: #e53b41 !important;
}

.nav-bg.scrolled .nav-link:hover {
  color: #952b1f !important;
}

.nav-bg a.navbar-brand {
  width: 175px;
  height: 55px;
  background: url(../images/now-body.svg) no-repeat top left;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  text-indent: -9999px;
  background-size: 175px 55px;
  z-index: 9999;
}
.bg-red {
  background: #9b3537;
}
.bg-yellow {
  background: #f2b528;
}
.bg-yellow:hover {
  background: #c7a657;
}
.input-icons i {
  position: absolute;
}
.icon {
  padding: 16px 10px 10px 25px;
  color: red;
  min-width: 50px;
}
/* --------------------------------------------------- 
     dropdown
----------------------------------------------------- */

.dropdown-item {
  font-size: 15px;
  cursor: pointer;
  color: #666;
}
.dropdown-item ul li a:hover {
  color: #d62924;
}
.drpdn-1 .dropdown-item {
  padding: 0.25rem 0;
}

.currency.dropdown .dropdown-menu {
  margin-left: -80px;
  border: none;
  box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
}

.currency.dropdown li {
  min-width: 40px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  line-height: 30px;
}

.currency.dropdown li a {
  display: block;
  color: #232530;
  border-bottom: solid 1px #dddddd;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}

.currency.dropdown .dropdown-item {
  margin: 0 !important;
}

.drpdn-1 span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.dropdown-item:hover,
.dropdown-item.active {
  background-color: white;
}

.dropdown-item a:hover {
  color: #333;
}

.dropdown-item i {
  /*  width: 20px;*/
  padding-left: 10px;
}

/* dropdown hover */

.shipping .dropdown:hover > .dropdown-menu {
  display: block;
}

.shipping .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.navbar .dropdown-menu.drpdn-1 {
  border: none;
  background-color: #fff !important;
  color: #666;
}

.nav-bg.scrolled .navbar .dropdown-menu.drpdn-1 {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.account li,
.shipping li a {
  position: relative;
  display: inline-block;
  margin-right: 11px;
  padding-right: 12px;
}

.shipping li a {
  margin-right: 0px;
}

.account li:before,
.shipping li.test a:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  height: 9px;
  border-right: 1px dotted #f1f1f1;
}

.shipping li a:before {
  top: 8px;
  height: 11px;
}

.account li:nth-child(2):before {
  content: none;
}

.account li a {
  color: #f1f1f1;
  font-size: 12px;
}

.account li a:hover,
.shipping li a:hover {
  text-decoration: none;
  color: #ddd;
}

ul.account {
  margin-left: 0;
  padding-left: 0;
}

.shipping li a i {
  font-size: 18px;
}

.shipping li a {
  color: #f1f1f1;
  font-size: 13px;
  top: -5px;
  position: relative;
}

/* --------------------------------------------------- 
     cart dropdown
----------------------------------------------------- */

.shopping_bag {
  float: right;
  position: relative;
}

.shopping_bag a {
  cursor: pointer;
}

.shopping_bag a:hover {
  text-decoration: none;
}

.shopping_bag .shopping_bag_btn {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 19px 20px 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  font-size: 13px;
  color: #333;
  border-left: 1px solid #e9e9e9;
  transition: none;
  -webkit-transition: none;
}

.shopping_bag .shopping_bag_btn span {
  display: inline-block;
  margin-left: 5px;
  padding: 0 6px;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  background-color: #cc3333;
}

.shopping_bag .dropdown-menu,
.top_search_form .dropdown-menu {
  background-color: transparent;
  border: none;
}

.cart {
  position: absolute;
  left: 0;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
  top: 0px;
}

.cart li {
  padding: 16px 10px 28px;
  border-bottom: 1px solid #e9e9e9;
}

.cart_item_product {
  float: left;
  margin-right: 20px;
  width: 60px;
  margin-top: -10px;
}

.cart_item_title {
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

.cart_item_price {
  display: block;
  text-transform: uppercase;
  padding-top: 5px;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.cart_total {
  padding: 5px 19px 19px;
}

.cart_total .cart_subtotal {
  text-transform: uppercase;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.cart_total .cart_subtotal b {
  float: right;
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  color: #333;
}

.cart_total .btn {
  width: 100%;
}

.btn.active {
  color: #fff;
  background: #333;
  border-color: #333;
  margin-top: 10px;
}

/* --------------------------------------------------- 
     Top Search
----------------------------------------------------- */

.top_search_form {
  float: left;
  position: relative;
  cursor: pointer;
}

.top_search_btn {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 22px 20px 20px;
  font-size: 16px;
  color: #333;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  transition: none;
  -webkit-transition: none;
}

.top_search {
  overflow: hidden;
  position: absolute;
  right: 86px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  overflow: hidden;
  top: 0px;
}

.top_search input {
  border: none;
  font-size: 14px;
  padding: 8px;
  min-width: 262px;
}

/* --------------------------------------------------- 
     carousel banner
----------------------------------------------------- */

.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators .active {
  background-color: #000;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
  margin-top: 100px;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  right: 0;
  left: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.carousel-caption a {
  margin: 0 2rem 0.4rem;
  font-size: 1.25rem;
}
.carousel-caption h3 {
  margin: 0.3rem 0 0.4rem;
  font-size: 1.75rem;
}


/* --------------------------------------------------- 
    Shop By Health
----------------------------------------------------- */

.shop-by-health {
  width: 100%;
  background: #ecedf1;
  /* background: #ECEDF1 url(../images/health-bg.jpg) center top;*/
  background-size: cover;
}

.shop-by-health a .border {
  border: 4px solid #e53b41 !important;
  padding: 8px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.shop-by-health a:hover .border {
  border: 4px solid #ccc !important;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

/* --------------------------------------------------- 
     Shop By Product
----------------------------------------------------- */

.img-carousel {
  background: #fff;
  position: relative;
}

.img-carousel img {
  display: block;
}

.flickity-page-dots {
  display: none;
}
.flickity-prev-next-button {
  top: 40% !important;
}
.flickity-viewport {
  height: 880px !important;
}
.strip {
  margin-top: 20px;
  width: 10%;
  height: 2px;
  background: #666;
  margin: 0 auto;
}

.brand {
  margin-right: 35px;
  min-height: 780px;
}
@media screen and (max-width: 991px) {
  .brand {
    min-height: 720px;
  }
}
@media screen and (max-width: 768px) {
  .brand {
    min-height: 660px;
  }
}
.home-product-display .card {
  /* min-height: 750px; */
  margin-bottom: 30px;
}
.home-product-display.catalog .card {
  margin-bottom: 30px;
}
.home-product-display .card img {
  text-align: center;
}

.home-product-display .panel-text {
  font-size: 19px;
  font-weight: 600;
  /* min-height: 130px; */
}

.home-product-display .panel-text .prdctfeature {
  font-weight: normal;
  display: block;
  font-size: 18px;
}

.home-product-display .card .h1 span {
  font-size: 20px;
}
/* product dropdown */
.pckgdrpdwn {
  display: block;
}
.pckgdrpdwn button {
  font-size: 18px;
  border: 1px solid #b36d09;
}
.pckgdrpdwn .caret {
  height: 25;
}
.pckgdrpdwn ul {
  font-size: 18px;
  transform: translate3d(0px, 40px, 0px) !important;
}
.pckgdrpdwn ul li {
  text-transform: capitalize;
  border-bottom: 1px #ccc dotted;
  text-decoration: none;
  color: #171717;
}
.pckgdrpdwn ul li a {
  text-decoration: none;
  color: #171717;
  font-size: 16px;
  padding: 0 10px 0 15px;
}
.pckgdrpdwn ul li:hover {
  background: #f5f5f5;
  cursor: pointer;
}
/* END product dropdown */

.labelDiscount::before {
  background-color: #cd282e;
  content: "SAVE "attr(discount)"%";
  z-index: 100;
  font-size: 14px;
  color: white;
  padding: 0 10px;
  height: 22px;
  border-radius: 11px;
  position: absolute;
  top: 12px;
  left: -12px;
}

.home-product-display .panel-cart {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-left: -20px;
}
.home-product-display .learn-more {
  width: 70%;
  text-align: center;
  padding: 10px 8px;
  background: #444;
  text-transform: uppercase;
  border-right: 1px solid rgb(175, 175, 175);
}
.home-product-display .learn-more a {
  color: white;
  text-decoration: none;
  display: block;
}
.home-product-display .learn-more:hover {
  background: #cd282e;
}
.home-product-display .buy-now {
  width: 30%;
  text-align: center;
  padding: 10px 8px;
  background: #444;
  text-transform: uppercase;
}
.home-product-display .buy-now a {
  color: white;
  text-decoration: none;
  display: block;
}
.home-product-display .buy-now:hover {
  background: #cd282e;
}
.rating {
  margin-bottom: 10px;
}

.rating i {
  margin-right: 1px;
  color: #e0e3e4;
}

.rating i:last-child {
  margin-right: 0px;
}

.rating_1 i:first-child {
  color: #f5c06f;
}

.rating_2 i:first-child {
  color: #f5c06f;
}

.rating_2 i:nth-child(2) {
  color: #f5c06f;
}

.rating_3 i:first-child {
  color: #f5c06f;
}

.rating_3 i:nth-child(2) {
  color: #f5c06f;
}

.rating_3 i:nth-child(3) {
  color: #f5c06f;
}

.rating_4 i:first-child {
  color: #f5c06f;
}

.rating_4 i:nth-child(2) {
  color: #f5c06f;
}

.rating_4 i:nth-child(3) {
  color: #f5c06f;
}

.rating_4 i:nth-child(4) {
  color: #f5c06f;
}

.rating_5 i:first-child {
  color: #f5c06f;
}

.rating_5 i:nth-child(2) {
  color: #f5c06f;
}

.rating_5 i:nth-child(3) {
  color: #f5c06f;
}

.rating_5 i:nth-child(4) {
  color: #f5c06f;
}

.rating_5 i:nth-child(5) {
  color: #f5c06f;
}

.brand .brand-name {
  width: 100%;
  height: 35px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 20px;
  letter-spacing: 4px;
  position: inherit;
  bottom: 0;
  padding-top: 3px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .img-carousel img {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .img-carousel img {
    height: 320px;
  }
}

/* --------------------------------------------------- 
     Testimonials
----------------------------------------------------- */

.testimonials-clean {
  color: #313437;
  background-color: #ecedf1;
}

.testimonials-clean p {
  color: #7d8285;
}

.testimonials-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width: 767px) {
  .testimonials-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.testimonials-clean .people {
  padding: 50px 0 20px;
}

.testimonials-clean .item {
  margin-bottom: 32px;
}

/* @media (min-width: 768px) {
  .testimonials-clean .item {
    height: 220px;
  }
} */

.testimonials-clean .item .box {
  padding: 30px;
  background-color: #fff;
  position: relative;
}

.testimonials-clean .item .box:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
}

.testimonials-clean .item .author {
  margin-top: 28px;
  padding-left: 25px;
}

.testimonials-clean .item .name {
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
}

.testimonials-clean .item .title {
  font-size: 13px;
  color: #9da9ae;
}

.testimonials-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.testimonials-clean .item img {
  max-width: 75px;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}

/* --------------------------------------------------- 
    pricing table
----------------------------------------------------- */

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border: 2px solid #e53b41;
  padding: 30px;
  overflow: hidden;
  position: relative;
  min-height: 290px;
}

.pricing-table .item-main {
  padding-top: 65px;
  padding-bottom: 60px;
  border: 5px solid #e53b41;
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px;
}

.pricing-table .item button {
  font-weight: 600;
  white-space: normal;
}

.border-lg-right-0 {
  border-right: 0px !important;
}

.border-lg-left-0 {
  border-left: 0px !important;
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px;
}

.pricing-table .price h4 {
  margin: 15px 0 0;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.pricing-table .price h4 span {
  font-size: 28px;
  display: block;
}

#product-item hr {
  border-top: 5px solid #9b3438;
  width: 100%;
}

@media (max-width: 992px) {
  .border-lg-right-0 {
    border-right: 2px solid #e53b41 !important;
  }
  .border-lg-left-0 {
    border-left: 2px solid #e53b41 !important;
  }
  .pricing-table .item {
    min-height: 80px;
    padding: 10px;
  }
  .pricing-table .price h4 {
    font-size: 24px;
  }
  .pricing-table .price h4 span {
    font-size: 18px;
  }
  .pricing-table .price h5 {
    font-size: 18px;
  }
  .pricing-table .heading {
    border-bottom: none;
    padding-bottom: 0;
  }
  .pricing-table .heading h4 {
    font-size: 18px;
  }
  .pricing-table .item button {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .pricing-table .heading h4 {
    font-size: 13px;
  }
  .pricing-table .price h4 {
    font-size: 20px;
  }
  .pricing-table .price h4 span {
    font-size: 12px;
  }
  .pricing-table .price h5 {
    font-size: 13px;
  }
  .pricing-table .item button {
    font-size: 12px;
  }
}

/* --------------------------------------------------- 
    product combo
----------------------------------------------------- */

.product-combo {
  width: 100%;
  margin-top: 70px;
}

.product-combo .price {
  font-size: 18px;
  color: #cd272e;
  text-align: left;
}

.product-combo .price del {
  font-size: 15px;
  padding-right: 5px;
  font-weight: 700;
}

.product-combo h3 {
  padding-bottom: 25px;
}

.product-combo .show {
  transition: 0.3s all ease;
}

.product-combo .combo-but {
  background: #333;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  padding: 6px 14px;
  border-radius: 2px;
}

.product-combo .combo-but:hover {
  background: #cd272e;
}

.product-combo .combo-but:disabled {
  background: #dddddd;
}

.product-combo .combo-but {
  margin-top: 10px;
}

.product-combo .free-shipping {
  margin-top: -40px;
}

.product-combo ul.prdcts {
  margin: 15px 0;
}

.product-combo li {
  padding-bottom: 10px;
}

.product-combo .plus {
  padding-top: 30px;
  color: #fd4c52;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.product-combo .package-dropdown {
  max-width: 330px;
  margin: 0 auto;
}

.product-combo .btn {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 0;
  background: #333;
  color: white;
  position: relative;
  padding: 9px 32px 9px 14px;
  font-size: 14px;
  margin-top: 5px;
  text-align: left;
  white-space: normal;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.16) inset;
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.16) inset;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.16) inset;
}

.product-combo .btn::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 12px;
  right: 13px;
  font-size: 10px;
}

.product-combo .dropdown-menu {
  background-color: #171717;
}

.product-combo .dropdown-menu > li > a {
  padding: 7px 20px;
  color: #fff;
  border-bottom: 1px dotted #555;
  font-size: 14px;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}

.product-combo .dropdown-menu > li > a:hover {
  text-decoration: none;
  background: #e53b41;
}

.product-combo .dropdown-menu {
  min-width: 100%;
  border-radius: 6px;
}

.product-combo .reset {
  display: none;
}

.product-details .price span {
  color: #cd282e;
  font-size: 44px;
  font-weight: bold;
}

.product-details .detail-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #767676;
}

.product-details .detail-title .size {
  font-weight: 700;
  color: #cd272e;
  font-size: 14px;
}

.product-details ul.size-variants > li,
.product-combo ul.size-variants > li {
  display: inline-block;
  vertical-align: top;
  float: left;
}

.product-details ul.size-variants,
.product-combo ul.size-variants {
  padding-left: 0;
}

.product-details ul.size-variants > li.active > a,
.product-combo ul.size-variants > li.active > a {
  background-color: #d7d5d8;
  color: #000;
  font-weight: 700;
}

.product-details ul.size-variants > li > a,
.product-combo ul.size-variants > li > a {
  display: block;
  width: 80px;
  padding: 10px 3px;
  line-height: 18px;
  font-size: 13px;
  color: #333;
  border: 1px solid #dcdcdc;
  background-color: #fbfafd;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor: pointer;
}

.product-details ul.size-variants > li > a:hover,
.product-combo ul.size-variants > li > a:hover {
  background-color: #d7d5d8;
}

.product-combo ul.size-variants > li + li {
  margin-left: -1px;
}

.product-combo ul.size-variants > li > a {
  width: 40px;
}

.product-combo ul.size-variants > li {
  padding-bottom: 0;
}

.product-combo .combo {
  display: block;
}

.product-combo ul.size-variants > li {
  margin-top: -1px;
}

/* -----------------------------------------------
  Quantity 
-------------------------------------------------- */

.quantity button {
  border: none;
}

/* --------------------------------------------------- 
   Size Guide 
----------------------------------------------------- */

.size-guide-link {
  color: #cd272e;
  text-decoration: none;
  outline: none;
  font-weight: 700;
  display: block;
}

.size-guide-link span {
  color: #333;
  padding-left: 25px;
}

.size-guide-block {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
  background-color: #fbfafd;
}

.size-guide-table {
  display: table;
  width: 100%;
}

.size-guide-row {
  display: table-row;
}

.size-guide-cell {
  display: table-cell;
  border: 1px solid #dcdcdc;
  padding: 4px 10px;
}

/* --------------------------------------------------- 
    product Details
----------------------------------------------------- */

#toggle-tab {
  margin-top: 40px;
}

#toggle-tab .nav-pills > li a.active {
  background: #fd4b52 !important;
  color: white !important;
}

#toggle-tab .list-inline-item:not(:last-child) {
  margin-right: 0.2rem;
}

#toggle-tab .nav-pills-xs {
  border-bottom: 1px solid #ccc;
  padding: 7px 10px 7px 0;
  margin-bottom: 10px;
}

#toggle-tab .nav-pills-xs i {
  color: #fd4b52;
}

#toggle-tab .nav-pills-xs a {
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

#toggle-tab .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  font-size: 16px;
  background: #f4f1f1;
  color: #333;
}

#toggle-tab .tab-content p {
  color: #000;
  font-size: 16px;
}

#toggle-tab .tab-content ul {
  padding-left: 40px;
  list-style: none;
}

#toggle-tab .tab-content ul li {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
}

#toggle-tab .tab-content ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0fe";
  margin: 0 5px 0 -20px;
}

#toggle-tab .tab-content {
  background-color: #fff;
  padding: 30px 15px;
  display: inline-block;
  border: 2px solid #fd4b52;
  width: 100%;
}

#toggle-tab .tab-content .tab-pane .active {
  display: block;
}

#toggle-tab .tab-content p {
  padding: 5px 15px;
}

#toggle-tab .tab-content > .active {
  display: block;
}

@media (max-width: 767px) {
  #toggle-tab .nav-pills > li > a {
    font-size: 14px;
  }
}

/* --------------------------------------------------- 
    product details
----------------------------------------------------- */

.product-details p span {
  padding-right: 15px;
}

.preview-thumbnail.nav-tabs {
  border: none;
}

.preview-thumbnail.nav-tabs li img {
  width: 95px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-bottom: 0;
}

.pop {
  cursor: zoom-in;
}

.tab-content {
  overflow: hidden;
}

.tab-content img {
  max-width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.product-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
}

.product-title span {
  font-size: 24px;
}

.product-description ul li {
  list-style: none;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}

.product-description ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin: 0 5px 0 -20px;
}

.fa-circle.red {
  color: #ca103a;
}

.fa-circle.green {
  color: #51a92e;
}

.fa-circle.blue {
  color: #008aea;
}

.fa-circle.yellow {
  color: #efc502;
}

@media (max-width: 576px) {
  .product-description ul li {
    font-size: 16px;
  }
  .product-title {
    font-size: 24px;
    line-height: 28px;
  }
  .product-title span {
    font-size: 14px;
  }
}

.underline {
  text-decoration: underline;
  text-underline-position: under;
}

.video {
  border: 2px solid #ccc;
  padding: 8px;
}

/* rating */

.rating {
  display: block;
}

.rating:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
  float: right;
  width: 1.3em;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 100%;
  /* line-height:1.2; */
  color: #ddd;
}

.rating:not(:checked) > label:before {
  content: "★ ";
}

.rating > input:checked ~ label {
  color: #333;
  cursor: none;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #333;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #333;
}

.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.review-title {
  display: block !important;
  font-size: 20px;
}

.review-author {
  color: #999;
  font-size: 18px;
}
.contact img {
  float: right;
  width: 400px;
  margin-left: 15px;
}
.accordion input[type="text"],
.accordion textarea,
.contact input,
.contact textarea,
.login input,
#checkout input {
  border-radius: 0;
  padding: 21px 20px;
  margin-bottom: 25px;
  font-size: 15px;
}

#checkout input {
  margin-bottom: 5px;
}

.contact select,
.login select,
#checkout select,
.size-chart select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
  height: 44px;
}

.register input {
  margin-bottom: 0px;
}

.accordion label {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* custom radio and checkbox */

.radio-inline {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  margin-right: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-block {
  padding-left: 50px;
  margin-right: 60px;
  padding-top: 9px;
}

.tummy,
.tummy input {
  text-align: center !important;
}

.tummy p {
  display: block !important;
  padding-top: 30px;
}

.checkmark,
.checkmark-chart {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e5e3e3;
  border-radius: 50%;
  border: 1px solid #999;
}

.checkboxx {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e5e3e3;
  border: 1px solid #999;
}

.checkmark-chart {
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

.radio-inline:hover input ~ .checkmark,
.radio-inline:hover input ~ .checkboxx,
.radio-inline:hover input ~ .checkmark-chart {
  background-color: #ccc;
}

.radio-inline input:checked ~ .checkmark,
.radio-inline input:checked ~ .checkboxx,
.radio-inline input:checked ~ .checkmark-chart {
  background-color: #2196f3;
}

.checkmark:after,
.checkboxx:after,
.checkmark-chart:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-inline input:checked ~ .checkmark:after,
.radio-inline input:checked ~ .checkboxx:after,
.radio-inline input:checked ~ .checkmark-chart:after {
  display: block;
}

.radio-inline .checkmark:after,
.radio-inline .checkmark-chart:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.radio-inline .checkmark-chart:after {
  top: 12px;
  left: 12px;
  width: 15px;
  height: 15px;
}

.radio-inline .checkboxx:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* -------------- */

.size a {
  font-size: 16px;
  color: #999;
  text-decoration: underline;
  text-underline-position: under;
}

.size a:hover {
  color: #000;
  text-decoration: none;
}

.card-header i {
  position: absolute;
  top: 10px;
  right: 20px;
  -webkit-animation: minus 0.5s;
  font-size: 14px;
  animation: minus 0.5s;
}

@keyframes minus {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

/*.size:first-of-type {
  margin-left: 40px;
}*/

.add-to-cart,
.buy-it {
  width: 100%;
  background: none;
  padding: 12px 20px;
  text-transform: UPPERCASE;
  color: #666;
  transition: color 0.25s ease;
  border: 1px solid #e7e7e7;
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  box-shadow: inset 0 0 0 0 #666;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.buy-it {
  background: #666;
  color: #f1f1f1;
  box-shadow: inset 0 0 0 0 #fff;
}

.add-to-cart:hover {
  color: #fff;
  box-shadow: inset 700px 0 0 0 #666;
}

button {
  outline: none !important;
}

.buy-it:hover {
  background: #fff;
  color: #666 !important;
  border: 1px solid #333;
  box-shadow: inset 700px 0 0 0 #fff;
}

/*.tooltip-inner {
  padding: 1.3em;
}*/

.List_Item {
  display: inline-block;
  margin: 6px 12px 6px 0;
}

.sizeCheck__Radio:checked + .sizeLabel {
  border-color: #ff9f1a;
  color: #ff9f1a;
}

.sizeCheck__Radio {
  display: none;
}

.sizeLabel {
  display: inline-block;
  text-align: center;
  min-width: 40px;
  padding: 6px 10px;
  border: 1px solid #e7e7e7;
  color: #939393;
  cursor: pointer;
}

.sizeLabel-deactive {
  display: inline-block;
  text-align: center;
  min-width: 40px;
  padding: 6px 10px;
  border: 1px solid #edecec;
  color: #ccc;
}

.tile-cross {
  background: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) calc(47.2%),
    #cccccc 49%,
    rgba(0, 0, 0, 0) calc(50.8%),
    rgba(0, 0, 0, 0) 100%
  );
}

.breadcrumb {
  padding: 0rem 1rem 0rem 1rem;
  background: none !important;
  margin-top: 130px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  font-size: 12px;
}

.breadcrumb a {
  color: #000;
}

.breadcrumb-item.active {
  color: #999;
}

.accordion .card {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion .card:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion .card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion .card-header {
  background: none;
  border-bottom: none;
}

.accordion .card-header a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  display: block;
  font-weight: bold;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .preview-thumbnail.nav-tabs li img {
    margin-right: 10px;
    width: 85px;
  }
}

.product-display .card {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  position: relative;
}

.product-display .card-body {
  padding: 20px 10px;
}

.product-display .card-body .card-text {
  font-size: 14px;
  text-transform: uppercase;
}

.product-display p.card-price {
  font-size: 15px;
  font-weight: bold;
  margin-top: -10px;
}

.product-display .price-1 {
  text-transform: uppercase;
  text-decoration: line-through;
}

.product-display .price-2 {
  color: #e65540;
  text-transform: uppercase;
}

.labelSave::before {
  background-color: #e65540;
  content: "SALE";
  z-index: 100;
  font-size: 12px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 22px;
  border-radius: 11px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.card-save span {
  color: #e65540;
}

.labelNew::before {
  background-color: #16a085;
  content: "NEW";
  z-index: 100;
  font-size: 12px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 12px;
}

/* --------------------------------------------------- 
    Contact
----------------------------------------------------- */

.map {
  width: 100%;
  border: 1px #ccc solid;
  padding: 10px 10px 10px 10px;
  overflow: hidden;
}

.contact p {
  font-size: 19px;
}

/* ---------------------------------------------------
    Login
------------------------------------------------------ */

.login-panel {
  padding: 60px 65px 50px;
  background: #f2f1f2;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.login-panel::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #9b3438;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}

a.help-text {
  text-decoration: underline;
  text-underline-position: under;
}

a:hover.help-text {
  text-decoration: none;
}

/* --------------------------------------------------- 
    Cart
----------------------------------------------------- */

.cart-quantity {
  text-align: center;
  width: 60px;
  padding-left: 5px;
  padding-right: 5px;
}
/* --------------------------------------------------- 
    Checkout
----------------------------------------------------- */

#collapsibleCheckout {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 400px;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  bottom: 0;
  max-height: inherit;
  box-shadow: 2px 0 10px rgba(54, 54, 54, 0.2),
    -2px 0 10px rgba(54, 54, 54, 0.2);
}

.checkout-cart {
  position: absolute;
  left: 15px;
  right: 25px;
  min-width: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 150px;
  bottom: 100px;
  -webkit-overflow-scrolling: touch;
}

.checkout-cart li {
  padding: 16px 19px 28px 10px;
  border-bottom: 1px solid #e9e9e9;
  width: 93%;
}

.checkout_item_product,
.cart-item {
  float: left;
  margin-right: 20px;
  width: 100px;
  display: block;
}

.cart-item {
  width: 60px;
}

span.close-icon-checkout {
  cursor: pointer;
  float: right;
  margin-bottom: 10px;
  margin-right: 25px;
  display: block;
  margin-top: 40px !important;
}

.checkout-head {
  padding: 35px 0 0 25px;
  font-size: 20px;
  font-weight: 500;
}

.checkout_item_title,
.cart_title {
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
}

.cart_title {
  text-transform: capitalize;
  font-size: 14px;
}

.checkout_item_price,
.cart_price {
  display: block;
  text-transform: uppercase;
  /*  padding-top: 5px;*/
  line-height: 24px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding-bottom: 10px;
}

.cart_price,
.cart_size {
  font-size: 14px;
}

.filter-view-items {
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  line-height: normal;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #737373;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}

.filter-view-items a {
  color: white;
  display: block;
  text-decoration: none;
}

.filter-view-but {
  padding: 16px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /*    height: 80px;*/
  border-top: 1px solid #eee;
}

.checkout-view {
  background-color: #444;
  font-weight: 500;
}

.checkout-cart .input-group {
  width: auto;
  margin-top: 8px;
}

.checkout-cart .input-group-text {
  background-color: white;
  font-weight: normal;
  font-size: 12px;
  border: none;
}

.checkout-cart .input-group-text .input-group-prepend {
  border-right: 0;
}

.checkout-cart .input-group-text .input-group-append {
  border-right: 0;
}

.checkout-cart .input-group .check-quantity {
  border-left: 0;
  border-right: 0;
}

.quantity-minus,
.quantity-plus {
  border: 1px solid #ccc;
  cursor: pointer;
}

.checkout-cart .remove a,
#checkout .remove a {
  font-size: 12px;
  padding-top: 20px;
  display: block;
  color: #333;
  text-decoration: underline;
  text-underline-position: under;
}

#checkout .remove a {
  padding-top: 5px;
}

.checkout-cart .remove a:hover,
#checkout .remove a:hover {
  text-decoration: none;
}

.checkout-cart .input-group button {
  background: none;
  padding: 0;
}

#checkout h6 {
  font-size: 19px;
}

#checkout .input-group span {
  position: absolute;
  right: 20px;
  z-index: 99;
  top: 10px;
  color: #666;
}

#checkout .input-group span a {
  color: #666;
}

#checkout h6 span {
  font-size: 14px;
  display: block;
  font-weight: normal;
  padding-top: 8px;
}

.checkoutBg {
  color: #606060;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ededed),
    to(#fff)
  );
  background: -moz-linear-gradient(left, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
  height: 100%;
  border-top-left-radius: 10px;
  padding: 30px 0 0 20px;
}

label.content {
  margin-bottom: 0;
}

.content p {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
  text-align: center;
}

.content {
  background-color: #11cccc;
  cursor: pointer;
}

.content {
  padding: 5px;
  width: 100%;
  background: #fafafa;
  border: 1px solid #e6e6e6;
}

#menu-toggle {
  display: none;
}

#menu {
  background-color: #fafafa;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  border: 1px solid #f1f1f1;
}

#menu-toggle:checked + #menu {
  max-height: 1000px;
}

#menu li:first-child {
  padding: 10px 0 0 0;
}

img.cart-item {
  margin-left: 8px;
}

/* --------------------------------------------------- 
    Footer
----------------------------------------------------- */

.footerBg {
  background: #9b3537;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

footer {
  padding: 30px 30px 20px;
  color: #939393;
}

footer h5,
footer .phone-n {
  color: #f1f1f1 !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

footer .phone-n {
  font-weight: normal;
}

footer ul li {
  margin-bottom: 12px;
}

footer ul li a,
footer {
  color: #eee;
}

footer ul li a:hover {
  color: #333;
  text-decoration: none;
}

footer .nl-form {
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid #d4d2d2;
  width: 100%;
  line-height: normal;
  resize: none;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
}

footer .nl-submit,
.blog .nl-submit,
.accordion .nl-submit,
.contact .nl-submit,
.login .nl-submit,
#checkout .nl-submit,
.size-chart .nl-submit {
  margin-top: 20px;
  color: #fff;
  background-color: #5c5c5c;
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: Futura, sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}
footer .nl-submit {
  letter-spacing: 0.1em;
}
.contact .nl-submit,
.login .nl-submit {
  margin-top: 0;
}

.size-chart a.nl-submit {
  padding: 14px 48px;
  text-decoration: none;
}

footer .nl-submit:hover,
.blog .nl-submit:hover,
.accordion .nl-submit:hover,
.contact .nl-submit:hover,
.login .nl-submit,
.size-chart .nl-submit {
  background-color: #333;
}
footer .nl-submit {
  border: 1px solid #988e37;
}
footer .social a {
  font-size: 20px;
  color: #f1f1f1;
}

footer .social a:hover {
  color: #333;
}

.copyright {
  background: #181818;
  padding: 14px 0 4px;
}

.copy {
  color: #f1f1f1;
  font-size: 14px;
}

/* --------------------------------------------------- 
     Responsive
----------------------------------------------------- */

@media (min-width: 320px) and (max-width: 374px) {
  .shopping_bag .shopping_bag_btn {
    padding: 20px 10px 20px 10px;
  }
  .top_search_btn {
    padding: 20px 10px 20px 12px;
  }
  .cart {
    left: -180px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .radio-inline {
    font-size: 14px;
  }
  .login-panel {
    padding: 40px 40px 40px;
  }
}

@media (min-width: 769px) {
  .carousel-inner img {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .nav-bg.scrolled a.navbar-brand {
    width: 120px;
    height: 60px;
    background-size: 120px 60px;
  }
  .border-md-right-1 {
    border-right: 1px solid #dee2e6 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cart_title {
    font-size: 16px;
  }
  .cart_price {
    font-size: 16px;
  }
  .home-product-display .panel-text {
    font-size: 15px;
  }
  .home-product-display .panel-text .prdctfeature {
    font-size: 14px;
  }
  .home-product-display .h1 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar .dropdown.full-width-navbar {
    position: static;
  }
  .navbar .dropdown-menu.drpdn-1 {
    width: 100%;
    left: 0;
    right: 0;
    top: 48px;
  }
  .navbar .dropdown-menu {
    top: 30px;
    border: none;
  }
  .cart,
  .top_search {
    top: 30px;
  }
  .cart {
    left: -110px;
  }
  body:not(.home) .nav-bg .cart,
  body:not(.home) .nav-bg .top_search {
    top: 32px;
  }
  body:not(.home) .nav-bg.scrolled .cart,
  body:not(.home) .nav-bg.scrolled .top_search {
    top: 30px;
  }
  .shopping_bag .shopping_bag_btn p {
    display: inline-block;
    margin: 0;
  }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-nav .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }
  .dropdown-item:hover,
  .dropdown-item.active {
    background-color: #f5f5f5;
  }
  .filterDrop .drop4 {
    left: -66px !important;
  }
  .filterDrop li.dropdown {
    margin-bottom: 50px;
  }
  img.cart-item {
    margin-left: 0;
  }
  .home-product-display .card {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  /*.nav-link {
  font-size: 12px;
  padding-right: .5rem!important;
  padding-left: .5rem!important
  }*/
  .product-display .card-body .card-text {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .shopping_bag .shopping_bag_btn p {
    display: none;
  }
  #collapsibleNavbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 350px;
    height: 100%;
    background-color: #fff;
    overflow: auto;
    bottom: 0;
    max-height: inherit;
    box-shadow: 2px 0 10px rgba(54, 54, 54, 0.2),
      -2px 0 10px rgba(54, 54, 54, 0.2);
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
  }
  ul.navbar-nav li {
    border-bottom: 1px solid #eee;
  }
  ul.navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-nav .nav-item,
  .dropdown .dropdown-item {
    padding: 10px 20px 10px 10px;
    min-width: 270px;
    margin: 0 20px 0 20px;
  }
  .dropdown .dropdown-item {
    min-width: inherit;
  }
  .navbar .dropdown-menu {
    border: none;
  }
  .navbar-light .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    padding: 0;
  }
  div.close-icon {
    cursor: pointer;
    float: right;
    width: 15px;
    height: 15px;
    margin-left: 45px;
    margin-bottom: 25px;
    margin-top: 35px !important;
    color: #e53b41;
    padding: 0 5px;
  }
  span.close-icon-filter {
    cursor: pointer;
    margin-left: 25px;
    display: block;
    background: #666;
    color: white;
    padding: 0 5px;
    float: left;
  }
  .close-filter-top {
    margin-top: 60px !important;
  }
  .cart {
    left: -100px;
  }
  .strip {
    width: 30%;
  }
  /* Menu styles */
  .menu {
    position: absolute;
    top: 80px;
    left: 20px;
    width: 310px;
    height: calc(100vh - 120px);
    /*	background: #fff;*/
  }
  .filterMenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 310px;
    height: calc(100vh - 120px);
    background: #fff;
  }
  .size-chart .left_panel img {
    width: 80px;
  }
  .size-chart .left_panel {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .login-panel {
    padding: 40px 25px 30px;
  }
  .home-product-display .panel-text {
    font-size: 15px;
  }
  .home-product-display .panel-text .prdctfeature {
    font-size: 14px;
  }
  .pckgdrpdwn button {
    font-size: 14px;
  }
  .flickity-viewport {
    height: 750px !important;
  }
}

@media (max-width: 576px) {
  .carousel-inner img {
    margin-top: 0;
  }
  .nav-bg a.navbar-brand {
    width: 120px;
    height: 60px;
    background-size: 120px 60px;
  }
  .top_search {
    top: -2px;
  }
  .strip {
    width: 30%;
  }
  .new-collection .card {
    margin-bottom: 20px;
  }
  .navbar-light .navbar-toggler {
    padding-left: 15px;
  }
  .login-panel {
    padding: 40px 10px 30px;
  }
  .carousel-caption h3 {
    font-size: 18px;
  }

  .home-product-display .h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 400px) {
  .brand .brand-name {
    font-size: 14px;
    padding-top: 8px;
  }
  .menu {
    width: 86%;
  }
  #collapsibleNavbar {
    width: 85%;
    overflow-x: hidden;
  }
  .no-g {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 374px) {
  .home-product-display .col-6 {
    min-width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 320px) and (max-width: 420px) {
  .radio-inline {
    font-size: 14px;
  }
  .product-display .card-body .card-text {
    font-size: 12px;
  }
  .product-display .card-body {
    min-height: 100px;
  }
}

@media (min-width: 375px) and (max-width: 420px) {
  #collapsibleCheckout {
    width: 340px;
  }
  .checkout-cart li {
    width: 90%;
    padding: 16px 45px 28px 5px;
  }
}

@media screen and (max-width: 1024px) {
  #demo .carousel-caption h3 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  #demo .carousel-caption a {
    font-size: 0.75rem;
    }
}

@media screen and (max-width: 600px) {
  #demo .carousel-caption {
    flex-direction: column;
    align-items: center;
  }
  #demo .carousel-caption a {
    width: 120px;
  }
}

.bundle-products-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bundle-products-price .discount {
  color: #cd272e;
  font-size: 1.2rem;
  font-weight: bold;
}
.bundle-products-price div span{
  margin: 0.5rem;
}
.bundle-products-price .price{
  font-size: 1.2rem;
  font-weight: bold;
}

#form .join-us{
  background: #f8bb49; /* Old browsers */
  background: -moz-linear-gradient(top,  #f8bb49 0%, #f4a93f 50%, #f7941d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8bb49), color-stop(50%,#f4a93f), color-stop(100%,#f7941d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8bb49', endColorstr='#f7941d',GradientType=0 ); /* IE6-9 */
  border:0;
  border-radius: 3px;
  text-transform: uppercase;
  padding:10px 10px;
  font-size: 24px;
  font-weight:900;
  color: #242831;
  font-family: 'Roboto Condensed', sans-serif;
}
#form .join-us:hover, .join-us:active{background: #f8bb49; /* Old browsers */
  background: -moz-linear-gradient(top,  #f8bb49 0%, #f4a93f 50%, #f7941d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8bb49), color-stop(50%,#f4a93f), color-stop(100%,#f7941d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8bb49', endColorstr='#f7941d',GradientType=0 ); /* IE6-9 */
  color: #FFF;
  outline: 0;
}
#form .form-wrap input[type="password"],
#form .form-wrap input[type="text"],
#form select  {
  background-color: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  box-shadow: none;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
}
#form .form-wrap > h1 {
  font-size: 23px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
#form .close:focus, .close:hover {
  color: #8f8f8f;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}
#form .form-wrap h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}
#form .form-wrap h6 {
  font-size: 12px;
  margin: 5px 0;
}
#form .form-wrap .btn.join-us {
  color: #fff;
}
#form .form-wrap ul p {
  margin-bottom: 10px;
}

#form #error {
  margin-bottom: 5px;
  color: red;
}