@import "normalize.css";
@import "bootstrap.min.css";
/*default margin*/
.defMar {
  margin: 0;
}
.defMar50 {
  margin: 5px 0px;
}
.defPad {
  padding: 0;
}
.defMarPad {
  margin: 0;
  padding: 0;
}
/*default margin*/
/*colors*/
/*Primary*/
/*Primary*/
/*fonts*/
@font-face {
  font-family: 'AvenirLT-Roman';
  src: url('../fonts/AvenirLT-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLT-Roman.woff') format('woff'), url('../fonts/AvenirLT-Roman.ttf') format('truetype'), url('../fonts/AvenirLT-Roman.svg#AvenirLT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Book';
  src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Book.woff') format('woff'), url('../fonts/Avenir-Book.ttf') format('truetype'), url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Black.woff') format('woff'), url('../fonts/AvenirLTStd-Black.ttf') format('truetype'), url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url('../fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Heavy.otf') format('opentype'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff'), url('../fonts/AvenirLTStd-Heavy.ttf') format('truetype'), url('../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Medium';
  src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Medium.woff') format('woff'), url('../fonts/Avenir-Medium.ttf') format('truetype'), url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*fonts*/
/*floats*/
/*floats*/
/*borders*/
/*borders*/
/*gradients*/
/*gradients*/
/*radius*/
/*radius*/
/*transition*/
/*transition*/
.padding-left-default {
  padding-left: 0 !important;
}
body {
  font-family: 'Avenir-Book';
  line-height: 15px;
}
body a,
body a:hover,
body a:focus {
  text-decoration: none;
}
header {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  border-top: 3px solid #F47B20;
}
@media (max-width: 767px) {
  header .navbar-header {
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  header .navbar-header {
    margin-top: -22px;
  }
}
header .navbar-header .navbar-brand {
  padding: 0;
  margin-right: 25px;
}
@media (max-width: 767px) {
  header .navbar-header .navbar-brand {
    margin: 0;
    height: auto;
    width: 100%;
  }
}
header .navbar-header .navbar-brand > img {
  max-width: 310px;
}
@media (max-width: 767px) {
  header .navbar-header .navbar-brand > img {
    max-width: 180px;
    display: block;
    margin: 0 auto;
    height: auto;
  }
}
header .navbar-default {
  background: none;
  border: 0;
}
@media (max-width: 767px) {
  header .navbar-default {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  header .navbar-form {
    background: #f4f3f3;
    border-radius: 10px;
    padding: 0;
    position: relative;
    margin: 0;
  }
}
@media (max-width: 767px) {
  header .navbar-form {
    position: absolute;
    top: 50px;
    padding: 5px;
    left: 0;
    width: 100%;
    background: #F4F3F3;
    border: 1px solid #E6E6E6;
    margin: 0;
    z-index: 10;
    display: none;
  }
  header .navbar-form:before {
    content: '';
    position: absolute;
    left: 41px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #F4F3F3;
  }
  header .navbar-form .form-group {
    margin-bottom: 0;
    width: calc(100% - 95px);
  }
  header .navbar-form .btn-default svg {
    height: 18px;
    width: 22px;
  }
}
header .navbar-form .btn-default {
  background: none;
  border-radius: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  header .navbar-form .btn-default {
    position: static;
    height: 38px;
    width: 85px;
    background-color: #F47B20;
    border: #F47B20;
    color: #ffffff;
    font-family: 'Avenir-Book';
    font-size: 16px;
    font-weight: 900;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    float: right;
  }
  header .navbar-form .btn-default:before {
    content: 'Search';
  }
  header .navbar-form .btn-default svg {
    display: none;
  }
}
header .navbar-form .form-control {
  background: none;
  border-radius: 0;
  border: 0;
  width: 460px;
  height: 48px;
  box-shadow: none;
  font-size: 18px;
  color: #0095A7;
  font-family: 'Avenir-Book';
  padding: 0 63px 0 15px;
}
@media (max-width: 767px) {
  header .navbar-form .form-control {
    width: 100%;
    background: #ffffff;
    float: left;
    border-radius: 5px;
    height: 38px;
    padding: 0 15px;
  }
}
header .hamburger-icon button:hover {
  background-color: transparent !important;
}
header .hamburger-icon button:focus {
  background-color: transparent !important;
}
@media (max-width: 767px) {
  header .hamburger-icon {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  header .hamburger-icon .navbar-toggle {
    border: none;
    margin: 17px 10px;
  }
  header .hamburger-icon .navbar-toggle .icon-bar {
    width: 22px;
    height: 2px;
    border-radius: 1px;
    display: block;
    position: absolute;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header .hamburger-icon .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0px;
    top: 4px;
  }
  header .hamburger-icon .navbar-toggle .icon-bar:nth-child(3) {
    width: 0%;
    opacity: 0;
  }
  header .hamburger-icon .navbar-toggle .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    left: 0px;
  }
  header .hamburger-icon .collapsed .icon-bar:nth-child(2) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    transform: rotate(0deg);
  }
  header .hamburger-icon .collapsed .icon-bar:nth-child(3) {
    width: 100%;
    opacity: 1;
    top: 2px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  header .hamburger-icon .collapsed .icon-bar:nth-child(4) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    transform: rotate(0deg);
  }
}
header .trackSec {
  width: 100%;
  float: left;
  line-height: 45px;
  text-align: right;
  /*ul {
      .defMarPad;
      float: @r;
      list-style-type: none;
      li {
        .defMarPad;
        float: @l;
        list-style-type: none;
        position: relative;
        &:after {
          content: '';
          width: 1px;
          height: 18px;
          background: @defaultB;
          position: absolute;
          top: 14px;
          right: -8px;
        }
        &:last-child {
          &:after {
            display: none;
          }
        }
        .dropdownSp {
          position: absolute;
          right: 0;
          z-index: 100;
          display: none;
          white-space: nowrap;
          top: 100%;
          border-radius: 8px;
          background-color: @defaultW;
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.39);
          border: none;
          overflow: hidden;
          li {
            width: 100%;
            a {
              margin: 0;
              padding: 0 15px;
              text-align: left;
              width: 100%;
              float: left;
              &:hover {
                background: #f67a1a;
                color: @defaultW;
              }
            }
          }
        }
        &:hover {
          .dropdownSp {
            display: block;
          }
        }
      }
    }
    a {
      color: @defaultB;
      font-size: 13px;
      text-decoration: none;
      margin: 0 0 0 15px;
      text-transform: uppercase;

      i {
        &.glyphicon {
          top: 3px;
        }
      }
    }*/
}
header .trackSec ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style-type: none;
  margin-top: -3px;
  margin-bottom: 10px;
}
header .trackSec ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
  position: relative;
}
header .trackSec ul li a {
  color: #ffffff;
  padding: 0 15px;
  text-transform: uppercase;
  background: #F47B20;
  line-height: 38px;
  float: left;
}
header .trackSec ul li a:hover {
  text-decoration: underline;
}
header .trackSec ul li a strong {
  font-family: 'AvenirLTStd-Black';
}
header .trackSec ul li a i {
  display: inline-block;
  margin-right: 7px;
}
header .trackSec ul li a i svg {
  width: 20px;
  height: 20px;
}
header .trackSec ul li a i * {
  fill: #ffffff;
}
header .trackSec ul li + li {
  border-left: 1px solid #bc4000;
}
header .trackSec ul li:first-child {
  background: url("../img/bg-top-nav.png") top left no-repeat;
  padding-left: 37px;
}
header .trackSec ul li:first-child a {
  padding-left: 0;
}
header .trackSec ul li:last-child a {
  border-radius: 0 0 12px 0;
}
header .trackSec ul li .dropdownSp {
  position: absolute;
  right: 0;
  z-index: 100;
  display: none;
  white-space: nowrap;
  top: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.39);
  border: none;
  overflow: hidden;
}
header .trackSec ul li .dropdownSp li {
  width: 100%;
  background: none;
  padding-left: 0;
  border-left: 0;
}
header .trackSec ul li .dropdownSp li a {
  margin: 0;
  padding: 0 15px;
  text-align: left;
  width: 100%;
  color: #231F20;
  float: left;
  background: none;
  border-radius: 0;
}
header .trackSec ul li .dropdownSp li a:hover {
  background: #F47B20;
  color: #ffffff;
}
header .trackSec ul li:hover .dropdownSp {
  display: block;
}
header .item-purchased {
  float: right;
  padding: 14px 0;
}
@media (max-width: 767px) {
  header .item-purchased {
    margin: 15px 10px;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0;
  }
}
header .item-purchased p {
  margin: 0;
  padding: 0;
  float: right;
  font-size: 13px;
  font-family: 'Avenir-Book';
  line-height: 10px;
  clear: both;
}
header .item-purchased p .totalPriceHead {
  font-family: 'AvenirLTStd-Heavy';
  display: inline-block;
  border-left: 1px solid #231F20;
  padding-left: 7px;
  margin-left: 7px;
}
@media (max-width: 767px) {
  header .item-purchased p .totalPriceHead {
    display: none;
  }
}
@media (max-width: 767px) {
  header .item-purchased p .item {
    display: none;
  }
}
header .item-purchased p a {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: 'Avenir-Book';
  line-height: 10px;
  color: #333333;
}
header .item-purchased p a em {
  font-style: normal;
}
@media (max-width: 767px) {
  header .item-purchased p a {
    position: relative;
  }
  header .item-purchased p a em {
    position: absolute;
    top: -7px;
    right: -5px;
    background: #079f5a;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    border-radius: 10px;
    display: block;
    height: 15px;
    line-height: 15px;
    width: 14px;
    text-align: center;
  }
}
header .item-purchased p a:hover {
  text-decoration: none;
}
header .item-purchased p a:focus {
  text-decoration: none;
}
header .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
header .navigationContainer {
  background: #333333;
  border-top: 3px solid #F47B20;
  margin-top: 10px;
}
@media (max-width: 767px) {
  header .navigationContainer {
    display: none;
  }
}
header .navigationContainer .nav {
  width: 100%;
  /*width: calc(~'100% - 240px');*/
  display: flex;
}
header .navigationContainer .nav > li {
  position: static;
  border-left: 1px solid #8a8a8a;
  flex: 1;
}
header .navigationContainer .nav > li:last-child {
  border-right: 1px solid #8a8a8a;
}
@media (max-width: 767px) {
  header .navigationContainer .nav > li {
    position: relative;
  }
  header .navigationContainer .nav > li .submenu.mobile-show {
    max-height: 5000px;
    transition: max-height 1.5s ease-in-out;
    min-height: auto;
  }
  header .navigationContainer .nav > li > i {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #ffffff;
  }
  header .navigationContainer .nav > li > i:focus {
    color: #ffffff;
  }
  header .navigationContainer .nav > li > i:focus:before {
    content: "\f106";
  }
  header .navigationContainer .nav > li > i.expandedArrow:before {
    content: "\f106";
  }
}
@media (min-width: 768px) {
  header .navigationContainer .nav > li > i {
    display: none;
  }
  header .navigationContainer .nav > li:hover > .submenu {
    max-height: 5000px;
    transition: max-height 1.5s ease-in-out;
    min-height: 33vh;
  }
}
header .navigationContainer .nav > li > a {
  padding: 15px 5px;
  font-size: 14px;
  color: #ffffff;
  font-family: 'AvenirLTStd-Heavy';
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 767px) {
  header .navigationContainer .nav > li > a {
    position: relative;
  }
}
header .navigationContainer .nav > li > a i {
  font-size: 22px;
  vertical-align: sub;
}
@media (max-width: 767px) {
  header .navigationContainer .nav > li > a i {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: none;
  }
  header .navigationContainer .nav > li > a i:focus:before {
    content: "\f106";
  }
}
header .navigationContainer .nav > li > a:focus {
  background: #F47B20;
  color: #ffffff;
}
header .navigationContainer .nav > li > a:active {
  background: #F47B20;
  color: #ffffff;
}
header .navigationContainer .nav > li > a:hover {
  background: #F47B20;
  color: #ffffff;
}
header .navigationContainer .nav > li > a:hover i:before {
  content: "\f106";
}
header .navigationContainer .nav > li > a.active {
  background: #F47B20;
  color: #ffffff;
}
header .navigationContainer .nav > li > a.active i:before {
  content: "\f106";
}
header .navigationContainer .nav > li > a.active:focus {
  background: #F47B20 !important;
  color: #ffffff !important;
}
header .navigationContainer .nav > li > a.active:active {
  background: #F47B20 !important;
  color: #ffffff !important;
}
header .navigationContainer .nav > li > a.active:hover {
  background: #F47B20 !important;
  color: #ffffff !important;
}
header .navigationContainer .nav > li.active a {
  background: #F47B20;
  color: #ffffff;
}
header .navigationContainer .nav > li.active a:focus {
  background: #F47B20 !important;
  color: #ffffff !important;
}
header .navigationContainer .nav > li.active a:active {
  background: #F47B20 !important;
  color: #ffffff !important;
}
header .navigationContainer .nav > li.active a:hover {
  background: #F47B20 !important;
  color: #ffffff !important;
}
header .navigationContainer .nav > li .submenu {
  position: absolute;
  background: #ffffff;
  z-index: 400;
  left: 0;
  display: block !important;
  width: 100%;
  box-shadow: 0px 10px 7px -8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 7px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 7px -8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 10px 7px -8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 10px 7px -8px rgba(0, 0, 0, 0.3);
  max-height: 0;
  overflow: hidden;
}
header .navigationContainer .nav > li .submenu .col-sm-6 ul li {
  width: 33.3333%;
  float: left;
  padding-right: 10px;
}
header .navigationContainer .nav > li .submenu .product-detail {
  margin-bottom: 0px;
  padding: 15px;
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  header .navigationContainer .nav > li .submenu .product-detail {
    max-width: 450px;
    float: right;
    width: 100%;
  }
}
header .navigationContainer .nav > li .submenu .product-detail .productImageBox {
  border: 1px solid #9e9e9e;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
header .navigationContainer .nav > li .submenu .product-detail .productImageBox img {
  margin-bottom: 0;
  float: none;
  display: inline-block;
}
header .navigationContainer .nav > li .submenu .product-detail img {
  margin-bottom: 10px;
  max-height: 260px;
  max-width: 100%;
  width: auto;
  float: right;
  object-fit: cover;
  object-position: center;
}
header .navigationContainer .nav > li .submenu .product-detail h3 {
  margin-top: 0;
  font-size: 25px;
  margin-bottom: 0;
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
  display: inline-block;
  width: 100%;
}
header .navigationContainer .nav > li .submenu .product-detail h3 span {
  display: block;
  color: #9B9B9B;
  font-family: 'Avenir-Book';
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
header .navigationContainer .nav > li .submenu .product-detail .reviewsSec {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}
header .navigationContainer .nav > li .submenu .product-detail .reviewsSec span {
  color: #231F20;
  font-family: Helvetica;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
header .navigationContainer .nav > li .submenu .product-detail .reviewsSec .rating-stars {
  display: inline-block;
  list-style: none;
  padding: 0;
}
header .navigationContainer .nav > li .submenu .product-detail .reviewsSec .rating-stars li {
  display: inline-block;
}
header .navigationContainer .nav > li .submenu .product-detail .reviewsSec .rating-stars li a {
  color: #0095A7;
}
header .navigationContainer .nav > li .submenu .product-detail .pDesc p {
  color: #5C5C5C;
  font-family: 'Avenir-Book';
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
header .navigationContainer .nav > li .submenu .product-detail .pPrice {
  /*padding-right: 250px;*/
  max-width: 450px;
  float: left;
}
header .navigationContainer .nav > li .submenu .product-detail .pPrice p {
  font-family: 'AvenirLTStd-Black';
  margin-bottom: 20px;
  padding-bottom: 15px;
}
header .navigationContainer .nav > li .submenu .product-detail .pPrice p b {
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
  font-size: 24px;
  font-weight: normal;
}
header .navigationContainer .nav > li .submenu .product-detail .pPrice p small,
header .navigationContainer .nav > li .submenu .product-detail .pPrice p sup {
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
  font-size: 14px;
  line-height: 30px;
}
header .navigationContainer .nav > li .submenu .product-detail .pPrice p span {
  display: block;
  color: #231F20;
  font-family: 'Avenir-Book';
  font-size: 15px;
  line-height: 20px;
}
header .navigationContainer .nav > li .submenu .product-detail .pPrice p.buy {
  border: none;
  color: #F47B20;
  font-family: 'AvenirLTStd-Black';
  font-size: 18px;
  line-height: 20px;
}
header .navigationContainer .nav > li .submenu .product-detail .buyEmail {
  width: 250px;
  position: relative;
  top: -5px;
  /* right: 10px; */
  float: right;
}
header .navigationContainer .nav > li .submenu .product-detail .buyEmail .btn-round-d {
  width: 100%;
  min-width: inherit;
}
header .navigationContainer .nav > li .submenu .product-detail .buyEmail p {
  color: #231F20;
  font-family: 'Avenir-Medium';
  font-size: 18px;
  line-height: 20px;
  margin: 24px 0;
}
header .navigationContainer .nav > li .submenu h5 {
  display: inline-block;
  border-radius: 0;
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  margin-right: 1px;
  margin-top: 10px;
  margin-bottom: 25px;
}
header .navigationContainer .nav > li .submenu h5:after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  height: 3px;
  background: #231F20;
}
header .navigationContainer .nav > li .submenu ul {
  padding-top: 10px;
  list-style: none;
}
header .navigationContainer .nav > li .submenu ul li {
  margin-bottom: 10px;
}
header .navigationContainer .nav > li .submenu ul li a {
  color: #231F20;
  font-family: 'Avenir-Medium';
  line-height: 24px;
}
header .navigationContainer .container .navbar-form {
  float: right !important;
  width: 220px;
  margin-top: 5px;
  display: none;
  border-radius: 0;
}
header .navigationContainer .container .navbar-form .form-control {
  height: 40px;
}
header .navigationContainer.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  margin: 0;
}
header .navigationContainer.header-fixed .nav {
  width: calc(100% - 240px);
}
header .navigationContainer.header-fixed .nav > li {
  display: none;
}
header .navigationContainer.header-fixed .nav > li:nth-child(1),
header .navigationContainer.header-fixed .nav > li:nth-child(2),
header .navigationContainer.header-fixed .nav > li:nth-child(3),
header .navigationContainer.header-fixed .nav > li:nth-child(4),
header .navigationContainer.header-fixed .nav > li:nth-child(5),
header .navigationContainer.header-fixed .nav > li:nth-child(6),
header .navigationContainer.header-fixed .nav > li:nth-child(7),
header .navigationContainer.header-fixed .nav > li:nth-child(8) {
  display: block;
}
header .navigationContainer.header-fixed .navbar-form {
  display: block;
}
header .seenOnTv {
  margin: 0 auto;
  display: table;
}
header .seenOnTv img {
  max-height: 50px;
}
main .wrapper .breadcrumbs ul li {
  font-size: 12px;
  display: inline-block;
  font-family: 'Avenir-Book';
  color: #000000;
  position: relative;
}
main .wrapper .breadcrumbs ul li:after {
  content: '';
  position: absolute;
  right: -2px;
  top: 2px;
  width: 1px;
  height: 12px;
  background: #6B6B6B;
  transform: rotate(20deg);
}
main .wrapper .breadcrumbs ul li:last-child:after {
  display: none;
}
main .wrapper .breadcrumbs ul li a {
  font-size: 12px;
  font-family: 'Avenir-Book';
  color: #6B6B6B;
}
main .wrapper .product-detail {
  margin-bottom: 0px;
  padding: 15px;
  border-top: 1px solid #d9d9d9;
}
main .wrapper .product-detail h3 {
  margin-top: 15px;
  font-size: 25px;
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
}
main .wrapper .product-detail h3 span {
  display: block;
  color: #aaaaac;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 10px;
}
main .wrapper .product-detail .reviewsSec span {
  color: #231F20;
  font-family: Helvetica;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
main .wrapper .product-detail .reviewsSec .rating-stars {
  display: inline-block;
  list-style: none;
  padding: 0;
}
main .wrapper .product-detail .reviewsSec .rating-stars li {
  display: inline-block;
}
main .wrapper .product-detail .reviewsSec .rating-stars li a {
  color: #0095A7;
}
main .wrapper .product-detail .pDesc p {
  color: #5C5C5C;
  font-family: 'Avenir-Book';
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
main .wrapper .product-detail .pPrice p {
  font-family: 'AvenirLTStd-Black';
  margin-bottom: 10px;
  padding-bottom: 15px;
  margin-top: 15px;
  padding-top: 15px;
  border-bottom: 0.5px solid #AAAAAA;
  border-top: 0.5px solid #AAAAAA;
}
main .wrapper .product-detail .pPrice p b {
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
  font-size: 26px;
  font-weight: normal;
}
main .wrapper .product-detail .pPrice p small,
main .wrapper .product-detail .pPrice p sup {
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
  font-size: 18px;
  line-height: 30px;
}
main .wrapper .product-detail .pPrice p span {
  display: block;
  color: #231F20;
  font-family: 'Avenir-Book';
  font-size: 15px;
  line-height: 20px;
}
main .wrapper .product-detail .pPrice p.buy {
  border: none;
  color: #F47B20;
  font-family: 'AvenirLTStd-Black';
  font-size: 18px;
  padding: 0 0 10px 0;
  line-height: 20px;
  margin-top: 0;
}
main .wrapper .product-detail .buyEmail p {
  color: #231F20;
  font-family: 'Avenir-Medium';
  font-size: 18px;
  line-height: 20px;
  margin: 24px 0;
}
main .wrapper .product-card {
  position: relative;
  margin: 0;
  border: 1px solid #d9d9d9;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.16);
}
main .wrapper .product-card a:focus {
  color: #F47B20;
}
main .wrapper .product-card a:hover {
  color: #F47B20;
}
main .wrapper #home-page .productDetaileSlider {
  position: relative;
  margin-bottom: 2rem;
  border: 2px solid #E6E6E6;
  float: left;
  width: 100%;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for {
  border-left: 1px solid #E6E6E6;
  width: 818px;
  float: right;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .tab-slide {
  transition: all .3s ease 0s;
  position: absolute;
  opacity: 0;
  top: 0;
  display: none;
  float: left;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .tab-slide.active {
  display: flex;
  flex: 1;
  width: 100%;
  position: relative;
  opacity: 1;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .tab-slide.active > .text-dn {
  width: 100%;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .product-imgS-hold {
  width: 100%;
  float: left;
  background-color: #ffffff;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 440px;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .product-imgS-hold img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right {
  width: 345px;
  float: left;
  padding: 15px;
  padding-top: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right > img {
  width: auto;
}
@media only screen and (min-width: 768px) {
  main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right .delivery .btn-round-b {
  min-width: 315px;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right .product-detail-s {
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right h3 {
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right h3 span {
  font-family: 'AvenirLTStd-Heavy';
  max-height: 45px;
  overflow: hidden;
  color: #0095A7;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  text-transform: uppercase;
  padding-top: 5px;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right p {
  color: #333333;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 16px;
  line-height: 24px;
  max-height: 47px;
  overflow: hidden;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right p.trending-tagline-price {
  max-height: 80px;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right p.trending-tagline-price span {
  line-height: 0px !important;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right p.trending-tagline-price strong {
  font-size: 20px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right p.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right .delivery p {
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 25px;
  font-weight: 900;
  line-height: 26px;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right .delivery p strong {
  color: #0095A7;
  font-size: 22px;
  display: block;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right .delivery p span {
  opacity: 0.5;
  color: #231F20;
  font-family: 'Avenir-Book';
  font-size: 14px;
  font-weight: 900;
  line-height: 26px;
}
main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right .delivery button {
  width: 100%;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to {
  float: left;
  width: 318px;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to h2 {
  color: #F47B20;
  font-family: 'AvenirLTStd-Black';
  font-size: 30px;
  font-weight: 900;
  line-height: 41px;
  text-align: center;
  margin-bottom: 28px;
  margin-top: 26px;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small {
  width: 100%;
  height: 110px
          ;
  position: relative;
  float: left;
  cursor: pointer;
  background-color: #f4f4f3;
  border-bottom: 1px solid #E3DED8;
  border-top: 1px solid #E3DED8;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small .arow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  display: flex;
  padding: 15% 15px;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small .thumbDes {
  padding-left: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small .thumbDes p {
  color: #231F20;
  font-family: 'Avenir-Book';
  font-size: 14px;
  line-height: 24px;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small .thumbDes p strong {
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 18px;
  line-height: 25px;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small .thumbDes p span {
  overflow: hidden;
  display: block;
  height: 40px;
  line-height: 20px;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small .thum-img {
  height: 100%;
  width: 111px;
  float: left;
  position: relative;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small .thum-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small.current {
  background-color: #ececec;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small.current .arow {
  display: none;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small.current:after {
  content: '';
  position: absolute;
  right: -33px;
  top: 0;
  height: 100%;
  background: url(../img/arrow-orange.png) no-repeat;
  width: 50px;
  z-index: 2;
  display: none;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small.current .thumbDes p {
  color: #231F20;
}
main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small.current .thumbDes p strong {
  color: #231F20;
}
main .wrapper #home-page .productDetaileSlider .slider-navigation {
  width: 100%;
  position: absolute;
  top: 115px;
  left: 0;
  height: 0;
}
main .wrapper #home-page .productDetaileSlider .slider-navigation a.sliderNavigateBtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 40px;
}
main .wrapper #home-page .productDetaileSlider .slider-navigation a.sliderNavigateBtn .fa {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 32px;
  float: left;
  background: #0095A7;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
main .wrapper #home-page .productDetaileSlider .slider-navigation a.sliderNavigateBtn.prev {
  left: 5px;
}
main .wrapper #home-page .productDetaileSlider .slider-navigation a.sliderNavigateBtn.next {
  right: 5px;
}
main .wrapper #home-page .slickCarousel .slick-dots {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 17px;
}
main .wrapper #home-page .slickCarousel .slick-dots li {
  display: inline-block;
  padding: 0 5px;
  height: 12px;
}
main .wrapper #home-page .slickCarousel .slick-dots li button {
  height: 12px;
  width: 12px;
  border: none;
  padding: 0;
  border: 0;
  display: inline-block;
  text-indent: -5000px;
  background-color: #E3DED8;
  border-radius: 100%;
}
main .wrapper #home-page .slickCarousel .slick-dots li button:focus {
  outline: none;
}
main .wrapper #home-page .slickCarousel .slick-dots li.slick-active button {
  background: #0095A7;
}
main .wrapper #home-page .slickCarousel .slick-current .product-card {
  width: 325px !important;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
main .wrapper #home-page .slickCarousel .slick-current .product-card .productImgVid {
  height: 325px;
}
main .wrapper #home-page .slickCarousel .slick-current .product-card h3 {
  font-size: 25px;
}
main .wrapper #home-page .slickCarousel .slick-current .product-card h3 span {
  font-size: 18px;
}
main .wrapper #home-page .slickCarousel .slick-current .product-card .pPrice p {
  border: none;
  margin-bottom: 10px;
  padding: 0;
}
main .wrapper #home-page .slickCarousel .slick-current .product-card .pPrice p b {
  font-size: 25px;
}
main .wrapper #home-page .slickCarousel .slick-current .product-card .pPrice p sup {
  font-size: 100%;
}
main .wrapper #home-page .slickCarousel .slick-current .product-card .pPrice p small {
  font-size: 100%;
}
main .wrapper #home-page .slickCarousel .slick-slide {
  opacity: 0.5;
  margin-top: 5rem;
}
main .wrapper #home-page .slickCarousel .slick-slide.slick-active {
  opacity: 1;
  margin-top: 3rem;
}
main .wrapper #home-page .slickCarousel .slick-slide.slick-active .product-card .productImgVid {
  height: 272px;
}
main .wrapper #home-page .slickCarousel .slick-slide.slick-current {
  margin-top: 0;
}
main .wrapper #home-page .slickCarousel .slick-slide.slick-current .product-card .productImgVid {
  height: 325px;
}
main .wrapper #home-page .slickCarousel .slick-slide .product-card {
  width: 255px;
}
main .wrapper #home-page .slickCarousel .slick-arrow {
  height: 100%;
  width: 57px;
  opacity: 0.9;
  position: absolute;
  text-align: center;
  z-index: 7;
  top: 0;
}
main .wrapper #home-page .slickCarousel .slick-arrow.left {
  left: 0;
}
main .wrapper #home-page .slickCarousel .slick-arrow.left .fa {
  padding: 0 13px 0 10px;
}
main .wrapper #home-page .slickCarousel .slick-arrow.right {
  right: -1px;
}
main .wrapper #home-page .slickCarousel .slick-arrow.right .fa {
  padding: 0 10px 0 13px;
}
main .wrapper #home-page .slickCarousel .slick-arrow .fa {
  margin-top: 25rem;
  background: #0095A7;
  color: #ffffff;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
main .wrapper #home-page .product-card {
  margin: 0;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.16);
}
main .wrapper #home-page .product-card .productImgVid {
  background-size: contain;
  height: 250px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  /*@media only screen and (max-width: 767px){
          background-size: cover;
          }*/
}
main .wrapper #home-page .product-card .product-detail {
  margin-bottom: 0;
  padding: 15px;
  border-top: 1px solid #d9d9d9;
}
main .wrapper #home-page .product-card .product-detail h3 {
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
  font-size: 18px;
  line-height: 30px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}
