/*!
 * Main Stylesheet
 * Date: 2019-10-01 10:35:31 +0700
 */
.button {
  background: #ee2d3a;
}

.button:hover {
  background: #ee2d3a;
}

.button:active, .button:focus {
  background: #ee2d3a;
}

h1, h2, h3, h4, h5, p {
  font-family: "Open Sans";
}

body {
  font-family: "Open Sans";
  color: #000;
}

.clear {
  clear: both;
}

.label {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-family: "Open Sans";
}

label {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-family: "Open Sans";
}

input.input-text, textarea, select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000;
  font-size: 14px;
  font-family: "Open Sans";
}

hr.dotted {
  border-top: 2px dotted #d7d7d7;
}

.input-text:focus {
  border: 1px solid #000;
}

.website-switcher {
  position: fixed;
  top: 0;
  left: 0;
}

#search,
h2,
.h2,
form .legend,
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button,
body,
button,
input,
select,
table,
textarea,
.data-table th,
body.customer-account .data-table td a,
.my-account .addresses-list,
.pager .amount,
.toolbar, .pager {
  font-family: "Open Sans";
}

table td {
  color: #000;
}

a, a:active, a:focus, a:hover {
  outline: 0 !important;
  text-decoration: none;
  color: #d43741;
}

input:active, input:focus {
  outline: 0 !important;
}

p {
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
  color: #000;
  text-transform: none;
}

.box {
  background: none;
  padding: 0;
  border: none;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.page {
  position: relative;
}
.page .main-container {
  padding: 0 !important;
}

.price-box .price, .price {
  font-family: "Open Sans";
}

.relative {
  position: relative;
}

.page-title {
  margin-top: 20px;
  margin-bottom: 10px;
  border: none;
}
.page-title h1 {
  border: none;
}

.main-container {
  width: 1140px;
}
.main-container .col-main {
  padding-bottom: 30px;
}

.main-container.col1-layout-full {
  width: 100%;
  max-width: 100%;
}
.main-container.col1-layout-full .col-main {
  padding: 0;
  width: 100%;
}

.header-language-background {
  background: #d7d7d7;
  color: #000;
  position: relative;
  z-index: 11;
  padding-bottom: 0;
}
.header-language-background a {
  color: #000;
}
.header-language-background .header-info {
  float: left;
  margin-top: 1px;
}
.header-language-background .header-info ul li {
  font-size: 11px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #000;
}
.header-language-background .header-info ul li:first-child {
  padding-left: 0;
}
.header-language-background .header-info ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.header-language-background .store-language-container {
  float: right;
}
.header-language-background .store-language-container .form-language {
  float: right;
  margin-right: 0;
}
.header-language-background .store-language-container .select-language-label {
  float: left;
  font-size: 11px;
  font-family: "Open Sans";
  text-shadow: none;
  margin-right: 10px;
  margin-top: 1px;
}
.header-language-background .store-language-container .language-list {
  float: left;
}
.header-language-background .store-language-container .language-list ul li {
  float: left;
  margin-right: 10px;
  opacity: 0.4;
}
.header-language-background .store-language-container .language-list ul li:last-child {
  margin-right: 0;
}
.header-language-background .store-language-container .language-list ul li.active {
  opacity: 1;
}
.header-language-background .store-language-container .language-list ul li:hover {
  opacity: 1;
}
.header-language-background .store-box .store-box-wrapper {
  position: relative;
  margin-top: -10px;
  padding-top: 10px;
}
.header-language-background .store-box .store-box-wrapper .label-wrapper {
  padding-bottom: 10px;
  padding-right: 15px;
  background: url(../images/down-arrow-black.png);
  background-position: right 6px;
  background-size: 8px auto;
  background-repeat: no-repeat;
}
.header-language-background .store-box .store-box-wrapper .clabel {
  float: left;
  font-size: 12px;
  margin-right: 8px;
}
.header-language-background .store-box .store-box-wrapper .current-language {
  float: left;
  padding-right: 8px;
}
.header-language-background .store-box .store-box-wrapper .current-currency {
  padding-left: 8px;
  float: left;
  font-weight: bold;
  font-size: 12px;
  border-left: 1px solid #000;
  line-height: 9px;
  margin-top: 5px;
}
.header-language-background .store-box .store-box-wrapper:hover {
  cursor: pointer;
}

.header-language-background.header-fixed .store-box.active .store-select-top {
  display: none !important;
}

.westpack-login {
  background: #f7f7f7;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.westpack-login .westpack-login-container {
  padding-bottom: 15px;
  padding-top: 15px;
}
.westpack-login .title {
  float: left;
  font-size: 30px;
  color: #ee2d3a;
  margin-bottom: 15px;
}
.westpack-login .login-input-wrapper {
  float: right;
}
.westpack-login .username-box, .westpack-login .password-box {
  float: left;
  margin-top: 8px;
}
.westpack-login .username-box input, .westpack-login .password-box input {
  float: left;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 360px;
  height: 34px !important;
}
.westpack-login .password-box {
  margin-left: 15px;
}
.westpack-login .btn-set1 {
  float: right;
  width: 360px;
}
.westpack-login .login-button {
  float: right;
  height: 36px;
  background-color: #ee2d3a;
  background-image: url(../images/login-icon.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: 11px center;
  text-align: center;
  color: #fff;
  font-family: "Open Sans";
  font-size: 13px;
  margin-left: 15px;
  padding-top: 8px !important;
  width: auto;
  padding-left: 32px !important;
  padding-right: 10px !important;
}
.westpack-login .remember-me-box {
  float: left;
  list-style: none;
  margin-top: 8px;
}
.westpack-login .remember-me-box .input-box {
  float: left;
}
.westpack-login .remember-me-box .input-box .checkbox {
  height: auto !important;
  margin-right: 10px !important;
}
.westpack-login .remember-me-box .clabel {
  display: block;
  float: left;
  font-family: "Open Sans";
  font-size: 14px;
}
.westpack-login .remember-me-box .link-tip {
  display: none;
}
.westpack-login .forgot-password {
  float: left;
  margin-right: 30px;
  color: #000;
  margin-top: 8px;
}
.westpack-login .forgot-password img {
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.westpack-login .create-account {
  float: left;
  color: #000;
  margin-top: 8px;
}
.westpack-login .create-account img {
  display: inline-block;
  float: left;
  margin-right: 8px;
}

.westpack-login.active {
  max-height: 130px;
  transition: max-height 0.3s ease-out;
}

.header-bottom-mark {
  height: 0;
  width: 100%;
}

.customer-service-mark {
  height: 0;
  width: 100%;
}

#header {
  width: 100%;
  clear: both;
  position: relative;
  height: 152px;
}
#header .header-wrapper {
  background: #f7f7f7;
}
#header .header-container {
  position: relative;
}
#header .logo {
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  width: auto;
  float: left;
}
#header .logo .large {
  display: block;
}
#header .logo .small {
  display: none;
}
#header .logo:hover {
  opacity: 1;
}
#header #header-nav {
  background: #fff;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
#header #header-nav .nav-primary {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
#header #header-nav .nav-primary li.level0 {
  float: none;
  display: inline-block;
  padding-right: 0;
  padding-left: 10px;
  margin-left: 13px;
  margin-right: 13px;
  position: static;
  margin-bottom: -1px;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#header #header-nav .nav-primary li.level0 a.level0 {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 28px;
  background: url(../images/arrow3.png);
  background-size: 7px 4px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}
#header #header-nav .nav-primary li.level0 ul.level0 {
  text-align: left;
  width: 1140px;
  position: absolute;
  left: 0;
  top: 41px;
  background: #fff;
  border-top: none;
  overflow-y: auto;
}
#header #header-nav .nav-primary li.level0 ul.level0 .cat-info-block {
  background: #f7f7f7;
  clear: left;
  width: calc(100% + 20px);
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  min-height: 200px;
}
#header #header-nav .nav-primary li.level0 ul.level0 .cat-info-block .menu-hover-thumbnail {
  float: left;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 230px;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 10px;
  text-align: center;
}
#header #header-nav .nav-primary li.level0 ul.level0 .cat-info-block .menu-hover-thumbnail img {
  width: auto;
  height: auto;
  max-width: calc(100% - 20px);
  display: inline-block;
}
#header #header-nav .nav-primary li.level0 ul.level0 .cat-info-block .menu-hover-info-wrapper {
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  width: calc(100% - 550px);
}
#header #header-nav .nav-primary li.level0 ul.level0 .cat-info-block .menu-hover-info-wrapper .menu-hover-info {
  line-height: 1.5 !important;
  font-size: 14px !important;
}
#header #header-nav .nav-primary li.level0 ul.level0 .cat-info-block .menu-hover-info-wrapper .menu-hover-info a, #header #header-nav .nav-primary li.level0 ul.level0 .cat-info-block .menu-hover-info-wrapper .menu-hover-info a:hover {
  color: #d43741;
  display: inline-block;
  line-height: 1.5 !important;
}
#header #header-nav .nav-primary li.level0 ul.level0 .cat-info-block .menu-hover-name {
  color: #d43741;
  margin-bottom: 10px;
  font-size: 16px;
}
#header #header-nav .nav-primary li.level0 ul.level0 .cat-info-block .menu-parent-thumbnail {
  position: relative;
  bottom: 15px;
  width: 250px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: 30px;
  right: 15px;
}
#header #header-nav .nav-primary li.level0 ul.level0 .cat-info-block.hide-image .menu-hover-thumbnail {
  display: none;
}
#header #header-nav .nav-primary li.level0 ul.level0 .cat-info-block.hide-image .menu-hover-info-wrapper {
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  width: calc(100% - 320px);
}
#header #header-nav .nav-primary li.level0 ul.level0 li.level1 {
  float: left;
  width: 20%;
  padding-right: 10px;
  background: #fff;
}
#header #header-nav .nav-primary li.level0 ul.level0 li.level1 a.level1 {
  border-bottom: 2px dotted #d7d7d7;
  color: #d43741;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  height: 80px;
}
#header #header-nav .nav-primary li.level0 ul.level0 li.level1 ul.level1 {
  display: block !important;
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  border: none;
  width: 100%;
  background: #fff;
  padding-bottom: 15px;
}
#header #header-nav .nav-primary li.level0 ul.level0 li.level1 ul.level1 li {
  border: none;
  display: block;
  width: 100%;
  background: none;
}
#header #header-nav .nav-primary li.level0 ul.level0 li.level1 ul.level1 li a {
  border: none;
  font-size: 13px;
  display: block;
  width: 100%;
  background: none;
}
#header #header-nav .nav-primary li.level0 ul.level0 li.level1 ul.level1 li a.level2 {
  padding-right: 10px;
  padding-left: 0;
}
#header #header-nav .nav-primary li.level0 ul.level0 li.level1 ul.level1 li a.level2:hover {
  color: #d43741;
  padding-left: 10px;
  padding-right: 0;
  background: url(../images/menu-arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 5px auto;
}
#header #header-nav .nav-primary li.level0 ul.level0 li.level1:nth-child(5n + 1) {
  clear: left;
}
#header #header-nav .nav-primary li.level0 ul.level0 li.parent > a::after {
  display: none !important;
}
#header #header-nav .nav-primary li.level0.menu-active {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
#header #header-nav .nav-primary li.level0.last {
  margin-right: 0;
}
#header #header-nav .nav-primary a {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
#header #header-nav .nav-primary a:hover {
  color: #000;
}
#header .customer-service {
  position: absolute;
  right: 15px;
  top: 75px;
  padding-right: 15px;
}
#header .customer-service:before {
  content: " ";
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  background: url(../images/down-arrow-black.png);
  background-position: right center;
  background-size: 8px auto;
  background-repeat: no-repeat;
  top: calc(50% - 3px);
}
#header .customer-service:hover {
  cursor: pointer;
}
#header .westpack-minicart {
  position: relative;
}
#header .westpack-minicart #header-cart {
  position: absolute;
  top: 36px;
  right: 0;
  background: #fff;
  border: 1px solid #d7d7d7;
  z-index: 30;
  width: 300px;
}
#header .westpack-minicart #header-cart .skip-link-close {
  display: none;
}
#header .westpack-minicart:hover #header-cart {
  display: block !important;
}
#header .westpack-minicart.show-cart #header-cart {
  display: block !important;
}
#header #header-cart .block-subtitle {
  background: #d7d7d7;
  color: #fff;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  font-size: 14px;
}
#header #header-cart .mini-products-list {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  max-height: 280px;
  overflow-y: auto;
}
#header #header-cart .mini-products-list .item {
  color: #000;
}
#header #header-cart .mini-products-list .item a {
  color: #000;
}
#header #header-cart .mini-products-list .item .price {
  color: #ef2c3a;
  display: inline-block;
  margin-top: -2px;
}
#header #header-cart .mini-products-list .item .btn-edit {
  font-size: 13px;
}
#header #header-cart .mini-products-list .item .remove {
  font-size: 13px;
}
#header #header-cart .mini-products-list .item .item-logoprint .clabel, #header #header-cart .mini-products-list .item .item-logoprint-color .clabel {
  display: inline-block;
  margin-right: 8px;
  font-size: 13px;
}
#header #header-cart .mini-products-list .item .item-logoprint img, #header #header-cart .mini-products-list .item .item-logoprint-color img {
  display: inline-block;
  width: 30px;
  height: auto;
}
#header #header-cart .mini-products-list .item .minicart-btn-sets {
  padding-top: 8px;
}
#header #header-cart .mini-products-list .item .minicart-btn-sets .btn-edit {
  margin-right: 15px;
}
#header #header-cart .mini-products-list .item.logo-fee-item {
  padding-top: 0 !important;
}
#header #header-cart .mini-products-list .item.logo-fee-item .qty-wrapper {
  display: none;
}
#header #header-cart .mini-products-list .item.logo-fee-item .item-logoprint-color {
  display: none;
}
#header #header-cart .mini-products-list .item.logo-fee-item .item-logoprint {
  display: none;
}
#header #header-cart .mini-products-list .item.logo-fee-item .btn-edit, #header #header-cart .mini-products-list .item.logo-fee-item .remove {
  display: none;
}
#header #header-cart .mini-products-list .item.logo-fee-item .minicart-btn-sets {
  display: none;
}
#header #header-cart .mini-products-list .item.logo-fee-item .product-image {
  display: none;
}
#header #header-cart .block-content {
  font-weight: bold;
  background: #d7d7d7;
}
#header #header-cart .block-content .subtotal {
  background: #d7d7d7;
}
#header #header-cart .block-content .subtotal .label {
  font-weight: bold;
}
#header #header-cart .block-content .subtotal .price {
  color: #ef2c3a;
  display: inline-block;
  font-family: "Open Sans";
}
#header #header-cart .minicart-actions {
  padding: 5px;
}
#header #header-cart .minicart-actions .cart-link {
  color: #000;
}
#header .trustpilot-wrapper {
  float: right;
  margin-right: 15px;
  margin-top: 9px;
}
#header .trustpilot-wrapper .inner-wrapper {
  width: 200px;
  overflow: hidden;
}
#header .trustpilot-wrapper img {
  width: 200px;
  height: auto;
}

#header.fixed .logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
#header.fixed .logo .large {
  display: none;
}
#header.fixed .logo .small {
  display: block;
}
#header.fixed .customer-service {
  top: 55px;
}
#header.fixed .header-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  background: #f7f7f7;
  height: 90px;
  border-bottom: 1px solid #d7d7d7;
}
#header.fixed #header-search {
  width: 250px !important;
  top: 12px;
}
#header.fixed #header-search .login-button-trigger {
  text-indent: -9999px;
  padding-right: 10px;
  background-position: center center;
  width: 0;
}
#header.fixed #header-search .login-button-trigger:hover {
  text-indent: -9999px;
  padding-right: 10px;
  background-position: center center;
}
#header.fixed .trustpilot-wrapper {
  margin-right: 100px;
}
#header.fixed #header-search .search-wrapper {
  position: absolute;
  left: -670px;
  top: 0;
}
#header.fixed #header-nav {
  left: 50%;
  margin-left: -435px;
  position: relative;
  top: -52px;
  width: 810px;
  border: none;
  background: none;
}
#header.fixed #header-nav .nav-container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
#header.fixed #header-nav .nav-primary {
  text-align: center;
}
#header.fixed #header-nav .nav-primary li.level0 {
  float: none;
  display: inline-block;
  margin-right: 15px;
  border-bottom: none;
  margin-right: 0;
  padding-left: 7px;
  margin-left: 5px;
}
#header.fixed #header-nav .nav-primary li.level0 ul {
  text-align: left;
}
#header.fixed #header-nav .nav-primary li.level0.menu-active {
  border: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#header.fixed .account-trigger {
  padding-left: 15px;
  padding-right: 10px;
}
#header.fixed .account-trigger .name {
  display: none;
}
#header.fixed .skip-link.skip-nav,
#header.fixed .skip-link.skip-cart,
#header.fixed .skip-link.skip-cart.no-count {
  margin-left: 0;
}
#header.fixed #header-nav {
  top: -42px;
}
#header.fixed #header-nav .nav-primary li.level0 {
  margin-bottom: 0;
}
#header.fixed #header-nav .nav-primary li.level0 ul.level0 {
  position: fixed;
  left: 50%;
  width: 1140px;
  margin-left: -570px;
  top: 89px;
}
#header.fixed #header-nav .nav-primary li.level0 {
  padding-left: 0;
}
#header.fixed #header-nav .nav-primary li.level0 a.level0 {
  padding-bottom: 7px;
  background-position: calc(100% - 5px) 19px;
  padding-right: 26px;
  font-size: 13px;
  padding-right: 20px;
  margin-right: 5px;
}

#header-search {
  position: absolute;
  right: 15px;
  top: 25px;
  width: auto !important;
  height: auto;
}
#header-search .logout-button,
#header-search .login-button-trigger {
  float: right;
  height: 36px;
  background-color: #ee2d3a;
  background-image: url(../images/login-icon.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: 11px center;
  width: auto;
  text-align: center;
  color: #fff;
  font-family: "Open Sans";
  font-size: 13px;
  margin-left: 10px;
  padding-top: 8px;
  padding-left: 33px;
  padding-right: 15px;
}
#header-search .logout-button:hover,
#header-search .login-button-trigger:hover {
  cursor: pointer;
  background-color: #ee2d3a;
  background-image: url(../images/login-icon.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: 11px center;
  color: #fff;
  text-decoration: none;
}
#header-search .search-wrapper {
  float: right;
  position: relative;
}
#header-search .search-wrapper #search_mini_form {
  float: right;
}
#header-search .search-wrapper #search_mini_form input#search {
  border: 1px solid #000;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  display: block;
  width: 235px;
  padding-left: 38px;
  height: 36px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 5px;
  background-color: #fff;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 12px center;
}
#header-search .search-wrapper #search_mini_form .search-button {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  text-indent: 0;
  position: relative;
  float: left;
  position: relative;
  width: 100px;
  padding-left: 0;
  padding-right: 0;
  height: 36px;
  border: 1px solid #000;
}
#header-search .search-wrapper #search_mini_form .search-button span {
  display: inline-block;
}
#header-search .search-wrapper #search_mini_form .search-button::before {
  display: none;
  position: relative;
}
#header-search .account-trigger {
  float: right;
  margin-left: 15px;
  margin-top: 7px;
  position: relative;
  padding-bottom: 10px;
}
#header-search .account-trigger .icon {
  float: left;
  margin-right: 8px;
  margin-top: 3px;
}
#header-search .account-trigger span {
  float: left;
}
#header-search .account-trigger .block-account {
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 15px;
  width: 225px;
  z-index: 20;
  display: none;
}
#header-search .account-trigger .block-account ul li {
  font-size: 14px;
  font-family: "Open Sans";
}
#header-search .account-trigger .block-account ul li a {
  font-size: 14px;
  font-family: "Open Sans";
}
#header-search .account-trigger:hover .block-account {
  display: block;
}

.skip-link.skip-nav,
.skip-link.skip-cart,
.skip-link.skip-cart.no-count {
  background: none;
  position: relative;
  margin-left: 10px;
}
.skip-link.skip-nav .label,
.skip-link.skip-cart .label,
.skip-link.skip-cart.no-count .label {
  display: none;
}
.skip-link.skip-nav .count::before,
.skip-link.skip-cart .count::before,
.skip-link.skip-cart.no-count .count::before {
  content: "";
}
.skip-link.skip-nav .count::after,
.skip-link.skip-cart .count::after,
.skip-link.skip-cart.no-count .count::after {
  content: "";
}

.skip-links {
  display: none;
}

.home-page-block1 {
  margin-top: 15px;
  margin-bottom: 0;
}
.home-page-block1 .youtube-video-wrapper {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
}
.home-page-block1 .youtube-video-wrapper iframe.youtube-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none !important;
}

.home-page-block2 .block {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.home-page-block2 .block a {
  display: block;
}
.home-page-block2 .block .background {
  max-width: 100%;
  height: auto;
}
.home-page-block2 .block .info {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.home-page-block2 .block .info .title {
  font-size: 30px;
  color: #000;
}
.home-page-block2 .block .info .see-more {
  color: #ee2d3a;
  text-transform: uppercase;
}
.home-page-block2 .block .info .see-more .clabel {
  float: left;
  font-size: 18px;
}
.home-page-block2 .block .info .see-more .arrow-icon {
  float: left;
  width: 20px;
  height: auto;
  margin-left: 10px;
  margin-top: 8px;
}

.row-style1 .col-md-12,
.row-style1 .col-md-6,
.row-style1 .col-md-4 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}
.row-style1 .block {
  display: block;
  position: relative;
  margin-bottom: 0;
}
.row-style1 .block img {
  width: 100%;
  height: auto;
}
.row-style1 .block .info {
  position: absolute;
  font-size: 30px;
}
.row-style1 .block.position_top_left .info {
  top: 15px;
  left: 15px;
  right: 15px;
  text-align: left;
}
.row-style1 .block.position_top_center .info {
  top: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
}
.row-style1 .block.position_top_right .info {
  top: 15px;
  right: 15px;
  max-width: calc(100% - 30px);
}
.row-style1 .block.position_bottom_left .info {
  left: 15px;
  bottom: 15px;
  right: 15px;
}
.row-style1 .block.position_bottom_right .info {
  bottom: 15px;
  right: 15px;
  max-width: calc(100% - 30px);
}
.row-style1 .block.position_bottom_center .info {
  bottom: 15px;
  right: 15px;
  left: 15px;
  text-align: center;
}
.row-style1 .block.color_white .info {
  color: #fff;
}
.row-style1 .block.color_black .info {
  color: #000;
}

.row-style1.col-2 {
  margin-left: -8px;
  margin-right: -8px;
}
.row-style1.col-2 .col-md-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.row-style1.col-3 {
  margin-left: -8px;
  margin-right: -8px;
}
.row-style1.col-3 .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
}

.service-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.service-block .service-item {
  float: left;
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  color: #000;
}
.service-block .service-item table {
  font-size: 13px;
}
.service-block .service-item table tr td {
  color: #000;
}
.service-block .service-item table tr td a {
  display: block;
  color: #000;
}
.service-block .service-item table tr td a:hover {
  text-decoration: none;
}
.service-block .service-item img {
  display: inline-block;
  margin-bottom: 10px;
}

