html body,
.section-markup-wrapper {
  font-family: "Roboto", "Poppins", arial, tahoma;
  color: #555555;
  font-size: 13px;
  line-height: 1.55;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 0.8em 0;
  color: inherit;
  font-family: 'Roboto' !important;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid;
  border-color: #eeeeee;
  background: inherit;
  font-weight: 400;
  font-style: normal;
}
blockquote:before {
  display: none;
}
p,
ol,
ul {
  margin-bottom: 1.2em;
}
ol.markered-list,
ul.markered-list {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}
.category-description ul,
.category-description ol {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}
ol {
  list-style-position: inside;
}
ol.markered-list {
  list-style-type: decimal;
}
a {
  color: #555555;
}
a:hover {
  color: #ffc107;
}
.pin__popup img {
  max-width: 100% !important;
  height: auto;
}
.pin__popup img {
  max-width: 74% !important;
  height: auto;
  display: inline !important;
}
.pin__popup .price-details {
  display: none;
}
.pin__popup .price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #878787;
}
.pin__popup .price-box .old-price {
  margin-right: 0px;
}
.pin__popup .price-box span:nth-child(1),
.pin__popup .price-box span:nth-child(2) {
  display: block;
  width: 97px;
}
.pin__popup .price-box span .price-label {
  display: none;
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 10px;
  line-height: 20px;
  height: initial;
  font-size: 13px;
  border: 0;
  background: #ffc107;
  color: #ffffff;
  font-family: 'Roboto' !important;
}
.btn > a {
  color: #fff;
}
.btn .fa:first-child {
  margin-right: 5px;
}
.btn .fa:last-child {
  margin-left: 5px;
}
.btn-full {
  margin-bottom: 10px;
}
.btn > span {
  line-height: initial;
}
.btn:hover {
  background: #75ba6d;
  border: 0;
}
.btn:active,
.btn:focus {
  background: #ffc107;
  border: 0;
}
.btn-default:hover,
.btn-default:focus {
  border: 0;
}
.btn.btn-lg {
  font-size: 16px;
}
.btn.btn-sm,
.btn.btn-xs {
  font-size: 11px;
  padding: 0 10px;
}
.btn.btn-sm {
  padding: 2px 10px 0 10px;
}
.btn.btn-xs {
  line-height: 28px;
  height: 27px;
}
.btn[disabled] {
  background: #ffc107;
}
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled]:active {
  background: #ffc107;
}
.btn[disabled] > span {
  opacity: .7;
}
.message > * a {
  color: inherit;
  text-decoration: underline;
}
.message > * a:hover {
  color: #ffc107;
}
.toolbar .pages .pagination .item.current a,
.toolbar .pages .pagination .item:hover a {
  color: #ffc107;
}
.breadcrumbs .container {
  width: 100%;
}
.breadcrumbs .items {
  margin-bottom: 0;
}
.breadcrumbs .items > li a:hover {
  color: #ffc107;
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 990px;
  }
  /*
    body.wide {
        .container {
            width: 990px;
        }
    }
    */
}
.product-data-items-menu {
  border: 2px solid #ededed;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.product-data-items-menu .data.item.title {
  border-right: 1px solid #ededed;
}
.product-data-items-menu .data.item.title .data.switch {
  border-radius: 0;
  height: auto;
  padding: 15px 13px;
  line-height: initial;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-data-items-menu .data.item.title:last-child {
  border-right: 0;
}
.product-data-items-menu .data.item.title.active .data.switch,
.product-data-items-menu .data.item.title:hover .data.switch {
  background: #e4e3e0;
  color: #646464;
}
.product-data-items-content .data.item.content {
  display: none;
  border: 2px solid #ededed;
  overflow: hidden;
}
.product-data-items-content .title-accordion {
  font-size: 10px;
  padding: 11px;
  height: auto;
  text-transform: uppercase;
  font-weight: 400;
  line-height: initial;
  color: #646464;
  background: #e4e3e0;
  line-height: 20px;
}
.product-data-items-content .title-accordion:after {
  display: none;
}
.product-data-items-content .title-accordion + .data.item.content {
  display: block;
}
@media screen and (min-width: 768px) {
  .product-data-items-content .title-accordion {
    position: relative;
    float: left;
    width: auto;
    margin-right: -1px;
    padding: 15px 13px;
    border: 1px solid #ededed;
    line-height: initial;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  .product-data-items-content .title-accordion.active,
  .product-data-items-content .title-accordion:hover {
    background: #e4e3e0;
    z-index: 1;
  }
  .product-data-items-content .data.item.content {
    box-sizing: border-box;
    float: right;
    margin-top: 54px;
    margin-left: -100%;
    width: 100%;
    background: #fff;
  }
  .product-data-items-content .data.item.content + .title-accordion {
    margin-top: 0;
  }
}
.review-field-ratings th,
.review-field-ratings .col-label {
  font-weight: 400;
  padding: 10px 5px;
  vertical-align: middle;
  text-align: left;
  text-transform: capitalize;
}
.review-field-ratings th,
.review-field-ratings td {
  padding: 5px;
  text-align: center;
}
.review-field-ratings input {
  margin: 4px auto 0;
}
#product-review-table {
  width: 100%;
  border: 1px solid #f2f2f2;
}
.modal-popup .modal-header {
  min-height: unset;
  border: 0;
}
.modal-popup .modal-inner-wrap {
  max-width: 950px;
  width: 95%;
  border: 1px solid #d5d5d5;
  max-height: 90%;
  background: #fff;
}
.modal-popup .action-close {
  right: 0;
  top: 0;
}
.modal-popup .action-close:hover:before {
  border: 0;
  opacity: 0.7;
}
.modal-popup .action-close:before {
  background: transparent;
  content: '\e680';
  font-family: 'Pe-icon-7-stroke';
  font-size: 30px;
  line-height: 29px;
  color: #333;
  border: 0;
}
.modal-popup .modal-content {
  padding: 30px;
  box-shadow: none;
  border: 0;
  overflow: auto;
}
.modal-popup.confirm .modal-header {
  border: 0;
}
.modal-popup.confirm .modal-footer .action-secondary,
.modal-popup.confirm .modal-footer .action-primary {
  background: #ffc107;
  border: 0;
  border-radius: 0;
}
.modal-popup.confirm .modal-footer .action-secondary:hover,
.modal-popup.confirm .modal-footer .action-primary:hover {
  border: 0;
  border-radius: 0;
  background: #75ba6d;
}
.modals-overlay {
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1200px) {
  .sub-menu > .level1 {
    margin-bottom: 20px;
  }
  .header .navigation .nav-main-menu .level0:not(.menu-4columns) > .dropdown-menu ul:not(.sub-menu) > li:hover a {
    text-indent: 0;
  }
  .header .navigation .nav-main-menu .level0:not(.menu-4columns) > .dropdown-menu ul:not(.sub-menu) > li:hover:before {
    left: 5px;
  }
  .header .navigation .nav-main-menu .level0 > .dropdown-menu ul:not(.sub-menu) > li:not(.view-all) {
    text-indent: 0px;
  }
  .header .navigation .nav-main-menu .level0 > .dropdown-menu ul:not(.sub-menu) > li:not(.view-all):before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #aeadae;
    position: absolute;
    left: 0;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    top: 45%;
  }
}
.header .logo-header .logo {
  padding: 4px 0;
}
.header .table-icon-menu > div {
  padding: 14px 9px 0 0;
  position: relative;
  min-width: 40px;
}
@media (max-width: 1299px) and (min-width: 1200px) {
  .mega-menu-item.mega-menu-fullwidth:last-child {
    margin-right: 25px;
  }
}
.page-wrapper .middle-header-content {
  margin-bottom: 0;
}
.page-wrapper .megamenu-content {
  position: static;
}
.page-wrapper .header:not(.header10) .nav.nav-main-menu {
  clear: both;
  position: static;
  top: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}