main .wrapper #home-page .product-card .product-detail h3 span {
  font-size: 15px;
  max-width: 100%;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Avenir-Book';
  white-space: nowrap;
  white-space: normal;
  display: block;
  color: #231F20;
}
main .wrapper #home-page .product-card .product-detail .btn-round-d {
  min-width: 100%;
}
main .wrapper #home-page .product-card .product-detail .reviewsSec {
  border-bottom: 1px solid #E3DED8;
  margin-bottom: 1em;
}
main .wrapper #home-page .product-card .product-detail .marginBottom-half {
  margin-bottom: 0.5em !important;
}
main .wrapper #home-page .product-card .product-detail .pPrice p {
  border: none;
  margin-bottom: 8px;
  padding: 0;
}
main .wrapper #home-page .product-card .product-detail .pPrice p b {
  font-size: 18px;
  padding-right: 10px;
}
main .wrapper #home-page .product-card .product-detail .pPrice p small {
  font-size: 85%;
}
main .wrapper #home-page .product-card .product-detail .pPrice p sup {
  font-size: 85%;
}
main .wrapper #home-page .product-card .product-detail .pPrice p span {
  font-size: 14px;
  display: inline-block;
}
main .wrapper #home-page .recommendForYou .product-card {
  margin-bottom: 1em;
}
main .wrapper #home-page .recommendForYou .product-card .productImg {
  height: 180px;
  margin: 0 0 1rem 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