.footer-subscribe {
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-subscribe .clabel {
  color: #000;
  float: left;
  font-weight: normal;
  font-size: 13px;
  margin-right: 15px;
  margin-top: 10px;
  margin-left: 150px;
}
.footer-subscribe .subscribe-wrapper {
  float: left;
  height: 35px;
}
.footer-subscribe p {
  display: inline-block;
}
.footer-subscribe .block-subscribe {
  display: inline-block;
  margin-bottom: 0;
}
.footer-subscribe #newsletter-validate-detail {
  width: 375px;
}
.footer-subscribe #newsletter-validate-detail .block-content {
  margin: 0;
}
.footer-subscribe #newsletter-validate-detail .input-box {
  float: left;
  width: calc(100% - 110px);
  padding: 0;
}
.footer-subscribe #newsletter-validate-detail .input-box #newsletter {
  margin: 0 !important;
  border: 1px solid #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 35px !important;
}
.footer-subscribe #newsletter-validate-detail .actions {
  float: left;
  width: 110px;
  margin-top: 0;
}
.footer-subscribe #newsletter-validate-detail .actions .button {
  background: #000;
  border: 1px solid #000;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.footer {
  border-top: 1px solid #d7d7d7;
  background: #f4f4f4;
  font-family: "Open Sans";
}
.footer .footer-link {
  padding-bottom: 15px;
}
.footer a {
  font-family: "Open Sans";
}
.footer .footer-column-1 {
  width: 300px;
}
.footer table tr td {
  font-size: 14px;
}
.footer ul li {
  font-size: 14px;
}
.footer .footer-column-2 ul li {
  color: #000;
}
.footer .footer-column-2 ul li a {
  color: #000;
}
.footer .footer-column-2 ul li a:hover {
  color: #000;
}
.footer .footer-column-2 img {
  max-width: 100%;
  height: auto;
}
.footer .footer-column-3 .social-list:after {
  content: "";
  display: table;
  clear: both;
}
.footer .footer-column-3 .social-list li {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
.footer .footer-column-3 .social-list li:hover {
  opacity: 0.8;
}
.footer .footer-column-3 ul li {
  color: #000;
}
.footer .footer-column-3 ul li a {
  color: #000;
}
.footer .footer-column-3 ul li a:hover {
  color: #000;
}
.footer .footer-column-3 .opening-hours {
  margin-bottom: 20px;
}
.footer .footer-column-3 .opening-hours tr td {
  color: #000;
}
.footer .footer-column-3 .opening-hours tr td:first-child {
  padding-right: 30px;
}
.footer .footer-column-3 .contact-list li {
  clear: left;
}
.footer .footer-column-3 .contact-list li a {
  clear: left;
  display: block;
}
.footer .footer-column-3 .contact-list li .phone-icon {
  float: left;
  margin-right: 10px;
  margin-top: -3px;
  margin-bottom: 15px;
  clear: left;
}
.footer .footer-column-3 .contact-list li .mail-icon {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  clear: left;
  margin-bottom: 15px;
}
.footer .footer-column-3 .contact-list li .chat-icon {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  clear: left;
  margin-bottom: 15px;
}
.footer .footer-bottom {
  background: #000;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .footer-bottom .payment-block img {
  max-width: 100%;
  height: auto;
}
.footer .footer-bottom .copyright {
  font-size: 12px;
}
.footer .footer-bottom .copyright a {
  color: #fff;
  display: inline-block;
}
.footer .footer-bottom .copyright a:hover {
  text-decoration: none;
}

.customer-account .top-content {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.customer-account .top-content .block-account {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.customer-account .top-content .block-account ul li {
  height: 15px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 2px dotted #d7d7d7;
  line-height: 14px;
  font-family: "Open Sans";
}
.customer-account .top-content .block-account ul li a {
  line-height: 14px;
  font-family: "Open Sans";
}
.customer-account .top-content .block-account ul li.current {
  color: #e61a23;
}
.customer-account .top-content .block-account ul li.current a {
  color: #e61a23;
}
.customer-account .top-content .block-account ul li.current a strong {
  color: #e61a23;
}

.cms-page-view .std, .cms-no-route .std {
  color: #000;
}
.cms-page-view .std h1, .cms-page-view .std h2, .cms-page-view .std h3, .cms-page-view .std h4, .cms-page-view .std h5, .cms-no-route .std h1, .cms-no-route .std h2, .cms-no-route .std h3, .cms-no-route .std h4, .cms-no-route .std h5 {
  font-family: "Open Sans";
  color: #000;
}
.cms-page-view .std p, .cms-no-route .std p {
  font-style: normal;
  font-family: "Open Sans";
  color: #000;
}

.cms-about .about-top {
  position: relative;
}
.cms-about .about-top .about-video {
  display: block;
  width: 100%;
  height: auto;
}
.cms-about .about-top img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cms-about .about-top .info {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -100px;
  text-align: center;
  color: #fff;
}
.cms-about .about-top .info img {
  width: auto;
  height: auto;
  display: inline-block;
}
.cms-about .about-top .info h2 {
  color: #fff;
  font-size: 76px;
  font-weight: 100;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.cms-about .about-top .info p {
  color: #fff;
  font-size: 26px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.cms-about .staff-list .col-md-3 {
  position: relative;
  margin-bottom: 30px;
}
.cms-about .staff-list .col-md-3:nth-child(4n + 1) {
  clear: left;
}
.cms-about .staff-list img {
  width: 100%;
  height: auto;
}
.cms-about .staff-list .info {
  position: absolute;
  bottom: 0;
  left: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  width: calc(100% - 30px);
}
.cms-about .staff-list .info p {
  margin-bottom: 0;
  color: #fff;
}
.cms-about .about-block-info1 {
  background: url(../images/about-bg1.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.cms-about .about-block-info1 .info {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-left: 15px;
}
.cms-about .about-block-info1 .info p {
  color: #fff;
}
.cms-about .about-block-info1 .info table {
  width: 538px;
}
.cms-about .about-block-info1 .info table tr td {
  vertical-align: top;
  color: #fff;
  font-family: "Open Sans";
  padding-bottom: 15px;
  padding-right: 15px;
}
.cms-about .about-block-info1 .info table tr td h1 {
  color: #fff;
}
.cms-about .about-block-info1 .info table tr td:first-child {
  width: 100px;
  text-align: center;
}
.cms-about .about-block-info1 .info table tr td:first-child img {
  display: inline-block;
  margin-top: 8px;
}
.cms-about .about-block-info2 {
  background: url(../images/about-bg2.jpg);
  background-size: cover;
  background-position: center center;
}
.cms-about .about-block-info2 .top {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cms-about .about-block-info2 .top .info-block {
  border: 1px solid #c0c0c0;
  padding: 40px;
  text-align: center;
  margin-top: 15px;
}
.cms-about .about-block-info2 .top .info-block img {
  display: inline-block;
  margin-bottom: 10px;
}
.cms-about .about-block-info2 .bottom {
  background: rgba(0, 0, 0, 0.2);
  padding-top: 40px;
  padding-bottom: 40px;
}
.cms-about .about-block-info2 .bottom .image {
  text-align: right;
}
.cms-about .about-block-info2 .bottom .image img {
  display: inline-block;
}
.cms-about .about-block-info2 .about-contact .info .button {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}
.cms-about .note-msg {
  display: none;
}

.westpack-news {
  margin-bottom: 30px;
}
.westpack-news .news-item.custom-hide {
  display: none;
}
.westpack-news .news-item {
  padding-bottom: 5px;
  border-bottom: 2px dotted #d7d7d7;
  margin-bottom: 15px;
}
.westpack-news .see-all-news {
  color: #ee2d3a;
  text-transform: uppercase;
}
.westpack-news .see-all-news:hover {
  cursor: pointer;
}

.westpack-news.show-all .news-item.custom-hide {
  display: block;
}
.westpack-news.show-all .see-all-news {
  display: none;
}

.page-title h1, .page-title h2, .product-name h1, .product-name .h1 {
  color: #000;
}

.customer-account h1, .customer-account h2, .customer-account h3, .customer-account h4, .customer-account h5 {
  font-family: "Open Sans";
  font-weight: bold;
}
.customer-account .left-title {
  float: left;
}
.customer-account .edit-link {
  float: right;
  color: #ee2d3a;
  padding: 0;
}
.customer-account .box-content a {
  color: #ee2d3a;
}
.customer-account .box-account-wrapper {
  border-top: 3px solid #000;
  padding-top: 25px;
  padding-bottom: 30px;
}
.customer-account .box-account-wrapper .box-head {
  margin-top: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}
.customer-account .box-account-wrapper .box-head h2 {
  color: #000;
  font-size: 18px;
}
.customer-account .box-account-wrapper .wp-account-info {
  padding-left: 0;
}
.customer-account .box-account-wrapper .wp-account-contact {
  padding-right: 0;
}
.customer-account .box-account-wrapper .box-title {
  padding-top: 25px;
  margin-bottom: 10px;
}
.customer-account .box-account-wrapper .box-title h3 {
  font-size: 14px;
}
.customer-account .box-account-wrapper .account-address-block .box-title {
  margin-bottom: 15px;
}
.customer-account .box-title a, .customer-account .box-head a {
  text-transform: initial;
  font-size: 14px;
}
.customer-account .box-head h2 {
  font-weight: 700;
}
.customer-account .box-head a {
  padding: 0;
}
.customer-account .box-account p, .customer-account .box-account address {
  font-style: normal;
  font-family: "Open Sans";
}
.customer-account .account-info-row {
  margin-bottom: 30px;
}
.customer-account .box-account.box-info {
  padding-bottom: 0;
  border-bottom: 0;
}

.wp-account-contact .wp-account-contact-wrapper {
  border: 1px solid #d7d7d7;
}
.wp-account-contact .title {
  text-align: center;
  background: #d7d7d7;
  color: #6d6e71;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
}
.wp-account-contact .info-wrapper {
  padding: 30px 15px;
  text-align: center;
}
.wp-account-contact .info-wrapper img {
  display: inline-block;
  margin-bottom: 10px;
}
.wp-account-contact .info-wrapper .image img {
  max-width: 170px;
  height: auto;
}
.wp-account-contact .info-wrapper .chat-button {
  width: 180px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.wp-account-contact .info-wrapper .chat-button .image {
  background: #ee2d3a;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 38px;
  float: left;
  width: 46px;
  padding-top: 4px;
}
.wp-account-contact .info-wrapper .chat-button .clabel {
  float: left;
  height: 38px;
  width: calc(100% - 46px);
  border: 1px solid #d7d7d7;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  color: #d7d7d7;
  font-weight: 700;
  padding-top: 8px;
}
.wp-account-contact .info-wrapper .chat-button:hover {
  cursor: pointer;
}
.wp-account-contact .info-wrapper a {
  color: #000;
}

.news-item .date, .menu-categories .date, .news-item-content .date {
  font-size: 14px;
  color: #000;
}

.customer-account input.input-text, .customer-account textarea, .customer-account select {
  border-color: #ccc;
}
.customer-account select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/dropdown-bullet-2.png);
  background-size: 8px 6px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
}
.customer-account h2 {
  font-size: 18px;
}
.customer-account #my-orders-table thead {
  width: 100%;
}
.customer-account #my-orders-table thead tr {
  width: 100%;
}
.customer-account #my-orders-table thead tr th {
  background: none;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-size: 14px;
}
.customer-account #my-orders-table thead tr .number {
  width: 150px;
}
.customer-account #my-orders-table thead tr .date {
  width: 150px;
}
.customer-account #my-orders-table thead tr .total {
  width: 150px;
}
.customer-account #my-orders-table thead tr .status {
  width: 150px;
}
.customer-account #my-orders-table thead tr .status em {
  font-style: normal !important;
}
.customer-account #my-orders-table thead tr .view {
  width: 150px;
}
.customer-account #my-orders-table tbody {
  width: 100%;
}
.customer-account #my-orders-table tbody tr {
  width: 100%;
}
.customer-account #my-orders-table tbody tr td {
  text-align: center;
  font-style: normal;
  font-family: "Open Sans";
  color: #000;
  vertical-align: middle;
}
.customer-account #my-orders-table tbody tr .number {
  width: 150px;
}
.customer-account #my-orders-table tbody tr .date {
  width: 150px;
}
.customer-account #my-orders-table tbody tr .total {
  width: 150px;
}
.customer-account #my-orders-table tbody tr .status {
  width: 150px;
}
.customer-account #my-orders-table tbody tr .status em {
  font-style: normal !important;
}
.customer-account #my-orders-table tbody tr .view {
  width: 150px;
}
.customer-account #my-orders-table tbody tr .view a {
  color: #ee2d3a;
}
.customer-account #my-orders-table tbody tr .ship {
  width: auto;
  text-align: left;
}
.customer-account .box-recent {
  border-top: 3px solid #000;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.customer-account .box-recent .box-head {
  margin-top: 25px;
  padding-bottom: 15px;
  border-bottom: none;
}
.customer-account .instagram-images {
  margin-bottom: 30px;
  overflow: hidden;
}
.customer-account .instagram-images .neklo-instagram {
  margin-right: -2px;
}
.customer-account .instagram-images .neklo-instagram .neklo-instagram-list {
  width: 100%;
  margin-bottom: 0;
}
.customer-account .instagram-images .neklo-instagram .neklo-instagram-list li {
  width: calc(20% - 2px);
  float: left;
  margin: 0;
  margin-right: 2px;
  overflow: hidden;
}
.customer-account .instagram-images .neklo-instagram .neklo-instagram-list li a {
  display: block;
  position: relative;
}
.customer-account .instagram-images .neklo-instagram .neklo-instagram-list li img.block-ratio {
  display: block;
  width: 100%;
  height: auto;
}
.customer-account .instagram-images .neklo-instagram .neklo-instagram-list li .ig-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.customer-account .instagram-images .neklo-instagram .neklo-instagram-list li .neklo-instagram-over {
  display: none !important;
}
.customer-account .instagram-images .neklo-instagram .neklo-instagram-list li .ig-image:hover {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.customer-account .last-message {
  border-top: 3px solid #000;
  margin-bottom: 30px;
}
.customer-account .last-message .wrapper {
  border: 1px solid #d7d7d7;
  padding: 15px;
  border-top: none;
}
.customer-account .last-message a {
  color: #ee2d3a;
}
.customer-account .last-message .reply_btn {
  margin-bottom: 0;
}
.customer-account .buttons-set {
  padding-top: 0;
  border-top: none;
}
.customer-account .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
.customer-account .form-list .control {
  margin-bottom: 0;
}
.customer-account a {
  color: #ee2d3a;
}
.customer-account a:hover {
  color: #ee2d3a;
}
.customer-account .my-account .addresses-list .item p {
  margin-top: 0;
}
.customer-account address {
  margin-bottom: 10px;
}
.customer-account .addresses-additional {
  border: 2px solid #6e6d72;
  padding: 15px;
  padding-bottom: 15px !important;
}
.customer-account .addresses-additional .info {
  float: left;
  width: calc(100% - 180px);
}
.customer-account .addresses-additional .icon-wrapper {
  float: left;
  width: 180px;
  text-align: center;
}
.customer-account .addresses-additional .icon-wrapper img {
  display: inline-block;
}
.customer-account .pager .amount {
  font-size: 14px;
  margin-top: 1px;
}
.customer-account .pager .amount strong {
  font-weight: normal;
}

.data-table th {
  background: none;
  color: #000;
}

.data-table thead th, .data-table tbody td {
  border-bottom: 2px dotted #d7d7d7;
}

#adj-nav-navigation .block-title {
  border-top: none;
}

.account-create {
  padding-top: 50px;
}
.account-create .legend {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  border-bottom: none;
  margin-top: 30px;
  margin-bottom: 10px;
}
.account-create #form-validate {
  width: 480px;
}
.account-create .fieldset {
  margin-left: 0;
}
.account-create .shipping-address {
  display: none;
}
.account-create .shipping-address.active {
  display: block !important;
}
.account-create .form-list .field {
  clear: left;
  margin-bottom: 15px;
}
.account-create .form-list label {
  display: inline-block;
  float: left;
  width: 135px;
  margin-top: 7px;
  font-weight: 400;
}
.account-create .form-list .input-box {
  width: calc(100% - 135px);
  float: left;
  position: relative;
}
.account-create .form-list .input-box input {
  width: calc(100% - 15px);
}
.account-create .form-list .input-box select {
  width: calc(100% - 15px);
}
.account-create .form-list .input-box .required {
  position: absolute;
  right: 0;
  top: 9px;
}
.account-create .form-list label.required:after,
.account-create .form-list span.required:after {
  right: -15px;
}
.account-create .form-list .newsletter-fiels-block input {
  width: auto;
  margin-right: 0px !important;
}
.account-create .form-list .newsletter-fiels-block label {
  margin-left: 0px;
}
.account-create .two-col-fields .field:first-child {
  width: 55%;
  float: left;
}
.account-create .two-col-fields .field:last-child {
  clear: none;
  width: 45%;
  float: left;
}
.account-create .two-col-fields .field:last-child label {
  padding-left: 15px;
  width: calc(100% - 150px);
}
.account-create .two-col-fields .field:last-child .input-box {
  width: 150px;
}
.account-create .newsletter-fiels-block .input-box {
  width: auto;
  float: left;
}
.account-create .newsletter-fiels-block #is_subscribed {
  margin-left: 0;
  margin-top: 1px !important;
}
.account-create .newsletter-fiels-block label {
  width: auto;
  float: left;
  background: none;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  color: #000;
  margin-top: 5px;
}
.account-create .newsletter-fiels-block label:hover {
  background: none;
  color: #000;
}
.account-create .shipping-address-select-block {
  margin-top: 30px;
}
.account-create .shipping-address-select-block .shipping-address-select {
  float: left;
  margin-top: 9px;
}
.account-create .shipping-address-select-block .clabel {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}
.account-create .buttons-set {
  margin-left: 0;
  border-top: none;
  padding-right: 15px;
  width: 100%;
  max-width: 100%;
}
.account-create .buttons-set .button {
  margin: 0;
}

.searchautocomplete .searchautocomplete-placeholder {
  border: 1px solid #d7d7d7;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 36px !important;
}

.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: none;
  padding-bottom: 0;
  margin-bottom: 10px;
  color: #000;
}

form .legend {
  border-bottom: none;
  text-transform: none;
  padding-bottom: 0;
  color: #000;
  font-size: 16px;
}

.form-list .control label,
.form-list .control label:hover {
  padding-left: 10px;
  background: none;
}

.customer-account.customer-address-form .back-link {
  clear: left;
  margin-top: 15px;
}

.customer-account.sales-order-history .back-link {
  display: none;
}

.customer-account.newsletter-manage-index .my-account .fieldset {
  margin-top: 15px;
  margin-bottom: 15px;
}
.customer-account.newsletter-manage-index .my-account .form-list {
  padding-top: 0;
}

.monkey-multisubscribe .email-subscription .icon {
  display: inline-block;
  margin-left: 8px;
  margin-top: -1px;
}

.newsletter-form-wrapper .newsletter-form {
  float: left;
}
.newsletter-form-wrapper .newsletter-form .email-subscription .icon {
  display: inline-block;
  margin-left: 8px;
  margin-top: -1px;
}
.newsletter-form-wrapper .newsletter-icon {
  float: left;
}
.newsletter-form-wrapper .form-list input#subscription {
  float: left;
  margin: 0 !important;
  margin-left: 5px !important;
  height: auto !important;
  position: relative;
  top: 3px !important;
}
.newsletter-form-wrapper .form-list label {
  float: left;
  padding: 0;
  margin-top: 4px;
  margin-bottom: 20px;
}
.newsletter-form-wrapper .form-list label:hover {
  padding: 0;
}

.freight-prices thead tr td {
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
}
.freight-prices thead tr .col-country {
  width: 100px;
}
.freight-prices thead tr .col-price {
  width: 100px;
}
.freight-prices thead tr .col-weight {
  width: 100px;
}
.freight-prices thead tr .col-free-shipping {
  width: 120px;
}
.freight-prices thead tr .col-transit {
  width: 120px;
}
.freight-prices thead tr td:nth-child(2) {
  text-align: center;
}
.freight-prices thead tr td:nth-child(3) {
  text-align: center;
}
.freight-prices thead tr td:nth-child(4) {
  text-align: center;
}
.freight-prices thead tr td:nth-child(5) {
  text-align: center;
}
.freight-prices thead tr td:nth-child(6) {
  text-align: center;
}
.freight-prices tbody tr td {
  color: #000;
}
.freight-prices tbody tr td img {
  display: inline-block;
  margin-right: 8px;
}
.freight-prices tbody tr td:first-of-type {
  min-width: 160px;
}
.freight-prices tbody tr td:nth-child(2) {
  text-align: center;
}
.freight-prices tbody tr td:nth-child(3) {
  text-align: center;
}
.freight-prices tbody tr td:nth-child(4) {
  text-align: center;
}
.freight-prices tbody tr td:nth-child(5) {
  text-align: center;
}
.freight-prices tbody tr td:nth-child(6) {
  text-align: right;
  padding-right: 8px;
}
.freight-prices tbody tr:nth-child(2n + 1) td {
  background: #e5e5e5;
}

.freight-prices2 {
  margin-bottom: 25px;
}
.freight-prices2 thead tr td {
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
}
.freight-prices2 thead tr .col-country {
  width: 140px;
}
.freight-prices2 thead tr .col-price {
  width: 80px;
}
.freight-prices2 thead tr .col-weight {
  width: 80px;
}
.freight-prices2 thead tr .col-transit {
  width: 120px;
}
.freight-prices2 thead tr td:nth-child(2) {
  text-align: center;
}
.freight-prices2 thead tr td:nth-child(3) {
  text-align: center;
}
.freight-prices2 thead tr td:nth-child(4) {
  text-align: center;
}
.freight-prices2 tbody tr td {
  color: #000;
}
.freight-prices2 tbody tr td img {
  display: inline-block;
  margin-right: 8px;
}
.freight-prices2 tbody tr td:nth-child(2) {
  text-align: center;
}
.freight-prices2 tbody tr td:nth-child(3) {
  text-align: center;
}
.freight-prices2 tbody tr td:nth-child(4) {
  text-align: right;
  padding-right: 8px;
}
.freight-prices2 tbody tr:nth-child(2n + 1) td {
  background: #e5e5e5;
}

.note-box {
  border: 1px solid #ccc;
  padding: 20px;
  max-width: 100%;
  width: 800px;
}

.cms-page-view .main .col-main .page-title {
  margin-top: 30px;
  margin-bottom: 15px;
}
.cms-page-view .main .col-main .back-to-top img {
  display: inline-block;
  margin-right: 8px;
  margin-top: -4px;
}
.cms-page-view .main .col-main .back-to-top:hover {
  cursor: pointer;
}

.westpack-register-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.25s ease 0s, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0.25s;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease;
  -webkit-transition-delay: 0s, 0.25s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0.25s;
}
.westpack-register-popup .outer-wrapper {
  position: fixed;
  top: 50px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  bottom: 30px;
  background: #fff;
}
.westpack-register-popup .outer-wrapper .close-register-popup {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 101;
}
.westpack-register-popup .outer-wrapper .close-register-popup:hover {
  cursor: pointer;
}
.westpack-register-popup .outer-wrapper .inner-wrapper {
  padding: 30px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}
.westpack-register-popup .outer-wrapper .inner-wrapper .register-form-wrapper {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.westpack-register-popup .outer-wrapper .inner-wrapper .register-form-wrapper .account-create {
  padding-top: 0;
}

.westpack-register-popup.active {
  visibility: visible;
  display: block !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.25s ease 0s;
  -o-transition: opacity 0.25s ease 0s;
  -webkit-transition: opacity 0.25s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.25s ease 0s;
}

.westpack-forgot-password-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.25s ease 0s, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0.25s;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease;
  -webkit-transition-delay: 0s, 0.25s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0.25s;
}
.westpack-forgot-password-popup .outer-wrapper {
  position: fixed;
  top: 50%;
  width: 460px;
  margin-left: -230px;
  left: 50%;
  background: #fff;
  margin-top: -130px;
}
.westpack-forgot-password-popup .outer-wrapper .close-forgot-password-popup {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 101;
}
.westpack-forgot-password-popup .outer-wrapper .close-forgot-password-popup:hover {
  cursor: pointer;
}
.westpack-forgot-password-popup .outer-wrapper .inner-wrapper {
  padding: 30px;
  position: relative;
  width: 100%;
  height: 100%;
}
.westpack-forgot-password-popup .outer-wrapper .inner-wrapper .forgot-password-form-wrapper {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.westpack-forgot-password-popup .outer-wrapper .inner-wrapper .forgot-password-form-wrapper .page-title {
  margin-top: 0;
}
.westpack-forgot-password-popup .page-title h1 {
  border-bottom: none;
}
.westpack-forgot-password-popup form h2 {
  font-size: 18px;
}
.westpack-forgot-password-popup form input {
  width: 100%;
}
.westpack-forgot-password-popup form .buttons-set {
  border: none;
}
.westpack-forgot-password-popup form .buttons-set .button {
  margin: 0;
}

.westpack-forgot-password-popup.active {
  visibility: visible;
  display: block !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.25s ease 0s;
  -o-transition: opacity 0.25s ease 0s;
  -webkit-transition: opacity 0.25s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.25s ease 0s;
}

.messages {
  margin-top: 15px;
  margin-bottom: 15px;
}

.westpack-ajax-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  color: #fff;
  padding: 15px;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.25s ease 0s, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0.25s;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease;
  -webkit-transition-delay: 0s, 0.25s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0.25s;
  background: rgba(0, 0, 0, 0.2);
}
.westpack-ajax-message .wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  background: #ee2d3a;
  min-height: inherit;
  border: 5px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.westpack-ajax-message .wrapper .container {
  position: relative;
}
.westpack-ajax-message .wrapper .msg {
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: calc(100% - 40px);
}
.westpack-ajax-message .wrapper .msg a {
  color: #fff;
  text-decoration: underline;
}
.westpack-ajax-message .wrapper .close-ajax-message {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 9px;
}
.westpack-ajax-message .wrapper .close-ajax-message:hover {
  cursor: pointer;
}

.westpack-ajax-message.active {
  visibility: visible;
  display: block !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.25s ease 0s;
  -o-transition: opacity 0.25s ease 0s;
  -webkit-transition: opacity 0.25s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.25s ease 0s;
}

table.attachments {
  display: block;
}
table.attachments tbody {
  display: block;
}
table.attachments tr {
  display: block;
  border-bottom: 2px dotted #d7d7d7;
}
table.attachments tr td {
  display: block;
}

.attachment-widget-link {
  width: calc(25% - 3px);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.attachment-widget-link a {
  text-align: center;
  color: #000;
  font-size: 13px;
}
.attachment-widget-link a:hover {
  text-decoration: none;
}
.attachment-widget-link img {
  display: inline-block;
}
.attachment-widget-link .title {
  margin-bottom: 10px;
  font-weight: bold;
  min-height: 40px;
}
.attachment-widget-link .icon {
  margin-bottom: 10px;
}
.attachment-widget-link .icon .attach-img img {
  width: 95px;
  height: auto;
}
.attachment-widget-link .file-name {
  word-wrap: break-word;
}

.cms-logo-printing ol li a {
  color: #6b6b6d;
}
.cms-logo-printing a {
  color: #6b6b6d;
}
.cms-logo-printing img.back-to-top {
  display: inline-block;
  margin-left: 8px;
}

.cms-page-view .std li, .cms-no-route .std li {
  font-style: normal;
  font-family: "Open Sans";
}

.block-layered-nav .block-content > dl > dt {
  background: none;
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-weight: bold;
  color: #000;
  font-family: "Open Sans";
}
.block-layered-nav .block-content > dl > dt.adj-nav-dt-cat {
  border-bottom: 3px solid #6e6e6e;
  margin-bottom: 30px;
}
.block-layered-nav .block-content > dl > dt.adj-nav-dt-cat.adj-nav-dt-selected {
  border: transparent;
  margin-bottom: 0;
}

.block-layered-nav .block-content > dl > dt:hover {
  background: none;
}

.block-layered-nav .block-content > dl > dd {
  padding: 0;
  border: none;
  border-bottom: 3px solid #6e6e6e !important;
  margin-bottom: 30px;
}
.block-layered-nav .block-content > dl > dd ol li {
  border-top: 1px solid #6e6e6e;
}
.block-layered-nav .block-content > dl > dd ol li a {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
}
.block-layered-nav .block-content > dl > dd ol li a:hover {
  text-decoration: none;
}

dl#narrow-by-list a.adj-nav-attribute, dl#narrow-by-list-top a.adj-nav-attribute {
  padding-top: 8px;
  padding-bottom: 8px;
  background: none;
  position: relative;
  padding-left: 25px;
}

dl#narrow-by-list a.adj-nav-attribute:before,
dl#narrow-by-list-top a.adj-nav-attribute:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 1px solid #6e6e6e;
}

dl#narrow-by-list a.adj-nav-attribute-selected .count,
dl#narrow-by-list-top a.adj-nav-attribute-selected .count {
  font-weight: normal;
}

dl#narrow-by-list a.adj-nav-attribute-selected:before,
dl#narrow-by-list-top a.adj-nav-attribute-selected:before {
  background: url(../images/checkbox.png);
  background-size: 11px 11px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
}

.adj-clear-all a.adj-nav-clearall {
  width: 100%;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 16px;
}
.adj-clear-all a.adj-nav-clearall .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
}
.adj-clear-all a.adj-nav-clearall:hover {
  text-decoration: none;
}

.adj-clear-all.bottom {
  margin-top: -10px;
}

dl#narrow-by-list a.adj-nav-price, dl#narrow-by-list-top a.adj-nav-price {
  padding-top: 8px;
  padding-bottom: 8px;
}

.block-layered-nav dl dd ol > li > a .count {
  float: right;
  display: none !important;
}

dl#narrow-by-list span.adj-nav-category-current, dl#narrow-by-list-top span.adj-nav-category-current {
  padding-left: 0;
}

.products-grid .product-name a, .products-list .product-name a {
  font-weight: bold;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #000;
  font-family: "Open Sans";
  text-transform: none;
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #000;
}

