body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  padding-left: 15px;
}

.body {
  background-color: #f6f6f6;
  font-family: 'Open Sans', sans-serif;
}

.global-header-wrapper {
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: transparent;
}

.global-header-wrapper.green {
  background-color: #019e57;
}

.global-header {
  display: block;
  max-width: 1140px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 0px;
}

.global-header.olympia {
  padding-top: 15px;
}

.header-cart-wrapper {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #ebebeb;
}

.header-menu-and-cart {
  float: right;
}

.nav-bar-wrapper {
  position: static;
  background-color: transparent;
}

.container {
  position: relative;
  display: block;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container.no-padding {
  position: static;
}

.container.margin {
  padding-top: 30px;
}

.container.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.brand {
  margin-top: 0px;
}

.brand.w--current {
  top: -18px;
  margin-top: 0px;
}

.nav-link {
  padding-bottom: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #2f363a;
}

.nav-link.w--current {
  color: #d72329;
}

.nav-link.dropdown {
  padding-left: 10px;
}

.global-content {
  padding-top: 110px;
  padding-bottom: 50px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #68737a;
  font-size: 14px;
}

.global-content.register {
  background-image: -webkit-linear-gradient(270deg, #fff, hsla(0, 0%, 100%, .11) 15%, hsla(0, 0%, 100%, 0) 19%), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .11) 15%, hsla(0, 0%, 100%, 0) 19%), url('../images/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.global-content.register.thank-you {
  min-height: 550px;
}

.global-content.home {
  padding-top: 0px;
}

.global-content.login {
  width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-bottom: 0px;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.left-hero-banner {
  height: 350px;
  padding-top: 80px;
  padding-right: 80px;
  background-color: #ee1b2e;
  text-align: right;
}

.right-hero-banner {
  position: relative;
  height: 480px;
  background-color: transparent;
}

.product-list-wrapper {
  margin-top: 0px;
}

.section-header {
  margin: 35px 10px 25px 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-header.popup {
  margin-top: 0px;
  margin-bottom: 22px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dfdfdf;
}

.section-header.mid {
  margin-top: 0px;
  margin-left: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-header.mid.categories {
  margin-top: 20px;
}

.global-footer {
  margin-top: 0px;
  padding-top: 35px;
  border-top: 1px solid #e7e7e7;
  background-color: #fff;
}

.global-footer.no-padding {
  padding-top: 0px;
}

.global-footer.no-padding.login {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.item-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 40px 5px 20px;
  float: left;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.item-box:hover {
  padding: 35px 0px 15px;
  border-width: 6px;
  border-color: #b6e0e4;
  box-shadow: 0 0 30px -7px #7c7c7c;
}

.item-box.inside {
  margin-right: 10px;
  border-color: #fafafa;
}

.item-box.inside:hover {
  padding-right: 2px;
  padding-left: 2px;
}

.item-box.category {
  width: 18%;
  height: 180px;
  margin-top: 0px;
  margin-right: 1%;
  margin-left: 1%;
  padding: 10px 5px;
}

.item-box.brand {
  width: 18%;
  height: 200px;
  margin-top: 0px;
  margin-right: 1%;
  margin-left: 1%;
  padding: 10px 5px;
}

.item-box.brand:hover {
  padding: 5px 0px;
}

.item-image {
  position: relative;
  max-height: auto;
  min-height: auto;
  text-align: center;
}

.item-image.inside {
  display: block;
  width: 180px;
  max-height: 130px;
  min-height: 130px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.item-image.inside:hover {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.item-details {
  margin-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

.item-name {
  display: block;
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.item-price {
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.item-price.name {
  width: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.item-price.name:hover {
  color: #00cddf;
}

.item-buttons {
  display: block;
  width: 225px;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.item-buttons.inside {
  width: 175px;
}

.button {
  width: 100%;
  max-width: 105%;
  margin-right: 0px;
  margin-left: 9px;
  padding: 8px 0px 7px;
  float: none;
  border: 1px solid #ed1b2e;
  border-radius: 5px;
  background-color: #ed1b2e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  text-align: center;
}

.button:hover {
  border-bottom-color: #c90012;
  background-color: #c90012;
}

.button.line {
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ed1b2e;
  text-align: center;
  text-decoration: none;
}

.button.line:hover {
  border-color: #ed1b2e;
  background-color: #ed1b2e;
  box-shadow: 0 3px 3px 0 #7e7e7e;
  color: #fff;
}

.button.line:active {
  background-color: #d30719;
}

.button.line.inside {
  width: 70px;
  max-width: 70px;
}

.button.inside {
  width: 95px;
  max-width: 95px;
  float: right;
}

.button.add-to-cart {
  width: 100%;
  max-width: 95%;
  margin-left: 0px;
  float: right;
  border-style: none;
  border-radius: 2px;
  background-color: #e62f44;
  background-image: -webkit-linear-gradient(0deg, #000 24%, #e62f44 0);
  background-image: linear-gradient(90deg, #000 24%, #e62f44 0);
  box-shadow: none;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #fff;
}

.button.add-to-cart:hover {
  box-shadow: 0 3px 0 0 hsla(0, 0%, 49%, .33);
}

.button.offline-payment {
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: 0px;
}

.padding-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.full-ads {
  margin-top: 30px;
}

.full-ads-text {
  padding: 35px 35px 40px 40px;
  background-color: #17bed0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.full-ads-title {
  margin-top: 0px;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}

.full-ads-separator {
  width: 95px;
  height: 3px;
  margin-bottom: 10px;
  background-color: #c2efef;
}

.shop-button {
  padding: 7px 13px;
  float: left;
  border: 5px solid #fff;
  border-radius: 100px;
  background-color: #333;
}

.full-ads-picture {
  height: 189px;
  background-image: url('../images/fullads-picture.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.footer {
  display: block;
  width: auto;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  color: #6a757b;
  font-size: 13px;
}

.copyright-wrapper {
  margin-top: 0px;
  padding: 20px 30px;
  border-top: 1px solid #ccc;
  background-color: #8f9396;
  color: #fff;
  font-size: 12px;
}

.float-right {
  text-align: right;
}

.copyright {
  display: block;
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.footer-column {
  min-height: 190px;
  padding-right: 10px;
  border-right: 1px solid #e7e7e7;
  color: #464646;
}

.footer-column.no-line {
  border-right-style: none;
}

.column {
  padding-right: 40px;
  padding-left: 40px;
}

.column.full-wide {
  padding-right: 0px;
  padding-left: 20px;
}

.column.half-wide {
  padding-right: 30px;
  padding-left: 30px;
}

.footer-title {
  margin-top: 0px;
  color: #ed1b2e;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-separator {
  width: 50px;
  height: 2px;
  margin-right: 100%;
  margin-bottom: 30px;
  background-color: #d70b16;
}

.footer-link {
  margin-bottom: 10px;
  float: left;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #7e7e7e;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  border-bottom: 2px solid #d5d5d5;
  color: #515a5f;
}

.footer-contact-info {
  margin-top: 15px;
  padding-right: 15px;
  color: #68737a;
  font-size: 12px;
  line-height: 19px;
}

.font-15 {
  font-size: 15px;
}

.social-link-icon {
  margin-right: 10px;
}

.hero-banner-slider {
  height: 100%;
  background-color: transparent;
}

.slider {
  background-color: #fbf9fa;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .98) 0%, hsla(0, 0%, 100%, .75) 27%, hsla(0, 0%, 100%, 0) 51%), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .98) 0%, hsla(0, 0%, 100%, .75) 27%, hsla(0, 0%, 100%, 0) 51%), url('../images/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider._2 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .79) 0%, hsla(0, 0%, 100%, .89) 8%, hsla(0, 0%, 100%, 0) 51%), url('../images/slide2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .79) 0%, hsla(0, 0%, 100%, .89) 8%, hsla(0, 0%, 100%, 0) 51%), url('../images/slide2.jpg');
}

.slider._3 {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .98) 0%, hsla(0, 0%, 100%, .75) 27%, hsla(0, 0%, 100%, 0) 51%), url('../images/AdobeStock_998282282.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .98) 0%, hsla(0, 0%, 100%, .75) 27%, hsla(0, 0%, 100%, 0) 51%), url('../images/AdobeStock_998282282.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
}

.left-hero-text {
  margin-top: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.left-hero-sub-text {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
}

.big-shop {
  margin-top: 14px;
  padding: 15px 20px 12px;
  border-radius: 100px;
  background-color: #fff;
  color: #68737a;
  font-size: 19px;
}

.login-button {
  padding-top: 6px;
  padding-bottom: 4px;
  float: right;
  border-radius: 100px;
  background-color: #0080d0;
  font-size: 12px;
}

.login-button.center {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.my-cart {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  color: #7a7a7a;
  font-size: 12px;
}

.my-cart.register {
  padding-left: 5px;
  border-right-color: #cfcfcf;
  border-left-style: none;
}

.my-cart.welcome {
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  border-right-style: none;
  border-left-style: none;
  background-image: url('../images/profile.png');
  background-position: 4px 50%;
  background-repeat: no-repeat;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.my-cart.your-cart {
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3b3b3b;
  text-decoration: none;
}

.my-cart.your-cart.no-line {
  margin-right: 0px;
  border-right-style: none;
  border-left-style: none;
}

.my-cart.your-cart.my-order {
  margin-right: 10px;
}

.text-block {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #d72329;
  font-weight: 600;
}

.red-font {
  color: #cf000c;
}

.red-font.bold {
  font-weight: 700;
}

.currency-box {
  margin-right: 10px;
  float: right;
  border: 2px solid #e9e9e9;
  border-radius: 100px;
}

.currency-dropdown-toggle {
  padding: 5px 29px 3px 13px;
  color: #7a7a7a;
  font-size: 12px;
}

.currency-icon {
  margin-right: 10px;
}

.search-form-wrapper {
  width: 200px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: right;
}

.search-text-field {
  height: 32px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 38px;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  background-image: url('../images/search-icon.jpg');
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

.inside-title-wrapper {
  min-height: 10px;
  margin-bottom: 20px;
  background-color: #00cfe2;
}

.inside-title-wrapper.green {
  min-height: 10px;
  margin-top: 5px;
  background-color: #019e57;
}

.inside-title-wrapper.green.no-margin {
  min-height: 5px;
  margin-top: 4px;
}

.inside-title {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.inside-title.bold {
  margin-bottom: 10px;
  color: #464646;
  font-weight: 500;
}

.inside-title.bold.select-payment {
  margin-bottom: 20px;
}

.inside-title-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.light-font {
  font-weight: 300;
}

.light-font.mid {
  font-size: 20px;
  text-transform: none;
}

.breadcrumb-wrapper {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  font-family: Roboto, sans-serif;
  color: #5d6264;
}

.showcase {
  min-height: 350px;
  margin-bottom: 17px;
  border: 3px solid #f0f0f0;
  background-color: #fff;
  text-align: center;
}

.product-details-info {
  margin-right: 0px;
  margin-left: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #303030;
}

.product-details-name {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 31px;
  line-height: 35px;
}

.product-details-name.mid {
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 3px solid #e9e9e9;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.product-details-description {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 3px solid #e9e9e9;
  color: #303030;
  line-height: 28px;
  font-weight: 400;
}

.product-details-col-left {
  width: 30%;
  float: left;
}

.product-details-col-right {
  width: 70%;
  float: left;
}

.text-field {
  width: 80px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.label {
  margin-top: 9px;
  font-size: 15px;
  font-weight: 400;
}

.label.margin {
  margin-top: 12px;
}

.unit-price {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.size-dropdown {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
}

.size-dropdown-toggle {
  z-index: 1;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.product-details-button {
  margin-top: 30px;
}

.add-to-cart-button {
  margin-right: 10px;
  padding: 20px 50px 20px 80px;
  float: left;
  border-radius: 6px;
  background-color: #e92a40;
  background-image: url('../images/add-to-cart-btn.png');
  background-position: 18px 50%;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.like-button {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 6px;
  background-color: #111;
  background-image: url('../images/heart.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.like-button:hover {
  background-image: url('../images/heart-red.png');
}

.thumbnail {
  width: 83px;
  height: 83px;
  margin-right: 15px;
  padding: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.thumbnail.w--current {
  padding: 1px;
  border: 3px solid #414141;
  background-color: #fff;
}

.product-information-wrapper {
  margin-top: 50px;
}

.product-information {
  min-height: auto;
  padding: 40px;
  border-top: 3px solid #68737a;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #464646;
  font-size: 15px;
  line-height: 24px;
}

.product-information-tab {
  margin-right: 2px;
  padding-top: 12px;
  padding-bottom: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #ebebeb;
}

.product-information-tab.w--current {
  padding-top: 12px;
  padding-bottom: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #68737a;
  color: #fff;
  cursor: default;
}

.row {
  font-size: 17px;
}

.step-guides-wrapper {
  margin-bottom: 25px;
  margin-left: 30px;
}

.side-header {
  padding: 10px 22px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #8f9396;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.side-content {
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #dcdcdc;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
}

.step-row {
  margin-right: 17px;
  margin-bottom: 15px;
  margin-left: 17px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #ebebeb;
}

.step-row.no-line {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.step-number {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding-top: 8px;
  float: left;
  border: 3px solid #fb0;
  border-radius: 500px;
  font-family: Roboto, sans-serif;
  color: #fb0;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

.step-title {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 17px;
}

.step-description {
  padding-left: 52px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #919191;
  font-size: 13px;
}

.column-10 {
  padding-right: 10px;
}

.banner-ads {
  height: 250px;
  margin-right: 10px;
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: transparent;
  background-image: url('../images/banner-ads.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.banner-ads.merchandise {
  height: auto;
  margin-bottom: 40px;
  background-image: none;
  background-size: auto;
}

.category-list {
  margin-right: 17px;
  margin-left: 17px;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 50px;
  border-bottom: 1px solid #ebebeb;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.category-list.car {
  background-image: url('../images/car.png');
  background-position: 5px 50%;
  background-repeat: no-repeat;
}

.category-list.gifts {
  background-image: url('../images/gift.png');
  background-position: 13px 50%;
  background-repeat: no-repeat;
}

.category-list.gadgets {
  background-image: url('../images/gadget.png');
  background-position: 13px 50%;
  background-repeat: no-repeat;
}

.category-list.sports {
  background-image: url('../images/sports.png');
  background-position: 8px 50%;
  background-repeat: no-repeat;
}

.category-list.stationeries {
  background-image: url('../images/stationery.png');
  background-position: 12px 50%;
  background-repeat: no-repeat;
}

.category-list.travel {
  background-image: url('../images/travel.png');
  background-position: 8px 50%;
  background-repeat: no-repeat;
}

.category-list.shirts {
  background-image: url('../images/tshirt.png');
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

.category-list.others {
  border-bottom-style: none;
  background-image: url('../images/others.png');
  background-position: 12px 50%;
  background-repeat: no-repeat;
}

.category-list.computer-accessories {
  background-image: url('../images/Computer-Accessories.png');
  background-position: 8px 50%;
  background-repeat: no-repeat;
}

.category-list.hardware-pantry-supplies {
  background-image: url('../images/Hardware--Pantry-Supplies.png');
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

.category-list.toner-cartridges {
  background-image: url('../images/Toner--Cartridges.png');
  background-position: 9px 50%;
  background-repeat: no-repeat;
}

.category-list.first-aid-health-care {
  background-image: url('../images/First-Aid--Health-Care.png');
  background-position: 11px 50%;
  background-repeat: no-repeat;
}

.category-list.filing-products-accessories {
  background-image: url('../images/Filing-Products--Accessories.png');
  background-position: 9px 50%;
  background-repeat: no-repeat;
}

.category-list.writing-instruments {
  background-image: url('../images/Writing-Instruments.png');
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

.category-list.food-beverage {
  background-image: url('../images/Food--Beverage.png');
  background-position: 8px 50%;
  background-repeat: no-repeat;
}

.category-list.office-furniture {
  background-image: url('../images/Office-Furniture.png');
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

.category-list.packing-supplies {
  background-image: url('../images/Packing-Supplies.png');
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

.category-list.office-equipment {
  background-image: url('../images/Office-Equipment.png');
  background-position: 8px 50%;
  background-repeat: no-repeat;
}

.category-list.display-solutions {
  background-image: url('../images/Display-Solutions.png');
  background-position: 7px 50%;
  background-repeat: no-repeat;
}

.category-list.paper-products {
  background-image: url('../images/Paper-Products.png');
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

.category-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  text-decoration: none;
}

.category-link:hover {
  color: #cf000c;
}

.inside-container {
  margin-right: 10px;
}

.inside-container.full {
  margin-right: 0px;
}

.inside-container.full.margin {
  padding-top: 30px;
  padding-bottom: 30px;
}

.inside-container.full.margin.login {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.white-wrapper {
  min-height: auto;
  margin-bottom: 25px;
  padding: 35px;
  border: 1px solid #dcdcdc;
  border-radius: 8px 8px 6px;
  background-color: #fff;
  font-family: Roboto, sans-serif !important;
  color: #68737a;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
}

.white-wrapper.login {
  display: block;
  width: 60%;
  margin: 5% auto;
}

.white-wrapper.login.center {
  width: auto;
  max-width: 600px;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 50px;
  padding-bottom: 25px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.white-wrapper.red {
  border-width: 4px;
  border-color: #191c20;
  background-color: #fff;
  color: #191c20;
}

.white-wrapper.user-guide {
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
}

.white-wrapper.top-padding-0 {
  padding-top: 0px;
}

.white-wrapper.center {
  text-align: center;
}

.link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #505050;
  text-decoration: none;
}

.link:hover {
  color: #ed1b2e;
}

.link.w--current {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7a7a7a;
  text-decoration: none;
}

.link.w--current:hover {
  color: #ed1b2e;
}

.link.red {
  color: #b90000;
}

.link.red.w--current {
  color: #d72329;
  text-decoration: none;
}

.link.white {
  color: #ff3e3e;
  text-decoration: underline;
}

.shopping-cart-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 4px solid #191c20;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.close-button {
  width: 28px;
  height: 28px;
  margin-top: 20px;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.shopping-cart-product-image {
  padding: 3px;
  border: 1px solid #dcdcdc;
}

.image {
  padding: 5px;
}

.shopping-cart-product-info {
  margin-top: 15px;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.shopping-cart-product-info.total {
  margin-left: 0px;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.shopping-cart-product-info.price {
  float: right;
}

.custom-on {
  display: block;
  width: 58px;
  height: 23px;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/on-customized.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.custom-on.off {
  background-image: url('../images/off-customized.png');
}

.shopping-cart-product-qty {
  display: block;
  width: 70px;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
}

.shopping-cart-row {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.customization-row {
  margin-top: 25px;
  margin-left: 6%;
}

.customization-row.product-details {
  margin-top: 17px;
  margin-bottom: 15px;
  margin-left: 0%;
  padding-bottom: 15px;
  float: left;
  border-bottom: 1px solid #dfdfdf;
}

.shopping-cart-sub-header {
  margin-bottom: 5px;
  float: none;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.shopping-cart-sub-header.shipping-type {
  float: right;
}

.shopping-cart-sub-header.my-account-side {
  margin-top: 17px;
}

.shopping-cart-sub-header.line {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.shopping-cart-sub-header.margin-top-5 {
  margin-top: 10px;
}

.shopping-cart-sub-header.h3 {
  font-size: 16px;
  font-weight: 400;
}

.add-logo-field {
  width: 95%;
}

.add-logo-field.full-width {
  width: 100%;
}

.add-text-field {
  width: 325px;
  float: left;
  border-radius: 4px;
}

.add-text-field.full-width {
  width: 100%;
}

.add-text-button {
  float: right;
  border-radius: 4px;
  background-color: #cf000c;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.add-text-button.float-left {
  float: left;
}

.add-text-button.float-left.submit {
  font-size: 15px;
}

.add-text-button.float-left.savngs {
  margin-top: 10px;
}

.add-text-button.float-left.change-password {
  width: 95%;
  margin-top: 25px;
  float: left;
  text-align: center;
}

.add-text-button.float-left.change-password.cancel {
  padding-top: 7px;
  padding-bottom: 7px;
  border: 2px solid #cf000c;
  background-color: #fff;
  color: #000;
}

.add-text-button.float-left.add {
  background-color: #00b5e2;
}

.add-text-button.remove {
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 0px;
  padding: 1px 7px;
  float: left;
  border: 2px solid #cf000c;
  font-size: 11px;
}

.add-text-button.remove.edit {
  border: 2px solid #d0dedf;
  background-color: #fff;
  color: #3f3f3f;
}

.add-text-button.remove.no-padding {
  margin-top: 0px;
  float: right;
}

.shipping-type-dropdown {
  width: 280px;
  margin-left: 14px;
  float: right;
  border-radius: 4px;
}

.shipping-type {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.sub-header-text {
  margin-top: 12px;
  float: right;
  font-family: Roboto, sans-serif;
  color: #191c20;
  font-size: 14px;
  font-weight: 700;
}

.shipping-type-row {
  margin-bottom: 10px;
}

.form {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #191c20;
}

.cart-row-total {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
  font-family: Roboto, sans-serif;
}

.cart-row-total.total {
  margin-bottom: 30px;
}

.shopping-cart-row-left {
  width: 250px;
  margin-top: 1px;
  padding-right: 16px;
  float: right;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.shopping-cart-row-right {
  width: 100px;
  padding-right: 12px;
  float: right;
  font-size: 15px;
  text-align: right;
}

.button-default {
  border-radius: 4px;
  background-color: #cf000c;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.button-default.proceed-to-checkout {
  padding: 12px 20px 11px;
  float: right;
  border: 3px solid #cf000c;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}

.button-default.proceed-to-checkout.review {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.button-default.proceed-to-checkout.left {
  margin-top: 10px;
  float: left;
}

.button-default.continue-shopping {
  margin-right: 10px;
  padding: 12px 20px 11px;
  float: right;
  border: 3px solid #cf000c;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.cart-note {
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  color: #919191;
  font-size: 13px;
}

.cart-note.name {
  margin-top: 35px;
  margin-bottom: 28px;
  color: #475761;
  font-size: 13px;
}

.bold-black {
  color: dimgrey;
  font-weight: 700;
}

.info {
  width: 19px;
  height: 19px;
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 6px;
  float: right;
  background-image: url('../images/info-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.info.gst {
  margin-top: 0px;
}

.center-font {
  text-align: center;
}

.gst {
  float: right;
}

.align-right {
  text-align: right;
}

.net-total {
  font-size: 17px;
  font-weight: 900;
}

.main-header {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-bottom: 3px none #191c20;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.pdf-icon {
  width: 53px;
  height: 56px;
  margin-right: 15px;
  float: left;
  background-image: url('../images/pdf-icon.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.text-block-2 {
  margin-top: 35px;
  margin-left: 6px;
  float: none;
  line-height: 20px;
}

.pdf-text {
  margin-bottom: 15px;
  float: none;
  color: #646464;
  font-size: 14px;
  text-transform: none;
}

.pdf-text.sub-header {
  display: block;
  width: 445px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.pdf-text.center {
  text-align: center;
}

.pdf-text.center.margin-b30 {
  margin-bottom: 30px;
}

.pdf-text.center.margin-b30.margin-t50 {
  margin-top: 50px;
}

.pdf-text.center.margin-b30.margin-t50.big {
  font-size: 18px;
  font-weight: 300;
}

.download-header {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.main-header-h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.main-header-h1.big {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}

.main-header-h1.center {
  text-align: center;
}

.main-header-h1.center.margin-b50 {
  margin-bottom: 50px;
}

.main-header-h1.center.margin-b30 {
  margin-bottom: 30px;
}

.main-header-h1.margin {
  margin-bottom: 15px;
}

.main-header-h1.user-guide {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #000;
  font-size: 23px;
  text-align: center;
}

.field-text-wrapper {
  width: 25%;
  margin-top: 8px;
  float: left;
  color: #000;
  font-size: 14px;
}

.field-box-wrapper {
  width: 75%;
  float: left;
}

.field-box-wrapper.pod {
  margin-bottom: 10px;
  text-align: center;
}

.text-block-3 {
  font-size: 13px;
}

.text-field-2 {
  width: 300px;
  padding: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}

.text-field-2.date {
  width: 40px;
  margin-bottom: 5px;
}

.form-section {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #191c20;
  font-size: 14px;
}

.form-section.no-line {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.form-section-sub-title {
  margin-bottom: 20px;
}

.form-radio-field {
  width: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  color: #000;
}

.upload-field {
  width: 300px;
  margin-bottom: 10px;
  padding: 8px 10px;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}

.form-textarea {
  width: 100%;
  height: 180px;
  min-height: 180px;
  margin-bottom: 15px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}

.order-date-col {
  margin-right: 8px;
  float: left;
}

.pod-slash {
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.pod-name {
  margin-bottom: 5px;
  color: #7e7b7b;
  font-size: 11px;
}

.my-account-name {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #555d63;
  font-size: 30px;
  font-weight: 300;
}

.my-account-row-header {
  margin-bottom: 35px;
  border-bottom-style: none;
}

.my-account-header {
  width: 100%;
  min-height: 75px;
  padding-top: 28px;
  padding-left: 51px;
  border-bottom: 4px solid #ccc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.my-account-header:hover {
  border-bottom-color: #cf000c;
}

.my-account-header.default {
  cursor: default;
}

.my-account-header.default:hover {
  border-bottom-color: #ccc;
}

.my-account-header.my-account {
  background-image: url('../images/profile_1.png');
  background-position: 15px 50%;
  background-repeat: no-repeat;
}

.my-account-header.my-account.current {
  border-bottom-color: #cf000c;
}

.my-account-header.my-order {
  background-image: url('../images/billing.png');
  background-position: 16px 50%;
  background-repeat: no-repeat;
}

.my-account-header.my-order.current {
  border-bottom-color: #cf000c;
  background-position: 16px 50%;
  background-size: auto 27px;
}

.my-account-header.my-wishlist {
  background-image: url('../images/wishlist.png');
  background-position: 16px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.my-account-header.my-wishlist.current {
  border-bottom-color: #cf000c;
}

.my-account-header.company-profile {
  background-image: url('../images/company.png');
  background-position: 13px 50%;
  background-repeat: no-repeat;
}

.my-account-header.company-profile.active {
  border-bottom-color: #cf000c;
}

.my-account-row-field.small-text {
  width: 95%;
  color: #a1a1a1;
  font-size: 13px;
}

.my-account-row-field.small-text.left {
  width: 95%;
  color: #a1a1a1;
  font-size: 13px;
  font-weight: 400;
}

.my-account-row-field.small-text.left.no-padding {
  width: 100%;
}

.my-account-row-field.small-text.left.margin {
  margin-top: 15px;
}

.my-account-row-field.small-text.margin {
  margin-top: 10px;
}

.my-account-row-field.small-text.right {
  width: 100%;
}

.my-account-row-field.small-text.fullwidth {
  width: 100%;
  margin-top: 20px;
}

.my-account-field {
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.my-account-field.message {
  min-height: 200px;
}

.my-account-field.time {
  width: 94%;
  float: right;
}

.my-account-field.other-amount {
  width: 75%;
  margin-left: 11px;
  float: right;
}

.my-account-field.month {
  width: 85%;
}

.gender {
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 7px;
  float: left;
  color: #747474;
  font-size: 14px;
}

.account-section {
  margin-bottom: 30px;
  padding-bottom: 23px;
  border-bottom: 2px solid #ebebeb;
}

.account-section.colored {
  min-height: auto;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f3f3f3;
}

.account-section.margin-b0 {
  margin-bottom: 0px;
}

.edit-button {
  margin-top: 10px;
  padding-left: 20px;
  float: left;
  background-image: url('../images/edit.png');
  background-position: 5% 3px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.action {
  width: 18px;
  height: 16px;
  margin-right: 10px;
}

.action.check {
  background-image: url('../images/action-check.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.action.edit {
  background-image: url('../images/action-edit.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.action.delete {
  background-image: url('../images/action-delete.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.shipping-address {
  z-index: 1;
  margin-bottom: 10px;
}

.login-box-wrapper {
  display: block;
  max-width: 450px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.default-field {
  min-height: 44px;
  border-radius: 4px;
}

.default-field.dropdown {
  width: 100%;
  height: 44px;
  margin-bottom: 8px;
  border: 1px solid #ccc;
}

.submit-button {
  width: 100%;
  min-height: 46px;
  margin-top: 2px;
  margin-bottom: 15px;
  padding-top: 13px;
  border-radius: 4px;
  background-color: #ed1b2e;
  font-size: 16px;
}

.submit-button.green {
  background-color: #0bb697;
}

.submit-button.green.regoster {
  margin-top: 16px;
}

.remember-me {
  font-size: 13px;
  text-align: left;
}

.remember-me.register {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #019e57;
  color: #5c5c5c;
  font-size: 14px;
}

.forget-password {
  float: right;
  color: #ed1b2e;
  font-size: 13px;
  text-align: right;
  text-decoration: none;
}

.forget-password.green {
  color: #0bb697;
}

.dl-link {
  color: #214852;
  text-decoration: none;
}

.email {
  width: 80%;
  float: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.email-go {
  width: 20%;
  padding-right: 6px;
  padding-left: 8px;
  float: left;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #d70b16;
  font-size: 11px;
  text-align: center;
}

.subscription-row {
  width: 100%;
  float: left;
  color: #464646;
  font-size: 12px;
}

.inside-content-header {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  text-align: center;
}

.your-shopping-cart-total-wrapper {
  min-height: auto;
  margin-left: 20px;
  padding: 25px 20px 10px;
  border: 4px solid #191c20;
  border-radius: 10px;
  background-color: #fff;
  color: #636363;
  font-size: 15px;
}

.your-shopping-cart-total-wrapper.my-order-summary {
  border-color: #dcdcdc;
}

.your-shopping-cart-promo {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
}

.your-shopping-cart-gst {
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-top: 1px solid #f0eeeb;
  border-bottom-style: none;
}

.your-shopping-cart-gst.total-payment {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 5px;
  border-top-width: 2px;
  border-top-color: #191c20;
  color: #505050;
  font-size: 15px;
  font-weight: 700;
}

.checkout-column {
  width: 100%;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 3px solid #e4e4e4;
  background-color: hsla(0, 0%, 100%, .7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #bdbab4;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.checkout-column:hover {
  border-bottom-color: #d70b16;
  color: #909090;
}

.checkout-column.current {
  border-bottom-color: #d70b16;
  background-color: #8e989e;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.checkout-next {
  margin-top: 0px;
  margin-bottom: 30px;
}

.small-font {
  font-family: 'Open Sans', sans-serif;
  color: #a7a7a7;
  font-size: 13px;
  font-weight: 500;
}

.checkout-step-1-2-column {
  width: 48%;
  margin-bottom: 10px;
  padding: 8px 15px 10px;
  float: left;
  border: 1px solid #dad7d7;
  font-family: 'Open Sans', sans-serif;
  color: #979597;
  font-size: 12px;
}

.checkout-step-1-2-column.right {
  float: right;
}

.checkout-step-1-2-column.fullwidth {
  width: 100%;
}

.text-field-blank {
  min-height: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #f1f1f1;
}

.form-checkbox {
  margin-top: 7px;
  margin-bottom: 20px;
  float: left;
  color: #636363;
  font-size: 13px;
}

.form-checkbox.margin {
  margin-top: 26px;
  margin-bottom: 0px;
}

.checkout-step-1-row {
  margin-bottom: 40px;
}

.shipping-address-wrapper {
  min-height: 250px;
  padding: 25px 20px;
  background-color: #f3f3f3;
}

.checkout-shipping-1-2-column {
  width: 48%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #979597;
  font-size: 12px;
}

.checkout-shipping-1-2-column.right {
  float: right;
}

.checkout-shipping-1-2-column.fullwidth {
  width: 100%;
}

.default-text-field {
  margin-top: 5px;
}

.special-remark-textarea {
  min-height: 225px;
}

.special-remark-textarea.margin-top-10 {
  margin-top: 10px;
}

.next-button {
  padding-right: 32px;
  float: right;
  border-radius: 6px;
  background-color: #ed1b2e;
  background-image: url('../images/arrow.png');
  background-position: 83% 50%;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.delivery-date {
  display: block;
  width: 150px;
  margin: 25px auto 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #dad7d7;
  border-radius: 4px;
}

.checkout-title {
  text-align: center;
}

.checkout-right-section {
  margin-top: 30px;
  margin-left: 20px;
  padding: 30px;
  border: 2px solid #191c20;
  border-radius: 10px;
  background-color: #fff;
}

.checkout-right-section.order-summary {
  margin-bottom: 21px;
  margin-left: 0px;
  border-width: 3px;
  border-color: #ed1b2e;
  font-size: 15px;
  line-height: 23px;
}

.payment-method-button {
  display: block;
  width: 46%;
  min-height: 60px;
  margin-top: 20px;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 18px;
  padding-right: 20px;
  padding-left: 103px;
  float: left;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, #f6f6f6, #ededed);
  background-image: linear-gradient(180deg, #f6f6f6, #ededed);
  font-family: 'Open Sans', sans-serif;
  color: #3d3d3d;
  font-size: 15px;
  text-decoration: none;
}

.payment-method-button.w--current {
  border-color: #b1b1b1;
}

.payment-method-button.paypal {
  margin-top: 20px;
  border-color: #e4e4e4;
  background-image: url('../images/paypal-logo.png'), -webkit-linear-gradient(270deg, #f6f6f6, #ededed);
  background-image: url('../images/paypal-logo.png'), linear-gradient(180deg, #f6f6f6, #ededed);
  background-position: 25px 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.payment-method-button.paypal.w--current {
  margin-top: 20px;
  border-color: #ed1b2e;
}

.payment-method-button.enet {
  margin-bottom: 0px;
  background-image: url('../images/enet-icon.png'), -webkit-linear-gradient(270deg, #f6f6f6, #ededed);
  background-image: url('../images/enet-icon.png'), linear-gradient(180deg, #f6f6f6, #ededed);
  background-position: 37px 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.payment-method-button.enet.w--current {
  border-color: #ed1b2e;
}

.payment-method-button.cheque {
  background-image: url('../images/cheque.png'), -webkit-linear-gradient(270deg, #f6f6f6, #ededed);
  background-image: url('../images/cheque.png'), linear-gradient(180deg, #f6f6f6, #ededed);
  background-position: 35px 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.payment-method-button.cheque.w--current {
  border-color: #ed1b2e;
}

.payment-method-button.manual-internet-banking {
  background-image: url('../images/manual.png'), -webkit-linear-gradient(270deg, #f6f6f6, #ededed);
  background-image: url('../images/manual.png'), linear-gradient(180deg, #f6f6f6, #ededed);
  background-position: 34px 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.payment-method-button.manual-internet-banking.w--current {
  border-color: #ed1b2e;
}

.payment-method-button.paidby-department {
  background-image: url('../images/department.png'), -webkit-linear-gradient(270deg, #f6f6f6, #ededed);
  background-image: url('../images/department.png'), linear-gradient(180deg, #f6f6f6, #ededed);
  background-position: 28px 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.payment-method-button.paidby-department.w--current {
  border-color: #ed1b2e;
}

.align-left {
  text-align: left;
}

.your-shopping-cart-row {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e7e7;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
}

.cart-edit-remove {
  margin-top: 15px;
  text-align: right;
}

.review-product-name {
  margin-left: 20px;
  font-weight: 600;
  text-align: left;
}

.shopping-cart-edit {
  margin-right: 10px;
  padding-right: 20px;
  background-image: url('../images/arrow-small.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
  color: #888787;
  font-size: 12px;
  text-decoration: none;
}

.shopping-cart-edit.remove {
  margin-right: 0px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}

.checkout-options {
  margin-bottom: 30px;
}

.label-review {
  font-weight: 600;
}

.mid-size-font {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.mid-size-font.bold {
  color: #303030;
  font-weight: 700;
  text-decoration: underline;
}

.paragraph {
  font-weight: 400;
}

.image-center {
  display: block;
  margin-bottom: 25px;
}

.contact {
  min-height: 32px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-left: 52px;
  font-size: 15px;
  font-weight: 400;
}

.contact.address {
  background-image: url('../images/address2.png');
  background-position: 7px 50%;
  background-repeat: no-repeat;
}

.contact.email2 {
  background-image: url('../images/email2.png');
  background-position: 5px 50%;
  background-repeat: no-repeat;
}

.contact.phone {
  background-image: url('../images/phone2.png');
  background-position: 3px 50%;
  background-repeat: no-repeat;
}

.contact-right {
  margin-left: 30px;
}

.green-background {
  background-color: #019e57;
}

.border-white {
  width: 120px;
  max-width: 130%;
  border: 2px solid #fff;
}

.dropdown-wrapper {
  display: block;
  width: 200px;
  margin: 5px auto 20px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.dropdown-wrapper.delivery {
  width: 250px;
}

.dropdown-wrapper.delivery.full-width {
  width: 100%;
  margin-top: 0px;
}

.staff-dropdown-toggle {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.staff-dropdown-link {
  border-bottom: 1px solid #e4e4e4;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.staff-dropdown-link:hover {
  background-color: #f1f1f1;
}

.staff-dropdown-link.w--open {
  border: 1px solid #cfcfcf;
  background-color: #f5f5f5;
}

.footer-small-text {
  font-size: 12px;
  line-height: 11px;
}

.custom-off {
  display: block;
  width: 58px;
  height: 23px;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/off-customized_1.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.add-to-cart-button-wrapper {
  display: block;
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
}

.add-to-cart-button-wrapper.inside {
  width: auto;
  max-width: 185px;
}

.number-cart {
  font-weight: 700;
}

.cart-icon {
  width: 20px;
  height: 20px;
  background-image: url('../images/cart.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.cart-icon.inside {
  position: relative;
  z-index: 100;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/cart-small.png');
}

.cart-number {
  width: 20px;
  height: 20px;
  font-size: 13px;
  font-weight: 500;
}

.side-header-title {
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.side-header-title.order-number {
  margin-bottom: 20px;
  padding-bottom: 11px;
  border-bottom: 1px solid #000;
  font-size: 18px;
}

.side-content-text {
  margin-bottom: 30px;
}

.side-content-text.no-margin {
  margin-bottom: 0px;
}

.thank-you-text {
  margin-bottom: 23px;
  padding: 20px 25px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: #f1f1f1;
  color: #505050;
}

.red-text {
  margin-top: 0px;
  color: #e2081b;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.logo-outline {
  width: 150px;
  border: 2px solid #fff;
}

.login-header {
  float: right;
}

.header-button {
  margin-top: 12px;
  margin-right: 25px;
  float: right;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.header-button.join-now {
  margin-top: 5px;
  margin-right: 0px;
  padding: 5px 10px 6px;
  border: 2px solid #fff;
}

.footer-link2 {
  margin-top: 10px;
  margin-left: 40px;
  float: right;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-decoration: none;
}

.add-to-cart-text {
  margin-left: 1px;
  padding-right: 1px;
  padding-left: 7px;
  text-align: center;
}

.register-dropdown-toggle {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
}

.agent-option {
  margin-bottom: 20px;
}

.field-text-label {
  margin-top: 5px;
  margin-bottom: 4px;
  color: #969696;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.field-row {
  margin-bottom: 10px;
}

.disclose-text {
  color: #757575;
  font-size: 13px;
  line-height: 19px;
  text-align: left;
}

.register-title {
  color: #3b3b3b;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.staff-dropdown-link2 {
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.staff-dropdown-link2:hover {
  background-color: #f1f1f1;
}

.custom-block {
  margin-top: 25px;
  margin-left: 6%;
}

.change-password-wrapper {
  width: 100%;
  margin-top: 16px;
  float: left;
}

.my-account-field-wrap {
  margin-right: 15px;
}

.add-another-shipping-address {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  background-color: rgba(0, 0, 0, .8);
}

.add-shipping-address {
  position: relative;
  display: block;
  width: 650px;
  min-height: auto;
  margin-top: 8%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
}

.close-button-2 {
  position: absolute;
  top: -12px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #ed1b2e;
  background-image: url('../images/close2.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.right-column {
  padding-right: 0px;
}

.text-field-default {
  border-radius: 4px;
}

.added-to-cart-popup {
  position: absolute;
  left: 0px;
  top: 22px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  min-height: auto;
  padding: 15px 20px;
  border-radius: 6px;
  background-color: #ececec;
  box-shadow: 0 1px 3px 0 #9c9c9c;
  font-size: 13px;
}

.cart-arrow {
  display: block;
  width: 20px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/arrow-top.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.my-cart-dropdown {
  position: absolute;
  top: 14px;
  right: -85px;
  z-index: 10000;
  display: block;
  width: 235px;
  padding-top: 13px;
}

.item-circle-number {
  width: 50px;
  height: 50px;
  padding-top: 14px;
  float: left;
  border-radius: 100px;
  background-color: #abcc29;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

.item-circle-text {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 20px;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.link-red {
  padding: 5px 10px;
  border-radius: 100px;
  background-color: #ed1b2e;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.popup-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  margin-right: 7px;
  border-radius: 100px;
  background-color: #8e9192;
  background-image: url('../images/close2.png');
  background-position: 50% 50%;
  background-size: 6px;
  background-repeat: no-repeat;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
}

.label-black {
  color: #505050;
  font-weight: 700;
}

.order-summary-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}

.normal-p {
  line-height: 20px;
}

.order-summary-header {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #353535;
  font-size: 20px;
  line-height: 25px;
}

.slide-2 {
  background-color: #f6f6f6;
}

.manual-internet-banking-wrapper {
  display: block;
  max-width: 470px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #e2e2e2;
}

.payment-tabs-content {
  width: 100%;
  margin-top: 33px;
  float: left;
}

.payment-method-content {
  display: block;
  width: 96%;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  float: none;
  border-style: solid none none;
  border-width: 1px;
  border-color: #cfcfcf #000 #000;
  background-color: transparent;
  font-size: 15px;
}

.radio-field {
  color: #494949;
  font-size: 14px;
}

.radio-field.margin {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #494949;
  font-size: 14px;
}

.radio-field.float-left {
  float: left;
}

.radio-field.float-left.other {
  float: right;
}

.radio-field.other {
  margin-top: 10px;
  font-size: 14px;
}

.payment-form-label {
  color: #646464;
  font-size: 14px;
  font-weight: 500;
}

.transfer-amount {
  margin-top: 14px;
  margin-left: 10px;
  font-size: 12px;
}

.html-embed {
  min-height: 38px;
  margin-top: 5px;
  padding-top: 7px;
  padding-left: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-transform: none;
}

.html-embed.margin {
  width: 95%;
  float: right;
}

.user-guide-links {
  margin-top: 23px;
  margin-bottom: 60px;
}

.user-guide-header {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 27px;
  border-bottom: 2px none #68737a;
  border-radius: 100px;
  background-color: transparent;
  color: #ed1b2e;
  font-size: 20px;
  font-weight: 700;
}

.user-guide-step {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #303030;
}

.user-guide-step.op {
  margin-bottom: 10px;
}

.user-guide-step-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
  color: #303030;
}

.image-2 {
  max-width: auto;
}

.user-guide-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #68737a;
  text-decoration: none;
}

.user-guide-link:hover {
  color: #cf000c;
}

.user-guide-links-ordered {
  margin-top: 8px;
  margin-left: 36px;
  padding-left: 0px;
}

.fixed-side {
  position: relative;
  max-width: 260px;
  min-width: 80px;
}

.user-guide-left {
  width: 30%;
  margin-right: 30px;
  padding: 20px;
  float: left;
  border: 4px solid #8e989e;
  border-radius: 10px;
  background-color: #fff;
  color: #494949;
}

.user-guide-tab-link {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
  background-color: transparent;
}

.user-guide-tab-link.w--current {
  border-bottom: 1px solid #000;
  background-color: #f5f5f5;
  color: #494949;
}

.user-guide-content {
  padding-right: 30px;
  padding-left: 30px;
}

.item-box-tag {
  position: absolute;
  left: -6px;
  top: 13px;
  z-index: 100;
  min-height: 25px;
  min-width: 150px;
  padding: 5px 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #9ba4ab;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.customization-button {
  float: left;
  text-align: left;
}

.quantity-row {
  margin-top: 15px;
  margin-bottom: 10px;
}

.quantity-box {
  display: block;
  width: 100%;
  height: 37px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 3px;
  border: 1px solid #e2e2e2;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: #969696;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.quantity-box.home {
  width: 75px;
  padding-right: 7px;
}

.label-margin {
  margin-top: 3px;
  margin-right: 2px;
  padding-left: 0px;
  font-size: 9px;
  font-weight: 400;
  text-align: center;
}

.quantity-box-field {
  height: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
}

.column-11 {
  text-align: left;
}

.accepted-cards-text {
  margin-top: 7px;
  margin-right: 10px;
  float: left;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.card {
  height: 34px;
  min-width: 51px;
  margin-right: 5px;
  margin-left: 0px;
  float: left;
}

.card.visa {
  background-image: url('../images/visa.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.card.mastercard {
  background-image: url('../images/mastercard.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.card.american-express {
  background-image: url('../images/american-express.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.accepted-cards-wrapper {
  margin-bottom: 18px;
}

.banner-slider-wrapper {
  height: auto;
  background-color: transparent;
}

.banner-slider-nav {
  bottom: -47px;
  font-size: 12px;
}

.info-box-wrapper {
  position: absolute;
  left: 0px;
  top: 108px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px none #f5f8f9;
  background-color: #17bed0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.filter-row {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  border-bottom: 1px none #dde3e7;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #5d5d5d;
  font-size: 14px;
  text-transform: none;
}

.filter {
  width: 500px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 6px 0px;
  float: left;
  background-color: transparent;
  color: #000;
  font-weight: 400;
}

.need-help {
  float: right;
  font-family: 'Open Sans', sans-serif;
}

.need-help.white {
  color: #fff;
}

.need-help.home {
  margin-top: 20px;
  margin-right: 10px;
}

.slides-arrow {
  font-family: 'Open Sans', sans-serif;
  color: #686868;
  font-size: 25px;
  font-weight: 600;
}

.filter-by {
  min-height: 40px;
  margin-right: 0px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  background-color: #000;
  color: #fff;
  font-size: 13px;
}

.filter-option {
  width: auto;
  min-height: 40px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border-right: 1px none #e4e4e4;
  border-left: 1px solid #d8d8d8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000000b3;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.filter-option:hover {
  color: #000;
}

.filter-option.last {
  border-right-style: none;
}

.filter-option.active {
  color: #000;
  font-weight: 400;
}

.filter-field {
  min-height: 40px;
}

.slide-header {
  position: absolute;
  left: 0px;
  bottom: 60px;
  z-index: 3;
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  font-family: Merriweather, serif;
  color: #292828;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
}

.slide-header.box {
  position: absolute;
  z-index: 100;
  width: 33%;
  padding: 20px 30px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(61, 61, 61, .61);
  background-color: rgba(0, 0, 0, .94);
  box-shadow: 9px 9px 37px -1px rgba(0, 0, 0, .85);
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
}

.nav-dropdown-wrapper.w--open {
  top: 55px;
  right: 0px;
  padding: 10px;
  border: 1px none #000;
  background-color: #fdfdfd;
  box-shadow: 0 12px 17px -4px hsla(0, 0%, 53%, .87);
}

.nav-dropdown-wrapper._2-col.w--open {
  position: absolute;
  z-index: 1000;
}

.nav-dropdown-link {
  padding: 8px 30px 8px 20px;
  border-bottom: 1px solid #ececec;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7c7979;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-dropdown-link:hover {
  border-bottom-color: #c9c9c9;
  background-color: transparent;
  color: #000;
}

.white-link {
  font-weight: 700;
  text-decoration: underline;
}

.white-link.w--current {
  color: #fff;
  font-weight: 600;
}

.white-link.black {
  color: #000;
}

.category-wrapper.category {
  width: 100%;
}

.lmbl-box {
  position: absolute;
  right: 0px;
  bottom: 52px;
  width: 120px;
  height: 120px;
  padding-top: 33px;
  border-radius: 100px;
  background-color: rgba(236, 32, 40, .89);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.in-stock-wrapper {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1f1f1;
  color: #000;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.in-stock {
  color: #04cc74;
  font-weight: 600;
}

.colour-box {
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  float: left;
  border: 2px solid #f1f1f1;
  color: #929292;
  font-size: 13px;
}

.colour-box.selected {
  border-color: #000;
  color: #3a3a3a;
}

.dropdown-column {
  width: 370px;
  min-height: 100px;
  padding: 20px 10px 10px;
}

.dropdown-row {
  width: 45%;
  min-height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 0px;
  float: left;
}

.dropdown-row.right {
  width: 55%;
}

.dropdown-link {
  padding-right: 25px;
  padding-left: 25px;
}

.dropdown-link-title {
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-bottom: 1px solid #888;
  color: #d72329;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.dropdown-link-title.right {
  margin-right: 0px;
}

.line-red {
  color: #d72329;
}

.logo-section {
  position: relative;
  width: auto;
  margin-top: 1px;
  float: left;
}

.global-admin-section {
  width: 100%;
  min-height: auto;
  float: left;
  background-color: transparent;
}

.main-nav-section {
  display: block;
  width: 100%;
  max-width: 1140px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.margin-top-50 {
  margin-top: 20px;
}

.space-break {
  min-height: 15px;
}

.footer-link3 {
  color: #fff;
  text-decoration: none;
}

.footer-link3.w--current {
  color: #6a757b;
  text-decoration: none;
}

.banner-center {
  position: relative;
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.line-text {
  border-bottom: 3px solid #d72329;
}

.col-div {
  width: 25%;
  float: left;
}

.col-div.logo {
  width: 20%;
}

.col-div.company {
  width: 28%;
  padding-left: 40px;
}

.col-div.faq {
  width: 35%;
  padding-left: 40px;
}

.col-div.news-letter {
  width: 17%;
  padding-left: 20px;
}

.footer-list {
  padding-left: 0px;
}

.no-margin {
  margin-bottom: 0px;
  padding-left: 0px;
}

.padding-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.about-box {
  min-height: 280px;
  padding: 72px 50px 50px;
  background-color: #fdfdfd;
  color: #575757;
  font-size: 20px;
  line-height: 20px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.5px;
}

.about-box._1 {
  background-image: url('../images/1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-box._3 {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-box._5 {
  background-image: url('../images/5.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.about-box._6 {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-box._8 {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-box-header {
  margin-top: 0px;
  color: #434546;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

.copyright-link {
  color: #fff;
}

.login-logo {
  margin-bottom: 24px;
}

.order-type-row {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 80%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.form-sub-header {
  margin-top: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.form-sub-header.align-center {
  text-align: center;
}

.paragraph-spacing {
  height: 20px;
}

.paragraph-spacing._40 {
  height: 40px;
}

.paragraph-spacing._10 {
  height: 10px;
}

.summary-row {
  margin-bottom: 20px;
  text-align: center;
}

.summary-box-wrapper {
  margin-bottom: 40px;
  float: none;
  text-align: center;
}

.text-block-4 {
  display: inline-block;
  width: 25%;
  min-height: 87px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 30px 20px;
  float: none;
  border: 4px solid #e4e4e4;
  border-radius: 4px;
  color: #797979;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.text-block-4.department {
  display: inline-block;
  padding-top: 39px;
  color: #cf000c;
  font-size: 16px;
  line-height: 18px;
}

.summary-block {
  color: #00c5e0;
  font-size: 19px;
}

.text-block-5 {
  display: inline-block;
}

.summary-box {
  position: static;
  display: inline-block;
  width: 30%;
  min-height: 79px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 20px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ececec;
  border-radius: 8px;
}

.summary-box.department {
  position: static;
  height: 79px;
  float: none;
  clear: none;
}

.department-wrapper {
  padding: 20px 0px;
  border-radius: 4px;
  font-size: 16px;
}

.account-text {
  margin-top: 7px;
  color: #575757;
  font-size: 14px;
  font-weight: 300;
}

.department-row {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e7e7e7;
}

.footer-logo {
  max-width: 95%;
}

html.w-mod-js *[data-ix="customization-row"] {
  display: none;
}

html.w-mod-js *[data-ix="custom-on"] {
  display: none;
}

html.w-mod-js *[data-ix="custom-on-2"] {
  display: none;
}

html.w-mod-js *[data-ix="cart-number"] {
  display: none;
}

html.w-mod-js *[data-ix="register-hide"] {
  display: none;
}

html.w-mod-js *[data-ix="hide-section"] {
  display: none;
}

html.w-mod-js *[data-ix="mouse-hover"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="add-to-cart-b"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="add-to-cart-b-2"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="added-to-cart"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

@media (max-width: 991px) {
  .global-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-cart-wrapper {
    margin-top: 0px;
  }

  .header-menu-and-cart {
    margin-top: 0px;
  }

  .nav-bar-wrapper {
    padding-top: 8px;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.overlay {
    width: 90%;
  }

  .brand.w--current {
    margin-top: 21px;
  }

  .nav-link {
    border-bottom: 1px solid #ececec;
    text-align: left;
  }

  .nav-link.w--current {
    text-align: left;
  }

  .left-hero-banner {
    padding-top: 50px;
    padding-right: 40px;
    padding-left: 25px;
  }

  .product-list-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .item-box {
    width: 100%;
    padding: 20px 5px;
  }

  .item-box:hover {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .item-box.category {
    width: 48%;
  }

  .item-box.brand {
    width: 48%;
  }

  .item-image {
    margin-right: 0px;
    margin-left: 0px;
  }

  .item-details {
    min-height: 65px;
  }

  .item-buttons {
    width: 100%;
    margin-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .item-buttons.inside {
    width: 210px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    width: 125px;
    max-width: 125px;
    margin-bottom: 8px;
  }

  .button.line {
    width: 125px;
  }

  .button.line.inside {
    width: 90px;
    max-width: 90px;
    float: left;
  }

  .button.inside {
    width: 110px;
    max-width: 110px;
  }

  .full-ads-text {
    padding-right: 30px;
    padding-bottom: 21px;
    padding-left: 30px;
  }

  .full-ads-title {
    font-size: 20px;
  }

  .full-ads-picture {
    height: 146px;
  }

  .footer {
    width: auto;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .copyright {
    width: auto;
    max-width: 1140px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-column {
    min-height: 150px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-right-style: none;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .left-hero-text {
    font-size: 25px;
    line-height: 35px;
  }

  .my-cart.welcome {
    min-height: 26px;
  }

  .search-form-wrapper {
    width: 250px;
  }

  .search-text-field {
    width: 100%;
    min-width: 100%;
  }

  .inside-title {
    padding-right: 25px;
    padding-left: 25px;
  }

  .inside-title.bold {
    padding-left: 0px;
  }

  .product-details-info {
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .product-details-name {
    margin-bottom: 25px;
  }

  .product-information-tab {
    margin-right: 5px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
  }

  .step-guides-wrapper {
    margin-left: 10px;
  }

  .side-header {
    padding-right: 0px;
    padding-left: 18px;
    font-size: 18px;
    line-height: 23px;
  }

  .step-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .step-title {
    padding-bottom: 11px;
  }

  .step-description {
    padding-top: 11px;
    padding-left: 0px;
  }

  .banner-ads {
    height: 175px;
    background-size: 600px;
  }

  .white-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .shopping-cart-product-image {
    margin-left: 10px;
  }

  .shopping-cart-product-info.total {
    text-align: right;
  }

  .shopping-cart-product-qty {
    width: 80%;
    float: right;
  }

  .customization-row {
    margin-left: 8%;
  }

  .customization-row.product-details {
    width: 100%;
  }

  .add-text-field {
    width: 100%;
  }

  .add-text-button.float-left.change-password {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    text-align: center;
  }

  .add-text-button.float-left.add {
    margin-top: 10px;
  }

  .info {
    margin-right: 0px;
  }

  .center-font {
    display: block;
  }

  .align-right {
    text-align: right;
  }

  .field-text-wrapper {
    width: 35%;
    font-size: 14px;
  }

  .field-box-wrapper {
    width: 65%;
  }

  .text-field-2 {
    width: 100%;
  }

  .my-account-header {
    min-height: 85px;
    font-size: 15px;
    text-transform: uppercase;
  }

  .my-account-header.my-account.current {
    background-position: 11px 54%;
  }

  .my-account-header.my-order {
    background-position: 10px 55%;
  }

  .my-account-header.my-order.current {
    background-size: auto 26px;
  }

  .my-account-header.my-wishlist {
    background-position: 13px 50%;
  }

  .my-account-row-field.small-text {
    width: 100%;
    margin-top: 10px;
  }

  .my-account-row-field.small-text.left {
    width: 90%;
  }

  .my-account-field {
    margin-bottom: 0px;
  }

  .my-account-field.month {
    width: 90%;
  }

  .email {
    width: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .email-go {
    width: 100%;
    margin-bottom: 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .payment-method-button {
    width: 100%;
  }

  .html-embed.margin {
    width: 100%;
  }

  .user-guide-tab-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .quantity-box.home {
    width: 75px;
  }

  .slide-header.box {
    left: 0px;
    bottom: 60px;
    width: 70%;
  }

  .lmbl-box {
    right: 0px;
    bottom: 52px;
  }

  .menu-button-2 {
    margin-left: 10px;
    float: right;
    background-color: #fff;
    color: #d72329;
  }

  .menu-button-2.w--open {
    background-color: #fff;
    color: #d72329;
  }

  .dropdown-column {
    width: 100%;
  }

  .nav-menu-wrapper {
    padding: 10px 20px;
    background-color: #fff;
    text-align: left;
  }

  .logo-section {
    position: static;
    width: 30%;
    min-height: auto;
  }

  .col-div.logo {
    width: 50%;
  }

  .col-div.company {
    width: 50%;
    padding-left: 0px;
  }

  .col-div.faq {
    width: 50%;
    padding-left: 0px;
  }

  .col-div.news-letter {
    width: 50%;
    padding-left: 0px;
  }

  .about-box {
    padding-right: 40px;
    padding-left: 40px;
  }

  .about-box-header {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0px;
  }
}

@media (max-width: 767px) {
  .header-cart-wrapper {
    width: 100%;
    margin-top: 0px;
    float: left;
  }

  .header-menu-and-cart {
    margin-top: 0px;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .brand.w--current {
    margin-top: 17px;
  }

  .item-name {
    font-size: 14px;
  }

  .item-buttons {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button {
    width: 100px;
    max-width: 100px;
    float: right;
  }

  .button.line {
    width: 90px;
    float: left;
  }

  .full-ads-text {
    padding: 25px 20px 30px;
  }

  .full-ads-title {
    font-size: 16px;
  }

  .full-ads-picture {
    height: 164px;
  }

  .float-right {
    text-align: left;
  }

  .footer-column {
    padding-left: 20px;
  }

  .column.full-wide {
    padding-left: 0px;
  }

  .column.half-wide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-link {
    margin-bottom: 5px;
  }

  .login-button {
    margin-right: 10px;
  }

  .search-form-wrapper {
    margin-right: 10px;
  }

  .search-text-field {
    margin-top: 14px;
  }

  .menu-button {
    margin-top: 12px;
    float: right;
  }

  .product-information {
    padding-right: 30px;
    padding-left: 20px;
  }

  .product-information-tab {
    padding-right: 15px;
    padding-left: 15px;
  }

  .step-guides-wrapper {
    margin-top: 30px;
    margin-left: 0px;
  }

  .step-row {
    padding-right: 10px;
    padding-left: 10px;
  }

  .step-number {
    margin-top: 10px;
  }

  .step-description {
    padding-left: 60px;
  }

  .close-button {
    position: relative;
    left: 0px;
    top: 0px;
    overflow: visible;
    width: 35px;
    height: 35px;
    padding-right: 0px;
    background-position: 50% 50%;
    background-size: 20px;
  }

  .shopping-cart-product-info {
    margin-left: 10px;
  }

  .shopping-cart-product-info.total {
    margin-top: 16px;
    float: right;
  }

  .shopping-cart-product-info.price {
    margin-left: 5px;
    float: left;
  }

  .shopping-cart-product-info.quantity {
    float: left;
  }

  .shopping-cart-product-info.total-price {
    margin-right: 13px;
    float: right;
  }

  .shopping-cart-product-qty {
    width: 50%;
  }

  .customization-row {
    margin-left: 0%;
  }

  .add-logo-field {
    width: 100%;
  }

  .product-column {
    position: relative;
  }

  .mobile-small-text.qty {
    margin-top: 17px;
    float: left;
    font-size: 15px;
  }

  .mobile-price {
    margin-top: 3px;
    margin-left: 56px;
    float: left;
  }

  .price-row {
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px solid #ebebeb;
  }

  .text-block-2 {
    line-height: 22px;
  }

  .upload-field {
    width: 100%;
  }

  .my-account-header {
    min-height: 60px;
    padding-top: 19px;
  }

  .my-account-row-field.small-text.left {
    width: 100%;
  }

  .your-shopping-cart-total-wrapper {
    margin-left: 0px;
  }

  .checkout-right-section {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-right {
    margin-left: 0px;
  }

  .custom-block {
    margin-left: 0%;
  }

  .add-shipping-address {
    width: auto;
    margin-right: 6%;
    margin-left: 6%;
  }

  .right-column {
    padding-left: 0px;
  }

  .label-black {
    font-size: 13px;
  }

  .user-guide-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .info-box-wrapper {
    top: 100px;
    margin-top: 41px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .menu-button-2 {
    float: right;
  }

  .logo-section {
    width: 41%;
    min-height: auto;
  }

  .main-nav-section {
    width: 75%;
    min-height: auto;
  }

  .about-box {
    min-height: 200px;
  }
}

@media (max-width: 479px) {
  .global-header {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .header-cart-wrapper {
    width: 100%;
  }

  .header-menu-and-cart {
    position: static;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
  }

  .nav-bar-wrapper.mobile {
    position: relative;
    float: none;
  }

  .container {
    position: static;
  }

  .brand {
    margin-top: 11px;
    margin-bottom: 8px;
    padding-left: 0px;
  }

  .brand.w--current {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .nav-link {
    padding-top: 15px;
    padding-right: 27px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 13px;
    text-align: right;
    text-transform: uppercase;
  }

  .nav-link.w--current {
    text-align: right;
  }

  .nav-link.dropdown {
    padding-right: 52px;
  }

  .global-content {
    padding-top: 135px;
  }

  .product-list-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .item-box.category {
    width: 100%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .item-image {
    max-height: auto;
    min-height: auto;
  }

  .item-image.inside {
    max-height: auto;
    min-height: auto;
  }

  .item-details {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .item-buttons {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button {
    width: 100%;
  }

  .button.line {
    width: 100%;
    float: left;
  }

  .button.add-to-cart {
    max-width: 100%;
  }

  .float-right {
    margin-top: 8px;
  }

  .footer-column {
    padding-left: 21px;
  }

  .login-button {
    margin-top: 5px;
  }

  .my-cart {
    margin-top: 5px;
    float: right;
  }

  .my-cart.welcome {
    margin-right: 0px;
    margin-left: 5px;
    padding-right: 0px;
    float: right;
  }

  .my-cart.your-cart {
    padding-right: 8px;
    padding-left: 8px;
    float: left;
  }

  .my-cart.your-cart.no-line {
    padding-left: 0px;
  }

  .currency-box {
    margin-top: 5px;
    float: left;
  }

  .currency-dropdown-toggle {
    float: none;
  }

  .search-form-wrapper {
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    float: left;
  }

  .search-text-field {
    width: 100%;
    margin-top: 3px;
  }

  .nav-menu {
    position: absolute;
    top: 83px;
    right: 0px;
    z-index: 1000;
    background-color: #f5f5f5;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #ed1b2e;
  }

  .mobile-menu {
    width: 100%;
    padding-bottom: 10px;
    float: left;
    border-bottom: 1px solid #ddd;
  }

  .product-details-col-left.custom {
    width: 40%;
  }

  .product-details-col-right.custom {
    width: 55%;
  }

  .add-to-cart-button {
    margin-right: 5px;
    padding: 15px 20px 15px 60px;
  }

  .like-button {
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .thumbnail {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }

  .product-information-tab {
    margin-bottom: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .product-information-tab.w--current {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .banner-ads {
    height: 90px;
    background-size: 310px;
  }

  .white-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .close-button {
    background-size: auto;
    background-repeat: no-repeat;
  }

  .shopping-cart-product-info.total {
    float: right;
  }

  .shopping-cart-product-info.price {
    float: left;
  }

  .custom-on {
    margin-top: 0px;
    float: right;
  }

  .custom-on.custom {
    margin-top: 13px;
  }

  .shopping-cart-product-qty {
    width: 40%;
  }

  .customization-row {
    margin-left: 0%;
  }

  .shopping-cart-sub-header {
    float: none;
  }

  .add-logo-field {
    width: 100%;
    float: right;
  }

  .add-text-button.float-left.change-password.cancel.popup {
    margin-top: 10px;
  }

  .shipping-type-dropdown {
    width: 100%;
    margin-top: 5px;
  }

  .sub-header-text {
    float: left;
  }

  .shopping-cart-row-left {
    width: 130px;
  }

  .shopping-cart-row-right {
    width: 80px;
  }

  .button-default.proceed-to-checkout {
    margin-bottom: 7px;
    font-size: 15px;
    text-align: center;
  }

  .button-default.continue-shopping {
    width: 100%;
    margin-right: 0px;
    font-size: 15px;
    text-align: center;
  }

  .info {
    float: left;
  }

  .mobile-small-text {
    margin-top: 2px;
    margin-right: 9px;
    float: left;
    font-size: 13px;
  }

  .mobile-small-text.qty {
    margin-top: 15px;
  }

  .mobile-customization {
    width: 100%;
    margin-top: 11px;
    margin-bottom: 10px;
    float: none;
  }

  .mobile-price {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 13px;
    margin-left: 0px;
    padding-bottom: 14px;
    padding-left: 40px;
    float: left;
    border-bottom: 1px solid #a8a8a8;
  }

  .price-row {
    margin-top: 0px;
    border-top-style: none;
  }

  .main-header {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .text-block-2 {
    padding-left: 60px;
  }

  .pdf-text {
    font-size: 14px;
    line-height: 20px;
  }

  .pdf-text.sub-header {
    width: 100%;
  }

  .main-header-h1 {
    margin-bottom: 5px;
    line-height: 27px;
  }

  .main-header-h1.big {
    font-size: 23px;
  }

  .field-text-wrapper {
    width: 100%;
    margin-bottom: 5px;
  }

  .field-box-wrapper {
    width: 100%;
  }

  .upload-field {
    width: 100%;
  }

  .my-account-field.month {
    width: 100%;
    margin-bottom: 5px;
  }

  .checkout-step-1-2-column {
    width: 100%;
  }

  .checkout-shipping-1-2-column {
    width: 100%;
  }

  .checkout-right-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .payment-method-button {
    padding-right: 17px;
    padding-left: 110px;
    font-size: 14px;
  }

  .payment-method-button.paypal {
    padding-bottom: 16px;
  }

  .payment-method-button.enet {
    padding-bottom: 16px;
  }

  .custom-off {
    float: right;
  }

  .custom-off.no-margin {
    margin-top: 0px;
  }

  .cart-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .cart-number {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .add-another-shipping-address {
    overflow: auto;
  }

  .add-shipping-address {
    overflow: visible;
    margin-right: 6%;
    margin-left: 6%;
  }

  .cart-arrow.mobile {
    margin-left: 40px;
    float: left;
  }

  .my-cart-dropdown.mobile {
    left: -12px;
  }

  .user-guide-header {
    border-radius: 40px;
    line-height: 25px;
  }

  .user-guide-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .info-box-wrapper {
    top: 126px;
    margin-top: 0px;
  }

  .need-help {
    float: left;
  }

  .slide-header {
    bottom: 19%;
  }

  .slide-header.box {
    bottom: 0px;
    width: 65%;
    font-size: 23px;
    line-height: 30px;
  }

  .nav-dropdown-link {
    padding-right: 0px;
    text-align: right;
  }

  .lmbl-box {
    bottom: 19px;
    width: 100px;
    height: 100px;
    padding-top: 24px;
  }

  .colour-box {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .menu-button-2 {
    margin-left: 0px;
    float: right;
  }

  .dropdown-row {
    width: 100%;
    text-align: right;
  }

  .dropdown-row.right {
    width: 100%;
  }

  .nav-menu-wrapper {
    width: 100%;
  }

  .logo-section {
    width: 66%;
  }

  .main-nav-section {
    width: 90%;
  }

  .col-div.logo {
    width: 100%;
  }

  .col-div.company {
    width: 100%;
  }

  .col-div.faq {
    width: 100%;
  }

  .col-div.news-letter {
    width: 100%;
  }
}