main .wrapper #home-page .recommendForYou .product-card .productImg img {
  border: 0 none;
  bottom: -50%;
  display: block;
  left: -50%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  position: absolute;
  right: -50%;
  text-align: center;
  top: -50%;
  vertical-align: middle;
  z-index: 99;
}
main .wrapper #home-page .recommendForYou .product-card .product-detail {
  text-align: center;
}
main .wrapper #home-page .recommendForYou .product-card h3 span {
  font-family: 'Avenir-Book';
  white-space: normal;
}
main .wrapper #home-page .best_deals.twoProductBoxSp > .row {
  margin-left: -7px;
  margin-right: -7px;
}
main .wrapper #home-page .best_deals.twoProductBoxSp .col-lg-1,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-lg-10,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-lg-11,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-lg-12,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-lg-2,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-lg-3,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-lg-4,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-lg-5,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-lg-6,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-lg-7,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-lg-8,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-lg-9,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-md-1,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-md-10,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-md-11,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-md-12,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-md-2,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-md-3,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-md-4,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-md-5,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-md-6,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-md-7,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-md-8,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-md-9,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-sm-1,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-sm-10,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-sm-11,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-sm-12,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-sm-2,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-sm-3,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-sm-4,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-sm-5,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-sm-6,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-sm-7,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-sm-8,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-sm-9,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-xs-1,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-xs-10,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-xs-11,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-xs-12,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-xs-2,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-xs-3,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-xs-4,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-xs-5,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-xs-6,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-xs-7,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-xs-8,
main .wrapper #home-page .best_deals.twoProductBoxSp .col-xs-9 {
  padding: 0 7px;
}
main .wrapper #home-page .best_deals.catBottom {
  border-bottom: 1px solid #9B9B9B;
}
main .wrapper #home-page .best_deals.sorttable .sort-nav {
  text-align: right;
  margin-top: 1em;
  margin-bottom: 1em;
}
main .wrapper #home-page .best_deals.sorttable .sort-nav > div {
  display: inline-block;
}
main .wrapper #home-page .best_deals.sorttable .sort-nav .sort-label label {
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  padding-right: 15px;
}
main .wrapper #home-page .best_deals.sorttable .sort-nav .sortDropdown .dropdown-menu {
  width: 100%;
}
main .wrapper #home-page .best_deals.sorttable .sort-nav .sortDropdown button {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background-color: #F4F3F3;
  height: 48px;
  width: 192px;
  color: #231F20;
  font-family: 'Avenir-Medium';
  font-size: 18px;
  font-weight: 500;
  padding: 13px;
  line-height: 25px;
}
main .wrapper #home-page .best_deals.sorttable .sort-nav .sortDropdown button i {
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 50%;
}
main .wrapper #home-page .best_deals.sorttable .sort-nav .sortDropdown button:focus {
  outline: none;
}
main .wrapper #home-page .best_deals .dealSliderSec {
  padding: 0 15px;
}
main .wrapper #home-page .best_deals .dealSliderSec > .slickItem {
  width: 25%;
}
main .wrapper #home-page .best_deals .dealSliderSec .slick-dots {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 17px;
}
main .wrapper #home-page .best_deals .dealSliderSec .slick-dots li {
  display: inline-block;
  padding: 0 5px;
  height: 12px;
}
main .wrapper #home-page .best_deals .dealSliderSec .slick-dots li button {
  height: 12px;
  width: 12px;
  padding: 0;
  border: 0;
  border: none;
  display: inline-block;
  text-indent: -5000px;
  background-color: #E3DED8;
  border-radius: 100%;
}
main .wrapper #home-page .best_deals .dealSliderSec .slick-dots li button:focus {
  outline: none;
}
main .wrapper #home-page .best_deals .dealSliderSec .slick-dots li.slick-active button {
  background: #0095A7;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem {
  padding: 0 15px;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide {
  display: inline-block;
  position: relative;
  width: 100%;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .slider-content-right {
  padding-top: 0 !important;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .slider-content-right .product-detail-s p {
  height: 64px;
  overflow: hidden;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 16px !important;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .slider-content-right .delivery button {
  width: 100%;
  min-width: inherit;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .product-imgS-hold {
  width: calc(1100px / 2);
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 320px;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .product-imgS-hold img {
  width: 100%;
  height: 345px;
  object-fit: cover;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .slider-content-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 225px;
  float: left;
  padding: 15px;
  padding-top: 35px;
  background-color: #231F20;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .slider-content-right .product-detail-s {
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .slider-content-right h3 {
  height: 60px;
  overflow: hidden;
  color: #ffffff;
  font-family: 'AvenirLTStd-Black';
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .slider-content-right p {
  color: #E3DED8;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 16px;
  line-height: 24px;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .slider-content-right .delivery p {
  color: #ffffff;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 25px;
  font-weight: 900;
  line-height: 34px;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .slider-content-right .delivery p strong {
  color: #9B9B9B;
  font-size: 22px;
  display: block;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .slider-content-right .delivery p span {
  opacity: 0.5;
  color: #EDEDED;
  font-family: 'Avenir-Book';
  font-size: 14px;
  font-weight: 900;
  line-height: 26px;
}
main .wrapper #home-page .best_deals .dealSliderSec .slickItem .tab-slide .slider-content-right .delivery button {
  width: 100%;
}
main .wrapper #home-page .best_deals .dealSliderSec .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 40px;
  color: #231F20;
  z-index: 10;
}
main .wrapper #home-page .best_deals .dealSliderSec .slick-arrow .fa {
  float: left;
  background: #0095A7;
  color: #ffffff;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  font-size: 24px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
main .wrapper #home-page .best_deals .dealSliderSec .slick-arrow.right {
  right: 0;
}
main .wrapper #home-page .best_deals .dealSliderSec .slick-arrow.left {
  left: 0;
}
main .wrapper #home-page .best_deals .product-card {
  width: 100%;
  margin: auto;
  margin-bottom: 2.5em;
}
main .wrapper #home-page .best_deals .product-card .productImgVid {
  position: relative;
}
main .wrapper #home-page .best_deals .product-card .productImgVid .saveLabel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  left: inherit;
  background-color: #D00202;
  z-index: 9;
}
main .wrapper #home-page .banner-full {
  background: url("../img/Banner_30day-money-back.png") no-repeat center #231F20;
  background-size: cover;
  padding: 70px 15px;
  text-align: center;
}
main .wrapper #home-page .banner-full h3 {
  margin-bottom: 10px;
  color: #F47B20;
}
main .wrapper #home-page .banner-full .content-banner {
  max-width: 616px;
  margin: 0 auto;
}
main .wrapper #home-page .banner-full .content-banner p {
  font-size: 18px;
  font-family: 'Avenir-Medium';
  line-height: 26px;
  color: #ffffff;
}
main .wrapper #home-page .banner-full .content-banner p span {
  /*color: @pumpkin*/
}
main .wrapper #home-page .category_archive .cat_col .catImgHold {
  border: 1px solid #eeeeed;
  height: 185px;
  margin: 0 0 1rem 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
main .wrapper #home-page .category_archive .cat_col .catImgHold img {
  border: 0 none;
  bottom: -50%;
  display: block;
  left: -50%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  position: absolute;
  right: -50%;
  text-align: center;
  top: -50%;
  vertical-align: middle;
  z-index: 99;
}
main .wrapper #home-page .category_archive .cat_col p {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  text-align: center;
}
main .wrapper #product-page .product-detail {
  border: 0;
  padding-top: 0;
}
main .wrapper #product-page .product-detail h3 span {
  font-family: 'AvenirLTStd-Heavy';
  color: #0095A7;
}
@media (min-width: 992px) {
  main .wrapper #product-page .product-detail {
    width: 100%;
    float: right;
  }
}
main .wrapper #product-page .tabContainer {
  margin-bottom: 90px;
}
main .wrapper #product-page .tabContainer .tabsWrap {
  border: 1px solid #EDEDED;
  text-transform: uppercase;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(145, 145, 145, 0.5);
}
main .wrapper #product-page .tabContainer .tabsWrap .nav {
  border: none;
  display: flex;
}
main .wrapper #product-page .tabContainer .tabsWrap .nav li {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  main .wrapper #product-page .tabContainer .tabsWrap .nav li {
    width: 100%;
  }
}
main .wrapper #product-page .tabContainer .tabsWrap .nav li a {
  display: block;
  background-color: #F4F3F3;
  border-radius: 0;
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-right: 1px;
}
main .wrapper #product-page .tabContainer .tabsWrap .nav li a:hover {
  background: #ffffff;
  border: none;
}
main .wrapper #product-page .tabContainer .tabsWrap .nav li a:focus {
  background: #ffffff;
  border: none;
}
main .wrapper #product-page .tabContainer .tabsWrap .nav li.active a {
  border: none;
  background: #ffffff;
}
main .wrapper #product-page .tabContainer .tabsWrap .nav li.active a span {
  position: relative;
}
main .wrapper #product-page .tabContainer .tabsWrap .nav li.active a span:after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  height: 5px;
  background: #231F20;
}
main .wrapper #product-page .tabContainer .tabsWrap .nav li:last-child a {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  main .wrapper #product-page .tabContainer .tabsWrap .nav {
    display: table;
    width: 100%;
  }
  main .wrapper #product-page .tabContainer .tabsWrap .nav li {
    display: table-cell;
    width: auto;
    float: none;
  }
}
main .wrapper #product-page .tabContainer .tab-content .tab-pane .tabDesc {
  color: #231F20;
  font-family: 'Avenir-Book';
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: initial;
  padding: 36px 50px;
}
main .wrapper #product-page .tabContainer .tab-content .tab-pane .tabDesc.paddingFQ {
  padding: 10px 50px;
}
@media (max-width: 991px) {
  main .wrapper #product-page .tabContainer .tab-content .tab-pane .tabDesc {
    padding: 15px;
  }
}
main .wrapper #product-page .productThumContainer {
  overflow: hidden;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  main .wrapper #product-page .productThumContainer:hover .slick-arrow {
    opacity: 0.9 !important;
  }
  main .wrapper #product-page .productThumContainer:hover .slick-arrow.left {
    left: 0 !important;
  }
  main .wrapper #product-page .productThumContainer:hover .slick-arrow.right {
    right: 0 !important;
  }
}
main .wrapper #product-page .productThumContainer .thumb-full .item .videoCoverSec {
  position: relative;
  float: left;
  width: 100%;
  display: inline-block;
}
main .wrapper #product-page .productThumContainer .thumb-full .item .videoCoverSec iframe {
  float: left;
}
main .wrapper #product-page .productThumContainer .thumb-full .item .videoCoverSec > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main .wrapper #product-page .productThumContainer .thumb-full .item .videoCoverSec > a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/play-button.png") center center no-repeat;
  z-index: 10;
  content: '';
}
main .wrapper #product-page .productThumContainer .thumb-full .item .videoCoverSec > a > img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  main .wrapper #product-page .productThumContainer .thumb-full .item .videoCoverSec > a {
    position: relative;
    float: left;
    z-index: 10;
    width: 100%;
  }
  main .wrapper #product-page .productThumContainer .thumb-full .item .videoCoverSec > a > img {
    position: static;
  }
  main .wrapper #product-page .productThumContainer .thumb-full .item .videoCoverSec iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}
main .wrapper #product-page .productThumContainer .thumb-full .item iframe {
  height: 338px;
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-dots {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 17px;
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-dots li {
  display: inline-block;
  padding: 0 5px;
  height: 12px;
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-dots li button {
  height: 12px;
  width: 12px;
  border: none;
  padding: 0;
  border: 0;
  display: inline-block;
  text-indent: -5000px;
  background-color: #E3DED8;
  border-radius: 100%;
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-dots li button:focus {
  outline: none;
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-dots li.slick-active button {
  background: #0095A7;
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow {
  height: 40px;
  width: 40px;
  opacity: 0.9;
  position: absolute;
  text-align: center;
  z-index: 7;
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow:hover {
  text-decoration: none;
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow:focus {
  color: transparent !important;
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow:active {
  background: #eee;
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow.left {
  left: 0;
  opacity: 0.9;
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow.left .fa {
  padding: 0;
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow.right {
  right: 0;
  opacity: 0.9;
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow.right .fa {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow.left {
    left: -100%;
    opacity: 0;
  }
  main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow.left .fa {
    padding: 0;
  }
  main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow.right {
    right: -100%;
    opacity: 0;
  }
  main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow.right .fa {
    padding: 0;
  }
}
main .wrapper #product-page .productThumContainer .thumb-full .slick-arrow .fa {
  color: #777;
  vertical-align: middle;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}
main .wrapper #product-page .productThumContainer .thumbs .video-thumb span {
  display: table;
  margin-top: 45px;
}
main .wrapper #product-page .productThumContainer .thumbs .video-thumb span svg {
  height: 40px;
}
main .wrapper #product-page .productThumContainer .thumbs .video-thumb span svg path.ytp-large-play-button-bg {
  fill: #f03200;
}
main .wrapper #product-page .productThumContainer .thumbs .slick-arrow {
  height: 100%;
  width: 30px;
  opacity: 0.9;
  background-color: #ffffff;
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
  top: 0;
}
main .wrapper #product-page .productThumContainer .thumbs .slick-arrow:hover {
  text-decoration: none;
}
main .wrapper #product-page .productThumContainer .thumbs .slick-arrow:focus {
  color: transparent !important;
}
main .wrapper #product-page .productThumContainer .thumbs .slick-arrow:active {
  background: #eee;
}
main .wrapper #product-page .productThumContainer .thumbs .slick-arrow.left {
  left: 0;
}
main .wrapper #product-page .productThumContainer .thumbs .slick-arrow.left .fa {
  padding: 0 13px 0 10px;
}
main .wrapper #product-page .productThumContainer .thumbs .slick-arrow.right {
  right: 0;
}
main .wrapper #product-page .productThumContainer .thumbs .slick-arrow.right .fa {
  padding: 0 10px 0 13px;
}
main .wrapper #product-page .productThumContainer .thumbs .slick-arrow .fa {
  color: #777;
  vertical-align: middle;
  font-size: 44px;
  line-height: 40px;
  text-align: center;
}
main .wrapper #product-page .productThumContainer .thumbs .item-small {
  background-size: contain;
  border-right: 5px solid #ffffff;
  height: 130px;
  width: 170px;
  background-repeat: no-repeat;
  background-position: center;
}
main .wrapper #offer-page .checkoutMessageSec {
  background: #F4F3F3;
  padding: 15px;
  border-radius: 10px;
  float: left;
  width: 100%;
  position: relative;
  padding-left: 80px;
  margin-bottom: 15px;
}
main .wrapper #offer-page .checkoutMessageSec i {
  position: absolute;
  top: 0;
  left: 20px;
  width: 40px;
  background: #F47B20;
  text-align: center;
  padding-top: 20px;
}
main .wrapper #offer-page .checkoutMessageSec i svg {
  width: 24px;
  height: 18px;
}
main .wrapper #offer-page .checkoutMessageSec i:after {
  position: absolute;
  top: 100%;
  left: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #F47B20;
  content: '';
}
main .wrapper #offer-page .checkoutMessageSec p {
  float: left;
  font-size: 18px;
  font-family: 'Avenir-Medium';
  line-height: 40px;
  margin: 0;
}
main .wrapper #offer-page .checkoutMessageSec button {
  float: right;
  min-width: inherit;
  font-size: 18px;
  line-height: 18px;
}
main .wrapper #offer-page .recommendForYou .product-card {
  margin-bottom: 1em;
}
main .wrapper #offer-page .recommendForYou .product-card .productImg {
  height: 180px;
  margin: 0 0 1rem 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
main .wrapper #offer-page .recommendForYou .product-card .productImg .saveLabel {
  background-color: #D00202;
  width: 130px;
}
main .wrapper #offer-page .recommendForYou .product-card .productImg img {
  border: 0 none;
  bottom: -50%;
  display: block;
  left: -50%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  position: absolute;
  right: -50%;
  text-align: center;
  top: -50%;
  vertical-align: middle;
  z-index: 99;
}
main .wrapper #offer-page .recommendForYou .product-card .product-detail {
  text-align: center;
  box-shadow: none;
}
main .wrapper #offer-page .recommendForYou .product-card .product-detail h3 {
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
  font-size: 18px;
  line-height: 30px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .wrapper #offer-page .recommendForYou .product-card .product-detail h3 span {
  font-size: 14px;
  max-width: 100%;
  white-space: normal;
  font-family: 'Avenir-Book';
  margin-top: 0;
}
main .wrapper #offer-page .recommendForYou .product-card .product-detail .pPrice p {
  border: none;
  margin-bottom: 10px;
  padding: 0;
}
main .wrapper #offer-page .recommendForYou .product-card .product-detail .pPrice p b {
  font-size: 18px;
}
main .wrapper #offer-page .recommendForYou .product-card .product-detail .pPrice p small {
  font-size: 85%;
}
main .wrapper #offer-page .recommendForYou .product-card .product-detail .pPrice p sup {
  font-size: 85%;
}
main .wrapper #offer-page .recommendForYou .product-card .product-detail .pPrice p span {
  font-size: 14px;
  display: inline-block;
}
main .wrapper #offer-page .recommendForYou .product-card .saveLabel {
  margin-bottom: 10px;
  width: auto;
  background-color: #d11e00;
  position: absolute;
  right: 0;
  left: inherit;
}
main .wrapper #page404 .recommendForYou .product-card {
  margin-bottom: 1em;
}
main .wrapper #page404 .recommendForYou .product-card .productImg {
  height: 180px;
  margin: 0 0 1rem 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