.catalog-category-view .westpack-bestsellers, .cms-page-view .westpack-bestsellers, .catalogsearch-result-index .westpack-bestsellers {
  margin-bottom: 30px;
}
.catalog-category-view .westpack-bestsellers .title, .cms-page-view .westpack-bestsellers .title, .catalogsearch-result-index .westpack-bestsellers .title {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.catalog-category-view .westpack-bestsellers .product-grid, .cms-page-view .westpack-bestsellers .product-grid, .catalogsearch-result-index .westpack-bestsellers .product-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-category-view .westpack-bestsellers .product-grid .item, .cms-page-view .westpack-bestsellers .product-grid .item, .catalogsearch-result-index .westpack-bestsellers .product-grid .item {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-category-view .westpack-bestsellers .product-grid .item a, .cms-page-view .westpack-bestsellers .product-grid .item a, .catalogsearch-result-index .westpack-bestsellers .product-grid .item a {
  display: block;
}
.catalog-category-view .westpack-bestsellers .product-grid .item a:hover, .cms-page-view .westpack-bestsellers .product-grid .item a:hover, .catalogsearch-result-index .westpack-bestsellers .product-grid .item a:hover {
  text-decoration: none;
}
.catalog-category-view .westpack-bestsellers .product-grid .item .product-image, .cms-page-view .westpack-bestsellers .product-grid .item .product-image, .catalogsearch-result-index .westpack-bestsellers .product-grid .item .product-image {
  border: 1px solid #d7d7d7;
  position: relative;
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
.catalog-category-view .westpack-bestsellers .product-grid .item .product-image img, .cms-page-view .westpack-bestsellers .product-grid .item .product-image img, .catalogsearch-result-index .westpack-bestsellers .product-grid .item .product-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 175px;
  max-height: 175px;
}
.catalog-category-view .westpack-bestsellers .product-grid .item .product-name, .cms-page-view .westpack-bestsellers .product-grid .item .product-name, .catalogsearch-result-index .westpack-bestsellers .product-grid .item .product-name {
  text-align: center;
  color: #000;
  font-weight: bold;
}
.catalog-category-view .westpack-bestsellers .product-grid .item .product-name a, .cms-page-view .westpack-bestsellers .product-grid .item .product-name a, .catalogsearch-result-index .westpack-bestsellers .product-grid .item .product-name a {
  color: #000;
  display: block;
  font-weight: bold;
}
.catalog-category-view .westpack-bestsellers .product-grid .item .sizes, .cms-page-view .westpack-bestsellers .product-grid .item .sizes, .catalogsearch-result-index .westpack-bestsellers .product-grid .item .sizes {
  text-align: center;
}
.catalog-category-view .westpack-bestsellers .product-grid .item-5, .catalog-category-view .westpack-bestsellers .product-grid .item-6, .cms-page-view .westpack-bestsellers .product-grid .item-5, .cms-page-view .westpack-bestsellers .product-grid .item-6, .catalogsearch-result-index .westpack-bestsellers .product-grid .item-5, .catalogsearch-result-index .westpack-bestsellers .product-grid .item-6 {
  display: none;
}
.catalog-category-view .toolbar, .cms-page-view .toolbar, .catalogsearch-result-index .toolbar {
  background: none;
  border-top: 2px dotted #d7d7d7;
  border-bottom: 2px dotted #d7d7d7;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.catalog-category-view .toolbar .sorter, .cms-page-view .toolbar .sorter, .catalogsearch-result-index .toolbar .sorter {
  float: right;
}
.catalog-category-view .toolbar .sorter .sort-by, .cms-page-view .toolbar .sorter .sort-by, .catalogsearch-result-index .toolbar .sorter .sort-by {
  margin-right: 0;
}
.catalog-category-view .toolbar .sorter .sort-by select, .cms-page-view .toolbar .sorter .sort-by select, .catalogsearch-result-index .toolbar .sorter .sort-by select {
  width: 100px;
  border: 1px solid #d7d7d7;
  height: 32px;
}
.catalog-category-view .toolbar .sorter .view-mode, .cms-page-view .toolbar .sorter .view-mode, .catalogsearch-result-index .toolbar .sorter .view-mode {
  display: none;
}
.catalog-category-view .toolbar .sorter > .sort-by .sort-by-switcher, .cms-page-view .toolbar .sorter > .sort-by .sort-by-switcher, .catalogsearch-result-index .toolbar .sorter > .sort-by .sort-by-switcher {
  width: 20px;
}
.catalog-category-view .toolbar .pager, .cms-page-view .toolbar .pager, .catalogsearch-result-index .toolbar .pager {
  display: none;
}
.catalog-category-view .category-products .products-grid, .cms-page-view .category-products .products-grid, .catalogsearch-result-index .category-products .products-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-category-view .category-products .products-grid .item, .cms-page-view .category-products .products-grid .item, .catalogsearch-result-index .category-products .products-grid .item {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: 0;
  position: relative;
}
.catalog-category-view .category-products .products-grid .item .item-wrapper, .cms-page-view .category-products .products-grid .item .item-wrapper, .catalogsearch-result-index .category-products .products-grid .item .item-wrapper {
  border: 1px solid transparent;
  min-height: 481px;
  position: relative;
}
.catalog-category-view .category-products .products-grid .item .new-tag, .cms-page-view .category-products .products-grid .item .new-tag, .catalogsearch-result-index .category-products .products-grid .item .new-tag {
  position: absolute;
  background: url(../images/new-tag.png);
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  left: -2px;
  top: -2px;
  z-index: 1;
}
.catalog-category-view .category-products .products-grid .item .new-tag .new-label, .cms-page-view .category-products .products-grid .item .new-tag .new-label, .catalogsearch-result-index .category-products .products-grid .item .new-tag .new-label {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 70px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  left: -9px;
  top: 17px;
  position: relative;
  font-size: 13px;
}
.catalog-category-view .category-products .products-grid .item .discount, .cms-page-view .category-products .products-grid .item .discount, .catalogsearch-result-index .category-products .products-grid .item .discount {
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 1;
  background: url(../images/discount.png);
  width: 55px;
  height: 55px;
  background-size: 55px 55px;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  padding-top: 9px;
  padding-left: 3px;
}
.catalog-category-view .category-products .products-grid .item .discount .clabel1, .cms-page-view .category-products .products-grid .item .discount .clabel1, .catalogsearch-result-index .category-products .products-grid .item .discount .clabel1 {
  font-size: 13px;
}
.catalog-category-view .category-products .products-grid .item .discount .clabel2, .cms-page-view .category-products .products-grid .item .discount .clabel2, .catalogsearch-result-index .category-products .products-grid .item .discount .clabel2 {
  font-size: 16px;
}
.catalog-category-view .category-products .products-grid .item .expired, .cms-page-view .category-products .products-grid .item .expired, .catalogsearch-result-index .category-products .products-grid .item .expired {
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 9;
  background: url(../images/label-expired.png);
  width: 90px;
  height: 90px;
  background-size: 90px 90px;
  background-repeat: no-repeat;
  font-weight: bold;
  padding-top: 9px;
  padding-left: 3px;
}
.catalog-category-view .category-products .products-grid .item .expired .expired-text, .cms-page-view .category-products .products-grid .item .expired .expired-text, .catalogsearch-result-index .category-products .products-grid .item .expired .expired-text {
  display: block;
  position: relative;
  left: -19.5px;
  top: 16px;
  font-size: 11px;
  line-height: 1.8em;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  /* Safari */
  -webkit-transform: rotate(-45deg);
  /* Firefox */
  -moz-transform: rotate(-45deg);
  /* IE */
  -ms-transform: rotate(-45deg);
  /* Opera */
  -o-transform: rotate(-45deg);
}
.catalog-category-view .category-products .products-grid .item .expired .expired-text.pln_pl_pol, .catalog-category-view .category-products .products-grid .item .expired .expired-text.eur_eu_fin, .catalog-category-view .category-products .products-grid .item .expired .expired-text.eur_eu_fin, .catalog-category-view .category-products .products-grid .item .expired .expired-text.eur_eu_spa, .catalog-category-view .category-products .products-grid .item .expired .expired-text.usd_us_spa, .catalog-category-view .category-products .products-grid .item .expired .expired-text.eur_eu_fra, .catalog-category-view .category-products .products-grid .item .expired .expired-text.eur_eu_ita, .catalog-category-view .category-products .products-grid .item .expired .expired-text.eur_eu_por, .cms-page-view .category-products .products-grid .item .expired .expired-text.pln_pl_pol, .cms-page-view .category-products .products-grid .item .expired .expired-text.eur_eu_fin, .cms-page-view .category-products .products-grid .item .expired .expired-text.eur_eu_fin, .cms-page-view .category-products .products-grid .item .expired .expired-text.eur_eu_spa, .cms-page-view .category-products .products-grid .item .expired .expired-text.usd_us_spa, .cms-page-view .category-products .products-grid .item .expired .expired-text.eur_eu_fra, .cms-page-view .category-products .products-grid .item .expired .expired-text.eur_eu_ita, .cms-page-view .category-products .products-grid .item .expired .expired-text.eur_eu_por, .catalogsearch-result-index .category-products .products-grid .item .expired .expired-text.pln_pl_pol, .catalogsearch-result-index .category-products .products-grid .item .expired .expired-text.eur_eu_fin, .catalogsearch-result-index .category-products .products-grid .item .expired .expired-text.eur_eu_fin, .catalogsearch-result-index .category-products .products-grid .item .expired .expired-text.eur_eu_spa, .catalogsearch-result-index .category-products .products-grid .item .expired .expired-text.usd_us_spa, .catalogsearch-result-index .category-products .products-grid .item .expired .expired-text.eur_eu_fra, .catalogsearch-result-index .category-products .products-grid .item .expired .expired-text.eur_eu_ita, .catalogsearch-result-index .category-products .products-grid .item .expired .expired-text.eur_eu_por {
  font-size: 11px;
  line-height: 1em;
}
.catalog-category-view .category-products .products-grid .item .piggy, .cms-page-view .category-products .products-grid .item .piggy, .catalogsearch-result-index .category-products .products-grid .item .piggy {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/piggy.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  z-index: 1;
  right: 25px;
  top: 10px;
}
.catalog-category-view .category-products .products-grid .item .product-image, .cms-page-view .category-products .products-grid .item .product-image, .catalogsearch-result-index .category-products .products-grid .item .product-image {
  border: 1px solid #d7d7d7;
  position: relative;
  width: 100%;
  height: 258px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.catalog-category-view .category-products .products-grid .item .product-image img, .cms-page-view .category-products .products-grid .item .product-image img, .catalogsearch-result-index .category-products .products-grid .item .product-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 240px;
}
.catalog-category-view .category-products .products-grid .item .favorite-icon, .cms-page-view .category-products .products-grid .item .favorite-icon, .catalogsearch-result-index .category-products .products-grid .item .favorite-icon {
  position: absolute;
  right: 30px;
  top: 225px;
  z-index: 1;
  width: 25px;
  height: 24px;
  background: url(../images/like-icons.png);
  background-size: 60px 24px;
  background-position: -35px 0;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.catalog-category-view .category-products .products-grid .item .videos-icon, .cms-page-view .category-products .products-grid .item .videos-icon, .catalogsearch-result-index .category-products .products-grid .item .videos-icon {
  position: absolute;
  left: 30px;
  top: 225px;
  z-index: 1;
  width: 25px;
  height: 24px;
  background-size: 60px 24px;
  background-position: -35px 0;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.catalog-category-view .category-products .products-grid .item .favorite-icon.bindRemove, .cms-page-view .category-products .products-grid .item .favorite-icon.bindRemove, .catalogsearch-result-index .category-products .products-grid .item .favorite-icon.bindRemove {
  background-position: 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.catalog-category-view .category-products .products-grid .item .product-info, .cms-page-view .category-products .products-grid .item .product-info, .catalogsearch-result-index .category-products .products-grid .item .product-info {
  padding-bottom: 15px;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-sku, .cms-page-view .category-products .products-grid .item .product-info .product-sku, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-sku {
  text-align: center;
  font-size: 13px;
  margin-bottom: 5px;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-sizes, .cms-page-view .category-products .products-grid .item .product-info .product-sizes, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-sizes {
  margin-bottom: 5px;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-price, .cms-page-view .category-products .products-grid .item .product-info .product-price, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-price {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 14px;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-price .price-box .price, .cms-page-view .category-products .products-grid .item .product-info .product-price .price-box .price, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-price .price-box .price {
  font-family: "Open Sans";
  color: #000;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-price .price-box .old-price, .cms-page-view .category-products .products-grid .item .product-info .product-price .price-box .old-price, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-price .price-box .old-price {
  display: block;
  width: 100%;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-price .price-box .old-price .price, .cms-page-view .category-products .products-grid .item .product-info .product-price .price-box .old-price .price, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-price .price-box .old-price .price {
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-price .price-box .old-price .price:after, .cms-page-view .category-products .products-grid .item .product-info .product-price .price-box .old-price .price:after, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-price .price-box .old-price .price:after {
  display: none;
  border-top: 1px solid #000;
  position: absolute;
  content: "";
  right: -1px;
  top: 55%;
  left: -1px;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-price .price-box .special-price, .cms-page-view .category-products .products-grid .item .product-info .product-price .price-box .special-price, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-price .price-box .special-price {
  display: none;
  width: 100%;
  padding: 0;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-stock, .cms-page-view .category-products .products-grid .item .product-info .product-stock, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-stock {
  margin-bottom: 10px;
  display: none;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-stock .in-stock, .cms-page-view .category-products .products-grid .item .product-info .product-stock .in-stock, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-stock .in-stock {
  text-transform: none;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-stock .in-stock span, .cms-page-view .category-products .products-grid .item .product-info .product-stock .in-stock span, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-stock .in-stock span {
  display: inline-block;
  background: url(../images/instock-icon.png);
  padding-left: 20px;
  background-size: 16px 16px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-stock .out-of-stock, .cms-page-view .category-products .products-grid .item .product-info .product-stock .out-of-stock, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-stock .out-of-stock {
  text-transform: none;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-stock .out-of-stock span, .cms-page-view .category-products .products-grid .item .product-info .product-stock .out-of-stock span, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-stock .out-of-stock span {
  display: inline-block;
  background: url(../images/out-of-stock-icon.png);
  padding-left: 20px;
  background-size: 16px 16px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-variation, .cms-page-view .category-products .products-grid .item .product-info .product-variation, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-variation {
  display: none;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-variation ul, .cms-page-view .category-products .products-grid .item .product-info .product-variation ul, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-variation ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-variation ul li, .cms-page-view .category-products .products-grid .item .product-info .product-variation ul li, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-variation ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.catalog-category-view .category-products .products-grid .item .product-info .product-variation ul li img, .cms-page-view .category-products .products-grid .item .product-info .product-variation ul li img, .catalogsearch-result-index .category-products .products-grid .item .product-info .product-variation ul li img {
  border: 1px solid #d7d7d7;
}
.catalog-category-view .category-products .products-grid .item.has-discount .piggy, .cms-page-view .category-products .products-grid .item.has-discount .piggy, .catalogsearch-result-index .category-products .products-grid .item.has-discount .piggy {
  top: 55px;
}
.catalog-category-view .category-products .products-grid .item:hover .item-wrapper, .cms-page-view .category-products .products-grid .item:hover .item-wrapper, .catalogsearch-result-index .category-products .products-grid .item:hover .item-wrapper {
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.catalog-category-view .category-products .products-grid .item:hover .product-image, .cms-page-view .category-products .products-grid .item:hover .product-image, .catalogsearch-result-index .category-products .products-grid .item:hover .product-image {
  border: 1px solid transparent;
}
.catalog-category-view .category-products .products-grid .item:hover .product-info .product-stock, .cms-page-view .category-products .products-grid .item:hover .product-info .product-stock, .catalogsearch-result-index .category-products .products-grid .item:hover .product-info .product-stock {
  display: block !important;
}
.catalog-category-view .category-products .products-grid .item:hover .product-info .product-variation, .cms-page-view .category-products .products-grid .item:hover .product-info .product-variation, .catalogsearch-result-index .category-products .products-grid .item:hover .product-info .product-variation {
  display: block !important;
}
.catalog-category-view .left-category-description .title, .cms-page-view .left-category-description .title, .catalogsearch-result-index .left-category-description .title {
  border-top: 2px dotted #d7d7d7;
  border-bottom: 2px dotted #d7d7d7;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

table.footer-block {
  width: 100%;
}
table.footer-block thead tr td {
  color: #000;
}
table.footer-block tbody tr td {
  color: #000;
}

.catalogsearch-result-index .page-title h1 {
  margin-bottom: 30px;
}
.catalogsearch-result-index .category-products .products-grid .item {
  width: 25%;
}
.catalogsearch-result-index .category-products .products-grid .item:nth-child(3n+1) {
  clear: none;
}
.catalogsearch-result-index .category-products .products-grid .item:nth-child(4n+1) {
  clear: left;
}

.website-switcher {
  display: none;
}

#header .customer-service-wrapper {
  display: none;
  background: #f7f7f7;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
}
#header .customer-service-wrapper .customer-service-header {
  border-bottom: 1px solid #999a9b;
}
#header .customer-service-wrapper .customer-service-header .wp-icon {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
#header .customer-service-wrapper .customer-service-content p.title {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#header .customer-service-wrapper .customer-service-content hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 2px dotted #999a9b;
}
#header .customer-service-wrapper .customer-service-content ul {
  line-height: normal;
  margin: 0;
  padding: 0;
}
#header .customer-service-wrapper .customer-service-content ul li {
  margin-bottom: 10px;
}
#header .customer-service-wrapper .customer-service-content ul li a {
  color: #000;
}
#header .customer-service-wrapper .customer-service-content a {
  color: #000;
}
#header .customer-service-wrapper .customer-service-content br {
  margin-bottom: 5px;
}
#header .customer-service-wrapper .customer-service-content .contact-block .phone-contact {
  padding-left: 45px;
  background: url(../images/phone-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 41px;
}
#header .customer-service-wrapper .customer-service-content .contact-block .email-contact {
  padding-left: 45px;
  background: url(../images/mail-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 23px;
}
#header .customer-service-wrapper .customer-service-content .contact-block .contact-image {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
#header .customer-service-wrapper .customer-service-content .contact-block .contact-image img {
  width: 160px;
  height: auto;
  max-width: 100%;
  display: inline-block;
}
#header .customer-service-wrapper .customer-service-content .contact-block .chat-button {
  width: 180px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
#header .customer-service-wrapper .customer-service-content .contact-block .chat-button .image {
  background: #ee2d3a;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 38px;
  float: left;
  width: 46px;
  padding-top: 4px;
  text-align: center;
}
#header .customer-service-wrapper .customer-service-content .contact-block .chat-button .image img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-top: 5px;
}
#header .customer-service-wrapper .customer-service-content .contact-block .chat-button .clabel {
  float: left;
  height: 38px;
  width: calc(100% - 46px);
  border: 1px solid #d7d7d7;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  color: #d4d4d4;
  font-weight: 700;
  padding-top: 8px;
  background: #fff;
}
#header .customer-service-wrapper .customer-service-content .contact-block .chat-button:hover {
  cursor: pointer;
}
#header .customer-service-wrapper .customer-service-content .delivery-block {
  padding: 30px 15px;
  border: 1px solid #d4d4d4;
  background: #f9f9f9;
  padding-bottom: 0;
}
#header .customer-service-wrapper .customer-service-content .delivery-block .item {
  float: left;
  height: 70px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  margin-bottom: 30px;
}
#header .customer-service-wrapper .customer-service-content .delivery-block .item .icon {
  float: left;
  margin-right: 10px;
}
#header .customer-service-wrapper .customer-service-content .delivery-block .item .info {
  height: 70px;
  float: left;
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
}
#header .customer-service-wrapper .customer-service-content .delivery-block .item .info p {
  margin-bottom: 0;
}
#header .customer-service-wrapper .customer-service-content .delivery-block .item:nth-child(2n + 1) {
  clear: left;
}
#header .customer-service-wrapper .customer-service-content table.pening-hours td {
  padding-right: 10px;
  color: #000;
  padding-bottom: 5px;
}

#header.show-customer-service .header-wrapper {
  display: none !important;
}
#header.show-customer-service .customer-service-wrapper {
  display: block !important;
}
#header.show-customer-service .customer-service-wrapper.fixed {
  position: fixed;
}
#header.show-customer-service .customer-service-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
#header.show-customer-service .customer-service:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#header.show-customer-service .customer-service-wrapper .customer-service.customer-service-trigger {
  top: 15px;
}

#header.fixed .customer-service-wrapper .customer-service {
  top: 15px;
}

.cms-index-index .main-container {
  width: 100%;
  max-width: 100%;
}
.cms-index-index .main-container .homepage-slide .swiper-slide {
  position: relative;
}
.cms-index-index .main-container .homepage-slide .swiper-slide img.bg {
  width: 100%;
  max-height: 100%;
}
.cms-index-index .main-container .homepage-slide .swiper-slide .info {
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  top: 15px;
  text-align: center;
  color: #9f9f9f;
}
.cms-index-index .main-container .homepage-slide .swiper-slide .info h3 {
  font-size: 60px;
  color: #9f9f9f;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.cms-index-index .main-container .homepage-slide .swiper-slide .info p {
  font-size: 30px;
  color: #9f9f9f;
  margin-bottom: 10px;
}
.cms-index-index .main-container .homepage-slide .swiper-slide .info .slide-btn {
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
}
.cms-index-index .main-container .homepage-slide .swiper-slide .info .slide-btn:hover {
  text-decoration: none;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.loading-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.loading-overlay .loader {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.loading-overlay.active {
  display: block !important;
}

#ajaxProductViewOverlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 995;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#ajaxProductViewOverlay .loader {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
#ajaxProductViewOverlay .circularG-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -55px;
}

#ajaxProductViewOverlay.active {
  display: block !important;
}

.favorite-loading-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: transparent;
  display: none;
}
.favorite-loading-overlay .loader2 {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.favorite-loading-overlay.active {
  display: block !important;
}

.adjnav-page-autoload-progress {
  position: relative;
}
.adjnav-page-autoload-progress .loader2 {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 10px auto;
}

.adj-nav-progress .loader2 {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 100px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.loader {
  margin: 15px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.4);
  border-right: 5px solid rgba(255, 255, 255, 0.4);
  border-bottom: 5px solid rgba(255, 255, 255, 0.4);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  overflow: hidden;
}

.loader,
.loader:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.loader2 {
  margin: 15px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(200, 200, 200, 0.8);
  border-right: 5px solid rgba(200, 200, 200, 0.8);
  border-bottom: 5px solid rgba(200, 200, 200, 0.8);
  border-left: 5px solid #f0f0f0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  overflow: hidden;
}

.loader2,
.loader2:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.circularG-G, .circularG-W {
  position: relative;
  width: 36px;
  height: 36px;
  margin: auto;
}

.circularG {
  transform: scale(0.5);
  position: absolute;
  background-color: #4f4f4f;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

.circularG_1 {
  left: 0;
  top: 14px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}

.circularG_2 {
  left: 4px;
  top: 4px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}

.circularG_3 {
  top: 0;
  left: 14px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

.circularG_4 {
  right: 4px;
  top: 4px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}

.circularG_5 {
  right: 0;
  top: 14px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}

.circularG_6 {
  right: 4px;
  bottom: 4px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

.circularG_7 {
  left: 14px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}

.circularG_8 {
  left: 4px;
  bottom: 4px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}

.circularG-G .circularG {
  background-color: #4f4f4f;
}

.circularG-W .circularG {
  background-color: white;
}

.circularG-G-label {
  color: #4f4f4f;
}

.circularG-W-label {
  color: white;
}

.loading-overlay .circularG-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -55px;
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
.circularG-wrapper {
  display: block;
  text-align: center;
  width: 110px;
  height: 36px;
  margin: 0 auto;
}
.circularG-wrapper .circularG-G {
  float: left;
  display: inline-block;
}
.circularG-wrapper .circularG-W {
  float: left;
  display: inline-block;
}
.circularG-wrapper span {
  margin-top: 8px;
  margin-left: 10px;
  display: inline-block;
  float: left;
}

table.faq {
  margin-bottom: 10px;
}
table.faq tbody tr:first-child p {
  display: inline-block;
  margin-bottom: 0;
}
table.faq tbody tr:first-child td:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url(../images/arrow4.png);
  background-repeat: no-repeat;
  background-size: 7px 4px;
  padding-top: 6px;
  margin-left: 8px;
}
table.faq tbody tr:first-child:hover {
  cursor: pointer;
}
table.faq tbody tr:last-child {
  display: none;
}

table.faq.active tbody tr:first-child td:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url(../images/arrow5.png);
  background-repeat: no-repeat;
  background-size: 7px 4px;
  margin-top: -3px;
  margin-left: 8px;
}
table.faq.active tbody tr:last-child {
  display: block;
}

table.logo-printing-table {
  margin-bottom: 10px;
}
table.logo-printing-table tbody tr:first-child p {
  display: inline-block;
  margin-bottom: 0;
}
table.logo-printing-table tbody tr:first-child h2 {
  display: inline-block;
  margin-bottom: 10px;
}
table.logo-printing-table tbody tr:first-child td:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../images/down-arrow2.png);
  background-repeat: no-repeat;
  background-size: 11px 6px;
  padding-top: 6px;
  margin-left: 8px;
}
table.logo-printing-table tbody tr:first-child:hover {
  cursor: pointer;
}
table.logo-printing-table tbody tr:last-child {
  display: none;
}

table.logo-printing-table.active tbody tr:first-child td:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../images/up-arrow2.png);
  background-repeat: no-repeat;
  background-size: 11px 6px;
  margin-top: -3px;
  margin-left: 8px;
}
table.logo-printing-table.active tbody tr:last-child {
  display: block;
}

table.terms-and-conditions {
  margin-bottom: 10px;
}
table.terms-and-conditions tbody tr:first-child p {
  display: inline-block;
  margin-bottom: 0;
}
table.terms-and-conditions tbody tr:first-child td:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url(../images/arrow5.png);
  background-repeat: no-repeat;
  background-size: 7px 4px;
  margin-top: -3px;
  margin-left: 8px;
}
table.terms-and-conditions tbody tr:first-child:hover {
  cursor: pointer;
}
table.terms-and-conditions tbody tr:last-child {
  display: block;
}

table.terms-and-conditions.active tbody tr:first-child td:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url(../images/arrow4.png);
  background-repeat: no-repeat;
  background-size: 7px 4px;
  padding-top: 6px;
  margin-left: 8px;
}
table.terms-and-conditions.active tbody tr:last-child {
  display: none;
}

.product-news-block,
.post-news-block {
  padding-top: 50px;
  padding-bottom: 20px;
}
.product-news-block #grid,
.post-news-block #grid {
  margin-left: -15px;
  margin-right: -15px;
}
.product-news-block #grid .product-news,
.product-news-block #grid .post-news,
.post-news-block #grid .product-news,
.post-news-block #grid .post-news {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  background: #f6f6f6;
  padding: 15px;
  margin-bottom: 30px;
  color: #000;
  text-decoration: none;
  max-width: 263px;
}
.product-news-block #grid .product-news .image,
.product-news-block #grid .post-news .image,
.post-news-block #grid .product-news .image,
.post-news-block #grid .post-news .image {
  margin-bottom: 10px;
}
.product-news-block #grid .product-news .image img,
.product-news-block #grid .post-news .image img,
.post-news-block #grid .product-news .image img,
.post-news-block #grid .post-news .image img {
  width: 100%;
  height: auto;
}
.product-news-block #grid .product-news .title,
.product-news-block #grid .post-news .title,
.post-news-block #grid .product-news .title,
.post-news-block #grid .post-news .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.product-news-block #grid .product-news .date,
.product-news-block #grid .post-news .date,
.post-news-block #grid .product-news .date,
.post-news-block #grid .post-news .date {
  font-weight: bold;
}
.product-news-block #grid .product-news:hover,
.post-news-block #grid .product-news:hover {
  text-decoration: none;
  color: #000;
}
.product-news-block #grid .product-news:focus, .product-news-block #grid .product-news:active,
.post-news-block #grid .product-news:focus,
.post-news-block #grid .product-news:active {
  text-decoration: none;
}

.post-news-block #grid .post-news {
  width: calc(33.33% - 30px) !important;
  max-width: auto;
}