@media (min-width: 1200px) {
  .page-wrapper .header:not(.header10) .nav.nav-main-menu > li {
    display: inline-block;
    max-width: 170px;
  }
}
@media (max-width: 1199px) {
  .page-wrapper .header:not(.header10) .nav.nav-main-menu > li {
    border-right: 0;
  }
}
.page-wrapper .header:not(.header10) .nav.nav-main-menu > li.active > a {
  font-weight: 500;
}
.page-wrapper .header:not(.header10) .nav.nav-main-menu > li > a {
  background: transparent;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px !important;
  word-break: break-word;
  white-space: normal;
  padding: 23px 9px;
  text-align: center;
}
.page-wrapper .header:not(.header10) .nav.nav-main-menu > li > a:hover {
  font-weight: 500;
}
.page-wrapper .header:not(.header10) .nav.nav-main-menu > li.logo-item.logo-item {
  display: none !important;
}
.header .navigation .nav-main-menu li.level1 > a {
  margin-bottom: 0;
}
.header .navigation .nav-main-menu li.level1 > a span {
  font-weight: 400 !important;
}
.header .navigation .nav-main-menu li.level1 .sub-menu li a {
  border-bottom: 0 !important;
}
.header .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu .mega-menu-sub-title:before {
  display: none;
  font-weight: 500;
}
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child).level1 > a:not(.view-all),
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child.level1 > a:not(.view-all) {
  padding-left: 15px;
  text-indent: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 20px;
}
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child).level1 > a:before,
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child.level1 > a:before {
  display: none;
}
@media (max-width: 1199px) {
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child).level2 > a,
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child.level2 > a {
    padding: 8px 70px 8px 45px !important;
  }
}
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child).level2.view-all > a,
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child.level2.view-all > a {
  display: inline-block;
  padding: 5px 15px !important;
  background: #ffc107 !important;
}
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child).level2.view-all > a:hover,
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child.level2.view-all > a:hover,
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child).level2.view-all > a:focus,
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child.level2.view-all > a:focus {
  background-color: #75ba6d !important;
  text-indent: unset;
}
@media (max-width: 1199px) {
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child).level2.view-all,
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child.level2.view-all {
    padding: 8px 10px 8px 30px !important;
  }
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child).level2.view-all > a,
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child.level2.view-all > a {
    padding: 5px 15px !important;
  }
}
@media (min-width: 1200px) {
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child).level2.view-all,
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child.level2.view-all {
    padding-top: 12px !important;
  }
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child).level2.view-all > a:before,
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child.level2.view-all > a:before {
    display: none;
  }
}
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a:not(.view-all),
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child > a:not(.view-all) {
  border-bottom: 1px solid #ffc107;
  position: relative;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 0;
  transition: all 200ms;
}
@media (max-width: 1199px) {
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a:not(.view-all),
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child > a:not(.view-all) {
    padding: 9px 70px 9px 30px !important;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a:not(.view-all) .label-menu,
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child > a:not(.view-all) .label-menu {
    margin-top: 8px;
  }
}
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a:not(.view-all):hover,
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child > a:not(.view-all):hover {
  color: #ffc107;
  text-indent: 5px;
}
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a:not(.view-all):hover:before,
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child > a:not(.view-all):hover:before {
  left: 5px;
}
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a:not(.view-all):before,
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child > a:not(.view-all):before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #aeadae;
  position: absolute;
  left: 0;
  transition: all 200ms;
  top: 45%;
}
@media (max-width: 1199px) {
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a:not(.view-all):before,
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child > a:not(.view-all):before {
    display: none;
  }
}
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a.view-all,
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child > a.view-all {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 15px !important;
  background: #ffc107 !important;
}
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a.view-all:hover,
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child > a.view-all:hover,
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a.view-all:focus,
.header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child > a.view-all:focus {
  background-color: #75ba6d !important;
  text-indent: unset;
}
@media (max-width: 1199px) {
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) > a.view-all,
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child > a.view-all {
    margin-left: 30px;
    padding: 5px 15px !important;
  }
}
@media (max-width: 1199px) {
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:not(:last-child) .dropdown-menu > li > a,
  .header .navigation .nav-main-menu li > ul.dropdown-menu ul > li:last-child .dropdown-menu > li > a {
    padding: 9px 70px 9px 45px !important;
  }
}
@media (min-width: 1200px) {
  .header .navigation .nav-main-menu li li > a {
    padding: 2px 15px 0;
  }
}
.header .navigation .nav-main-menu li.mega-menu-fullwidth > .dropdown-menu {
  padding: 5px 15px !important;
}
.header .navigation .nav-main-menu li > .dropdown-menu {
  padding: 30px 20px !important;
}
@media (max-width: 1199px) {
  .header .navigation .nav-main-menu li > .dropdown-menu {
    padding: 0 !important;
  }
}
.label-menu {
  left: auto;
  right: 4px;
  margin-left: 0;
  top: 3px;
}
.nav-before-open {
  height: auto;
  overflow: auto;
}
.nav-before-open .nav-toggle:after {
  display: none;
}
@media (max-width: 1199px) {
  .nav-open .header .navigation .nav-main-menu .label-menu {
    margin-right: 3px;
    margin-top: 11px;
    line-height: 14px;
    position: absolute !important;
    right: 30px !important;
  }
}
.nav-open .header .megamenu-content {
  display: block;
}
@media (max-width: 1199px) {
  .nav-open .header .megamenu-content {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .nav.row {
    display: none;
  }
}
@media (max-width: 1199px) {
  .page-wrapper .header:not(.header10) .navigation {
    padding: 0;
  }
  .page-wrapper .header:not(.header10) .nav.nav-main-menu {
    margin: 0;
    top: 0;
    background: #fff;
    padding: 0;
  }
  .page-wrapper .header:not(.header10) .nav.nav-main-menu > li:last-child a:last-child {
    border-bottom: 0;
  }
  .page-wrapper .header:not(.header10) .nav.nav-main-menu > li > a {
    text-align: left;
    padding: 8px 70px 8px 22px !important;
    background: #fff;
    font-size: 15px;
    font-weight: 400;
  }
  .header .nav-main-menu li > ul.sub-menu,
  .header .nav-main-menu li > ul.dropdown-menu {
    display: none;
  }
  .header .nav-main-menu li > a + .toggle-menu span {
    color: #999;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .header .megamenu-content {
    position: static;
    display: none;
    box-shadow: none;
    width: 100%;
    max-width: none;
    left: auto;
    transform: none;
    overflow-y: auto;
    max-height: none;
    height: auto;
  }
  .header .nav-tabs {
    display: none;
  }
  .header .nav {
    clear: both;
    background: #ffc107;
    padding: 0 20px;
    margin: 0 0 20px;
    position: relative;
    top: 10px;
  }
  .header .nav .navbar-brand {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .header .action.nav-toggle {
    width: 42px;
    height: 32px;
    margin: 11px 0 0;
  }
}
@media (min-width: 1200px) {
  .header .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns) > ul.dropdown-menu {
    margin-left: 0;
    width: auto;
    left: 70px;
    right: 70px;
  }
}
.radio,
.checkbox {
  min-height: auto;
}
.inline-block {
  display: inline-block;
}
.m-0 {
  margin: 0;
}
.p-0 {
  padding: 0;
}
.reset-markers {
  list-style-type: none;
}
.letter-filter__container {
  border: 1px solid #dddddd;
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin-top: -1px;
  position: relative;
  margin-bottom: 20px;
}
.letter-filter__mode-toggler-item {
  padding: 1rem 1.5rem;
  border: 1px solid transparent;
  border-bottom: 1px solid #dddddd;
  margin-right: -0.5rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-right: -5px;
}
.letter-filter__mode-toggler-item.active {
  border-color: #dddddd;
  border-bottom: 1px solid #fff;
}
.letter-filter__mode-toggler-item:hover {
  background: #eee;
}
.letter-filter__all-brands {
  position: absolute;
  right: 2.5rem;
  top: 7rem;
  color: #000;
  cursor: pointer;
}
.letter-filter__all-brands:hover,
.letter-filter__all-brands.active {
  color: #ffc107;
  text-decoration: underline;
}
.letter-filter__image {
  max-width: 100%;
  max-height: 240px;
}
.letter-filter__interval-letter-sub-item {
  margin: 0;
}
.letter-filter__interval-letter-sub-item a:hover {
  text-decoration: underline;
}
.letter-filter__separator-letter {
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}
.letter-filter__single-item {
  border-bottom: 1px solid #ffc107;
  padding: 2rem 0;
}
.letter-filter__separator {
  border-right: 1px solid #dddddd;
  padding-right: 1.5rem;
  margin-right: 1rem;
}
.letter-filter__interval-title {
  text-transform: uppercase;
}
.letter-filter__interval-list {
  column-count: 5;
}
.letter-filter__interval-item {
  border-bottom: 1px solid #ffc107;
  padding: 2rem 0;
}
.letter-filter__search {
  margin: 1rem 0;
}
.letter-filter__single-letter,
.letter-filter__interval-letter {
  text-transform: uppercase;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: 15px;
  padding-right: 9rem;
}
.letter-filter__single-letter-item,
.letter-filter__interval-letter-item {
  padding: 0.5rem 1rem;
  height: 2.8rem;
  box-sizing: border-box;
  line-height: 2rem;
  cursor: pointer;
  color: #000;
}
.letter-filter__single-letter-item.active:not(.reset-active),
.letter-filter__interval-letter-item.active:not(.reset-active),
.letter-filter__single-letter-item:hover:not(.reset-active),
.letter-filter__interval-letter-item:hover:not(.reset-active) {
  color: #ffc107;
}
.letter-filter__single-letter-item:hover:not(.reset-active),
.letter-filter__interval-letter-item:hover:not(.reset-active) {
  text-decoration: underline;
}
.letter-filter__single-letter-item:not(:last-child),
.letter-filter__interval-letter-item:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.checkout-index-index .field-tooltip .label {
  display: none;
}
.checkout-index-index .modal-inner-wrap .field.choice > label {
  padding-left: 20px;
}
.checkout-index-index .modal-inner-wrap .action.secondary {
  margin-bottom: 0;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  max-width: 798px !important;
}
.checkout-index-index .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  background-color: #ffc107 !important;
  border: 0 !important;
  height: 50px;
  color: #666;
  font-weight: 400;
}
.checkout-index-index .actions-toolbar .action.primary:hover {
  color: #666;
  border: none !important;
  background-color: #75ba6d !important;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-container .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: auto;
}
.checkout-index-index .checkout-container .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-container .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .checkout-index-index .opc-wrapper {
    flex-direction: column;
  }
}
.checkout-index-index .opc-wrapper.layout-2-columns .checkout-column {
  width: 50%;
}
.checkout-index-index .opc-wrapper.layout-3-columns .checkout-column {
  width: 33.3%;
}
.checkout-index-index .opc-wrapper.layout-3-columns .shipping-address-item,
.checkout-index-index .opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.layout-3-columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  width: 100%;
  min-width: 0;
}
.checkout-index-index .opc-wrapper.layout-3-columns .table-checkout-shipping-method td:last-child,
.checkout-index-index .opc-wrapper.layout-2-3-columns .table-checkout-shipping-method td:last-child {
  white-space: normal;
}
@media (max-width: 900px) {
  .checkout-index-index .opc-wrapper .opc.checkout-column {
    width: 100%;
  }
}
.checkout-index-index .opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper .step-title {
  border-bottom: 1px solid #f0f0f0;
  color: #1a1a1a;
  font-size: 22px !important;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.checkout-index-index .opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .checkout-block {
  background: white;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 24px 12px;
  margin: 7px 9px 32px;
  transition: box-shadow 0.5s;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .opc-block-summary {
  margin: 0 -12px 0;
  padding: 0 12px;
}
.checkout-index-index #checkout {
  background: #eaeaea;
  padding: 12px;
  margin: 20px 0 20px 0;
}
.checkout-index-index .opc-block-summary {
  margin: 0 -12px;
  padding: 0 12px 13px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .additional-options textarea {
  min-height: 60px;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
.checkout-index-index .amcheckout-delivery-date .field {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
}
.checkout-index-index .amcheckout-delivery-date .field:nth-child(2n) {
  padding-left: 7px;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control {
  display: flex;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.checkout-index-index .amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.checkout-index-index .amcheckout-delivery-date .clearer {
  clear: both;
}
.checkout-index-index .amcheckout-delivery-date .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type="number"]::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type="number"]:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  margin-top: 12px;
  float: right;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  width: 7px;
  height: 7px;
  padding: 3px;
  border: 1px #b6b6b6 solid;
  background: url(../../../../../frontend/Mgs/claue/de_DE/Amasty_Checkout/img/close.png) no-repeat center;
  float: left;
  cursor: pointer;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
#shipping-method-buttons-container {
  display: none;
}
#checkout-payment-method-load .payment-method-content > .actions-toolbar {
  display: none;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.checkout-payment-method.submit .payment-methods .payment-methods-note {
  margin-top: 15px;
}
.checkout-payment-method.submit .payment-methods .payment-methods-note p {
  margin: 0;
}
#payment .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  background-color: #ffc107;
  border: 0;
}
#co-payment-form .discount-code {
  display: none;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  display: inline-block;
  padding: 0 7px;
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
}
.opc-wrapper.layout-3-columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.opc-wrapper.layout-3-columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.product-image-tooltip {
  max-width: 177px;
  /*max-height: 160px;*/
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center;
  border-radius: 4px;
}
.product-image-tooltip .corner,
.product-image-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px;
}
.product-image-tooltip .corner:after,
.product-image-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px;
}
.product-image-tooltip .corner:before,
.product-image-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px;
}
.product-image-tooltip .image,
.product-image-tooltip-layered .image {
  display: block;
  height: 165px;
  width: 165px;
  /*margin: 0 0 5px;*/
  margin: 0 auto;
  background-size: contain !important;
}
.product-image-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Product view */
.media {
  margin-top: 0;
}
.product-list-image-slider-item {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1;
}
.product-list-image-slider-item img {
  max-width: 100%;
  width: 100%;
}
.products-grid #collection-owl-carousel .product-item-info {
  padding: 0;
  margin-bottom: 20px;
}
.category-view {
  font-size: 13px;
  padding-bottom: 25px;
}
.category-view .btn-read-more-link {
  float: right;
  font-size: 14px;
  text-decoration: underline;
}
.category-view .category-image .category-image {
  max-width: 200px;
  height: auto;
}
.category-view .category-description {
  font-size: 13px;
  padding-bottom: 0;
}
@media (min-width: 500px) {
  .category-view .category-image {
    float: left;
    margin-right: 15px;
  }
}
.category-description-content {
  position: relative;
  max-height: 150px;
  overflow: hidden;
}
.category-description.show-more-active .category-description-content:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 4em;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.category-description.show-more-active.open .category-description-content {
  max-height: none;
}
.category-description.show-more-active.open .category-description-content:after {
  display: none;
}
.category-description .btn-read-more-link:before {
  content: attr(data-show-more);
}
.category-description.open .btn-read-more-link:before {
  content: attr(data-show-less);
}
.product.info.detailed .item.content .table.additional-attributes {
  width: auto;
}
.product.info.detailed .item.content .table.additional-attributes tr th,
.product.info.detailed .item.content .table.additional-attributes tr td {
  padding: 3px;
}
.toolbar .toolbar-amount {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .toolbar .toolbar-amount {
    display: none;
  }
}
.toolbar .limiter select {
  margin-right: 3px;
  padding: 0 25px 0 10px;
}
.toolbar .limiter .form-item-select:after {
  right: 11px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.page-layout-1column.catalogsearch-result-index .category-product-actions .toolbar-products {
  width: 80%;
}
.modal-popup.media-gallery-popup .modal-inner-wrap {
  max-width: 650px;
}
.modal-popup.swatch-thumbnail-modal .modal-inner-wrap {
  max-width: 420px;
}
.modal-inner-wrap {
  box-shadow: 10px 10px 65px -6px rgba(0, 0, 0, 0.75);
}
.project-room-item-info .no-items {
  margin-bottom: 0;
}
.project-room-item-info .panel-heading {
  cursor: pointer;
  padding: 0;
}
.project-room-item-info .panel-heading:hover,
.project-room-item-info .panel-heading[aria-expanded="true"] {
  background: #ffc107;
  color: #fff;
}
.project-room-item-info .panel-title {
  padding: 10px 15px;
}
.zoom-preview-box {
  position: absolute;
  background: rgba(60, 60, 60, 0.5);
}
.filter-current-subtitle {
  font-size: 16px;
  margin-right: 10px;
  color: #222;
  font-weight: 600;
  vertical-align: middle;
}
.catalog-category-view-manufacturers .page-header,
.catalog-category-view-manufacturers .page-title-wrapper {
  float: left;
}
.catalog-category-view-manufacturers .tm-block_border {
  margin-bottom: 20px;
}
#amasty-shopby-product-list > .filter-current {
  margin-bottom: 10px;
}
#amasty-shopby-product-list > .filter-current .items {
  display: inline;
}
#amasty-shopby-product-list > .filter-current .items li {
  display: inline-block;
  padding: 0 8px;
  border: 1px solid #dddddd;
  margin-bottom: 5px;
  border-radius: 10px;
  background: #ffebbe;
}
#amasty-shopby-product-list > .filter-current .action.remove {
  color: #8d0000;
}
#amasty-shopby-product-list > .filter-current .action.remove:hover {
  color: #57a24e;
}
#amasty-shopby-product-list > .filter-current .action.filter-clear {
  margin: 7px 10px 10px 0;
  background: #fece61;
}
#amasty-shopby-overlay {
  position: fixed !important;
  left: 0;
}
#amasty-shopby-overlay img {
  top: 45% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block-filter-content .items {
  margin-top: 5px;
}
.block-filter-content > .filter-actions {
  display: none;
}
.block-actions {
  display: inline;
}
.block-actions.filter-actions {
  margin-bottom: 10px;
}
.am_shopby_state_container .filter-label {
  font-weight: 600;
}
.am_shopby_state_container .filter-value {
  color: #57a24e;
}
.price-box .price-from:after {
  display: none;
}
@media (max-width: 767px) {
  .page-layout-1column .category-product-actions .block.filter {
    position: relative;
    display: inline-block;
    float: none;
    width: auto;
    z-index: 999;
  }
}
.page-layout-1column .category-product-actions .block.filter .filter-title > .title {
  display: inline-block;
  white-space: nowrap;
  padding: 0 15px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #878787;
}
.page-layout-1column .category-product-actions .block.filter.active .filter-title > .title {
  border-color: #222;
  background-color: #222;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-layout-1column .category-product-actions .block.filter + .toolbar {
    position: relative;
    padding-top: 50px;
    margin-top: -40px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    float: none;
  }
  .page-layout-1column .category-product-actions .block.filter + .toolbar .sorter {
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-layout-1column .category-product-actions .block.filter + .toolbar .pages {
    width: 100%;
  }
}
.page-layout-1column .filter-current + .category-product-actions .block.filter .filter-title > .title {
  border-color: #222;
  background-color: #222;
  color: #fff;
  font-weight: 600;
}
.mgs-lookbook-container {
  max-width: 100%;
  float: none;
}
.base-image-label {
  min-height: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #999;
  word-break: break-all;
}
.manufacturers {
  clear: both;
}
.manufacturers-lookbok {
  clear: both;
}
.file-list {
  margin-bottom: 20px;
  clear: both;
}
.file-list .fa {
  margin-right: 5px;
}
.file-item {
  margin-bottom: 5px;
}
.block-viewed-products-grid .content-heading {
  margin-bottom: 0;
}
.catalog-category-view-manufacturers .page-main > .catalog-category {
  display: none;
}
.owl-carousel.gallery-thumbnail {
  display: block;
  margin-left: -6px;
}
.owl-carousel.gallery-thumbnail .item {
  max-width: 56px;
  display: inline-block;
  margin-left: 9px;
  margin-bottom: 6px;
  vertical-align: middle;
}
.product-info-main .product-add-form .actions button:focus {
  background: transparent;
  color: #000;
}
.product.info.detailed {
  margin-top: 0;
}
.product-data-items-content {
  margin-bottom: 20px;
}
#collection-more {
  margin-bottom: 20px;
  padding: 0 15px;
  clear: both;
  /*
  -ms-touch-action: none;
  touch-action: none; //fix console error
  */
}
#collection-more .products-show-more-link {
  color: #fed151;
  text-decoration: underline;
  position: relative;
  float: right;
}
#collection-more .products-show-more-link:hover {
  color: #75ba6d;
}
#collection-more .show-more:before {
  content: attr(data-show-more);
}
#collection-more.open .show-more:before {
  content: attr(data-show-less);
}
#collection-more .title {
  text-transform: capitalize;
  font-weight: 600;
}
#collection-more h2 {
  font-size: 22px;
  font-weight: 600;
  color: #393742;
  margin-bottom: 0;
  float: left;
}
#collection-more .product-items.items-per-row-4 .product-item {
  border: 0;
}
#collection-more .products-grid .price-box .special-price.configurable .price-label {
  display: inline-block;
}
#collection-more .product-reviews-summary {
  display: none;
}
#collection-more .price-box .special-price.configurable .price,
#collection-more .price-box .special-price.configurable .price-label {
  color: #fed151;
  font-size: 15px;
  letter-spacing: 1px;
}
.widget-viewed-grid {
  padding: 0 40px;
}
.widget-viewed-grid .slick-track {
  margin: 0;
}
.widget-viewed-grid .fa {
  position: absolute;
  font-size: 40px;
  top: 45%;
}
.widget-viewed-grid .fa.fa-angle-left {
  left: 0;
}
.widget-viewed-grid .fa.fa-angle-right {
  right: 0;
}
.widget-viewed-grid .product-item {
  display: inline-block;
}
.widget-viewed-grid .product-item .product-image-wrapper {
  padding: 0 !important;
}
.widget-viewed-grid .product-item .product-image-wrapper img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}
.product.media .image-item:hover {
  opacity: .7;
}
.product.media .product-video-base {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sharethis-inline-share-buttons .st-btn[data-network] {
  margin-right: 0 !important;
  background-color: transparent !important;
  transition: none !important;
  padding: 0 10px !important;
}
.sharethis-inline-share-buttons .st-btn[data-network]:hover {
  top: 0 !important;
}
.sharethis-inline-share-buttons .st-btn[data-network]:hover[data-network="facebook"] {
  background: #3B5998 !important;
}
.sharethis-inline-share-buttons .st-btn[data-network]:hover[data-network="twitter"] {
  background: #55acee !important;
}
.sharethis-inline-share-buttons .st-btn[data-network]:hover[data-network="pinterest"] {
  background: #CB2027 !important;
}
.sharethis-inline-share-buttons .st-btn[data-network]:hover[data-network="sharethis"] {
  background: #95D03A !important;
}
.sharethis-inline-share-buttons .st-btn[data-network]:hover[data-network="linkedin"] {
  background: #0077b5 !important;
}
.sharethis-inline-share-buttons .st-btn[data-network]:hover[data-network] > svg {
  fill: #fff !important;
}
.sharethis-inline-share-buttons .st-btn[data-network][data-network] > svg {
  top: 0 !important;
  height: 31px !important;
  width: 27px !important;
  fill: #989898 !important;
}
.sharethis-inline-share-buttons .st-btn[data-network][data-network="googleplus"],
.sharethis-inline-share-buttons .st-btn[data-network][data-network="vk"] {
  height: 31px !important;
  width: 27px !important;
  box-sizing: content-box !important;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.sharethis-inline-share-buttons .st-btn[data-network][data-network="googleplus"] > img,
.sharethis-inline-share-buttons .st-btn[data-network][data-network="vk"] > img,
.sharethis-inline-share-buttons .st-btn[data-network][data-network="googleplus"] > svg,
.sharethis-inline-share-buttons .st-btn[data-network][data-network="vk"] > svg {
  display: none;
}
.sharethis-inline-share-buttons .st-btn[data-network][data-network="googleplus"] {
  background-image: url(../images/googleplus-grey.svg);
}
.sharethis-inline-share-buttons .st-btn[data-network][data-network="googleplus"]:hover {
  background-image: url(../images/googleplus.svg);
  background-color: #dc4e41 !important;
}
.sharethis-inline-share-buttons .st-btn[data-network][data-network="vk"] {
  background-image: url(../images/vk-grey.svg);
}
.sharethis-inline-share-buttons .st-btn[data-network][data-network="vk"]:hover {
  background-image: url(../images/vk.svg) r;
  background-color: #4c6c91 !important;
}
.swatch-attribute .swatch-option.text {
  height: 68px;
  max-width: 68px;
  padding: 0 5px;
  word-break: break-all;
  white-space: inherit;
  line-height: 22px;
  border-radius: 0;
  display: table;
}
.swatch-attribute .swatch-option.text > span {
  display: table-cell;
  vertical-align: middle;
}
.product-item form .swatch-input,
.product-options-wrapper .swatch-attribute .swatch-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 1px;
}
.mCustomScrollBox,
.mCS_destroyed {
  clear: both;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #eaeaea;
  color: #000;
}
.search-autocomplete .minimal-price-link {
  display: block;
  clear: both;
}
.product-add-form .product-options-wrapper {
  padding-top: 0;
}
.product.actions.product-item-actions {
  clear: both;
}
.product.actions.product-item-actions .action {
  display: block;
  clear: both;
}
#mgs-ajax-loading .preloader {
  width: 64px;
  height: 64px;
}
.product-gallery-modal .modal-inner-wrap {
  max-width: 650px;
}
.mfp-bg {
  background: rgba(255, 255, 255, 0.5);
}
.swatch-modal .modal-inner-wrap {
  max-width: 450px;
}
.swatch-modal-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.product-info-main .swatch-option:hover,
.cart.table .col.item .swatch-option:hover,
.product-info-main .swatch-option.selected,
.cart.table .col.item .swatch-option.selected {
  box-shadow: none;
}
.product-info-main .swatch-attribute,
.cart.table .col.item .swatch-attribute {
  padding-bottom: 14px;
  padding-top: 25px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.product-info-main .swatch-attribute.hasClone,
.cart.table .col.item .swatch-attribute.hasClone {
  position: relative;
}
.product-info-main .swatch-attribute.hasClone .swatch-select,
.cart.table .col.item .swatch-attribute.hasClone .swatch-select {
  width: calc(100% - 70px);
  float: right;
  margin-bottom: 37px;
}
.product-info-main .swatch-option,
.cart.table .col.item .swatch-option {
  min-width: 52px;
  height: 52px;
  margin: 5px 6px 5px 0;
  position: relative;
  left: 2px;
}
.product-info-main .swatch-option.image,
.cart.table .col.item .swatch-option.image,
.product-info-main .swatch-option.color,
.cart.table .col.item .swatch-option.color {
  box-sizing: content-box;
  background-position: top center!important;
  border: 2px solid #fff;
}
.product-info-main .swatch-option.image .open-swatch-modal,
.cart.table .col.item .swatch-option.image .open-swatch-modal,
.product-info-main .swatch-option.color .open-swatch-modal,
.cart.table .col.item .swatch-option.color .open-swatch-modal {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: none;
  background: #fff;
}
.product-info-main .swatch-option.image .open-swatch-modal:hover,
.cart.table .col.item .swatch-option.image .open-swatch-modal:hover,
.product-info-main .swatch-option.color .open-swatch-modal:hover,
.cart.table .col.item .swatch-option.color .open-swatch-modal:hover {
  color: #ffc107;
}
.product-info-main .swatch-option.color,
.cart.table .col.item .swatch-option.color {
  padding-bottom: 0;
}
.product-info-main .swatch-option.cloned,
.cart.table .col.item .swatch-option.cloned {
  position: absolute;
  margin: 0;
  left: 3px;
  padding-bottom: 0;
  top: 17px;
}
.product-info-main .swatch-option.cloned.image,
.cart.table .col.item .swatch-option.cloned.image {
  padding-bottom: 20px;
}
.product-info-main .swatch-option.cloned .open-swatch-modal,
.cart.table .col.item .swatch-option.cloned .open-swatch-modal {
  display: block;
}
.product-info-main .swatch-option.selected,
.cart.table .col.item .swatch-option.selected,
.product-info-main .swatch-option.cloned,
.cart.table .col.item .swatch-option.cloned {
  border: 2px solid #75ba6d;
  transition: none;
}
.product-info-main select,
.cart.table .col.item select {
  height: 30px;
  background-position: 100% 49%;
  appearance: none;
}
.product-info-main select.active,
.cart.table .col.item select.active {
  font-weight: 600;
  color: #75ba6d;
}
.product-info-main .scroll-toggler,
.cart.table .col.item .scroll-toggler {
  display: block;
  text-align: right;
  cursor: pointer;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
}
.product-info-main .scroll-toggler:hover,
.cart.table .col.item .scroll-toggler:hover {
  color: #75ba6d;
}
.product-info-main .mCS_destroyed .swatch-option,
.cart.table .col.item .mCS_destroyed .swatch-option {
  margin: 5px 5px 0 0;
}
.swatch-option {
  border-radius: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:before {
  background: url(../images/drag_bg_right.png);
  left: auto;
  right: -1px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:after {
  position: absolute;
  top: 0;
  width: 12px;
  height: 15px;
  content: "";
  left: 0;
  background: url(../images/drag_bg_left.png);
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:after {
  background: url(../images/drag_bg.png);
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 15px;
  position: absolute;
  content: "";
}
.mCustomScrollbar {
  padding-right: 0;
}
.page-layout-1column .block.filter.active:after {
  display: none;
}
.tax-modal-content {
  display: none;
}
.brand-related-products {
  clear: both;
}
.ico-question {
  background: url(../images/icon-question.png) 0 0 no-repeat;
  background-size: contain;
  height: 50px;
  content: "";
  top: 0;
  right: 0;
  position: relative;
  display: block;
}
.fa-at {
  height: 47px;
  width: 100%;
  position: relative;
}
.fa-at:before {
  position: absolute;
  font-size: 44px;
  display: inline-block;
  line-height: 54px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.js_sent_question {
  background-color: #ededed;
}
.js_sent_question:not(.disabled) {
  cursor: pointer;
}
.js_sent_question:hover:not(.disabled) {
  background: #e5efe5;
}
.js_sent_question .amasty-hide-price-container {
  display: none !important;
}
.js_sent_question .fa {
  font-size: 52px;
}
.js_sent_question table {
  width: 100%;
}
.js_sent_question table td {
  width: 30%;
}
.js_sent_question table td:last-child {
  width: 70%;
  font-size: 15px;
  line-height: 16px;
}
.modal-content .tax-modal-content {
  display: block;
}
.modal-content .product-gallery-modal-trigger {
  display: none;
}
.action.towishlist.on-gallery {
  z-index: 3;
  right: 25px;
  top: 10px;
  width: 35px;
  height: 35px;
  border: 0;
  transition: none;
}
.action.towishlist.on-gallery span {
  display: none;
}
.action.towishlist.on-gallery:hover {
  background-position: -35px 0;
}
.product-add-form .product-options-wrapper .fieldset .options-list.nested div.mage-error {
  display: inline !important;
  margin-left: 10px;
}
.product-add-form .product-options-wrapper .fieldset [data-role="calendar-dropdown"] + .mage-error {
  display: none !important;
}
.product-add-form .product-options-wrapper .fieldset .legend {
  font-size: 14px;
  border-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control {
  padding-bottom: 1px;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control textarea {
  max-width: 100%;
}
#amasty-shopby-product-list {
  clear: both;
}
.modal-content .manufacturers-lookbok-container {
  display: block;
  padding: 0 15px;
}
.manufacturers-lookbok-container {
  display: none;
}
.manufacturers-lookbok-link {
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: pointer;
}
.manufacturers-lookbok-link:hover {
  color: #ffc107;
}
.manufacturers-delivery {
  opacity: 1;
  text-align: center;
  cursor: pointer;
  font-style: italic;
  padding: 11px 0;
  margin-bottom: 15px;
}
.manufacturers-delivery:hover {
  opacity: .7;
}
.manufacturers-delivery p {
  margin-bottom: 0;
}
.manufacturers img {
  max-width: 100%;
}
.manufacturers-video {
  clear: both;
}
.manufacturers-video .fa-youtube-play {
  color: #c63331;
}
.manufacturers-video-text {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  transition: all 300ms;
  cursor: pointer;
}
.manufacturers-video-text:hover {
  color: #ffc107;
}
.manufacturers-video-link-wrapper {
  border: 1px solid #ededed;
  margin-bottom: 20px;
  padding: 5px;
}
.manufacturers-name {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
}
.manufacturers-description {
  border: 1px solid #eee;
  padding: 5px 10px;
  clear: both;
  margin-bottom: 20px;
}
.manufacturers-description .description {
  max-height: 8em;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.manufacturers-description .description p {
  margin: 0 0 10px;
  text-align: justify;
}
.manufacturers-description .btn-wrap-more {
  display: inline-block;
  float: right;
  border-bottom: 1px dotted #555555;
  height: 18px;
}
.manufacturers-description .btn-wrap-more:hover {
  color: #ffc107;
  border-color: #ffc107;
}
.manufacturers-description .class-toggler-initialized:not(.full) .description {
  position: relative;
}
.manufacturers-description .class-toggler-initialized:not(.full) .description:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 4em;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.desc-content.full .description {
  max-height: none;
}
.modal-popup.product-manufacturer .modal-header {
  background: #fff;
}
.modal-popup.product-manufacturer .modal-content {
  border: 0;
  max-height: 485px;
  overflow: auto;
}
.modal-popup.product-manufacturer .modal-inner-wrap {
  border: 1px solid #d5d5d5;
}
.modal-popup.product-manufacturer .action-close {
  top: 14px;
}
.tm-label {
  display: block;
  text-align: center;
}
.list-link-primaryactions .tm-label-prod-content {
  display: none;
}
.manufacturer-img-box img {
  max-width: 100%;
}
.manufacturer-country-info {
  margin-top: 10px;
  padding: 5px 8px;
  background: #fce090;
}
.product-info-main .secure-shopping-container {
  margin-top: -15px;
}
.product-info-main .secure-shopping-container .why-select__h {
  display: none;
}
.product-info-main .secure-shopping-container > .center {
  display: none;
}
.product-info-main .js-content-telephone {
  font-size: 12px;
}
.product-info-main .js_sent_question {
  padding: 11px 5px;
}
.product-info-main .chat.js_chat {
  cursor: pointer;
  font-size: 12px;
}
.product-info-main .chat.js_chat:hover {
  color: #ffc107;
}
.product-info-main .product-info-price .price-box .price {
  font-size: 30px;
  line-height: 30px;
}
.sm-text {
  font-size: 12px;
}
.astrio-quote-index-index .box-tocart > .row,
.catalog-product-view .box-tocart > .row {
  clear: both;
}
.astrio-quote-index-index .box-tocart .product-info-price,
.catalog-product-view .box-tocart .product-info-price {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}
.astrio-quote-index-index .box-tocart .product-info-price > .price-box,
.catalog-product-view .box-tocart .product-info-price > .price-box,
.astrio-quote-index-index .box-tocart .product-info-price > .price-details,
.catalog-product-view .box-tocart .product-info-price > .price-details {
  display: inline;
}
.astrio-quote-index-index .box-tocart .field.qty > .control,
.catalog-product-view .box-tocart .field.qty > .control {
  height: 34px;
}
.astrio-quote-index-index .box-tocart .field.qty > .control span.edit-qty,
.catalog-product-view .box-tocart .field.qty > .control span.edit-qty {
  position: absolute;
  top: -1px;
  left: 39px;
  width: 32px;
  height: 15px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 2px 0;
  font-size: 10px;
  line-height: 10px;
  color: #777;
}
.astrio-quote-index-index .box-tocart .field.qty > .control span.edit-qty.minus,
.catalog-product-view .box-tocart .field.qty > .control span.edit-qty.minus {
  top: auto;
  bottom: -1px;
}
.catalog-product-view .delivery-container-wrapper {
  display: none;
}
.swatch-option-tooltip .title {
  white-space: normal;
  display: block;
  padding: 0 5px;
}
.product-info-main .product-add-form .box-tocart .field.qty,
.bundle-info .product-add-form .box-tocart .field.qty,
.product-info-main .product-details .box-tocart .field.qty,
.bundle-info .product-details .box-tocart .field.qty {
  float: left;
  padding-right: 35px;
}
.product-info-main .product-add-form .box-tocart .field.qty > .control,
.bundle-info .product-add-form .box-tocart .field.qty > .control,
.product-info-main .product-details .box-tocart .field.qty > .control,
.bundle-info .product-details .box-tocart .field.qty > .control {
  border-radius: 0;
  border: 1px solid #cecece;
}
.product-info-main .product-add-form .box-tocart .field.qty > .control .input-text.qty,
.bundle-info .product-add-form .box-tocart .field.qty > .control .input-text.qty,
.product-info-main .product-details .box-tocart .field.qty > .control .input-text.qty,
.bundle-info .product-details .box-tocart .field.qty > .control .input-text.qty {
  font-size: 12px;
  width: 35px;
  height: 35px;
  font-weight: 400;
}
.product-info-main .product-add-form .box-tocart > .fieldset,
.bundle-info .product-add-form .box-tocart > .fieldset,
.product-info-main .product-details .box-tocart > .fieldset,
.bundle-info .product-details .box-tocart > .fieldset {
  width: 100%;
}
.product-info-main .product-add-form button.add-to-project,
.bundle-info .product-add-form button.add-to-project,
.product-info-main .product-details button.add-to-project,
.bundle-info .product-details button.add-to-project {
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 5px;
  width: auto;
  height: 36px;
  line-height: 1;
  border-radius: 0;
  border: 0;
}
.product-info-main .product-add-form button.add-to-project[disabled],
.bundle-info .product-add-form button.add-to-project[disabled],
.product-info-main .product-details button.add-to-project[disabled],
.bundle-info .product-details button.add-to-project[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.product-info-main .product-add-form button.add-to-project:hover,
.bundle-info .product-add-form button.add-to-project:hover,
.product-info-main .product-details button.add-to-project:hover,
.bundle-info .product-details button.add-to-project:hover {
  color: #ffc107;
  cursor: pointer;
  background: transparent;
}
.product-info-main .product-add-form .actions__primary,
.bundle-info .product-add-form .actions__primary,
.product-info-main .product-details .actions__primary,
.bundle-info .product-details .actions__primary {
  float: left;
}
.product-info-main .product-add-form .tocart-message,
.bundle-info .product-add-form .tocart-message,
.product-info-main .product-details .tocart-message,
.bundle-info .product-details .tocart-message {
  width: 100%;
  margin-bottom: 7px;
  color: #ff0000;
  font-style: italic;
  line-height: 1.4;
  font-size: 12px;
  text-align: center;
}
.product-info-main .product-add-form .action,
.bundle-info .product-add-form .action,
.product-info-main .product-details .action,
.bundle-info .product-details .action {
  float: left;
  margin-right: 10px;
}
.product-info-main .product-add-form .action.towishlist,
.bundle-info .product-add-form .action.towishlist,
.product-info-main .product-details .action.towishlist,
.bundle-info .product-details .action.towishlist,
.product-info-main .product-add-form .action.tocompare,
.bundle-info .product-add-form .action.tocompare,
.product-info-main .product-details .action.tocompare,
.bundle-info .product-details .action.tocompare {
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 1;
  padding: 8px;
  color: #fff;
  background: #fff;
  display: inline-block;
}
.product-info-main .product-add-form .action.towishlist:focus,
.bundle-info .product-add-form .action.towishlist:focus,
.product-info-main .product-details .action.towishlist:focus,
.bundle-info .product-details .action.towishlist:focus,
.product-info-main .product-add-form .action.tocompare:focus,
.bundle-info .product-add-form .action.tocompare:focus,
.product-info-main .product-details .action.tocompare:focus,
.bundle-info .product-details .action.tocompare:focus,
.product-info-main .product-add-form .action.towishlist:active,
.bundle-info .product-add-form .action.towishlist:active,
.product-info-main .product-details .action.towishlist:active,
.bundle-info .product-details .action.towishlist:active,
.product-info-main .product-add-form .action.tocompare:active,
.bundle-info .product-add-form .action.tocompare:active,
.product-info-main .product-details .action.tocompare:active,
.bundle-info .product-details .action.tocompare:active {
  background: transparent;
  color: #222;
}
.product-info-main .product-add-form .action.towishlist .text,
.bundle-info .product-add-form .action.towishlist .text,
.product-info-main .product-details .action.towishlist .text,
.bundle-info .product-details .action.towishlist .text,
.product-info-main .product-add-form .action.tocompare .text,
.bundle-info .product-add-form .action.tocompare .text,
.product-info-main .product-details .action.tocompare .text,
.bundle-info .product-details .action.tocompare .text {
  font-size: 12px;
  line-height: 1.2em;
  position: relative;
  top: -6px;
  display: none;
}
.product-info-main .product-add-form .action.towishlist span,
.bundle-info .product-add-form .action.towishlist span,
.product-info-main .product-details .action.towishlist span,
.bundle-info .product-details .action.towishlist span,
.product-info-main .product-add-form .action.tocompare span,
.bundle-info .product-add-form .action.tocompare span,
.product-info-main .product-details .action.tocompare span,
.bundle-info .product-details .action.tocompare span {
  font-size: 18px;
  display: inline-block;
  color: #ffc107;
}
.product-info-main .product-add-form .action.towishlist span:hover,
.bundle-info .product-add-form .action.towishlist span:hover,
.product-info-main .product-details .action.towishlist span:hover,
.bundle-info .product-details .action.towishlist span:hover,
.product-info-main .product-add-form .action.tocompare span:hover,
.bundle-info .product-add-form .action.tocompare span:hover,
.product-info-main .product-details .action.tocompare span:hover,
.bundle-info .product-details .action.tocompare span:hover {
  color: #ffc107;
}
.product-info-main .product-add-form .action.towishlist:hover,
.bundle-info .product-add-form .action.towishlist:hover,
.product-info-main .product-details .action.towishlist:hover,
.bundle-info .product-details .action.towishlist:hover,
.product-info-main .product-add-form .action.tocompare:hover,
.bundle-info .product-add-form .action.tocompare:hover,
.product-info-main .product-details .action.tocompare:hover,
.bundle-info .product-details .action.tocompare:hover {
  background: #ffebbe;
  border: 1px solid #ccc;
}
.product-info-main .product-add-form .action.towishlist:hover span,
.bundle-info .product-add-form .action.towishlist:hover span,
.product-info-main .product-details .action.towishlist:hover span,
.bundle-info .product-details .action.towishlist:hover span,
.product-info-main .product-add-form .action.tocompare:hover span,
.bundle-info .product-add-form .action.tocompare:hover span,
.product-info-main .product-details .action.tocompare:hover span,
.bundle-info .product-details .action.tocompare:hover span {
  color: #000;
}
@media screen and (min-width: 768px) {
  .product-info-main .product-add-form .action.towishlist:hover .text,
  .bundle-info .product-add-form .action.towishlist:hover .text,
  .product-info-main .product-details .action.towishlist:hover .text,
  .bundle-info .product-details .action.towishlist:hover .text,
  .product-info-main .product-add-form .action.tocompare:hover .text,
  .bundle-info .product-add-form .action.tocompare:hover .text,
  .product-info-main .product-details .action.tocompare:hover .text,
  .bundle-info .product-details .action.tocompare:hover .text {
    display: inline;
  }
}
.product-info-main .product-add-form .actions__additional,
.bundle-info .product-add-form .actions__additional,
.product-info-main .product-details .actions__additional,
.bundle-info .product-details .actions__additional {
  float: left;
}
.product-info-main .product-add-form .actions button.tocart,
.bundle-info .product-add-form .actions button.tocart,
.product-info-main .product-details .actions button.tocart,
.bundle-info .product-details .actions button.tocart {
  padding: 0 35px 0 50px;
  border-radius: 10px;
  line-height: 38px;
  height: 36px;
  border: 0;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 7px;
  background: url("../images/cart-i.png") no-repeat 25px 11px #fed151;
  transition: background-size 0s;
}
.product-info-main .product-add-form .actions button.tocart.quote,
.bundle-info .product-add-form .actions button.tocart.quote,
.product-info-main .product-details .actions button.tocart.quote,
.bundle-info .product-details .actions button.tocart.quote,
.product-info-main .product-add-form .actions button.tocart[disabled],
.bundle-info .product-add-form .actions button.tocart[disabled],
.product-info-main .product-details .actions button.tocart[disabled],
.bundle-info .product-details .actions button.tocart[disabled] {
  background: url(../images/icon-question.png) no-repeat 20px 9px #fed151;
  background-size: 20px;
}
@media screen and (max-width: 640px) {
  .product-info-main .product-add-form .actions button.tocart,
  .bundle-info .product-add-form .actions button.tocart,
  .product-info-main .product-details .actions button.tocart,
  .bundle-info .product-details .actions button.tocart {
    padding: 0 15px 0 30px;
    background: url("../images/cart-i.png") no-repeat 7px 11px #fed151;
  }
  .product-info-main .product-add-form .actions button.tocart.quote,
  .bundle-info .product-add-form .actions button.tocart.quote,
  .product-info-main .product-details .actions button.tocart.quote,
  .bundle-info .product-details .actions button.tocart.quote,
  .product-info-main .product-add-form .actions button.tocart[disabled],
  .bundle-info .product-add-form .actions button.tocart[disabled],
  .product-info-main .product-details .actions button.tocart[disabled],
  .bundle-info .product-details .actions button.tocart[disabled] {
    background: url(../images/icon-question.png) no-repeat 5px 9px #fed151;
    background-size: 20px;
  }
}
.product-info-main .product-add-form .actions button.tocart[disabled],
.bundle-info .product-add-form .actions button.tocart[disabled],
.product-info-main .product-details .actions button.tocart[disabled],
.bundle-info .product-details .actions button.tocart[disabled],
.product-info-main .product-add-form .actions button.tocart.disabled,
.bundle-info .product-add-form .actions button.tocart.disabled,
.product-info-main .product-details .actions button.tocart.disabled,
.bundle-info .product-details .actions button.tocart.disabled {
  opacity: 0.6;
}
.product-info-main .product-add-form .actions button.tocart[disabled]:hover,
.bundle-info .product-add-form .actions button.tocart[disabled]:hover,
.product-info-main .product-details .actions button.tocart[disabled]:hover,
.bundle-info .product-details .actions button.tocart[disabled]:hover,
.product-info-main .product-add-form .actions button.tocart.disabled:hover,
.bundle-info .product-add-form .actions button.tocart.disabled:hover,
.product-info-main .product-details .actions button.tocart.disabled:hover,
.bundle-info .product-details .actions button.tocart.disabled:hover {
  background-color: #fed151;
}
.product-info-main .product-add-form .actions button.tocart:hover,
.bundle-info .product-add-form .actions button.tocart:hover,
.product-info-main .product-details .actions button.tocart:hover,
.bundle-info .product-details .actions button.tocart:hover {
  background-color: #75ba6d;
}
.product-item-image-width img {
  max-width: 100%;
  height: auto;
}
.product-item-image-width .product-image-wrapper {
  padding: 0 !important;
}
.product-detail-infomation-content .manufacturer-name {
  text-transform: uppercase;
}
.product-detail-infomation-content .tocompare {
  text-decoration: underline;
  background: transparent;
  border: 0;
  font-size: 14px;
}
.product-detail-infomation-content .tocompare:hover {
  color: #ffc107;
}
.product-detail-infomation-content .product-description-link {
  text-decoration: underline;
  margin-bottom: 15px;
  font-size: 14px;
}
.product-detail-infomation-content .prices-tier {
  margin: 0;
  font-size: 14px;
}
.product-detail-infomation-content .prices-tier .benefit {
  color: red;
}
.product-detail-infomation-content .price-box .price {
  font-size: 20px;
  font-weight: 500;
}
.product-detail-infomation-content .price-box .old-price {
  float: none;
}
.product-detail-infomation-content .price-box .old-price .price {
  font-size: 20px;
}
.product-detail-infomation-content .price-box .old-price.no-display {
  display: inline;
}
.product-detail-infomation-content .price-box .special-price {
  margin-right: 10px;
}
.product-detail-infomation-content .price-box .special-price .price-label,
.product-detail-infomation-content .price-box .old-price .price-label {
  display: none;
}
.product-detail-infomation-content .brand-name .name,
.product-detail-infomation-content .collection-name .name,
.product-detail-infomation-content .designer-name .name {
  margin-left: 2px;
  font-size: 14px;
  font-weight: 500;
}
.product-detail-infomation-content .brand-name a,
.product-detail-infomation-content .collection-name a,
.product-detail-infomation-content .designer-name a {
  text-decoration: underline;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 500;
}
.product-detail-infomation .stock {
  margin-bottom: 10px;
}
.product-detail-infomation .stock.available,
.product-detail-infomation .stock.unavailable {
  font-size: 0;
}
.product-detail-infomation .stock:not(.available),
.product-detail-infomation .stock:not(.unavailable) {
  color: #75ba6d;
  font-weight: 500;
}
.product-detail-infomation .stock:not(.available) span,
.product-detail-infomation .stock:not(.unavailable) span {
  display: block;
}
.product-detail-infomation .stock > a {
  font-size: 14px;
}
.product-detail-infomation .stock span {
  font-size: 13px;
  font-weight: 500;
}
.product-detail-infomation .stock.available {
  color: #75ba6d;
}
.product-detail-infomation .stock.unavailable {
  color: red;
}
.product-detail-infomation .product.attribute.sku {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-detail-infomation .product.attribute.sku .type {
  font-weight: 500;
}
.product-detail-infomation .product-name {
  font-weight: 500;
}
.stock .amstockstatus {
  font-size: 14px;
}
.price-tax-info,
.price-tax-info-excl,
.price-tax-info-excl-shipping {
  text-decoration: underline;
}
.product-share-buttons {
  text-align: right;
  margin-top: 10px;
}
.product-share-buttons .meta,
.product-share-buttons .social {
  display: inline-block;
}
.product-share-buttons .meta {
  font-size: 15px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.product-share-buttons .meta .mailto {
  border: 0;
  background: transparent;
}
.product-share-buttons .meta .mailto:hover {
  color: #ffc107;
}
.product-share-buttons .social .fa {
  text-align: center;
  vertical-align: top;
  background: #666;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.product-share-buttons .social .fa:hover {
  opacity: .7;
}
.zoom-image {
  height: 39px;
  width: 39px;
  float: right;
  background: #f3f3f3;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  line-height: 41px;
  text-indent: 1px;
  display: inline-block;
  color: #535352;
  bottom: 8px;
  right: 47px;
  z-index: 2;
  font-size: 17px;
  cursor: pointer;
  margin-bottom: 10px;
}
.zoom-image:hover {
  background: #ffc107;
  color: #fff;
}
.product.media .owl-nav {
  display: none;
}
.media-gallery-popup .modal-content {
  padding-top: 0;
}
.media-gallery-popup .modal-content .base-image-label {
  display: none;
}
.modal-content .img-responsive {
  margin: 0 auto;
}
.modal-content .zoom-image {
  display: none;
}
.parent__gallery-thumbnail {
  clear: both;
}
.product.media .image-item.active {
  border: 2px solid #ffc107;
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
  color: #c0c0c1;
  font-size: 64px !important;
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 1;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
  color: #ffc107;
}
.owl-controls .owl-prev {
  left: 10px;
}
.owl-controls .owl-next {
  right: 10px;
}
.product-image-base-wrapper {
  position: relative;
}
.product-image-base-wrapper .product-gallery-modal-trigger {
  float: right;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  .product-image-base-wrapper .product-gallery-modal-trigger {
    display: none;
  }
}
.product-image-zoom-container {
  position: absolute;
}
.product-image-zoom-container.active {
  z-index: 2;
}
.catalog-product-view .product.media {
  overflow: visible;
  margin-bottom: 20px;
}
/* Product view */
.category-product-actions {
  margin-bottom: 10px;
}
.product-image-photo.img-thumbnail {
  position: static;
}
.amasty-hide-price-container {
  margin: 10px 0;
  font-weight: 500;
  display: block;
}
.amasty-hide-price-container:hover {
  color: inherit;
}
.recently-viewed .block-viewed-products-list {
  float: right;
  margin-left: 10px;
  margin-top: 4px;
  position: relative;
}
.recently-viewed .block-viewed-products-list .products-list .product-item-info .product-item-details .product-item-name a {
  font-weight: 400;
  font-size: 12px;
}
.recently-viewed .block-viewed-products-list .product-items {
  margin-bottom: 0;
}
.recently-viewed .block-viewed-products-list .product-item {
  border: 0;
}
.recently-viewed .block-viewed-products-list .product-item:last-child {
  padding-bottom: 0;
}
.recently-viewed .block-viewed-products-list .mage-dropdown-dialog {
  position: absolute;
  background: #fff;
  padding: 20px;
  right: 0;
  z-index: 1;
  border: 1px solid #eaeaea;
  min-width: 300px;
}
.recently-viewed .block-viewed-products-list .product-image-container,
.recently-viewed .block-viewed-products-list img {
  width: 100% !important;
}
.recently-viewed .block-viewed-products-list img {
  height: auto !important;
}
.recently-viewed .block-viewed-products-list img:hover {
  opacity: 0.7;
}
.recently-viewed .block-viewed-products-list > .block-content {
  display: none;
}
.recently-viewed .block-viewed-products-list .block-title {
  cursor: pointer;
}
.recently-viewed .block-viewed-products-list .block-title .fa {
  margin-left: 3px;
}
.recently-viewed .block-viewed-products-list .block-title:before {
  position: absolute;
  height: 13px;
  width: 1px;
  background: #777;
  content: "";
  bottom: 3px;
  left: -6px;
}
.recently-viewed .block-viewed-products-list .block-title:hover strong {
  color: #ffc107;
}
.recently-viewed .block-viewed-products-list .block-title strong {
  font-weight: 400;
}
.manufacturer-catalog-list {
  margin-top: 15px;
}
.view-more-by {
  float: right;
}
.view-more-by a {
  color: #ffc107;
  text-decoration: underline;
}
.view-more-by a:hover {
  opacity: .7;
}
.manufacturer-catalog-list {
  clear: both;
}
.manufacturer-catalog-item .fa {
  margin-right: 5px;
}
.product-page-sku .btn-read-more-link {
  text-decoration: underline;
}
.product-page-sku .btn-read-more-link:before {
  content: attr(data-show-more);
}
.product-page-sku.open .btn-read-more-link:before {
  content: attr(data-show-less);
}
.product-brand-description .brand-description {
  max-height: 9.5em;
  overflow: hidden;
}
.product-brand-description .brand-description p {
  text-overflow: ellipsis;
}
.product-brand-description.show-more-active .brand-description {
  position: relative;
}
.product-brand-description.show-more-active .brand-description:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 4em;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.product-brand-description.show-more-active.open .brand-description {
  max-height: none;
}
.product-brand-description.show-more-active.open .brand-description:after {
  display: none;
}
.product-brand-description .btn-read-more-link {
  text-decoration: underline;
}
.product-brand-description .btn-read-more-link:before {
  content: attr(data-show-more);
}
.product-brand-description.open .btn-read-more-link:before {
  content: attr(data-show-less);
}
.product-descr-tab-content-section {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.product-descr-tab-content-section .active-description {
  max-height: none;
}
.product-descr-tab-content-section h2,
.product-descr-tab-content-section > span,
.product-descr-tab-content-section span.h3 {
  clear: both;
  text-decoration: underline;
  font-size: 18px;
  color: #555555;
  margin-bottom: 5px;
}
.product-item-info .swatch-attribute-options {
  padding-left: 0 !important;
}
.products-grid.slider-1-row .owl-item .owl-item {
  padding: 0;
}
.widget.mgs-products .owl-carousel {
  padding: 0 40px;
}
.widget.mgs-products .owl-carousel.mgs {
  padding: 0;
}
.widget.mgs-products .owl-carousel.mgs .owl-carousel {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .widget.mgs-products .owl-carousel {
    padding: 0;
  }
}
.amasty-hide-price-text {
  text-transform: uppercase;
}
.new-products-content.list-content {
  padding: 15px 15px 5px;
  margin-bottom: -1px;
}
.new-products-content.list-content:last-child {
  margin-bottom: 0;
}
.products-list .product-item-info .product-image-content a.photo {
  height: auto;
  padding: 0 !important;
}
.actions-toolbar.bottom-actions {
  text-align: center;
}
.actions-toolbar.bottom-actions button {
  border: 0;
}
.actions-toolbar.bottom-actions .fa {
  font-size: 24px;
  margin: 0 10px;
  background-color: transparent;
}
.actions-toolbar.bottom-actions .fa:hover {
  color: #fed151;
}
.products-grid .item-options .values {
  display: inline-block;
}
.products-grid .product-item-info .product-top a.photo {
  height: auto;
  padding: 0 !important;
}
.list.product-items.owl-carousel {
  padding: 0 30px;
}
.list.product-items.owl-carousel .product-item-info {
  border: 0;
}
.list.product-items.owl-carousel .owl-nav > div.owl-next {
  right: 10px;
}
.list.product-items.owl-carousel .owl-nav > div.owl-prev {
  left: 10px;
}
.sidebar .block-compare {
  clear: both;
}
.sidebar .block.related .block-title .title {
  font-weight: 600;
  margin-bottom: -1px;
}
.sidebar .block.related .owl-carousel .owl-dots {
  margin: 10px auto;
}
.sidebar .slick-slider .item {
  border-bottom: 1px solid #eee;
}
.sidebar .slick-slider .item:last-child {
  border-bottom: 1px solid #eee;
}
.sidebar .slick-slide {
  width: 100% !important;
}
.sidebar .slick-arrow.pe-7s-angle-up,
.sidebar .slick-arrow.pe-7s-angle-down {
  font-size: 40px;
  margin: 0 auto;
  display: block !important;
  text-align: center;
  width: 45px;
  cursor: pointer;
  color: #000;
}
.sidebar .slick-arrow.pe-7s-angle-up:hover,
.sidebar .slick-arrow.pe-7s-angle-down:hover {
  color: #ffc107;
}
.list-products_relared .product-item-info .product-image {
  width: auto;
  margin: 0 auto;
}
.list-products_relared .title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.list-products_relared .slick-arrow.pe-7s-angle-left,
.list-products_relared .slick-arrow.pe-7s-angle-right {
  position: absolute;
  font-size: 50px;
  top: 30%;
  cursor: pointer;
}
.list-products_relared .slick-arrow.pe-7s-angle-left.slick-disabled,
.list-products_relared .slick-arrow.pe-7s-angle-right.slick-disabled {
  opacity: .7;
}
.list-products_relared .slick-arrow.pe-7s-angle-left:not(.slick-disabled):hover,
.list-products_relared .slick-arrow.pe-7s-angle-right:not(.slick-disabled):hover {
  color: #ffc107;
}
.list-products_relared .slick-arrow.pe-7s-angle-right {
  right: 0;
}
.list-products_relared .slick-arrow.pe-7s-angle-left {
  left: 0;
}
.sidebar .slick-arrow.pe-7s-angle-left,
.sidebar .slick-arrow.pe-7s-angle-right {
  position: absolute;
  font-size: 50px;
  top: -52px;
  cursor: pointer;
}
.sidebar .slick-arrow.pe-7s-angle-left.slick-disabled,
.sidebar .slick-arrow.pe-7s-angle-right.slick-disabled {
  opacity: .7;
}
.sidebar .slick-arrow.pe-7s-angle-left:not(.slick-disabled):hover,
.sidebar .slick-arrow.pe-7s-angle-right:not(.slick-disabled):hover {
  color: #ffc107;
}
.sidebar .slick-arrow.pe-7s-angle-right {
  right: 0;
}
.list-products .product-item-info .product-image a.photo {
  margin-bottom: 20px;
  height: auto;
}
.list-products .product-item-info .product-image a.photo .product-image-photo {
  min-width: 0;
  max-width: 100%;
  width: auto;
}
.list-products .product-item-info .product-image a.photo:after {
  display: none;
}
.list-products .product-item-info .product-item-details .price-box .price {
  color: #ffc107;
  font-size: 14px;
}
.list-products .product-item-info .product-item-details .product-item-name a {
  font-size: 12px;
}
.price-box .special-price .price {
  color: #878787;
}
.quote-form_header {
  background: #e8e8e8;
  padding: 8px 15px 13px;
  font-size: 18px;
  clear: both;
  margin: 10px 0;
}
.quote-form-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.sidebar .send-question {
  padding: 0;
  margin-bottom: 15px;
}
.sidebar .js_sent_question {
  background: transparent;
  color: inherit;
  opacity: 1;
  cursor: pointer;
  max-width: 218px;
}
.sidebar .js_sent_question:hover {
  opacity: .7;
}
.block.filter {
  clear: both;
}
.products.list.items.product-items.row {
  clear: both;
  margin: 0 auto;
}
.catalog-category {
  padding: 0 20px;
  margin: 10px 0 20px 0;
}
.catalog-category:not(.slick-initialized) {
  display: none;
}
.catalog-category .slick-arrow {
  position: absolute;
  top: 25%;
  font-size: 50px;
  max-width: 20px;
  cursor: pointer;
}
.catalog-category .slick-arrow:hover {
  color: #ffc107;
}
.catalog-category .slick-prev {
  left: 0;
  text-indent: -10px;
}
.catalog-category .slick-next {
  right: 18px;
}
.catalog-category .category {
  text-align: center;
  padding-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-category .category:hover .category-container {
  border-color: #ffc107;
}
.catalog-category .category-container {
  max-width: 95%;
  margin: 0 auto 7px auto;
  border-bottom: solid 1px #dedfde;
  padding: 0 5px 10px 0;
}
.catalog-category .category .cat-title {
  font-weight: 600;
  cursor: pointer;
}
.catalog-category .category .cat-title:hover {
  color: #ffc107;
}
.catalog-category .category img {
  margin: 0 auto;
  max-width: 100%;
}
.sidebar .block.related .list-products .product-item-info .product-item-details {
  width: auto;
}
.sidebar .block.related .list-products .product-item-info .product-image {
  width: auto;
}
.grid .product-items.items-per-row-3 .product-item,
.grid .product-items.items-per-row-4 .product-item {
  border: 1px solid #e7e7e7;
  margin-right: -1px;
  margin-bottom: -1px;
}
@media screen and (max-width: 560px) {
  .grid .product-items.items-per-row-3 .product-item,
  .grid .product-items.items-per-row-4 .product-item {
    margin: 0 auto 20px auto;
  }
}
.price-box .price-label {
  display: inline;
}
.products-grid .product-item-info .product-item-details .product-reviews-summary {
  margin-bottom: 8px;
}
.product-label {
  top: 0;
  right: 0;
}
.bottom-pagination {
  margin: 20px 0;
  border-top: 1px solid #ddd;
  padding-top: 13px;
}
@media (max-width: 599px) {
  .bottom-pagination .toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom-pagination .toolbar .sorter .sorter-options {
    display: block !important;
    max-width: none;
  }
  .bottom-pagination .toolbar .pages {
    margin-top: 10px;
  }
}
.products-list .price-box .special-price .price,
.products-grid .price-box .special-price .price,
.products-list .price-box .old-price .price,
.products-grid .price-box .old-price .price {
  font-family: 'Roboto';
}
.products-list .price-box .special-price .price-label,
.products-grid .price-box .special-price .price-label,
.products-list .price-box .old-price .price-label,
.products-grid .price-box .old-price .price-label {
  display: none;
}
.products-list .price-box .old-price,
.products-grid .price-box .old-price {
  float: none;
  margin-right: 0;
  margin-left: 5px;
}
.products-list .price-box .old-price .price,
.products-grid .price-box .old-price .price {
  font-size: 13px;
}
.products-list .product-brand-name,
.products-grid .product-brand-name {
  font-weight: 300;
  font-size: 14px;
}
.products-list .price-box,
.products-grid .price-box {
  margin: 10px 0 0 0;
}
.products-list .price-box .price,
.products-grid .price-box .price {
  font-size: 17px;
}
.products-list .price-box .minimal-price-link,
.products-grid .price-box .minimal-price-link {
  display: block;
}
.products-list .price-details,
.products-grid .price-details {
  margin-bottom: 10px;
  display: none;
}
.products-list div[class^="swatch-opt-"] .swatch-attribute,
.products-grid div[class^="swatch-opt-"] .swatch-attribute {
  margin-bottom: 0;
}
.products-list div[class^="swatch-opt-"] .swatch-attribute:last-child,
.products-grid div[class^="swatch-opt-"] .swatch-attribute:last-child {
  margin-bottom: 10px;
}
.products-list .swatch-attribute,
.products-grid .swatch-attribute {
  font-size: 14px;
  color: #555555;
  font-weight: 300;
}
.products-list .swatch-attribute:last-child,
.products-grid .swatch-attribute:last-child {
  margin-bottom: 10px !important;
}
.products-list .product-item .owl-carousel .owl-nav > div,
.products-grid .product-item .owl-carousel .owl-nav > div,
.products-list .product-item .product-top .owl-carousel .owl-nav > div,
.products-grid .product-item .product-top .owl-carousel .owl-nav > div {
  border: 0;
}
.products-list .product-item .owl-carousel .owl-nav > div:not(.disabled):hover,
.products-grid .product-item .owl-carousel .owl-nav > div:not(.disabled):hover,
.products-list .product-item .product-top .owl-carousel .owl-nav > div:not(.disabled):hover,
.products-grid .product-item .product-top .owl-carousel .owl-nav > div:not(.disabled):hover {
  background: transparent;
  opacity: 0.5;
}
.products-list .product-item .owl-carousel .owl-prev,
.products-grid .product-item .owl-carousel .owl-prev,
.products-list .product-item .product-top .owl-carousel .owl-prev,
.products-grid .product-item .product-top .owl-carousel .owl-prev,
.products-list .product-item .owl-carousel .owl-next,
.products-grid .product-item .owl-carousel .owl-next,
.products-list .product-item .product-top .owl-carousel .owl-next,
.products-grid .product-item .product-top .owl-carousel .owl-next {
  z-index: 14;
}
.products-list .product-item .owl-carousel .owl-prev.disabled,
.products-grid .product-item .owl-carousel .owl-prev.disabled,
.products-list .product-item .product-top .owl-carousel .owl-prev.disabled,
.products-grid .product-item .product-top .owl-carousel .owl-prev.disabled,
.products-list .product-item .owl-carousel .owl-next.disabled,
.products-grid .product-item .owl-carousel .owl-next.disabled,
.products-list .product-item .product-top .owl-carousel .owl-next.disabled,
.products-grid .product-item .product-top .owl-carousel .owl-next.disabled {
  pointer-events: all;
}
.products-list .product-item .owl-carousel .owl-prev.disabled i,
.products-grid .product-item .owl-carousel .owl-prev.disabled i,
.products-list .product-item .product-top .owl-carousel .owl-prev.disabled i,
.products-grid .product-item .product-top .owl-carousel .owl-prev.disabled i,
.products-list .product-item .owl-carousel .owl-next.disabled i,
.products-grid .product-item .owl-carousel .owl-next.disabled i,
.products-list .product-item .product-top .owl-carousel .owl-next.disabled i,
.products-grid .product-item .product-top .owl-carousel .owl-next.disabled i {
  color: #cccccc;
}
.products-list .product-item .owl-carousel .owl-prev,
.products-grid .product-item .owl-carousel .owl-prev,
.products-list .product-item .product-top .owl-carousel .owl-prev,
.products-grid .product-item .product-top .owl-carousel .owl-prev {
  left: -17px;
}
.products-list .product-item .owl-carousel .owl-next,
.products-grid .product-item .owl-carousel .owl-next,
.products-list .product-item .product-top .owl-carousel .owl-next,
.products-grid .product-item .product-top .owl-carousel .owl-next {
  right: -17px;
}
.products-list .product-item .pe-7s-angle-left:before,
.products-grid .product-item .pe-7s-angle-left:before,
.products-list .product-item .product-top .pe-7s-angle-left:before,
.products-grid .product-item .product-top .pe-7s-angle-left:before {
  font-size: 60px;
  text-indent: -23px;
}
.products-list .product-item .pe-7s-angle-right:before,
.products-grid .product-item .pe-7s-angle-right:before,
.products-list .product-item .product-top .pe-7s-angle-right:before,
.products-grid .product-item .product-top .pe-7s-angle-right:before {
  font-size: 60px;
  text-indent: -1px;
}
.products-list .product-item .pe-7s-angle-right,
.products-grid .product-item .pe-7s-angle-right,
.products-list .product-item .product-top .pe-7s-angle-right,
.products-grid .product-item .product-top .pe-7s-angle-right,
.products-list .product-item .pe-7s-angle-left,
.products-grid .product-item .pe-7s-angle-left,
.products-list .product-item .product-top .pe-7s-angle-left,
.products-grid .product-item .product-top .pe-7s-angle-left {
  font-size: 46px;
  color: #000;
}
.products-list .product-item .pe-7s-angle-right:before,
.products-grid .product-item .pe-7s-angle-right:before,
.products-list .product-item .product-top .pe-7s-angle-right:before,
.products-grid .product-item .product-top .pe-7s-angle-right:before,
.products-list .product-item .pe-7s-angle-left:before,
.products-grid .product-item .pe-7s-angle-left:before,
.products-list .product-item .product-top .pe-7s-angle-left:before,
.products-grid .product-item .product-top .pe-7s-angle-left:before {
  display: block;
  -webkit-text-shadow: 0 0 13px #fff;
  text-shadow: 0 0 13px #fff;
}
.products-list .product-item:hover .actions-link,
.products-grid .product-item:hover .actions-link,
.products-list .product-item .product-top:hover .actions-link,
.products-grid .product-item .product-top:hover .actions-link {
  opacity: 1;
}
.products-list .product-item:hover .add-to-planning-link,
.products-grid .product-item:hover .add-to-planning-link,
.products-list .product-item .product-top:hover .add-to-planning-link,
.products-grid .product-item .product-top:hover .add-to-planning-link {
  opacity: 1;
}
.products-list .product-item .add-to-planning-link,
.products-grid .product-item .add-to-planning-link,
.products-list .product-item .product-top .add-to-planning-link,
.products-grid .product-item .product-top .add-to-planning-link {
  text-align: center;
  margin: 10px 0 0 0;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.products-list .product-item .add-to-planning-link a,
.products-grid .product-item .add-to-planning-link a,
.products-list .product-item .product-top .add-to-planning-link a,
.products-grid .product-item .product-top .add-to-planning-link a {
  color: #ffc107;
}
.products-list .product-item .add-to-planning-link a:hover,
.products-grid .product-item .add-to-planning-link a:hover,
.products-list .product-item .product-top .add-to-planning-link a:hover,
.products-grid .product-item .product-top .add-to-planning-link a:hover {
  color: #75ba6d;
}
.products-list .product-item .actions-link,
.products-grid .product-item .actions-link,
.products-list .product-item .product-top .actions-link,
.products-grid .product-item .product-top .actions-link {
  position: static;
  z-index: 2;
  margin-bottom: 0;
  text-align: center;
  display: block;
  width: 100%;
  transition: all 0.2s ease 0s;
}
@media screen and (min-width: 768px) {
  .products-list .product-item .actions-link,
  .products-grid .product-item .actions-link,
  .products-list .product-item .product-top .actions-link,
  .products-grid .product-item .product-top .actions-link {
    opacity: 0;
  }
}
.products-list .product-item .actions-link.top-left,
.products-grid .product-item .actions-link.top-left,
.products-list .product-item .product-top .actions-link.top-left,
.products-grid .product-item .product-top .actions-link.top-left {
  left: 0;
  right: auto;
  top: 0;
}
.products-list .product-item .actions-link.top-right,
.products-grid .product-item .actions-link.top-right,
.products-list .product-item .product-top .actions-link.top-right,
.products-grid .product-item .product-top .actions-link.top-right {
  right: 0;
  left: auto;
  top: 0;
}
.products-list .product-item .actions-link.bottom-right,
.products-grid .product-item .actions-link.bottom-right,
.products-list .product-item .product-top .actions-link.bottom-right,
.products-grid .product-item .product-top .actions-link.bottom-right {
  bottom: 0;
  top: auto;
  left: auto;
  right: 0;
}
.products-list .product-item .actions-link.bottom-left,
.products-grid .product-item .actions-link.bottom-left,
.products-list .product-item .product-top .actions-link.bottom-left,
.products-grid .product-item .product-top .actions-link.bottom-left {
  bottom: 0;
  top: auto;
  right: auto;
  left: 0;
}
.products-list .product-item .actions-link li,
.products-grid .product-item .actions-link li,
.products-list .product-item .product-top .actions-link li,
.products-grid .product-item .product-top .actions-link li {
  display: inline-block;
  margin: 0 5px;
}
.products-list .product-item .actions-link .towishlist,
.products-grid .product-item .actions-link .towishlist,
.products-list .product-item .product-top .actions-link .towishlist,
.products-grid .product-item .product-top .actions-link .towishlist,
.products-list .product-item .actions-link .mgs-quickview,
.products-grid .product-item .actions-link .mgs-quickview,
.products-list .product-item .product-top .actions-link .mgs-quickview,
.products-grid .product-item .product-top .actions-link .mgs-quickview,
.products-list .product-item .actions-link .tocompare,
.products-grid .product-item .actions-link .tocompare,
.products-list .product-item .product-top .actions-link .tocompare,
.products-grid .product-item .product-top .actions-link .tocompare {
  color: #ffc107;
  padding: 8px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 0;
  transition: none;
  visibility: visible;
  opacity: 1;
  transform: none;
  margin: 10px 0 0 0;
}
.products-list .product-item .actions-link .towishlist:hover,
.products-grid .product-item .actions-link .towishlist:hover,
.products-list .product-item .product-top .actions-link .towishlist:hover,
.products-grid .product-item .product-top .actions-link .towishlist:hover,
.products-list .product-item .actions-link .mgs-quickview:hover,
.products-grid .product-item .actions-link .mgs-quickview:hover,
.products-list .product-item .product-top .actions-link .mgs-quickview:hover,
.products-grid .product-item .product-top .actions-link .mgs-quickview:hover,
.products-list .product-item .actions-link .tocompare:hover,
.products-grid .product-item .actions-link .tocompare:hover,
.products-list .product-item .product-top .actions-link .tocompare:hover,
.products-grid .product-item .product-top .actions-link .tocompare:hover {
  background: #ffebbe;
  color: #000;
}
.products-list .product-item .actions-link .towishlist:hover .button-text,
.products-grid .product-item .actions-link .towishlist:hover .button-text,
.products-list .product-item .product-top .actions-link .towishlist:hover .button-text,
.products-grid .product-item .product-top .actions-link .towishlist:hover .button-text,
.products-list .product-item .actions-link .mgs-quickview:hover .button-text,
.products-grid .product-item .actions-link .mgs-quickview:hover .button-text,
.products-list .product-item .product-top .actions-link .mgs-quickview:hover .button-text,
.products-grid .product-item .product-top .actions-link .mgs-quickview:hover .button-text,
.products-list .product-item .actions-link .tocompare:hover .button-text,
.products-grid .product-item .actions-link .tocompare:hover .button-text,
.products-list .product-item .product-top .actions-link .tocompare:hover .button-text,
.products-grid .product-item .product-top .actions-link .tocompare:hover .button-text {
  display: block;
}
.products-list .product-info:hover .product-image-content a:after,
.products-grid .product-info:hover .product-image-content a:after {
  display: none;
}
.products-list .product-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.products-list .product-item:last-child {
  border-bottom: 0;
}
.products-list .product-item-info .product-image-content .img-hover-show {
  position: static;
  visibility: visible;
  opacity: 1;
}
.products-list .product-item-info .product-item-details div[class^="swatch-opt-"] {
  padding-top: 0;
}
.products-list .product-item-info .product-item-details .product-item-description {
  padding-top: 0;
  font-size: 12px;
  font-weight: 300;
  margin: 10px 0;
}
.products-list .product-item-info .product-item-details .product-item-description p {
  display: inline;
}
.products-list .product-item-info .product-item-details .product-item-description .show-more {
  text-transform: lowercase;
  text-decoration: underline;
  font-size: 11px;
  vertical-align: top;
}
.products-list .product-item-info .product-image-content .action.mgs-quickview {
  position: static;
}
.products-list .product-item-info:hover .product-image-content .action.mgs-quickview {
  transform: none;
}
.products-list .product-item-info:hover .product-image-content a:after {
  display: none;
}
.products-grid > .products {
  display: flex;
  flex-wrap: wrap;
}
.products-grid .product-item-info {
  margin-bottom: 0;
  vertical-align: bottom;
}
.products-grid .product-item-info .stock {
  font-size: 12px;
  color: #555555;
  font-weight: 300;
}
.products-grid .product-item-info div[class^="swatch-opt-"] .swatch-attribute + .swatch-attribute {
  margin-top: 0;
}
.products-grid .product-item-info div[class^="swatch-opt-"] .swatch-attribute .swatch-option.image {
  display: none;
}
@media screen and (max-width: 560px) {
  .products-grid .product-item-info {
    width: 100%;
    max-width: 340px;
    float: none;
    margin: 0 auto;
    border: 0 !important;
    padding: 0;
  }
}
.products-grid .product-item-info .product-top .img-hover-show {
  position: static;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info .product-item-details .product-item-name a {
  font-size: 15px;
  font-weight: 600;
  color: #514e46;
}
.products-grid .product-item-info .product-top:hover a.photo:after {
  display: none;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item {
  padding: 10px 50px 7px 20px;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item input {
  position: absolute;
  left: 0;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .label {
  /*    word-break: break-all; */
  white-space: inherit;
}
.toolbar .form-item-select:after {
  top: 12px;
}
.ie11 .toolbar .form-item-select:after,
.ie10 .toolbar .form-item-select:after {
  top: 10px;
}
.toolbar select::-ms-expand {
  display: none;
}
.modal_newsletter_popup.modal-popup .modal-inner-wrap {
  width: 100%;
}
.mgs_quickview-catalog_product-view .towishlist,
.mgs_quickview-catalog_product-view #product-add-to-project {
  display: none !important;
}
.mgs_quickview-catalog_product-view ._init_Tk {
  display: none !important;
}
.mgs_quickview-catalog_product-view .collection .product-item {
  width: auto;
}
.list-products .product-item-info {
  margin-bottom: 10px;
}
.list-products .product-item-info .product-image {
  float: none;
}
.list-products .product-item-info .product-item-details {
  float: none;
  padding: 0;
  width: 100%;
}
.block.filter .block-content.filter-content .filter-current .items .item {
  margin-bottom: 10px;
}
.block.filter .block-content.filter-content .filter-current .fa-remove {
  line-height: 19px;
  margin-left: 5px;
}
.block.filter .block-content.filter-content .filter-current .fa-remove:hover {
  color: #ffc107;
}
.block.filter .block-content.filter-content .filter-current .filter-value {
  line-height: 22px;
}
.page-layout-2columns-left .block-title.filter-title {
  display: none;
}
.filter-active.page-with-filter #amasty-shopby-product-list {
  z-index: auto;
}
.products-grid.wishlist .product-item-info .box-tocart .product-item-actions {
  margin: 20px auto 10px auto;
  float: none;
  text-align: center;
}
.products-grid.wishlist .product-item-info .box-tocart .product-item-actions .tocart {
  padding: 5px 10px!important;
}
.products-grid.wishlist .product-item-info .box-tocart .field.qty {
  float: none;
  max-width: 100px;
  margin: 10px auto;
}
@media (max-width: 767px) {
  .block.filter .block-content.filter-content {
    background: #f8f8f8;
    padding: 20px;
    margin: 15px auto 0 auto;
  }
  .block.filter .block-content.filter-content .filter-options-item {
    margin-bottom: 20px;
  }
  .block.filter .block-content.filter-content .filter-options-item .filter-options-title {
    display: inline-block;
    padding-right: 20px;
  }
  .block.filter .block-content.filter-content .filter-options-item .filter-options-title:after {
    right: 3px;
    bottom: 5px;
  }
}
.banner-brands-slider {
  margin-bottom: 20px;
}
.banner-brands-slider .slick-track {
  display: flex;
  margin: 0;
}
.banner-brands-slider .slick-slide {
  min-height: 300px;
  position: relative;
}
.banner-brands-slider .slick-slide img {
  margin: 0 auto;
}
.banner-brands-slider .slick-slide .banner-button {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.banner-brands-slider .slick-slide .banner-button button:hover {
  background: #75ba6d;
}
.banner-brands-slider .slick-dots {
  text-align: center;
}
.banner-brands-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.banner-brands-slider .slick-dots li button {
  background: #ffc107;
  border: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.banner-brands-slider .slick-dots li.slick-active button,
.banner-brands-slider .slick-dots li:hover button {
  background: #75ba6d;
}
.mgs_quickview-catalog_product-view {
  padding: 30px;
}
.products-grid .product-item-info .product-top {
  overflow: visible;
}
.product-info-from-price {
  margin: 1em 10px 10px 0;
}
.product-info-from-price .price-label {
  font-size: 16px;
  margin-right: 5px;
  color: #6e6e6e;
  font-weight: 600;
}
.product-info-from-price .price {
  font-size: 20px;
  color: #6e6e6e;
  letter-spacing: 1px;
}
.product-info-from-price .price-details {
  display: none;
}
.mgs_quickview-catalog_product-view .full-product-details-link-wrapper {
  display: block;
  text-align: left;
}
.mgs_quickview-catalog_product-view .mgs-quickview {
  display: none;
}
.mgs_quickview-catalog_product-view #collection-more .products-show-more-link {
  display: none;
}
.brand-description .brand-image {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 50%;
}
.brand-description ul {
  list-style: disc;
  list-style-type: disc;
  padding: 0 0 0 20px;
}
.product.attribute.description .std {
  max-height: 9.5em;
  overflow: hidden;
}
.product.attribute.description.show-more-active .std {
  position: relative;
}
.product.attribute.description.show-more-active .std:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 4em;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.product.attribute.description.show-more-active.open .std {
  max-height: none;
}
.product.attribute.description.show-more-active.open .std:after {
  display: none;
}
.product.attribute.description .btn-read-more-link {
  text-decoration: underline;
}
.product.attribute.description .btn-read-more-link:before {
  content: attr(data-show-more);
}
.product.attribute.description.open .btn-read-more-link:before {
  content: attr(data-show-less);
}
.product-add-form .product-options-wrapper .fieldset > .field > .control select {
  max-width: 100%;
  height: 30px;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control select.active {
  font-weight: 700;
  color: #75ba6d;
}
.full-product-details-link-wrapper {
  text-align: center;
  display: none;
  margin-top: 20px;
}
.full-product-details-link {
  color: #ffc107;
  text-transform: uppercase;
  font-size: 24px;
  text-decoration: underline;
}
.full-product-details-link:hover {
  color: #75ba6d;
  text-decoration: underline;
}
.page-layout-1column .category-product-actions .block.filter .filter-title {
  text-align: left;
}
.catalog-category-view-manufacturers .block-title {
  text-align: center;
}
.catalog-category-view-manufacturers .page-title-wrapper {
  padding-bottom: 10px;
}
.catalog-category-view-manufacturers .page-title-wrapper .container {
  width: 100%;
  text-align: left;
  padding: 0;
}
.catalog-category-view-manufacturers .page-title-wrapper .container h1 {
  font-size: 24px;
  color: #3f3f3f;
}
.category-by-brands .category-description {
  border: 1px solid #f0f0f0;
  padding: 15px;
  margin-bottom: 20px;
}
.category-by-brands .catalog-category:not(.slick-initialized) {
  display: block;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}
.category-by-brands .catalog-category:not(.slick-initialized) .category {
  width: 20%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .category-by-brands .catalog-category:not(.slick-initialized) .category {
    width: 33%;
  }
}
@media screen and (max-width: 640px) {
  .category-by-brands .catalog-category:not(.slick-initialized) .category {
    width: 50%;
  }
}
.category-by-brands .catalog-category:not(.slick-initialized) .category:hover {
  opacity: .7;
}
.category-by-brands .catalog-category:not(.slick-initialized) .category a {
  word-break: break-all;
}
.category-by-brands .catalog-category:not(.slick-initialized) .cat-title {
  font-size: 18px;
  font-weight: 400;
  color: #2a2a2a;
}
.category-by-brands .catalog-category:not(.slick-initialized) .category-container {
  border-bottom: 0;
}
.sidebar .slick-slider .item {
  transition: opacity 0.4s ease-in 0s;
  border: 1px solid #eee;
  margin-bottom: -1px;
}
.sidebar .slick-slider .item:not(.slick-active) {
  opacity: 0;
}
.sidebar-tabs {
  position: relative;
  padding: 10px;
  width: 100px;
  box-sizing: content-box;
  border: 1px solid #ababab;
  border-top: 0;
  min-height: 200px;
  background: #fff;
}
.sidebar-tabs .message div {
  margin: 0;
  font-size: 14px;
}
.sidebar-tabs__wrapper {
  position: fixed;
  left: -1px;
  top: 235px;
  z-index: 10;
  box-sizing: content-box;
}
.sidebar-tabs__wrapper.active-sticky {
  top: 120px;
}
.sidebar-tabs__icon {
  font-size: 24px;
  border: 1px solid #919191;
  padding: 5px;
  border-radius: 50%;
}
.sidebar-tabs .mgs-quickview {
  background: transparent;
  border: 0;
}
.sidebar-tabs:not([role]) {
  display: none;
}
.sidebar-tabs.double .sidebar-tabs__title {
  position: absolute;
  top: -39px;
  width: 50%;
  text-align: center;
  background: #efefef;
  cursor: pointer;
  border: 1px solid #ababab;
}
.sidebar-tabs.double .sidebar-tabs__title-text {
  padding: 5px 4px 3px;
  height: 38px;
  font-size: 12px;
  line-height: 15px;
  overflow: hidden;
  word-break: break-word;
}
.sidebar-tabs.double .sidebar-tabs__title-text > span {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-tabs.double .sidebar-tabs__title[aria-expanded="true"],
.sidebar-tabs.double .sidebar-tabs__title:hover {
  background: #fff;
  border-bottom: 0;
}
.sidebar-tabs.double .sidebar-tabs__title.second {
  right: -1px;
  border-left: 0;
}
.sidebar-tabs.double .sidebar-tabs__title.first {
  left: 1px;
}
.sidebar-tabs .products-grid .price-box {
  margin-top: 0;
}
.sidebar-tabs .products-grid .price-box .price {
  font-size: 11px;
}
.sidebar-tabs .products-grid .product-image-photo {
  max-width: 100%;
  height: auto;
}
.sidebar-tabs .products-grid .product-item {
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #eee;
}
.sidebar-tabs .products-grid .product-item-details {
  padding-top: 0;
}
.sidebar-tabs .products-grid .product-item .action {
  font-size: 16px;
}
.sidebar-tabs .products-grid .product-item .action:hover {
  color: #ffc107;
}
.sidebar-tabs .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.sidebar-tabs .products-grid .product-item-info {
  padding: 0;
}
.collection {
  font-size: 0;
}
.collection .product-item {
  float: none;
  width: 23%;
  display: inline-flex;
  padding: 0 4px;
  text-align: left;
  margin-left: 15px;
  vertical-align: top;
}
@media (max-width: 991px) {
  .collection .product-item {
    width: 33%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .collection .product-items {
    margin: 0 15px;
  }
  .collection .product-item {
    display: inline-block;
    width: 50%;
    padding: 0 13px;
  }
  .collection .product-item:nth-child(even) {
    padding-right: 0;
  }
  .collection .product-item:nth-child(odd) {
    padding-left: 0;
  }
}
.collection .product-list-image-slider {
  width: 226px;
  background-image: url(../images/loader-1.gif) !important;
  background-size: 64px !important;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 87px;
}
.collection .product-list-image-slider .owl-stage {
  background: white;
}
.collection .product-list-image-slider .owl-stage .owl-item {
  padding: 0px;
}
@media (max-width: 561px) {
  .collection .product-list-image-slider {
    width: auto;
  }
}
@media (max-width: 768px) {
  .collection .product-list-image-slider {
    margin: 0 auto;
    width: auto;
  }
}
.collection .product-list-image-slider ~ .product-item-photo {
  display: none !important;
}
.lazy-loading-img .collection .products-grid .product-item-info .product-top {
  background-image: none !important;
  background-position: -82px;
  width: 226px;
}
@media (max-width: 768px) {
  .lazy-loading-img .collection .products-grid .product-item-info {
    width: 100%;
  }
  .lazy-loading-img .collection .products-grid .product-item-info .product-top {
    width: 100%;
  }
  .lazy-loading-img .collection .products-grid .product-item-info .product-item-details {
    padding-left: 6px;
  }
}
.toggle-description {
  max-height: 9.5em !Important;
  overflow: hidden !important;
}
.active-description {
  max-height: none !Important;
  height: auto !Important;
}
.btn-read-more-link {
  cursor: pointer !important;
}
.sidebar-tabs__wrapper .product-item-details span:nth-child(1) {
  font-size: 11px !important;
  color: #696969;
}
.w-full {
  width: 100%;
}
.opc-block-summary .swatch-option {
  float: none;
  width: 52px;
  margin-bottom: 5px;
}
.opc-block-summary dd,
.opc-block-summary dt {
  display: inline-block;
}
.opc-block-summary dt {
  font-weight: 600;
  margin-bottom: 0;
}
.opc-block-summary .product-item .attribute {
  font-size: 12px;
  line-height: 1.55;
  color: #2a2a2a;
}
.opc-block-summary .product-item .attribute-value {
  font-size: 13px;
  font-weight: 500;
}
.opc-block-summary .product-item .attribute.product-item-dimensions .attribute-value {
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
}
.opc-block-summary .product-item .attribute.product-item-dimensions .attribute-label {
  font-weight: 600;
}
.opc-block-summary .product-item .attribute.product-item-sku .type {
  font-weight: 600;
}
.opc-block-summary .product-item .product-item-stock .stock:not(.unavailable) {
  font-size: 13px;
  font-weight: 500;
  color: #75ba6d;
}
.opc-block-summary .product-item .product-item-details dl.item-options {
  margin: -2px 0 0;
}
.opc-block-summary .product-item .product-item-details dl.item-options dt,
.opc-block-summary .product-item .product-item-details dl.item-options dd {
  float: left;
  display: inline-block;
  margin-top: 3px;
  font-size: 12px;
  color: #2a2a2a;
}
.opc-block-summary .product-item .product-item-details dl.item-options dt {
  clear: left;
  margin-right: 5px;
  font-weight: 600;
  white-space: normal;
}
.opc-block-summary .product-item .product-item-details dl.item-options dd.swatch-attribute {
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 5px 0;
}
.opc-block-summary .product-item .swatch-option:hover {
  box-shadow: none;
}
.checkout-block .field > .label,
.checkout-block .form-group > .label,
.checkout-block .field > label,
.checkout-block .form-group > label {
  white-space: normal;
}
.checkout-agreement {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.checkout-agreement [type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}
.checkout-agreement .action {
  border: 0;
  background: transparent;
}
.checkout-agreement .action span {
  display: inline-block;
  text-align: left;
  word-break: normal;
  text-decoration: underline;
}
.checkout-agreement-block {
  padding: 20px 0;
}
.checkout-index-index .loading-mask .loader img {
  max-width: 64px !important;
}
.authentication-wrapper {
  float: right;
}
.checkout-index-index #maincontent {
  margin-top: 0;
}
.checkout-index-index input[type="checkbox"] {
  margin-right: 5px;
}
.checkout-index-index .checkout-shipping-method {
  margin-top: 0;
}
.checkout-index-index .action.action-edit-address {
  margin-left: 5px;
}
.checkout-index-index .action.action-show {
  border: 0;
  background: transparent;
}
.checkout-index-index .action.action-show:hover {
  color: #ffc107;
}
.checkout-index-index .action.secondary {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.checkout-index-index .action.primary,
.checkout-index-index .action.secondary,
.checkout-index-index .action.action-edit-address {
  background: #ffc107;
  border: 0;
  color: #ffffff;
  padding: 5px 10px;
}
.checkout-index-index .action.primary:hover,
.checkout-index-index .action.secondary:hover,
.checkout-index-index .action.action-edit-address:hover {
  background: #75ba6d;
}
.checkout-index-index .action.back {
  margin-bottom: 10px;
}
.checkout-index-index .main #checkout {
  background: #e5efe5;
}
@media (max-width: 900px) {
  .checkout-index-index .secure-shopping-container .secure-list {
    column-count: 3;
  }
}
@media (max-width: 640px) {
  .checkout-index-index .secure-shopping-container .secure-list {
    column-count: 2;
  }
}
@media (max-width: 384px) {
  .checkout-index-index .secure-shopping-container .secure-list {
    column-count: 1;
  }
}
.header .table-icon-menu .minicart-wrapper.quote-wrapper {
  padding-right: 9px;
}
.shopping-cart-bottom {
  margin-bottom: 40px;
}
.minicart-wrapper .action.showcart:before {
  font-size: 26px;
}
.minicart-wrapper .action.showcart.showquote:before {
  content: '\e674';
}
.minicart-wrapper .action.showcart .action-text {
  position: relative;
  top: 2px;
}
.minicart-wrapper .action.showcart > .counter.qty {
  background: #a2ea99;
  color: #000;
}
.minicart-wrapper .action.showcart > .counter.qty.empty {
  background: #ffebbe;
  color: #000;
}
.minicart-wrapper .actions .paypal.checkout input {
  vertical-align: middle;
}
.minicart-wrapper .actions .paypal.checkout:before {
  display: inline-block;
  content: attr(data-label);
  padding: 0 15px;
  line-height: 32px;
  vertical-align: middle;
  font-weight: 600;
}
.minicart-wrapper .actions .action {
  border-radius: 5px;
  color: #666;
  font-weight: 600;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item {
  text-align: center;
}
.checkout-onepage-success .page-title-wrapper a,
.sales-order-view .page-title-wrapper a,
.checkout-onepage-success .page-title-wrapper span,
.sales-order-view .page-title-wrapper span,
.checkout-onepage-success .page-title-wrapper date,
.sales-order-view .page-title-wrapper date {
  display: block;
  z-index: 2;
  position: relative;
  color: #fff;
}
.checkout-onepage-success .page-title-wrapper a:hover,
.sales-order-view .page-title-wrapper a:hover,
.checkout-onepage-success .page-title-wrapper a > span:hover,
.sales-order-view .page-title-wrapper a > span:hover {
  color: #ffc107;
}
.checkout-onepage-success .page-title-wrapper span,
.sales-order-view .page-title-wrapper span,
.checkout-onepage-success .page-title-wrapper date,
.sales-order-view .page-title-wrapper date {
  display: inline;
}
.checkout-onepage-success .checkout-success .action.primary:hover,
.sales-order-view .checkout-success .action.primary:hover {
  color: #ffc107;
}
dl.product.options.list dt {
  margin-right: 5px;
}
dl.product.options.list dd {
  line-height: 18px;
  margin-bottom: 0;
}
.minicart-wrapper .mage-dropdown-dialog {
  display: none !important;
}
.minicart-wrapper.active .mage-dropdown-dialog {
  display: block !important;
}
.minicart-wrapper .minicart-items {
  max-height: 200px;
  overflow-y: auto;
}
.minicart-wrapper.active:after {
  display: none;
}
.minicart-wrapper .block-minicart {
  position: absolute;
  top: 65px;
}
.minicart-wrapper .block-minicart .close-minicart {
  display: none;
}
.minicart-wrapper .block-content {
  background: #fff;
  width: 270px;
  border: 1px solid #f2f2f2;
  padding: 35px 15px 15px 15px;
  float: right;
}
.minicart-wrapper .block-content .subtitle.empty {
  padding-top: 0;
}
.minicart-wrapper .block-content > .actions > .subtotal {
  border: 0;
  text-align: left;
  padding: 4px 0 0;
}
.minicart-wrapper .block-content > .actions > .subtotal > span.label {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}
.minicart-wrapper .block-content > .actions > .subtotal .price-container .price {
  font-weight: 400;
  font-size: 15px;
}
.minicart-items .price-container {
  display: inline;
}
.minicart-items .item-qty {
  font-size: 11px;
}
.minicart-items .multiplyer {
  font-size: 11px;
}
.minicart-items .product-item {
  position: relative;
  padding-top: 5px;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item .product.actions {
  opacity: 1;
  visibility: visible;
  left: auto;
  right: 0;
  top: 0;
  transform: none;
}
.minicart-items .product-item .product.actions .action {
  width: 17px;
  height: 17px;
}
.minicart-items .product-item .product.actions .action:hover {
  background-color: transparent;
  border-color: transparent;
}
.minicart-items .product-item .product.actions .action:after {
  display: none;
}
.minicart-items .product-item .product.actions .delete {
  background: url('../images/btn_remove.gif') 0 0 no-repeat;
  background-size: contain;
}
.minicart-items .product-item .product.actions .delete:hover {
  opacity: 0.8;
}
.minicart-items .product-item .product.actions .edit {
  display: none;
}
.minicart-items .product-item .product-item-details .product-item-pricing .price {
  font-size: 15px;
  font-family: 'Roboto';
}
.minicart-items .product-item .product .product-item-name a {
  font-weight: 400;
  font-size: 11px;
}
.minicart-items .product-item .product > .product-item-photo {
  position: static;
  width: 57px !important;
  border: 1px solid #ededed;
}
.minicart-items .product-item .product > .product-item-photo:after {
  display: none;
}
.btn.btn-sm.checkout {
  font-size: 13px;
  padding: 6px 25px;
  color: #666;
  border-radius: 5px;
  font-weight: 600;
}
.btn.btn-sm:hover {
  background-color: #75ba6d;
}
@media (max-width: 767px) {
  .checkout-cart-index .discount.block {
    display: block !important;
  }
}
.checkout-cart-index .grand.totals.incl {
  border-top: 2px solid #eee;
}
.checkout-success {
  padding: 30px 0px;
}
.checkout-success .block-order-details-view:nth-child(2) .block-title {
  display: block !important;
}
.checkout-success .actions-toolbar .action.primary {
  background: none !important;
  border: none !important;
  font-weight: normal;
  color: #ffc107;
}
.checkout-success .actions-toolbar .action.primary:hover {
  background: none !important;
  border: none !important;
}
.checkout-success .table tbody tr td {
  vertical-align: top;
  color: #7b7b7b;
  font-size: 16px;
}
.checkout-success .table tbody tr td .images-column {
  display: flex;
}
.checkout-success .table tbody tr td .product-image-container {
  display: block;
  float: left;
  overflow: hidden;
  width: 165px !important;
}
.checkout-success .table tbody tr td .product-image-photo {
  max-width: 100%;
  height: auto;
}
.checkout-success .table tbody tr .subtotal {
  color: #2a2a2a;
}
.checkout-success .table tfoot {
  display: block;
  padding-top: 20px;
  margin-right: 9px;
  padding-bottom: 25px;
  float: right;
}
.checkout-success .table tfoot tr th,
.checkout-success .table tfoot tr td {
  padding: 0;
  border: none;
  line-height: 25px;
  vertical-align: middle;
}
.checkout-success .table tfoot tr th {
  width: 340px;
}
.checkout-success .table tfoot .grand_total,
.checkout-success .table tfoot .totals-tax {
  display: none;
}
@media (max-width: 767px) {
  .checkout-success .table tfoot {
    float: none;
  }
  .checkout-success .table tfoot tr {
    display: block;
  }
  .checkout-success .table tfoot tr th,
  .checkout-success .table tfoot tr td {
    display: flex;
  }
  .checkout-success .table tfoot tr th {
    width: 61%;
    float: left;
  }
  .checkout-success .table tfoot tr td {
    float: right;
  }
  .checkout-success .table .images-column {
    display: grid !important;
  }
}
.checkout-success .order-details-items .actions-toolbar .action {
  color: #ffc107;
  font-weight: normal;
}
.checkout-success .order-details-items .table-wrapper {
  overflow: hidden;
}
.checkout-success .order-details-items .table-wrapper thead {
  display: inline-table;
  width: 100%;
}
.checkout-success .order-details-items .table-wrapper thead tr th {
  width: 9%;
  border: none;
}
@media (max-width: 991px) {
  .checkout-success .order-details-items .table-wrapper thead tr th {
    width: 11%;
  }
}
.checkout-success .order-details-items .table-wrapper tbody {
  width: 100%;
  display: inline-table;
}
.checkout-success .order-details-items .table-wrapper tfoot tr th,
.checkout-success .order-details-items .table-wrapper tfoot tr td {
  color: #515151;
}
.checkout-success .order-details-items .table-wrapper tfoot tr td {
  text-align: right;
}
.checkout-success .order-details-items .table-wrapper tfoot .subtotal th,
.checkout-success .order-details-items .table-wrapper tfoot .subtotal td {
  font-size: 20px;
  font-weight: 500;
}
.checkout-success .order-details-items .table-wrapper tfoot .shipping th,
.checkout-success .order-details-items .table-wrapper tfoot .totals-tax th,
.checkout-success .order-details-items .table-wrapper tfoot .shipping td,
.checkout-success .order-details-items .table-wrapper tfoot .totals-tax td {
  font-size: 15px;
  font-weight: 600;
}
.checkout-success .order-details-items .table-wrapper tfoot tr.grand_total th,
.checkout-success .order-details-items .table-wrapper tfoot tr.grand_total_incl th,
.checkout-success .order-details-items .table-wrapper tfoot tr.grand_total td,
.checkout-success .order-details-items .table-wrapper tfoot tr.grand_total_incl td {
  font-size: 20px;
}
.checkout-success .order-details-items .table-wrapper tfoot tr.grand_total th strong,
.checkout-success .order-details-items .table-wrapper tfoot tr.grand_total_incl th strong,
.checkout-success .order-details-items .table-wrapper tfoot tr.grand_total td strong,
.checkout-success .order-details-items .table-wrapper tfoot tr.grand_total_incl td strong {
  font-size: 20px;
  color: #515151;
  font-weight: 400;
}
.checkout-success .order-details-items .col.special-terms,
.checkout-success .order-details-items .col.sku {
  display: none;
}
.checkout-success .order-details-items .col.name {
  width: 73%;
  padding-left: 35px;
}
.checkout-success .order-details-items .items-order {
  border: 1px solid #eaeaea;
}
.checkout-success .order-details-items .items-order th {
  border-top: 1px solid #eaeaea;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 16px;
  text-transform: unset;
}
.checkout-success .order-details-items .items-order .col.name {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .checkout-success .order-details-items .col.price,
  .checkout-success .order-details-items .col.qty,
  .checkout-success .order-details-items .col.subtotal {
    padding-left: 50px;
  }
  .checkout-success .order-details-items .col.price:before,
  .checkout-success .order-details-items .col.qty:before,
  .checkout-success .order-details-items .col.subtotal:before {
    content: attr(data-th) ":";
    font-size: 15px;
    display: inline-block;
    color: #2a2a2a;
  }
  .checkout-success .order-details-items .col.price.qty ul,
  .checkout-success .order-details-items .col.qty.qty ul,
  .checkout-success .order-details-items .col.subtotal.qty ul {
    display: inline-flex;
  }
}
.checkout-success .order-details-items .product-info-checkout {
  float: right;
  padding-left: 21px;
}
.checkout-success .order-details-items .product-info-checkout .product-item-name {
  color: #222;
  font-weight: 500;
  font-size: 15px;
}
.checkout-success .order-details-items .product-info-checkout .attribute.brand .attribute-label,
.checkout-success .order-details-items .product-info-checkout .attribute.collection .attribute-label,
.checkout-success .order-details-items .product-info-checkout .attribute.manufacturer .attribute-label,
.checkout-success .order-details-items .product-info-checkout .attribute.designer .attribute-label {
  font-size: 12px;
  line-height: 1.55;
  color: #2a2a2a;
  font-weight: 400;
}
.checkout-success .order-details-items .product-info-checkout .attribute.brand .attribute-value,
.checkout-success .order-details-items .product-info-checkout .attribute.collection .attribute-value,
.checkout-success .order-details-items .product-info-checkout .attribute.manufacturer .attribute-value,
.checkout-success .order-details-items .product-info-checkout .attribute.designer .attribute-value {
  font-size: 13px;
  font-weight: 500;
  color: #2a2a2a;
}
.checkout-success .order-details-items .product-info-checkout .attribute.product-item-dimensions .attribute-label {
  font-size: 13px;
  font-weight: 500;
  color: #2a2a2a;
}
.checkout-success .order-details-items .product-info-checkout .attribute.product-item-dimensions .attribute-value {
  font-size: 12px;
  line-height: 1.55;
  color: #2a2a2a;
  font-weight: 400;
}
.checkout-success .order-details-items .product-info-checkout .attribute.product-item-sku .type {
  font-size: 13px;
  font-weight: 500;
  color: #2a2a2a;
}
.checkout-success .order-details-items .product-info-checkout .attribute.product-item-sku .value {
  font-size: 12px;
  line-height: 1.55;
  color: #2a2a2a;
  font-weight: 400;
}
.checkout-success .order-details-items .product-info-checkout .attribute.product-item-sku {
  text-transform: uppercase;
}
.checkout-success .order-details-items .product-info-checkout .attribute-special-terms {
  font-size: 13px;
  line-height: 1.55;
  color: #555555;
  font-weight: 400;
  position: relative;
  display: flex;
}
.checkout-success .order-details-items .product-info-checkout .attribute-special-terms:before {
  content: attr(data-th);
  padding-right: 10px;
}
.checkout-success .order-details-items .product-info-checkout .clearfix {
  margin: -2px 0 0;
}
.checkout-success .order-details-items .product-info-checkout .clearfix dt {
  font-weight: 500;
  color: #2a2a2a;
  padding-right: 4px;
  float: left;
  display: inline-block;
  font-size: 12px;
  clear: left;
}
.checkout-success .order-details-items .product-info-checkout .clearfix dt .value {
  color: #555555;
  font-weight: 400;
  font-size: 12px;
  margin-left: 4px;
}
.checkout-success .order-details-items .product-info-checkout .clearfix dd {
  color: #555555;
  font-weight: 400;
  float: left;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 0;
}
.checkout-success .order-details-items .product-info-checkout .stock {
  font-size: 13px;
  font-weight: 500;
  color: #75ba6d;
}
@media (max-width: 767px) {
  .checkout-success .order-details-items .product-info-checkout {
    padding-left: 0px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .checkout-success thead {
    display: none !important;
  }
  .checkout-success .order-details-items .table-wrapper {
    padding-left: 10px;
  }
  .checkout-success .order-details-items .table-wrapper tbody tr td {
    display: block;
    border: none;
    padding-left: 0px !important;
    text-align: left;
  }
}
.page-main.container .column.main form .action.primary {
  padding: 2px 18px;
  font-size: 18px;
  color: #3d3d3d;
  border-radius: 7px;
  background: #fed151;
  height: 44px;
  border: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.page-main.container .column.main form .action.primary:hover {
  background: #75ba6d;
  color: #fff;
  transition: 0.3s;
}
.product-info-checkout .clearfix dd .swatch-option {
  min-width: 52px;
  height: 52px;
  position: initial;
  background-size: contain !important;
  padding: 39px 0px !important;
}
.product-info-checkout .clearfix dd .swatch-option:hover {
  box-shadow: none;
}
.product-info-checkout .clearfix dd .swatch-option .modal-tooltip {
  display: none;
}
.product-info-checkout .clearfix dd .swatch-option .modal-tooltip .label-text {
  white-space: normal;
}
.product-info-checkout .clearfix .swatch-attribute {
  width: 100%;
}
.product-info-checkout .clearfix .swatch-attribute .show-tooltip {
  display: block !important;
  position: absolute;
  background-color: #ffffff !important;
  padding-top: 138px;
  padding-bottom: 5px;
  width: 136px;
  z-index: 9;
  box-shadow: inset 0px 0px 0px 1px #8a8a8a;
  border-radius: 5px;
  margin-top: -24rem;
  margin-left: -5rem;
  background-position: center !important;
  background-size: 100% !important;
  background-position-y: 0px !important;
}
.product-info-checkout .clearfix .swatch-attribute .show-tooltip:after {
  content: '';
  position: absolute;
  left: 74px;
  bottom: -5px;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  box-shadow: inset -5px -5px 2px -5px #020202;
  background: white;
}
.images-column .product-image-container .product-image-wrapper {
  padding-bottom: 0px !important;
}
.contact-form-content {
  display: none;
}
.contact-form-content_heading {
  font-size: 30px;
  font-family: 'Roboto';
  font-weight: 500;
  color: #3a3a3a;
}
.contact-form-content .form-group > label {
  font-weight: 400;
}
@media (max-width: 649px) {
  .contact-form-content .form-group > label {
    display: block;
    text-align: center;
    margin-bottom: 3px;
  }
}
.contact-form-content .input-text {
  height: 30px;
}
.contact-form-content #comment {
  max-width: 100%;
}
.contact-form-content .form-group {
  margin-bottom: 0;
}
.contact-form-content .row {
  margin-bottom: 10px;
}
.modal-content .contact-form-content {
  display: block;
  padding-bottom: 20px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.regions-popup__wrapper {
  display: none;
  padding-bottom: 1px;
}
.regions-popup .btn.dropdown-toggle {
  height: 45px;
  line-height: 13px;
  background: #ffebbe;
  color: #333;
  outline: none !important;
  cursor: pointer;
}
.regions-popup .btn.dropdown-toggle:hover {
  background: #fed151;
}
.regions-popup .btn.dropdown-toggle .filter-option {
  vertical-align: middle;
}
.regions-popup select {
  height: 45px;
  font-size: 14px;
  line-height: 14px;
  background: #ffebbe url(../images/dropdown.png) no-repeat right 12px center;
  color: #333;
  outline: none;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.regions-popup select:focus,
.regions-popup select:hover {
  background-color: #fed151;
  outline: 0;
  box-shadow: none;
}
.regions-popup select option {
  background-color: #f2f2f2;
}
.regions-popup select option:checked {
  background-color: #fed151;
}
.regions-popup .actions-toolbar {
  text-align: center;
}
.regions-popup .actions-toolbar .btn {
  margin: 27px auto 60px;
  font-size: 18px;
  color: #3d3d3d;
  border-radius: 7px;
  background: #fed151;
  height: 44px;
}
.regions-popup .actions-toolbar .btn:hover {
  background: #75ba6d;
  color: #fff;
}
.regions-popup .dropdown-menu {
  margin-top: -1px;
  background: #f2f2f2;
}
.regions-popup .dropdown-menu li > a {
  padding: 5px 10px;
}
.regions-popup .dropdown-menu li > a:hover {
  background: #fed151;
}
.regions-popup__heading {
  text-align: center;
  margin-bottom: 70px;
  text-transform: uppercase;
  font-size: 16px;
  color: #3a3a3a;
}
.regions-popup__label {
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 4px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .regions-popup__label {
    margin-bottom: 5px;
    margin-top: 15px;
  }
}
.regions-popup__note {
  font-size: 16px;
}
.regions-popup__popup .modal-header {
  border: 0;
}
.regions-popup__popup .modal-inner-wrap {
  max-width: 798px;
  width: 90%;
  max-height: 90%;
  overflow: auto;
  background: #fff;
  border: 1px solid #d5d5d5;
}
.regions-popup__popup .modal-content {
  padding: 23px 47px;
  border: none;
}
.modal-popup .regions-popup__wrapper {
  display: block;
}
.orders-history .table-order-items tbody tr td:first-child,
.orders-history .table-order-items thead tr td:first-child,
.orders-history .table-order-items tbody tr th:first-child,
.orders-history .table-order-items thead tr th:first-child {
  padding-left: 15px;
}
.block-compare .actions-toolbar .action {
  margin: 10px auto;
}
@media (max-width: 991px) {
  .sidebar-main {
    margin-top: 20px;
  }
}
.sidebar .block .block-title .title {
  font-size: 15px;
}
.sidebar .block.block-compare .actions-toolbar {
  padding-top: 0;
}
.sidebar .block.block-compare .actions-toolbar a + a {
  margin-left: 0;
}
.table-order-items .product-item-name {
  margin-bottom: 10px;
  display: block;
  color: #ffc107;
}
.table-order-items .item-options {
  font-size: 11px;
}
.table-order-items .item-options dd {
  margin-bottom: 5px;
}
.table-order-items .items-qty {
  margin-bottom: 0;
}
.review-list .title-content .title {
  font-size: 18px;
  text-decoration: underline;
}
.rating-summary .rating-result > span:before {
  color: #ffc107;
}
.block.review-list .review-items li.review-item {
  border-bottom: 0;
  padding-bottom: 0;
}
.block.review-list .review-items li.review-item .review-title {
  color: inherit;
  font-size: 13px;
}
.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label {
  font-weight: 400;
  font-size: 11px;
}
.ico-true-reviews {
  width: 145px;
  height: 65px;
  margin-bottom: 20px;
  background: url(../images/authentic-reviews-button.png) no-repeat;
}
.actions-toolbar.review-form-actions {
  padding: 8px 0 0;
  border-top: 1px solid #f2f2f2;
}
.actions-toolbar.review-form-actions .primary {
  float: right;
}
.block.review-add .block-title .title {
  font-size: 18px;
  text-decoration: underline;
}
.block.review-add textarea {
  max-width: 100%;
}
.block.review-add label {
  font-weight: 400;
}
.block.review-add .review-form h4,
.block.review-add .review-form h6 {
  font-size: 13px;
}
.block.review-add .review-form h4 span,
.block.review-add .review-form h6 span {
  color: inherit;
}
.block.review-add .field-recaptcha {
  margin: 10px 0;
}
.review-date {
  font-style: italic;
}
.review-details-value {
  font-weight: normal;
  text-transform: none;
}
.review-toolbar .limiter {
  display: none;
}
.table-responsive.order-items {
  border: none;
}
.header .search-form .form-search {
  background: #fff;
}
.header .search-close {
  top: 0;
  right: 0;
}
.header .search-close i {
  color: #000;
}
.search-autocomplete ul:not(:empty) {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header .search-form .form-search .form.minisearch .input-text {
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .header .search-form .form-search .form.minisearch .input-text {
    border-bottom: 1px solid #aaa;
  }
}
.amsearch-form-container.-large .amsearch-wrapper-content .tocart {
  padding: 2px 9px;
  font-size: 11px !important;
  color: #3d3d3d;
  border-radius: 7px;
  background: #fed151;
  height: 33px;
  border: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.amsearch-form-container.-large .amsearch-wrapper-content .tocart:hover {
  background: #75ba6d;
  color: #fff;
  transition: 0.3s;
}
.amsearch-more-results .amsearch-link {
  padding: 2px 18px;
  font-size: 12px;
  color: #3d3d3d !important;
  border-radius: 7px;
  background: #fed151 !important;
  height: 44px;
  border: none;
  text-transform: uppercase;
  transition: 0.3s;
  border-bottom: none !important;
}
.amsearch-more-results .amsearch-link:hover {
  background: #75ba6d !important;
  color: #fff !important;
  transition: 0.3s;
}
.amsearch-wrapper-content .product-item-actions {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .amsearch-wrapper-content > .amsearch-item {
    display: block !important;
    /*
            padding: 20px 5px 16px 5px;
            */
  }
  .amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
    max-width: none !important;
  }
  .amsearch-wrapper-content .amsearch-autocomplete-image {
    text-align: center;
  }
  .amsearch-autocomplete-information {
    padding-left: 0;
  }
  .search-autocomplete.amsearch-clone-position {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 100px;
  }
  body.no-scroll {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .header .search-close {
    position: absolute;
    font-size: 14px;
    color: #000;
    right: 0;
    top: 0;
    width: auto;
    height: 40px;
    padding: 0 10px;
  }
  .header .search-close:hover {
    transform: none;
    color: #ffc107;
  }
  .header .table-icon-menu .select-search {
    position: relative;
  }
  .header .search-form.select-search .form-search {
    width: 400px;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 60px;
    box-shadow: 0px 5px 14px -2px #b3b3b3;
  }
  .header .search-form.select-search .form-search:before {
    content: '';
    position: absolute;
    top: -8px;
    right: 25px;
    border-style: solid;
    border-color: transparent transparent #fff;
    border-width: 0 4px 8px;
  }
  .header .search-form.select-search .form-search .form.minisearch {
    padding: 0;
    margin-top: 0;
  }
  .header .search-form.select-search .form-search .form.minisearch .search-select .dropdown-menu {
    left: 0;
    right: 0;
  }
  .header .search-form.select-search .form-search .form.minisearch .input-text {
    font-size: 14px;
    border-left: 1px solid #d9d9d9;
    text-align: left;
    padding-left: 10px;
    color: #000;
    padding-right: 90px;
  }
  .header .search-form.select-search .form-search .form.minisearch .search-select .search-toggle {
    font-size: 14px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
    width: 50% !important;
    max-width: 300px !important;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .product-image-photo {
    width: 100%;
  }
  .amsearch-more-results .amsearch-link {
    padding: 2px 18px;
    font-size: 12px;
    color: #3d3d3d !important;
    border-radius: 7px;
    background: #fed151 !important;
    height: 44px;
    border: none;
    text-transform: uppercase;
    transition: 0.3s;
    border-bottom: none !important;
  }
  .amsearch-more-results .amsearch-link:hover {
    background: #75ba6d !important;
    color: #fff !important;
    transition: 0.3s;
  }
}
.search-autocomplete {
  left: 0;
  right: 0;
  margin-top: 0 !important;
  border: 0;
}
.amasty-xsearch-block-header {
  font-size: 14px;
  color: #000;
}
.amasty-xsearch-loader {
  position: absolute;
  right: 45px;
  top: -35px;
}
.amasty-xsearch-loader ul li:hover a,
.amasty-xsearch-loader ul li.selected a {
  color: #fff;
}
.amasty-xsearch-autocomplete-left-col .product-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.amasty-xsearch-autocomplete-right-col-container .product-item-link {
  white-space: normal;
}
html {
  overflow-x: hidden;
}
html:not([lang^="ru"]) [data-network="vk"] {
  display: none !important;
}
.widget.mgs-blog-lastest-posts .owl-dots {
  margin-top: 0;
}
.lookbook-slider.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
}
.popup__content--product > div a {
  font-size: 15px;
}
.owl-carousel.lookbook-slider .owl-dots {
  position: static;
  margin-top: 10px;
  display: block;
  bottom: 30px;
  left: 0;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  .owl-carousel.lookbook-slider .owl-dots {
    display: none;
  }
}
.owl-carousel.lookbook-slider .owl-dots .owl-dot span,
.owl-carousel.lookbook-slider .owl-dots .owl-dot.active span,
.owl-carousel.lookbook-slider .owl-dots .owl-dot:hover span {
  background: transparent;
  margin: 0 5px;
  width: auto;
  height: auto;
}
.owl-carousel.lookbook-slider .owl-dots .owl-dot span:before,
.owl-carousel.lookbook-slider .owl-dots .owl-dot.active span:before,
.owl-carousel.lookbook-slider .owl-dots .owl-dot:hover span:before {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-indent: 0px;
  text-align: center;
  border-radius: 50%;
  border-color: #56ceff;
  background-color: #56ceff;
  color: #000;
}
.owl-carousel.lookbook-slider .owl-dot {
  display: inline-block;
  counter-increment: custom;
  margin-bottom: 5px;
}
.owl-carousel.lookbook-slider .owl-dot span:before {
  content: counter(custom);
}
.owl-carousel.lookbook-slider .owl-nav > div {
  opacity: 1;
  visibility: visible;
}
.owl-carousel.lookbook-slider .owl-nav > div.owl-prev {
  left: -41px;
}
.owl-carousel.lookbook-slider .owl-nav > div.owl-next {
  right: -41px;
}
.table-wrapper {
  overflow: auto;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 150px !important;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .header .top-header-content .top-middle-header {
    padding-bottom: 0;
  }
}
.mfp-preloader {
  filter: none;
}
.bootstrap-select.btn-group .dropdown-menu {
  max-width: 100%;
}
.breadcrumbs > .container .sharethis-inline-share-buttons > .st-btn:last-child,
.breadcrumbs > .container-fluid .sharethis-inline-share-buttons > .st-btn:last-child {
  padding-right: 10px !important;
}
.breadcrumbs {
  padding: 5px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    background: none;
  }
  .breadcrumbs .items {
    background-color: #f6f6f8;
    padding: 5px 15px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs .container {
    padding-right: 345px;
  }
}
.breadcrumbs .items li strong {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .breadcrumbs > .container .sharethis-inline-share-buttons,
  .breadcrumbs > .container-fluid .sharethis-inline-share-buttons {
    position: static !important;
    transform: none !important;
    text-align: left !important;
    margin-left: 0px !important;
    margin-top: 10px !important;
  }
}
.icon-service .icon {
  padding-right: 0;
}
.header .dropdown-switcher {
  position: relative;
}
.header .table-icon-menu > div > a {
  text-align: center;
}
.greet.welcome {
  vertical-align: middle;
  text-decoration: underline;
  display: inline-block;
  padding: 10px 5px 7px;
  background: #e5efe5;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  white-space: nowrap;
  min-width: 125px;
}
@media screen and (min-width: 1280px) {
  .greet.welcome {
    min-width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .greet.welcome .customer-region {
    display: block;
  }
}
.action-text {
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .action-text {
    display: none;
  }
}
.page-title-wrapper {
  padding: 0;
  background: transparent;
}
.page-title-wrapper .h1,
.page-title-wrapper h1 {
  color: #000;
}
.page-title-wrapper:before {
  display: none;
}
@media (max-width: 767px) {
  .header .mobile-item-col {
    float: right;
  }
  .header .mobile-item-col.logo-header {
    float: left;
  }
}
@media (min-width: 992px) {
  .footer-top-links-container .col-lg-2,
  .footer-top-links-container .col-lg-3 {
    width: 20%;
  }
}
@media (min-width: 1400px) and (max-width: 1515px) {
  .middle-header-content .col-lg-3 {
    width: 27%;
  }
  .middle-header-content .col-lg-6 {
    width: 46%;
  }
}
.content-heading {
  margin-bottom: 0;
}
.content-heading h3.title,
.content-heading .block-note {
  margin-bottom: 15px;
}
.header .header-wl:hover .count-wl {
  color: #ffc107;
}
.header .header-wl .count-wl {
  background: transparent;
  color: #000;
  left: 0;
  right: 0;
  top: 2px;
  font-size: 9px;
  line-height: 22px;
}
.header .table-icon-menu button,
.header .table-icon-menu a {
  transition: none;
}
.header .planning {
  text-align: center;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .header .planning {
    top: 0;
  }
}
.header .planning:hover .action-text,
.header .planning:hover .counter,
.header .planning:hover .fa {
  color: #ffc107;
}
.header .planning .action-text {
  color: #000;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.header .planning .counter {
  position: absolute;
  font-size: 11px;
  top: 5px;
  left: 0;
  right: 0;
  color: #000;
}
.header .planning .fa {
  font-size: 23px;
  position: relative;
}
.header .pe-7s-search,
.header .pe-7s-user,
.header .pe-7s-like {
  font-size: 27px;
}
@media (max-width: 767px) {
  .header .action.nav-toggle {
    transform: rotate(180deg);
    float: right;
  }
}
.header.header2 .logo-left-header {
  display: none;
  padding: 2px 0 0 0;
}
.header.header2 .logo-left-header .conpany-old {
  display: none;
}
@media (min-width: 992px) {
  .header.header2 .logo-left-header {
    display: inline-block;
    padding-top: 8px;
  }
  .header.header2 .logo-left-header .logo {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header.header2 .logo-left-header {
    position: relative;
    display: block;
    padding-top: 5px;
  }
  .header.header2 .logo-left-header .logo {
    display: inline-block;
  }
  .header.header2 .logo-left-header .conpany-old {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .header.header2 .logo-left-header {
    display: inline-block;
  }
  .header.header2 .logo-left-header .logo {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .header .dropdown-toplinks {
    display: table-cell !important;
  }
}
.header .logo-header .logo {
  display: inline-block;
}
@media (max-width: 767px) {
  .header .logo-header .logo {
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .header .logo-header .welcome {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .table-icon-menu > div {
    padding: 10px 12px 8px 0;
  }
}
.logo img {
  max-width: 160px;
}
body:not(.has-message) .header .top-header-content {
  height: 50px;
  clear: both;
}
@media (max-width: 767px) {
  body:not(.has-message) .header .top-header-content {
    height: 42px;
  }
}
body.checkout-index-index .top-header-content,
body.checkout-index-index .nav-toggle {
  display: none;
}
body.checkout-index-index .header {
  top: 0;
}
.middle-header-content {
  clear: both;
}
@media (min-width: 1200px) {
  .middle-header-content > .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .nav-open .mobile-top {
    position: absolute;
    bottom: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .mobile-top {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
  }
}
.header .dropdown-switcher .switcher-toggle {
  display: block;
}
.header .top-custom-link {
  padding: 14px 0;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .header .top-custom-link {
    padding: 13px 0;
  }
}
.header .top-custom-link .fa {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .header .top-custom-link .fa {
    font-size: 20px;
  }
}
.checkout-cart-index .tm-block_border {
  padding: 13px 13px 12px 13px;
}
.tm-block_border {
  border: 1px solid #ededed;
  margin-bottom: 5px;
  padding: 5px;
  display: block;
}
.tm-block_border p {
  margin-bottom: 0;
  display: inline;
}
.tm-text-medium {
  font-size: 15px;
}
.tm-text-bold {
  font-weight: 500;
}
.tm-text-uppercase {
  text-transform: uppercase;
}
.tm-text-underline {
  text-decoration: underline;
}
.footer .middle-footer ul.menu li {
  line-height: 27px;
}
.message.error > * {
  color: inherit;
}
.top-footer h3,
.top-footer .h3 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
}
.top-footer p {
  font-size: 14px;
}
.sidebar .block .block-title .title {
  margin-bottom: 10px;
  text-align: center;
  color: #393734;
  border: 2px solid #e9e9e9;
  padding: 15px 3px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}
.sidebar .block .block-title .title:after {
  display: none;
}
.media-margin-fix .margin-bottom30:first-child {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .media-margin-fix .margin-bottom30:first-child {
    margin-bottom: 30px;
  }
}
.advcrumbs {
  margin: 20px 0;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
}
.advcrumbs li {
  background: url(../images/icon-check.png) left bottom no-repeat;
  -webkit-background-size: contain;
  background-size: 16px;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  padding: 5px 0 0 22px;
  margin-right: 10px;
  text-align: center;
}
.customer-region {
  padding: 0 5px;
}
.customer-region-flag {
  max-width: 21px;
  display: inline;
  margin: 0 auto;
}
.customer-region-flag + span {
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  .customer-region-flag {
    display: inline;
  }
}
.footer.footer2 .block.newsletter .form.subscribe .actions {
  vertical-align: top;
}
.footer.footer2 .block.newsletter .form.subscribe .actions .action.subscribe {
  border-radius: 30px;
  padding: 10px 30px;
  background: #222;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.footer.footer2 .block.newsletter .form.subscribe .actions .action.subscribe:hover {
  background: #ffc107;
}
@media (min-width: 1200px) {
  .cms-index-index .footer-top-links-container .container {
    width: 1200px;
  }
}
.icon-service .text h6 {
  font-size: 12px;
}
.footer.footer2 .top-footer {
  margin-bottom: 20px;
}
.footer .bottom-footer .copyright address {
  line-height: 1.4em;
}
.footer-top-links-container {
  background: #ffebbe;
  padding: 20px 0 0 0;
}
@media (max-width: 767px) {
  .footer-top-links-container {
    padding: 20px;
  }
}
.footer-top-links-container .content-heading {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer-top-links-container .panel-block-row {
    padding: 0;
  }
}
.footer-top-links-container .icon {
  width: 20px;
}
.footer-top-links-container .icon i {
  width: 48px;
  padding: 0;
}
.footer-top-links-container p {
  font-size: 12px;
}
.footer.footer2 .bottom-footer {
  background: #fff;
}
.footer .js-trigger:focus {
  color: inherit;
}
.footer h6 {
  font-weight: 700;
  font-size: 14px;
}
.footer .middle-footer {
  padding: 0;
  border-top: 0;
}
@media screen and (min-width: 1024px) {
  .footer .middle-footer .container {
    padding: 0 50px;
  }
}
.footer__bottom {
  display: none;
}
.footer__top {
  border: 1px solid #f2f2f2;
  display: table;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
.footer__top li {
  display: table-cell;
  border-right: 1px solid #f2f2f2;
  padding: 10px 5px;
  vertical-align: middle;
  float: none;
}
@media (max-width: 992px) {
  .footer__top li {
    float: left;
    width: 100%;
  }
}
.footer_links {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px;
  text-align: center;
}
.footer_links .footer_delivered {
  padding: 5px 0;
  margin-bottom: 0;
}
.footer_links .footer_delivered li {
  display: inline;
}
.footer_links .footer_delivered img {
  max-height: 35px;
}
.footer_links .footer_payment {
  margin-bottom: 15px;
}
.footer_links .footer_payment li {
  display: inline-block;
}
.footer_links .footer_payment li,
.footer_links .footer_payment li img {
  height: 27px;
  line-height: 27px;
}
@media screen and (min-width: 600px) {
  .footer_links {
    padding-bottom: 0;
  }
  .footer_links .footer_payment {
    float: left;
  }
  .footer_links .footer_delivered {
    float: right;
  }
}
.digicert__title {
  margin-right: 5px;
  vertical-align: middle;
}
.digicert > div {
  display: inline-block !important;
  vertical-align: middle !important;
}
.digicert > div > img {
  max-height: 45px;
  vertical-align: middle !important;
}
.secure-shopping-container .digicert > div > img {
  max-height: 35px;
}
html {
  -ms-overflow-style: scrollbar;
}
.cms-navigation-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cms-navigation-link {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
}
.cms-navigation-link.active {
  font-weight: 600;
}
.cms-navigation-link:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 7px;
  transition: background-color 0.2s ease 0s;
}
.cms-navigation-link:hover:before {
  background: #ffc107;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1100px;
}
.lazy-loading-img .products-grid .product-item-info .product-top,
.lazy-loading-img .list-products .product-item-info .product-image,
.lazy-loading-img .promobanner,
.lazy-loading-img .thumbnail-post,
.lazy-loading-img .instagram-item,
body > .loading-mask,
#mgs-ajax-loading .preloader,
.social-login-ajax-loading,
.mfp-preloader {
  background-image: url('../images/loader-1.gif') !important;
  background-size: 64px !important;
}
body > .loading-mask {
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
body > .loading-mask img {
  display: none;
}
body > .loading-mask {
  background-color: rgba(255, 255, 255, 0.6);
}
.top-social-links {
  text-align: right !important;
  position: absolute;
  margin: 3px !important;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.top-social-links .ic-facebook svg:hover g {
  fill: #2e77f2;
}
.top-social-links .ic-instagram svg:hover g {
  fill: #c2338b;
}
.social-link .ic-instagram svg:hover g {
  fill: #c2338b;
}
.social-link .ic-facebook svg:hover g {
  fill: #2e77f2;
}
@media (max-width: 767px) {
  .top-social-links {
    position: static !important;
    transform: none !important;
    text-align: left !important;
    margin-left: 0px !important;
    margin-top: 25px !important;
  }
}
.w-full {
  width: 100%;
}
.grouped__list-item {
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .grouped__list-item {
    border-left: 0;
    border-right: 0;
  }
}
.grouped__list-item .product.attribute.sku {
  font-size: 9px;
  color: #878787;
  text-transform: uppercase;
}
.grouped__list-item .product-info-main {
  margin-top: 0;
}
.grouped__list-item .product-info-main .swatch-attribute {
  border: 0;
  padding-bottom: 5px;
}
.grouped__list-item .product-info-main .swatch-attribute:not(.color) {
  padding-top: 10px;
}
.grouped__list-item .price {
  font-weight: 600;
  font-size: 15px;
}
.grouped__form {
  position: relative;
}
.grouped-item__qty-col {
  position: static;
}
.grouped-item__qty-controller-wrapper {
  text-align: right;
  margin-bottom: 10px;
}
.grouped-item__qty-controller-input {
  max-width: 50px;
  text-align: center;
  margin: 0 10px;
  height: 30px !important;
}
.grouped-item__qty-controller-button {
  vertical-align: top;
}
.grouped-item__reviews {
  display: inline-block;
  border-left-color: #ccc;
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: 5px;
  padding-left: 9px;
}
.grouped-item__name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.grouped-item__brand {
  font-weight: 500;
}
.grouped-item__stock {
  margin-top: 40px;
}
.grouped-item__qty {
  position: absolute;
  right: 15px;
  bottom: -10px;
}
@media screen and (max-width: 992px) {
  .grouped-item__qty {
    position: static;
  }
}
.grouped-item__details {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 10px;
}
.grouped-item__details:hover {
  color: #ffc107;
}
.grouped-item__price-container {
  position: static;
  text-align: right;
  padding-right: 30px;
}
.grouped-item__data-container,
.grouped-item__price-container {
  padding-top: 10px;
}
.grouped-item__photo-container {
  position: relative;
  padding-top: 30px;
}
.grouped-item__photo {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.grouped-item__wishlist {
  position: absolute;
  right: 15px;
  top: 10px;
}
.homepage-custom-logo-block {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 202px;
  width: 100%;
  position: relative;
}
.homepage-custom-logo-block p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  font-family: Arial, Baskerville, monospace;
  text-align: center;
}
.homepage-our-gallery-banner {
  height: 140px;
  margin-top: 90px;
  width: 100%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.homepage-our-gallery-banner a {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 100px;
  transform: translateX(-50%);
  text-align: center;
}
.btn.btn-promo-banner {
  white-space: normal;
  margin: 15px auto;
}
.btn.btn-promo-banner:hover {
  background: #75ba6d;
}
.homepage-custom-block + .homepage-custom-block {
  margin-top: 30px;
}
.homepage-custom-block .block-static-block {
  height: 100%;
}
.homepage-slider-gallery {
  display: none;
}
.homepage-slider-gallery.builder-container {
  display: block;
}
.homepage-category-container .text {
  position: absolute;
  padding: 20px;
  z-index: 1;
  color: #1a1a1a;
  font-size: 15px;
}
.homepage-category-container .text.bottom-center {
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
}
.homepage-category-container .btn {
  background: #555;
  color: #fff;
}
.homepage-category-container .btn.btn-promo-banner {
  padding: 5px 20px;
  min-width: 150px;
}
.homepage-category-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.homepage-category-image img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.about-company-container .about-company-title {
  font-size: 17px;
  text-transform: uppercase;
}
.about-company-container .about-company-title.center {
  text-align: center;
}
.about-company-container p {
  margin-bottom: 15px;
}
.custom-slider-brands .owl-carousel {
  padding: 0 45px;
  box-sizing: border-box;
}
.custom-slider-brands .owl-carousel .owl-nav > div.owl-prev {
  left: 15px;
}
.custom-slider-brands .owl-carousel .owl-nav > div.owl-next {
  right: 15px;
}
.brand-block .all-brands-link {
  margin-top: 20px;
  text-align: right;
}
.custom-target-container .container > .row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .custom-target-container .col-sm-6 {
    min-width: 355px;
    float: none;
    width: 49%;
  }
}
@media (min-width: 1200px) {
  .custom-target-container .col-lg-3 {
    width: 25%;
    min-width: 25%;
  }
}
@media (min-width: 992px) {
  .custom-target-container .col-md-3 {
    width: 25%;
    min-width: 25%;
  }
}
.custom-block-brands-all {
  text-align: right;
}
.js-our-gallery-popup.modal-popup .modal-inner-wrap {
  max-width: 892px;
}
@media (max-width: 992px) {
  .homepage-custom-block {
    margin-top: 30px;
  }
  .homepage-custom-block .panel-block-row {
    margin-bottom: 30px;
  }
  .homepage-custom-logo-block,
  .homepage-our-gallery-banner {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .homepage-category-container {
    height: auto;
  }
  .homepage-category-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.page.tracking .order {
  margin-bottom: 10px;
}
.page.tracking .label {
  display: table-cell;
}
@media (max-width: 680px) {
  .track-order {
    display: block;
  }
  .track-order .control input {
    width: 100% !important;
  }
}
.astrio-quote-index-index .cart.table tbody div.item-actions .actions-toolbar > .action span {
  display: inline;
  font-size: 20px;
}
.astrio-quote-index-index .secure-shopping-container {
  padding-top: 0;
}
.astrio-quote-index-index .action.checkout {
  display: none;
}
.astrio-quote-index-index #quote-table td {
  vertical-align: top;
}
.astrio-quote-index-index .tm-block_border {
  background: #ffc107;
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
}
.astrio-quote-index-index .tm-block_border .ico-question {
  height: 25px;
}
.astrio-quote-index-index .tm-block_border:hover {
  background: #75ba6d;
}
.astrio-quote-index-index .tm-block_border td:first-child {
  width: 10%;
}
.catalog-product-view .question-product-options .swatch,
.astrio-quote-index-index .question-product-options .swatch {
  clear: both;
}
.catalog-product-view .question-product-options .swatch .swatch-option,
.astrio-quote-index-index .question-product-options .swatch .swatch-option {
  height: 53px;
  min-width: 53px;
}
.checkout-cart-index .question-product-options .swatch {
  clear: both;
}
.checkout-cart-index .question-product-options .swatch-option {
  min-width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
.astrio-quote-index-index .service-container,
.checkout-cart-index .service-container {
  width: 100%;
  display: inline-block;
  border: 1px solid #ededed;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
}
.astrio-quote-index-index .service-container .title,
.checkout-cart-index .service-container .title {
  font-size: 1.25em;
  text-transform: uppercase;
}
.astrio-quote-index-index .service-container .chat,
.checkout-cart-index .service-container .chat {
  text-decoration: underline;
  text-transform: uppercase;
}
.astrio-quote-index-index .service-container .chat .fa,
.checkout-cart-index .service-container .chat .fa {
  color: #ebad35;
}
.astrio-quote-index-index .cart-top-list-button,
.checkout-cart-index .cart-top-list-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.astrio-quote-index-index .cart-top-list-button .continue span,
.checkout-cart-index .cart-top-list-button .continue span {
  display: block;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  background: #fff;
  color: #000000;
  border: 1px solid #555555;
}
.astrio-quote-index-index .cart-top-list-button .continue:hover span,
.checkout-cart-index .cart-top-list-button .continue:hover span {
  background: #75ba6d;
  color: #fff;
  border: 1px solid #75ba6d;
}
.checkout-cart-index .page-title-wrapper + .page-main {
  margin-top: 10px;
}
.checkout-cart-index .page-title-wrapper {
  background-image: inherit;
  padding: 5px 0;
}
.checkout-cart-index .page-title-wrapper:before {
  background: inherit;
}
.checkout-cart-index .page-title-wrapper h1 {
  color: #2b2b2b;
}
.checkout-cart-index .form-cart {
  margin-bottom: 20px;
}
.checkout-cart-index .cart-container .actions {
  display: none;
}
.checkout-cart-index .discount.block {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
}
.checkout-cart-index .discount.block .title {
  margin-bottom: 5px;
}
.checkout-cart-index .discount.block .title strong {
  font-weight: 500;
  font-style: italic;
}
.checkout-cart-index .inner-wrapper-discount {
  flex-basis: 50%;
  min-width: 320px;
}
.checkout-cart-index .title-order {
  align-self: center;
  font-size: 1.5em;
  line-height: 2.5;
  margin-left: 20px;
  font-weight: 700;
}
.checkout-cart-index .coupon .field {
  width: 210px;
  display: inline-block;
  margin-bottom: 0;
}
.checkout-cart-index .coupon .actions-toolbar {
  display: inline-block;
  vertical-align: top;
}
.checkout-cart-index .coupon input {
  height: 23px;
  line-height: 23px;
}
.checkout-cart-index .coupon .apply,
.checkout-cart-index .coupon .cancel {
  border: 1px solid #4f382e;
  vertical-align: top;
  padding: 0;
  margin: 0;
  background: transparent;
  padding: 1px 10px;
  cursor: pointer;
  color: #4f382e;
  border-radius: 5px;
}
.checkout-cart-index .coupon .apply span,
.checkout-cart-index .coupon .cancel span {
  transition: color .3s 0s;
  color: #4f382e;
}
.checkout-cart-index .coupon .apply:hover,
.checkout-cart-index .coupon .cancel:hover {
  background: #555555;
  color: #fff;
  border: 1px solid #555555;
}
.checkout-cart-index .coupon .apply:hover span,
.checkout-cart-index .coupon .cancel:hover span {
  color: #fff;
}
.checkout-cart-index .action.multicheckout {
  display: none;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals {
  border: 0;
  margin-top: 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals td {
  text-align: right;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.grand td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.grand th {
  color: #515151;
  border-top: 0;
  padding: 5px 15px 5px 0;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.grand.excl {
  display: none;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.grand.excl td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.grand.excl th {
  color: #515151;
  font-size: 15px;
  line-height: 17px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.grand.incl th,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.grand.incl td {
  color: #515151;
  font-size: 20px;
  line-height: 22px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.grand.incl strong {
  font-weight: 600;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td {
  color: #515151;
  padding: 5px 15px 10px 0;
  font-size: 20px;
  line-height: 22px;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.shipping th,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.shipping td {
  font-size: 15px;
  font-weight: 600;
  color: #515151;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.shipping th .label,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.shipping td .label {
  font-size: 15px;
  font-weight: 600;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .totals-tax {
  display: none;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .country-name {
  cursor: pointer;
  transition: color .3s 0s;
  text-decoration: underline;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .country-name:hover {
  color: #ffc107;
}
.checkout-cart-index .cart-price-tax-info {
  text-decoration: underline;
}
.checkout-cart-index .cart-summary {
  margin-top: 0;
}
.checkout-cart-index .cart-summary .paypal.checkout {
  direction: ltr;
  display: flex;
}
.checkout-cart-index .cart-summary .paypal.checkout input {
  vertical-align: middle;
}
.checkout-cart-index .cart-summary .paypal.checkout:after {
  display: inline-block;
  content: attr(data-label);
  padding: 0 40px;
  line-height: 32px;
  font-weight: 600;
  vertical-align: middle;
}
.checkout-cart-index .cart-summary .checkout-methods-items {
  display: flex;
  text-align: left;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item {
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item:nth-child(2) {
  float: right;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
  border-radius: 5px;
  border: 0;
  font-weight: 600;
  background-color: #ffc107;
  font-size: 13px;
  padding: 6px 25px;
  display: inline-block;
  width: auto;
  letter-spacing: 0;
  color: #666;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:hover {
  background-color: #75ba6d;
}
.checkout-cart-index .checkout-extra {
  display: none;
}
.checkout-cart-index .cart-shopping-container {
  margin-top: 20px;
}
.checkout-cart-index .cart-shopping-container .telephone ul li:last-child {
  display: none;
}
.checkout-cart-index .js-telephone .fa {
  color: #ebad35;
}
.checkout-cart-index .js-telephone .tel-bold {
  font-size: 12px;
}
.checkout-cart-index .cart-questions-wrapper {
  display: inline-block;
  width: 100%;
}
.checkout-cart-index .cart-questions-link {
  border: 1px solid #ededed;
  margin-bottom: 5px;
  padding: 12px 5px;
  display: inline-block;
  width: 100%;
}
.checkout-cart-index .cart-questions-link .image {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
  margin-right: 15px;
}
.checkout-cart-index .cart-questions-link .image img {
  max-width: 100%;
}
.checkout-cart-index .cart-questions-link .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
}
.checkout-cart-index .footer {
  margin-top: 55px;
}
.cart-help-container {
  text-align: center;
  margin-bottom: 15px;
}
.cart-help-container .title {
  text-decoration: underline;
}
.cart-help-container .tm-text-medium-small {
  color: #555555;
}
.cart.table thead {
  border: 1px solid #eaeaea;
}
.cart.table thead tr th {
  border: 0;
  font-family: 'Roboto';
}
.cart.table thead tr th.item {
  text-align: left;
}
.cart.table thead tr th.subtotal {
  border-right: 1px solid #eaeaea;
}
.cart.table tbody {
  border: 0;
}
.cart.table tbody:last-child {
  border: 0;
}
.cart.table tbody div.item-actions {
  margin-top: 5px;
}
.cart.table tbody div.item-actions .actions-toolbar {
  border: 0;
}
.cart.table tbody div.item-actions .actions-toolbar > .action {
  border: 0;
  height: auto;
  line-height: 18px;
  background: transparent;
  border: none;
  color: #2a2a2a;
}
.cart.table tbody div.item-actions .actions-toolbar > .action:focus .action-wishlist .icon {
  opacity: 1;
}
.cart.table tbody div.item-actions .actions-toolbar > .action.action-delete {
  margin-right: 10px;
}
.cart.table tbody div.item-actions .actions-toolbar > .action:hover {
  background-color: initial;
  color: #ffc107;
}
.cart.table tbody div.item-actions .actions-toolbar > .action:hover.action-delete .icon:before,
.cart.table tbody div.item-actions .actions-toolbar > .action:hover.action-delete .icon:after {
  background-color: #2a2a2a;
}
.cart.table tbody div.item-actions .actions-toolbar > .action:hover.action-wishlist .icon {
  opacity: 1;
}
.cart.table tbody div.item-actions .actions-toolbar > .action span {
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
}
.cart.table tbody div.item-actions .actions-toolbar > .action.action-delete .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}
.cart.table tbody div.item-actions .actions-toolbar > .action.action-delete .icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 20px;
  width: 1px;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  background-color: #6c6c6c;
}
.cart.table tbody div.item-actions .actions-toolbar > .action.action-delete .icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 20px;
  width: 1px;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  background-color: #6c6c6c;
}
.cart.table tbody div.item-actions .actions-toolbar > .action.action-edit {
  display: none;
}
.cart.table tbody div.item-actions .actions-toolbar > .action.action-wishlist .icon {
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3MS43MDEgNDcxLjcwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDcxLjcwMSA0NzEuNzAxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPHBhdGggZD0iTTQzMy42MDEsNjcuMDAxYy0yNC43LTI0LjctNTcuNC0zOC4yLTkyLjMtMzguMnMtNjcuNywxMy42LTkyLjQsMzguM2wtMTIuOSwxMi45bC0xMy4xLTEzLjEgICBjLTI0LjctMjQuNy01Ny42LTM4LjQtOTIuNS0zOC40Yy0zNC44LDAtNjcuNiwxMy42LTkyLjIsMzguMmMtMjQuNywyNC43LTM4LjMsNTcuNS0zOC4yLDkyLjRjMCwzNC45LDEzLjcsNjcuNiwzOC40LDkyLjMgICBsMTg3LjgsMTg3LjhjMi42LDIuNiw2LjEsNCw5LjUsNGMzLjQsMCw2LjktMS4zLDkuNS0zLjlsMTg4LjItMTg3LjVjMjQuNy0yNC43LDM4LjMtNTcuNSwzOC4zLTkyLjQgICBDNDcxLjgwMSwxMjQuNTAxLDQ1OC4zMDEsOTEuNzAxLDQzMy42MDEsNjcuMDAxeiBNNDE0LjQwMSwyMzIuNzAxbC0xNzguNywxNzhsLTE3OC4zLTE3OC4zYy0xOS42LTE5LjYtMzAuNC00NS42LTMwLjQtNzMuMyAgIHMxMC43LTUzLjcsMzAuMy03My4yYzE5LjUtMTkuNSw0NS41LTMwLjMsNzMuMS0zMC4zYzI3LjcsMCw1My44LDEwLjgsNzMuNCwzMC40bDIyLjYsMjIuNmM1LjMsNS4zLDEzLjgsNS4zLDE5LjEsMGwyMi40LTIyLjQgICBjMTkuNi0xOS42LDQ1LjctMzAuNCw3My4zLTMwLjRjMjcuNiwwLDUzLjYsMTAuOCw3My4yLDMwLjNjMTkuNiwxOS42LDMwLjMsNDUuNiwzMC4zLDczLjMgICBDNDQ0LjgwMSwxODcuMTAxLDQzNC4wMDEsMjEzLjEwMSw0MTQuNDAxLDIzMi43MDF6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: .6;
  background-size: contain;
}
.cart.table tbody tr td {
  border: 0;
}
.cart.table tbody tr td.col.item {
  padding-left: 10px;
}
.cart.table tbody tr td.col.item .product-item-name {
  margin-bottom: 10px;
  display: block;
  color: #222;
  font-weight: 500;
  font-size: 15px;
}
.cart.table tbody tr td.col.item .product-item-details dl.item-options {
  margin: -2px 0 0;
}
.cart.table tbody tr td.col.item .product-item-details dl.item-options dt,
.cart.table tbody tr td.col.item .product-item-details dl.item-options dd {
  float: left;
  display: inline-block;
  margin-top: 3px;
  font-size: 12px;
  color: #2a2a2a;
}
.cart.table tbody tr td.col.item .product-item-details dl.item-options dt {
  clear: left;
  margin-right: 5px;
  font-weight: 600;
  white-space: normal;
}
.cart.table tbody tr td.col.item .product-item-details dl.item-options dt .value {
  margin-left: 5px;
  font-weight: 400;
}
.cart.table tbody tr td.col.item .product-item-details dl.item-options dd.swatch-attribute {
  display: block;
  width: 100%;
  margin-top: 0;
}
.cart.table tbody tr td.col.item .product-photo-wrapper {
  display: block;
  float: left;
  overflow: hidden;
  width: 165px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cart.table tbody tr td.col.item .product-photo-wrapper {
    float: none;
  }
}
.cart.table tbody tr td.col.item .product-item-photo {
  float: none;
  width: auto;
  min-height: 160px;
}
.cart.table tbody tr td.col.item .product-item-details {
  width: calc(100% - 190px);
}
.cart.table tbody tr td.col.item .attribute {
  font-size: 12px;
  line-height: 1.55;
  color: #2a2a2a;
}
.cart.table tbody tr td.col.item .attribute-value {
  font-size: 13px;
  font-weight: 500;
}
.cart.table tbody tr td.col.item .attribute.product-item-dimensions .attribute-value {
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
}
.cart.table tbody tr td.col.item .attribute.product-item-dimensions .attribute-label {
  font-weight: 600;
}
.cart.table tbody tr td.col.qty {
  font-size: 0;
}
.cart.table tbody tr td.col.qty .input-text.qty {
  display: inline-block;
  border-radius: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  vertical-align: top;
  margin-right: 10px;
}
.cart.table tbody tr td.col.qty .input-text.qty + .mage-error {
  position: relative;
  right: -35px;
  margin-left: -35px;
}
.cart.table tbody tr td.col.qty .container-control-qty {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 45px;
  transform: none;
  margin: 0;
}
.cart.table tbody tr td.col.qty .control.qty {
  position: relative;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .cart.table tbody tr td.col.qty:before {
    margin-top: 6px;
  }
  .cart.table tbody tr td.col.qty .field.qty {
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  .cart.table tbody tr td.col.qty {
    padding-right: 50px;
  }
  .cart.table tbody tr td.col.qty .container-control-qty {
    left: 50%;
    margin-left: 7px;
    transform: translateX(50%);
  }
  .cart.table tbody tr td.col.qty .control.qty {
    padding-right: 0;
  }
}
.cart.table tbody tr td.col.qty .control-qty {
  border: 1px solid #ccc;
  font-size: 0;
  line-height: 0;
  width: 32px;
  height: 15px;
  line-height: 28px;
  position: relative;
  cursor: pointer;
}
.cart.table tbody tr td.col.qty .control-qty.plus-qty {
  margin-bottom: 5px;
}
.cart.table tbody tr td.col.qty .control-qty.plus-qty:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 7px 3.5px;
  border-color: transparent transparent #2a2a2a transparent;
}
.cart.table tbody tr td.col.qty .control-qty.minus-qty:before {
  content: '';
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 3.5px 0 3.5px;
  border-color: #2a2a2a transparent transparent transparent;
}
@media (max-width: 767px) {
  .cart.table thead {
    display: none;
  }
  .cart.table tbody {
    border: 1px solid #eaeaea;
    display: block;
    padding: 20px 0;
  }
  .cart.table tbody tr {
    display: block;
  }
  .cart.table tbody tr td {
    display: block;
    border: none;
    text-align: left;
    padding: 5px 15px !important;
    width: 100%;
  }
  .cart.table tbody tr td.col:not(.item):before {
    content: attr(data-th) ":";
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
    color: #2a2a2a;
  }
  .cart.table tbody tr td.col.qty .field.qty {
    display: inline-block;
    vertical-align: middle;
  }
  .cart.table tbody tr td.col.item .product-photo-wrapper {
    float: none;
    margin-right: 20px;
  }
  .cart.table tbody tr td.col.item .product-item-photo {
    float: none;
    width: 100%;
  }
  .cart.table tbody tr td.col.item .product-item-details {
    float: none;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
  .cart.table tbody tr td.col.item:after {
    content: "";
    display: table;
    clear: both;
  }
  .cart.table tbody tr.item-actions td > .actions-toolbar {
    padding: 10px 0 0;
  }
}
.cart.table .cart.item .item-info td {
  padding-top: 10px;
}
.cart.table .cart.item .item-info .col {
  vertical-align: top;
}
.cart.table .cart.item .swatch-attribute {
  padding: 5px 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cart.table .product-item-details {
    width: 100%;
  }
}
.cart.table .gift-options-cart-item {
  border: 0;
  margin: 0;
  padding: 0;
}
.cart.table .product-item-sku {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cart.table .product-item-sku .type {
  font-weight: 600;
}
.cart.table .product-item-dimensions {
  margin-top: 2px;
}
.cart.table .product-item-stock {
  margin-bottom: 3px;
}
.cart.table .product-item-stock .stock:not(.unavailable) {
  font-size: 13px;
  font-weight: 500;
  color: #75ba6d;
}
.cart.table .product-item-details .details-special-terms {
  margin-top: 10px;
}
.cart.table .product-item-details .collection-name a {
  text-decoration: underline;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cart.table.table-paypal-review-items tbody tr td.col.qty:before {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .cart.table.table-paypal-review-items tbody tr td.col.qty {
    padding-right: 15px;
    font-size: 16px;
  }
}
.paypal-review .block-order-details-view {
  padding-top: 10px;
}
.paypal-review .opc-block-summary {
  background-color: #fff;
  padding: 0;
}
.paypal-review .paypal-review-title {
  margin-bottom: 15px;
}
.paypal-review .paypal-review-title > strong {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
}
.paypal-review .box-title,
.paypal-review .paypal-review-discount .title {
  display: block;
  margin-bottom: 5px;
}
.paypal-review .paypal-review-discount {
  margin-bottom: 30px;
}
.paypal-review .paypal-review-discount .title-order {
  display: none;
}
.paypal-review .order-review-form {
  text-align: center;
}
.paypal-review .totals-tax {
  display: none;
}
.block-miniquote .actions {
  display: block;
}
.astrio-quote-index-index .block-miniquote .actions {
  display: none;
}
.modal-popup .question-info::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.modal-popup .question-info::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c3c2c3;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.modal-popup .question-info:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}
.question-product .product-photo-wrapper {
  display: block;
  overflow: hidden;
  width: 165px;
  text-align: center;
}
.question-product .product-photo-wrapper img {
  max-width: 100%;
  height: auto;
}
.question-product .product-item-details {
  margin: 10px 0 0;
}
.question-product .product-item-details dl.question-product-options {
  margin: -2px 0 0;
}
.question-product .product-item-details dl.question-product-options dt,
.question-product .product-item-details dl.question-product-options dd {
  float: left;
  display: inline-block;
  margin-top: 3px;
  font-size: 12px;
  color: #2a2a2a;
}
.question-product .product-item-details dl.question-product-options dt {
  clear: left;
  margin-right: 5px;
  font-weight: 600;
}
.question-product .product-item-details dl.question-product-options dt .value {
  margin-left: 5px;
  font-weight: 400;
}
.question-product .product-item-details dl.question-product-options dd.swatch-attribute {
  display: block;
  width: 100%;
  margin-top: 0;
}
.question-product-qty label {
  color: #2a2a2a;
}
.question-product .swatch-option:hover {
  box-shadow: none;
}
.question-product .product-item-name {
  margin-bottom: 10px;
}
.question-product .product-item-name a {
  color: #222;
  font-weight: 500;
  font-size: 15px;
}
.question-product .attribute {
  font-size: 12px;
  line-height: 1.55;
  color: #2a2a2a;
}
.question-product .attribute-value {
  font-size: 13px;
  font-weight: 500;
}
.question-product .attribute.product-item-dimensions .attribute-value {
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
}
.question-product .attribute.product-item-dimensions .attribute-label {
  font-weight: 600;
}
.question-product .product-item-sku {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.question-product .product-item-stock {
  margin-bottom: 3px;
  font-size: 0;
}
.question-product .product-item-stock span {
  font-size: 13px;
  font-weight: 500;
}
.question-product .product-item-stock .stock:not(.unavailable) {
  color: #75ba6d;
}
@media (min-width: 768px) {
  .question-product .product-photo-wrapper {
    float: left;
  }
  .question-product .product-item-details {
    float: left;
    width: calc(100% - 190px);
    margin-left: 20px;
  }
}
.checkout-cart-index .control-qty:hover {
  background: #cccccc;
}
.secure-shopping-container {
  position: relative;
  padding-top: 21px;
}
.secure-shopping-container .title {
  display: block;
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
  pointer-events: none;
}
.secure-shopping-container .secure-list {
  column-count: 2;
  column-gap: 3em;
}
@media screen and (max-width: 767px) {
  .secure-shopping-container .secure-list {
    column-count: 1;
    margin-left: 10px;
  }
}
.secure-shopping-container .secure-list li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/icon-check.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.secure-shopping-container .center {
  text-align: center;
}
.secure-shopping-container .image-payment {
  max-width: 280px;
}
@media (max-width: 992px) {
  .checkout-cart-index .shopping-cart-bottom {
    display: flex;
    flex-direction: row;
  }
  .checkout-cart-index .shopping-cart-bottom .col-xs-12 {
    width: 50%;
  }
  .checkout-cart-index .shopping-cart-bottom .col-xs-12:last-child {
    order: -1;
  }
  .checkout-cart-index .cart-summary .paypal.checkout {
    position: relative;
  }
  .checkout-cart-index .cart-summary .paypal.checkout:after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -7px;
    line-height: normal;
    padding: 0;
  }
  .checkout-cart-index .cart-shopping-container .col-xs-12 {
    width: 100%;
  }
  .checkout-cart-index .cart-summary .checkout-methods-items {
    flex-direction: column;
  }
  .checkout-cart-index .cart-summary .checkout-methods-items .item:nth-child(2) {
    float: none;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .checkout-cart-index .coupon .field,
  .astrio-quote-index-index .coupon .field {
    width: auto;
  }
  .checkout-cart-index .coupon .apply,
  .astrio-quote-index-index .coupon .apply {
    padding: 1px 3px;
  }
  .checkout-cart-index .cart-top-list-button .continue,
  .astrio-quote-index-index .cart-top-list-button .continue {
    margin: 0 10px 15px 0;
  }
  .checkout-cart-index .discount,
  .astrio-quote-index-index .discount {
    flex-direction: column;
  }
  .checkout-cart-index .inner-wrapper-discount,
  .astrio-quote-index-index .inner-wrapper-discount {
    width: 100%;
  }
  .checkout-cart-index .title-order,
  .astrio-quote-index-index .title-order {
    margin-left: 0;
    align-self: left;
  }
  .checkout-cart-index .shopping-cart-bottom,
  .astrio-quote-index-index .shopping-cart-bottom {
    flex-wrap: wrap;
  }
  .checkout-cart-index .shopping-cart-bottom .col-xs-12,
  .astrio-quote-index-index .shopping-cart-bottom .col-xs-12 {
    width: 100%;
  }
  .checkout-cart-index .secure-shopping-container .secure-list,
  .astrio-quote-index-index .secure-shopping-container .secure-list {
    column-count: 2;
  }
}
@media (max-width: 384px) {
  .checkout-cart-index .secure-shopping-container .secure-list {
    column-count: 1;
  }
}
body.checkout-index-index > .loading-mask .loader {
  display: block !important;
}
.opc-wrapper:before {
  content: none;
}
.opc-wrapper .step-title {
  position: relative;
  display: block;
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 10px 10px 53px;
  background: #fff3d0;
}
.opc-wrapper .step-title:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  text-align: center;
  background: #a6a6a6;
  color: #fff;
}
.opc-wrapper .step-title:after {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  left: 12px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
}
.opc-wrapper .checkout-shipping-address .step-title:before {
  content: '1';
}
.opc-wrapper .checkout-shipping-method .step-title:before {
  content: '2';
}
.opc-wrapper .checkout-payment-method .step-title:before {
  content: '3';
}
.opc-wrapper .opc-block-summary .step-title:before {
  content: '4';
}
.checkout-payment-method .payment-methods .actions-toolbar {
  text-align: center;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary.checkout-custom-style {
  background-color: #75ba6d;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary.checkout-custom-style:hover {
  background: #83cd66;
}
.checkout-index-index .checkout-block {
  list-style-type: none;
}
.checkout-index-index .checkout-block .country-name span {
  text-decoration: underline;
}
.checkout-index-index .checkout-block .checkout-tax-info {
  text-decoration: underline;
}
.checkout-index-index .checkout-block .additional-options .admin__field {
  position: relative;
  padding-left: 20px;
}
.checkout-index-index .checkout-block .additional-options .admin__field input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}
.checkout-index-index .checkout-block .apply-discount {
  margin-top: 10px;
}
.checkout-index-index .checkout-column .checkout-block {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .checkout-index-index .checkout-column .checkout-block {
    margin-left: 0;
    margin-right: 0;
  }
}
.checkout-index-index .cart-help-container {
  margin-top: 10px;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-image-container {
  margin-left: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-item-details {
  margin-left: 20px;
  padding-left: 0;
}
.items-in-cart .minicart-items .product-item .product-item-details {
  width: calc(100% - 100px);
}
.payment-option.discount-code .payment-option-title:after {
  bottom: 0;
}
.table-checkout-shipping-method thead tr th {
  padding: 14px 5px 11px;
}
.table-checkout-shipping-method tbody tr td {
  padding: 14px 5px 11px;
}
select::-ms-expand {
  display: none;
}
.field-select-billing .label {
  display: none;
}
.checkout-container .action.btn {
  border-radius: 5px;
  color: #666;
}
.checkout-container .action.btn.back {
  color: #000;
  border: 1px solid #555555;
  background: #fff;
}
.checkout-container .action.btn.back:hover {
  color: #fff;
  background: #75ba6d;
  border-color: #75ba6d;
}
.checkout-container .authentication-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.shipping-address-items {
  flex-wrap: wrap;
  padding: 0 20px;
  justify-content: space-between;
}
.shipping-address-items .shipping-address-item {
  margin-bottom: 20px;
  flex: auto;
  width: 42%;
}
.opc-estimated-wrapper {
  margin: 20px 0 30px;
}
@media (max-width: 991px) {
  .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #1a1a1a;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    cursor: default;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart > .counter.qty {
    background: #ffc107;
    position: relative;
    top: auto;
    left: 0;
    margin-top: 0;
    vertical-align: middle;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/icon-cart-color.png) no-repeat 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -22px;
    top: 0;
    transform: translateY(-130%);
  }
  .field-tooltip .field-tooltip-content:before {
    left: auto;
    right: 20px;
    bottom: -20px;
    top: auto;
    border-color: #999 transparent  transparent transparent;
  }
  .field-tooltip .field-tooltip-content:after {
    left: auto;
    right: 20px;
    bottom: -19px;
    top: auto;
    border-color: #fff transparent  transparent transparent;
  }
}
.catalogsearch-advanced-index .advanced .price .label {
  font-family: 'Roboto';
}
.my-account-main .box-information {
  margin-bottom: 60px;
}
.my-account-main .box-billing-address {
  margin-bottom: 30px;
}
.block-addresses-list {
  margin-top: 30px;
}
.account.sales-order-view .page-title-wrapper span,
.account.sales-order-view .page-title-wrapper date,
.account.sales-order-view .page-title-wrapper a {
  color: #000;
}
@media (min-width: 768px) {
  .my-account-main .box-information {
    margin-bottom: 0;
  }
  .my-account-main .box-billing-address {
    margin-bottom: 0;
  }
  .block-addresses-list {
    margin-top: 0;
  }
}
@media print {
  div#jivo-iframe-container:not(.jivo-c-mobile) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .catalog-product-view .top-panel,
  .catalog-product-view .page-title-wrapper,
  .catalog-product-view .owl-controls,
  .catalog-product-view .zoom-image,
  .catalog-product-view .product-gallery-modal-trigger,
  .catalog-product-view .towishlist,
  .catalog-product-view .parent__gallery-thumbnail,
  .catalog-product-view .product-share-buttons,
  .catalog-product-view .secure-shopping-container,
  .catalog-product-view .product-data-items-menu,
  .catalog-product-view .sidebar-main.pull-right,
  .catalog-product-view .delivery-container-wrapper,
  .catalog-product-view .question-product-container,
  .catalog-product-view .product-sub-infomation,
  .catalog-product-view .sidebar-additional,
  .catalog-product-view .footer2,
  .catalog-product-view .globalClass_ET {
    display: none !important;
  }
  .catalog-product-view .field.qty,
  .catalog-product-view .fieldset .actions,
  .catalog-product-view .scroll-to-top,
  .catalog-product-view .owl-nav,
  .catalog-product-view .product-item-info .actions-link,
  .catalog-product-view .tocompare,
  .catalog-product-view .review-add {
    display: none !important;
  }
  .catalog-product-view .col-lg-6 {
    width: 50%;
    float: left;
  }
  .catalog-product-view a[href]:after {
    word-wrap: break-word;
  }
  .catalog-product-view .label {
    border: none;
  }
}