main .wrapper #page404 .recommendForYou .product-card .productImg .saveLabel {
  background-color: #D00202;
  width: 130px;
}
main .wrapper #page404 .recommendForYou .product-card .productImg img {
  border: 0 none;
  bottom: -50%;
  display: block;
  left: -50%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  position: absolute;
  right: -50%;
  text-align: center;
  top: -50%;
  vertical-align: middle;
  z-index: 99;
}
main .wrapper #page404 .recommendForYou .product-card .product-detail {
  text-align: center;
  box-shadow: none;
  width: 100%;
}
main .wrapper #page404 .recommendForYou .product-card .product-detail h3 {
  color: 'AvenirLTStd-Black';
  font-family: 'AvenirLTStd-Black';
  font-size: 18px;
  line-height: 30px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .wrapper #page404 .recommendForYou .product-card .product-detail h3 span {
  font-family: 'Avenir-Book';
  color: #231F20;
  font-size: 14px;
  max-width: 100%;
  white-space: normal;
  margin-top: 0;
}
main .wrapper #page404 .recommendForYou .product-card .product-detail .pPrice p {
  border: none;
  margin-bottom: 10px;
  padding: 0;
}
main .wrapper #page404 .recommendForYou .product-card .product-detail .pPrice p b {
  font-size: 18px;
}
main .wrapper #page404 .recommendForYou .product-card .product-detail .pPrice p small {
  font-size: 85%;
}
main .wrapper #page404 .recommendForYou .product-card .product-detail .pPrice p sup {
  font-size: 85%;
}
main .wrapper #page404 .recommendForYou .product-card .product-detail .pPrice p span {
  font-size: 14px;
  display: inline-block;
}
main .wrapper #page404 .recommendForYou .product-card .product-detail .pPrice .btn-round-d {
  width: 100%;
  min-width: inherit;
}
main .wrapper #page404 .recommendForYou .product-card .saveLabel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  left: inherit;
  background-color: #D00202;
  top: 0;
}
main .wrapper #search404 .recommendForYou .product-card .saveLabel {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
main .wrapper #search404 .recommendForYou .product-card .pPrice .btn-round-d {
  width: 100%;
  min-width: inherit;
}
main .wrapper #offer-page .recommendForYou .product-card .pPrice .btn-round-d {
  width: 100%;
  min-width: inherit;
}
main .wrapper .checkoutPage {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
main .wrapper .checkoutPage.completePageSp {
  margin-bottom: 40px;
}
main .wrapper .checkoutPage.completePageSp .checkoutProductSec .cartTableSec {
  margin-bottom: 15px !important;
}
main .wrapper .checkoutPage .checkoutRow {
  margin-left: -7px;
  margin-right: -7px;
}
main .wrapper .checkoutPage .checkoutExpressSec {
  margin: 0;
  width: 100%;
  float: left;
  padding: 0 7px;
}
main .wrapper .checkoutPage .checkoutExpressSec.checkoutTableSp {
  display: table;
  float: none;
  margin-bottom: 10px;
}
main .wrapper .checkoutPage .checkoutExpressSec.checkoutTableSp > section {
  display: table-cell;
  float: none;
  vertical-align: top;
}
main .wrapper .checkoutPage .checkoutExpressSec.checkoutTableSp .homeCartBtn a {
  background: '';
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 7px;
  display: inline-block;
  line-height: 59px;
  margin-right: 10px;
}
main .wrapper .checkoutPage .checkoutExpressSec.checkoutTableSp .homeCartBtn a * {
  fill: '';
}
main .wrapper .checkoutPage .checkoutExpressSec.checkoutTableSp .homeCartBtn a svg {
  width: 20px;
  height: 20px;
}
main .wrapper .checkoutPage .checkoutExpressSec.checkoutTableSp .homeCartBtn a:hover {
  background: '';
}
main .wrapper .checkoutPage .checkoutExpressSec.checkoutTableSp .homeCartBtn a:hover * {
  fill: '';
}
main .wrapper .checkoutPage .checkoutProductSec {
  margin: 0;
  width: 60%;
  float: left;
  padding: 0 7px;
}
main .wrapper .checkoutPage .checkoutProductSec .billingSec {
  float: left;
  width: 100%;
  margin: 0;
}
main .wrapper .checkoutPage .checkoutProductSec .billingSec h4 {
  font-family: 'AvenirLTStd-Black';
  font-size: 16px;
  color: #231F20;
}
main .wrapper .checkoutPage .checkoutProductSec .billingSec .orderMsg {
  margin: 0;
  float: left;
  width: 100%;
}
main .wrapper .checkoutPage .checkoutProductSec .billingSec .orderMsg p {
  font-size: 16px;
  line-height: 22px;
}
main .wrapper .checkoutPage .checkoutProductSec .billingSec .orderMsg p strong {
  font-family: 'AvenirLTStd-Black';
  font-size: 15px;
  color: #231F20;
}
main .wrapper .checkoutPage .checkoutProductSec .billingSec .orderMsg p span {
  color: #f67a1a;
  font-family: 'AvenirLTStd-Black';
  font-size: 18px;
  font-family: 'AvenirLTStd-Heavy';
}
main .wrapper .checkoutPage .checkoutProductSec .billingSec .billSp:first-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
main .wrapper .checkoutPage .checkoutProductSec .billingSec .billSp {
  float: left;
  width: 100%;
}
main .wrapper .checkoutPage .checkoutProductSec .purchaseCompleteSec h4 {
  font-family: 'AvenirLTStd-Black';
  font-size: 20px;
  text-transform: capitalize;
  color: #231F20;
  margin-bottom: 0;
}
main .wrapper .checkoutPage .checkoutProductSec .purchaseCompleteSec .keepUpd {
  float: left;
  width: 100%;
}
main .wrapper .checkoutPage .checkoutProductSec .purchaseCompleteSec .orderMsg {
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
}
main .wrapper .checkoutPage .checkoutProductSec .purchaseCompleteSec .orderMsg p {
  font-size: 16px;
  line-height: 22px;
}
main .wrapper .checkoutPage .checkoutProductSec .purchaseCompleteSec .orderMsg p strong {
  font-family: 'AvenirLTStd-Black';
  font-size: 15px;
  color: #231F20;
}
main .wrapper .checkoutPage .checkoutProductSec .purchaseCompleteSec .orderMsg p span {
  color: #f67a1a;
  font-family: 'AvenirLTStd-Black';
  font-size: 18px;
  font-family: 'AvenirLTStd-Heavy';
}
main .wrapper .checkoutPage .checkoutProductSec .purchaseCompleteSec .create_account .form-group label {
  margin-right: 5px;
}
main .wrapper .checkoutPage .checkoutProductSec .purchaseCompleteSec .create_account .btn {
  background-color: #F47B20;
  border: #F47B20;
}
main .wrapper .checkoutPage .checkoutProductSec .checkoutBgBox h4 {
  margin-bottom: 20px;
}
main .wrapper .checkoutPage .checkoutProductSec table {
  width: 100%;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td {
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e6e5;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td h5 {
  font-size: 18px;
  padding: 0;
  width: 100%;
  float: left;
  font-family: 'AvenirLTStd-Black';
  color: '';
  margin: 0 0 7px 0;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td p {
  font-size: 14px;
  line-height: 21px;
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td p strong {
  font-family: 'AvenirLTStd-Black';
  font-weight: normal;
  margin-right: 10px;
  white-space: nowrap;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td p b {
  font-weight: normal;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td p span {
  display: inline-block;
  vertical-align: top;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td p span em {
  font-style: normal;
  padding: 0 6px;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td p:last-child {
  margin-bottom: 0px;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td:last-child {
  text-align: right;
  padding-right: 15px;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td .priceSec {
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td .priceSec p {
  font-size: 25px;
  font-family: 'AvenirLTStd-Black';
  white-space: nowrap;
  line-height: 20px;
  margin: 0;
  display: block;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td .priceSec p small.installment-num {
  max-width: 100px;
  display: block;
  white-space: normal;
  font-size: 14px;
  margin: 5px 0 10px;
  text-align: right;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td .priceSec p b {
  display: block;
  font-weight: normal;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td .priceSec p span {
  display: block;
  font-size: 12px;
  font-family: 'Avenir-Book';
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr td .priceSec p sup {
  font-size: 14px;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr:first-child td {
  padding-top: 5px  !important;
}
main .wrapper .checkoutPage .checkoutProductSec table tbody tr:last-child td {
  border-bottom: 0;
}
main .wrapper .checkoutPage .checkoutProductSec table tfoot tr td {
  vertical-align: middle;
}
main .wrapper .checkoutPage .checkoutProductSec table tfoot tr td .totalTfoot {
  background: '';
  border-radius: 10px;
  margin: 30px 0 0 0;
  float: left;
  width: 100%;
  padding: 20px 15px;
}
main .wrapper .checkoutPage .checkoutProductSec table tfoot tr td .totalTfoot tr {
  border-bottom: 1px solid #ddd;
}
main .wrapper .checkoutPage .checkoutProductSec table tfoot tr td .totalTfoot tr:last-child {
  border-bottom: none;
}
main .wrapper .checkoutPage .checkoutProductSec table tfoot tr td .totalTfoot tr td {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 0;
}
main .wrapper .checkoutPage .checkoutProductSec table tfoot tr td:last-child {
  text-align: right;
}
main .wrapper .checkoutPage .checkoutProductSec table tfoot tr td:first-child {
  text-align: left;
}
main .wrapper .checkoutPage .checkoutProductSec table tfoot tr td .priceSec {
  padding: 0;
  float: none;
}
main .wrapper .checkoutPage .checkoutProductSec table tfoot tr td .priceSec p {
  font-size: 25px;
  font-family: 'AvenirLTStd-Black';
  white-space: nowrap;
  line-height: 20px;
  margin: 0;
}
main .wrapper .checkoutPage .checkoutProductSec table tfoot tr td .priceSec p b {
  display: block;
  font-weight: normal;
}
main .wrapper .checkoutPage .checkoutProductSec table tfoot tr td .priceSec p span {
  display: block;
  font-size: 12px;
  font-family: 'Avenir-Book';
}
main .wrapper .checkoutPage .checkoutProductSec table tfoot tr td .priceSec p sup {
  font-size: 14px;
}
main .wrapper .checkoutPage .checkoutProductSec .cartSec {
  padding: 0;
  float: left;
  margin: 15px 0 10px 0;
  white-space: nowrap;
}
main .wrapper .checkoutPage .checkoutProductSec .cartSec > img {
  float: left;
  margin-right: 10px;
}
main .wrapper .checkoutPage .checkoutProductSec .cartSec p {
  margin: 0;
  padding-top: 4px;
  display: inline-block;
  font-size: 18px;
}
main .wrapper .checkoutPage .checkoutProductSec .cartSec p span {
  padding-top: 3px;
  display: block;
}
main .wrapper .checkoutPage .checkoutBillingSec {
  margin: 0;
  width: 40%;
  float: left;
  padding: 0 7px;
}
main .wrapper .checkoutPage .checkoutBillingSec h6 {
  font-size: 18px;
  margin: 15px 0;
  padding: 0;
  width: 100%;
  float: left;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec {
  margin: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  padding: 0;
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 0 0 10px 0;
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .dropdown-menu {
  z-index: 20;
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .dropdown-menu.dropdown-menuSP a {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .errorRequired {
  margin-left: 100px;
  width: 287px;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .errorRequired {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li label {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  width: 100px;
  float: left;
  line-height: 38px;
  margin: 0;
  text-align: right;
  padding: 0 15px 0 0;
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .form-control {
  background: #ffffff;
  height: 38px;
  color: '';
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #a6a6a6;
  width: 305px;
  float: left;
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .form-control:hover {
  border-color: '';
  background: #ffffff;
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .form-control.half {
  width: 102px;
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li textarea.form-control {
  height: 66px;
  background: #ffffff;
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li textarea.form-control:hover {
  border-color: '';
  background: #ffffff;
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .btnHolder {
  padding: 0;
  float: left;
}
main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .btnHolder .btn {
  width: 100%;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 38px;
  height: 38px;
  padding: 0 40px;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection {
  padding: 0;
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.chkout_sec li .errorRequired {
  margin-left: 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tabRow {
  margin-right: -3px;
  margin-left: -3px;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs {
  border: 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs li {
  width: 50%;
  margin: 0;
  padding: 0 3px;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs li .tabHead {
  width: 100%;
  margin: 0;
  background: #f5f5f5;
  border: 1px solid #e5e3df;
  border-radius: 10px 10px 0 0;
  height: 90px;
  padding: 8px 15px;
  position: relative;
  border-bottom: 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs li .tabHead img {
  display: inline-block;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs li .tabHead span {
  display: block;
  padding-top: 0;
  font-size: 12px;
  color: '';
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs li .tabHead input:focus {
  outline: none;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs li .tabHead a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 15px;
  border: 0;
  color: '';
  text-decoration: none;
  cursor: context-menu;
  margin: 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs li .tabHead a > #paypal-btn:disabled {
  cursor: not-allowed;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs li .tabHead a:hover,
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs li .tabHead a:focus {
  background: none;
  border: 0;
  color: #337ab7;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs li .tabHead a.disabled {
  cursor: not-allowed;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs li.active {
  position: relative;
  z-index: 10;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection ul.nav-tabs li.active .tabHead {
  background: #ffffff;
  border: 1px solid #e5e3df;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  height: 85px;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content {
  padding: 15px;
  width: 100%;
  float: left;
  background: #ffffff;
  border-radius: 0 10px 10px 10px;
  border: 1px solid #e5e3df;
  margin: -6px 0 0 0;
  position: relative;
  z-index: 1;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content h4 {
  font-family: 'AvenirLTStd-Black';
  font-size: 21px;
  text-transform: uppercase;
  color: #000000;
  width: 100%;
  float: left;
  margin: 5px 0;
  padding: 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content ul {
  margin: 15px 0 0 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content ul li p {
  font-size: 14px;
  color: #707070;
  width: 100%;
  float: left;
  margin: 0;
  padding: 3px 0 0 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content ul li label {
  width: 100%;
  text-align: left;
  line-height: 30px;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content ul li .form-control {
  margin-right: 5px;
  width: 260px;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content ul li .form-control:hover {
  border-color: '';
  background: #ffffff;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content ul li .form-control.half {
  width: 102px;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content .btnHolder {
  padding: 0;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content .btnHolder .btn-round-d {
  width: 100%;
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content .btnHolder .btn {
  width: 100%;
  line-height: 52px;
  height: 54px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 21px;
  font-family: 'AvenirLTStd-Black';
}
main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content .btnHolder .btn i {
  float: right;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec {
  margin: 0 0 14px 0;
  width: 100%;
  float: left;
  background: #ffffff;
  border: 1px solid #e5e3df;
  border-radius: 10px;
  padding: 15px;
  /*h4{font-family: @aBlack;font-size: 21px;text-transform: uppercase;color: @defaultB;width: 100%;float: left;margin: 5px 0;.defPad;}*/
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec h4 {
  font-size: 25px;
  font-family: 'AvenirLTStd-Black';
  display: block;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .socialLoginSec {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .socialLoginSec ul {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 10px 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .socialLoginSec ul li {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  text-align: center;
  margin: 0 0 5px 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .socialLoginSec ul li a {
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  line-height: 46px;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  max-width: 300px;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .socialLoginSec ul li a.facebookBtn {
  background: #5C74B1;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .socialLoginSec ul li a.facebookBtn i {
  border-right: 1px solid #384c7d;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .socialLoginSec ul li a.googleBtn {
  background: #e94b41;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .socialLoginSec ul li a.googleBtn i {
  border-right: 1px solid #e4271c;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .socialLoginSec ul li a i {
  float: left;
  width: 45px;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .socialLoginSec ul li a i svg {
  vertical-align: middle;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .SocialOrEmail {
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  margin: 0 0 15px 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .SocialOrEmail p {
  display: inline-block;
  font-size: 16px;
  background: #ffffff;
  line-height: 20px;
  padding: 0 10px;
  font-family: 'AvenirLTStd-Heavy';
  margin: 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .SocialOrEmail:before {
  content: "";
  height: 1px;
  background: #e5e3df;
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .emailLoginSec {
  margin: 0;
  width: 100%;
  float: left;
  padding: 0 40px;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .emailLoginSec .alert {
  float: left;
  width: 100%;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .emailLoginSec ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .emailLoginSec ul li {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 0 0 10px 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .emailLoginSec ul li .form-control {
  background: #e9eae9;
  height: 38px;
  color: '';
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #a6a6a6;
  width: 100%;
  max-width: 100%;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .emailLoginSec ul li .form-control:hover {
  border-color: '';
  background: #ffffff;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .emailLoginSec .btnHolder {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .emailLoginSec .btnHolder .btn {
  width: 100%;
  font-size: 14px;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
  line-height: 38px;
  padding: 0 10px;
  float: left;
  border-radius: 5px;
  border: 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .emailLoginSec .btnHolder.notYetReg {
  margin: 15px 0 0 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .emailLoginSec .btnHolder.notYetReg p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-family: 'AvenirLTStd-Heavy';
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .emailLoginSec .forgotPassword {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .loginFormSec .emailLoginSec .forgotPassword a {
  text-decoration: underline;
  font-size: 14px;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .SignUpFormSec {
  margin: 0 0 10px 0;
  width: 100%;
  float: left;
  padding: 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .SignUpFormSec h4 {
  font-size: 25px;
  font-family: 'AvenirLTStd-Black';
  display: block;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .SignUpFormSec .emailRegSec {
  margin: 0;
  width: 100%;
  float: left;
  padding: 0 40px;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .SignUpFormSec .emailRegSec ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .SignUpFormSec .emailRegSec ul li {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 0 0 10px 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .SignUpFormSec .emailRegSec ul li .form-control {
  background: #e9eae9;
  height: 38px;
  color: '';
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #a6a6a6;
  width: 100%;
  max-width: 100%;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .SignUpFormSec .emailRegSec ul li .form-control:hover {
  border-color: '';
  background: #ffffff;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .SignUpFormSec .emailRegSec .btnHolder {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .SignUpFormSec .emailRegSec .btnHolder .btn {
  width: 100%;
  font-size: 14px;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
  line-height: 38px;
  padding: 0 10px;
  float: left;
  border-radius: 5px;
  border: 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .SignUpFormSec .emailRegSec .btnHolder.alreadyAccount {
  margin: 15px 0 0 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .SignUpFormSec .emailRegSec .btnHolder.alreadyAccount p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-family: 'AvenirLTStd-Heavy';
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .SignUpFormSec .alert {
  float: left;
  width: 100%;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec {
  margin: 0 0 10px 0;
  width: 100%;
  float: left;
  padding: 0px;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec h4 {
  font-size: 25px;
  font-family: 'AvenirLTStd-Black';
  display: block;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec p {
  text-align: center;
  width: 100%;
  font-size: 14px;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec .emailForgotSec {
  margin: 0;
  width: 100%;
  float: left;
  padding: 0 40px;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec .emailForgotSec ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec .emailForgotSec ul li {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 0 0 10px 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec .emailForgotSec ul li .form-control {
  background: #e9eae9;
  height: 38px;
  color: '';
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #a6a6a6;
  width: 100%;
  max-width: 100%;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec .emailForgotSec ul li .form-control:hover {
  border-color: '';
  background: #ffffff;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec .emailForgotSec .btnHolder {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec .emailForgotSec .btnHolder .btn {
  width: 100%;
  font-size: 14px;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
  line-height: 38px;
  padding: 0 10px;
  float: left;
  border-radius: 5px;
  border: 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec .emailForgotSec .btnHolder.alreadyAccount {
  margin: 15px 0 0 0;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec .emailForgotSec .btnHolder.alreadyAccount p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-family: 'AvenirLTStd-Heavy';
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec .forgotFormSec .alert {
  float: left;
  width: 100%;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec.loginForm .loginFormSec {
  display: block;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec.loginForm .SignUpFormSec {
  display: none;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec.loginForm .forgotFormSec {
  display: none;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec.signUpForm .SignUpFormSec {
  display: block;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec.signUpForm .loginFormSec {
  display: none;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec.signUpForm .forgotFormSec {
  display: none;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec.forgottenForm .forgotFormSec {
  display: block;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec.forgottenForm .loginFormSec {
  display: none;
}
main .wrapper .checkoutPage .checkoutBillingSec .checkoutLoginSec.forgottenForm .SignUpDialog {
  display: none;
}
main .wrapper .checkoutPage .checkoutBgBox {
  margin: 0 0 14px 0;
  width: 100%;
  float: left;
  background: #ffffff;
  border: 1px solid #e5e3df;
  border-radius: 10px;
  padding: 15px;
}
main .wrapper .checkoutPage .checkoutBgBox h4 {
  font-family: 'AvenirLTStd-Black';
  font-size: 21px;
  text-transform: uppercase;
  color: #000000;
  width: 100%;
  float: left;
  margin: 5px 0;
  padding: 0;
}
main .wrapper .checkoutPage .checkoutBgBox .cartTableSec > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
main .wrapper .checkoutPage .checkoutBgBox .cartTableSec > ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
main .wrapper .cartPageSec .checkoutPage .checkoutBgBox {
  border: 0;
  padding: 0;
  border-radius: 0;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec {
  width: 100%;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec {
  margin: 10px 0 0 0;
  width: 100%;
  float: left;
  border: 1px solid #e4e6e5;
  border-radius: 10px;
  padding: 15px 20px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec > ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec > ul > li:last-child table tr td {
  border: none;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr:first-child td {
  padding-top: 0px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr:last-child td {
  padding-bottom: 0px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr td .modifyBtnSec {
  margin: 0;
  padding: 0;
  float: right;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr td .modifyBtnSec p {
  margin: 5px 0;
  display: block;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr td .modifyBtnSec a {
  font-size: 13px;
  font-family: 'Avenir-Book';
  color: #000000;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr td:first-child {
  min-width: 125px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr td:last-child {
  padding-right: 0;
  width: 125px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr td:last-child .priceSec {
  border-right: none;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr td .priceSec {
  padding-right: 14px;
  border-right: 1px solid #e4e6e5;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr td .priceSec p {
  display: block;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr {
  display: none;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td {
  padding-top: 0;
  padding-bottom: 0;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator {
  margin: 0;
  width: 100%;
  float: left;
  background: #f5f5f5;
  padding: 15px;
  text-align: left;
  background: #f2f2f2;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent {
  width: 350px;
  padding: 15px;
  background: #ffffff;
  border-radius: 7px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .addto {
  width: 100%;
  background-color: #F47B20;
  color: #ffffff;
  border: #F47B20;
  font-family: 'AvenirLTStd-Heavy';
  padding: 11px 9px;
  text-align: center;
  border-radius: 8px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .addto i {
  height: initial;
  width: initial;
  background-color: transparent;
  font-size: inherit;
  text-align: center;
  line-height: 28px;
  padding: initial;
  border-radius: 50%;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec button .leftHold {
  width: 240px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec button .leftHold .imgHolder {
  display: table-cell;
  float: none;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec button .leftHold .imgHolder img {
  width: 104px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec button .leftHold > p {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding-left: 10px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .inner .saveLabel {
  background-color: #0095A7;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .inner .saveLabel:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  border: 12px solid #0095A7;
  left: -1em;
  border-right-width: 1.5em;
  border-left-color: transparent;
  z-index: -1;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .inner ul {
  width: 100%;
  top: 0;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.39);
  border: none;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .inner ul li label {
  padding: 5px 20px 7px;
  border-bottom: 2px solid #F47B20;
  width: 100%;
  margin-bottom: 0;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .inner ul li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  height: 49px;
  line-height: 49px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .inner p {
  margin-bottom: 10px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .inner p span {
  color: #0095A7;
  display: block;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-transform: initial;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .inner p small {
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  display: block;
  text-transform: initial;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .inner p em {
  color: #5C5C5C;
  font-family: 'Avenir-Medium';
  font-size: 11px;
  line-height: 15px;
  font-style: normal;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .dropdown {
  float: left;
  width: 100%;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .dropdown button {
  width: 100%;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .table-style {
  display: table;
  float: none;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .table-style .tCheck {
  display: table-cell;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .table-style .tCheck p {
  font-style: normal;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .table-style .tCheck p small {
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  display: block;
  text-transform: initial;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .table-style .tCheck p span {
  color: #0095A7;
  display: block;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-transform: initial;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .table-style .tCheck p em {
  color: #5C5C5C;
  font-family: 'Avenir-Medium';
  font-size: 11px;
  line-height: 15px;
  font-style: normal;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .confContent .optionSec .table-style .cellStyle {
  display: table-cell;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator h3 {
  font-size: 15px;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  margin: 10px 0 10px 0;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec ul li {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 0 0 10px 0;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec ul li .radioOption {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec ul li .radioOption input[type="radio"] {
  display: none;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec ul li .radioOption input[type="radio"] + label {
  font-size: 17px;
  color: #000000;
  padding: 10px 10px 10px 37px;
  border: 3px solid #ffffff;
  background: #dddddd;
  text-align: left;
  max-width: 260px;
  width: 100%;
  font-weight: normal;
  position: relative;
  border-radius: 10px;
  margin: 0;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec ul li .radioOption input[type="radio"] + label b {
  font-size: 25px;
  font-family: 'AvenirLTStd-Black';
  display: block;
  font-weight: normal;
  line-height: 25px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec ul li .radioOption input[type="radio"] + label b sup {
  font-size: 14px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec ul li .radioOption input[type="radio"] + label b em {
  font-style: normal;
  font-size: 14px;
  font-family: 'Avenir-Book';
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec ul li .radioOption input[type="radio"] + label i {
  font-style: normal;
  font-size: 14px;
  font-family: 'Avenir-Book';
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec ul li .radioOption input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 20px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url('../img/radio2.png') center top no-repeat;
  cursor: pointer;
  position: absolute;
  top: 14px;
  left: 10px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec ul li .radioOption input[type="radio"]:checked + label {
  border-color: '';
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .optionRadioSec ul li .radioOption input[type="radio"]:checked + label span {
  background-position: center -20px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .qauntityBox {
  margin: 0 0 15px 0;
  padding: 0;
  border: solid 3px #9e9e9e;
  border-radius: 5px;
  float: left;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .qauntityBox a {
  height: 37px;
  line-height: 37px;
  width: 32px;
  text-align: center;
  float: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fae8ca+0,fabd55+3,fab237+5,faaf31+11,f8a12e+41,f67926+95,f38137+97,e6c1ab+100 */
  background: #fae8ca;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fae8ca 0%, #fabd55 3%, #fab237 5%, #faaf31 11%, #f8a12e 41%, #f67926 95%, #f38137 97%, #e6c1ab 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fae8ca 0%, #fabd55 3%, #fab237 5%, #faaf31 11%, #f8a12e 41%, #f67926 95%, #f38137 97%, #e6c1ab 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fae8ca 0%, #fabd55 3%, #fab237 5%, #faaf31 11%, #f8a12e 41%, #f67926 95%, #f38137 97%, #e6c1ab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae8ca', endColorstr='#e6c1ab', GradientType=0);
  /* IE6-9 */
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .qauntityBox span {
  width: 46px;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  float: left;
  text-align: center;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .btnHolder {
  max-width: 260px;
  margin-top: 0;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .removeItem {
  float: left;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .removeItem .btn {
  float: left;
  border-radius: 5px;
  text-align: left;
  background: '';
  border-color: '';
  color: #ffffff;
  font-size: 14px;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
  line-height: 23px;
  padding-left: 20px;
  padding-right: 20px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .closeModifyWindow {
  text-decoration: underline;
  color: #231F20;
  font-size: 13px;
  margin-top: 8px;
  display: table;
  text-align: right;
  /*margin-top: 8px;
                          width: 100%;
                          background: #3a2411;
                          color: @defaultW;
                          display: block;
                          text-align: center;
                          padding: 10px;
                          border-radius: 8px;
                          font-size: 16px;
                          text-decoration: none;
                          text-transform: uppercase;
                          font-family: @aHeavy;*/
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator .RemoveItem {
  text-decoration: underline;
  color: #231F20;
  font-size: 13px;
  display: table;
  text-align: right;
  margin-top: 8px;
  width: 100%;
  background: #3a2411;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'AvenirLTStd-Heavy';
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button {
  min-height: 49px;
  width: auto;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.39);
  border: none;
  text-align: left;
  font-family: 'AvenirLTStd-Heavy';
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 13px;
  display: table-cell;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button .leftHold {
  width: 207px;
  display: table-cell;
  vertical-align: middle;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button .leftHold .imgHolder {
  float: left;
  margin-right: 4px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button .leftHold .imgHolder img {
  width: 104px;
  height: auto;
  border: 1px solid #231F20;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button .rightHold {
  width: 55px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button .tCheck {
  display: table-cell;
  vertical-align: middle;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button .tCheck input[type="checkbox"] {
  width: 25px;
  height: 25px;
  -webkit-appearance: none;
  margin: 0;
  position: relative;
  padding: 0;
  margin-right: 5px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button .tCheck input[type="checkbox"]:after {
  content: '';
  position: absolute;
  height: 24px;
  width: 24px;
  border: 2px solid #ffffff;
  background-color: #EDEDED;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button .tCheck input[type="checkbox"]:focus {
  outline: none;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button .tCheck input[type="checkbox"]:checked:after {
  content: "\f00c";
  color: #ffffff;
  text-align: center;
  background-color: #F47B20;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button:focus {
  outline: none;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button.grey {
  border-bottom: 2px solid #F47B20;
  background: gainsboro;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button.disabledBtnStyle {
  background: transparent;
  padding: 0;
  box-shadow: none;
  outline: none;
  border: none;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .cartTableSec table tbody tr.modifyItemTr td .modifyConfigurator button i {
  height: 14px;
  width: 14px;
  background-color: #F2F2F2;
  font-size: 10px;
  text-align: center;
  line-height: 14px;
  padding: 0px 3px;
  border-radius: 50%;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .addCouponSec {
  margin: 0;
  width: 100%;
  float: left;
  padding: 0 10px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .addCouponSec .addCoupon {
  padding: 0;
  float: left;
  text-decoration: underline;
  color: #000000;
  font-size: 12pt;
  text-transform: capitalize;
  font-family: 'AvenirLTStd-Black';
  margin: 15px 0;
  cursor: pointer;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .addCouponSec .couponFieldSec {
  padding: 0;
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  display: none;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .addCouponSec .couponFieldSec .form-control {
  height: 38px;
  color: '';
  font-size: 14px;
  line-height: 38px;
  border: 1px solid '';
  background: #ffffff;
  width: 278px;
  float: left;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .addCouponSec .couponFieldSec .btn {
  float: left;
  margin-left: 10px;
  width: 150px;
  border-radius: 12px;
  text-align: left;
  background: '';
  border-color: '';
  color: #ffffff;
  font-size: 14px;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
  line-height: 23px;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .addCouponSec .couponFieldSec .btn i {
  float: right;
  font-size: 1.5em;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec .addCouponSec.couponOpenField .couponFieldSec {
  display: block;
}
main .wrapper .cartPageSec .checkoutPage .checkoutProductSec table tfoot tr td .totalTfoot {
  margin-top: 0;
}
main .wrapper .cartPageSec .checkoutPage .btnHolder {
  padding: 0;
  width: 100%;
  float: left;
  margin: 20px 0 10px 0;
  text-align: center;
}
main .wrapper .cartPageSec .checkoutPage .btnHolder .btn {
  width: 100%;
  line-height: 52px;
  height: 54px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 21px;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
}
main .wrapper .cartPageSec .checkoutPage .btnHolder .btn i {
  float: right;
}
main .wrapper .cartPageSec .checkoutPage .btnHolder .btn-round-d {
  margin: 0 5px;
}
main .wrapper .cartPageSec .genuineProduct {
  margin-top: 0;
}
main .wrapper .cartPageSec .seenOnSec h5 {
  margin-top: 10px;
}
main .wrapper .trackOrderPage {
  margin-bottom: 40px;
  /*.commonHeadingSec{text-align: left;
        .common-heading{text-align: left;}
      }*/
}
main .wrapper .trackOrderPage .trackFormSec {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #a6a6a6;
  display: table;
  width: auto;
  margin: 30px auto 0 auto;
  max-width: 480px;
  padding: 20px;
}
main .wrapper .trackOrderPage .trackFormSec li {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
main .wrapper .trackOrderPage .trackFormSec li .errorRequired {
  width: 305px;
  margin-left: 120px;
  float: left;
  margin-bottom: 0;
}
main .wrapper .trackOrderPage .trackFormSec li label {
  float: left;
  width: 120px;
  line-height: 34px;
  margin: 0;
  color: #231F20;
  font-size: 14px;
  font-weight: normal;
}
main .wrapper .trackOrderPage .trackFormSec li .form-control {
  background: #ffffff;
  height: 38px;
  color: #494848;
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #a6a6a6;
  width: 305px;
  float: left;
}
main .wrapper .trackOrderPage .trackFormSec li .btn {
  border-radius: 4px;
  background-color: #F47B20;
  border: #F47B20;
  color: #ffffff;
  font-family: 'Avenir-Book';
}
main .wrapper .supportPage .supportContentSec .supportServiceSec {
  text-align: center;
}
main .wrapper .supportPage .supportContentSec .supportServiceSec h5 {
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 18px;
}
main .wrapper .supportPage .supportContentSec .supportServiceSec ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
main .wrapper .supportPage .supportContentSec .supportServiceSec ul li {
  font-size: 16px;
  display: inline-block;
  list-style-type: none;
  margin: 15px 5px;
  position: relative;
  padding: 0 15px;
}
main .wrapper .supportPage .supportContentSec .supportServiceSec ul li:after {
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 100%;
  height: 8px;
  width: 8px;
  background: #F47B20;
  content: '';
}
main .wrapper .supportPage .supportContentSec .supportingHourInfo {
  margin: 0 0 10px 0;
  width: 100%;
  float: left;
  background: #291e1a;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
main .wrapper .supportPage .supportContentSec .supportingHourInfo p {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Avenir-Book';
}
main .wrapper .supportPage .supportContentSec .supportingHourInfo h5 {
  color: #ffffff;
  font-size: 25px;
  font-family: 'AvenirLTStd-Black';
}
main .wrapper .supportPage .supportingBlockSec {
  margin: 0 0 40px 0;
  padding: 0;
  width: 100%;
  float: left;
}
main .wrapper .supportPage .supportingBlockSec .supportingBlockRow {
  margin-right: -5px;
  margin-left: -5px;
}
main .wrapper .supportPage .supportingBlockSec ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
}
main .wrapper .supportPage .supportingBlockSec ul li {
  margin: 0;
  width: 33.3333%;
  float: left;
  list-style-type: none;
  padding: 0 5px;
}
main .wrapper .supportPage .supportingBlockSec ul li a {
  background: #ffffff;
  border: 1px solid #e5e3df;
  width: 100%;
  padding: 10px;
  float: left;
  border-radius: 10px;
  text-align: center;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 16px;
  color: #291e1a;
}
main .wrapper .supportPage .supportingBlockSec ul li a i {
  padding: 15px 0 30px 0;
  display: block;
}
main .wrapper .supportPage .supportingBlockSec ul li a i svg {
  height: 76px;
  width: 76px;
}
main .wrapper .supportPage .supportingBlockSec ul li a span {
  color: #f67a1a;
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
}
main .wrapper .supportPage .supportingBlockSec ul li a:hover {
  color: #f67a1a;
  border-color: #f67a1a;
}
main .wrapper .supportPage .supportingBlockSec ul li a:hover i svg {
  fill: #f67a1a;
}
main .wrapper .supportPage .supportingBlockSec ul li a:hover i svg * {
  fill: #f67a1a;
}
main .wrapper .supportPage .supportingBlockSec ul li a:hover i svg g#stroke path {
  stroke: #f67a1a;
  fill: none;
}
main .wrapper .pages {
  float: left;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
main .wrapper .pages .st-tabs .tab-content {
  padding: 15px 0;
}
main .wrapper .pages .st-tabs .btn-round-d {
  min-width: 241px;
}
main .wrapper .pages .st-tabs .btn-round-d {
  min-width: 241px;
}
main .wrapper .pages .st-tabs .btn-round-d:disabled {
  background: #80d8a0;
}
main .wrapper .pages .st-tabs .errorRequiredFullWidth {
  margin-top: 5px;
}
main .wrapper .pages .st-tabs .control-label {
  font-family: 'AvenirLTStd-Heavy';
}
main .wrapper .pages .contactArea .form-group .form-control:focus {
  border-color: #EB8032;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(236, 128, 51, 0.69);
  -webit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(236, 128, 51, 0.69);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(236, 128, 51, 0.69);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(236, 128, 51, 0.69);
}
main .wrapper .pages .panel-group {
  width: 100%;
}
main .wrapper .pages .panel-group .panel-wrap {
  margin-top: 10px;
  width: 100%;
}
main .wrapper .pages .panel-group .panel-heading {
  background: #e9e9e9;
}
main .wrapper .pages .panel-group .panel-heading h4 {
  font-family: 'AvenirLTStd-Heavy';
  font-weight: normal;
}
main .wrapper .pages .panel-group .panel-heading h4 a {
  text-decoration: none;
  display: block;
}
main .wrapper .pages .panel-group .panel-heading h4 a.collapsed .fa {
  transform: rotate(180deg);
}
main .wrapper .pages .panel-group .panel-body {
  border: 1px solid #ddd;
}
main .wrapper .pages .faqSec .panel-group .panel-heading h4 a {
  position: relative;
  padding-right: 20px;
}
main .wrapper .pages .faqSec .panel-group .panel-heading h4 a i.fa {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
main .wrapper .pages .st-pages {
  padding-left: 200px;
  margin: 0;
  width: 100%;
}
main .wrapper .pages .st-pages .st-pages-container h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
main .wrapper .pages .st-pages .st-pages-container p {
  margin-bottom: 20px;
}
main .wrapper .pages .st-menu {
  width: 200px;
  float: left;
}
main .wrapper .pages .st-menu ul {
  list-style: none;
  padding: 0;
}
main .wrapper .pages .st-menu ul li a {
  display: block;
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  padding: 0 0 5px 0;
}
main .wrapper .pages .st-menu ul li.active a {
  color: #F47B20;
  font-family: 'AvenirLTStd-Black';
}
footer .footerNewsletter {
  padding: 43px 0;
  background-color: #F4F3F3;
}
footer .footerNewsletter .newsLetter {
  max-width: 450px;
}
footer .footerNewsletter .newsLetter h4 {
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
  font-size: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
footer .footerNewsletter .newsLetter h4 em {
  font-style: normal;
}
footer .footerNewsletter .newsLetter h4 span {
  display: block;
  text-transform: capitalize;
  color: #395374;
  font-size: 18px;
}
footer .footerNewsletter .newsLetter .newsLetterForm {
  display: table;
  width: 100%;
}
footer .footerNewsletter .newsLetter .newsLetterForm input {
  min-width: 360px;
  border: 1px solid #979797;
  border-radius: 8px;
  height: 40px;
  display: table-cell;
  background-color: #ffffff;
  vertical-align: middle;
  margin-right: 5px;
  padding: 7px;
}
footer .footerNewsletter .newsLetter .newsLetterForm button {
  height: 40px;
  width: 85px;
  border-radius: 8px;
  background-color: #02b26e;
  border: #02b26e;
  color: #ffffff;
  font-family: 'Avenir-Book';
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  footer .footerNewsletter .partners {
    margin-top: 40px;
  }
}
footer .footerNewsletter .partners h4 {
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
  font-size: 25px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
footer .footerNewsletter .partners ul {
  padding: 0;
  list-style: none;
}
footer .footerNewsletter .partners ul li {
  float: left;
  width: 25%;
}
footer .footerNewsletter .partners ul li a img {
  height: 45px;
  width: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  footer .footerNewsletter .partners ul li a img {
    height: 25px;
  }
}
footer .footerNewsletter .partners ul li:first-child {
  width: 15%;
}
footer .footerNewsletter .partners ul li:first-child a img {
  margin-left: 0;
}
footer .fnDark {
  background-color: #E9E9E9;
}
footer .fnDark.sticky_fn {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
}
@media (max-width: 767px) {
  footer .fnDark.sticky_fn {
    position: relative;
  }
}
footer .fnDark .row > div p {
  color: #231F20;
  font-family: 'Avenir-Book';
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  padding: 25px 0;
  text-align: center;
}
footer .fnDark .row > div p strong {
  font-weight: normal;
  font-family: 'AvenirLTStd-Heavy';
}
footer .fnDark .row > div p i {
  margin-right: 5px;
  color: #F47B20;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .fnDark .row > div p {
    text-align: left;
  }
}
@media (min-width: 768px) {
  footer .fnDark .row > div:first-child p {
    text-align: left;
  }
  footer .fnDark .row > div:last-child p {
    text-align: right;
  }
}
footer .footerPayment .cardsTable {
  display: table;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .footerPayment .cardsTable {
    text-align: center;
    margin-bottom: 1em;
  }
}
footer .footerPayment .cardsTable > div {
  padding: 15px 0;
}
@media (min-width: 767px) {
  footer .footerPayment .cardsTable > div {
    display: table-cell;
    vertical-align: middle;
  }
}
footer .footerPayment .cardsTable .saveWithUs {
  font-size: 18px;
  font-family: 'Avenir-Medium';
}
@media (min-width: 767px) {
  footer .footerPayment .cardsTable .saveWithUs {
    padding: 0 30px;
  }
}
footer .footerPayment .cardsTable .Norton img {
  height: 50px;
  width: 90px;
}
footer .footerPayment .cardsTable .creditCards ul {
  padding: 0;
  list-style: none;
}
footer .footerPayment .cardsTable .creditCards ul li {
  float: left;
  padding: 0 3px;
}
footer .footerPayment .cardsTable .creditCards ul li a img {
  height: 35px;
  width: 56px;
}
footer .footerLinks ul {
  margin-bottom: 30px;
}
footer .footerLinks ul li {
  position: relative;
  padding-right: 8px;
  padding-left: 10px;
}
footer .footerLinks ul li:after {
  content: '';
  position: absolute;
  right: -3px;
  top: 4px;
  width: 1px;
  height: 13px;
  background: #231F20;
}
footer .footerLinks ul li:last-child:after {
  display: none;
}
footer .footerLinks ul li a {
  color: #231F20;
  font-family: 'Avenir-Medium';
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#submitPopup.modal {
  overflow-y: hidden;
  z-index: 10500; /*#GSD17002-78*/
}
#submitPopup.fade .modal-dialog {
  -webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  -o-transform: translate(25%, 0);
  transform: translate(25%, 0);
}
#submitPopup.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#submitPopup .modal-dialog {
  width: 400px;
  margin: 0px 0px 0 auto;
}
#submitPopup .modal-dialog .modal-content {
  width: 400px;
  background-color: #F4F3F3;
  border-radius: 0px;
}
#submitPopup .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#submitPopup .modal-dialog .modal-content .modal-body .modal-scroll-body {
  overflow-x: hidden;
  overflow-y: auto;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec {
  width: 400px;
  padding: 23px;
  margin: 0 auto;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec h3 {
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
  margin-top: 0;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec.addons {
  padding-top: 0px!important;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec.offerSelect .inner {
  border: 2px solid #ffffff;
  border-radius: 2px;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec.offerSelect .inner.borderActive {
  border: 2px solid #F47B20;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner {
  padding: 12px;
  background-color: #ffffff;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .saveLabel {
  left: 12px;
  color: #ffffff;
  background-color: #0095A7;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .saveLabel:after {
  border: 12px solid #0095A7;
  border-left-color: transparent;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner p small {
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  display: block;
  text-transform: initial;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner p span {
  color: #0095A7;
  display: block;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-transform: initial;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner p span.tagline {
  color: #F47B20;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner p span.msgVarient {
  color: #adadad;
  font-family: 'Avenir-Book';
  font-weight: normal;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner p em {
  color: #5C5C5C;
  font-family: 'Avenir-Medium';
  font-size: 11px;
  line-height: 15px;
  font-style: normal;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner p b {
  color: #0095A7;
  font-family: 'Avenir-Medium';
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  display: block;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner p strong {
  color: #F47B20;
  font-family: 'Avenir-Medium';
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  display: block;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD {
  min-height: 49px;
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.39);
  border: none;
  text-align: left;
  font-family: 'AvenirLTStd-Heavy';
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin-bottom: 13px;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button .leftHold,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD .leftHold {
  width: 300px;
  display: table-cell;
  vertical-align: middle;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button .leftHold > span.tagline,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD .leftHold > span.tagline {
  color: #0095A7;
  padding-left: 5px;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button .leftHold > p,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD .leftHold > p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button .leftHold .imgHolder,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD .leftHold .imgHolder {
  /*float: left;*/
  display: table-cell;
  margin-right: 4px;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button .leftHold .imgHolder img,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD .leftHold .imgHolder img {
  height: auto;
  width: 104px;
  border: none;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button .rightHold,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD .rightHold {
  width: 63px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button .tCheck,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD .tCheck {
  display: table-cell;
  vertical-align: middle;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button .tCheck input[type="checkbox"],
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD .tCheck input[type="checkbox"] {
  width: 25px;
  height: 25px;
  -webkit-appearance: none;
  margin: 0;
  position: relative;
  padding: 0;
  margin-right: 5px;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button .tCheck input[type="checkbox"]:after,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD .tCheck input[type="checkbox"]:after {
  content: '';
  position: absolute;
  height: 24px;
  width: 24px;
  border: 2px solid #ffffff;
  background-color: #EDEDED;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button .tCheck input[type="checkbox"]:focus,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD .tCheck input[type="checkbox"]:focus {
  outline: none;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button .tCheck input[type="checkbox"]:checked:after,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD .tCheck input[type="checkbox"]:checked:after {
  content: "\f00c";
  color: #ffffff;
  text-align: center;
  background-color: #F47B20;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button:focus,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD:focus {
  outline: none;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button.grey,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD.grey {
  background: gainsboro;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button.grey-border,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD.grey-border {
  border-bottom: 2px solid #F47B20;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button.disabledBtnStyle,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD.disabledBtnStyle {
  background: transparent;
  padding: 0;
  box-shadow: none;
  outline: none;
  border: none;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner button i,
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD i {
  height: 14px;
  width: 14px;
  background-color: #F2F2F2;
  font-size: 10px;
  text-align: center;
  line-height: 14px;
  padding: 0px 3px;
  border-radius: 50%;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .qtyUD {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 13px;
  display: block;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner ul {
  width: 100%;
  top: 0;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.39);
  border: none;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner ul li label {
  padding: 5px 20px 7px;
  border-bottom: 2px solid #F47B20;
  width: 100%;
  margin-bottom: 0;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner ul li a {
  height: 49px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 49px;
  text-transform: capitalize !important;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .tRadio {
  margin-bottom: 8px;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .tRadio label {
  color: #231F20;
  font-family: 'Avenir-Medium';
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  /*&+input[type="radio"]{
                  &:checked{
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: 14px;
                    line-height: 1;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    line-height: 20px;
                    text-align: center;
                    content: "\f00c";
                    color: @defaultW;
                    border: 2px solid @defaultW;
                    border-radius: 50%;
                    background-color: @pumpkin;
                    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
                  }
                }*/
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .tRadio label:before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 24px;
  width: 24px;
  top: 0px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  background-color: #EDEDED;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  left: 0;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .tRadio input[type="radio"] {
  height: 0px;
  position: relative;
  width: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  margin: 0;
  padding: 0;
  top: 7px;
  display: none;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .tRadio input[type="radio"]:after {
  position: absolute;
  display: inline-block;
  height: 24px;
  width: 24px;
  top: 0px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  background-color: #EDEDED;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .tRadio input[type="radio"]:focus {
  outline: none;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .tRadio input[type="radio"]:checked + label {
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 15px;
  font-weight: 900;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .tRadio input[type="radio"]:checked + label:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  text-align: center;
  content: "\f00c";
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #F47B20;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .tRadio input[type="radio"]:checked:after {
  display: inline-block;
  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  text-align: center;
  content: "\f00c";
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #F47B20;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .cost {
  display: inline-block;
  width: 100%;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .cost .labelTcost strong {
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .cost .ammount p {
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-align: right;
  white-space: nowrap;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .cost .ammount p span {
  color: #5C5C5C;
  display: inline;
  font-family: 'Avenir-Medium';
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-align: right;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .cost .ammount .fiveMonthPayment {
  white-space: nowrap;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .cost .ammount .fiveMonthPayment p {
  display: inline-block;
  margin-bottom: 0;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .table-style {
  width: 100%;
  display: table;
  position: static;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .table-style > div {
  display: table-cell;
  vertical-align: middle;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .btnHolder {
  text-align: center;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .btnHolder .btn {
  font-family: 'AvenirLTStd-Black';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  border-radius: 4px;
  border: 0;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .btnHolder .btn.btn-default {
  background: #ccc;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .inner .btnHolder .btn.btn-round-d {
  min-width: inherit;
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .addto {
  background-color: #02b26e;
  color: #ffffff;
  border: #02b26e;
  font-family: 'AvenirLTStd-Heavy';
  padding: 11px 9px;
  text-align: left;
  border-radius: 8px;
  outline: none;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .addto i {
  height: initial;
  width: initial;
  background-color: transparent;
  font-size: inherit;
  text-align: center;
  line-height: 28px;
  padding: initial;
  border-radius: 50%;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec .addto.disabled {
  background: #80d8a0;
  cursor: not-allowed;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec.paymentOption {
  background-color: #ffffff;
  padding: 0;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec.paymentOption .modalBtnHolder {
  bottom: 0;
  right: 0;
  width: 400px;
  z-index: 99;
  text-align: center;
}
@media (max-width: 767px) {
  #submitPopup .modal-dialog .modal-content .modal-body .optionSec.paymentOption .modalBtnHolder {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 50px; /*Added by PMG on 21 April 2020 after seeing in Novigi version of code*/
  }
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec.paymentOption .inner {
  /*.cost{    height: 110px;}*/
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec.paymentOption .inner .RemoveItem {
  text-decoration: underline;
  color: #231F20;
  font-size: 13px;
  display: table;
  text-align: right;
  margin-top: 8px;
  width: 100%;
  background: #3a2411;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'AvenirLTStd-Heavy';
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec [data-tooltip] {
  cursor: pointer;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec [data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  right: 350px;
  background: #7d7d7d;
  font-family: 'Avenir-Book';
  text-align: left;
  line-height: 20px;
  color: #ffffff;
  padding: 15px;
  width: 300px;
  font-size: 14px;
  top: 0;
  display: none;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec [data-tooltip]:after {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: transparent transparent transparent #7d7d7d;
  display: none;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec [data-tooltip]:hover:before {
  display: block;
}
#submitPopup .modal-dialog .modal-content .modal-body .optionSec [data-tooltip]:hover:after {
  display: block;
}
#submitPopup .modal-dialog .modal-content .modal-body .modal-fixed {
  position: static;
  bottom: 0;
  z-index: 1001;
}
#submitPopup .modal-dialog .modal-content .modal-body .modal-fixed h3 {
  padding: 27px 27px 0px 27px;
}
#submitPopup .modal-dialog .modal-content .modal-body .modal-fixed .inner {
  padding: 0px 27px 27px 27px;
  max-height: 225px;
  overflow: auto;
}
#submitPopup .modal-dialog .modal-content .modal-body .modal-fixed .inner .saveLabel {
  left: 12px;
}
#submitPopup .modal-dialog .modal-content .modal-body .modal-fixed .inner::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
#submitPopup .modal-dialog .modal-content .modal-body .modal-fixed .inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}
#submitPopup .modal-dialog .modal-content .modal-body .modal-fixed .inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #848484;
  border: 1px solid #aaa;
}
#submitPopup .modal-dialog .modal-content .modal-body .modal-fixed .inner::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
#submitPopup .modal-dialog .modal-content .modal-body .modal-fixed .inner::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
}
#submitPopup .modal-dialog .modal-content .modal-body .modal-fixed .btn-round-d {
  text-align: center;
  margin-bottom: 25px;
}
#submitPopup.addon-payment-title span {
  text-transform: lowercase;
}
#customerSearch .customerSearchSec {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#customerSearch .customerSearchSec li {
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
  width: 100%;
  display: inline-block;
}
#customerSearch .customerSearchSec li label {
  color: #231F20;
  font-size: 12px;
  font-weight: normal;
  width: 100px;
  float: left;
  line-height: 38px;
  margin: 0;
  padding: 0;
}
#customerSearch .customerSearchSec li .form-control {
  height: 38px;
  border-radius: 5px;
  color: #494848;
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #a6a6a6;
  width: 260px;
}
.btn-round-d {
  background-color: #02b26e;
  color: #ffffff;
  border: #02b26e;
  font-family: 'AvenirLTStd-Black';
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
  min-width: 313px;
  padding: 11px 9px;
  border-radius: 8px;
  outline: none;
}
.btn-round-d span {
  vertical-align: top;
  line-height: 28px;
}
.btn-round-d i {
  line-height: 28px;
}
.content-offer-tagline {
  font-family: 'AvenirLTStd-Heavy';
  color: #F47B20;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  margin-bottom: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
#loginSearch .modal-body .signUpFormSec {
  display: none;
}
#loginSearch .modal-body.signUpForm .loginFormSec {
  display: none;
}
#loginSearch .modal-body.signUpForm .signUpFormSec {
  display: block;
}
#loginSearch .modal-body h4 {
  font-size: 25px;
  font-family: 'AvenirLTStd-Black';
  display: block;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
#loginSearch .modal-body ul {
  margin: 0;
  padding: 0;
}
#loginSearch .modal-body ul li {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 0 0 10px 0;
}
#loginSearch .modal-body ul li .form-control {
  background: #ffffff;
  height: 38px;
  color: #494848;
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #a6a6a6;
}
#loginSearch .modal-body .forgotPassword {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
}
#loginSearch .modal-body .forgotPassword a {
  text-decoration: underline;
  font-size: 14px;
}
#loginSearch .modal-body .btnHolder.notYetReg {
  clear: both;
  margin: 15px 0 0 0;
}
#loginSearch .modal-body .btnHolder {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}
#loginSearch .modal-body .btnHolder .btn-round-d {
  width: 100%;
  height: 38px;
  font-size: 14px;
  border-radius: 5px;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
  line-height: normal;
}
#loginSearch .modal-body .btnHolder.notYetReg p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-family: 'AvenirLTStd-Heavy';
}
#loginSearch .modal-body .btnHolder .btn {
  width: 100%;
  font-size: 14px;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
  line-height: 38px;
  padding: 0 10px;
  float: left;
  border-radius: 5px;
  border: 0;
}
#loginSearch .modal-body .socialLoginSec {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
#loginSearch .modal-body .socialLoginSec ul {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 10px 0;
}
#loginSearch .modal-body .socialLoginSec ul li {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  text-align: center;
  margin: 0 0 5px 0;
}
#loginSearch .modal-body .socialLoginSec ul li a {
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  line-height: 46px;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  max-width: 300px;
}
#loginSearch .modal-body .socialLoginSec ul li a i {
  float: left;
  width: 45px;
}
#loginSearch .modal-body .socialLoginSec ul li a i svg {
  vertical-align: middle;
}
#loginSearch .modal-body .socialLoginSec ul li a.facebookBtn {
  background: #5C74B1;
}
#loginSearch .modal-body .socialLoginSec ul li a.facebookBtn i {
  border-right: 1px solid #384c7d;
}
#loginSearch .modal-body .socialLoginSec ul li a.googleBtn {
  background: #e94b41;
}
#loginSearch .modal-body .socialLoginSec ul li a.googleBtn i {
  border-right: 1px solid #e4271c;
}
#loginSearch .modal-body .SocialOrEmail {
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  margin: 0 0 15px 0;
}
#loginSearch .modal-body .SocialOrEmail p {
  display: inline-block;
  font-size: 16px;
  background: #ffffff;
  line-height: 20px;
  padding: 0 10px;
  font-family: 'AvenirLTStd-Heavy';
  margin: 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
#loginSearch .modal-body .SocialOrEmail:before {
  content: "";
  height: 1px;
  background: #e5e3df;
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
}
#resetPasswordForm .modal-body .signUpFormSec {
  display: none;
}
#resetPasswordForm .modal-body.signUpForm .loginFormSec {
  display: none;
}
#resetPasswordForm .modal-body.signUpForm .signUpFormSec {
  display: block;
}
#resetPasswordForm .modal-body h4 {
  font-size: 25px;
  font-family: 'AvenirLTStd-Black';
  display: block;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
#resetPasswordForm .modal-body ul {
  margin: 0;
  padding: 0;
}
#resetPasswordForm .modal-body ul li {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 0 0 10px 0;
}
#resetPasswordForm .modal-body ul li .form-control {
  background: #ffffff;
  height: 38px;
  color: #494848;
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #a6a6a6;
}
#resetPasswordForm .modal-body .forgotPassword {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
}
#resetPasswordForm .modal-body .forgotPassword a {
  text-decoration: underline;
  font-size: 14px;
}
#resetPasswordForm .modal-body .btnHolder.notYetReg {
  clear: both;
  margin: 15px 0 0 0;
}
#resetPasswordForm .modal-body .btnHolder {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}
#resetPasswordForm .modal-body .btnHolder .btn-round-d {
  width: 100%;
  height: 38px;
  font-size: 14px;
  border-radius: 5px;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
  line-height: normal;
}
#resetPasswordForm .modal-body .btnHolder.notYetReg p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-family: 'AvenirLTStd-Heavy';
}
#resetPasswordForm .modal-body .btnHolder .btn {
  width: 100%;
  font-size: 14px;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
  line-height: 38px;
  padding: 0 10px;
  float: left;
  border-radius: 5px;
  border: 0;
}
#resetPasswordForm .modal-body .socialLoginSec {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
#resetPasswordForm .modal-body .socialLoginSec ul {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 10px 0;
}
#resetPasswordForm .modal-body .socialLoginSec ul li {
  padding: 0;
  width: 100%;
  float: left;
  list-style-type: none;
  text-align: center;
  margin: 0 0 5px 0;
}
#resetPasswordForm .modal-body .socialLoginSec ul li a {
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  line-height: 46px;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  max-width: 300px;
}
#resetPasswordForm .modal-body .socialLoginSec ul li a i {
  float: left;
  width: 45px;
}
#resetPasswordForm .modal-body .socialLoginSec ul li a i svg {
  vertical-align: middle;
}
#resetPasswordForm .modal-body .socialLoginSec ul li a.facebookBtn {
  background: #5C74B1;
}
#resetPasswordForm .modal-body .socialLoginSec ul li a.facebookBtn i {
  border-right: 1px solid #384c7d;
}
#resetPasswordForm .modal-body .socialLoginSec ul li a.googleBtn {
  background: #e94b41;
}
#resetPasswordForm .modal-body .socialLoginSec ul li a.googleBtn i {
  border-right: 1px solid #e4271c;
}
#resetPasswordForm .modal-body .SocialOrEmail {
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  margin: 0 0 15px 0;
}
#resetPasswordForm .modal-body .SocialOrEmail p {
  display: inline-block;
  font-size: 16px;
  background: #ffffff;
  line-height: 20px;
  padding: 0 10px;
  font-family: 'AvenirLTStd-Heavy';
  margin: 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
#resetPasswordForm .modal-body .SocialOrEmail:before {
  content: "";
  height: 1px;
  background: #e5e3df;
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
}
.modal-backdrop {
  background-color: #9B9B9B;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}
.fullWidht {
  width: 100% !important;
}
.grey {
  background-color: #9B9B9B;
}
.saveLabel {
  height: 24px;
  min-width: 95px;
  background-color: #d11e00;
  float: right;
  color: #ffffff;
  font-family: 'Avenir-Medium';
  font-size: 14px;
  line-height: 18px;
  position: relative;
  text-align: right;
  padding: 0 8px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 15px;
  left: 0px;
  z-index: 10;
}
.saveLabel:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  border: 12px solid #d11e00;
  left: -1em;
  border-right-width: 1.5em;
  border-left-color: transparent;
  z-index: -1;
}
.saveLabel strong {
  font-family: 'AvenirLTStd-Black';
}
.common-heading {
  color: #231F20;
  font-family: 'AvenirLTStd-Black';
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 25px;
}
.commonHeadingSec {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.commonHeadingSec .common-heading {
  margin-bottom: 10px;
}
.btn-round-b {
  height: 47px;
  min-width: 241px;
  border: 3px solid #02b26e;
  border-radius: 8px;
  background-color: #ffffff;
  color: #02b26e;
  font-family: 'AvenirLTStd-Black';
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
}
.btn-round-b:hover {
  background: #02b26e;
  color: #ffffff;
}
.tCheck {
  vertical-align: middle;
}
.tCheck label {
  width: 25px;
  height: 25px;
  margin: 0;
  position: relative;
  padding: 0;
  margin-right: 5px;
}
.tCheck label:after {
  content: '';
  position: absolute;
  height: 24px;
  width: 24px;
  border: 2px solid #ffffff;
  background-color: #EDEDED;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.tCheck input[type="checkbox"] {
  display: none;
  width: 0px;
  height: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 0;
  margin: 0;
  position: relative;
  padding: 0;
  margin-right: 5px;
  /*&:after {
      content: '';
      position: absolute;
      height: 24px;
      width: 24px;
      border: 2px solid @defaultW;
      background-color: #EDEDED;
      box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    }*/
}
.tCheck input[type="checkbox"]:focus {
  outline: none;
}
.tCheck input[type="checkbox"]:checked {
  /*&:after {
        content: "\f00c";
        color: @defaultW;
        text-align: center;
        background-color: @pumpkin;

        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 20px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
        border: 2px solid @defaultW;
      }*/
}
.tCheck input[type="checkbox"]:checked + label:after {
  content: "\f00c";
  color: #ffffff;
  text-align: center;
  background-color: #F47B20;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
}
.errorRequired {
  border-radius: 5px;
  margin-top: 10px;
  clear: both;
  font-weight: bold;
  padding: 9px 10px 10px;
  margin-bottom: 26px;
  background-color: #de5f61;
  color: white;
}
.errorRequiredFullWidth {
  border-radius: 5px;
  font-weight: bold;
  padding: 9px 10px 10px;
  background-color: #de5f61;
  color: white;
  clear: both;
}
#search404 .notFoundErrorSec {
  background: rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  padding: 25px 15px 15px 15px;
  text-align: center;
  margin-bottom: 15px;
}
#search404 .notFoundErrorSec h3 {
  text-align: center;
  text-transform: capitalize;
  font-family: 'AvenirLTStd-Heavy';
  margin: 0;
  font-size: 1.5em;
  padding-bottom: 10px;
}
#connection404 .notFoundErrorSec {
  text-align: left;
  padding: 50px;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  box-shadow: 0 0 12px #c3c3c3;
}
#connection404 .notFoundErrorSec h3 {
  text-align: left;
}
#connection404 .notFoundErrorSec p {
  max-width: 800px;
}
#connection404 .notFoundErrorSec p span {
  color: #E8742C;
}
#connection404 .notFoundErrorSec img {
  max-width: 310px;
  height: auto;
  margin-top: 2em;
}
.notFoundErrorSec {
  background: rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  padding: 60px 15px 60px 15px;
  text-align: center;
  margin-bottom: 15px;
}
.notFoundErrorSec i {
  text-align: center;
  display: block;
  padding-bottom: 10px;
}
.notFoundErrorSec i svg {
  width: 70px;
  height: 70px;
}
.notFoundErrorSec i svg * {
  fill: #333333;
}
.notFoundErrorSec h3 {
  text-align: center;
  text-transform: capitalize;
  font-family: 'AvenirLTStd-Black';
  margin: 0;
  font-size: 2em;
  padding-bottom: 10px;
}
.notFoundErrorSec p {
  font-size: 1.5em;
  line-height: 1.3;
}
.notFoundErrorSec ul {
  display: inline-block;
  text-align: left;
}
.notFoundErrorSec ul li {
  line-height: 20px;
  position: relative;
  list-style-type: none;
}
.notFoundErrorSec ul li:before {
  content: '';
  position: absolute;
  left: -15px;
  height: 7px;
  width: 7px;
  background: #f57c1a;
  top: 5px;
  border-radius: 50%;
}
.aligned-boxes .item {
  max-width: 390px;
  margin: 0 auto;
}
.aligned-boxes .product-card .product-detail h3 {
  height: 132px;
  overflow-y: hidden;
}
ngx-loading .full-screen {
  z-index: 1100 !important;
}
ngx-loading .backdrop {
  z-index: 1099 !important;
}
.full-width-overide {
  width: 100% !important;
}
.orange {
  color: #F47B20;
}
.red {
  color: red;
}
.marBot25 {
  margin-bottom: 25px;
}
.tooltipcustom {
  position: static;
  display: inline-block;
  zcursor: help;
  color: #006080;
}
.tooltipcustom > i {
  font-size: 14px !important;
}
.tooltipcustom .tooltipcustomtext {
  visibility: hidden;
  position: absolute;
  width: 320px;
  background-color: #555;
  color: #ffffff !important;
  left: -335px;
  top: 25px;
  text-align: center;
  padding: 15px;
  border-radius: 0;
  z-index: 9999;
  opacity: 0;
  transition: opacity .6s;
  margin-left: 0;
  line-height: 20px;
  font-family: 'AvenirLTStd-Heavy';
}
.tooltipcustom .tooltipcustomtext:after {
  content: " ";
  position: absolute;
  top: 14px;
  left: 100%;
  margin-top: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #555555;
}
.tooltipcustom:hover .tooltipcustomtext {
  visibility: visible;
  opacity: 1;
}
/**  STYLE 11 */
/*.modal-scroll{
  &.modal-open{
    &::-webkit-scrollbar-track{
      border-radius: 10px;
        background: rgba(0,0,0,0.1);
        border: 1px solid #ccc;
    }
    &::-webkit-scrollbar-thumb{
      border-radius: 10px;
       background: linear-gradient(left, @defaultW, #e4e4e4);
       border: 1px solid #aaa;
    }
    &::-webkit-scrollbar-thumb{
      &:hover{background: @defaultW;}
      &:active{ background: linear-gradient(left, #22ADD4, #1E98BA);}
    }
  }
}*/
.modal-scroll-body::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.modal-scroll-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}
.modal-scroll-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #848484;
  border: 1px solid #aaa;
}
.modal-scroll-body::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.modal-scroll-body::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
}
.modal-scroll.modal-open modal {
  padding-right: 0 !important;
}
.small-heading {
  margin-top: 1em;
  display: inline-block;
  font-size: 17px;
  font-family: 'AvenirLTStd-Black';
  text-transform: uppercase;
}
.LPMcontainer {
  background: none !important;
}
.LPMlabel {
  font-weight: normal !important;
  font-family: 'AvenirLTStd-Heavy' !important;
  font-size: 15px !important;
  text-transform: lowercase !important;
}
.LPMlabel::first-letter {
  text-transform: capitalize !important;
}
.LPMimage {
  height: 15px;
  width: 16px;
  right: 0 !important;
}
.two-line {
  height: 45px;
  line-height: 24px !important;
}
.four-line {
  height: 82px;
  line-height: 28px !important;
}
.two-line-price {
  height: 40px;
  line-height: 20px !important;
}
.two-line-price60 {
  height: 60px;
}
.sort-nav {
  text-align: right;
  margin-top: 1em;
  margin-bottom: 1em;
}
.sort-nav > div {
  display: inline-block;
}
.sort-nav .sort-label label {
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
  padding-right: 15px;
}
.sort-nav .sortDropdown .dropdown-menu {
  width: 100%;
  z-index: 99;
}
.sort-nav .sortDropdown button {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background-color: #F4F3F3;
  height: 40px;
  width: 192px;
  color: #231F20;
  font-family: 'Avenir-Medium';
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  line-height: 20px;
}
.sort-nav .sortDropdown button i {
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 50%;
}
.sort-nav .sortDropdown button:focus {
  outline: none;
}
.product-preview-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999999;
}
#connection404 {
  position: relative;
  float: left;
  width: 100%;
  display: table;
  height: 100vh;
}
#connection404 .error-container {
  display: table-cell;
  vertical-align: middle;
}
.sold-out {
  color: grey !important;
  font-family: 'AvenirLTStd-Black' !important;
  font-size: 22px !important;
}
.flex-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: flex;
}
.center-content {
  justify-content: center;
}
.col-flex-half {
  width: 80%;
}
@media (max-width: 767px) {
  .col-flex-half {
    width: 100%;
  }
}
.loader-overlay {
  float: left;
  width: 100%;
  height: 800px;
  background: url(../img/ring.gif) no-repeat center, url(../img/gsd-symbol.svg) rgba(251, 251, 251, 0.81) center no-repeat;
  z-index: 9999999999;
  background-size: 170px;
}
@media only screen and (max-width: 767px) {
  .loader-overlay {
    height: calc(100vh - 105px);
  }
}
.searched-product-img {
  height: 180px;
  margin: 0 0 1rem 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
.searched-product-img img {
  border: 0 none;
  bottom: -50%;
  display: block;
  left: -50%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  position: absolute;
  right: -50%;
  text-align: center;
  top: -50%;
  vertical-align: middle;
  z-index: 99;
}
.search-product-listing .reviewsSec {
  margin-bottom: 5px !important;
}
.search-product-listing .offer-tagline {
  margin-bottom: 7px;
  font-family: 'AvenirLTStd-Heavy' !important;
  color: #F47B20 !important;
  white-space: nowrap;
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobNavTab {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  z-index: 11;
  background: #e9e9e9;
}
.mobNavTab ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}
.mobNavTab ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 50%;
  position: relative;
  float: left;
}
.mobNavTab ul li + li:before {
  content: '';
  width: 1px;
  top: 5px;
  bottom: 5px;
  left: 0;
  position: absolute;
  background: #333333;
}
.mobNavTab ul li a {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.mobNavTab ul li a i {
  color: #F47B20;
  font-size: 25px;
  vertical-align: middle;
}
.outerSec {
  margin: 5px 0;
  padding-top: 5px;
}
.outerSec .dropdown {
  margin: 5px 0;
}
.outerSec .dropdown label {
  text-align: center;
  color: #231F20;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 14px;
  font-weight: 900;
  line-height: 19px;
  margin-top: 0;
  display: block;
}
.outerSec .dropdown button,
.outerSec .dropdown .qtyUD {
  min-height: 49px;
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.39);
  border: none;
  text-align: left;
  font-family: 'AvenirLTStd-Heavy';
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.outerSec .dropdown button .leftHold,
.outerSec .dropdown .qtyUD .leftHold {
  width: 300px;
  display: table-cell;
  vertical-align: middle;
}
.outerSec .dropdown button .leftHold > p,
.outerSec .dropdown .qtyUD .leftHold > p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.outerSec .dropdown button .leftHold .imgHolder,
.outerSec .dropdown .qtyUD .leftHold .imgHolder {
  /*float: left;*/
  display: table-cell;
  margin-right: 4px;
}
.outerSec .dropdown button .leftHold .imgHolder img,
.outerSec .dropdown .qtyUD .leftHold .imgHolder img {
  height: auto;
  width: 104px;
  border: none;
}
.outerSec .dropdown button .rightHold,
.outerSec .dropdown .qtyUD .rightHold {
  width: 63px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.outerSec .dropdown button .tCheck,
.outerSec .dropdown .qtyUD .tCheck {
  display: table-cell;
  vertical-align: middle;
}
.outerSec .dropdown button .tCheck input[type="checkbox"],
.outerSec .dropdown .qtyUD .tCheck input[type="checkbox"] {
  width: 25px;
  height: 25px;
  -webkit-appearance: none;
  margin: 0;
  position: relative;
  padding: 0;
  margin-right: 5px;
}
.outerSec .dropdown button .tCheck input[type="checkbox"]:after,
.outerSec .dropdown .qtyUD .tCheck input[type="checkbox"]:after {
  content: '';
  position: absolute;
  height: 24px;
  width: 24px;
  border: 2px solid #ffffff;
  background-color: #EDEDED;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.outerSec .dropdown button .tCheck input[type="checkbox"]:focus,
.outerSec .dropdown .qtyUD .tCheck input[type="checkbox"]:focus {
  outline: none;
}
.outerSec .dropdown button .tCheck input[type="checkbox"]:checked:after,
.outerSec .dropdown .qtyUD .tCheck input[type="checkbox"]:checked:after {
  content: "\f00c";
  color: #ffffff;
  text-align: center;
  background-color: #F47B20;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
}
.outerSec .dropdown button:focus,
.outerSec .dropdown .qtyUD:focus {
  outline: none;
}
.outerSec .dropdown button.grey,
.outerSec .dropdown .qtyUD.grey {
  border-bottom: 2px solid #F47B20;
  background: gainsboro;
}
.outerSec .dropdown button.disabledBtnStyle,
.outerSec .dropdown .qtyUD.disabledBtnStyle {
  background: transparent;
  padding: 0;
  box-shadow: none;
  outline: none;
  border: none;
}
.outerSec .dropdown button i,
.outerSec .dropdown .qtyUD i {
  height: 14px;
  width: 14px;
  background-color: #F2F2F2;
  font-size: 10px;
  text-align: center;
  line-height: 14px;
  padding: 0px 3px;
  border-radius: 50%;
}
.outerSec .dropdown .qtyUD {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body {
    padding-top: 61px;
    padding-bottom: 50px;
  }
  .searchBoxToggle {
    position: absolute;
    top: 0px;
    padding: 0;
    left: 40px;
    float: left;
    margin: 15px 0;
  }
  .searchBoxToggle svg {
    height: 18px;
    width: 22px;
  }
  .common-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 666;
    background: #ffffff;
  }
  header .seenOnTv {
    display: none;
  }
  header .navbar {
    margin-bottom: 0;
  }
  header .navigationContainer {
    max-height: 80vh;
    overflow: auto;
  }
  header .navigationContainer.header-fixed {
    position: static;
  }
  header .navigationContainer.header-fixed .nav {
    width: 100%;
  }
  header .navigationContainer .nav {
    margin: 0;
    display: block;
  }
  header .navigationContainer .nav li {
    border: 0;
  }
  header .navigationContainer .nav li a {
    text-align: left;
  }
  header .navigationContainer .nav li .submenu {
    position: static;
  }
  header .navigationContainer .nav li .submenu ul {
    padding-top: 0;
    width: 100%;
  }
  header .navigationContainer .nav li .submenu ul:first-child {
    padding-top: 10px;
  }
  main .wrapper #home-page .best_deals .dealSliderSec {
    padding: 0;
  }
  main .wrapper #home-page .best_deals .dealSliderSec .slickItem {
    padding: 0;
  }
  main .wrapper #home-page .best_deals .dealSliderSec .slick-arrow {
    top: 125px;
  }
  main .wrapper #home-page .best_deals .dealSliderSec .slick-arrow .fa {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 32px;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to {
    width: 100%;
    text-align: center;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to h2 {
    display: none;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin: 5px;
    float: none;
    display: inline-block;
    overflow: hidden;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small:after {
    display: none;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small * {
    display: none;
  }
  main .wrapper #home-page .productDetaileSlider .slider-content-for {
    width: 100%;
    border-left: 0;
  }
  main .wrapper #home-page .productDetaileSlider .slider-content-for .tab-slide.active {
    display: block;
  }
  main .wrapper #home-page .productDetaileSlider .slider-content-for .product-imgS-hold {
    width: 100%;
    height: 230px;
  }
  main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right {
    width: 100%;
  }
  main .wrapper #home-page .slickCarousel .slick-current .product-card {
    width: 290px;
  }
  main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec {
    overflow: hidden;
  }
  main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .form-control {
    width: 100%;
  }
  main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li label {
    text-align: left;
  }
  main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .paymentAlertSec {
    max-width: 100%;
  }
  main .wrapper .checkoutPage .checkoutBillingSec .paymentTabSection .tab-content ul li .form-control {
    width: 100%;
  }
  footer .footerNewsletter .newsLetter .newsLetterForm input {
    min-width: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-page .live_chat-xs {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .navbar-form .form-control {
    width: 220px;
  }
  header .navbar-header {
    margin-top: -16px;
  }
  header .navbar-header .navbar-brand {
    line-height: 50px;
  }
  header .navbar-header .navbar-brand > img {
    max-width: 220px;
  }
  header .navigationContainer.header-fixed .nav {
    width: 100%;
  }
  header .navigationContainer .nav li > a {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  header .navigationContainer .nav li > a i {
    font-size: 18px;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to {
    width: 100%;
    text-align: center;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to h2 {
    display: none;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin: 5px;
    float: none;
    display: inline-block;
    overflow: hidden;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small:after {
    display: none;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small * {
    display: none;
  }
  main .wrapper #home-page .productDetaileSlider .slider-navigation {
    top: 50%;
  }
  main .wrapper #home-page .productDetaileSlider .slider-content-for {
    width: 100%;
    border-left: 0;
  }
  main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right {
    width: 300px;
  }
  main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right .delivery .btn-round-b {
    min-width: 270px;
  }
  main .wrapper .checkoutPage .checkoutBillingSec {
    width: 100%;
    /*ul {
            &.chkout_sec{
              li {
                .form-control {width:100%;}
label{text-align: left;}
                .paymentAlertSec{max-width: 100%;}
              }
            }
          }*/
    /*.paymentTabSection .tab-content ul li .form-control{width: 100%;}*/
  }
  main .wrapper .checkoutPage .checkoutProductSec {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .navbar-form .form-control {
    width: 290px;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to {
    width: 300px;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to h2 {
    margin-top: 18px;
    margin-bottom: 20px;
  }
  main .wrapper #home-page .productDetaileSlider .slider-thumb-to .thumb-small {
    height: 100px;
  }
  main .wrapper #home-page .productDetaileSlider .slider-content-for {
    width: 636px;
  }
  main .wrapper #home-page .productDetaileSlider .slider-content-for .product-imgS-hold {
    height: 400px;
  }
  main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right {
    width: 300px;
  }
  main .wrapper #home-page .productDetaileSlider .slider-content-for .slider-content-right .delivery .btn-round-b {
    min-width: 270px;
  }
  main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .form-control {
    max-width: 230px;
  }
  main .wrapper .checkoutPage .checkoutBillingSec ul.chkout_sec li .paymentAlertSec {
    max-width: 230px;
  }
}
.text-dn {
  text-decoration: none;
}
.text-dn:hover {
  text-decoration: none !important;
}
.btn-round-d.buyNowBottomFixed {
  position: fixed;
  bottom: 6px;
  z-index: 100;
  right: 15px;
  min-width: inherit;
  width: calc(50% - 30px);
}
.bg-pi {
  height: 130px;
  width: 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-right: 5px solid #ffffff;
}
/*
@media only screen and (min-width:768px) and (max-width:1023px){
  main{
   .wrapper{
     .checkoutPage {
       .checkoutBillingSec {
         ul {
           &.chkout_sec{
             li {
               .form-control {max-width:230px;}

               .paymentAlertSec{max-width: 230px;}
             }
           }
         }
       }
     }
   }
  }
}*/
@media (min-width: 768px) {
  .elipsis-initial {
    max-height: initial !important;
  }
}
@media (min-width: 768px) {
  .elipsis-block {
    display: inline-block !important;
    position: relative !important;
    max-height: 52px !important;
  }
  .elipsis-block:after {
    content: '...';
    position: absolute;
    bottom: -10px;
    right: 0;
    font-weight: bolder;
    width: 100%;
    line-height: 10px;
    height: 20px;
    text-align: left;
  }
}
.modal-dialog.saveMoneyAlert {
  max-width: 350px;
}
.modal-dialog.saveMoneyAlert .modal-content {
  border: 0;
  box-shadow: none;
}
.modal-dialog.saveMoneyAlert .modal-header {
  background: #F47B20;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
.modal-dialog.saveMoneyAlert .modal-header i {
  display: inline-block;
}
.modal-dialog.saveMoneyAlert .modal-header i svg {
  height: 60px;
  width: 70px;
}
.modal-dialog.saveMoneyAlert .modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal-dialog.saveMoneyAlert .modal-body {
  text-align: center;
}
.modal-dialog.saveMoneyAlert .modal-body h4 {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}
.modal-dialog.saveMoneyAlert .modal-body p {
  padding: 0 50px;
  margin: 15px 0;
  font-size: 16px;
  line-height: 26px;
}
.modal-dialog.saveMoneyAlert .modal-body .btn-round-d {
  text-transform: uppercase;
}
.modal-dialog.saveMoneyAlert .modal-body a {
  text-decoration: underline;
  color: #000;
  margin-top: 15px;
  display: inline-block;
}
.extraShopBtn {
  margin-bottom: 20px;
  margin-top: -70px;
}
.backToTop {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.15);
  font-size: 28px;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 46px;
  right: 10px;
  z-index: 9999;
  color: #777;
}
.backToTop:hover {
  color: #777;
  text-decoration: none;
}
.backToTop:focus {
  text-decoration: none;
  color: #777;
}