table.fair-table {
  display: block;
  max-width: 100%;
  width: 100%;
}
table.fair-table tbody {
  display: block;
}
table.fair-table tr {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
table.fair-table tr td {
  display: block;
}
table.fair-table tr td:first-child img {
  width: 100%;
  height: auto;
}
table.fair-table tr td:last-child {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  right: 0;
  bottom: 0;
  align-items: center;
  display: flex;
}
table.fair-table tr td:last-child img.icon {
  width: auto;
  height: auto;
  float: left;
  margin-left: 30px;
  margin-right: 30px;
}
table.fair-table tr td:last-child p {
  margin-bottom: 0;
}

.cms-faq .std a, .cms-terms-and-conditions .std a {
  text-decoration: underline;
  color: #000;
}
.cms-faq .std .anchor-trigger, .cms-terms-and-conditions .std .anchor-trigger {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cms-faq .std .anchor-trigger li, .cms-terms-and-conditions .std .anchor-trigger li {
  padding: 0;
  margin: 0;
}
.cms-faq .std .anchor-trigger a, .cms-terms-and-conditions .std .anchor-trigger a {
  color: #6b6b6d;
  text-decoration: none;
}

.product-news-loader {
  display: none;
}

.product-news-loader.active {
  display: block !important;
}

.cms-customer-service .main-container {
  width: 100%;
  max-width: 100%;
}
.cms-customer-service .intro {
  padding-bottom: 15px;
}
.cms-customer-service .contact-section {
  background: url(../images/cs-bg1.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumbs {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumbs li {
  text-transform: none;
  color: #6d6e71;
}
.breadcrumbs li a, .breadcrumbs li span, .breadcrumbs li strong {
  color: #6d6e71;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
}
.breadcrumbs li a:hover {
  color: #6d6e71;
}

.product-view .product-img-box {
  position: relative;
  width: 100%;
  padding-right: 0;
  margin-bottom: 30px;
}
.product-view .product-img-box .new-tag {
  position: absolute;
  background: url(../images/new-tag.png);
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  left: -3px;
  top: -3px;
  z-index: 1;
}
.product-view .product-img-box .new-tag .new-label {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 70px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  left: -9px;
  top: 17px;
  position: relative;
  font-size: 13px;
}
.product-view .product-img-box .discount {
  position: absolute;
  right: -4px;
  top: -4px;
  z-index: 1;
  width: 80px;
  height: 80px;
  background: url(../images/discount.png);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  text-align: center;
  padding-left: 5px;
  padding-top: 22px;
}
.product-view .product-img-box .discount .clabel1 {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.product-view .product-img-box .discount .clabel2 {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
}
.product-view .product-img-box .expired {
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 1;
  background: url(../images/label-expired.png);
  width: 90px;
  height: 90px;
  background-size: 90px 90px;
  background-repeat: no-repeat;
  font-weight: bold;
  padding-top: 9px;
  padding-left: 3px;
}
.product-view .product-img-box .expired .expired-text {
  display: block;
  position: relative;
  left: -19.5px;
  top: 16px;
  font-size: 11px;
  line-height: 1.8em;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  /* Safari */
  -webkit-transform: rotate(-45deg);
  /* Firefox */
  -moz-transform: rotate(-45deg);
  /* IE */
  -ms-transform: rotate(-45deg);
  /* Opera */
  -o-transform: rotate(-45deg);
}
.product-view .product-img-box .expired .expired-text.pln_pl_pol, .product-view .product-img-box .expired .expired-text.eur_eu_fin, .product-view .product-img-box .expired .expired-text.eur_eu_fin, .product-view .product-img-box .expired .expired-text.eur_eu_spa, .product-view .product-img-box .expired .expired-text.usd_us_spa, .product-view .product-img-box .expired .expired-text.eur_eu_fra, .product-view .product-img-box .expired .expired-text.eur_eu_ita, .product-view .product-img-box .expired .expired-text.eur_eu_por {
  font-size: 11px;
  line-height: 1em;
}
.product-view .product-img-box .piggy {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/piggy.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  z-index: 1;
  right: 15px;
  top: 15px;
}
.product-view .product-img-box .piggy.has-discount {
  top: 85px;
}
.product-view .product-img-box .favorite-icon {
  position: absolute;
  top: 545px;
  right: 10px;
  z-index: 1;
  width: 25px;
  height: 24px;
  background: url(../images/like-icons.png);
  background-size: 60px 24px;
  background-position: -35px 0;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.product-view .product-img-box .favorite-icon.bindRemove {
  background-position: 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.product-view .product-extra-info {
  margin-bottom: 30px;
  clear: left;
  border-top: 2px dotted #d7d7d7;
}
.product-view .product-extra-info .red {
  color: #ef2c3a;
}
.product-view .product-extra-info .product-extra-info-table {
  width: 100%;
  border-bottom: 2px dotted #d7d7d7;
}
.product-view .product-extra-info .product-extra-info-table tr {
  border-top: none;
}
.product-view .product-extra-info .product-extra-info-table tr td {
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}
.product-view .product-extra-info .product-extra-info-table tr td a {
  color: #d43741;
}
.product-view .product-extra-info .product-extra-info-table tr td a:hover {
  color: #d43741;
}
.product-view .product-extra-info .product-extra-info-table tr td:first-child {
  padding-right: 25px;
  width: 65px;
}
.product-view .product-extra-info .product-extra-info-table.sample-order-info .sample-order-trigger {
  color: #d43741;
}
.product-view .product-extra-info .product-extra-info-table.sample-order-info .sample-order-trigger img {
  display: inline-block;
  margin-right: 5px;
}
.product-view .product-extra-info .product-extra-info-table.sample-order-info .sample-order-trigger:hover {
  cursor: pointer;
}
.product-view .product-extra-info .mobile-extra-info .sample-order-trigger {
  color: #d43741;
}
.product-view .product-extra-info .mobile-extra-info .sample-order-trigger img {
  display: inline-block;
  margin-right: 5px;
}
.product-view .product-extra-info .mobile-extra-info .sample-order-trigger:hover {
  cursor: pointer;
}
.product-view .product-extra-info .foam-images,
.product-view .product-extra-info .specialty-prints-images {
  border: none;
}
.product-view .product-extra-info .foam-images tr,
.product-view .product-extra-info .specialty-prints-images tr {
  border: none;
}
.product-view .product-extra-info .foam-images tr td,
.product-view .product-extra-info .specialty-prints-images tr td {
  border: none;
  position: relative;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 10px !important;
  width: auto !important;
}
.product-view .product-extra-info .foam-images tr td span,
.product-view .product-extra-info .specialty-prints-images tr td span {
  display: none;
  position: absolute;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  top: 50%;
  left: 0;
  width: 50px;
  margin-top: -15px;
  font-size: 11px;
  text-decoration: underline;
}
.product-view .product-extra-info .foam-images tr td:hover span,
.product-view .product-extra-info .specialty-prints-images tr td:hover span {
  display: block;
}
.product-view .product-shop {
  width: 100%;
  padding-left: 0;
}
.product-view .product-shop .product-name {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  float: none;
  margin-bottom: 5px;
}
.product-view .product-shop .product-name .h1 {
  float: none;
  color: #000;
  font-weight: bold !important;
  font-size: 20px !important;
}
.product-view .product-shop .product-stock {
  margin-bottom: 10px;
}
.product-view .product-shop .product-stock .in-stock {
  text-transform: none;
}
.product-view .product-shop .product-stock .in-stock span {
  display: inline-block;
  background: url(../images/instock-icon.png);
  padding-left: 20px;
  background-size: 16px 16px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
}
.product-view .product-shop .product-stock .out-of-stock {
  text-transform: none;
}
.product-view .product-shop .product-stock .out-of-stock span {
  display: inline-block;
  background: url(../images/out-of-stock-icon.png);
  padding-left: 20px;
  background-size: 16px 16px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
}
.product-view .product-shop .product-variation .clabel1 {
  font-weight: bold;
  margin-bottom: 10px;
}
.product-view .product-shop .product-variation li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.product-view .product-shop .product-variation li .discount {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/has-discount.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.product-view .product-shop .product-variation li .new-tag {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/is-new.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.product-view .product-shop .product-variation li img {
  width: 30px;
  height: 30px;
  border: 1px solid #d7d7d7;
}
.product-view .product-shop .product-variation li.current img {
  -webkit-box-shadow: 0 0 5px 3px #adadad;
  box-shadow: 0 0 5px 3px #adadad;
}
.product-view .product-shop .product-not-logged-in {
  border: 2px solid #6d6e71;
  padding: 15px;
  background: url(../images/not-logged-in-bg.png);
  background-size: 95px 95px;
  background-position: calc(100% - 15px) calc(100% - 15px);
  background-repeat: no-repeat;
}
.product-view .product-shop .product-not-logged-in ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
.product-view .product-shop .product-not-logged-in ul li {
  padding-left: 25px;
  background: url(../images/checked-icon.png);
  background-size: 15px 11px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 5px;
}
.product-view .product-shop .product-not-logged-in .product-create-user-btn {
  color: #fff;
  background: #6d6e71;
  text-transform: uppercase;
  float: left;
  text-align: center;
  width: 155px;
  margin-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 40px;
  font-size: 16px;
}
.product-view .product-shop .product-not-logged-in .product-login-btn {
  color: #fff;
  background: #ee2d3a;
  text-transform: uppercase;
  float: left;
  text-align: center;
  width: 155px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 40px;
  font-size: 16px;
}
.product-view .product-shop .product-not-logged-in .product-create-user-btn:hover {
  cursor: pointer;
}
.product-view .product-shop .product-not-logged-in .product-login-btn:hover {
  cursor: pointer;
}
.product-view .product-shop .product-logo-print {
  margin-top: 10px;
}
.product-view .product-shop .product-logo-print a {
  color: #d43741;
}
.product-view .product-shop .product-logo-print .logo-print-selection-block {
  margin-bottom: 10px;
  margin-top: 20px;
}
.product-view .product-shop .product-logo-print .logo-print-selection-block .logo-print-color {
  width: auto;
  border: 1px solid #d7d7d7;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 35px !important;
  float: left;
  margin-right: 20px !important;
  padding-right: 10px;
  margin-bottom: 15px;
}
.product-view .product-shop .product-logo-print .logo-print-selection-block .logo-print-color option {
  padding-right: 10px;
}
.product-view .product-shop .product-logo-print .logo-print-selection-block .logo-print-select-btn {
  background-image: url(../images/upload-icon.png);
  background-color: #6d6e71;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: auto;
  height: 35px;
  color: #fff;
  text-transform: uppercase;
  float: left;
  padding-left: 45px;
  padding-top: 7px;
  margin-top: 1px;
  padding-right: 15px;
}
.product-view .product-shop .product-logo-print .logo-print-selection-block .logo-print-select-btn:hover {
  cursor: pointer;
}
.product-view .product-shop .product-logo-print .without-logo-print-block {
  margin-bottom: 10px;
}
.product-view .product-shop .product-logo-print .without-logo-print-block .without-logo-print {
  float: left;
  margin-right: 10px !important;
  margin-top: 9px;
}
.product-view .product-shop .product-logo-print .without-logo-print-block .without-logo-print-label {
  float: left;
  margin-top: 4px;
}
.product-view .product-shop .product-logo-print .logo-print-preview .image {
  width: 130px;
  height: auto;
}
.product-view .product-shop .product-logo-print .logo-print-preview .image img {
  width: 100%;
  height: auto;
  border: 1px solid #d7d7d7;
}
.product-view .product-shop .product-price-info hr.dotted {
  display: block !important;
}
.product-view .product-shop .product-price-info .price-box .price {
  color: #ee2d3a;
}
.product-view .product-shop .product-price-info .price-box .special-price .price {
  color: #ee2d3a;
}
.product-view .product-shop .product-price-info .tier-prices {
  margin-top: 0;
  width: 100%;
  background: none;
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
.product-view .product-shop .product-price-info .tier-prices li {
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  font-size: 14px;
}
.product-view .product-shop .product-price-info .tier-prices li .price {
  float: right;
  font-family: "Open Sans";
}
.product-view .product-shop .product-price-info .tier-prices li:nth-child(2n + 1) {
  background: #cccccc;
}
.product-view .product-shop .add-to-cart-wrapper {
  width: 100%;
  padding-left: 0;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-cart {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper label {
  float: left;
  line-height: 30px;
  display: inline-block;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper #qty {
  float: left;
  width: 100px !important;
  border: 1px solid #d7d7d7;
  margin-right: 10px !important;
  text-align: right !important;
  height: 40px !important;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper .product-unit {
  display: inline-block;
  float: left;
  line-height: 30px;
  margin-top: 5px;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-cart .add-to-cart-right {
  float: right;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-cart .add-to-cart-right .add-to-cart-price-label {
  float: left;
  margin-top: 10px;
  margin-right: 3px;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-cart .add-to-cart-right .add-to-cart-price {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-cart .add-to-cart-right .add-to-cart-buttons {
  float: left;
  margin-right: 0;
}
.product-view .product-shop .add-to-cart-wrapper .add-to-cart .add-to-cart-right .add-to-cart-buttons .btn-cart {
  width: auto;
}
.product-view .product-images {
  border: 1px solid #d7d7d7;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}
.product-view .product-images .swiper-slide {
  width: 555px;
  height: 555px;
  text-align: center;
  background: #fff;
}
.product-view .product-images .swiper-slide .swiper-slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-view .product-images .swiper-slide .swiper-slide-wrapper a {
  display: inline-block !important;
  max-width: 100%;
  max-height: 100%;
}
.product-view .product-images .swiper-slide .swiper-slide-wrapper a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.product-view .product-images .swiper-slide .image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.product-view .product-images .swiper-slide .play-video-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.product-view .product-images .swiper-slide .video-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 35px;
  height: 30px;
}
.product-view .product-images .swiper-slide-video:hover {
  cursor: pointer;
}
.product-view .product-thumbnails ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-view .product-thumbnails ul li {
  float: left;
  width: 95px;
  height: 95px;
  margin-right: 20px;
  border: 1px solid #d7d7d7;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.product-view .product-thumbnails ul li .product-thumbnail-wrapper {
  width: 83px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.product-view .product-thumbnails ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.product-view .product-thumbnails ul li .play-video-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.product-view .product-thumbnails ul li:nth-child(5n) {
  margin-right: 0;
}
.product-view .product-thumbnails ul li:hover {
  cursor: pointer;
}
.product-view .westpack-related-products {
  clear: both;
}
.product-view .westpack-related-products .block-related {
  width: 100%;
  padding-left: 0;
}
.product-view .westpack-related-products .block-related #block-related {
  margin-left: -15px;
  margin-right: -15px;
}
.product-view .westpack-related-products .block-related .block-title {
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 15px;
}
.product-view .westpack-related-products .block-related .item {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.product-view .westpack-related-products .block-related .item a:hover {
  text-decoration: none;
}
.product-view .westpack-related-products .block-related .item .product {
  margin: 0;
}
.product-view .westpack-related-products .block-related .item .product-image {
  margin-bottom: 10px;
  width: 263px;
  height: 263px;
}
.product-view .westpack-related-products .block-related .item .product-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.product-view .westpack-related-products .block-related .item .product-name {
  color: #000;
}
.product-view .westpack-related-products .block-related .item:nth-child(4n + 1) {
  clear: left;
}
.product-view .clerk-recommended-products, .product-view .clerk-related-products {
  clear: both;
  margin-bottom: 30px;
}
.product-view .clerk-recommended-products .title, .product-view .clerk-related-products .title {
  margin-bottom: 15px;
}
.product-view .clerk-recommended-products .products-grid, .product-view .clerk-related-products .products-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.product-view .clerk-recommended-products .products-grid .item, .product-view .clerk-related-products .products-grid .item {
  width: calc(25%);
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.product-view .clerk-recommended-products {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #d7d7d7;
}

.clerk-slider-nav {
  z-index: 2;
}

.wishlistpanel-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 900;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.wishlistpanel-overlay.active {
  visibility: visible;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#wishlistpanel {
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  width: 280px !important;
  margin-left: 0 !important;
  left: -280px;
  z-index: 905;
  background: #fff;
  display: block !important;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
#wishlistpanel .wishlistpanel-wrapper {
  position: relative;
  height: 100%;
  left: 0;
  top: 0;
}
#wishlistpanel #wishlist_maximized {
  display: none !important;
}
#wishlistpanel #wishlist-additional-buttons {
  display: block !important;
  position: relative;
}
#wishlistpanel .wishlist-content-wrapper {
  width: 280px !important;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
  display: block !important;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content {
  height: 100%;
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  display: block !important;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .wishlist-amount {
  text-align: center;
  margin-top: 10px;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .wishlist-amount .wishlist-label-text {
  color: #6f6f71;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .wishlist-amount .wishlist-label-text small {
  font-size: 14px;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products {
  position: relative;
  height: calc(100% - 105px);
  overflow-x: hidden;
  overflow-y: auto;
  display: block !important;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products ul {
  width: calc(100% - 15px) !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products ul .maximized {
  display: none;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products ul li {
  float: none;
  width: 100% !important;
  border: none;
  text-align: center;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products ul li .wl-product-image {
  display: inline-block;
  width: 120px;
  height: 130px;
  position: relative;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products ul li .wl-product-image .btn-remove {
  position: absolute;
  background: none;
  width: 13px;
  height: 13px;
  top: -6px;
  right: -6px;
  background: url("../images/remove-icon.png");
  background-size: 13px 13px;
  background-repeat: no-repeat;
  border: none;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products ul li .wl-product-image .btn-remove::after {
  display: none;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products ul li .wl-product-image .product {
  display: block;
  width: 120px;
  height: 120px;
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products ul li .wl-product-image .product img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products ul li .wl-product-image:hover .btn-remove {
  top: -11px;
  right: -11px;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products ul li .wl-product-image:hover .product {
  border: 3px solid #d7d7d7;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products ul li .product-name {
  display: inline-block;
  text-align: center;
  width: 250px;
  color: #000;
}
#wishlistpanel .wishlist-content-wrapper #wishlist-content .products .no_items {
  width: 100% !important;
}
#wishlistpanel #wishlist-label {
  margin-top: 0;
  position: absolute;
  right: -40px;
  bottom: 50px;
  top: auto;
  margin-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
}
#wishlistpanel #wishlist-label .wishlist-label-wrapper {
  position: relative;
  height: 40px;
  left: 0;
}
#wishlistpanel #wishlist-label .wishlist-label-wrapper .heart {
  width: 40px;
  height: 40px;
  background-color: #ee2d3a;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url("../images/like-icon-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  display: block;
  float: left;
  z-index: 2;
}
#wishlistpanel #wishlist-label .wishlist-label-wrapper .heart::before {
  display: none;
}
#wishlistpanel #wishlist-label .wishlist-label-wrapper .heart::after {
  display: none;
}
#wishlistpanel #wishlist-label .wishlist-label-wrapper .wishlist-label-text {
  position: absolute;
  border: 1px solid #808080;
  display: block;
  float: left;
  width: 200px;
  height: 40px;
  z-index: 1;
  color: #6b6b6d;
  margin-left: 35px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  left: -200px;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
}
#wishlistpanel #wishlist-label .wishlist-label-wrapper .wishlist-label-text:hover {
  color: #6b6b6d;
}
#wishlistpanel #wishlist-label:hover .wishlist-label-wrapper .wishlist-label-text {
  left: 0;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
#wishlistpanel #wishlist-label.show-added .wishlist-label-wrapper .wishlist-label-text {
  left: 0;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
#wishlistpanel #wishlist-additional-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 1 !important;
  z-index: 2;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  text-align: center;
  padding-bottom: 30px;
}
#wishlistpanel #wishlist-additional-buttons #wishlist-empty {
  color: #fff;
  background: #6e6d73;
  text-transform: uppercase;
  padding: 8px 30px;
  font-weight: bold;
}
#wishlistpanel #wishlist-additional-buttons #wishlist-empty:hover {
  text-decoration: none;
}
#wishlistpanel #wishlist-additional-buttons .add-all-to-cart-btn {
  display: none;
}

#wishlistpanel.active {
  left: 0;
  display: block !important;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
#wishlistpanel.active .wishlist-content-wrapper {
  display: block !important;
}

#ajaxProductView {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

#ajaxProductView.active {
  display: block !important;
}

/*
#ajaxProductView.for-wishlistpanel{
	width: calc(100% - 375px);
	top: 50px;
	bottom: 30px;
	margin-left: 330px;
	overflow: inherit;
	.ajaxProductView-wrapper{
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 15px;
		background: #fff;
		width: 100%;
		height: 100%;
		.close-ajaxproduct{
			position: absolute;
			top: -40px;
			right: 0;
		}
		.close-ajaxproduct:hover{
			cursor: pointer;
		}
		.product-view{
			height: 100%;
			overflow-y: auto;
			.favorite-icon{
				display: none;
			}
			.product-images .swiper-slide{
				width: 309px;
				height: 309px;
			}
			.product-images .swiper-slide .swiper-slide-wrapper{
				width: 309px;
				height: 309px;
			}
			.product-shop .product-not-logged-in .product-create-user-btn{
				margin-bottom: 15px;
			}
			.product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper #qty{
				width: 50px !important;
			}
			.product-shop .add-to-cart-wrapper .add-to-cart .add-to-cart-buttons .btn-cart{
				width: auto;
				padding-left: 0;
				padding-right: 0;
			}
		}
	}
}
*/
#ajaxProductView {
  z-index: 995;
}

#ajaxProductView.for-catalog,
#ajaxProductView.for-wishlistpanel {
  width: 450px;
  left: 50%;
  top: 80px;
  bottom: 50px;
  margin-left: -225px;
  overflow: inherit;
  z-index: 996;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px;
  background: #fff;
  width: 100%;
  height: 100%;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .close-ajaxproduct,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .close-ajaxproduct {
  position: absolute;
  top: -40px;
  right: 0;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .close-ajaxproduct:hover,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .close-ajaxproduct:hover {
  cursor: pointer;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view {
  height: 100%;
  overflow-y: auto;
  /*
  .product-logo-print{
  	.logo-print-selection-wrapper{
  		position: relative;
  		padding-top: 30px;
  		height: 140px;
  		.without-logo-print-block{
  			position: absolute;
  			top:10px;
  			left: 0;
  		}
  	}
  	.logo-print-color{
  		float: left;
  		width: 180px;
  		margin-bottom: 15px;
  	}
  	.logo-print-select-btn{
  		float: left;
  		clear: left;
  	}
  	.logo-print-preview{
  		position: absolute;
  		right: 0;
  		top: 8px;
  		width: 130px;
  		height: 130px;
  		p{
  			display: none;
  		}
  	}
  }
  */
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view .favorite-icon,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view .favorite-icon {
  display: none;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view .product-images .swiper-slide,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view .product-images .swiper-slide {
  width: 309px;
  height: 309px;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view .product-images .swiper-slide .swiper-slide-wrapper,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view .product-images .swiper-slide .swiper-slide-wrapper {
  width: 309px;
  height: 309px;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view .product-shop .product-not-logged-in .product-create-user-btn,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view .product-shop .product-not-logged-in .product-create-user-btn {
  margin-bottom: 15px;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper #qty,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view .product-shop .add-to-cart-wrapper .add-to-cart .qty-wrapper #qty {
  width: 50px !important;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view .product-shop .add-to-cart-wrapper .add-to-cart .add-to-cart-buttons .btn-cart,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view .product-shop .add-to-cart-wrapper .add-to-cart .add-to-cart-buttons .btn-cart {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view .product-price-info .dotted,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view .product-price-info .dotted {
  display: none !important;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view .product-price-info .nav-base-price,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view .product-price-info .nav-base-price {
  display: none;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view .product-price-info > .price-box,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view .product-price-info > .price-box {
  display: none;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view .product-price-info.show-nalmal-price > .price-box,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view .product-price-info.show-nalmal-price > .price-box {
  display: block;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view .select-logo-print-title,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view .select-logo-print-title {
  display: none;
}
#ajaxProductView.for-catalog .ajaxProductView-wrapper .product-view .select-logo-print-title-catalog,
#ajaxProductView.for-wishlistpanel .ajaxProductView-wrapper .product-view .select-logo-print-title-catalog {
  display: block !important;
  font-weight: bold;
}
#ajaxProductView.for-catalog .product-view .add-to-cart-buttons,
#ajaxProductView.for-wishlistpanel .product-view .add-to-cart-buttons {
  float: none;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
#ajaxProductView.for-catalog .product-view .add-to-cart-buttons .btn-cart,
#ajaxProductView.for-wishlistpanel .product-view .add-to-cart-buttons .btn-cart {
  display: inline-block;
  float: none;
}

#ajaxProductView.for-catalog .product-shop .thumbnail-image {
  border: 1px solid #d7d7d7;
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
  float: left;
  margin-right: 15px;
}
#ajaxProductView.for-catalog .product-shop .thumbnail-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 110px;
}
#ajaxProductView.for-catalog .product-shop .product-description {
  clear: both;
  margin-bottom: 15px;
}

.logo-print-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.logo-print-popup .logo-print-popup-wrapper {
  position: fixed;
  top: 50px;
  bottom: 30px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  background: #fff;
  padding: 15px;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-popup-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-popup-content a {
  color: #000;
  text-decoration: underline;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-popup-content #logo-print-file, .logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-popup-content input.logo-print-file {
  display: none;
  opacity: 0;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .close-logo-print-popup {
  position: absolute;
  top: -55px;
  right: -15px;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .close-logo-print-popup:hover {
  cursor: pointer;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .title {
  font-weight: bold;
  border-top: 2px dotted #d7d7d7;
  border-bottom: 2px dotted #d7d7d7;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .save-logo-print-btn {
  width: 230px;
  background: #ee2d3a;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .save-logo-print-btn:hover {
  cursor: pointer;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-list-block {
  margin-left: -8px;
  margin-right: -8px;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-list-block .logo-print-list .logo-print {
  position: relative;
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-list-block .logo-print-list .logo-print .preview {
  width: 64px;
  height: 64px;
  border: 1px solid #d7d7d7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 8px;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-list-block .logo-print-list .logo-print .preview .delete-btn {
  position: absolute;
  width: 13px;
  height: 13px;
  right: -6px;
  top: -6px;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-list-block .logo-print-list .logo-print .preview img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-list-block .logo-print-list .logo-print .radio {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/radio.png);
  background-repeat: no-repeat;
  background-size: 41px 20px;
  background-position: 0 0;
  top: 15px;
  left: 50%;
  margin-left: -70px;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-list-block .logo-print-list .logo-print .upload-logo-btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #6d6e71;
  text-transform: uppercase;
  padding: 5px 20px;
  margin-top: 8px;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-list-block .logo-print-list .logo-print:nth-child(4n + 1) {
  clear: left;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-list-block .logo-print-list .logo-print:hover {
  cursor: pointer;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-list-block .logo-print-list .logo-print:hover .preview {
  border: 1px solid #000;
  box-shadow: 0 0 0 2px #000;
}
.logo-print-popup .logo-print-popup-wrapper .logo-print-popup-inner-wrapper .logo-print-list-block .logo-print-list .logo-print.active .radio {
  background: url(../images/radio.png);
  background-repeat: no-repeat;
  background-size: 41px 20px;
  background-position: -21px 0;
}

.logo-print-popup.active {
  display: block !important;
}

.cart-table thead th, .cart-table tbody td {
  font-family: "Open Sans";
}

.checkout-cart-index .page-title {
  border-bottom: none;
}
.checkout-cart-index .cart .cart-forms {
  width: 25%;
  float: right;
}
.checkout-cart-index .cart .cart-forms .basket-service-block {
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
}
.checkout-cart-index .cart .cart-forms .basket-service-block .title {
  text-align: center;
  background: #d7d7d7;
  color: #6d6e71;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
}
.checkout-cart-index .cart .cart-forms .basket-service-block .info-wrapper {
  padding: 30px 15px;
  text-align: center;
}
.checkout-cart-index .cart .cart-forms .basket-service-block .info-wrapper img {
  display: inline-block;
  margin-bottom: 10px;
}
.checkout-cart-index .cart .cart-forms .basket-service-block .info-wrapper .image img {
  max-width: 170px;
  height: auto;
}
.checkout-cart-index .cart .cart-forms .basket-service-block .info-wrapper .chat-button {
  width: 180px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.checkout-cart-index .cart .cart-forms .basket-service-block .info-wrapper .chat-button .image {
  background: #ee2d3a;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 38px;
  float: left;
  width: 46px;
  padding-top: 4px;
}
.checkout-cart-index .cart .cart-forms .basket-service-block .info-wrapper .chat-button .clabel {
  float: left;
  height: 38px;
  width: calc(100% - 46px);
  border: 1px solid #d7d7d7;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  color: #d7d7d7;
  font-weight: 700;
  padding-top: 8px;
}
.checkout-cart-index .cart .cart-forms .basket-service-block .info-wrapper .chat-button:hover {
  cursor: pointer;
}
.checkout-cart-index .cart .cart-forms .basket-service-block .info-wrapper a {
  color: #000;
}
.checkout-cart-index .cart .cart-forms #discount-coupon-form .discount {
  background: none;
  border: 1px solid #d7d7d7;
  text-align: center;
  padding-bottom: 15px;
}
.checkout-cart-index .cart .cart-forms #discount-coupon-form .discount .title {
  font-size: 18px;
  font-weight: bold;
}
.checkout-cart-index .cart .cart-forms #discount-coupon-form .discount .info {
  margin-bottom: 10px;
}
.checkout-cart-index .cart .cart-forms #discount-coupon-form .discount input#coupon_code {
  border: 1px solid #d7d7d7;
  margin-bottom: 10px !important;
  display: inline-block;
  margin-right: 0;
}
.checkout-cart-index .cart .cart-forms #discount-coupon-form .discount .button2 {
  background: #6d6e71;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
}
.checkout-cart-index .cart .cart-forms #discount-coupon-form .discount .button2 span {
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans";
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper {
  width: 100%;
  padding: 0;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals {
  background: none;
  border: none;
  padding: 0;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals #shopping-cart-totals-table {
  margin-bottom: 10px;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tbody, .checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tfoot {
  border: none;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tbody tr td, .checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tfoot tr td {
  padding: 2px 0;
  border: none;
  font-family: "Open Sans" !important;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tbody tr td:first-child, .checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tfoot tr td:first-child {
  text-align: left;
  font-size: 14px;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tbody tr td:last-child, .checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tfoot tr td:last-child {
  text-align: right;
  font-family: "Open Sans" !important;
  font-size: 14px;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tbody tr td:last-child .price, .checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tfoot tr td:last-child .price {
  font-family: "Open Sans" !important;
  font-size: 14px;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tfoot tr td {
  font-size: 20px !important;
  font-weight: bold !important;
  font-family: "Open Sans" !important;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tfoot tr td strong {
  font-size: 20px !important;
  font-weight: bold !important;
  font-family: "Open Sans" !important;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .cart-totals tfoot tr td strong .price {
  font-size: 20px !important;
  font-weight: bold !important;
  font-family: "Open Sans" !important;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .checkout-types.bottom {
  width: 100%;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .checkout-types.bottom li {
  width: 100%;
  float: none;
  margin: 0;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .checkout-types.bottom .continue-shop-btn {
  background: #6d6e71;
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  height: auto;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .checkout-types.bottom .continue-shop-btn:hover {
  text-decoration: none;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .checkout-types.bottom .method-checkout-cart-methods-onepage button {
  background: #ee2d3a;
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  height: auto;
  padding-top: 10px;
  padding-bottom: 8px;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .checkout-types.bottom .method-checkout-cart-methods-onepage button span {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .checkout-types.bottom .method-checkout-cart-methods-onepage-bottom button {
  background: #ee2d3a;
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  height: auto;
  padding-top: 10px;
  padding-bottom: 8px;
}
.checkout-cart-index .cart .cart-forms .cart-totals-wrapper .checkout-types.bottom .method-checkout-cart-methods-onepage-bottom button span {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper {
  width: 75%;
  float: left;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table thead tr, .checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table tbody tr {
  border-top: 2px dotted #d7d7d7;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table thead tr td, .checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table tbody tr td {
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table thead th {
  font-weight: bold;
  font-size: 16px;
  font-family: "Open Sans";
  text-align: center !important;
  text-transform: none;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table tbody tr:last-child {
  border-bottom: 2px dotted #d7d7d7;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table tfoot tr {
  border-bottom: 2px dotted #d7d7d7;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table tfoot tr td {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table tfoot tr td button {
  display: inline-block;
  background: #6d6e71;
  padding: 3px 15px;
  color: #fff;
  text-transform: uppercase;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table tfoot tr td button span {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table tfoot tr td .bottom-sub-total {
  float: right;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 14px;
  margin-top: 7px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .image-col {
  width: 15%;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .qty-col {
  width: 24%;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .price-col {
  width: 15%;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .total-col {
  width: 15%;
  text-align: right !important;
  padding-right: 0;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-image .product-image {
  border: 1px solid #d7d7d7;
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-image .product-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 110px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-actions {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-actions .qty {
  margin-bottom: 10px !important;
  margin-right: 8px !important;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-actions .unit {
  display: inline-block;
  margin-top: -2px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-actions .btn-update {
  margin-bottom: 10px;
  background: #ee2d3a;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-actions .btn-remove {
  background: url(../images/remove-icon2.png);
  width: 18px;
  height: 19px;
  background-size: 18px 19px;
  background-repeat: no-repeat;
  background-position: center center;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-info {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-info .product-name {
  margin-bottom: 15px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-info .logo-print-section .logo-print-color {
  margin-bottom: 5px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-info .logo-print-section .logo-print-image {
  position: relative;
  border: 1px solid #d7d7d7;
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-info .logo-print-section .logo-print-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 110px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-info .logo-print-section .logo-print-image .edit-logo-ptint-btn {
  width: 28px;
  height: 28px;
  background: url(../images/edit-btn.png);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: -14px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-info .logo-print-section .logo-print-image .remove-logo-ptint-btn {
  width: 28px;
  height: 28px;
  background: url(../images/delete-icon2.png);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  position: absolute;
  top: 60px;
  right: -14px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-info .logo-print-section .logo-print-image .edit-logo-ptint-btn:hover {
  cursor: pointer;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-info .logo-print-section .logo-print-image .remove-logo-ptint-btn:hover {
  cursor: pointer;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper #shopping-cart-table .product-cart-total {
  text-align: right !important;
  padding-right: 0;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping {
  clear: both;
  margin-bottom: 15px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .title {
  font-weight: bold;
  border-bottom: 2px dotted #d7d7d7;
  padding-bottom: 10px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list {
  float: left;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-country, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-region, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-postcode {
  width: auto;
  margin: 0;
  margin-top: 15px;
  float: left;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-country label, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-region label, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-postcode label {
  display: inline-block;
  margin-right: 15px;
  float: left;
  margin-top: 5px;
  text-transform: none;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-country .input-box, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-region .input-box, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-postcode .input-box {
  float: left;
  width: 140px;
  margin-right: 15px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-country .input-box select, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-country .input-box input, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-region .input-box select, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-region .input-box input, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-postcode .input-box select, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-postcode .input-box input {
  border: 1px solid #d7d7d7;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping #shipping-zip-form .buttons-set {
  float: right;
  clear: none;
  margin-top: 15px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping #shipping-zip-form .buttons-set .button2 {
  color: #fff;
  background: #ee2d3a;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  margin-right: 0;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping #shipping-zip-form .buttons-set .button2 span {
  color: #fff;
  background: #ee2d3a;
  text-decoration: none;
  font-family: "Open Sans" !important;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping #co-shipping-method-form .sp-methods {
  padding-top: 15px;
  margin-bottom: 15px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping #co-shipping-method-form dt {
  display: none;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping #co-shipping-method-form dd {
  margin-bottom: 0;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping #co-shipping-method-form dd li {
  margin-top: 0;
  margin-bottom: 0;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping #co-shipping-method-form dd input {
  margin-left: 0;
  margin-right: 0;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping #co-shipping-method-form dd label {
  width: 100%;
  display: block;
  background: none;
  border: none;
  padding-left: 25px;
  text-decoration: none;
  font-style: normal;
  font-family: "Open Sans" !important;
  font-size: 14px;
  color: #000;
  padding-top: 5px;
  margin-bottom: 0;
  padding-right: 0;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping #co-shipping-method-form dd label .price {
  font-weight: bold;
  float: right;
  font-family: "Open Sans" !important;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping #co-shipping-method-form .buttons-set {
  float: right;
  clear: none;
  margin-top: 0;
  margin-bottom: 15px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .shipping #co-shipping-method-form .buttons-set .button {
  color: #fff;
  background: #ee2d3a;
  text-decoration: none;
  font-family: "Open Sans" !important;
  font-weight: bold;
  font-size: 14px;
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .buy-more-free-shipping {
  clear: both;
  text-align: right;
  font-size: 16px;
  color: #ee2d3a;
  font-style: italic;
  padding-bottom: 15px;
}
.checkout-cart-index .cart .westpack-cart-form-wrapper .grand-total-bottom {
  clear: both;
  border-top: 2px dotted #d7d7d7;
  border-bottom: 2px dotted #d7d7d7;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}
.checkout-cart-index .cart-table .product-cart-actions .qty {
  width: 70px !important;
}

.catalog-category-view .category-title, .cms-page-view .category-title {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.catalog-category-view .category-title h1, .cms-page-view .category-title h1 {
  width: calc(100% - 125px);
}
.catalog-category-view .addthis_inline_share_toolbox, .cms-page-view .addthis_inline_share_toolbox {
  position: absolute;
  top: 0;
  right: 0;
}
.catalog-category-view .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn, .cms-page-view .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn {
  border: 1px solid #6e6d72;
  margin-left: 0;
  margin-right: 0;
}
.catalog-category-view .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn:hover, .catalog-category-view .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn:focus, .cms-page-view .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn:hover, .cms-page-view .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn:focus {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.catalog-category-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-compact, .cms-page-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-compact {
  height: 28px;
  color: #6e6d72;
  position: relative;
  background: url(../images/share-label.png);
  background-size: 38px 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 9px;
}
.catalog-category-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-compact .at-label, .cms-page-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-compact .at-label {
  opacity: 0 !important;
}
.catalog-category-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-compact .at-icon-wrapper, .cms-page-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-compact .at-icon-wrapper {
  background: url(../images/share-icon.png);
  width: 20px !important;
  height: 17px !important;
  background-size: 20px 17px;
  background-repeat: no-repeat;
  margin-top: -1px;
}
.catalog-category-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-compact .at-icon-wrapper .at-icon, .cms-page-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-compact .at-icon-wrapper .at-icon {
  display: none;
}
.catalog-category-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-print, .cms-page-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-print {
  width: 28px;
  height: 28px;
  margin-right: 0;
  margin-left: 10px;
}
.catalog-category-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-print .at-icon-wrapper, .cms-page-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-print .at-icon-wrapper {
  width: 15px;
  height: 15px;
  background: url(../images/print-icon.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.catalog-category-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-print .at-icon-wrapper .at-icon, .cms-page-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-print .at-icon-wrapper .at-icon {
  display: none;
}
.catalog-category-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-print .at-label, .cms-page-view .addthis_inline_share_toolbox .at-share-btn-elements .at-svc-print .at-label {
  display: none;
}

.block-layered-nav .block-content > dl > dd ol li a {
  padding-left: 8px;
  padding-bottom: 8px;
}

.block-layered-nav .block-content {
  margin-top: 0;
}
.block-layered-nav #narrow-by-list #adj-nav-filter-cat ol li a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.block-layered-nav #narrow-by-list #adj-nav-filter-cat ol li .adj-nav-pad1 {
  text-transform: uppercase;
}
.block-layered-nav #narrow-by-list #adj-nav-filter-cat ol li .adj-nav-pad3 {
  background: url(../images/arrow6.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: left 12px;
}
.block-layered-nav #narrow-by-list #adj-nav-filter-cat ol li .adj-nav-category-current {
  padding-top: 8px;
  padding-bottom: 8px;
}
.block-layered-nav #narrow-by-list dt .btn-remove {
  border: none;
  background-color: transparent;
  background: url(../images/delete-btn.png);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  margin-right: 1px;
}
.block-layered-nav #narrow-by-list dt .btn-remove::after {
  display: none;
}
.block-layered-nav #narrow-by-list dt .btn-remove:hover {
  background-color: transparent;
  background: url(../images/delete-btn.png);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.block-layered-nav #narrow-by-list dd {
  overflow-y: auto;
  max-height: 189px;
}
.block-layered-nav #narrow-by-list dd .price {
  font-family: "Open Sans";
}
.block-layered-nav #narrow-by-list #adj-nav-filter-price {
  overflow-y: hidden;
  font-family: "Open Sans";
}
.block-layered-nav #narrow-by-list #adj-nav-filter-price ol li {
  padding-bottom: 5px;
}
.block-layered-nav #narrow-by-list #adj-nav-filter-price .adj-nav-slider {
  width: 100% !important;
  margin-top: 10px;
  background-size: 100% 2px;
  z-index: 1;
}
.block-layered-nav #narrow-by-list #adj-nav-filter-price div.adj-nav-slider div.handle {
  background: #ef2c3a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.block-layered-nav #narrow-by-list #adj-nav-filter-price #adj-nav-range-fromprice, .block-layered-nav #narrow-by-list #adj-nav-filter-price #adj-nav-range-toprice {
  font-family: "Open Sans";
}
.block-layered-nav #narrow-by-list2 ol li {
  background: url(../images/arrow6.png);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  background-position: left 12px;
}
.block-layered-nav #narrow-by-list2 ol li a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
}
.block-layered-nav #narrow-by-list2 ol li .count {
  display: none;
}

.sorter label {
  margin-top: 2px;
}

.breadcrumbs {
  display: none;
}

.catalog-category-view .breadcrumbs, .catalog-product-view .breadcrumbs {
  display: block;
}

.adj-nav-progress {
  z-index: 1 !important;
}
.adj-nav-progress .circularG-wrapper {
  margin-top: 100px;
}

.sample-order-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 900;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.sample-order-overlay .circularG-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -55px;
}

.sample-order-overlay.active {
  visibility: visible;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.sample-order-popup {
  position: fixed;
  top: 50px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  bottom: 30px;
  z-index: 901;
  background: #fff;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.sample-order-popup .sample-order-popup-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.sample-order-popup .sample-order-popup-wrapper .messages {
  display: none;
}
.sample-order-popup .sample-order-popup-wrapper .messages.success-message {
  display: block;
}
.sample-order-popup .sample-order-popup-wrapper .close-sample-order-popup {
  position: absolute;
  top: -40px;
  right: 0;
}
.sample-order-popup .sample-order-popup-wrapper .close-sample-order-popup:hover {
  cursor: pointer;
}
.sample-order-popup .sample-order-popup-wrapper .main-container {
  width: 100% !important;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-popup-content {
  position: relative;
  height: 100%;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .title {
  font-size: 24px;
  border-bottom: 2px dotted #d7d7d7;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list #samplelist-view-form {
  margin-bottom: 15px;
  overflow-y: auto;
  position: absolute;
  top: 60px;
  bottom: 35px;
  left: 0;
  right: 0;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .sample-order-data-table .item {
  margin-bottom: 15px;
  position: relative;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .sample-order-data-table .item .image-wrapper {
  float: left;
  margin-right: 30px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .sample-order-data-table .item .product-image {
  border: 1px solid #d7d7d7;
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .sample-order-data-table .item .product-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .sample-order-data-table .item .product-name {
  font-weight: bold;
  color: #000;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .sample-order-data-table .item .btn-remove {
  background: none;
  position: absolute;
  top: 10px;
  left: 146px;
  width: 28px;
  height: 28px;
  background: url(../images/delete-icon2.png);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  border: none;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .sample-order-data-table .item .product-description2 {
  margin-top: 20px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .sample-order-data-table .item .logo-print-color p {
  margin-bottom: 5px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .sample-order-data-table .item .logo-print-color select {
  min-width: 140px;
  border: 1px solid #d7d7d7;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/dropdown-bullet-2.png);
  background-size: 8px 6px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .button-set {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  border-top: none !important;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .button-set .btn-continue {
  float: left;
  background: #6e6d72;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .button-set .btn-continue span {
  font-size: 14px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .button-set .btn-continue:hover {
  cursor: pointer;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .button-set .sample-order-shipping-btn {
  float: right;
  background: #ef2c3a;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .button-set .sample-order-shipping-btn:hover {
  cursor: pointer;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-list .button-set .sample-order-shipping-btn.disabled {
  opacity: 0.7;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-shipping .title {
  font-size: 24px;
  border-bottom: 2px dotted #d7d7d7;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-shipping #contactForm {
  padding: 0;
  margin-bottom: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 60px;
  bottom: 35px;
  left: 0;
  right: 0;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-shipping #contactForm .form-list {
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-shipping #contactForm .form-list li {
  margin: 0;
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-shipping #contactForm .form-list li:nth-child(2n + 1) {
  clear: left;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-shipping #contactForm .sample-order-email-copy input {
  float: left;
  margin-right: 10px !important;
  margin-top: 9px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-shipping #contactForm .sample-order-email-copy label {
  float: left;
  margin-top: 5px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-shipping .button-set {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  border-top: none !important;
  clear: both;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-shipping .button-set .button {
  float: right;
  background: #ef2c3a;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  padding: 8px 15px;
  font-size: 14px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-shipping .button-set .button span {
  font-size: 14px;
}
.sample-order-popup .sample-order-popup-wrapper .sample-order-shipping .button-set .sample-order-shipping-btn:hover {
  cursor: pointer;
}

.sample-order-popup.active {
  visibility: visible;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.sample-order-login-popup {
  position: fixed;
  top: 50%;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  margin-top: -150px;
  z-index: 901;
  background: #fff;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.sample-order-login-popup .sample-order-login-popup-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .close-sample-order-login-popup {
  position: absolute;
  top: -40px;
  right: 0;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .close-sample-order-login-popup:hover {
  cursor: pointer;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .title {
  font-size: 24px;
  border-bottom: 2px dotted #d7d7d7;
  padding-bottom: 8px;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .registered-users {
  border-right: 2px dotted #d7d7d7;
  padding-top: 15px;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .registered-users h2 {
  font-size: 18px;
  font-weight: bold;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .registered-users input {
  border: 1px solid #d7d7d7;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .registered-users .content {
  min-height: 145px;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .registered-users .buttons-set {
  border-top: none;
  padding-top: 0;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .registered-users .buttons-set .sample-order-forgot-password {
  float: left;
  color: #000;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .registered-users .buttons-set .button {
  background-color: #ee2d3a;
  background-image: url(../images/login-icon.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: 11px center;
  width: auto;
  text-align: center;
  color: #fff;
  min-width: inherit;
  padding-left: 30px;
  padding-right: 15px;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .new-users {
  padding-top: 15px;
  background: url(../images/not-logged-in-bg.png);
  background-position: calc(100% - 30px) 100%;
  background-size: 95px 95px;
  background-repeat: no-repeat;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .new-users h2 {
  font-size: 18px;
  font-weight: bold;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .new-users .content {
  min-height: 145px;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .new-users .buttons-set {
  border-top: none;
  padding-top: 0;
  text-align: left;
}
.sample-order-login-popup .sample-order-login-popup-wrapper .sample-order-login-popup-content .new-users .buttons-set .button {
  display: inline-block;
  background: #6e6d72;
}

.sample-order-login-popup.active {
  visibility: visible;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.form-list select, .form-list input {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 30px !important;
}

.form-list input[type="checkbox"] {
  margin-left: 0px !important;
  float: none !important;
  padding: 0px;
  margin-right: 15px !important;
  margin-top: 4px !important;
}

.wishlist-index-index .my-wishlist .fieldset {
  margin-top: 15px !important;
}
.wishlist-index-index .my-wishlist #wishlist-table {
  font-family: "Open Sans";
  font-size: 14px;
}
.wishlist-index-index .my-wishlist #wishlist-table thead th {
  border-bottom: 2px dotted #d7d7d7;
  font-family: "Open Sans";
  font-size: 14px;
  padding-bottom: 10px;
  color: #000;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr td {
  border-bottom: 2px dotted #d7d7d7;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .btn-remove {
  margin-top: 3px;
  margin-bottom: 10px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-image {
  padding-left: 0;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-image {
  border: 1px solid #d7d7d7;
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 110px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-info .product-name {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-info .product-name a {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-info .product-sku {
  font-family: "Open Sans";
  font-size: 14px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-quantity {
  width: 310px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-quantity .unit {
  font-size: 14px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-quantity .colli-error {
  width: 100%;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-quantity .colli-error .colli-error-message {
  font-size: 13px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-price .price-box .price {
  font-family: "Open Sans";
  font-size: 14px;
  color: #000;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-remove .btn-remove {
  width: 25px;
  height: 24px;
  background: url("../images/like-icons.png");
  background-repeat: no-repeat;
  background-size: 60px 24px;
  background-position: 0 0;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-remove .btn-remove:hover {
  opacity: 1;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-cart .btn-cart {
  padding-top: 6px;
  padding-bottom: 6px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-cart .link-edit {
  padding-top: 6px;
  padding-bottom: 6px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-cart .link-edit {
  color: #fff;
  display: none;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .customer-wishlist-item-cart .link-edit:hover {
  color: #fff;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-logo-print {
  text-transform: none;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-logo-print .title {
  font-weight: bold;
  text-transform: none;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-logo-print a {
  color: #000;
  text-decoration: underline;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-logo-print .logo-print-selection-block {
  margin-bottom: 10px;
  margin-top: 10px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-logo-print .logo-print-selection-block .logo-print-color {
  width: 185px;
  border: 1px solid #d7d7d7;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 35px !important;
  float: left;
  margin-right: 20px !important;
  margin-bottom: 10px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-logo-print .logo-print-selection-block .logo-print-select-btn {
  background-image: url(../images/upload-icon.png);
  background-color: #6d6e71;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: auto;
  height: 35px;
  color: #fff;
  text-transform: uppercase;
  float: left;
  padding-left: 45px;
  padding-top: 7px;
  margin-top: 1px;
  float: left;
  clear: left;
  padding-right: 15px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-logo-print .logo-print-selection-block .logo-print-select-btn:hover {
  cursor: pointer;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-logo-print .without-logo-print-block {
  margin-bottom: 10px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-logo-print .without-logo-print-block .without-logo-print {
  float: left;
  margin-right: 10px !important;
  margin-top: 7px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-logo-print .without-logo-print-block .without-logo-print-label {
  float: left;
  margin-top: 4px;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-logo-print .logo-print-preview .image {
  width: 130px;
  height: auto;
}
.wishlist-index-index .my-wishlist #wishlist-table tbody tr .product-logo-print .logo-print-preview .image img {
  width: 100%;
  height: auto;
  border: 1px solid #d7d7d7;
}
.wishlist-index-index .my-wishlist .buttons-set2 {
  text-align: right;
  margin-top: 20px;
}
.wishlist-index-index .my-wishlist .buttons-set2 button {
  float: none;
  display: inline-block;
  margin-right: 0;
  margin-left: 15px;
  background: #6e6d72;
  color: #fff;
}

.price-box .minimal-price-link {
  display: none;
}

.wishlist-index-share h2.legend {
  font-size: 14px;
  margin-bottom: 0;
}

.customer-account #header-cart a {
  color: #fff;
}

#onestepcheckout-form #billing_address {
  margin-bottom: 30px;
}
#onestepcheckout-form .onestepcheckout-description {
  display: none;
}
#onestepcheckout-form .onestepcheckout-threecolumns {
  border-top: none;
  margin-left: -15px;
  margin-right: -15px;
}
#onestepcheckout-form .onestepcheckout-column-left {
  background: none;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}
#onestepcheckout-form .onestepcheckout-column-left .onestepcheckout-column-padright {
  padding-right: 0;
}
#onestepcheckout-form .onestepcheckout-column-middle {
  background: none;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}
#onestepcheckout-form .onestepcheckout-column-middle .onestepcheckout-column-padright {
  padding-right: 0;
}
#onestepcheckout-form .onestepcheckout-column-right {
  background: none;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}
#onestepcheckout-form .onestepcheckout-column-right .onestepcheckout-column-padleft {
  padding-left: 0;
}
#onestepcheckout-form .onestepcheckout-numbers {
  padding-left: 0;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  text-transform: inherit;
  border-top: 2px dotted #d7d7d7;
  border-bottom: 2px dotted #d7d7d7;
  padding-top: 10px;
  margin-bottom: 15px;
}
#onestepcheckout-form input[type="text"], #onestepcheckout-form input[type="email"], #onestepcheckout-form input[type="password"], #onestepcheckout-form input[type="tel"], #onestepcheckout-form select {
  border: 1px solid #d7d7d7;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  height: 30px;
  width: 100% !important;
}
#onestepcheckout-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
#onestepcheckout-form .onestepcheckout-threecolumns div.osc-short {
  width: 100%;
  float: none;
}
#onestepcheckout-form .checkout-service-block {
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
}
#onestepcheckout-form .checkout-service-block .title {
  text-align: center;
  background: #d7d7d7;
  color: #6d6e71;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
}
#onestepcheckout-form .checkout-service-block .info-wrapper {
  padding: 30px 15px;
  text-align: center;
}
#onestepcheckout-form .checkout-service-block .info-wrapper img {
  display: inline-block;
  margin-bottom: 10px;
}
#onestepcheckout-form .checkout-service-block .info-wrapper .image img {
  max-width: 170px;
  height: auto;
}
#onestepcheckout-form .checkout-service-block .info-wrapper .chat-button {
  width: 180px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
#onestepcheckout-form .checkout-service-block .info-wrapper .chat-button .image {
  background: #ee2d3a;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 38px;
  float: left;
  width: 46px;
  padding-top: 4px;
}
#onestepcheckout-form .checkout-service-block .info-wrapper .chat-button .clabel {
  float: left;
  height: 38px;
  width: calc(100% - 46px);
  border: 1px solid #d7d7d7;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  color: #d7d7d7;
  font-weight: 700;
  padding-top: 8px;
}
#onestepcheckout-form .checkout-service-block .info-wrapper .chat-button:hover {
  cursor: pointer;
}
#onestepcheckout-form .checkout-service-block .info-wrapper a {
  color: #000;
}
#onestepcheckout-form .onestepcheckout-place-order-wrapper {
  text-align: left;
}
#onestepcheckout-form .onestepcheckout-place-order-wrapper #onestepcheckout-place-order {
  background: #ee2d3a;
  font: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 50px;
  width: auto;
  float: none;
  display: inline-block;
  text-shadow: none;
}
#onestepcheckout-form .shipping-address-title {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  text-transform: inherit;
  border-top: 2px dotted #d7d7d7;
  border-bottom: 2px dotted #d7d7d7;
}
#onestepcheckout-form .input-save-address label {
  padding-left: 0;
}
#onestepcheckout-form .onestepcheckout-shipping-method-block .shipment-methods {
  margin-bottom: 15px;
}
#onestepcheckout-form .onestepcheckout-shipping-method-block .shipment-methods dd {
  font-weight: bold;
}
#onestepcheckout-form .onestepcheckout-shipping-method-block .shipment-methods dt .price {
  font-family: "Open Sans" !important;
  font-weight: normal !important;
}
#onestepcheckout-form .onestepcheckout-shipping-method-block .buy-more-free-shipping {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 0px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #fafafa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ee2d3a;
}
#onestepcheckout-form .onestepcheckout-shipping-method-block .buy-more-free-shipping:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}
#onestepcheckout-form .onestepcheckout-shipping-method-block .buy-more-free-shipping:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fafafa;
  border-top: none;
  top: -10px;
  left: 30px;
}
#onestepcheckout-form .payment-methods input[type="radio"] {
  margin-top: 4px !important;
}
#onestepcheckout-form .payment-methods label {
  padding-left: 0 !important;
}
#onestepcheckout-form .onestepcheckout-threecolumns input[type="checkbox"] {
  float: left;
  margin-top: 4px;
}
#onestepcheckout-form .onestepcheckout-threecolumns input[type="radio"] {
  float: left;
  margin-top: 3px;
}
#onestepcheckout-form .onestepcheckout-coupons {
  padding: 15px;
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
}
#onestepcheckout-form .onestepcheckout-coupons .checkout-coupon-label1 {
  font-size: 16px;
  font-weight: bold;
}
#onestepcheckout-form .onestepcheckout-coupons .checkout-coupon-label2 {
  font-size: 14px;
  margin-bottom: 10px;
}
#onestepcheckout-form .onestepcheckout-coupons #id_couponcode {
  width: calc( 50% - 8px ) !important;
  float: left;
}
#onestepcheckout-form .onestepcheckout-coupons #onestepcheckout-coupon-add, #onestepcheckout-form .onestepcheckout-coupons #onestepcheckout-coupon-remove {
  width: calc( 50% - 8px ) !important;
  float: right;
  background: #6d6e71;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 5px;
}
#onestepcheckout-form .osc-checkout-agreements .agree a {
  color: #000;
}
#onestepcheckout-form .osc-checkout-agreements .agree .red-link {
  color: #d43741;
}
#onestepcheckout-form .onestepcheckout-comments {
  margin-bottom: 30px;
}
#onestepcheckout-form .onestepcheckout-comments textarea {
  border: 1px solid #d7d7d7;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  resize: none;
  font-size: 14px;
  font-family: "Open Sans";
  color: #000;
}
#onestepcheckout-form .onestepcheckout-summary thead th {
  font-weight: bold;
  color: #000;
  border-bottom: none;
}
#onestepcheckout-form .onestepcheckout-summary tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #d7d7d7;
}
#onestepcheckout-form .onestepcheckout-summary tbody tr td .product-name {
  font-weight: bold;
}
#onestepcheckout-form .onestepcheckout-summary tbody tr td .item-logoprint-color {
  clear: both;
}
#onestepcheckout-form .onestepcheckout-summary tbody tr td .item-logoprint {
  clear: both;
}
#onestepcheckout-form .onestepcheckout-summary tbody tr td .item-logoprint img {
  width: 50px;
  height: auto;
}
#onestepcheckout-form .onestepcheckout-summary tbody tr td .product-info1 p {
  margin-bottom: 0;
}
#onestepcheckout-form .onestepcheckout-totals tr td {
  font-weight: bold;
}
#onestepcheckout-form .onestepcheckout-totals tr td:first-child {
  text-align: left !important;
}
#onestepcheckout-form .onestepcheckout-totals tr td:last-child {
  text-align: right !important;
}
#onestepcheckout-form .onestepcheckout-totals tr:last-child td {
  font-weight: bold;
  font-size: 20px;
}
#onestepcheckout-form .onestepcheckout-comments textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d7d7d7;
}

.remodal-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 900;
  visibility: hidden;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.remodal-overlay.remodal-is-opened {
  visibility: visible;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.colli-error {
  clear: left;
  float: left;
  width: 330px;
  padding-top: 10px;
}
.colli-error .colli-error-message {
  margin-bottom: 10px;
  color: #df280a;
  font-size: 13px;
}

.remodal-wrapper .osc-agreement-content {
  position: fixed;
  width: 800px;
  margin-left: -400px;
  left: 50%;
  top: 50px;
  bottom: 30px;
  z-index: 910;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 20px;
  background: #fff;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 1024px) {
  .remodal-wrapper .osc-agreement-content {
    margin-left: 0;
    width: 96%;
    left: 2%;
  }
}
.remodal-wrapper .osc-agreement-content .close-agreement-popup {
  width: 30px;
  height: 30px;
  background: url(../images/close-popup.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: absolute;
  right: 0;
  top: -40px;
  left: auto;
  margin-left: 0;
}
.remodal-wrapper .osc-agreement-content .close-agreement-popup:hover {
  cursor: pointer;
}
.remodal-wrapper .osc-agreement-content .agreement-content-wrapper {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "Open Sans" !important;
}
.remodal-wrapper .osc-agreement-content .agreement-content-wrapper .remodal-close {
  display: none !important;
}
.remodal-wrapper .osc-agreement-content .remodal-close::before {
  display: none !important;
}

html.remodal-is-locked {
  overflow: auto;
}

.customer-service-page h3 {
  font-weight: bold;
  font-size: 16px;
}
.customer-service-page .customer-service-section1 {
  padding-bottom: 30px;
}
.customer-service-page .customer-service-section2 {
  padding-top: 30px;
  background: url(../images/cs-bg1.jpg);
  background-size: cover;
  background-position: center center;
}
.customer-service-page .customer-service-section2 .customer-service-info {
  background: rgba(255, 255, 255, 0.35);
  padding: 20px;
}
.customer-service-page .customer-service-section2 table.opening-hours {
  margin-bottom: 30px;
}
.customer-service-page .customer-service-section2 table.opening-hours td {
  padding-right: 10px;
  padding-bottom: 10px;
}
.customer-service-page .customer-service-section2 .phone-contact {
  padding-left: 45px;
  background: url(../images/phone-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 41px;
  margin-bottom: 20px;
}
.customer-service-page .customer-service-section2 .phone-contact a {
  color: #000;
}
.customer-service-page .customer-service-section2 .email-contact {
  padding-left: 45px;
  background: url(../images/mail-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 23px;
}
.customer-service-page .customer-service-section2 .email-contact a {
  color: #000;
}
.customer-service-page .customer-service-section2 .chat-button {
  width: 180px;
  margin: 0 auto;
  margin-top: 30px;
}
.customer-service-page .customer-service-section2 .chat-button .image {
  background: #ee2d3a;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 38px;
  float: left;
  width: 46px;
  padding-top: 4px;
  text-align: center;
}
.customer-service-page .customer-service-section2 .chat-button .image img {
  display: inline-block;
}
.customer-service-page .customer-service-section2 .chat-button .clabel {
  float: left;
  height: 38px;
  width: calc(100% - 46px);
  border: 1px solid #d7d7d7;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  color: #d7d7d7;
  font-weight: 700;
  padding-top: 8px;
  background: #fff;
}
.customer-service-page .customer-service-section2 .chat-button:hover {
  cursor: pointer;
}
.customer-service-page .customer-service-section2 .contact-form-wrapper {
  padding-bottom: 30px;
}
.customer-service-page .customer-service-section2 #contactForm {
  padding-left: 0;
}
.customer-service-page .customer-service-section2 #contactForm .input-box input, .customer-service-page .customer-service-section2 #contactForm .input-box textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  max-width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.customer-service-page .customer-service-section2 #contactForm .input-box textarea {
  resize: none;
}
.customer-service-page .customer-service-section2 #contactForm .buttons-set {
  padding-top: 0;
  border-top: none;
}
.customer-service-page .customer-service-section2 #contactForm .buttons-set .button {
  font-size: 16px;
  padding: 8px 30px;
}
.customer-service-page .customer-service-section2 #contactForm #comment {
  margin-bottom: 10px;
  font-size: 14px !important;
}
.customer-service-page .customer-service-section2 #contactForm .re-captcha-wrapper {
  padding: 15px;
  background: rgba(255, 255, 255, 0.3);
}
.customer-service-page .customer-service-section2 #contactForm .re-captcha-wrapper label {
  margin-bottom: 8px;
}
.customer-service-page .customer-service-section3 {
  background: rgba(255, 255, 255, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
}
.customer-service-page .customer-service-section3 h3 {
  margin-bottom: 30px;
}
.customer-service-page .customer-service-section3 .col-md-3 {
  text-align: center;
}
.customer-service-page .customer-service-section3 .col-md-3 .icon {
  margin-bottom: 15px;
}
.customer-service-page .customer-service-section3 .col-md-3 .icon img {
  display: inline-block;
}
.customer-service-page .customer-service-section3 .col-md-3 a {
  color: #000;
}
.customer-service-page .customer-service-section4 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.customer-service-page .customer-service-section4 h3 {
  margin-bottom: 30px;
}
.customer-service-page .customer-service-section4 table.sale {
  position: relative;
  margin-bottom: 30px;
}
.customer-service-page .customer-service-section4 table.sale tr:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.customer-service-page .customer-service-section4 table.sale tr:last-child td {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff !important;
  text-align: center;
}
.customer-service-page .customer-service-section4 table.sale tr:last-child td p {
  margin-bottom: 0;
  color: #fff !important;
  text-align: center;
}
.customer-service-page .customer-service-section5 {
  padding-bottom: 30px;
}
.customer-service-page .customer-service-section5 .col-md-4:nth-child(3n+1) {
  clear: left;
}
.customer-service-page .customer-service-section5 .sale-department-wrapper {
  border: 1px solid #d7d7d7;
  padding: 15px;
  min-height: 210px;
  margin-bottom: 30px;
}
.customer-service-page .customer-service-section5 table.sale-department {
  width: 100%;
}
.customer-service-page .customer-service-section5 table.sale-department td:first-child {
  width: 100px;
}
.customer-service-page .customer-service-section5 table.sale-department td {
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.customer-service-page .customer-service-section5 table.sale-department td p {
  margin-bottom: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.customer-service-page .customer-service-section5 table.sale-department td a {
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.customer-service-page .customer-service-section5 table.sale-department td a:hover {
  color: #000;
}
.customer-service-page .customer-service-section5 table.sale-department img {
  display: inline-block;
  height: 18px;
  width: auto;
  margin-right: 10px;
  margin-top: -5px;
}

.cms-customer-service .messages {
  width: 1140px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 0;
}

.buy-the-whole-look {
  margin-bottom: 30px;
}
.buy-the-whole-look .row {
  margin-left: 0;
  margin-right: 0;
}
.buy-the-whole-look .col-md-12, .buy-the-whole-look .col-md-6, .buy-the-whole-look .col-md-4 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.buy-the-whole-look .col-md-12 img, .buy-the-whole-look .col-md-6 img, .buy-the-whole-look .col-md-4 img {
  width: 100%;
  height: auto;
}
.buy-the-whole-look .col-md-12 .label, .buy-the-whole-look .col-md-6 .label, .buy-the-whole-look .col-md-4 .label {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 30px;
}
.buy-the-whole-look .col-md-12 .label.white, .buy-the-whole-look .col-md-6 .label.white, .buy-the-whole-look .col-md-4 .label.white {
  color: #fff;
}

.category-buy-the-whole-look .col-main {
  padding-top: 30px;
}

.category-description-top.std {
  margin-bottom: 15px;
  display: none;
}

.product-view.grouped-view .product-shop .product-sku {
  display: none;
}
.product-view.grouped-view .product-shop .product-info1 {
  display: none;
}
.product-view.grouped-view .product-shop .product-stock {
  display: none;
}
.product-view.grouped-view .product-shop .dotted-1, .product-view.grouped-view .product-shop .dotted-2 {
  display: none;
}
.product-view.grouped-view .product-shop .product-description {
  margin-bottom: 15px;
}
.product-view.grouped-view .add-to-cart-wrapper {
  clear: both;
  width: 100%;
  padding-left: 0;
}
.product-view.grouped-view .add-to-cart-wrapper .grouped-items-table-wrapper {
  width: 100%;
  float: none;
}
.product-view.grouped-view .how-to-do-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.product-view.grouped-view .how-to-do-info table {
  display: block;
}
.product-view.grouped-view .how-to-do-info table tbody {
  display: block;
}
.product-view.grouped-view .how-to-do-info table tbody tr {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.product-view.grouped-view .how-to-do-info table tbody tr td {
  display: block;
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.product-view.grouped-view .how-to-do-info table tbody tr td img {
  border: 1px solid #d7d7d7;
  width: 100%;
  height: auto;
}
.product-view.grouped-view .watch-video {
  float: right;
  margin-bottom: 30px;
}
.product-view.grouped-view .watch-video img {
  float: left;
  margin-right: 10px;
  margin-top: -5px;
}
.product-view.grouped-view .watch-video .clabel {
  float: left;
  color: #ee2d3a;
  font-weight: bold;
}
.product-view.grouped-view .watch-video:hover {
  cursor: pointer;
}
.product-view.grouped-view .grouped-items-table-wrapper {
  padding: 0;
  border: none;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table-title {
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #d7d7d7;
  border-bottom: 2px dotted #d7d7d7;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 8px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table thead {
  border-bottom: 2px dotted #d7d7d7;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table thead tr td {
  font-weight: bold;
  padding-bottom: 10px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr td {
  border-bottom: none;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 15px;
  font-family: "Open Sans";
  font-size: 14px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr td .logo-print-popup .logo-print-popup-content .info {
  width: 100%;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr td .logo-print-preview .image img {
  width: 100px;
  height: auto;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr td .colli-error {
  clear: left;
  float: left;
  width: 240px;
  padding-top: 10px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr td .colli-error .colli-error-message {
  margin-bottom: 10px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .image {
  width: 200px;
  position: relative;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .image .product-image {
  border: 1px solid #d7d7d7;
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .image .product-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .image .discount {
  position: absolute;
  right: -4px;
  top: -4px;
  z-index: 1;
  background: url(../images/discount.png);
  width: 55px;
  height: 55px;
  background-size: 55px 55px;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  padding-top: 9px;
  padding-left: 3px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .image .discount .clabel1 {
  font-size: 13px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .image .discount .clabel2 {
  font-size: 16px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .info {
  width: 300px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .info .product-sku {
  font-family: "Open Sans";
  font-size: 14px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .info .product-name {
  font-weight: bold;
  margin-bottom: 10px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .info .product-name a {
  color: #000;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .info .product-info1 p {
  margin-bottom: 5px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .info .product-stock {
  margin-bottom: 10px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .info .product-stock .in-stock {
  text-transform: none;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .info .product-stock .in-stock span {
  display: inline-block;
  background: url(../images/instock-icon.png);
  padding-left: 20px;
  background-size: 16px 16px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .info .product-stock .out-of-stock {
  text-transform: none;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .info .product-stock .out-of-stock span {
  display: inline-block;
  background: url(../images/out-of-stock-icon.png);
  padding-left: 20px;
  background-size: 16px 16px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .options .logo-print .title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .options .logo-print select {
  border: 1px solid #d7d7d7;
  width: 180px;
  height: 32px;
  margin-bottom: 10px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .options .logo-print .without-logo-print {
  margin-right: 8px;
  margin-top: 2px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty {
  position: relative;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .qty-wrapper {
  padding-top: 32px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .qty-wrapper hr.dotted {
  display: none !important;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .qty-wrapper .qty {
  border: 1px solid #d7d7d7;
  float: left;
  height: 32px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .qty-wrapper .qty-label {
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .qty-wrapper .price-box {
  float: left;
  text-align: left;
  margin-top: 6px;
  color: #000;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .qty-wrapper .price-box span {
  color: #000;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .qty-wrapper .nav-base-price {
  float: left;
  text-align: left;
  margin-top: 6px;
  color: #000;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 8px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .qty-wrapper ul.tier-prices {
  clear: both;
  float: left;
  width: 100%;
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .qty-wrapper ul.tier-prices li .price {
  font-family: "Open Sans";
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .selected-product-wrapper {
  float: right;
  width: auto;
  position: absolute;
  right: 0;
  top: 50px;
  text-align: right;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .selected-product-wrapper input {
  margin-right: 8px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-logo-print .title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-logo-print .without-logo-print-block input {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-logo-print .logo-print-selection-block {
  clear: both;
  padding-top: 10px;
  margin-bottom: 10px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-logo-print .logo-print-selection-block select.logo-print-color {
  width: auto;
  border: 1px solid #d7d7d7;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 35px !important;
  float: left;
  margin-right: 20px !important;
  margin-bottom: 10px;
  padding-right: 10px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-logo-print .logo-print-selection-block select.logo-print-color option {
  padding-right: 10px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-logo-print .logo-print-selection-block .logo-print-select-btn {
  float: left;
  clear: left;
  background-image: url(../images/upload-icon.png);
  background-color: #6d6e71;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: auto;
  height: 35px;
  color: #fff;
  text-transform: uppercase;
  float: left;
  padding-left: 45px;
  padding-top: 7px;
  margin-top: 1px;
  padding-right: 15px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-logo-print .logo-print-selection-block .logo-print-select-btn:hover {
  cursor: pointer;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-logo-print .logo-print-selection-block .logo-print-preview {
  clear: left;
}
.product-view.grouped-view .grouped-total-price-wrapper {
  text-align: right;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px dotted #d7d7d7;
  border-bottom: 2px dotted #d7d7d7;
  margin-bottom: 30px;
}
.product-view.grouped-view .grouped-total-price-wrapper .total-price {
  margin-left: 8px;
}
.product-view.grouped-view .grouped-items-table-outer-wrapper.not-loged-in .grouped-items-table-wrapper .grouped-items-table thead {
  display: none;
}
.product-view.grouped-view .grouped-items-table-outer-wrapper.not-loged-in .grouped-items-table-wrapper .grouped-items-table td:last-child {
  width: auto;
}
.product-view.grouped-view .grouped-items-table-outer-wrapper.not-loged-in .grouped-items-table-wrapper .grouped-items-table tbody tr td.info {
  width: auto;
}
.product-view.grouped-view .grouped-items-table-outer-wrapper.not-loged-in .grouped-total-price-wrapper {
  display: none;
}
.product-view.grouped-view .add-to-box .add-to-cart {
  border: none;
}
.product-view.grouped-view .add-to-box .add-to-cart .add-to-cart-buttons {
  float: right;
  margin-right: 0;
}

.page.gallery-layout .category-description-top {
  display: block !important;
}
.page.gallery-layout .westpack-bestsellers .product-grid .item .product-image {
  width: 165px;
  height: 165px;
}
.page.gallery-layout .westpack-bestsellers .product-grid .item .product-image img {
  width: 150px;
  height: 150px;
}
.page.gallery-layout .westpack-bestsellers .product-grid .item .product-name {
  font-weight: normal;
}
.page.gallery-layout .westpack-bestsellers .product-grid .item .product-name a {
  font-weight: normal;
}
.page.gallery-layout .westpack-bestsellers .item {
  width: 16.66%;
}
.page.gallery-layout .westpack-bestsellers .item-5, .page.gallery-layout .westpack-bestsellers .item-6 {
  display: block !important;
}
.page.gallery-layout .category-products .products-grid .item {
  width: 25%;
}
.page.gallery-layout .category-products .products-grid .item:nth-child(3n + 1) {
  clear: none;
}
.page.gallery-layout .category-products .products-grid .item:nth-child(4n + 1) {
  clear: left;
}

.catalog-category-view .category-products .products-grid .item.grouped-item .item-wrapper {
  min-height: 320px;
}
.catalog-category-view .category-products .products-grid .item.grouped-item .product-info {
  padding-bottom: 0;
}
.catalog-category-view .category-products .products-grid .item.grouped-item .product-sku {
  display: none;
}
.catalog-category-view .category-products .products-grid .item.grouped-item .product-stock {
  display: none;
}
.catalog-category-view .category-products .products-grid .item.grouped-item .product-sizes {
  display: none;
}
.catalog-category-view .category-products .products-grid .item.grouped-item .product-price {
  display: none;
}
.catalog-category-view .category-products .products-grid .item.grouped-item:hover .product-stock {
  display: none !important;
}

.box-logo ul li {
  list-style-type: none;
  display: inline-block;
  float: left;
  text-align: center;
  margin: 10px;
}

.cms-content-center {
  width: 600px;
  max-width: 100%;
  float: left;
}

.cms-page-view .col-main img {
  display: initial;
}

.cms-content-right {
  width: 200px;
  max-width: 100%;
  float: left;
}
.cms-content-right .articleWrapper {
  float: left;
  padding: 10px;
}
.cms-content-right .articleWrapper img {
  padding: 0;
}
.cms-content-right img {
  float: left;
  padding: 10px;
}

.box-datail {
  clear: both;
  margin: 20px 0;
  float: left;
  max-width: 100%;
}
.box-datail .img-profile {
  float: left;
}
.box-datail .description {
  float: left;
  margin-left: 10px;
  width: 450px;
  max-width: 100%;
}

.product-video-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 900;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.product-video-popup .product-video-popup-wrapper {
  position: fixed;
  width: 640px;
  height: 360px;
  left: 50%;
  margin-left: -320px;
  top: 50%;
  margin-top: -180px;
}
.product-video-popup .product-video-popup-wrapper .close-product-video-popup {
  position: absolute;
  top: -40px;
  right: 0;
}
.product-video-popup .product-video-popup-wrapper .close-product-video-popup:hover {
  cursor: pointer;
}

.product-video-popup.active {
  visibility: visible;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.custom-video-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 900;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.custom-video-popup .custom-video-popup-wrapper {
  position: fixed;
  width: 640px;
  height: 360px;
  left: 50%;
  margin-left: -320px;
  top: 50%;
  margin-top: -180px;
}
.custom-video-popup .custom-video-popup-wrapper .close-custom-video-popup {
  position: absolute;
  top: -40px;
  right: 0;
}
.custom-video-popup .custom-video-popup-wrapper .close-custom-video-popup:hover {
  cursor: pointer;
}

.custom-video-popup.active {
  visibility: visible;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.adj-nav-navigation-not-logged-in .adj-nav-dt-price {
  display: block;
}
.adj-nav-navigation-not-logged-in .adj-nav-filter-price {
  display: block;
}

.go-to-top {
  position: fixed;
  z-index: 1;
  bottom: 180px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(../images/top-arrow.png);
  background-size: auto 24px;
  background-position: center center;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.go-to-top:hover {
  cursor: pointer;
}

.go-to-top.active {
  visibility: visible;
  opacity: 1;
  display: block;
  opacity: 0.9;
}

.westpack-bookmark {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 15;
}
.westpack-bookmark .bookmark-list {
  position: relative;
  height: 10px;
  width: 10px;
  background: red;
}
.westpack-bookmark .bookmark-list .bookmark-item {
  width: 210px;
  margin-bottom: 15px;
  right: -160px;
  position: absolute;
  -moz-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.westpack-bookmark .bookmark-list .bookmark-item .icon {
  height: 40px;
  width: 50px;
  background: #ee2d3a;
  float: left;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.westpack-bookmark .bookmark-list .bookmark-item .label {
  background: #fff;
  float: left;
  height: 40px;
  width: 160px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  color: #6d6e71;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
}
.westpack-bookmark .bookmark-list .bookmark-item:hover {
  cursor: pointer;
  right: 0;
  -moz-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.westpack-bookmark .bookmark-list .bookmark-item:nth-child(1) {
  top: 0;
}
.westpack-bookmark .bookmark-list .bookmark-item:nth-child(2) {
  top: 55px;
}
.westpack-bookmark .bookmark-list .create-account-bookmark .icon img {
  height: auto;
  margin-left: 9px;
  margin-top: 6px;
  width: 30px;
}
.westpack-bookmark .bookmark-list .chat-bookmark .icon img {
  margin-left: 10px;
  margin-top: 6px;
  width: 30px;
  height: auto;
}

.wordpress-post-view .main-container .main, .wordpress-search-index .main-container .main, .wordpress-archive-view .main-container .main {
  padding-top: 30px;
}
.wordpress-post-view .block-blog-search .blog-search, .wordpress-search-index .block-blog-search .blog-search, .wordpress-archive-view .block-blog-search .blog-search {
  padding: 0;
}
.wordpress-post-view .block-blog-search .blog-search input, .wordpress-search-index .block-blog-search .blog-search input, .wordpress-archive-view .block-blog-search .blog-search input {
  width: calc(100% - 90px);
  float: left;
  height: 33px;
  border-right: none;
  border-color: #d7d7d7;
}
.wordpress-post-view .block-blog-search .blog-search .button, .wordpress-search-index .block-blog-search .blog-search .button, .wordpress-archive-view .block-blog-search .blog-search .button {
  width: 90px;
  float: left;
}
.wordpress-post-view .block-blog .block-title h2, .wordpress-post-view .block-blog .block-title h3, .wordpress-post-view .block-blog .block-title strong, .wordpress-search-index .block-blog .block-title h2, .wordpress-search-index .block-blog .block-title h3, .wordpress-search-index .block-blog .block-title strong, .wordpress-archive-view .block-blog .block-title h2, .wordpress-archive-view .block-blog .block-title h3, .wordpress-archive-view .block-blog .block-title strong {
  color: #000;
  font-weight: bold;
}
.wordpress-post-view .block-blog .block-title, .wordpress-search-index .block-blog .block-title, .wordpress-archive-view .block-blog .block-title {
  border-color: #d7d7d7;
  color: #000;
}
.wordpress-post-view .block-blog .block-content ul li, .wordpress-search-index .block-blog .block-content ul li, .wordpress-archive-view .block-blog .block-content ul li {
  margin-left: 0;
  color: #000;
  margin-bottom: 5px;
}
.wordpress-post-view .block-blog .block-content ul li a, .wordpress-search-index .block-blog .block-content ul li a, .wordpress-archive-view .block-blog .block-content ul li a {
  color: #000;
}
.wordpress-post-view .col-main .page-title, .wordpress-search-index .col-main .page-title, .wordpress-archive-view .col-main .page-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.wordpress-post-view .col-main .page-title h1, .wordpress-search-index .col-main .page-title h1, .wordpress-archive-view .col-main .page-title h1 {
  font-size: 24px;
  font-weight: bold;
}
.wordpress-post-view .post-view .post-entry a, .wordpress-search-index .post-view .post-entry a, .wordpress-archive-view .post-view .post-entry a {
  color: #d43741;
}
.wordpress-post-view .post-view .post-date, .wordpress-search-index .post-view .post-date, .wordpress-archive-view .post-view .post-date {
  font-size: 14px;
  font-style: normal;
}
.wordpress-post-view .post-view .featured-image, .wordpress-search-index .post-view .featured-image, .wordpress-archive-view .post-view .featured-image {
  border: none;
  margin-bottom: 15px;
}
.wordpress-post-view .post-list #post-list .item, .wordpress-search-index .post-list #post-list .item, .wordpress-archive-view .post-list #post-list .item {
  border-bottom: 2px dotted #d7d7d7;
}
.wordpress-post-view .post-list #post-list .item .post-list-item h2, .wordpress-search-index .post-list #post-list .item .post-list-item h2, .wordpress-archive-view .post-list #post-list .item .post-list-item h2 {
  font-size: 20px;
  color: #000;
}
.wordpress-post-view .post-list #post-list .item .post-list-item h2 a, .wordpress-search-index .post-list #post-list .item .post-list-item h2 a, .wordpress-archive-view .post-list #post-list .item .post-list-item h2 a {
  color: #000;
}
.wordpress-post-view .post-list #post-list .item .post-list-item .post-entry .featured-image, .wordpress-search-index .post-list #post-list .item .post-list-item .post-entry .featured-image, .wordpress-archive-view .post-list #post-list .item .post-list-item .post-entry .featured-image {
  margin-bottom: 15px;
  border: none;
  padding: 0;
}
.wordpress-post-view .post-list .toolbar, .wordpress-post-view .post-list .pager, .wordpress-search-index .post-list .toolbar, .wordpress-search-index .post-list .pager, .wordpress-archive-view .post-list .toolbar, .wordpress-archive-view .post-list .pager {
  margin-top: 0;
  font-size: 14px;
  color: #000;
}
.wordpress-post-view .post-list .pager .pages ol li, .wordpress-search-index .post-list .pager .pages ol li, .wordpress-archive-view .post-list .pager .pages ol li {
  float: left;
  margin-left: 10px;
  border: 1px solid #d7d7d7;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
.wordpress-post-view .post-list .pager .pages ol li.current, .wordpress-search-index .post-list .pager .pages ol li.current, .wordpress-archive-view .post-list .pager .pages ol li.current {
  color: #fff;
  background: #ee2d3a;
}
.wordpress-post-view .post-list .pager .pages ol li:hover, .wordpress-search-index .post-list .pager .pages ol li:hover, .wordpress-archive-view .post-list .pager .pages ol li:hover {
  background: rgba(122, 122, 122, 0.1);
}
.wordpress-post-view .post-list .pager .pages ol li.current:hover, .wordpress-search-index .post-list .pager .pages ol li.current:hover, .wordpress-archive-view .post-list .pager .pages ol li.current:hover {
  background: #ee2d3a;
}
.wordpress-post-view .post-list .pager .pages a, .wordpress-post-view .post-list .pager .pages span, .wordpress-search-index .post-list .pager .pages a, .wordpress-search-index .post-list .pager .pages span, .wordpress-archive-view .post-list .pager .pages a, .wordpress-archive-view .post-list .pager .pages span {
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #000;
  border: none;
  background: transparent;
}
.wordpress-post-view .post-list .pager .pages a:hover, .wordpress-post-view .post-list .pager .pages span:hover, .wordpress-search-index .post-list .pager .pages a:hover, .wordpress-search-index .post-list .pager .pages span:hover, .wordpress-archive-view .post-list .pager .pages a:hover, .wordpress-archive-view .post-list .pager .pages span:hover {
  background: transparent;
}

.std h1 {
  font-size: 24px;
}
.std h2 {
  font-size: 20px;
}
.std h3 {
  font-size: 18px;
}
.std h4 {
  font-size: 16px;
}
.std h5 {
  font-size: 14px;
}

.fancybox-wrap {
  background: none !important;
}
.fancybox-wrap .fancybox-close {
  background: url("../images/close-popup.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 2px;
}
.fancybox-wrap .fancybox-skin {
  background: none !important;
  box-shadow: none !important;
  padding-left: 10px;
  padding-right: 10px;
}
.fancybox-wrap .fancybox-outer {
  background: none !important;
  padding-left: 10px;
  padding-right: 10px;
}
.fancybox-wrap .fancybox-outer .fancybox-inner {
  padding-top: 30px;
  background: none !important;
  padding-bottom: 30px;
}
.fancybox-wrap .fancybox-outer .fancybox-inner .fancybox-image {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  max-width: calc(100% - 20px);
}
.fancybox-wrap .fancybox-bg {
  background: none !important;
}
.fancybox-wrap #fancybox-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.fancybox-wrap .fancybox-next {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -22px;
  background-image: url(../images/arrows.png);
  background-position: -45px -1px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 44px;
  position: absolute;
  width: 44px;
}
.fancybox-wrap .fancybox-next span {
  display: none !important;
}
.fancybox-wrap .fancybox-next:hover {
  background-position: -45px -45px;
}
.fancybox-wrap .fancybox-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -22px;
  background-image: url(../images/arrows.png);
  background-position: -1px -1px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 44px;
  position: absolute;
  width: 44px;
}
.fancybox-wrap .fancybox-prev span {
  display: none !important;
}
.fancybox-wrap .fancybox-prev:hover {
  background-position: -1px -45px;
}

.select-language {
  text-align: left;
}
.select-language .language.active {
  font-weight: bold;
}
.select-language .language:hover {
  cursor: pointer;
}

.select-currency {
  display: none;
}
.select-currency .currency {
  float: left;
}
.select-currency .currency.active {
  font-weight: bold;
}
.select-currency .currency:hover {
  cursor: pointer;
}

.select-currency.active {
  display: block !important;
}

.ip-detect-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.ip-detect-popup .ip-detect-popup-wrapper {
  height: 400px;
  width: 1140px;
  position: absolute;
  background: #fff;
  max-width: 100%;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: -570px;
  padding: 10px;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/ip-detect-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .close-ip-detect-popup {
  position: absolute;
  right: -10px;
  top: -45px;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .close-ip-detect-popup:hover {
  cursor: pointer;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper {
  width: 285px;
  margin-right: 30px;
  float: right;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .title {
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .select-container {
  clear: both;
  margin-bottom: 15px;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .select-container .select-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .select-container .select-language {
  border: 1px solid #d7d7d7;
  padding: 9px 0 3px;
  background: #fff;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .select-container .select-language .language {
  opacity: 0.3;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .select-container .select-language .language.active {
  opacity: 1;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .select-container .select-currency {
  border: 1px solid #d7d7d7;
  padding: 9px 6px;
  background: #fff;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .select-container .select-currency .currency {
  padding-left: 6px;
  padding-right: 6px;
  border-right: 1px solid #d7d7d7;
  margin: 0;
  line-height: 12px;
  font-size: 13px;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .select-container .select-currency .currency:last-child {
  border-right: none;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .select-container .select-country {
  border: 1px solid #d7d7d7;
  height: 32px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/dropdown-bullet-2.png);
  background-size: 8px 6px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  padding-left: 7px;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .ip-detect-button {
  width: 170px;
  background: #ee2d3a;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 20px;
}
.ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .ip-detect-button:hover {
  cursor: pointer;
}

.ip-detect-popup.hide {
  display: none !important;
}

.intelecomchatstarter {
  display: none !important;
}

#intelecom .intelecomchatheader {
  padding-top: 0;
}

.store-box {
  padding-left: 15px;
}
.store-box .store-select-top {
  display: none;
}

.store-box.active .store-select-top {
  display: block !important;
}

.store-select-top {
  position: absolute;
  right: 0;
  width: 320px;
  top: 38px;
  z-index: 9999;
}
.store-select-top .store-select-top-wrapper {
  padding: 15px;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background: #f7f7f7;
}
.store-select-top .select-container {
  clear: both;
  margin-bottom: 15px;
}
.store-select-top .select-container .select-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.store-select-top .select-container .select-language {
  border: 1px solid #d7d7d7;
  padding: 9px 5px 3px 5px;
  background: #fff;
}
.store-select-top .select-container .select-language .language {
  opacity: 0.3;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.store-select-top .select-container .select-language .language.active {
  opacity: 1;
}
.store-select-top .select-container .select-currency {
  border: 1px solid #d7d7d7;
  padding: 9px 6px;
  background: #fff;
}
.store-select-top .select-container .select-currency .currency {
  padding-left: 6px;
  padding-right: 6px;
  border-right: 1px solid #d7d7d7;
  margin: 0;
  line-height: 12px;
  font-size: 13px;
}
.store-select-top .select-container .select-currency .currency:last-child {
  border-right: none;
}
.store-select-top .select-container .select-country {
  border: 1px solid #d7d7d7;
  height: 32px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/dropdown-bullet-2.png);
  background-size: 8px 6px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  padding-left: 7px;
}
.store-select-top .change-store-button {
  width: 170px;
  background: #ee2d3a;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  padding-top: 4px;
  padding-bottom: 8px;
  margin-top: 20px;
  height: 34px;
}
.store-select-top .change-store-button:hover {
  cursor: pointer;
}

.catalog-category-view #adj-nav-range-fromprice, .catalog-category-view #adj-nav-range-toprice {
  padding-left: 5px;
}
.catalog-category-view .westpack-bestsellers .title {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.catalog-category-view .westpack-bestsellers .clerk-slider-nav {
  top: calc(50% - 50px) !important;
}
.catalog-category-view .westpack-bestsellers .clerk-slider-nav-prev {
  left: 15px !important;
}
.catalog-category-view .westpack-bestsellers .clerk-slider-nav-next {
  right: 15px !important;
}
.catalog-category-view .westpack-bestsellers .products-grid {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.catalog-category-view .westpack-bestsellers .products-grid .item {
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 25% !important;
}

/****************************************************
*               cms-faq              				*
*****************************************************/
body.cms-faq h1,
body.cms-faq h2 {
  margin-bottom: 20px;
}

/****************************************************
*               cms-terms-and-conditions            *
*****************************************************/
body.cms-terms-and-conditions h3 {
  margin-top: 30px;
}

/****************************************************
*               cms-delivery             			*
*****************************************************/
body.cms-delivery .back-to-top {
  display: none;
}

.col1-layout-full .col-main > .page-title {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}

.cms-page-view .page-title {
  position: relative;
}
.cms-page-view .page-title h1 {
  width: calc(100% - 125px);
}

#customer-logoprint .customer-logoprint-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#customer-logoprint .customer-logoprint-content .title {
  margin-bottom: 30px;
}
#customer-logoprint .customer-logoprint-content a {
  color: #000;
  text-decoration: underline;
}
#customer-logoprint .customer-logoprint-content #logo-print-file, #customer-logoprint .customer-logoprint-content input.logo-print-file {
  display: none;
  opacity: 0;
}
#customer-logoprint .logo-print-list-block {
  margin-left: -8px;
  margin-right: -8px;
}
#customer-logoprint .logo-print-list-block .logo-print-list .logo-print {
  position: relative;
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}
#customer-logoprint .logo-print-list-block .logo-print-list .logo-print .preview {
  width: 64px;
  height: 64px;
  border: 1px solid #d7d7d7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 8px;
}
#customer-logoprint .logo-print-list-block .logo-print-list .logo-print .preview .delete-btn {
  position: absolute;
  width: 13px;
  height: 13px;
  right: -6px;
  top: -6px;
}
#customer-logoprint .logo-print-list-block .logo-print-list .logo-print .preview img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#customer-logoprint .logo-print-list-block .logo-print-list .logo-print .radio {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/radio.png);
  background-repeat: no-repeat;
  background-size: 41px 20px;
  background-position: 0 0;
  top: 15px;
  left: 50%;
  margin-left: -70px;
}
#customer-logoprint .logo-print-list-block .logo-print-list .logo-print .upload-logo-btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #6d6e71;
  text-transform: uppercase;
  padding: 5px 20px;
  margin-top: 8px;
}
#customer-logoprint .logo-print-list-block .logo-print-list .logo-print:nth-child(4n + 1) {
  clear: left;
}
#customer-logoprint .logo-print-list-block .logo-print-list .logo-print:hover {
  cursor: pointer;
}
#customer-logoprint .logo-print-list-block .logo-print-list .logo-print:hover .preview {
  border: 1px solid #000;
  box-shadow: 0 0 0 2px #000;
}
#customer-logoprint .logo-print-list-block .logo-print-list .logo-print.active .radio {
  background: url(../images/radio.png);
  background-repeat: no-repeat;
  background-size: 41px 20px;
  background-position: -21px 0;
}

#cart-logo-print .product-logo-print {
  display: none !important;
}
#cart-logo-print .logo-print-color-box {
  margin-bottom: 30px;
}
#cart-logo-print .logo-print-color-box select {
  border: 1px solid #d7d7d7;
  height: 35px;
}

.customer-special-products table.special-products-table {
  width: 100%;
  margin-bottom: 30px;
}
.customer-special-products table.special-products-table thead tr {
  border-bottom: 2px dotted #d7d7d7;
}
.customer-special-products table.special-products-table thead th {
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
  padding-top: 15px;
}
.customer-special-products table.special-products-table thead .qty-col, .customer-special-products table.special-products-table thead .price-col, .customer-special-products table.special-products-table thead .stock-col, .customer-special-products table.special-products-table thead .on-the-way-col, .customer-special-products table.special-products-table thead .salesqty-col {
  text-align: center;
}
.customer-special-products table.special-products-table tbody tr {
  border-bottom: 2px dotted #d7d7d7;
}
.customer-special-products table.special-products-table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}
.customer-special-products table.special-products-table tbody tr td .add-to-cart {
  display: inline-block;
  width: auto;
  background: #ef2c3a;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 5px 30px;
  margin-top: 10px;
}
.customer-special-products table.special-products-table tbody tr td .add-to-cart:hover {
  cursor: pointer;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print {
  text-transform: none;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print .title {
  font-weight: bold;
  text-transform: none;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print a {
  color: #000;
  text-decoration: underline;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print .logo-print-selection-block {
  margin-bottom: 10px;
  margin-top: 10px;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print .logo-print-selection-block .logo-print-color {
  width: 185px;
  border: 1px solid #d7d7d7;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 35px !important;
  float: left;
  margin-right: 20px !important;
  margin-bottom: 10px;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print .logo-print-selection-block .logo-print-color option {
  padding-right: 10px;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print .logo-print-selection-block .logo-print-select-btn {
  background-image: url(../images/upload-icon.png);
  background-color: #6d6e71;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: auto;
  height: 35px;
  color: #fff;
  text-transform: uppercase;
  float: left;
  padding-left: 45px;
  padding-top: 7px;
  margin-top: 1px;
  float: left;
  clear: left;
  padding-right: 15px;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print .logo-print-selection-block .logo-print-select-btn:hover {
  cursor: pointer;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print .without-logo-print-block {
  margin-bottom: 10px;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print .without-logo-print-block .without-logo-print {
  float: left;
  margin-right: 10px !important;
  margin-top: 7px;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print .without-logo-print-block .without-logo-print-label {
  float: left;
  margin-top: 4px;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print .logo-print-preview .image {
  width: 130px;
  height: auto;
}
.customer-special-products table.special-products-table tbody tr td .product-logo-print .logo-print-preview .image img {
  width: 100%;
  height: auto;
  border: 1px solid #d7d7d7;
}
.customer-special-products table.special-products-table tbody tr td .sku, .customer-special-products table.special-products-table tbody tr td .product-name, .customer-special-products table.special-products-table tbody tr td .product-color, .customer-special-products table.special-products-table tbody tr td .product-sizes {
  display: table;
  cursor: pointer;
}
.customer-special-products table.special-products-table tbody tr .image-col {
  width: 150px;
}
.customer-special-products table.special-products-table tbody tr .image-col .product-image {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.customer-special-products table.special-products-table tbody tr .image-col .product-image img {
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 110px;
  display: inline-block;
}
.customer-special-products table.special-products-table tbody tr .qty-col, .customer-special-products table.special-products-table tbody tr .price-col, .customer-special-products table.special-products-table tbody tr .stock-col {
  width: 130px;
  text-align: center;
}
.customer-special-products table.special-products-table tbody tr .on-the-way-col, .customer-special-products table.special-products-table tbody tr .salesqty-col {
  width: 170px;
  text-align: center;
}

.cms-about .category-products {
  width: 1140px;
  margin: 0 auto;
}
.cms-about .addthis_cms_destop {
  margin-top: -25px;
}

.cms-page-view .category-products .products-grid .item {
  width: 25%;
}

.cms-page-view .category-products .products-grid > li:nth-child(3n+1) {
  clear: none;
}

.cms-page-view .category-products .products-grid > li:nth-child(4n+1) {
  clear: left;
}

.form-search .searchautocomplete-loader {
  left: 210px;
}

#search_autocomplete ul li {
  color: #000;
}
#search_autocomplete ul li a {
  color: #000;
}
#search_autocomplete ul li .price-box {
  color: #000;
}
#search_autocomplete ul li .price-box .price {
  color: #000;
}
#search_autocomplete .all a {
  color: #000;
}

.catalogsearch-result-index .block-layered-nav {
  margin-top: 15px;
}

.addthis_cms_mobile {
  position: relative;
  display: none;
}

.onestepcheckout-index-index .vat-validation {
  margin-bottom: 15px;
  color: #ee2d3a;
}

.cms-newsletter .block-title {
  display: none;
}
.cms-newsletter #newsletter-validate-detail {
  width: 300px;
  max-width: 100%;
}

.monkey-multisubscribe .monkey-additional-lists .listdata {
  clear: both;
}
.monkey-multisubscribe .monkey-additional-lists .listdata label {
  float: left;
  clear: left;
}
.monkey-multisubscribe .monkey-additional-lists .listdata input {
  float: left;
  margin-left: 15px;
}
.monkey-multisubscribe .monkey-additional-lists .buttons-set {
  clear: both;
}

#shopping-cart-table tr.logo-fee-item .product-cart-image * {
  display: none !important;
}
#shopping-cart-table tr.logo-fee-item .product-cart-actions * {
  display: none !important;
}
#shopping-cart-table tr.logo-fee-item .product-cart-info .product-sku {
  display: none;
}
#shopping-cart-table tr.logo-fee-item .product-cart-info .product-info1 {
  display: none;
}
#shopping-cart-table tr.logo-fee-item .product-cart-info .logo-print-section {
  display: none;
}
#shopping-cart-table tr.logo-fee-item .product-cart-info .product-name {
  margin-bottom: 0 !important;
}

.products-grid .product-price {
  text-align: center;
}
.products-grid .product-price .price-box .price {
  font-size: 14px;
  font-family: "Open Sans";
  color: #000;
  font-weight: bold;
  text-align: center;
}

#shopping-cart-table .colli-error {
  clear: left;
  float: left;
  width: 100%;
  padding-top: 10px;
}
#shopping-cart-table .colli-error .colli-error-message {
  margin-bottom: 10px;
  color: #df280a;
  font-size: 13px;
}
#shopping-cart-table .colli-error .colli-suggest-btn {
  padding-left: 0;
  padding-right: 0;
  width: 93px;
  display: inline-block !important;
}

#Growler {
  padding: 0 !important;
}

.searchautocomplete .searchautocomplete-placeholder ul {
  height: 280px;
  overflow-y: scroll;
  top: -25px;
}

#header-search .search-wrapper .form-search {
  width: 335px;
}
#header-search .search-wrapper #search_autocomplete {
  width: 100%;
}

.advancemsg-manage-index #messageGrid button {
  background: #ee2d3a;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: normal;
  padding: 8px 15px;
}
.advancemsg-manage-index #messageGrid_massaction-select {
  width: 160px;
}
.advancemsg-manage-index .massaction td {
  border: none;
}

.advancemsg-manage-view .template_section {
  background: none;
  border: 1px solid #d7d7d7;
}
.advancemsg-manage-view .template_section a {
  color: #ee2d3a;
}
.advancemsg-manage-view .reply_btn {
  color: #ee2d3a;
}
.advancemsg-manage-view .reply_btn a {
  color: #ee2d3a;
}
.advancemsg-manage-view #customer_message_reply .comment_btn .button {
  margin-left: 0;
}
.advancemsg-manage-view #customer_message_reply .comment_btn p.required {
  display: none;
}
.advancemsg-manage-view #customer_message_reply #message {
  border: 1px solid #d7d7d7;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  resize: none;
  font-size: 14px;
  font-family: "Open Sans";
}

.last-message .message-text {
  margin-bottom: 10px;
}
.last-message #customer_message_reply .fieldset {
  margin-top: 10px;
}
.last-message #customer_message_reply .comment_btn .button {
  margin-left: 0;
}
.last-message #customer_message_reply .comment_btn p.required {
  display: none;
}
.last-message #customer_message_reply #message {
  border: 1px solid #d7d7d7;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  resize: none;
  font-size: 14px;
  font-family: "Open Sans";
}

.product-logo-print.hide-logo .logo-print-selection-block {
  display: none;
}
.product-logo-print.hide-logo .logo-print-preview {
  display: none;
}

.customer-address-form .my-account .scaffold-form .form-list select#country {
  margin-bottom: 10px;
}
.customer-address-form .my-account .scaffold-form .form-list .control {
  margin-top: 0;
}
.customer-address-form .my-account .scaffold-form .form-list .control input#primary_billing {
  margin-top: 3px !important;
  margin-right: 0 !important;
}
.customer-address-form .my-account .scaffold-form .form-list .control input#primary_shipping {
  margin-top: 3px !important;
  margin-right: 0 !important;
}
.customer-address-form .my-account .scaffold-form .form-list .control label {
  margin-bottom: 0;
}

.special-products-table-pc {
  display: table;
}

.special-products-table-mobile {
  display: none;
}

body #Growler {
  display: none !important;
}

.remember-me-box .clabel {
  padding-top: 8px;
}
.remember-me-box .link-tip {
  display: none;
}

.forgot-password-trigger {
  color: #000;
}

.forgot-password-trigger:hover {
  color: #000;
}

body, button, input, select, table, textarea {
  color: #000;
}

.header-minicart .product-details .qty-number {
  color: #000;
}
.header-minicart .product-details .info-wrapper {
  margin-bottom: 0;
}

#onestepcheckout-login-link {
  color: #000;
  text-decoration: underline;
}

#onestepcheckout-login-link:hover {
  color: #000;
}

.westpack-login.active .remember-me-box .clabel {
  padding-top: 0;
}

.onestepcheckout-index-index .login-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.onestepcheckout-index-index #onestepcheckout-login-popup {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  height: 360px;
  top: 50%;
  margin-top: -160px;
}
.onestepcheckout-index-index #onestepcheckout-login-popup .onestepcheckout-popup-contents {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.onestepcheckout-index-index #onestepcheckout-forgot-password-link {
  color: #000;
}
.onestepcheckout-index-index #onestepcheckout-forgot-password-link:hover {
  color: #000;
}
.onestepcheckout-index-index .remodal-close {
  width: 30px;
  height: 30px;
  background: url(../images/close-popup.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: absolute;
  right: 0;
  top: -40px;
  left: auto;
  margin-left: 0;
  border: none;
}

.mobile-extra-info {
  display: none;
}

.invalid-logo-print {
  display: none;
  color: #df280a;
  font-size: 13px;
}

.invalid-logo-print.active {
  display: block !important;
}

#header-search .westpack-minicart {
  float: right;
  background-color: #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 8px;
  background-image: url(../images/cart-icon-white.png);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  margin-top: 0;
  padding-left: 42px;
  height: 36px;
  padding-right: 10px;
}
#header-search .westpack-minicart .skip-cart {
  width: auto;
  height: auto;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-right: 0;
}
#header-search .westpack-minicart .skip-cart .minicart-top {
  margin-top: 3px;
  font-size: 12px;
  display: inline-block;
  line-height: 15px;
  line-height: auto;
  float: left;
  position: relative;
  color: #fff;
}
#header-search .westpack-minicart .skip-cart .minicart-top .clabel {
  text-transform: none;
}
#header-search .westpack-minicart .skip-cart .cart-total {
  float: left;
  clear: left;
  font-size: 12px;
  display: inline-block;
  line-height: 15px;
  font-weight: bold;
  color: #fff;
}
#header-search .westpack-minicart .skip-cart:hover {
  opacity: 1;
}

#header-search .westpack-minicart:hover {
  opacity: 1;
}

.onestepcheckout-index-index #payment_form_ccsave,
.onestepcheckout-index-index #payment_form_checkmo {
  border: 1px solid #d7d7d7 !important;
}

.continue-shop-btn.mobile {
  background: #6d6e71;
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  height: auto;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.continue-shop-btn.mobile:hover {
  text-decoration: none;
}

.category-exclusive-displays .westpack-bestsellers .products-grid .item .product-price,
.category-fifty-percent-discount .westpack-bestsellers .products-grid .item .product-price,
.category-special-for-summer .westpack-bestsellers .products-grid .item .product-price,
.category-rose-quartz .westpack-bestsellers .products-grid .item .product-price,
.category-black-and-white .westpack-bestsellers .products-grid .item .product-price,
.category-trendy-luxury .westpack-bestsellers .products-grid .item .product-price {
  display: none;
}

.product-view.grouped-view .clerk-recommended-products .products-grid .item .product-price {
  display: none;
}
.product-view.grouped-view .clerk-related-products .products-grid .item .product-price {
  display: none;
}

.tier-prices-tab-wrapper {
  float: right;
}
.tier-prices-tab-wrapper .tier-prices-tab {
  float: left;
  border: 1px solid #d7d7d7;
  padding: 8px 15px;
  font-weight: bold;
  color: #d7d7d7;
  border-bottom: none;
}
.tier-prices-tab-wrapper .tier-prices-tab.active {
  color: #000;
}
.tier-prices-tab-wrapper .tier-prices-tab:hover {
  cursor: pointer;
}
.tier-prices-tab-wrapper .tier-prices-tab-normal {
  border-right: none;
}

.tier-prices-tab-wrapper.without-logo-tier-price .tier-prices-tab-normal {
  border-right: 1px solid #d7d7d7;
}

.onestepcheckout-summary tr th.qty {
  padding-right: 10px;
}

.product-view.grouped-view .grouped-items-table .tier-prices-tab-wrapper {
  float: left;
}
.product-view.grouped-view .grouped-items-table .tier-prices-tab-wrapper .tier-prices-tab {
  font-size: 12px;
  width: 163px;
  text-align: center;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .qty-wrapper input.qty {
  width: 70px !important;
  margin-bottom: 20px;
}
.product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .qty-wrapper ul.tier-prices {
  padding: 10px;
  border: 1px solid #d7d7d7;
  margin-top: 0;
  width: 326px;
}

.normal-product-price-table {
  background: #ccc;
  font-size: 14px;
  padding: 8px 15px;
  margin-bottom: 20px;
}
.normal-product-price-table .price {
  float: right;
  font-weight: bold;
}

.product-view.grouped-view .add-to-cart-price-label {
  display: none;
}

.product-view.grouped-view .product-shop .normal-product-price-table {
  display: none;
}

#onestepcheckout-form .checkout-address-edit-btn, #onestepcheckout-form .checkout-address-save-btn, #onestepcheckout-form .checkout-address-cancle-btn {
  background: #6d6e71;
  color: #fff;
  float: right;
  padding-bottom: 5px;
  padding-top: 6px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#onestepcheckout-form .checkout-address-edit-btn:hover, #onestepcheckout-form .checkout-address-save-btn:hover, #onestepcheckout-form .checkout-address-cancle-btn:hover {
  cursor: pointer;
}
#onestepcheckout-form .checkout-address-save-btn {
  margin-left: 15px;
}

.checkout-edit-address-form label.required::after, .checkout-edit-address-form span.required::after {
  color: #df280a;
  content: " *" !important;
  font-family: "Helvetica Neue",Verdana,Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.catalog-category-view .category-products .products-grid .item .product-info,
.cms-page-view .category-products .products-grid .item .product-info,
.catalogsearch-result-index .category-products .products-grid .item .product-info {
  margin-bottom: 5px;
}

.catalog-category-view .category-products .products-grid .item:hover .product-info .product-description3, .catalog-category-view .category-products .products-grid .item:hover .product-info .product-description4,
.cms-page-view .category-products .products-grid .item:hover .product-info .product-description3,
.cms-page-view .category-products .products-grid .item:hover .product-info .product-description4,
.catalogsearch-result-index .category-products .products-grid .item:hover .product-info .product-description3,
.catalogsearch-result-index .category-products .products-grid .item:hover .product-info .product-description4 {
  display: block !important;
}

.catalog-category-view .westpack-bestsellers .products-grid {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.catalog-category-view .westpack-bestsellers .products-grid .clerk-product-item {
  width: 33.33% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  min-height: 300px !important;
}

.clerk-product-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: 0;
  position: relative;
}
.clerk-product-item .item-wrapper {
  border: 1px solid transparent;
  min-height: 481px;
  margin-top: 3px;
}
.clerk-product-item .new-tag {
  position: absolute;
  background: url(../images/new-tag.png);
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  left: 13px;
  top: 1px;
  z-index: 1;
}
.clerk-product-item .new-tag .new-label {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 70px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  left: -9px;
  top: 17px;
  position: relative;
  font-size: 13px;
}
.clerk-product-item .discount {
  position: absolute;
  right: 13px;
  top: 1px;
  z-index: 1;
  background: url(../images/discount.png);
  width: 55px;
  height: 55px;
  background-size: 55px 55px;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  padding-top: 9px;
  padding-left: 3px;
}
.clerk-product-item .discount .clabel1 {
  font-size: 13px;
}
.clerk-product-item .discount .clabel2 {
  font-size: 16px;
}
.clerk-product-item .piggy {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/piggy.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  z-index: 1;
  right: 25px;
  top: 10px;
}
.clerk-product-item .product-image {
  border: 1px solid #d7d7d7;
  position: relative;
  width: 100%;
  padding: 8px;
}
.clerk-product-item .product-image img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.clerk-product-item .favorite-icon {
  position: absolute;
  right: 30px;
  top: 225px;
  z-index: 1;
  width: 25px;
  height: 24px;
  background: url(../images/like-icons.png);
  background-size: 60px 24px;
  background-position: -35px 0;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clerk-product-item .favorite-icon.bindRemove {
  background-position: 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clerk-product-item .product-info {
  padding-bottom: 15px;
}
.clerk-product-item .product-info .product-sku {
  text-align: center;
  font-size: 13px;
  margin-bottom: 5px;
}
.clerk-product-item .product-info .product-sizes {
  margin-bottom: 5px;
}
.clerk-product-item .product-info .product-price {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 14px;
}
.clerk-product-item .product-info .product-price .price-box .price {
  font-family: "Open Sans";
  color: #000;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.clerk-product-item .product-info .product-price .price-box .old-price {
  display: block;
  width: 100%;
}
.clerk-product-item .product-info .product-price .price-box .old-price .price {
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}
.clerk-product-item .product-info .product-price .price-box .old-price .price:after {
  display: none;
  border-top: 1px solid #000;
  position: absolute;
  content: "";
  right: -1px;
  top: 55%;
  left: -1px;
}
.clerk-product-item .product-info .product-price .price-box .special-price {
  display: none;
  width: 100%;
  padding: 0;
}
.clerk-product-item .product-info .product-stock {
  margin-bottom: 10px;
  display: none;
}
.clerk-product-item .product-info .product-stock .in-stock {
  text-transform: none;
}
.clerk-product-item .product-info .product-stock .in-stock span {
  display: inline-block;
  background: url(../images/instock-icon.png);
  padding-left: 20px;
  background-size: 16px 16px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
}
.clerk-product-item .product-info .product-stock .out-of-stock {
  text-transform: none;
}
.clerk-product-item .product-info .product-stock .out-of-stock span {
  display: inline-block;
  background: url(../images/out-of-stock-icon.png);
  padding-left: 20px;
  background-size: 16px 16px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
}
.clerk-product-item .product-info .product-variation {
  display: none;
}
.clerk-product-item .product-info .product-variation ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.clerk-product-item .product-info .product-variation ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.clerk-product-item .product-info .product-variation ul li img {
  border: 1px solid #d7d7d7;
}

.clerk-product-item.has-discount .piggy {
  top: 55px;
}

.clerk-product-item:hover .item-wrapper {
  border: 1px solid #d7d7d7;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.clerk-product-item:hover .product-image {
  border: 1px solid transparent;
}
.clerk-product-item:hover .product-info .product-stock {
  display: block !important;
}
.clerk-product-item:hover .product-info .product-variation {
  display: block !important;
}

.clerk-product-item .product-info-top {
  position: relative;
}

.clerk-product-item .new-tag {
  left: -3px !important;
}

.clerk-product-item .discount {
  right: -2px !important;
}

.clerk-product-item .piggy {
  right: 10px !important;
}

.clerk-videos-icon {
  position: absolute;
  left: 15px !important;
  bottom: 15px !important;
  z-index: 1;
  width: 25px;
  height: 24px;
}

#my-account-link {
  display: block;
  width: auto;
  position: fixed;
  bottom: -45px;
  right: 15px;
  background-color: #ee2d3a;
  background-image: url("../images/my-account-icon.png");
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 15px 10px;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 50px;
  height: 41px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  font-weight: bold;
  z-index: 2;
}

#my-account-link.active {
  bottom: 0;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}

#my-account-link:hover {
  text-decoration: none;
  color: #fff;
}

#my-account-link:active {
  text-decoration: none;
  color: #fff;
}

.col-left.sidebar .left-category-description {
  margin-bottom: 30px;
}

.product-view .pdp-icons .pdp-icon {
  width: 25%;
  float: left;
  text-align: center;
  display: block !important;
  position: relative;
}
.product-view .pdp-icons .pdp-icon img {
  height: 50px;
  width: auto;
  display: inline-block;
  margin-bottom: 5px;
}
.product-view .pdp-icons .pdp-icon p {
  margin-bottom: 0;
}
.product-view .pdp-icons .pdp-icon .info-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: 20px;
  display: block !important;
}
.product-view .pdp-icons .pdp-icon:hover .info-icon {
  display: block;
}
.product-view .pdp-icons .tooltip {
  text-align: left;
  min-width: 250px;
}
.product-view .pdp-icons .tooltip .tooltip-inner {
  background-color: #f7f8fb !important;
  border: 1px solid #ccc;
  opacity: 1;
  color: #000;
  text-align: left;
}
.product-view .pdp-icons .tooltip .tooltip-arrow {
  border-top-color: #ccc !important;
}
.product-view .pdp-icons .tooltip.in {
  opacity: 1;
}

.catalog-category-view .category-products .products-grid .item {
  z-index: 1;
}
.catalog-category-view .category-products .products-grid .item .variants-wrapper {
  width: 92px;
  display: none;
  position: absolute;
  right: -105px;
  top: 8px;
  z-index: 555;
}
.catalog-category-view .category-products .products-grid .item .variants-wrapper .variant-item {
  float: left;
  padding-bottom: 8px;
  padding-right: 8px;
}
.catalog-category-view .category-products .products-grid .item .variants-wrapper .variant-item .variant-item-wrapper {
  width: 34px;
  height: 34px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
}
.catalog-category-view .category-products .products-grid .item .variants-wrapper .variant-item .variant-item-wrapper img {
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 30px;
  display: inline-block;
}
.catalog-category-view .category-products .products-grid .item .variants-wrapper .variant-item:nth-child(2n + 1) {
  clear: left;
}
.catalog-category-view .category-products .products-grid .item .variants-wrapper .variant-item:nth-child(2n) {
  padding-right: 0px;
}
.catalog-category-view .category-products .products-grid .item .variants-wrapper .variant-item.active .variant-item-wrapper {
  border: 2px solid #000;
}
.catalog-category-view .category-products .products-grid .item .item-wrapper {
  border: none !important;
  position: relative;
}
.catalog-category-view .category-products .products-grid .item .item-wrapper .inner-background {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  right: -100px;
  border: 1px solid #d7d7d7;
  z-index: 1;
}
.catalog-category-view .category-products .products-grid .item .discount {
  right: -3px !important;
}
.catalog-category-view .category-products .products-grid .item .new-tag {
  left: -3px !important;
}
.catalog-category-view .category-products .products-grid .item .piggy {
  right: 10px !important;
}
.catalog-category-view .category-products .products-grid .item .product-info-top {
  z-index: 3;
}
.catalog-category-view .category-products .products-grid .item .product-info {
  z-index: 3;
}
.catalog-category-view .category-products .products-grid .item .favorite-icon {
  z-index: 3 !important;
  right: 15px !important;
}
.catalog-category-view .category-products .products-grid .item .product-image {
  z-index: 3 !important;
}
.catalog-category-view .category-products .products-grid .item .product-image img {
  z-index: 3 !important;
}
.catalog-category-view .category-products .products-grid .item .new-tag,
.catalog-category-view .category-products .products-grid .item .discount,
.catalog-category-view .category-products .products-grid .item .piggy {
  z-index: 5 !important;
}
.catalog-category-view .category-products .products-grid .item .add-to-order-bth-wrapper {
  text-align: center;
}
.catalog-category-view .category-products .products-grid .item .add-to-order-bth {
  display: none;
  text-transform: uppercase;
  background: #ee2d3a;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
}
.catalog-category-view .category-products .products-grid .item .add-to-order-bth:hover {
  cursor: pointer;
}
.catalog-category-view .category-products .products-grid .item:hover {
  z-index: 2;
}
.catalog-category-view .category-products .products-grid .item:hover .variants-wrapper {
  display: block !important;
}
.catalog-category-view .category-products .products-grid .item:hover .item-wrapper {
  border: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.catalog-category-view .category-products .products-grid .item:hover .item-wrapper .inner-background {
  display: block;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.catalog-category-view .category-products .products-grid .item:hover .add-to-order-bth {
  display: inline-block !important;
}

.product-view .product-variation select.color-dropdown {
  border: 1px solid #d7d7d7;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  min-width: 200px;
  max-width: 100%;
}

.onestepcheckout-summary .product-image {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.onestepcheckout-summary .product-image img {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
}

#onestepcheckout-form .onestepcheckout-coupons #id_couponcode {
  margin: 0 auto;
  width: 220px !important;
  display: block;
  float: none !important;
  margin-bottom: 15px;
  max-width: 100%;
}
#onestepcheckout-form .onestepcheckout-coupons #onestepcheckout-coupon-add,
#onestepcheckout-form .onestepcheckout-coupons #onestepcheckout-coupon-remove {
  margin: 0 auto;
  width: 220px !important;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  float: none !important;
  max-width: 100%;
}

.sample-order-popup .ajaxProductView-wrapper {
  height: 100%;
  overflow-y: auto;
}
.sample-order-popup .ajax-sample-product-view .product-img-box {
  float: left;
  width: 200px;
  height: auto;
  margin-right: 15px;
  padding: 8px;
  border: 1px solid #d7d7d7;
}
.sample-order-popup .ajax-sample-product-view .product-img-box img {
  width: 100%;
  height: auto;
}
.sample-order-popup .ajax-sample-product-view .sample-product-info {
  width: calc(100% - 215px);
  float: left;
}
.sample-order-popup .ajax-sample-product-view .logoprint-info-1 {
  margin-bottom: 20px;
}
.sample-order-popup .ajax-sample-product-view .logoprint-info-1 #sample-product-logo-print-type-1 {
  margin-top: 4px;
  float: left;
}
.sample-order-popup .ajax-sample-product-view .logoprint-info-1 label {
  margin-left: 8px;
}
.sample-order-popup .ajax-sample-product-view .logoprint-info-2 #sample-product-logo-print-type-2 {
  margin-top: 4px;
  float: left;
}
.sample-order-popup .ajax-sample-product-view .logoprint-info-2 label {
  margin-left: 8px;
}
.sample-order-popup .ajax-sample-product-view .add-to-cart-wrapper .qty-wrapper {
  display: none;
}
.sample-order-popup .ajax-sample-product-view .add-to-cart-wrapper .add-to-cart-right {
  float: left !important;
}
.sample-order-popup .ajax-sample-product-view .add-to-cart-wrapper .add-to-cart-price {
  margin-right: 30px !important;
}
.sample-order-popup .ajax-sample-product-view .sample-logo-print-select-btn {
  background-image: url(../images/upload-icon.png);
  background-color: #6d6e71;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: auto;
  height: 35px;
  color: #fff;
  text-transform: uppercase;
  float: left;
  padding-left: 45px;
  padding-top: 7px;
  margin-top: 1px;
  padding-right: 15px;
}
.sample-order-popup .ajax-sample-product-view .sample-logo-print-select-btn:hover {
  cursor: pointer;
}

.checkout-cart-index .is-sample-tag {
  position: absolute;
  background: url(../images/new-tag.png);
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  left: -2px;
  top: -2px;
  z-index: 1;
}
.checkout-cart-index .is-sample-tag .is-sample-label {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 70px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  left: -9px;
  top: 17px;
  position: relative;
  font-size: 13px;
}

#header #header-cart .mini-products-list .item .is_sample {
  color: red;
  font-size: 13px;
}
#header #header-cart .mini-products-list .logo-fee-item .is_sample {
  display: none;
}

table.onestepcheckout-summary .is_sample {
  color: red;
}
table.onestepcheckout-summary .logofee-line .is_sample {
  display: none;
}
table.onestepcheckout-summary .logofee-line .product-info1 {
  display: none;
}

.sample-product-custom-logo-print-wrapper {
  display: none;
}

.sample-product-custom-logo-print-wrapper.show {
  display: block !important;
}

.sample-order-popup .ajaxProductView-wrapper .close-ajaxproduct {
  display: none;
}

.catalog-category-view .category-products .products-grid .grouped-item:hover .add-to-order-bth {
  display: none !important;
}

.catalog-category-view .category-products .products-grid .grouped-item .variants-wrapper {
  display: none !important;
}

.catalog-category-view .category-products .products-grid .grouped-item .item-wrapper .inner-background {
  right: 0;
}

.catalog-category-view .category-products .products-grid .grouped-item .videos-icon {
  z-index: 4;
}

.checkout-cart-index .checkout-types.bottom .paypal-logo {
  text-align: center;
}
.checkout-cart-index .checkout-types.bottom .paypal-logo img {
  margin-top: 20px;
}
.checkout-cart-index .checkout-types.bottom .paypal-or {
  padding-right: 0;
  text-align: center;
}

.paypal-express-review .checkout-agreements .agreement-content {
  width: 100%;
  max-width: 100%;
  background: #fff;
}
.paypal-express-review select#shipping_method {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #000;
}

.onestepcheckout-index-index .payment-methods .wp-payment-icon {
  float: right;
  height: 22px;
  width: auto;
  margin-top: -2px;
}
.onestepcheckout-index-index .onestepcheckout-place-order-wrapper li {
  list-style: none;
}
.onestepcheckout-index-index .onestepcheckout-place-order-wrapper li .paypal-logo {
  margin-bottom: 15px;
}
.onestepcheckout-index-index .onestepcheckout-place-order-wrapper li .paypal-logo .paypal-or {
  display: none;
}

.catalog-product-view .product-info-box .item {
  border-top: 2px dotted #d7d7d7;
  margin: 0;
  padding: 10px 0;
  font-weight: normal;
}
.catalog-product-view .product-info-box .item img {
  width: 25px;
  height: auto;
  margin-right: 15px;
  display: inline-block;
  float: left;
}
.catalog-product-view .product-info-box .item p {
  margin-bottom: 0;
  word-wrap: break-word;
  font-weight: normal;
}
.catalog-product-view .product-info-box + hr.dotted {
  margin-top: 0;
}

.suggestion-store {
  background-color: #444444;
  padding: 20px 0;
  position: relative;
}
.suggestion-store .container {
  position: relative;
}
.suggestion-store .close-btn {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  z-index: 10000;
  background-size: cover;
  background-position: center;
  background-image: url(../images/close-icon.png);
  background-repeat: no-repeat;
}
.suggestion-store p {
  margin-bottom: 0;
  color: #d7d7d7;
  font-size: 13px;
}
.suggestion-store .store-select-top {
  position: relative;
  right: auto;
  width: auto;
  top: 0;
  z-index: auto;
}
.suggestion-store .select-container {
  float: left;
  clear: none;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.suggestion-store .select-container.currency {
  width: 180px;
}
.suggestion-store .select-container.language {
  width: 180px;
}
.suggestion-store .select-container.country {
  width: 280px;
}
.suggestion-store .select-container .select-title {
  background-color: white;
  text-transform: uppercase;
  position: relative;
  padding: 5px 35px 5px 15px;
  display: inline-block;
  margin-bottom: 0;
  border: 1px solid #cccccc;
  width: 100%;
  height: 34px;
  cursor: pointer;
}
.suggestion-store .select-container .select-title:after {
  content: " ";
  position: absolute;
  right: 15px;
  width: 8px;
  height: 8px;
  background: url(../images/down-arrow-black.png);
  background-position: right center;
  background-size: 8px auto;
  background-repeat: no-repeat;
  top: calc(50% - 3px);
}
.suggestion-store .select-container .select-title.language {
  padding: 3px 35px 5px 15px;
}
.suggestion-store .select-container .select-title.language .selected-option {
  position: relative;
  top: 4px;
}
.suggestion-store .select-container .selected-option {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
}
.suggestion-store .select-container .options-wrapper {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 50;
}
.suggestion-store .select-container .select-country {
  display: block;
  padding: 0;
  margin: 0;
  background-color: white;
  height: 300px;
  overflow-y: scroll;
}
.suggestion-store .select-container .select-country li {
  list-style-type: none;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  padding: 5px 15px;
}
.suggestion-store .select-container .select-country li.selected {
  background-color: #eeeeee;
  font-weight: 500;
}
.suggestion-store .select-container .select-language {
  text-align: left;
  padding: 9px 8px 3px 8px;
}
.suggestion-store .select-container .select-language .language {
  margin-left: 2px;
  margin-right: 2px;
}
.suggestion-store .select-container .select-currency .currency {
  margin-bottom: 3px;
  margin-top: 3px;
}
.suggestion-store .change-store-button {
  float: left;
  margin-top: 0;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: normal;
  width: auto;
}

/* @all *******************************************************************************************************************************/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
/**************************************************************************************************************************************/
@media (min-width: 768px) and (max-width: 1024px) {
  .suggestion-store .close-btn {
    top: 0;
    bottom: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-container {
    width: 720px;
  }

  .westpack-register-popup .outer-wrapper {
    width: 738px;
    margin-left: -369px;
  }

  .header-language-background {
    display: block;
    padding-top: 0;
  }

  .header-language-background .header-info {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .header-language-background .header-info ul li {
    float: none;
    display: inline-block;
    font-size: 10px;
  }

  #header #header-search {
    display: block !important;
    padding: 0;
  }
  #header #header-nav {
    display: block !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header #header-nav #nav {
    text-align: left;
  }
  #header #header-nav #nav li {
    display: inline-block;
    width: auto;
    border-bottom: none;
  }
  #header #header-nav #nav li a {
    border-bottom: none;
    font-size: 14px;
  }

  .row-style1 .block .info,
  .home-page-block2 .block .info .title {
    font-size: 20px;
  }

  .home-page-block2 .block .info .see-more .clabel {
    font-size: 14px;
  }

  .home-page-block2 .block .info .see-more .arrow-icon {
    margin-top: 5px;
  }

  .service-block {
    margin-left: -3px;
    margin-right: -3px;
  }

  .service-block .service-item {
    padding-left: 3px;
    padding-right: 3px;
  }

  .service-block .service-item table {
    font-size: 11px;
  }

  .footer-subscribe .clabel {
    margin-left: 0;
  }

  .footer-subscribe .subscribe-wrapper .block.block-subscribe,
  .footer-subscribe #newsletter-validate-detail .block-content {
    width: 270px;
  }

  .footer .footer-column-1 {
    width: 230px;
  }

  .footer .footer-column-3 .social-list li img {
    width: 30px;
    height: 30px;
  }

  .nav-primary li.parent > a::after {
    display: none;
  }

  #header .customer-service-wrapper .customer-service-content p.title {
    font-size: 14px;
  }

  #header .customer-service-wrapper .customer-service-content p, #header .customer-service-wrapper .customer-service-content a {
    font-size: 13px;
  }

  #header .customer-service-wrapper .customer-service-content .delivery-block {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  #header .customer-service-wrapper .customer-service-content .delivery-block .item {
    height: 45px;
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  #header .customer-service-wrapper .customer-service-content .delivery-block .item .icon img {
    width: 45px;
    height: auto;
  }
  #header .customer-service-wrapper .customer-service-content .delivery-block .item .info {
    width: calc(100% - 60px);
    height: 45px;
  }
  #header .customer-service-wrapper .customer-service-content .delivery-block .item .info p {
    font-size: 12px;
  }

  #header .customer-service-wrapper .customer-service-content .contact-block .phone-contact {
    background-size: 25px auto;
    padding-left: 35px;
  }

  #header .customer-service-wrapper .customer-service-content .contact-block .email-contact {
    background-size: 25px auto;
    padding-left: 35px;
  }

  #header .customer-service-wrapper .customer-service-content table.pening-hours td {
    font-size: 13px;
  }

  .product-news-block #grid .product-news {
    width: calc(33.33% - 30px);
  }

  .post-news-block #grid .post-news {
    width: calc(33.33% - 30px) !important;
    max-width: auto;
  }

  .wordpress-post-view .col-main, .wordpress-search-index .col-main, .wordpress-archive-view .col-main {
    padding-bottom: 0;
  }
  .wordpress-post-view .col-left.sidebar, .wordpress-search-index .col-left.sidebar, .wordpress-archive-view .col-left.sidebar {
    margin-bottom: 30px;
  }
  .wordpress-post-view .block-blog-search, .wordpress-search-index .block-blog-search, .wordpress-archive-view .block-blog-search {
    border-top: 1px solid #ccc;
  }
  .wordpress-post-view .sidebar .block:not(.block-layered-nav) .block-title > strong, .wordpress-search-index .sidebar .block:not(.block-layered-nav) .block-title > strong, .wordpress-archive-view .sidebar .block:not(.block-layered-nav) .block-title > strong {
    color: #000;
    font-weight: bold;
  }

  .ip-detect-popup .ip-detect-popup-wrapper {
    width: 750px;
    margin-left: -375px;
    height: 340px;
    margin-top: -170px;
  }

  .ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .title {
    margin-top: 8px;
    font-size: 24px;
    margin-bottom: 8px;
  }

  .ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper {
    margin-right: 10px;
  }

  .ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .select-container {
    margin-bottom: 8px;
  }

  .ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .ip-detect-button {
    margin-top: 15px;
  }

  .westpack-login .username-box input, .westpack-login .password-box input {
    width: 215px;
  }

  .col1-layout-full .col-main > .page-title {
    width: 720px;
  }

  .westpack-login .btn-set1 {
    width: 260px;
  }

  .customer-special-products table.special-products-table thead th {
    font-size: 13px;
  }

  .customer-special-products table.special-products-table tbody tr td {
    font-size: 13px;
  }

  .customer-special-products table.special-products-table tbody tr .on-the-way-col, .customer-special-products table.special-products-table tbody tr .salesqty-col {
    width: 90px;
  }

  .customer-special-products table.special-products-table tbody tr .qty-col, .customer-special-products table.special-products-table tbody tr .price-col, .customer-special-products table.special-products-table tbody tr .stock-col {
    width: 90px;
  }

  .customer-special-products table.special-products-table tbody tr .image-col {
    width: 110px;
  }

  .customer-special-products table.special-products-table tbody tr .image-col .product-image {
    width: 90px;
    height: 90px;
  }

  .customer-special-products table.special-products-table tbody tr .image-col .product-image img {
    width: 86px;
    height: 86px;
  }

  .cms-about .category-products {
    width: 720px;
    margin: 0 auto;
  }

  .cms-page-view .category-products .products-grid .item {
    width: 50%;
    text-align: center;
  }
  .cms-page-view .category-products .products-grid .item .item-wrapper {
    display: inline-block;
  }

  .cms-page-view .category-products .products-grid > li:nth-child(4n+1) {
    clear: none;
  }

  .cms-page-view .category-products .products-grid > li:nth-child(3n+1) {
    clear: none;
  }

  .cms-page-view .category-products .products-grid > li:nth-child(2n+1) {
    clear: none;
  }

  .catalogsearch-result-index .category-products .products-grid .item .product-image {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
  }

  .catalog-category-view .category-products .products-grid .item .item-wrapper,
  .cms-page-view .category-products .products-grid .item .item-wrapper,
  .catalogsearch-result-index .category-products .products-grid .item .item-wrapper {
    min-height: 385px;
  }

  .skip-link.skip-nav .count, .skip-link.skip-cart .count, .skip-link.skip-cart.no-count .count {
    width: auto;
  }

  .skip-link.skip-nav, .skip-link.skip-cart, .skip-link.skip-cart {
    width: auto;
  }

  #header-search .search-wrapper #search_mini_form input#search {
    width: 185px;
  }

  #header-search .search-wrapper .form-search {
    width: 285px;
  }

  .customer-account #my-orders-table tbody tr .number,
  .customer-account #my-orders-table thead tr .number {
    width: 105px;
  }

  .customer-account #my-orders-table thead tr .total,
  .customer-account #my-orders-table tbody tr .total {
    width: 130px;
  }

  .customer-account #my-orders-table thead tr .date,
  .customer-account #my-orders-table tbody tr .date {
    width: 105px;
  }

  .customer-account #my-orders-table thead tr .status,
  .customer-account #my-orders-table tbody tr .status {
    width: 130px;
  }

  #header #header-nav .nav-primary li.level0 {
    margin-right: 0;
    padding-left: 8px;
  }

  .cms-about .about-top .info h2 {
    font-size: 45px;
  }

  .cms-about .about-top .info p {
    font-size: 22px;
  }

  .customer-service-page .customer-service-section5 .col-md-4:nth-child(3n+1) {
    clear: none;
  }

  .customer-service-page .customer-service-section5 .col-md-4:nth-child(2n+1) {
    clear: left;
  }

  .customer-service-page .customer-service-section2 .customer-service-info .contact-image {
    margin-top: 15px;
    text-align: center;
  }

  .sample-order-login-popup {
    width: 700px;
    margin-left: -350px;
  }

  .sample-order-popup {
    width: 700px;
    margin-left: -350px;
  }

  .post-news-block #grid .post-news {
    display: block;
    width: calc(50% - 30px) !important;
  }

  .product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .image .product-image {
    width: 90px;
    height: 90px;
  }

  .product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .image .product-image img {
    width: 80px;
    height: 80px;
  }

  .product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .product-qty .qty-wrapper .price-box {
    clear: left;
  }

  .product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr td {
    padding-right: 8px;
  }

  .product-view.grouped-view .grouped-items-table-wrapper .grouped-items-table tbody tr .image {
    width: 100px;
  }

  .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-country .input-box, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-region .input-box, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-postcode .input-box {
    width: 135px;
  }

  .checkout-cart-index .cart .cart-forms {
    margin-top: 15px;
    padding-right: 0 !important;
  }

  #discount-coupon-form .button-wrapper, .cart .giftcard .button-wrapper {
    width: 100%;
    text-align: center;
  }
  #discount-coupon-form .button-wrapper .button2, .cart .giftcard .button-wrapper .button2 {
    display: inline-block;
    float: none;
  }

  .onestepcheckout-threecolumns div.input-box.input-address {
    width: 100%;
  }

  #ajaxProductView .product-view .product-essential .col-md-6.no-padding-left {
    width: 100%;
    padding-right: 0;
  }
  #ajaxProductView .product-view .product-essential .col-md-6.no-padding-right {
    width: 100%;
    padding-left: 0;
  }
  #ajaxProductView .product-view .product-essential .product-img-box .swiper-slide-wrapper {
    text-align: center;
  }
  #ajaxProductView .product-view .product-essential .product-img-box .swiper-slide-wrapper img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
  }

  .catalog-category-view .category-products .products-grid .item .product-image, .cms-page-view .category-products .products-grid .item .product-image, .catalogsearch-result-index .category-products .products-grid .item .product-image {
    width: 153px !important;
    height: 153px !important;
  }
  .catalog-category-view .category-products .products-grid .item .product-image img, .cms-page-view .category-products .products-grid .item .product-image img, .catalogsearch-result-index .category-products .products-grid .item .product-image img {
    width: auto;
    height: auto;
    max-width: 146px;
    max-height: 146px;
  }

  #header-search .westpack-minicart .skip-cart {
    border: none;
  }

  #header.fixed .header-wrapper {
    height: 120px;
  }

  #header.fixed #header-nav .nav-primary li.level0 ul.level0 {
    top: 120px;
  }

  #header.fixed #header-nav {
    left: 50%;
    margin-left: -360px;
    width: 720px;
    top: 80px;
    position: absolute;
  }

  #header.fixed #header-nav #nav .nav-primary {
    text-align: center;
  }
  #header.fixed #header-nav #nav .nav-primary li.level0 {
    display: inline-block;
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #header.fixed #header-nav #nav .nav-primary li.level0 a.level0 {
    padding-right: 10px !important;
    padding-bottom: 5px;
    background-position: calc(100% - 1px) 21px;
  }

  #header.fixed #header-nav .nav-primary li.level0 ul.level0 {
    margin-left: -360px;
    width: 720px;
  }

  #header #header-nav #nav li a {
    font-size: 13px;
  }

  #header #header-nav .nav-primary li.level0 a.level0 {
    padding-right: 15px;
    background-position: calc(100% - 2px) center;
  }

  #header #header-nav .nav-primary li.level0 {
    padding-left: 4px;
  }

  #header.fixed #header-nav .nav-primary li.level0 a.level0 {
    margin-right: 5px;
  }

  #header #header-nav .nav-primary li.level0 {
    margin-right: 0;
    margin-left: 0;
  }

  .product-view .product-thumbnails ul li {
    width: 100px;
    height: 100px;
  }
  .product-view .product-thumbnails ul li .product-thumbnail-wrapper {
    width: 88px;
    height: 88px;
  }

  .product-view .product-thumbnails ul li:nth-child(5n) {
    margin-right: 20px;
  }

  .product-view .product-thumbnails ul li:nth-child(6n) {
    margin-right: 0;
  }

  #header #header-nav .nav-primary li.level0 a {
    font-size: 12px !important;
  }

  #header #header-nav #nav li a {
    font-size: 12px;
  }

  .catalogsearch-result-index .category-products .products-grid .item .item-wrapper {
    min-height: 330px;
  }

  .catalogsearch-result-index .category-products .products-grid .item .product-image {
    width: 220px !important;
    height: 220px !important;
  }

  .catalogsearch-result-index .category-products .products-grid .item {
    width: 33.33%;
  }

  .catalogsearch-result-index .category-products .products-grid .item:nth-child(4n+1) {
    clear: none;
  }

  .catalogsearch-result-index .category-products .products-grid .item:nth-child(3n+1) {
    clear: left;
  }

  .clerk-product-item .item-wrapper {
    min-height: 420px !important;
  }

  #header-search .search-wrapper #search_mini_form input#search {
    width: 170px;
  }

  #header .trustpilot-wrapper {
    position: absolute;
    top: 40px;
  }

  #header.fixed .trustpilot-wrapper {
    margin-right: 15px;
    position: absolute;
    top: 35px;
  }

  #header.fixed #header-search .search-wrapper {
    position: absolute;
    left: -320px;
    top: 0;
  }

  #header .logo .large {
    display: none;
  }

  #header .logo .small {
    display: block;
  }

  .catalog-category-view .category-products .products-grid .item.grouped-item .item-wrapper {
    min-height: 215px;
  }
}
/* @7 ********************************************************************************************************************/
/***************************************************************************************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
  .main-container {
    width: 940px;
  }

  .footer-subscribe .clabel {
    margin-left: 40px;
  }

  .footer .footer-column-1 {
    width: 270px;
  }

  .header-language-background .header-info ul li {
    font-size: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  #header.fixed #header-nav {
    margin-left: -340px;
    width: 640px;
  }
  #header.fixed #header-nav #nav .nav-primary li {
    padding-left: 12px;
    padding-right: 12px;
  }
  #header.fixed #header-nav #nav .nav-primary li a {
    font-size: 14px;
  }

  #header #header-nav .nav-primary li.level0 {
    margin-right: 10px;
    margin-left: 10px;
  }

  #header #header-nav .nav-primary li.level0 ul.level0 {
    z-index: 99999;
    width: 940px;
  }

  #header #header-nav .nav-primary a {
    font-size: 14px;
  }

  #header .customer-service-wrapper .customer-service-content p.title {
    font-size: 16px;
  }

  #header .customer-service-wrapper .customer-service-content p, #header .customer-service-wrapper .customer-service-content a {
    font-size: 14px;
  }

  #header .customer-service-wrapper .customer-service-content .delivery-block {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  #header .customer-service-wrapper .customer-service-content .delivery-block .item {
    height: 50px;
    margin-bottom: 15px;
  }
  #header .customer-service-wrapper .customer-service-content .delivery-block .item .icon img {
    width: 50px;
    height: auto;
  }
  #header .customer-service-wrapper .customer-service-content .delivery-block .item .info {
    width: calc(100% - 60px);
    height: 50px;
  }
  #header .customer-service-wrapper .customer-service-content .delivery-block .item .info p {
    font-size: 13px;
  }

  #header .customer-service-wrapper .customer-service-content table.pening-hours td {
    font-size: 14px;
  }

  #header #header-nav .nav-primary li.level0 a.level0 {
    padding-right: 17px;
    background-position: calc(100% - 3px) center;
  }

  #header.fixed #header-nav .nav-primary li.level0 {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  #header.fixed #header-nav .nav-primary li.level0 a.level0 {
    background-position: calc(100% - 3px) 19px;
  }

  #header.fixed #header-nav .nav-primary li.level0 ul.level0 {
    width: 970px;
    margin-left: -485px;
  }

  .ip-detect-popup .ip-detect-popup-wrapper {
    width: 940px;
    margin-left: -470px;
    height: 370px;
    margin-top: -185px;
  }

  .ip-detect-popup .ip-detect-popup-wrapper .ip-detect-popup-inner-wrapper .content-wrapper .title {
    margin-top: 8px;
  }

  .westpack-login .username-box input, .westpack-login .password-box input {
    width: 270px;
  }

  .col1-layout-full .col-main > .page-title {
    width: 940px;
  }

  .westpack-login .btn-set1 {
    width: 270px;
  }

  .customer-special-products table.special-products-table tbody tr .on-the-way-col, .customer-special-products table.special-products-table tbody tr .salesqty-col {
    width: 120px;
  }

  .customer-special-products table.special-products-table tbody tr .qty-col, .customer-special-products table.special-products-table tbody tr .price-col, .customer-special-products table.special-products-table tbody tr .stock-col {
    width: 105px;
  }

  .cms-about .category-products {
    width: 940px;
    margin: 0 auto;
  }

  .cms-page-view .category-products .products-grid .item {
    width: 33.33%;
    text-align: center;
  }
  .cms-page-view .category-products .products-grid .item .item-wrapper {
    display: inline-block;
  }

  .cms-page-view .category-products .products-grid > li:nth-child(4n+1) {
    clear: none;
  }

  .cms-page-view .category-products .products-grid > li:nth-child(3n+1) {
    clear: left;
  }

  .catalogsearch-result-index .category-products .products-grid .item .product-image {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
  }

  .catalog-category-view .category-products .products-grid .item .item-wrapper,
  .cms-page-view .category-products .products-grid .item .item-wrapper,
  .catalogsearch-result-index .category-products .products-grid .item .item-wrapper {
    min-height: 385px;
  }

  .cms-about .about-top .info h2 {
    font-size: 60px;
  }

  .customer-service-page .customer-service-section2 .customer-service-info .chat-button {
    margin-left: -15px;
  }

  .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-country .input-box, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-region .input-box, .checkout-cart-index .cart .westpack-cart-form-wrapper .shipping .form-list .shipping-postcode .input-box {
    width: 133px;
  }

  #onestepcheckout-form .onestepcheckout-coupons #id_couponcode {
    width: 100% !important;
    margin-bottom: 10px;
  }

  #onestepcheckout-form .onestepcheckout-coupons #onestepcheckout-coupon-add, #onestepcheckout-form .onestepcheckout-coupons #onestepcheckout-coupon-remove {
    width: 100% !important;
  }

  #ajaxProductView .product-view .product-essential .col-md-6.no-padding-left {
    width: 100%;
    padding-right: 0;
  }
  #ajaxProductView .product-view .product-essential .col-md-6.no-padding-right {
    width: 100%;
    padding-left: 0;
  }
  #ajaxProductView .product-view .product-essential .product-img-box .swiper-slide-wrapper {
    text-align: center;
  }
  #ajaxProductView .product-view .product-essential .product-img-box .swiper-slide-wrapper img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
  }

  .catalog-category-view .category-products .products-grid .item .product-image, .cms-page-view .category-products .products-grid .item .product-image, .catalogsearch-result-index .category-products .products-grid .item .product-image {
    width: 208px !important;
    height: 208px !important;
  }
  .catalog-category-view .category-products .products-grid .item .product-image img, .cms-page-view .category-products .products-grid .item .product-image img, .catalogsearch-result-index .category-products .products-grid .item .product-image img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
  }

  #header.fixed .header-wrapper {
    height: 120px;
  }

  #header.fixed #header-nav .nav-primary li.level0 ul.level0 {
    top: 120px;
  }

  #header.fixed #header-nav {
    left: 50%;
    margin-left: -485px;
    width: 970px;
    top: 80px;
    position: absolute;
  }

  #header.fixed #header-nav .nav-primary {
    text-align: center;
  }
  #header.fixed #header-nav .nav-primary li.level0 {
    display: inline-block;
    float: none;
    margin-left: 8px;
    margin-right: 8px;
  }
  #header.fixed #header-nav .nav-primary li.level0 a.level0 {
    padding-right: 18px;
    padding-bottom: 5px;
  }

  .product-view .product-thumbnails ul li {
    width: 75px;
    height: 75px;
  }
  .product-view .product-thumbnails ul li .product-thumbnail-wrapper {
    width: 63px;
    height: 63px;
  }

  .catalogsearch-result-index .category-products .products-grid .item .item-wrapper {
    min-height: 330px;
  }

  #header-search .search-wrapper #search_mini_form input#search {
    width: 150px;
  }

  #header.fixed .trustpilot-wrapper {
    margin-right: 60px;
  }

  #header.fixed #header-search .search-wrapper {
    position: absolute;
    left: -515px;
    top: 0;
  }

  .catalog-category-view .category-products .products-grid .item.grouped-item .item-wrapper {
    min-height: 270px;
  }
}
/* @9 ********************************************************************************************************************/
/***************************************************************************************************************************/
@media (min-width: 1400px) {
  #ajaxProductView.for-wishlistpanel {
    width: 970px;
    left: 50%;
    margin-left: -320px;
  }
}
@media (min-width: 1200px) {
  .suggestion-store .desc {
    width: 25%;
    float: left;
  }
  .suggestion-store .form {
    width: 75%;
    float: left;
  }
}
@media (max-width: 1024px) {
  .suggestion-store .desc {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .cms-content-right {
    width: 100%;
  }

  .form-list input[type="checkbox"] {
    margin-top: 2px !important;
  }
}
@media (max-width: 479px) {
  .cms-content-right {
    display: none;
  }

  #customer-logoprint .logo-print-list-block .logo-print-list .logo-print:nth-child(2n+1) {
    clear: left;
  }

  #customer-logoprint .logo-print-list-block .logo-print-list .logo-print {
    width: 50%;
  }

  .customer-account #my-orders-table tbody tr {
    display: block;
  }
  .customer-account #my-orders-table tbody tr td {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    border-bottom: 0px;
  }
  .customer-account #my-orders-table tbody tr td .number {
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #ebebeb;
  }
  .customer-account #my-orders-table tbody tr td .number label {
    font-weight: bold;
  }
  .customer-account #my-orders-table tbody tr td .mobile-order-detail > div {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0px 10px;
    margin-bottom: 10px;
  }
  .customer-account #my-orders-table tbody tr td .mobile-order-detail > div:nth-child(2n+1) {
    clear: left;
  }
  .customer-account #my-orders-table tbody tr td .mobile-order-detail > div label {
    font-weight: bold;
    display: block;
    margin-bottom: 0px;
  }
  .customer-account #my-orders-table tbody tr td .mobile-order-detail .a-center.view {
    float: none;
    width: 100%;
    text-align: left;
    padding-top: 20px;
  }

  li.item.simple-item.last:nth-child(2n+1) {
    clear: left;
  }
}
@media print {
  body #header {
    display: none;
  }
  body .header-language-background {
    display: none;
  }
  body .footer {
    display: none;
  }
  body .addthis_inline_share_toolbox {
    display: none;
  }
  body .footer-subscribe {
    display: none;
  }
  body table.terms-and-conditions tbody tr:first-child td:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 8px;
    background: url(../images/up-arrow2.png);
    background-repeat: no-repeat;
    background-size: 11px 6px;
    margin-top: -3px;
    margin-left: 8px;
  }
  body table.terms-and-conditions tbody tr:last-child {
    display: block;
  }
  body table.faq tbody tr:first-child td:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 4px;
    background: url(../images/arrow5.png);
    background-repeat: no-repeat;
    background-size: 7px 4px;
    margin-top: -3px;
    margin-left: 8px;
  }
  body table.faq tbody tr:last-child {
    display: block;
  }
  body table.logo-printing-table tbody tr:first-child td:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 8px;
    background: url(../images/up-arrow2.png);
    background-repeat: no-repeat;
    background-size: 11px 6px;
    margin-top: -3px;
    margin-left: 8px;
  }
  body table.logo-printing-table tbody tr:last-child {
    display: block;
  }

  #wishlistpanel {
    display: none !important;
  }

  .westpack-bookmark {
    display: none !important;
  }

  .wishlist-label-text {
    display: none !important;
  }
}
.div-ellipsis {
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  margin: auto;
}

.custom-box-grey {
  border-top: 3px solid #000 !important;
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 130px;
}

.td-grey-line {
  background-color: #ebebec !important;
  border-top: 1px solid #7b7b7b !important;
  border-bottom: 1px solid #7b7b7b !important;
  padding: 10px 0;
}

.td-product-list {
  vertical-align: top !important;
  padding: 5px;
  border-top: 1px solid #7b7b7b !important;
  border-bottom: 1px solid #7b7b7b !important;
}

.global-site-notice {
  background: none;
}
.global-site-notice .notice-inner {
  background: none;
  color: #8e8e8e;
  font-size: 14px;
  padding: 5px 25px 0 25px;
}
.global-site-notice .notice-inner .notice-text {
  padding-top: 8px;
  line-height: 16px;
  font-size: 13px;
}
.global-site-notice .notice-inner .actions {
  float: right;
  padding-bottom: 5px;
}
.global-site-notice .notice-inner .actions button {
  line-height: 15px;
}

body.customer-account-create .account-login .create-account {
  display: none;
}

.recaptcha {
  margin-top: 20px;
}

/*** only 768px ***/
@media screen and (width: 768px) {
  .catalog-category-view .category-products .products-grid .item .product-image {
    width: 220px !important;
    height: 220px !important;
  }

  .catalog-category-view .category-products .products-grid .item .product-image img {
    max-width: 210px !important;
    max-height: 210px !important;
  }
}
#billing_address_list .tooltip-block, #shipping_address_list .tooltip-block, #form-validate-popup .tooltip-block {
  padding: 0;
  background: transparent;
  border: 0;
  color: #ee2d3a;
  display: block !important;
  font-weight: normal;
}
#billing_address_list .tooltip-block:hover, #shipping_address_list .tooltip-block:hover, #form-validate-popup .tooltip-block:hover {
  color: #ee2d3a !important;
}
#billing_address_list .tooltip-block:focus, #shipping_address_list .tooltip-block:focus, #form-validate-popup .tooltip-block:focus {
  outline: 0;
}
#billing_address_list .tooltip, #shipping_address_list .tooltip, #form-validate-popup .tooltip {
  text-align: left;
  min-width: 250px;
}
#billing_address_list .tooltip .tooltip-arrow, #shipping_address_list .tooltip .tooltip-arrow, #form-validate-popup .tooltip .tooltip-arrow {
  border-top-color: #ccc !important;
}
#billing_address_list .tooltip .tooltip-inner, #shipping_address_list .tooltip .tooltip-inner, #form-validate-popup .tooltip .tooltip-inner {
  background-color: #f7f8fb !important;
  border: 1px solid #ccc;
  opacity: 1;
  color: #000;
  text-align: left;
  max-width: 250px;
}
#billing_address_list .tooltip .tooltip-inner p, #shipping_address_list .tooltip .tooltip-inner p, #form-validate-popup .tooltip .tooltip-inner p {
  margin-bottom: 0;
}
#billing_address_list .tooltip.in, #shipping_address_list .tooltip.in, #form-validate-popup .tooltip.in {
  opacity: 1;
}

/*# sourceMappingURL=overide.css.map */
