header.header4 .middle-header-content {
  padding: 12px 0 !important;
  height: 134px !important;
  max-height: 134px !important;
  background-color: #ffffff;
}
header.header4 .middle-header-content .search-toggle {
  display: none;
}
header.header4 .middle-header-content .header-middle-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header.header4 .middle-header-content .col-first {
  width: 31.05%;
}
header.header4 .middle-header-content .col-first .logo-wrapper {
  padding-top: 7px;
}
header.header4 .middle-header-content .col-middle {
  width: 33.45%;
  padding-top: 18px;
}
header.header4 .middle-header-content .col-last {
  width: 32%;
  padding-right: 10px;
  padding-top: 17px;
}
header.header4 .middle-header-content .logo-wrapper .logo {
  text-align: left;
}
header.header4 .middle-header-content .search-form {
  width: 100%;
  margin-top: 15px !important;
}
header.header4 .middle-header-content .search-form .input-text.form-control {
  font-size: 17px;
  box-shadow: none;
}
header.header4 .middle-header-content .search-form .input-text.form-control:focus {
  box-shadow: none;
}
header.header4 .middle-header-content .block-slogan-wrapper {
  padding-left: 70px;
}
header.header4 .middle-header-content .block-slogan-wrapper .block-slogan {
  color: #6d6a5f;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 64px;
  padding-top: 6px;
  letter-spacing: 0.15em;
}
header.header4 .middle-header-content .block-slogan-wrapper .block-slogan:before {
  content: "";
  width: 80px;
  height: 30px;
  background: url("../images/logistic.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
header.header4 .middle-header-content .col-last {
  text-align: right;
}
header.header4 .middle-header-content .block-login-cart {
  display: flex;
  justify-content: flex-end;
}
header.header4 .middle-header-content .block-login-cart .authorization-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #6d6a5f;
  text-transform: uppercase;
  margin-right: 24px;
}
header.header4 .middle-header-content .block-login-cart .authorization-link a {
  position: relative;
  padding-left: 33px;
  padding-top: 3px;
  color: #6d6a5f;
  font-weight: 600;
  text-decoration: none;
}
header.header4 .middle-header-content .block-login-cart .authorization-link a:before {
  content: "";
  background: url("../images/user.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}
header.header4 .middle-header-content .block-login-cart .minicart-wrapper {
  float: none;
  background: #928c81;
  height: 33px;
  margin-top: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.header4 .middle-header-content .block-login-cart .minicart-wrapper .action.showcart:before {
  content: "\f07a";
  color: #ffffff;
  font-family: 'Font Awesome 5 Pro';
  font-size: 22px;
  margin-top: 3px;
}
header.header4 .middle-header-content .block-phone {
  color: #41282d;
  font-size: 17px;
  margin-top: 23px;
}
header.header4 .middle-header-content .block-phone span {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.015em;
  color: #7c7072;
}
header.header4 .middle-header-content .block-phone a {
  position: relative;
  padding-left: 35px;
  text-decoration: none;
}
header.header4 .middle-header-content .block-phone a:before {
  content: "";
  background: url("../images/phone.png");
  background-repeat: no-repeat;
  width: 35px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 2px;
}
header.header4 .megamenu-content .navigation {
  background-color: #a8aa78;
}
header.header4 .megamenu-content .tab-content .nav > li > a {
  font-size: 18px;
  letter-spacing: 0.009em;
  font-weight: 600;
}
header.header4 .megamenu-content .tab-content .nav > li > a .icon-next {
  display: none;
}
header.header4 .i-amphtml-layout-container.i-amphtml-layout:focus {
  outline: none;
}
.block-currency {
  display: flex;
  align-items: center;
  width: 99px;
  margin-right: 41px;
}
.block-currency .switcher-option {
  width: 50%;
  height: 32px;
  text-align: center;
  display: flex;
  border: 1px solid #787a79;
  background-color: #ffffff;
}
.block-currency .switcher-option a {
  margin: auto;
  text-decoration: none;
  color: #242424;
  width: 100%;
  height: 100%;
  line-height: 28px;
  font-weight: 700;
}
.block-currency .switcher-option:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.block-currency .switcher-option:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.block-currency .switcher-option.switcher-active {
  background: #b6afa7;
  border: none;
}
.block-currency .switcher-option.switcher-active a {
  color: #615759;
}
@media (min-width: 1200px) {
  header.header4 .megamenu-content .nav-main-menu .level0:hover {
    background-color: #665a4c;
  }
  header.header4 .middle-header-content .block-login-cart .minicart-wrapper {
    min-width: 171px;
  }
  .block-slogan-wrapper-mobile {
    display: none;
  }
  body header.header4 .megamenu-content .tab-content .nav > li > a {
    text-transform: uppercase;
  }
  body header.header4 .middle-header-content .header-middle-wrapper {
    max-width: 1450px;
    margin: 0px auto;
  }
  .list-subcate-right .list-subcate.desktop li.level2 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .dropdown-combination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left {
    width: 49.507%;
    display: flex;
    justify-content: space-between;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .current-cate a {
    font-size: 25px;
    font-weight: 600;
    color: #6c7467;
    text-transform: uppercase;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .current-cate a:hover {
    text-decoration: none;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate-left {
    padding-right: 24px;
    width: 63.426%;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate-left .current-cate {
    margin: 0px;
    padding-left: 41px;
    line-height: 1;
    padding-bottom: 21px;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate-left .level1 {
    padding: 4px 0px;
    padding-left: 41px;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate-left .level1 a {
    font-size: 17px;
    color: #6c7467;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0px;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate-left .level1:hover {
    background-color: #eaeaea;
    text-decoration: none;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate-right {
    padding: 15px 0px;
    background-color: #a8aa78;
    max-height: 258px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 35%;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate-left {
    padding: 15px 0px;
    max-height: 258px;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 60%;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate li.level3 {
    padding: 0px 10px;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate li.level3:hover {
    background-color: #7e7f5a;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    padding: 4px 4px 4px 7px;
    text-decoration: none;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate.mobile {
    display: none;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-right {
    width: 49.22%;
    padding-left: 42px;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-right .product-item-menu .product-name {
    padding-top: 3px;
    font-weight: 900;
    color: #202120;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-right .product-item-menu .product-name-link {
    display: inline-block;
  }
  .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-right .product-item-menu .product-name-link img {
    max-width: 100%;
    object-fit: contain;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  header.header4 .middle-header-content .col-first {
    width: 21.05%;
  }
  header.header4 .middle-header-content .col-middle {
    width: 32.53%;
  }
  header.header4 .middle-header-content .col-last {
    width: 39.33%;
  }
  header.header4 .middle-header-content .block-slogan-wrapper {
    padding-left: 0px;
  }
}
@media (min-width: 1280px) {
  header.header4 .container {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1520px) {
  header.header4 .megamenu-content .tab-content .nav > li > a {
    padding: 12px;
  }
  header.header4 .middle-header-content .col-last {
    padding-right: 2px;
  }
}
@media (min-width: 1200px) and (max-width: 1519px) {
  header.header4 .megamenu-content .tab-content .nav > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  header.header4 {
    padding-bottom: 23px;
    margin-bottom: 0px;
    border: none;
  }
  header.header4 .minicart-wrapper .block-minicart {
    right: -29px;
    top: 28px;
  }
  header.header4 .minicart-wrapper .action.showcart > .text {
    display: none;
  }
  header.header4 .minicart-wrapper .action.showcart .counter.qty {
    display: none;
  }
  header.header4 .action.nav-toggle {
    margin-left: 52px;
  }
  header.header4 .action.nav-toggle .text-menu-bar {
    text-transform: uppercase;
    color: #a8aa78;
    display: block;
    font-size: 16px;
    font-size: 12px;
    font-weight: 700;
    padding-top: 38px;
  }
  header.header4 .action.nav-toggle .menu-bar {
    width: 36px;
    height: 3px;
    display: inline-block;
    background: #665a4c;
    vertical-align: top;
  }
  header.header4 .block-slogan-wrapper-mobile {
    background-color: #a8aa78;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
  }
  header.header4 .block-slogan-wrapper-mobile .block-slogan {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 0px;
    padding-top: 0px;
    font-weight: 600;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 68%;
    text-align: center;
    justify-content: flex-end;
    letter-spacing: 0.1em;
  }
  header.header4 .middle-header-content {
    padding-top: 0px !important;
  }
  header.header4 .middle-header-content .search-form {
    margin-top: -10px !important;
  }
  header.header4 .middle-header-content .col-first {
    width: 33.05%;
  }
  header.header4 .middle-header-content .col-first .logo-wrapper {
    text-align: center;
    padding-top: 0px;
  }
  header.header4 .middle-header-content .col-first .logo-wrapper .logo img {
    object-fit: contain;
    max-width: 120px;
    max-height: 94px;
    margin-top: 5px;
  }
  header.header4 .middle-header-content .col-middle {
    padding-top: 0px;
    order: 3;
    margin: auto;
    width: 63%;
  }
  header.header4 .middle-header-content .col-last {
    width: 11%;
    padding-right: 24px;
  }
  header.header4 .middle-header-content .block-slogan-wrapper {
    display: none;
  }
  header.header4 .middle-header-content .block-login-cart .block-currency,
  header.header4 .middle-header-content .block-login-cart .authorization-link {
    display: none;
  }
  header.header4 .middle-header-content .block-login-cart .minicart-wrapper {
    width: auto;
    height: auto;
    background-color: transparent;
    margin-top: 26px !important;
    margin-right: 52px;
  }
  header.header4 .middle-header-content .block-login-cart .minicart-wrapper .action.showcart {
    position: relative;
  }
  header.header4 .middle-header-content .block-login-cart .minicart-wrapper .action.showcart:before {
    content: "";
    background: url("../images/shopping_mobile.png");
    background-repeat: no-repeat;
    width: 35px;
    height: 30px;
    position: absolute;
    left: 3px;
    top: 0px;
  }
  header.header4 .middle-header-content .block-login-cart .minicart-wrapper .action.showcart .text-cart {
    display: none;
  }
  header.header4 .middle-header-content .block-phone {
    display: none;
  }
  header.header4 .dropdown-menu a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100%;
  }
  header.header4 .dropdown-menu .product-name {
    padding: 0px 15px;
    color: #fff;
  }
  header.header4 .dropdown-menu .menu-col-left .title {
    border-bottom: 1px solid #e2e2e2;
  }
  header.header4 .dropdown-menu .menu-col-left ul > li:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
  header.header4 .dropdown-menu .menu-col-right {
    padding-top: 15px;
  }
  header.header4 .dropdown-menu .menu-col-right .col-right-cate li > a {
    border-bottom: none;
  }
  header.header4 .dropdown-menu .menu-col-right .product-menu {
    padding-top: 15px;
    border-bottom: 1px solid #ddd;
  }
  header.header4 .dropdown-menu .menu-col-right .product-menu .product-item-menu .product-name-link {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px !important;
    display: inline-block;
    width: 100%;
  }
  header.header4 .dropdown-menu .menu-col-right .product-menu .product-name {
    padding: 0px 15px;
    color: #fff;
    font-weight: 600;
  }
  header.header4 .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate.mobile {
    display: block;
  }
  header.header4 .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate.desktop {
    display: none;
  }
  header.header4 .nav-main-menu li.mega-menu-fullwidth .dropdown-menu .menu-col-left .list-subcate-left {
    display: none;
  }
}
@media (max-width: 767px) {
  label.level-top.top-title-con span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .cms-index-index #maincontent {
    margin-top: 30px;
  }
  header.header4 {
    padding-bottom: 0px;
  }
  header.header4 + .breadcrumbs {
    padding: 18px 15px 22px 20px;
  }
  header.header4 .block-slogan-wrapper-mobile {
    padding: 4px 0px;
  }
  header.header4 .block-slogan-wrapper-mobile .block-slogan {
    width: 81%;
  }
  header.header4 .block-slogan-wrapper-mobile .block-currency {
    width: 13.4%;
    margin-right: 7px;
  }
  header.header4 .block-slogan-wrapper-mobile .block-currency .switcher-option {
    height: 17px;
  }
  header.header4 .block-slogan-wrapper-mobile .block-currency .switcher-option a {
    line-height: 17px;
    font-size: 8px;
  }
  header.header4 .action.nav-toggle {
    margin-left: 21px;
  }
  header.header4 .action.nav-toggle .text-menu-bar {
    padding-top: 10px;
  }
  header.header4 .middle-header-content {
    height: auto !important;
    padding-bottom: 0px !important;
    position: relative;
  }
  header.header4 .middle-header-content .col-middle {
    position: relative;
  }
  header.header4 .middle-header-content .search-form {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  header.header4 .middle-header-content .block-login-cart .minicart-wrapper {
    margin-top: 0px !important;
    margin-right: 25px;
    margin-top: -67px !important;
  }
  header.header4 .middle-header-content .block-login-cart .minicart-wrapper .action.showcart:before {
    top: 15px;
  }
  header.header4 .middle-header-content .col-first .logo-wrapper .logo img {
    max-width: 120px;
    max-height: 56px;
  }
  header.header4 .middle-header-content .col-last {
    width: 16%;
  }
  header.header4 .middle-header-content .search-toggle {
    display: block;
    position: relative;
    width: 35px;
    height: 30px;
    margin-top: 0px;
    margin-right: 23px;
    cursor: pointer;
  }
  header.header4 .middle-header-content .search-toggle:before {
    content: "";
    background: url("../images/search_toggle.png");
    background-repeat: no-repeat;
    width: 35px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  header.header4 .middle-header-content .col-middle {
    width: 100%;
    margin: 0px 15px;
  }
  header.header4 .minicart-wrapper .block-minicart {
    right: -30px;
    top: 92px;
  }
}
@media (max-width: 375px) {
  header.header4 .block-slogan-wrapper-mobile .block-slogan {
    font-size: 14px;
  }
  header.header4 .minicart-wrapper .block-minicart {
    max-width: 340px;
    right: -34px;
  }
}
@media (max-width: 359px) {
  header.header4 .minicart-wrapper .block-minicart {
    max-width: 290px;
  }
  header.header4 .block-slogan-wrapper-mobile .block-slogan {
    font-size: 12px;
  }
}
._404-page {
  text-align: center;
  display: block;
  position: relative;
  width: 80%;
  margin: 100px auto;
  color: #a8aa78;
}
._404-page ._404 {
  font-size: 220px;
  position: relative;
  display: inline-block;
  z-index: 2;
  height: 250px;
  letter-spacing: 15px;
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 580px) {
  ._404-page ._404 {
    max-width: 360px;
    font-size: 180px;
    height: 220px;
    letter-spacing: 6px;
  }
}
@media (max-width: 510px) {
  ._404-page ._404 {
    max-width: 280px;
    font-size: 120px;
    height: 145px;
  }
}
@media (max-width: 400px) {
  ._404-page ._404 {
    max-width: 220px;
    font-size: 113px;
    height: 135px;
    letter-spacing: 4px;
  }
}
._404-page ._404-title {
  text-align: center;
  display: block;
  position: relative;
  letter-spacing: 12px;
  font-size: 4em;
  line-height: 80%;
  max-width: 420px;
  margin: 10px auto;
}
@media (max-width: 580px) {
  ._404-page ._404-title {
    max-width: 360px;
    font-size: 40px;
    letter-spacing: 6px;
  }
}
@media (max-width: 510px) {
  ._404-page ._404-title {
    max-width: 280px;
    font-size: 37px;
  }
}
@media (max-width: 400px) {
  ._404-page ._404-title {
    max-width: 220px;
    font-size: 37px;
    letter-spacing: 4px;
  }
}
._404-page ._404-content {
  text-align: center;
  display: block;
  position: relative;
  font-size: 20px;
  max-width: 420px;
  margin: 0px auto 10px auto;
}
@media (max-width: 580px) {
  ._404-page ._404-content {
    max-width: 360px;
  }
}
@media (max-width: 510px) {
  ._404-page ._404-content {
    max-width: 280px;
  }
}
@media (max-width: 400px) {
  ._404-page ._404-content {
    max-width: 220px;
  }
}
._404-page a._404-btn {
  background-color: #a8aa78;
  position: relative;
  display: inline-block;
  width: 320px;
  padding: 5px;
  z-index: 5;
  font-size: 25px;
  color: #ffffff !important;
  text-decoration: none;
  margin: 0 auto;
}
@media (max-width: 580px) {
  ._404-page a._404-btn {
    width: 280px;
  }
}
@media (max-width: 510px) {
  ._404-page a._404-btn {
    width: 230px;
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  ._404-page a._404-btn {
    width: 190px;
    font-size: 16px;
  }
}
._404-page hr {
  padding: 0;
  border: none;
  border-top: 5px solid #fff;
  color: #a8aa78;
  background: #a8aa78;
  text-align: center;
  margin: 0px auto;
  width: 420px;
  height: 10px;
  z-index: -10;
}
@media (max-width: 580px) {
  ._404-page hr {
    max-width: 360px;
  }
}
@media (max-width: 510px) {
  ._404-page hr {
    max-width: 280px;
    height: 7px;
  }
}
@media (max-width: 400px) {
  ._404-page hr {
    max-width: 220px;
    height: 5px;
  }
}
._404-page hr:after {
  content: "\2022";
  display: inline-block;
  position: relative;
  top: -20px;
  font-size: 2em;
  padding: 0 0.2em;
  background: #fff;
}
@media (max-width: 400px) {
  ._404-page hr:after {
    font-size: 23px;
    top: -16px;
  }
}
.contact-index-index .page-title-wrapper {
  max-width: 188px;
  margin: 0 auto;
  text-align: center;
}
.contact-index-index .page-title-wrapper {
  text-transform: uppercase;
}
.contact-index-index .column.main .contact-form-content {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.contact-index-index .column.main .contact-form-content .text-uppercase {
  display: block;
  max-width: 300px;
  margin: 20px auto 50px auto;
  text-align: center;
}
.contact-index-index .column.main .contact-form-content #contact-form .row {
  margin-bottom: 30px;
}
.contact-index-index .column.main .contact-form-content #contact-form .form-group {
  margin-bottom: 30px;
}
.contact-index-index .column.main .contact-form-content #contact-form .form-group textarea.input-text {
  height: 248px;
}
.contact-index-index .column.main .contact-form-content #contact-form .actions-toolbar {
  margin-top: 50px;
  margin-bottom: 50px;
}
.checkout-cart-index .page-wrapper {
  background: #f5f5f5;
}
.checkout-cart-index .page-wrapper .header {
  background: white;
}
.checkout-cart-index .breadcrumbs {
  padding-left: 0px;
  padding-bottom: 0;
  margin-bottom: 2px;
}
@media (max-width: 1700px) {
  .checkout-cart-index .breadcrumbs {
    max-width: 1300px;
  }
}
@media (max-width: 1370px) {
  .checkout-cart-index .breadcrumbs {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.checkout-cart-index .breadcrumbs .container {
  padding-left: 0px;
  padding-top: 6px;
}
.checkout-cart-index .breadcrumbs .container .row {
  margin-left: -13px;
}
.checkout-cart-index .breadcrumbs .container .row .breadcrumb .active {
  margin-left: 5px;
}
@media (max-width: 500px) {
  .checkout-cart-index .breadcrumbs .container .row .breadcrumb .active {
    font-weight: 500;
  }
}
.checkout-cart-index .breadcrumbs .container .row .breadcrumb .active::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f105';
  padding-right: 16px;
}
@media (max-width: 500px) {
  .checkout-cart-index .breadcrumbs .container .row .breadcrumb .active::before {
    font-weight: 500;
    padding-right: 10px;
  }
}
@media (max-width: 500px) {
  .checkout-cart-index .breadcrumbs .container .row .breadcrumb .Home a {
    font-weight: 500;
  }
}
.checkout-cart-index #maincontent.page-main.container {
  max-width: 1446px;
  margin-bottom: 200px;
  padding: 0 40px 80px 40px;
}
@media (max-width: 1700px) {
  .checkout-cart-index #maincontent.page-main.container {
    max-width: 1300px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index #maincontent.page-main.container {
    margin-bottom: 100px;
  }
}
@media (max-width: 1400px) {
  .checkout-cart-index #maincontent.page-main.container {
    width: 95%;
  }
}
@media (max-width: 1200.5px) {
  .checkout-cart-index #maincontent.page-main.container {
    max-width: 1150px;
    padding-bottom: 40px;
  }
}
@media (max-width: 550px) {
  .checkout-cart-index #maincontent.page-main.container {
    padding: 0 0px 40px 0px;
  }
}
.checkout-cart-index #maincontent.page-main.container .page-title-wrapper {
  margin-top: 48px;
  margin-bottom: 10px;
}
.checkout-cart-index #maincontent.page-main.container .page-title-wrapper .base {
  font-size: 27px;
}
.checkout-cart-index #maincontent.page-main.container .row {
  margin-left: 0px;
  margin-right: 0px;
}
.checkout-cart-index #maincontent.page-main.container .row .column {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  .checkout-cart-index #maincontent.page-main.container .row .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart {
  padding-right: 30px;
}
@media (max-width: 1500px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart {
    width: 73%;
  }
}
@media (max-width: 1100px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart {
    width: 69%;
  }
}
@media (max-width: 992px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart {
    width: 90%;
    margin: 0 auto;
    padding-right: 0px;
    float: unset;
    order: 0;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart {
    order: 0;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper {
  border: 1px solid #b2b2b2;
  padding-top: 16px;
}
@media (max-width: 550px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper {
    padding-top: 0px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper #shopping-cart-table {
  margin-bottom: 0;
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper .cart thead tr th.col {
  font-size: 14px;
  font-weight: 700;
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper thead .col.item,
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper thead .col.price,
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper thead .col.qty,
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper thead .col.subtotal {
  text-align: left;
  padding-right: 0;
  padding-left: 24px;
  border-bottom: 1px solid #e3e3e3;
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody {
  border-bottom: 1px solid #e3e3e3;
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody + tbody {
  border-top: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info {
    display: flex;
  }
}
@media (max-width: 550px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info {
    display: block;
    padding-top: 10px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item {
  padding-top: 13px;
  padding-left: 25px;
  padding-right: 0;
}
@media (max-width: 549.5px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item {
    padding-top: 0px;
    padding-left: 0px;
    display: flex;
    max-width: 70%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-item-photo {
    padding-right: 0px;
    width: auto;
  }
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-item-details {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-item-photo {
    padding-right: 10px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-image-wrapper {
  padding-bottom: 0px !important;
  width: 150px;
  display: block;
}
@media (max-width: 1400px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-image-wrapper {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-image-wrapper {
    width: 100px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item img {
  max-width: 100%;
  max-height: 150px;
}
@media (max-width: 1400px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item img {
    max-height: 130px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item img {
    max-height: 100px;
    position: static;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-item-name {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 150px;
}
@media (max-width: 1400px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-item-name {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-item-name {
    height: 100px;
  }
}
@media (max-width: 767.5px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-item-name {
    margin-top: 10px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-item-name a {
  display: block;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-item-name a {
    padding-left: 10px;
    max-width: 130px;
    word-break: break-word;
  }
}
@media (max-width: 767.5px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-item-name a {
    display: block;
    max-width: 150px;
    padding-left: 0px;
    margin: 0 auto;
  }
}
@media (max-width: 549.5px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .product-item-name a {
    max-width: 80px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .item-options {
  display: none;
}
@media (max-width: 549.5px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.item .item-options {
    margin-top: 0px;
    max-width: 80px;
    margin: 0 auto;
    padding-left: 20px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.price,
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.qty,
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.subtotal {
  text-align: left;
  padding-top: 84px;
}
@media (max-width: 767px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.price,
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.qty,
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.subtotal {
    padding-top: 35px;
    line-height: 25px;
  }
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.price::before,
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.qty::before,
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.subtotal::before {
    font-size: 16px;
  }
}
@media (max-width: 549.5px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.price,
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.qty,
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.subtotal {
    padding-top: 10px;
    line-height: 20px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.subtotal {
  padding-left: 25px;
}
@media (max-width: 549.5px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.subtotal {
    padding-left: 0px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-info .col.qty .input-text {
  height: 42px;
  width: 55px;
  border: 1px solid #b2b2b2;
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-actions {
  position: absolute;
  right: 10%;
}
@media (max-width: 549.5px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-actions {
    position: static;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-actions .actions-toolbar {
  position: relative;
  min-height: 0;
  padding-bottom: 0;
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-actions .actions-toolbar .action-towishlist {
  display: none;
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-actions .actions-toolbar .action-edit {
  display: none;
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-actions .actions-toolbar a.action-delete {
  position: absolute;
  text-align: center;
  top: -40px;
  right: 5%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url('../images/exit_03.png');
}
@media (max-width: 1400px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-actions .actions-toolbar a.action-delete {
    top: -50px;
  }
}
@media (max-width: 549.5px) {
  .checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-actions .actions-toolbar a.action-delete {
    top: -33px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .form.form-cart .cart.table-wrapper tbody .item-actions .actions-toolbar a.action-delete::before {
  display: none;
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary {
  position: static;
  width: 24%;
  padding-right: 10px;
  padding-left: 24px;
  margin-right: 0px;
  padding-top: 0;
}
@media (max-width: 1500px) {
  .checkout-cart-index #maincontent.page-main.container .row .cart-summary {
    width: 26%;
  }
}
@media (max-width: 1100px) {
  .checkout-cart-index #maincontent.page-main.container .row .cart-summary {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .checkout-cart-index #maincontent.page-main.container .row .cart-summary {
    width: 90%;
    max-width: 500px;
    float: none;
    margin: 10px auto;
    padding: 20px;
    order: 0;
  }
}
@media (max-width: 400px) {
  .checkout-cart-index #maincontent.page-main.container .row .cart-summary {
    padding: 10px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .summary.title {
  padding-left: 9px;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .block .title {
  border: none;
  padding-top: 4px;
  padding-right: 0;
  margin-right: 20px;
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .block .title::after {
  top: 9px;
  right: 9px;
  display: none;
}
@media (max-width: 992px) {
  .checkout-cart-index #maincontent.page-main.container .row .cart-summary .block .title::after {
    font-size: 26px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .block .title:hover {
  background: #fff;
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .block .title:hover::after {
  display: block;
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .block .title #block-shipping-heading {
  font-size: 18px;
  font-weight: 500;
  padding-left: 9px;
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .cart-totals .table > tbody > tr > th,
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .cart-totals .table > tbody > tr > td {
  text-align: left;
  padding-top: 10px;
  border: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 4px;
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .cart-totals .table > tbody > tr > th strong,
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .cart-totals .table > tbody > tr > td strong {
  line-height: 23px;
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .cart-totals .table > tbody > tr > th .label,
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .cart-totals .table > tbody > tr > td .label {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 400px) {
  .checkout-cart-index #maincontent.page-main.container .row .cart-summary .cart-totals .table > tbody > tr > th,
  .checkout-cart-index #maincontent.page-main.container .row .cart-summary .cart-totals .table > tbody > tr > td {
    font-size: 16px;
  }
  .checkout-cart-index #maincontent.page-main.container .row .cart-summary .cart-totals .table > tbody > tr > th .label,
  .checkout-cart-index #maincontent.page-main.container .row .cart-summary .cart-totals .table > tbody > tr > td .label {
    font-size: 16px;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .cart-totals .table > tbody > tr > td {
  padding-left: 16px;
  padding-right: 0;
  letter-spacing: -0.5px;
  color: #314974;
  text-align: right;
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .cart-totals .table > tbody > tr.grand.totals > td {
  padding-left: 0px;
  font-size: 24px;
  font-weight: 700;
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .checkout-methods-items {
  text-align: center;
}
.checkout-cart-index #maincontent.page-main.container .row .cart-summary .checkout-methods-items button.action {
  margin-left: -12px;
  max-width: 235px;
  font-size: 21px;
  text-transform: uppercase;
  background: #a4cd1b;
  border: none;
}
@media (max-width: 992px) {
  .checkout-cart-index #maincontent.page-main.container .row .cart-summary .checkout-methods-items button.action {
    margin-left: 0;
  }
}
.checkout-cart-index #maincontent.page-main.container .row .cart.main.actions {
  margin-top: 23px;
  float: right;
  max-width: 210px;
}
.checkout-cart-index #maincontent.page-main.container .row .cart.main.actions button {
  border-radius: 3px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  background-color: white !important;
  border-color: #b2b2b2 !important;
}
.checkout-cart-index #maincontent.page-main.container .row .cart.main.actions button span {
  color: black;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart.table-wrapper .col.price,
  .checkout-cart-index .cart.table-wrapper .col.subtotal,
  .checkout-cart-index .cart.table-wrapper .col.msrp {
    width: 31%;
  }
  .checkout-cart-index .cart.table-wrapper .price {
    font-size: 16px;
  }
}
.checkout-cart-index .footer.footer1 {
  margin-top: 0;
}
.checkout-cart-index .footer.footer1 .footer-container .middle-footer {
  display: none;
}
.checkout-cart-index .content-heading:before {
  display: none;
}
@media (max-width: 992px) {
  .checkout-cart-index .page-main h1.page-header {
    width: 90%;
    margin: 0 auto;
  }
}
.block-login-cart .minicart-wrapper .action.showcart .counter.qty {
  height: 27.5px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  height: 29px;
}
.minicart-wrapper .action.showcart .counter.qty.empty .counter-number {
  padding-bottom: 0.5px;
}
@media (max-width: 1200px) {
  .catalog-product-view .product-wrap-inner .prices-tier-switcher {
    padding-left: 0px;
  }
  .catalog-product-view ul.mobile {
    padding-left: 20px;
  }
}
.product-wrap-inner .product-add-form .box-tocart .fieldset .field.qty span.minus,
.product-wrap-inner .product-add-form .box-tocart .fieldset .field.qty .plus {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
body input[type="number"] {
  padding: 0 5px;
}
.block-login-cart .minicart-items .item-qty {
  width: 60px;
}
@media (max-width: 575px) {
  .block-login-cart .minicart-wrapper .block-minicart {
    max-width: 340px;
  }
}
/* IT-11: product label */
.ryco-image-wrapper {
  position: relative;
  display: inline-block;
}
.ryco-image-wrapper img {
  padding: 0;
}
.ryco-image-wrapper .ryco-product-label {
  position: absolute;
  width: 65px;
  height: 37.53px;
  margin: 18.76px 0;
  top: -20px;
  right: 0;
}
.ryco-image-wrapper .ryco-product-label.best-seller {
  background-color: #a1d15b;
}
.ryco-image-wrapper .ryco-product-label.best-seller .text {
  color: #36451e;
}
.ryco-image-wrapper .ryco-product-label.best-seller:before {
  border-bottom: 18.76px solid #a1d15b;
}
.ryco-image-wrapper .ryco-product-label.best-seller:after {
  border-top: 18.76px solid #a1d15b;
}
.ryco-image-wrapper .ryco-product-label.on-trend {
  background-color: #513a10;
}
.ryco-image-wrapper .ryco-product-label.on-trend .text {
  color: #fff;
}
.ryco-image-wrapper .ryco-product-label.on-trend:before {
  border-bottom: 18.76px solid #513a10;
}
.ryco-image-wrapper .ryco-product-label.on-trend:after {
  border-top: 18.76px solid #513a10;
}
.ryco-image-wrapper .ryco-product-label.on-sale {
  background-color: #fe0000;
}
.ryco-image-wrapper .ryco-product-label.on-sale .text {
  color: #fff;
}
.ryco-image-wrapper .ryco-product-label.on-sale:before {
  border-bottom: 18.76px solid #fe0000;
}
.ryco-image-wrapper .ryco-product-label.on-sale:after {
  border-top: 18.76px solid #fe0000;
}
.ryco-image-wrapper .ryco-product-label:before,
.ryco-image-wrapper .ryco-product-label:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 32.5px solid transparent;
  border-right: 32.5px solid transparent;
}
.ryco-image-wrapper .ryco-product-label:before {
  bottom: 100%;
  right: 0;
}
.ryco-image-wrapper .ryco-product-label:after {
  top: 100%;
  width: 0;
  right: 0;
}
.ryco-image-wrapper .ryco-product-label .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}
.product-item-info .product-top {
  display: flex;
  justify-content: center;
}
/* End IT-11 */
/* IT-12 Style Product list */
.page-products #product-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.product-item-info img {
  border: none;
}
body .page-wrapper #maincontent .product.details.product-item-details {
  text-align: center;
}
body .page-wrapper #maincontent .product.details.product-item-details a.product-item-link {
  font-size: 18px;
  font-weight: 600;
  color: #262626 !important;
}
body .page-wrapper #maincontent .product.details.product-item-details a.product-item-link:hover {
  text-decoration: none;
}
body .page-wrapper #maincontent .product.details.product-item-details .product-item-name {
  margin-bottom: 8px;
}
body .page-wrapper #maincontent .product.details.product-item-details .price-final_price span.price {
  font-size: 17px;
  font-weight: 600;
  color: #291c05 !important;
}
body .page-wrapper #maincontent .product.details.product-item-details .has-special-price span.price {
  color: #d70000 !important;
}
body .page-wrapper #maincontent .product.details.product-item-details span.include-tax-span {
  font-weight: 300;
  font-size: 15px;
}
body .page-wrapper #maincontent .product.details.product-item-details .old-price {
  width: 100%;
  float: unset;
}
body .page-wrapper #maincontent .product.details.product-item-details .old-price .include-tax-span,
body .page-wrapper #maincontent .product.details.product-item-details .old-price .tax-label,
body .page-wrapper #maincontent .product.details.product-item-details .old-price .unit-price {
  text-decoration: line-through;
}
body .page-wrapper #maincontent .product.details.product-item-details .your_price_wrapper {
  background: #f2f2f2;
  border: none;
  padding: 8px;
}
body .page-wrapper #maincontent .product.details.product-item-details .unit,
body .page-wrapper #maincontent .product.details.product-item-details .unit-price {
  font-weight: 500;
}
.products.list.items.product-items .owl-stage-outer {
  margin-top: -20px;
}
.products.list.items.product-items .owl-stage-outer .owl-stage {
  margin-top: 20px;
}
@keyframes mybounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  60% {
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
footer.footer.footer1 {
  margin-top: 0px;
}
footer.footer.footer1 .footer-container .middle-footer {
  background-color: #f5f5f5;
  padding: 119px 0px 117px;
}
footer.footer.footer1 .footer-container .middle-footer .container {
  padding: 0;
}
@media (max-width: 991.5px) {
  footer.footer.footer1 .footer-container .middle-footer {
    padding-top: 118px;
    padding-bottom: 115px;
  }
}
@media (max-width: 767.5px) {
  footer.footer.footer1 .footer-container .middle-footer {
    padding-top: 55px;
    padding-bottom: 41px;
  }
}
footer.footer.footer1 .footer-newsletter {
  max-width: 677px;
  margin: 0 auto;
}
footer.footer.footer1 .footer-newsletter .footer-footer1 .control {
  text-align: center;
}
@media (max-width: 767.5px) {
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control label {
    margin-bottom: 0;
  }
}
footer.footer.footer1 .footer-newsletter .footer-footer1 .control label span.label {
  margin: 0;
}
footer.footer.footer1 .footer-newsletter .footer-footer1 .control label span.label h2 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: .31px;
}
@media (max-width: 767.5px) {
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control label span.label h2 {
    white-space: initial;
    max-width: 250px;
    line-height: 33px;
    margin-bottom: 28px;
  }
}
footer.footer.footer1 .footer-newsletter .footer-footer1 .control span.label-bottom {
  font-weight: 400;
  font-size: 18px;
  color: #686868;
  letter-spacing: 1.86px;
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 650px) {
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control span.label-bottom {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 475px) {
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control span.label-bottom {
    max-width: 300px;
  }
}
@media (max-width: 380px) {
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control span.label-bottom {
    max-width: 250px;
  }
}
footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter {
  width: 677px;
  height: 75px;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter input#newsletter {
  height: 100%;
  width: 72.5%;
  padding-left: 23px;
  padding-top: 2px;
  color: #b1b1b1;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter #newsletter-error {
  position: absolute;
  color: #ff0000;
  bottom: -47%;
  left: 0;
}
footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter button.action.subscribe {
  width: 27.5%;
  color: white;
  background: #4b4143;
  padding-left: 12px;
  padding-top: 9px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .3px;
}
@media (max-width: 767.5px) {
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter {
    margin-bottom: 150px;
    display: block;
  }
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter input#newsletter {
    margin-bottom: 10px;
  }
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter #newsletter-error {
    position: static;
    bottom: -45%;
    font-size: 15px;
    width: 72.5%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 15px;
  }
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter button.action.subscribe {
    height: 80%;
  }
}
@media (max-width: 650px) {
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter {
    margin: 0 auto 150px;
    max-width: 500px;
  }
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter #newsletter-error {
    bottom: -47%;
    left: 48px;
    text-align: left;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.5px) {
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter {
    max-width: 400px;
  }
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter button.action.subscribe {
    width: 45%;
    padding-top: 6.5px;
  }
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter #newsletter-error {
    bottom: -51%;
    font-size: 14px;
    left: 30px;
    width: 90%;
    margin-bottom: 15px;
  }
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter input#newsletter {
    width: 90%;
  }
}
@media (max-width: 450.5px) {
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter {
    max-width: 95%;
  }
}
@media (max-width: 360.5px) {
  footer.footer.footer1 .footer-newsletter .footer-footer1 .control .form.newsletter button.action.subscribe {
    width: 58%;
  }
}
footer.footer.footer1 .bottom-footer {
  background: #484243;
}
footer.footer.footer1 .bottom-footer .container {
  max-width: 1446px;
  color: white;
  background: #484243;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
footer.footer.footer1 .bottom-footer .container address {
  text-transform: none;
  margin-top: 55px;
  font-size: 20px;
  font-weight: 400;
  display: block;
  max-width: 914px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: .18px;
  padding-bottom: 80px;
}
footer.footer.footer1 .bottom-footer .container .row {
  padding-top: 105px;
}
@media (max-width: 991.5px) {
  footer.footer.footer1 .bottom-footer .container .row {
    padding-top: 73px;
  }
}
@media (max-width: 767.5px) {
  footer.footer.footer1 .bottom-footer .container .row {
    padding-top: 56px;
  }
}
footer.footer.footer1 .bottom-footer .container .row .shop-link,
footer.footer.footer1 .bottom-footer .container .row .customer-service,
footer.footer.footer1 .bottom-footer .container .row .about-us {
  padding-left: 0;
}
footer.footer.footer1 .bottom-footer .container .row .shop-link > div,
footer.footer.footer1 .bottom-footer .container .row .customer-service > div,
footer.footer.footer1 .bottom-footer .container .row .about-us > div {
  padding-left: 0;
}
footer.footer.footer1 .bottom-footer .container .row .shop-link p.title,
footer.footer.footer1 .bottom-footer .container .row .customer-service p.title,
footer.footer.footer1 .bottom-footer .container .row .about-us p.title {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 767.5px) {
  footer.footer.footer1 .bottom-footer .container .row .shop-link p.title,
  footer.footer.footer1 .bottom-footer .container .row .customer-service p.title,
  footer.footer.footer1 .bottom-footer .container .row .about-us p.title {
    margin-bottom: 10px;
  }
}
footer.footer.footer1 .bottom-footer .container .row .shop-link ul,
footer.footer.footer1 .bottom-footer .container .row .customer-service ul,
footer.footer.footer1 .bottom-footer .container .row .about-us ul {
  text-align: left;
}
footer.footer.footer1 .bottom-footer .container .row .shop-link ul li,
footer.footer.footer1 .bottom-footer .container .row .customer-service ul li,
footer.footer.footer1 .bottom-footer .container .row .about-us ul li {
  padding-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.5px;
}
footer.footer.footer1 .bottom-footer .container .row .shop-link ul li a,
footer.footer.footer1 .bottom-footer .container .row .customer-service ul li a,
footer.footer.footer1 .bottom-footer .container .row .about-us ul li a {
  color: white !important;
}
@media (max-width: 575.5px) {
  footer.footer.footer1 .bottom-footer .container .row .shop-link,
  footer.footer.footer1 .bottom-footer .container .row .customer-service {
    width: 100%;
  }
}
footer.footer.footer1 .bottom-footer .container .row .customer-service {
  padding-left: 80px;
}
footer.footer.footer1 .bottom-footer .container .row .about-us {
  padding-left: 140px;
}
footer.footer.footer1 .bottom-footer .container .row .about-us .social p.title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}
@media (max-width: 767.5px) {
  footer.footer.footer1 .bottom-footer .container .row .about-us .social p.title {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
footer.footer.footer1 .bottom-footer .container .row .about-us li:nth-last-child(1) {
  margin-bottom: 54.5px;
}
@media (max-width: 991.5px) {
  footer.footer.footer1 .bottom-footer .container .row .about-us li:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
@media (max-width: 767.5px) {
  footer.footer.footer1 .bottom-footer .container .row .about-us li:nth-last-child(1) {
    margin-bottom: 62px;
  }
}
footer.footer.footer1 .bottom-footer .container .row .about-us .social ul {
  display: flex;
  margin-left: -1px;
}
footer.footer.footer1 .bottom-footer .container .row .about-us .social ul li {
  padding: 10px;
  margin: 0;
  padding-left: 0px;
  margin-right: 26px;
}
footer.footer.footer1 .bottom-footer .container .row .about-us .social ul li a {
  display: block;
  font-size: 20px;
  background: white;
  color: #484243 !important;
  border-radius: 50%;
  width: 41px;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
}
footer.footer.footer1 .bottom-footer .container .row .about-us .social ul li a:hover {
  text-decoration: none;
  animation: mybounce 2s infinite;
  color: #4eaf30 !important;
}
footer.footer.footer1 .bottom-footer .container .row .about-us .social ul li:nth-child(1) a {
  font-size: 25px;
}
footer.footer.footer1 .bottom-footer .container .row .about-us .social ul li:nth-last-child(1) {
  margin: 0;
  padding-right: 0;
}
@media (max-width: 1800px) {
  footer.footer.footer1 .bottom-footer .container .row .shop-link {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  footer.footer.footer1 .bottom-footer .container .row .shop-link {
    padding-left: 80px;
  }
  footer.footer.footer1 .bottom-footer .container .row .about-us {
    padding-left: 100px;
  }
}
@media (max-width: 991.5px) {
  footer.footer.footer1 .bottom-footer .container .row .shop-link {
    padding-left: 59px;
  }
  footer.footer.footer1 .bottom-footer .container .row .about-us {
    margin-top: 50px;
    padding-left: 64px;
  }
  footer.footer.footer1 .bottom-footer .container .row .about-us .about ul {
    column-count: 2;
  }
  footer.footer.footer1 .bottom-footer .container .row .about-us .about p.title {
    margin-bottom: 8px;
  }
  footer.footer.footer1 .bottom-footer .container .row .about-us .social {
    margin-left: -49px;
  }
  footer.footer.footer1 .bottom-footer .container .row .about-us .social .title {
    margin: 0 auto;
    max-width: 200px;
    display: flex;
    justify-content: center;
  }
  footer.footer.footer1 .bottom-footer .container .row .about-us .social ul {
    margin: 0 auto;
    max-width: 307px;
    display: flex;
    justify-content: center;
  }
  footer.footer.footer1 .bottom-footer .container .row .customer-service {
    padding-left: 73px;
  }
}
@media (max-width: 767.5px) {
  footer.footer.footer1 .bottom-footer .container .row .about-us .about ul {
    column-count: 1;
  }
  footer.footer.footer1 .bottom-footer .container .row .about-us .about p.title {
    margin-bottom: 11px;
    margin-top: -3px;
  }
  footer.footer.footer1 .bottom-footer .container .row ul li:nth-last-child(1) {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  footer.footer.footer1 .bottom-footer .container .row .shop-link {
    padding-left: 50px;
  }
  footer.footer.footer1 .bottom-footer .container .row .customer-service {
    padding-left: 0px;
  }
  footer.footer.footer1 .bottom-footer .container .row .about-us {
    padding-left: 50px;
  }
}
@media (max-width: 575.5px) {
  footer.footer.footer1 .bottom-footer .container .row .footer.footer3 .footer-container .middle-footer p.title {
    text-align: left;
    padding-left: 50px;
    padding-right: 15px;
  }
  footer.footer.footer1 .bottom-footer .container .row .shop-link,
  footer.footer.footer1 .bottom-footer .container .row .customer-service,
  footer.footer.footer1 .bottom-footer .container .row .about-us {
    width: 100%;
    padding-left: 50px;
  }
  footer.footer.footer1 .bottom-footer .container .row .shop-link p.title,
  footer.footer.footer1 .bottom-footer .container .row .customer-service p.title,
  footer.footer.footer1 .bottom-footer .container .row .about-us p.title {
    text-align: left;
  }
  footer.footer.footer1 .bottom-footer .container .row .about-us {
    margin-top: 0;
    padding-left: 50px;
  }
  footer.footer.footer1 .bottom-footer .container .row .about-us .social p.title {
    left: 0px;
    justify-content: flex-start;
    max-width: 100%;
    padding-left: 50px;
  }
  footer.footer.footer1 .bottom-footer .container .row footer.footer.footer1 .bottom-footer .container .row .about-us .social {
    margin-left: 0;
  }
  footer.footer.footer1 .bottom-footer .container .row .footer.footer1 .bottom-footer .container .row .about-us .social .title,
  footer.footer.footer1 .bottom-footer .container .row .footer.footer1 .bottom-footer .container .row .about-us .social ul {
    justify-content: flex-start;
  }
  footer.footer.footer1 .bottom-footer .container .row footer.footer.footer1 .bottom-footer .container .row .about-us .social ul {
    justify-content: flex-start;
    max-width: 100%;
  }
}
@media (max-width: 991.5px) {
  footer.footer.footer1 .bottom-footer .container address {
    padding-right: 0;
    max-width: 430px;
    margin-top: 33px;
    line-height: 45px;
  }
}
@media (max-width: 767.5px) {
  footer.footer.footer1 .bottom-footer .container address {
    font-size: 18px;
    line-height: 45px;
    max-width: 300px;
    margin-top: 67px;
  }
  footer.footer.footer1 .bottom-footer .container .social .title {
    max-width: 160px;
  }
}
address .privacy-policy {
  color: #fff;
}
address .privacy-policy:hover {
  text-decoration: underline;
}
/* customer service */
.cms-customer-service .page-title h1 {
  text-transform: uppercase;
  color: #428bca;
}
.cms-customer-service .disc {
  list-style: disc outside;
  margin-bottom: 1.5em;
}
.cms-customer-service .disc li {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  margin-left: 2em;
}
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    padding: 17px;
  }
}
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .stripe-icon-container + span {
  padding-left: 25px;
  padding-bottom: 20px;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
  margin-top: 25px;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .action.amcheckout-button {
  margin-top: 0;
  margin-bottom: 10px;
}
#checkout-shipping-method-load input[type="radio"] + label {
  margin-bottom: 4px;
}
.checkout-index-index {
  background: #f5f5f5;
}
.checkout-index-index select {
  height: 44px;
  border-color: #5e5e5e;
}
.checkout-index-index .field.field-select-billing {
  margin-top: 20px;
}
.checkout-index-index .checkout-payment-method .payment-method-title .label::before {
  margin-right: 23px;
  position: relative;
  top: -71px;
}
.checkout-index-index .field.street.admin__control-fields {
  margin-top: 5px;
}
.checkout-index-index .fieldset .actions-toolbar button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  display: inline-block;
  padding: 5px 20px;
  background: #a4cd1b;
  transition: all 300ms;
}
.checkout-index-index .fieldset .actions-toolbar button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover {
  background: #80a015;
}
.checkout-index-index .fieldset .actions-toolbar button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) a {
  background: none;
}
.checkout-index-index .fieldset .actions-toolbar button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) a:hover {
  text-decoration: none;
}
.checkout-index-index .fieldset .actions-toolbar button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) span {
  color: white;
}
.checkout-index-index .fieldset .actions-toolbar .secondary a {
  color: #a4cd1b;
}
.checkout-index-index #shipping-new-address-form {
  margin-top: 0;
}
.checkout-index-index .gift-message input.input-text {
  border-color: #ccc;
}
.checkout-index-index #customer-email-error,
.checkout-index-index .field-error {
  color: #e02b27;
  font-size: 14px;
}
.checkout-index-index .field-tooltip > .label {
  display: none;
}
.checkout-index-index .agreements-modal .modal-popup.modal-inner-wrap {
  width: 80%;
  margin: 0;
  transform: translate(-50%, -50%);
  min-width: 320px;
}
.checkout-index-index .modal-custom .modal-inner-wrap button.action-close {
  padding: 0;
}
.checkout-index-index .modal-inner-wrap button.action-close {
  padding: 10px;
}
.checkout-index-index .modal-inner-wrap .field.choice input {
  margin-bottom: 4px;
}
.checkout-index-index .modal-inner-wrap .primary {
  padding-left: 0;
}
.checkout-index-index .modal-inner-wrap button.action {
  padding: 5px 15px;
  background: #a4cd1b;
  border: none;
  color: white;
  text-transform: capitalize;
}
.checkout-index-index .modal-inner-wrap .secondary a.action {
  color: #a4cd1b !important;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index {
    background: #fff;
  }
  .checkout-index-index .row .column {
    padding: 0;
  }
}
.checkout-index-index .container .am-checkout {
  margin: 0 auto;
  padding: 40px 0 60px;
  max-width: 1356px;
  width: 98%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .checkout-index-index .container .am-checkout {
    padding: 20px 0 0;
  }
}
.checkout-index-index .container .am-checkout .opc-estimated-wrapper {
  display: none;
}
.checkout-index-index .container .am-checkout .checkout-header {
  max-width: 1240px;
  margin: 0 auto 20px;
  width: 97%;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .checkout-header {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .checkout-header {
    margin-bottom: 25px;
  }
}
.checkout-index-index .container .am-checkout .checkout-header .title {
  font-size: 40px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .checkout-header .title {
    font-size: 23px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .checkout-header .title {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .checkout-header .title {
    margin-bottom: 25px;
  }
}
.checkout-index-index .container .am-checkout .authentication-wrapper {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  float: none;
  position: absolute;
  top: 10px;
  right: 0;
}
.checkout-index-index .container .am-checkout .authentication-wrapper .button-wrapper {
  max-width: 1240px;
  width: 97%;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .authentication-wrapper .button-wrapper {
    padding: 0 25px;
  }
}
.checkout-index-index .container .am-checkout .authentication-wrapper .button-wrapper .action-auth-toggle {
  background: #a4cd1b;
}
.checkout-index-index .container .am-checkout .description {
  letter-spacing: 0.15px;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .description {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .description {
    font-size: 17px;
    margin: 0 auto;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary {
  margin: 0 auto;
  max-width: 1240px;
  width: 97%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary {
    padding: 40px 15px 0;
    display: block;
    column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary {
    width: 92%;
  }
}
@media screen and (max-width: 1356px) {
  .checkout-index-index .container .am-checkout .am-submit-summary {
    margin: 0 auto;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column:not(:first-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column {
    margin-bottom: 24px;
    width: 100%;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .step-content.amcheckout-content .amcheckout-wrapper .form.form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .step-content.amcheckout-content .amcheckout-wrapper .field.choice {
  margin-bottom: 0;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .step-content.amcheckout-content .amcheckout-wrapper .field.choice input {
  display: none;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .step-content.amcheckout-content .amcheckout-wrapper .field.choice p {
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .step-content.amcheckout-content .amcheckout-wrapper .field.choice p {
    margin-bottom: 5px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .step-content.amcheckout-content .amcheckout-wrapper .field.choice p .label {
  line-height: 20px;
  white-space: normal;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .step-content.amcheckout-content .amcheckout-wrapper .field.choice p .label::before {
    min-height: 12px;
    min-width: 12px;
    height: 12px;
    width: 12px;
    margin: 4px 12px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .step-content.amcheckout-content .amcheckout-wrapper .field.choice p .label {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .step-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .step-title {
    font-size: 16px;
    padding: 13px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-payment-method .amcheckout-title {
    padding: 0;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block.amcheckout-step-container.-summary {
  border: 1px solid #d4d4d4;
  background: #fff;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address label span {
  font-weight: normal;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .shipping-address-item.amcheckout-shipping-address {
  border: none;
  padding: 6px 20px 0;
  width: 100%;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .shipping-address-item.amcheckout-shipping-address:not(:first-child) {
  margin-top: 15px;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .shipping-address-item.amcheckout-shipping-address .action-select-shipping-item.amcheckout-button {
  border: none;
  background: none;
  color: #5e5e5e;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .shipping-address-item.amcheckout-shipping-address .action-select-shipping-item.amcheckout-button span {
  border-bottom: 1px solid #9f9f9f;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .shipping-address-item.amcheckout-shipping-address {
    font-size: 13px;
    line-height: 24px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .shipping-address-item.amcheckout-shipping-address {
    padding: 0 20px;
    line-height: 26px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .shipping-address-item.amcheckout-shipping-address .action.edit-address-link.amcheckout-button {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .shipping-address-item.amcheckout-shipping-address .action.edit-address-link.amcheckout-button {
    font-size: 13px;
  }
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .shipping-address-item.amcheckout-shipping-address .action.edit-address-link.amcheckout-button::before {
    width: 12px;
    height: 12px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .shipping-address-item.amcheckout-shipping-address:hover {
  border: none;
  box-shadow: none;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .checkout-billing-address .field-set {
  display: none;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .checkout-billing-address {
    margin-top: 9px;
    font-size: 14px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .checkout-billing-address .actions-toolbar .primary {
  padding-left: 0;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-shipping-address .amcheckout-wrapper .checkout-billing-address .actions-toolbar .primary button.action {
  padding: 5px 15px;
  background: #a4cd1b;
  border: none;
  color: white;
  text-transform: capitalize;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper {
  padding-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper {
    padding: 15px 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper {
    padding-top: 14px;
    padding-bottom: 8px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field {
  width: 50%;
  padding-top: 4px;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field.date {
  padding-right: 10px;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field.timepicker {
  padding-left: 10px;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field.timepicker select {
  padding-left: 5px;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field .label {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field .label {
    font-size: 13px;
  }
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field .label:not(:last-child) {
    margin-bottom: 16px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field.comment {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field .control input,
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field .control select {
    height: 33px;
    font-size: 13px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field .control textarea {
  min-height: auto;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field .control textarea {
    padding: 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field .control textarea {
    padding: 7px;
    font-size: 13px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field .control .field-note {
  color: #717171;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0 0 6px;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field .control .field-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field .control .field-note {
    font-size: 13px;
    padding: 5px;
  }
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .field .control .field-note span {
    font-size: 13px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .control {
  position: relative;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .control .ui-datepicker-trigger.v-middle {
  right: 6px;
  background: none;
  border: none;
  background: url("../images/date.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  margin: 0;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .control .ui-datepicker-trigger.v-middle {
    width: 18px;
    height: 18px;
    font-size: 13px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-delivery-date .step-content.amcheckout-content .amcheckout-wrapper .control .ui-datepicker-trigger.v-middle span {
  position: absolute;
  visibility: hidden;
  width: 0;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper {
  padding: 16px 0;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method {
  min-width: auto;
  width: 100%;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method {
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #a49d9d;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method {
    width: 100%;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method.-selected {
  border: 1px solid #1979c3;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method::before,
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method::after {
  display: none;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method .col {
  padding: 20px 8px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method .col {
    padding: 15px 8px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method .col.col-price {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method .col.col-price {
    font-size: 15px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method td:first-child {
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method td:first-child {
    padding: 15px 0;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-shipping-method .amcheckout-wrapper .table-checkout-shipping-method tbody tr.row.amcheckout-method td:nth-child(3) {
  display: table-cell;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container {
  margin: 0;
  padding: 0;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-title {
  background: #eee;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper {
    padding-top: 10px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart {
  margin-bottom: 17px;
  border-bottom: none;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart {
    margin-bottom: 23px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .title {
  border: none;
  outline: none;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .title strong {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .title {
    padding: 0 40px 0 0;
  }
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .title strong {
    font-size: 14px;
    font-weight: 400;
  }
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .title::after {
    top: 5px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items {
  margin: 18px -12px 0;
  overflow: auto;
  max-height: 395px;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper {
  background: white;
  border: none;
  padding: 0;
  max-height: none;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items {
  background: #f5f5f5;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item {
  min-height: 187px;
  border: none;
  background: white;
  padding: 20px 12px 0;
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item {
    padding-top: 15px;
    min-height: 165px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item {
    min-height: 150px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item:first-child {
  margin-top: 3px;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 500px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product {
    min-height: 115px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .delete {
  width: 30px;
  height: 30px;
  background-size: 10px;
  border-radius: 50%;
  border-width: 2px;
  float: none;
  position: absolute;
  top: 0;
  right: -21px;
  z-index: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  border: 1px solid #a2a2a2;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .delete {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .delete {
    bottom: 0;
    right: 5px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-image-container {
  margin-left: 0;
  border: none;
  max-width: 85px;
  height: auto !important;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-image-container {
    max-width: 75px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-image-container {
    max-width: 70px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-image-container img {
  width: 100%;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details {
  padding-left: 105px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details {
    padding-left: 90px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details {
    padding-left: 80px;
    padding-right: 27px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner {
  position: relative;
  padding-bottom: 12px;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner {
    min-height: 94px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner {
    min-height: 89px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block {
  margin: 0;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
  position: relative;
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
    margin-top: 13px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block .details-qty .label {
  margin-right: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block .details-qty .label {
    font-size: 13px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block .details-qty .qty {
  font-size: 18px;
  text-align: center;
  border: none;
  height: 42px;
  width: 58px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block .details-qty .qty {
    width: 50px;
    height: 39px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block .details-qty .qty {
    height: 34px;
    width: 48px;
    font-size: 13px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block .details-qty .qty::-webkit-outer-spin-button,
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block .details-qty input.qty::-webkit-inner-spin-button {
  display: none;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block .details-qty .subtotal span .cart-price {
  font-size: 18px;
  font-weight: 500;
  color: #5e5e5e;
  top: 0;
  right: 0;
  max-width: 80px;
  word-break: break-all;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block .details-qty .subtotal span .cart-price {
    line-height: 1;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-inner .product-item-name-block .details-qty .subtotal span .cart-price {
    font-size: 13px;
    top: -5px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .toggle,
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product-item-name {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .toggle {
  text-transform: lowercase;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product.options {
  padding-bottom: 0;
  float: left;
  line-height: 1;
  display: none;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .product.options {
    font-size: 12px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details button.action.checkout {
  margin: 0;
  border: none;
  background: none;
  padding: 0;
  color: #363636;
  text-transform: lowercase;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details button.action.checkout {
    display: flex;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details button.action.checkout span {
  border-bottom: 1px solid #9f9f9f;
}
@media screen and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details button.action.checkout span {
    font-weight: 700;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details button.action.checkout span {
    font-size: 12px;
    padding-bottom: 2px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .toggle {
  border-bottom: 1px solid #9f9f9f;
  padding: 0;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .toggle::after {
  display: none;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .field.configurable {
  padding: 10px 0 10px;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .field.configurable .label {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #363636;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .field.configurable .control select,
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .field.configurable .control select option {
  font-size: 14px;
  font-weight: 500;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .action.checkout {
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item > .product .product-item-details .action.checkout span {
    font-size: 13px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals {
    font-size: 15px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals {
  font-size: 24px;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals {
    font-size: 20px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals .mark {
  font-size: 18px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals .mark {
    font-size: 15px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals tbody tr th,
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals tbody tr td {
  border: none;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals tbody tr th.amount,
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals tbody tr td.amount {
  text-align: right;
  padding: 0;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals tbody tr th span.price,
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals tbody tr td span.price {
  color: #314974;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals .order-attributes .field {
  margin-bottom: 0;
  padding: 0;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals .order-attributes .field > .label {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .data.table.table-totals .order-attributes .field > .label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .payment-option.discount-code {
  display: inline-block;
  padding: 0px;
  width: 100%;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .payment-option.discount-code .payment-option-title {
  padding: 10px 0px;
  color: #5e5e5e;
  cursor: pointer;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .payment-option.discount-code .payment-option-title::after {
  content: "\f078";
  font-size: 14px;
  font-weight: normal;
  color: inherit;
  display: inline-block;
  font-family: "FontAwesome";
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  margin-top: -7px;
  margin-left: 8px;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .payment-option.discount-code .action.action-apply {
  display: inline-block;
  padding: 5px 20px;
  background: #a4cd1b;
  transition: all 300ms;
  margin-top: 10px;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .payment-option.discount-code .action.action-apply:hover {
  background: #80a015;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .amcheckout-wrapper .payment-option.discount-code._active .payment-option-title::after {
  content: "\f077";
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .mark {
  background: none;
  color: #636363;
  font-weight: 500;
  padding: 0;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .mark .label {
  color: #636363;
  font-size: 18px;
  font-weight: 500;
  white-space: normal;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content .mark .label {
    font-size: 15px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options.additional-options {
  background: #fff;
  border: none;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options.additional-options .field.amcheckout-comment {
    margin-bottom: 12px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options.additional-options .field.amcheckout-comment .label {
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options.additional-options .field.amcheckout-comment .label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options.additional-options .field.amcheckout-comment .label {
    font-size: 11px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options.additional-options .control textarea {
  min-height: 62px;
  border: 1px solid #c2c2c2;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options.additional-options .control textarea {
    min-height: 52px;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options.additional-options .control textarea {
    min-height: 57px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options .amcheckout-checkboxes-container.amcheckout-checkboxes {
  padding: 0;
  margin-bottom: 25px;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options .amcheckout-checkboxes-container.amcheckout-checkboxes .checkout-agreements .field.choice {
  margin: 0;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options .amcheckout-checkboxes-container.amcheckout-checkboxes .checkout-agreements .field.choice input {
  display: none;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options .amcheckout-checkboxes-container.amcheckout-checkboxes .checkout-agreements .field.choice .label {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options .amcheckout-checkboxes-container.amcheckout-checkboxes .checkout-agreements .field.choice .label::before {
    min-height: 12px;
    min-width: 12px;
    height: 12px;
    width: 12px;
    margin: 4px 12px 0 0;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options .amcheckout-checkboxes-container.amcheckout-checkboxes .checkout-agreements .field.choice .label span {
  color: #5e5e5e;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options .amcheckout-checkboxes-container.amcheckout-checkboxes .checkout-agreements .field.choice .label span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options .admin__field.admin__field-option {
    margin-bottom: 0;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options .admin__field.admin__field-option .admin__field-label {
  color: #5e5e5e;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options .admin__field.admin__field-option .admin__field-label {
    font-size: 13px;
  }
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .amcheckout-additional-options .admin__field.admin__field-option .admin__field-label::before {
    min-height: 12px;
    min-width: 12px;
    height: 12px;
    width: 12px;
    margin: 4px 12px 0 0;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-payment-method.submit {
  padding: 0 20px;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-payment-method.submit .actions-toolbar {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-payment-method.submit .actions-toolbar button.action {
    padding: 11px 30px;
  }
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-payment-method.submit .actions-toolbar .action.primary.checkout.amasty {
  width: 100%;
}
.checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-payment-method.submit .actions-toolbar .action.primary.checkout.amasty span {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .checkout-index-index .container .am-checkout .am-submit-summary .amcheckout-column .amcheckout-block .checkout-payment-method.submit .actions-toolbar .action.primary.checkout.amasty span {
    font-size: 21px;
  }
}
.checkout-onepage-success {
  color: #333 !important;
}
.checkout-onepage-success .price-excluding-tax {
  display: none;
}
.checkout-onepage-success .grand_total {
  display: none;
}
.checkout-onepage-success address {
  margin-bottom: 0;
  line-height: 20px;
}
.checkout-onepage-success .page-main {
  max-width: 1280px;
  padding-top: 40px;
}
.checkout-onepage-success .box {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .checkout-onepage-success .box {
    float: left;
    width: 25%;
  }
}
.checkout-onepage-success .payment-method .title {
  font-weight: normal;
}
.checkout-onepage-success .order-title {
  display: none;
}
.checkout-onepage-success .order-details-items {
  clear: both;
  padding: 25px;
  border: 1px solid #ccc;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .checkout-onepage-success .order-details-items {
    padding: 0;
    border: 0;
  }
}
.checkout-onepage-success .order-items .col {
  border-bottom: none;
}
.checkout-onepage-success .product-item-name {
  font-weight: normal;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.checkout-onepage-success .item-options {
  margin-top: 5px;
}
.checkout-onepage-success .item-options dt {
  font-size: 14px;
}
.checkout-onepage-success tfoot {
  background: #f5f5f5;
}
.checkout-onepage-success .table > tfoot > tr > th,
.checkout-onepage-success .table tfoot > tr > td {
  border: none;
  text-align: right;
  background: none;
  font-weight: 400;
}
.checkout-onepage-success tfoot > tr:first-child th,
.checkout-onepage-success tfoot > tr:first-child td {
  padding-top: 15px;
}
.checkout-onepage-success .actions-toolbar {
  text-align: right;
  padding: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .checkout-onepage-success .actions-toolbar {
    text-align: center;
  }
}
.checkout-onepage-success .actions-toolbar .primary {
  display: inline-block;
  padding: 11px 30px;
  background: #a4cd1b;
  transition: all 300ms;
  text-transform: uppercase;
}
.checkout-onepage-success .actions-toolbar .primary:hover {
  background: #80a015;
}
.checkout-onepage-success .actions-toolbar .primary a {
  background: none;
  transition: none;
}
.checkout-onepage-success .actions-toolbar .primary a:hover {
  text-decoration: none;
}
.checkout-onepage-success .actions-toolbar .primary span {
  color: white;
}
.checkout-onepage-success .cart-price .price {
  font-weight: 700;
  color: #666;
}
.checkout-onepage-success .table-wrapper .item-options {
  display: none;
}
@media screen and (max-width: 767px) {
  .checkout-onepage-success .table-wrapper thead th {
    display: none;
  }
  .checkout-onepage-success .table-wrapper tbody tr {
    border-top: 1px solid #ddd;
  }
  .checkout-onepage-success .table-wrapper tbody td {
    border-top: 0 !important;
    display: block;
    text-align: left !important;
    font-size: 14px;
  }
  .checkout-onepage-success .table-wrapper tbody td .product-item-name {
    font-size: 14px;
  }
  .checkout-onepage-success .table-wrapper tbody td ul {
    display: inline-block;
  }
  .checkout-onepage-success .table-wrapper tbody td span.price {
    font-weight: normal;
    color: #333;
  }
  .checkout-onepage-success .table-wrapper tbody td::before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 600;
  }
  .checkout-onepage-success .table-wrapper tfoot tr th {
    text-align: left !important;
  }
  .checkout-onepage-success .table-wrapper tfoot tr td.mark {
    text-align: left !important;
  }
}
.amcheckout-step-container .checkout-billing-address input[type="checkbox"] + label::before {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .amcheckout-step-container .checkout-billing-address input[type="checkbox"] + label::before {
    top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index .field-tooltip .field-tooltip-content {
    left: -174px;
    width: 170px;
  }
}
.checkout-index-index .modal-popup .form-shipping-address .field-tooltip .field-tooltip-content {
  left: -174px;
  width: 170px;
}
#customer-email-fieldset .input-text {
  height: auto;
  padding: 10px;
}
.checkout-index-index .authentication-dropdown .modal-content {
  padding-left: 50px;
  padding-right: 50px;
}
.mage-error {
  color: #ff0000;
}
#stripe-payments-card-number {
  width: 227px !important;
}
.amcheckout-step-container .note {
  display: inline-block;
  margin-top: 5px;
}
.catalog-product-view div.mage-error {
  color: red;
  margin-top: 5px;
}
.catalog-product-view .product-wrap-inner .product-info-price .info-price-wrapper .tax-label {
  display: none !important;
}
.catalog-product-view .product-add-form .product-options-wrapper {
  display: none;
}
.catalog-product-view .order-sample.visualise-dv {
  padding-top: 0 !important;
}
.catalog-product-view .order-sample.visualise-dv .btn-order-sample.visualise-btn .visualise-room-btn .btn-secondary {
  background-color: #7A78AA;
  color: #ffffff;
}
.catalog-product-view .order-sample.visualise-dv .btn-order-sample.visualise-btn .visualise-room-btn .btn-secondary:before {
  background: unset;
}
.catalog-product-view .btn-order-sample.clfp-visualise-btn {
  margin-top: 20px;
}
.catalog-product-view .btn-order-sample.clfp-visualise-btn .visualise-room-btn .btn-secondary {
  background-color: #7A78AA;
  color: #ffffff;
}
.catalog-product-view .btn-order-sample.clfp-visualise-btn .visualise-room-btn .btn-secondary:before {
  background: unset;
}
.catalog-product-view .product-media .gallery-placeholder .fotorama-item .fotorama__wrap button.btn.btn-primary.btn-lg.roomvo-stimr {
  display: none;
}
.catalog-product-view .product-wrap-inner .product-info-secondary button.btn.btn-primary.btn-lg.roomvo-stimr {
  background-color: #7A78AA !important;
  color: #ffffff !important;
  border: unset !important;
  padding: 16px;
  font-size: 14px;
  font-family: "Lato", arial, tahoma;
  font-weight: 900;
  margin-top: 20px;
}
.catalog-product-view.page-product-configurable .product-add-form .product-options-wrapper {
  display: block;
  margin-bottom: 30px;
}
.catalog-product-view.page-product-configurable .product-info-main .swatch-attribute-label {
  font-weight: 700;
  font-size: 18px;
  color: #291c05;
}
.catalog-product-view.page-product-configurable .product-info-main .swatch-attribute-label::after {
  content: ":";
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding-left: 2px;
}
.catalog-product-view.page-product-configurable .product-info-main .swatch-attribute-options {
  margin: 0 -5px 0;
  padding-left: 0;
  margin-top: 5px;
}
.catalog-product-view.page-product-configurable .product-info-main .swatch-attribute {
  margin-bottom: 10px;
}
.catalog-product-view.page-product-configurable .product-info-main .swatch-option.text {
  margin: 5px;
  display: inline-block;
  padding: 4px 11px;
  border: 1px solid #dbdbdb;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
}
.catalog-product-view.page-product-configurable .product-info-main .swatch-option.text.selected {
  border-color: #291c05;
}
.catalog-product-view.page-product-configurable .product-info-main .swatch-attribute-selected-option {
  margin-left: 5px;
  font-size: 18px;
}
.catalog-product-view.page-product-configurable .product-info-main .swatch-input.super-attribute-select {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-product-view .column.main {
  padding: 0px 4px;
}
.catalog-product-view .product.media .fotorama__fullscreen-icon {
  right: 31.15%;
  top: initial;
  width: 133px;
  height: 31px;
  bottom: 52px;
  background-image: none;
  background-color: #544d47;
  opacity: 0.9;
  display: block !important;
  border-radius: 15px;
}
.catalog-product-view .product-detail-update-layout .product.media .fotorama__fullscreen-icon {
  opacity: 0;
}
.catalog-product-view .product.media .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(0px, 0px, 0);
  -ms-transform: translate3d(0px, 0px, 0);
  -o-transform: translate3d(0px, 0px, 0);
  transform: translate3d(0px, 0px, 0);
}
.catalog-product-view .xy-remove {
  display: flex;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  margin-left: 8px;
  padding-top: 3px;
  position: inherit;
}
.fotorama__fullscreen-icon:before {
  text-align: center;
  content: "\f055";
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  line-height: 31px;
  color: #ffffff;
  font-weight: 100;
  display: inline-block;
  padding-left: 13px;
}
.fotorama__fullscreen-icon:after {
  text-align: center;
  content: "Hover to zoom";
  font-size: 13px;
  line-height: 31px;
  color: #ffffff;
  display: inline-block;
  padding-left: 7px;
  letter-spacing: 0.015em;
}
.product-wrap-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  max-width: 1435px;
  margin: 0px auto;
}
.product-wrap-inner .product-media {
  width: 33.1%;
}
.product-wrap-inner .product-info-secondary {
  width: 30.3%;
  padding-top: 11px;
}
.product-wrap-inner .product-info-secondary .product-reviews-summary {
  margin-bottom: 17px;
}
.product-wrap-inner .product-info-secondary .product-info-price .collect-deliver {
  padding-left: 8px;
  margin-top: 23px;
}
.product-wrap-inner .product-info-secondary .product-info-price .collect-deliver .unit-title {
  text-transform: uppercase;
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 3px;
  padding-left: 3px;
  font-weight: 700;
}
.product-wrap-inner .product-info-secondary .product-info-price .collect-deliver ul {
  display: flex;
}
.product-wrap-inner .product-info-secondary .product-info-price .collect-deliver li {
  margin-bottom: 0px;
}
.product-wrap-inner .product-info-secondary .product-info-price .collect-deliver li:first-child {
  margin-right: 25px;
}
.product-wrap-inner .product-info-secondary .product-info-price .collect-deliver li .check {
  width: 22px;
  height: 22px;
}
.product-wrap-inner .product-info-secondary .product-info-price .collect-deliver li label {
  height: 22px;
  padding: 3px 0 0 30px;
  margin: 1px auto;
}
.product-wrap-inner .product-info-secondary .product-info-price .collect-deliver li .check::before {
  height: 10px;
  width: 10px;
  top: 6.5px;
  left: 6px;
}
.product-wrap-inner .product-info-secondary .samples-wrapper .order-sample .btn-secondary {
  float: right;
}
.product-wrap-inner .product-info-main-wrapper {
  width: 30.1%;
}
.product-wrap-inner .ryco-product-calculator {
  display: none !important;
}
.product-wrap-inner .ryco-product-calculator .layout-switcher-wrapper {
  display: flex;
  justify-content: space-between;
}
.product-wrap-inner .ryco-product-calculator h3 {
  color: #ffffff;
  width: 51%;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 16px;
  letter-spacing: 0.04em;
}
.product-wrap-inner .ryco-product-calculator .layout_switcher {
  color: #ffffff;
  width: 63%;
  display: flex;
}
.product-wrap-inner .ryco-product-calculator .layout_switcher .layout_switcher__item:first-child {
  width: 57%;
}
.product-wrap-inner .ryco-product-calculator .layout_switcher .layout_switcher__item:last-child {
  width: 45%;
}
.product-wrap-inner .caculator-price-wrapper {
  background: #615745;
  padding: 19px 11px 25px 29px;
}
.product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing {
  display: flex;
  justify-content: space-between;
  width: 96.5%;
  background: #281c04;
  margin-bottom: 31px;
  color: #fff;
}
.product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing .boxes {
  width: 50%;
  text-align: left;
}
.product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing .boxes .count-boxes {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
.product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing .boxes .count-boxes .count {
  padding-right: 5px;
}
.product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing .boxes .cover-boxes {
  color: #aed96d;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-left: 3px;
}
.product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing .boxes .cover-boxes sup {
  font-size: 10px;
}
.product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing .price-total {
  width: 46%;
  margin-top: -7px;
  text-align: left;
}
.product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing .price-total p {
  margin: 0px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing .price-total .tax-vat {
  color: #aed96d;
  font-size: 16px;
  padding-left: 3px;
  margin-top: -7px;
  letter-spacing: 0.1em;
}
.product-wrap-inner .caculator-price-wrapper #ryco_product_calculator .layout_switcher {
  float: left;
  height: 45px;
  line-height: 45px;
  clear: both;
}
.product-wrap-inner .caculator-price-wrapper #ryco_product_calculator .layout_switcher .layout_switcher__item {
  font-size: 13px;
  display: inline-block;
}
@media only screen and (min-width: 1124px) {
  .product-wrap-inner .caculator-price-wrapper .layout_switcher__item {
    vertical-align: top;
  }
  .product-wrap-inner .caculator-price-wrapper .layout_switcher__item label {
    vertical-align: top;
  }
}
.product-wrap-inner .caculator-price-wrapper .layout_switcher__item input {
  display: none;
}
.product-wrap-inner .caculator-price-wrapper .layout_switcher__item label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 14px;
  line-height: 45px;
  font-weight: 500;
  color: #ffffff;
  background-color: #626464;
  cursor: pointer;
  font-size: 17px;
  width: 100%;
}
.product-wrap-inner .caculator-price-wrapper .layout_switcher__item label svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.product-wrap-inner .caculator-price-wrapper .layout_switcher__item svg:not(:root) {
  overflow: hidden;
}
.product-wrap-inner .caculator-price-wrapper .layout_switcher__item sup {
  top: -.5em;
}
.product-wrap-inner .caculator-price-wrapper .layout_switcher__item sub,
.product-wrap-inner .caculator-price-wrapper .layout_switcher__item sup {
  font-size: 71.42857%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.product-wrap-inner .caculator-price-wrapper .layout_switcher__item input[type=radio]:checked + label {
  color: #363325;
  background-color: #b2db70;
}
.product-wrap-inner .caculator-price-wrapper .layout_switcher__item input[type=radio]:checked + label svg g {
  fill: #151c2b;
}
.product-wrap-inner .product-add-form .box-tocart .field.qty {
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
  align-items: center;
}
.product-wrap-inner .product-add-form .box-tocart .field.qty .label {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  margin: 0px 8px 0px 0px;
  line-height: 45px;
}
.product-wrap-inner .product-add-form .box-tocart .field.qty span.minus,
.product-wrap-inner .product-add-form .box-tocart .field.qty .plus {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 38px;
  background: #291c05;
  text-align: center;
  cursor: pointer;
}
.product-wrap-inner .product-add-form .box-tocart .field.qty span.minus i,
.product-wrap-inner .product-add-form .box-tocart .field.qty .plus i {
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
}
.product-wrap-inner .product-add-form .box-tocart .field.qty .control {
  margin: 0px 13px;
}
.product-wrap-inner .product-add-form .box-tocart .field.qty .control input {
  font-size: 18px;
  color: #151c2b;
  width: 64px;
  height: 100%;
  display: inline-block;
}
.product-wrap-inner .caculator-cart-wrapper {
  border: 1px solid #d5d5d5;
  padding: 11px 30px 51px 30px;
  background: #fff;
}
.product-wrap-inner .caculator-cart-wrapper .actions {
  margin-top: 25px;
}
.product-wrap-inner .product-info-price {
  margin-bottom: 23px;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
.product-wrap-inner .product-info-price .info-price-wrapper {
  padding-top: 16px;
  max-width: 100%;
}
.product-wrap-inner .product-info-price .info-price-wrapper .price-box .special-price {
  display: block;
}
.product-wrap-inner .product-info-price .info-price-wrapper .slade {
  color: #291c05;
  font-weight: 900;
  font-size: 19px;
  line-height: 1;
  display: none;
}
.product-wrap-inner .product-info-price .info-price-wrapper .unit-price {
  display: inline-block;
  vertical-align: middle;
  color: #787878;
  font-size: 19px;
  line-height: 1;
  display: none;
  vertical-align: initial;
}
.product-wrap-inner .product-info-price .info-price-wrapper .unit-price sup {
  font-size: 14px;
  padding-left: 2px;
}
.product-wrap-inner .product-info-price .info-price-wrapper .tax-label {
  font-size: 22px;
  font-weight: 100;
  color: #929292;
}
.product-wrap-inner .product-info-price .info-price-wrapper .tax-label.exc-vat {
  display: none;
}
.product-wrap-inner .product-info-price .info-price-wrapper {
  position: relative;
}
.product-wrap-inner .product-info-price .info-price-wrapper:before {
  content: "Our price from";
  position: absolute;
  top: -17px;
  left: 0px;
  min-width: 200px;
  font-size: 15px;
  letter-spacing: 0.015em;
}
.product-wrap-inner .product-info-price .prices-tier-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  float: right;
  width: 133px;
  margin-right: 5px;
}
.product-wrap-inner .product-info-price .prices-tier-switcher .prices-tier-switcher__item {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ededed;
  background: #ededed;
  cursor: pointer;
  color: #4c3f11;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-weight: 900;
}
.product-wrap-inner .product-info-price .prices-tier-switcher .prices-tier-switcher__item:first-child {
  width: 47%;
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.product-wrap-inner .product-info-price .prices-tier-switcher .prices-tier-switcher__item:last-child {
  width: 53%;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.product-wrap-inner .product-info-price .prices-tier-switcher .prices-tier-switcher__item.active {
  border-color: #b2db70;
  background-color: #b2db70;
}
.product-wrap-inner .prices-tier.items {
  border: 1px solid #d5d5d5;
  display: flex;
  margin-top: 15px;
}
.product-wrap-inner .prices-tier.items .item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #151c2b;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #d5d5d5;
  padding: 10px;
}
.product-wrap-inner .prices-tier.items .item:last-child {
  border-right: none;
}
.product-wrap-inner .prices-tier.items .item .price-metre {
  font-weight: 600;
  font-size: 18px;
  padding-top: 20px;
}
.product-wrap-inner .prices-tier.items .item .price-metre .tax-vat {
  font-size: 14px;
  color: #5a5a5a;
  display: block;
}
.product-wrap-inner .high-street-price {
  margin-top: 21px;
}
.product-wrap-inner .high-street-price .price {
  font-weight: 600;
}
.product-wrap-inner .order-sample {
  display: flex;
  flex-wrap: wrap;
  padding-top: 211px;
}
.product-wrap-inner .order-sample div {
  width: 50%;
}
.product-wrap-inner .order-sample h3 {
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 3px;
  margin-bottom: 6px;
  font-size: 15px;
  letter-spacing: 0.09em;
}
.call-price .product-wrap-inner .product-media {
  width: 50%;
}
.call-price .product-wrap-inner .product-info-secondary {
  width: 50%;
}
.collect-deliver li {
  position: relative;
  margin-bottom: 22px;
}
.collect-deliver li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.collect-deliver li label {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #787878;
  padding: 0 0 0 60px;
  margin: 17px auto;
  height: 42px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 50ms linear;
  -o-transition: all 50ms linear;
  -moz-transition: all 50ms linear;
  transition: all 50ms linear;
  letter-spacing: 0.065em;
}
.irwintiles_bpelocations_wrapper {
  position: absolute;
  left: 60px;
  top: 20px;
  z-index: 9;
}
.irwintiles_shippingestimator_wrapper {
  position: absolute;
  left: 60px;
  top: 16px;
  z-index: 9;
}
.collect-deliver input[type=radio]:checked ~ .check {
  border: 1px solid #a6a6a6;
}
.collect-deliver .check {
  display: block;
  position: absolute;
  border: 1px solid #a6a6a6;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 42px;
  width: 42px;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: border 50ms linear;
  -o-transition: border 50ms linear;
  -moz-transition: border 50ms linear;
  transition: border 50ms linear;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.collect-deliver input[type=radio]:checked ~ .check::before {
  background: #151c2b;
}
.collect-deliver li .check::before {
  display: block;
  position: absolute;
  content: '';
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 13px;
  left: 12px;
  margin: auto;
  -webkit-transition: background 50ms linear;
  -o-transition: background 50ms linear;
  -moz-transition: background 50ms linear;
  transition: background 50ms linear;
}
.collect-deliver li label {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1b2638;
  padding: 0 0 0 60px;
  margin: 11px auto;
  height: 42px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 50ms linear;
  -o-transition: all 50ms linear;
  -moz-transition: all 50ms linear;
  transition: all 50ms linear;
  letter-spacing: .05em;
}
.irwintiles_bpelocations_wrapper a,
.irwintiles_shippingestimator_wrapper a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  color: #1b2638;
  letter-spacing: 0.027em;
}
.custom-layout .ryco-product-calculator {
  display: block !important;
}
.custom-layout .product-wrap-inner .product-info-price .info-price-wrapper .slade,
.custom-layout .product-wrap-inner .product-info-price .info-price-wrapper .unit-price {
  display: inline-block;
}
.product-wrap-inner .product-add-form .box-tocart .field.qty .control {
  height: 45px;
}
.product-detail-update-layout .product-wrap-inner .layout-switcher-wrapper,
.product-detail-update-layout .product-wrap-inner .unit_switcher,
.product-detail-update-layout .box-tocart .ryco-toolbar__inputs.inputs {
  display: none;
}
.product-detail-update-layout #ryco_product_calculator .pricing {
  margin: 0;
  padding: 10px;
  width: 100%;
}
.product-detail-update-layout #ryco_product_calculator .pricing p {
  margin: 0;
}
.product-detail-update-layout .product-wrap-inner .caculator-price-wrapper {
  background: none;
}
.product-detail-update-layout .product-info-main .product-add-form {
  padding-top: 0px;
}
.product-detail-update-layout .page-title-wrapper .page-header span {
  text-transform: uppercase;
  color: #676767;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.product-detail-update-layout .product-wrap-inner {
  max-width: 1445px;
}
.product-detail-update-layout .product-wrap-inner .product-add-form .box-tocart .field.qty .control {
  height: 45px;
}
.product-detail-update-layout .product-wrap-inner .caculator-cart-wrapper {
  border: none;
}
.product-detail-update-layout .product-wrap-inner .caculator-cart-wrapper .actions {
  max-width: 250px;
  width: 100%;
  margin: 0px auto;
}
.product-detail-update-layout .product-wrap-inner .product-info-main-wrapper .product-info-inner {
  padding: 5px 31px 24px 7px;
  border: 1px solid #737373;
  background: #ffffff;
}
.product-detail-update-layout .product-wrap-inner .product-info-secondary {
  width: 14%;
  padding-top: 8px;
}
.product-detail-update-layout .product-wrap-inner .product-info-secondary .product-info-price + .collect-deliver {
  display: block;
}
.product-detail-update-layout .product-wrap-inner .product-info-main-wrapper {
  width: 47%;
}
.product-detail-update-layout .product-wrap-inner .product-info-main .product-add-form .caculator-cart-wrapper .box-tocart {
  margin-top: 36px;
}
.product-detail-update-layout .product-wrap-inner .product-info-price {
  flex-direction: column;
  margin-bottom: 43px;
}
.product-detail-update-layout .product-wrap-inner .product-info-price .prices-tier-switcher {
  margin-top: 27px;
  margin-left: 1px;
}
.product-detail-update-layout .product-wrap-inner .product-info-price + .collect-deliver {
  margin-left: -7px;
}
.product-detail-update-layout .product-wrap-inner .product-info-price .info-price-wrapper .slade {
  font-size: 19px;
}
.product-detail-update-layout .product-wrap-inner .product-info-price .info-price-wrapper .unit-price {
  font-size: 19px;
}
.product-detail-update-layout .product-wrap-inner .caculator-cart-wrapper {
  padding: 0px 0px 0px 32px;
  display: flex;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute .ryco_toolbar_result .field.qty {
  display: flex;
  justify-content: flex-start;
  padding-left: 32px;
  text-transform: uppercase;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute .ryco_toolbar_result .field.qty .control {
  margin-left: 7px;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute .ryco_toolbar_result .field.qty .control span {
  color: #000000;
  text-transform: lowercase;
  margin-left: 13px;
  font-weight: 600;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute .ryco_toolbar_result .field.qty .control input {
  width: 133px;
  height: 50px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  padding-left: 15px;
  display: inline-block;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute .accordion-title div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20.5px 10px 22.5px 33px;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute .accordion-title div h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #564d46;
  margin: 0px;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute .accordion-title div i {
  display: inline-block;
  margin: auto 0px;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .xy_div,
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .xy_div_floor_measurements {
  height: 49px;
  margin-bottom: 10px;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .xy_div label,
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .xy_div_floor_measurements label {
  font-size: 18px;
  padding-top: 10px;
  right: 15%;
  position: absolute;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .xy_div label.total-placeholder-1,
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .xy_div_floor_measurements label.total-placeholder-1 {
  right: 64%;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .xy_div label.total-placeholder-2,
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .xy_div_floor_measurements label.total-placeholder-2 {
  right: 16%;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content input {
  margin-bottom: 10px;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .separator {
  color: #454746;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .unit_switcher {
  text-align: left;
  width: 100%;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .unit_switcher .toggle-switch {
  margin-bottom: 2px;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .xy_div_floor_measurements input {
  width: 35%;
  float: left;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .xy_div_floor_measurements .separator {
  width: 17%;
  text-align: center;
  line-height: 48px;
  float: left;
  vertical-align: top;
  height: 48px;
  font-size: 18px;
  font-weight: 500;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute .ryco_toolbar_output {
  padding: 15px 15px 15px 33px;
}
.product-detail-update-layout .product-wrap-inner .product-type-attribute .ryco_toolbar_output .label.total-placeholder-total {
  line-height: 50px;
  margin-right: 10px;
}
.product-detail-update-layout .product-wrap-inner .product-add-form .box-tocart .field.qty .label {
  color: #554b42;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  margin: 0px 8px 0px 0px;
  line-height: 45px;
}
.product-detail-update-layout .product-wrap-inner .order-sample {
  flex-direction: column;
  padding-top: 24px;
}
.product-detail-update-layout .product-wrap-inner .order-sample div {
  width: 100%;
}
.product-detail-update-layout .product-wrap-inner .order-sample .sample-available {
  padding-left: 10px;
}
.product-detail-update-layout .product-wrap-inner .order-sample .sample-available p {
  display: none;
}
.product-detail-update-layout .product-wrap-inner .order-sample .btn-order-sample {
  margin-top: 19px;
  margin-left: -5px;
}
.product-detail-update-layout .product-wrap-inner .order-sample .btn-order-sample .btn-secondary {
  float: none;
}
@media only screen and (min-width: 1200px) {
  body.catalog-product-view .container {
    width: 100%;
    max-width: 100%;
  }
  body.catalog-product-view .brand-related-products {
    max-width: 1442px;
    margin: 0 auto;
  }
  .product-wrap-inner .current-cate {
    display: none;
  }
  .product-wrap-inner .order-sample .btn.btn-floor {
    display: none;
  }
  .product-wrap-inner .product-info-secondary .product-info-price + .collect-deliver {
    display: none;
  }
  .product-media .fotorama__stage__frame .fotorama__img {
    left: 54.8%;
    top: 48%;
  }
  .product-detail-update-layout .product-media .fotorama__stage__frame .fotorama__img {
    left: 55.5%;
  }
  .product-detail-update-layout .page-title-wrapper {
    position: absolute;
  }
  .product-detail-update-layout .product-wrap-inner .product-info-secondary .product-reviews-summary {
    margin-top: 48px;
    padding-left: 6px;
  }
  .product-detail-update-layout .product-wrap-inner .product-info-secondary .price-box.price-final_price:before {
    left: 6px;
  }
  .product-detail-update-layout .product-wrap-inner .product-info-secondary .product-info-price .collect-deliver {
    padding-left: 0px;
  }
  .product-detail-update-layout .product-wrap-inner .product-info-secondary .product-info-price .collect-deliver .unit-title {
    padding-left: 0px;
  }
  .product-detail-update-layout .product-wrap-inner .product-info-main-wrapper {
    margin-top: 63px;
  }
}
@media only screen and (max-width: 1440px) {
  .product-detail-update-layout .product-wrap-inner .product-info-secondary {
    width: 15%;
  }
  .product-wrap-inner .ryco-product-calculator h3 {
    font-size: 15px;
    width: 48%;
  }
  .product-wrap-inner .ryco-product-calculator .layout_switcher {
    width: 49%;
  }
  .product-wrap-inner .ryco-product-calculator .layout_switcher .layout_switcher__item:first-child {
    width: 58%;
  }
  .product-wrap-inner .ryco-product-calculator .layout_switcher .layout_switcher__item:last-child {
    width: 59%;
  }
  .product-wrap-inner .caculator-price-wrapper .layout_switcher__item label {
    font-size: 14px;
    padding: 0px 8px;
  }
  .product-wrap-inner .unit_switcher {
    width: 52%;
  }
  .product-wrap-inner .caculator-price-wrapper {
    padding: 15px;
  }
  .product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing {
    width: 100%;
  }
  .product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing .price-total p {
    font-size: 26px;
  }
  .product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing .price-total {
    margin-top: 0px;
  }
  .product-wrap-inner .caculator-price-wrapper .ryco-product-calculator .pricing .price-total p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  header.header4 .megamenu-content .tab-content .nav > li > a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-wrap-inner .product-info-main-wrapper {
    width: 100%;
  }
  .catalog-product-view .product-wrap-inner .product-add-form .box-tocart .ryco-product-calculator + .field.qty {
    padding-right: calc((100% - 187px)/2);
  }
  .catalog-product-view .breadcrumbs {
    max-width: 693px;
    width: 100%;
    padding-left: 15px;
    padding: 25px 15px 22px 15px;
  }
  .catalog-product-view .product.media .fotorama__fullscreen-icon {
    right: 34.9%;
    width: 77px;
    height: 18px;
    bottom: 6px;
  }
  .catalog-product-view .product.media .fotorama__fullscreen-icon:before {
    font-size: 9px;
    line-height: 18px;
    padding-left: 7px;
    position: absolute;
    left: 0;
  }
  .catalog-product-view .product.media .fotorama__fullscreen-icon:after {
    font-size: 7px;
    line-height: 18px;
    padding-left: 4px;
    position: absolute;
    right: 9px;
  }
  .product-wrap-inner.wrap-inner-m-full {
    max-width: 649px;
    margin: 0px auto;
  }
  .product-wrap-inner .product-info-secondary {
    padding-left: 19px;
    padding-top: 19px;
  }
  .product-wrap-inner .product-info-price,
  .product-wrap-inner .order-sample {
    flex-direction: column;
  }
  .product-wrap-inner .order-sample .sample-available p {
    display: none;
  }
  .product-wrap-inner .product-info-main-wrapper {
    display: none;
  }
  .product-wrap-inner .product-media {
    width: 38.6%;
  }
  .product-wrap-inner .product-info-secondary {
    width: 50%;
  }
  .product-wrap-inner .product-info-secondary .page-title-wrapper {
    padding-left: 14px;
  }
  .product-wrap-inner .product-info-secondary .product-reviews-summary {
    margin-bottom: 16px;
    padding-left: 14px;
  }
  .product-wrap-inner .product-info-secondary .samples-wrapper .order-sample .btn-secondary {
    float: none;
  }
  .product-wrap-inner .product-info-secondary .product-info-price {
    padding-left: 14px;
    padding-top: 12px;
    margin-bottom: 20px;
  }
  .product-wrap-inner .product-info-secondary .product-info-price .prices-tier-switcher {
    width: 159px;
  }
  .product-wrap-inner .product-info-secondary .product-info-price .collect-deliver {
    padding-left: 0px;
    margin-top: 17px;
  }
  .product-wrap-inner .product-info-price {
    padding-top: 24px;
    padding-left: 25px;
  }
  .product-wrap-inner .product-info-price .prices-tier-switcher .prices-tier-switcher__item {
    font-size: 14px;
    padding: 11px 0;
  }
  .product-wrap-inner .product-info-price .info-price-wrapper {
    padding-top: 14px;
  }
  .product-wrap-inner .prices-tier-switcher {
    padding-top: 24px;
    padding-left: 25px;
  }
  .product-wrap-inner .order-sample {
    padding-top: 13px;
    padding-left: 20px;
  }
  .product-wrap-inner .order-sample .sample-available {
    width: 100%;
  }
  .product-wrap-inner .order-sample h3 {
    margin-bottom: 26px;
    padding-left: 14px;
  }
  .product-wrap-inner .order-sample .btn.btn-floor {
    margin-top: 30px;
  }
  .product-wrap-inner .product-info-main-wrapper.active {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    z-index: 11;
  }
  .product-wrap-inner .current-cate {
    width: 100%;
    text-align: center;
  }
  .product-wrap-inner .current-cate h3 {
    margin-top: 15px;
    margin-bottom: 71px;
  }
  .product-wrap-inner .current-cate h3 a {
    text-transform: uppercase;
    color: #41282c;
    font-size: 23px;
    font-weight: 600;
  }
  .product-detail-update-layout .product-wrap-inner .product-info-secondary {
    width: 55%;
  }
  .catalog-product-view .product.info.detailed {
    margin-top: 89px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.info.detailed {
    margin-top: 14px;
  }
  .product-wrap-inner {
    flex-direction: column;
  }
  .product-wrap-inner .product-media,
  .product-wrap-inner .product-wrap-inner .product-info-secondary {
    width: 76%;
    margin: 0px auto;
  }
  .product-wrap-inner .product-info-secondary {
    width: 100%;
    padding: 20px 63px;
  }
  .product-detail-update-layout .product-wrap-inner .product-info-secondary {
    width: 100%;
    padding: 15px 20px;
  }
  .product-detail-update-layout .product-wrap-inner .product-info-secondary .order-sample .btn.btn-floor {
    display: block;
  }
  .product-detail-update-layout .product-wrap-inner .order-sample .btn.btn-floor {
    margin-left: 0px;
  }
  .product-detail-update-layout .product-wrap-inner .product-info-main-wrapper.active {
    bottom: 105px;
  }
  .catalog-product-view .product.media .fotorama__fullscreen-icon {
    right: 34.9%;
    width: 76px;
    height: 17px;
    bottom: 8px;
  }
  .catalog-product-view .product.media .fotorama__fullscreen-icon:before {
    font-size: 7px;
    padding-left: 6px;
    left: 0;
  }
  .catalog-product-view .product.media .fotorama__fullscreen-icon:after {
    font-size: 7px;
    padding-left: 4px;
    right: 9px;
  }
  .product-media .fotorama__stage__frame .fotorama__img {
    width: 100%;
    object-fit: contain;
  }
  .product.data.items {
    margin-bottom: 0;
  }
  .block.popup__related .products.list .item:first-child {
    border-right: none !important;
    margin-bottom: 20px;
  }
  .block.popup__related .block-title {
    text-align: left !important;
  }
}
@media only screen (min-width: 640px) and (max-width: 767px) {
  .order-sample .btn-order-sample {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .order-sample .btn-order-sample .btn-floor {
    margin: 0;
  }
  .product-info-secondary .product-info-price {
    width: 50%;
    float: left;
  }
  .product-info-secondary .collect-deliver {
    width: 50%;
    float: right;
    margin: 0;
  }
  .wraper-clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .product-wrap-inner .product-info-price {
    width: 50%;
    float: left;
  }
  .product-wrap-inner .collect-deliver {
    width: 50%;
    float: right;
    margin: 0;
  }
  .product-wrap-inner .product-info-secondary .product-info-price .prices-tier-switcher {
    padding-left: 0;
    float: left;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 639px) {
  header.header4 .middle-header-content {
    height: 52px !important;
    max-height: 52px !important;
  }
  .product-wrap-inner .product-media {
    width: 71%;
    margin: 0px auto;
  }
  .product-wrap-inner .product-info-secondary {
    width: 100%;
  }
  .product-wrap-inner .product-info-secondary .page-title-wrapper.product {
    margin-top: 4px;
  }
  .product-wrap-inner .product-info-secondary .product-reviews-summary {
    margin-bottom: 19px;
  }
  .product-wrap-inner .product-info-secondary .product-info-price .info-price-wrapper {
    padding-top: 12px;
  }
  .product-wrap-inner .product-info-secondary .product-info-price + .collect-deliver {
    margin-top: 36px;
  }
  .product-wrap-inner .product-info-secondary .prices-tier-switcher {
    padding-top: 40px;
    margin-top: 0px;
  }
  .product-wrap-inner .product-info-secondary .order-sample .btn.btn-floor {
    margin-top: 35px;
  }
  .product-wrap-inner .current-cate h3 {
    margin-top: 5px;
    margin-bottom: 28px;
    padding-right: 8px;
  }
  .product-detail-update-layout .product-wrap-inner .product-add-form .box-tocart .field.qty {
    justify-content: flex-start;
  }
  .product-detail-update-layout .product-wrap-inner .product-add-form .box-tocart .field.qty .control {
    margin-right: 7px;
  }
  .product-detail-update-layout .product-wrap-inner .caculator-cart-wrapper {
    padding: 0px 20px;
  }
  .product-detail-update-layout .product-wrap-inner .product-type-attribute .accordion-title div h4 {
    font-size: 14px;
  }
  .product-detail-update-layout .product-wrap-inner .caculator-cart-wrapper {
    flex-direction: column;
  }
  .product-wrap-inner .caculator-price-wrapper {
    padding: 0;
  }
  .product-detail-update-layout .product-wrap-inner .caculator-cart-wrapper .actions {
    margin: 15px auto 0 0;
  }
  .product-detail-update-layout .product-wrap-inner .product-info-main-wrapper .product-info-inner {
    padding: 20px;
    margin: 0 auto;
    max-width: 492px;
  }
  .product-detail-update-layout .product-wrap-inner .product-type-attribute .ryco_toolbar_result .field.qty .control input {
    width: 100px;
  }
  .product-detail-update-layout .product-wrap-inner .product-type-attribute .ryco_toolbar_output .label.total-placeholder-total {
    margin-right: 0;
  }
  .product-detail-update-layout .product-wrap-inner .product-type-attribute .ryco_toolbar_result .field.qty {
    padding-left: 20px;
  }
  #ryco_toolbar_calculator .inputs {
    margin-bottom: 15px;
  }
  .product-detail-update-layout .product-wrap-inner .product-type-attribute #ryco_toolbar_calculator .accordion-content .xy_div label.total-placeholder-2 {
    right: 20%;
  }
  .product-detail-update-layout .product-wrap-inner .caculator-price-wrapper {
    margin-bottom: 15px;
  }
  .product-detail-update-layout .product-wrap-inner .product-info-price .prices-tier-switcher {
    margin-top: 15px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 359px) {
  .product-wrap-inner .product-info-secondary .product-info-price {
    padding-left: 0px;
  }
  .product-wrap-inner .product-info-secondary {
    padding: 15px 8px;
  }
  .product-wrap-inner .order-sample .btn-order-sample .btn-floor {
    min-width: 100%;
    margin-left: 0px;
  }
  .product-wrap-inner .order-sample {
    padding-left: 0px;
  }
  .product-wrap-inner .order-sample div {
    width: 100%;
  }
  .product-wrap-inner .ryco-product-calculator .layout_switcher {
    width: 50%;
  }
  .product-wrap-inner .ryco-product-calculator h3 {
    font-size: 12px;
  }
  .product-wrap-inner .caculator-price-wrapper .layout_switcher__item label {
    font-size: 12px;
    padding: 0px 5px;
  }
  .product-wrap-inner .unit_switcher {
    width: 100%;
  }
}
.unit_switcher sup {
  color: #fff;
}
.block.upsell,
.block.related {
  width: 90%;
  margin: 0 auto;
}
.block.upsell .content-heading::before,
.block.related .content-heading::before {
  background: #cecece;
  width: 96%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .block.upsell .content-heading::before,
  .block.related .content-heading::before {
    display: none;
  }
}
.block.upsell .content-heading .title,
.block.related .content-heading .title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.upsell .content-heading .title span,
.block.related .content-heading .title span {
  background: white;
  padding: 0 20px;
}
.product-info-price .price-box .price-including-tax + .price-excluding-tax {
  display: none;
}
.product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
  font-size: 29px;
  line-height: 16px;
}
.mage-error.product {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  text-transform: none;
}
@media (max-width: 600px) {
  .mage-error.product {
    position: absolute;
    left: 27%;
    bottom: -10px;
  }
}
@media (max-width: 600px) {
  .product-detail-update-layout .product-wrap-inner .product-type-attribute .ryco_toolbar_result .field.qty {
    position: relative;
  }
}
@media (max-width: 575px) {
  .product-detail-update-layout .product-wrap-inner .product-type-attribute .ryco_toolbar_result .field.qty {
    margin-bottom: 20px;
  }
}
i.fal {
  cursor: pointer;
}
/*New required*/
.tab-wrapper {
  padding: 10.5px 10px 0 19px;
  display: flex;
}
.tab-item:first-child {
  margin-right: 15px;
}
.tab-item {
  padding: 13px;
}
.tab-item:hover,
.tab-item.active {
  cursor: pointer;
  background: #281c04;
}
.tab-item:hover h3,
.tab-item.active h3 {
  color: #fff;
}
.tab-item h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #564d46;
  margin: 0px;
  font-size: 18px;
}
.popup__columns,
.popup__actions-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 53px;
}
.page.messages {
  width: 50%;
}
.popup__actions-wrapper {
  width: 100%;
}
.popup__related .cart-wrapper {
  margin-top: 15px;
  position: absolute;
  bottom: -42px;
  width: 100%;
  left: 0;
}
.popup__columns .message {
  margin: 0;
  padding-left: 12px;
}
.popup__columns .message.success {
  background: none;
  color: #000;
  font-weight: 600;
}
.popup__columns .message.success > *:first-child:before {
  content: none;
}
.success-ajax--popup .popup__result-view-cart a,
.success-ajax--popup .popup__actions-wrapper button {
  margin-bottom: 0;
  min-height: 44px;
  text-transform: uppercase;
  background: #a3cc1a none repeat scroll 0 0;
  border: 1px solid #a3cc1a;
  color: #fff;
  max-width: 185px;
  font-weight: 600;
  font-size: 13px;
}
.success-ajax--popup .popup__result-view-cart a.popup__action-close,
.success-ajax--popup .popup__actions-wrapper button.popup__action-close {
  margin-right: 15px;
}
.block.popup__related {
  margin-top: 15px;
}
.block.popup__related .block-title {
  text-align: center;
  margin-bottom: 48px;
}
.block.popup__related .block-title strong {
  font-weight: 500;
  font-size: 19px;
}
.block.popup__related ol.product-items {
  margin: 0;
  flex-wrap: nowrap;
}
.block.popup__related .product-options-wrapper .field.configurable {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 9px;
}
.block.popup__related .product-options-wrapper .label {
  width: 36%;
  line-height: 41px;
  text-align: left;
}
.block.popup__related .product-options-wrapper .label span {
  font-size: 20px;
  font-weight: 700;
}
.block.popup__related .product-options-wrapper .control {
  width: 71%;
}
.block.popup__related .product-options-wrapper .control span {
  font-size: 20px;
  font-weight: 700;
}
.block.popup__related .product-options-wrapper .super-attribute-select {
  height: 40px;
  min-width: 152px;
  margin-left: 5px;
}
.block.popup__related .product-options-wrapper .field-error {
  margin-left: 5px;
}
.block.popup__related .product.product-item-photo {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
  min-width: 250px;
}
.block.popup__related .product-item-name .product-item-link {
  font-size: 20px;
  font-weight: 400 !important;
}
.block.popup__related .product-item-details .price-box {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.block.popup__related .cart-wrapper .field.qty span {
  width: 57%;
}
.popup__main .price-excluding-tax,
.popup__main .tax-label.exc-vat {
  display: none;
}
.field.qty,
.cart-wrapper {
  display: flex;
  justify-content: space-between;
}
.cart-wrapper .field.qty {
  width: 45%;
}
.cart-wrapper .field.qty span.minus,
.cart-wrapper .field.qty span.plus {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5e5e5e;
  min-width: 35px;
}
.cart-wrapper .field.qty span.minus {
  border-right: none;
}
.cart-wrapper .field.qty span.plus {
  border-left: none;
}
.cart-wrapper .field.qty .control input.input-text.qty {
  text-align: center;
}
.cart-wrapper .action.primary {
  width: 40%;
  background: #a3cc1a none repeat scroll 0 0;
  border: 1px solid #a3cc1a;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  border-radius: 0;
  min-width: 120px;
}
.block.popup__related .products-grid .owl-carousel .product-item-info {
  display: flex;
  position: relative;
}
.block.popup__related .block-title {
  margin-bottom: 30px;
}
.block.popup__related .products.list .item {
  padding-bottom: 50px;
}
.block.popup__related .products.list .item:first-child {
  padding-right: 15px;
  border-right: 1px solid #000;
}
.block.popup__related .products.list .item:last-child {
  padding-left: 15px;
}
.mfp-inline-holder .mfp-content .mfp-close {
  top: -8px;
}
.catalog-product-view .block.popup__related .product-item-info .product-item-details .price-box .price {
  font-size: 18px;
  color: #5e5e5e;
}
.catalog-product-view .block.popup__related .product-item-info .product-item-details {
  text-align: left;
  padding-left: 0;
}
@media (max-width: 991px) {
  .success-ajax--popup .mfp-inline-holder .mfp-content {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .popup__columns {
    flex-direction: column;
  }
  .popup__columns .page.messages,
  .popup__columns .popup__actions-wrapper {
    width: 100%;
  }
  .block.popup__related ol.product-items {
    flex-direction: column;
    margin: 0;
  }
  .mfp-content ol.product-items .product-item {
    width: 100%;
  }
  .products-grid .owl-carousel .product-item-info {
    justify-content: space-around;
  }
  .success-ajax--popup .mfp-inline-holder .mfp-content {
    max-width: 500px;
  }
  .popup__actions-wrapper {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) {
  .block.popup__related .product.product-item-photo {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .popup__actions-wrapper {
    flex-direction: column;
  }
  .success-ajax--popup .popup__actions-wrapper .popup__action-close {
    margin-bottom: 15px;
  }
  .success-ajax--popup .mfp-inline-holder .mfp-content {
    max-width: 298px;
  }
  .block.popup__related .products-grid .owl-carousel .product-item-info {
    flex-direction: column;
  }
  .success-ajax--popup .popup__actions-wrapper button.popup__action-close {
    margin-right: 0;
  }
}
/* 1310 */
.layout-xy-wrapper .totatxy-wapper {
  font-size: 16px;
  font-weight: 600;
}
.layout-xy-wrapper .totatxy-wapper .totatxy {
  font-size: 20px;
}
.layout_m.total-group h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #564d46;
  margin-top: 0px;
  margin-bottom: 15px;
}
.layout_m.total-group .title-area {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 54%;
  display: inline-block;
  max-width: 200px;
}
.layout_m.total-group #input-area {
  width: 23%;
  text-align: center;
  display: inline-block;
}
.layout_m.total-group .total-placeholder {
  position: static;
  float: none;
}
.accordion-content .layout_m.total-group,
.accordion-content .layout-xy-wrapper {
  padding: 15px 15px 15px 33px;
  border-top: 2px solid #c9c9c9;
}
#ryco_toolbar_calculator .ryco-toolbar__inputs.inputs {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .layout_m.total-group .title-area {
    width: 25%;
  }
  .block.popup__related .products.list .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .popup__related .cart-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .block.popup__related .products.list .item:first-child {
    padding-right: 0;
  }
  .block.popup__related .products.list .item:last-child {
    padding-left: 0;
  }
  .popup__related .cart-wrapper {
    padding: 0 10px;
  }
  .popup__columns,
  .popup__actions-wrapper {
    padding-left: 15px;
  }
  .block.popup__related .product-options-wrapper .label {
    margin-right: 15px;
  }
  .block.popup__related .products.list .item:last-child {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .catalog-product-view.page-product-configurable .product-add-form .product-options-wrapper {
    padding: 20px 30px;
    border: 1px solid #d5d5d5;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.catalog-product-view.page-product-configurable .caculator-price-wrapper {
  position: relative;
}
.catalog-product-view.page-product-configurable #qty + div.mage-error {
  position: absolute;
  z-index: 1;
  right: 25px;
  padding-left: 15px;
  text-align: right;
}
@media only screen and (min-width: 769px) {
  .catalog-product-view.page-product-configurable .product-wrap-inner .caculator-price-wrapper {
    padding: 19px 11px 28px 29px;
  }
}
.catalog-product-view .product-info-price .price-box .price-container .price {
  display: none;
}
.catalog-product-view .product.data.items > .data.item.title.active > .switch {
  background: #f5f5f5;
  font-size: 13.5px;
  letter-spacing: 0.9px;
}
@media (max-width: 767.5px) {
  .catalog-product-view .product.data.items > .data.item.title.active > .switch {
    background: #fff;
    font-size: 17px;
  }
}
.catalog-product-view .product.data.items > .data.item.title {
  width: auto;
}
.catalog-product-view .product.data.items > .data.item.title:first-child {
  margin-left: calc(256px - (1920px - 100vw) / 4);
}
@media (max-width: 992px) {
  .catalog-product-view .product.data.items > .data.item.title:first-child {
    margin-left: 0;
  }
}
.catalog-product-view .product.data.items > .data.item.title a:after {
  font-size: 35px;
  right: 50px;
  top: 8px;
}
@media (max-width: 767.5px) {
  .catalog-product-view .product.data.items > .data.item.title {
    width: 100%;
  }
}
.product.data.items > .data.item.title > .data.switch {
  border: none;
  text-transform: uppercase;
  padding: 8px 20px 10px 20px;
  height: 60px;
  font-weight: 700;
  background: #fff;
  font-size: 13.5px;
  letter-spacing: 0.9px;
  color: #333;
}
.product.data.items > .data.item.title > .data.switch:hover {
  background: #f5f5f5;
  text-decoration: none;
}
@media (max-width: 767.5px) {
  .product.data.items > .data.item.title > .data.switch {
    display: block;
    background: #f5f5f5;
    padding-left: 75px;
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 17px;
  }
  .product.data.items > .data.item.title > .data.switch:hover {
    background: #fff;
  }
}
@media (max-width: 479.5px) {
  .product.data.items > .data.item.title > .data.switch {
    padding-left: 30px;
    padding-top: 10px;
  }
}
.product.data.items > .data.item.content {
  border: none;
  background: #f5f5f5;
  margin-top: 60px;
  padding-top: 69px;
}
.product.data.items > .data.item.content .block-content .review-items {
  margin-left: 0px;
  margin-right: 0px;
}
.product.data.items > .data.item.content .detail,
.product.data.items > .data.item.content .product-review-wrapper,
.product.data.items > .data.item.content .block.review-add {
  margin: 0 auto;
  max-width: 1435px;
  padding: 0 26px;
}
@media (max-width: 479.5px) {
  .product.data.items > .data.item.content .detail,
  .product.data.items > .data.item.content .product-review-wrapper,
  .product.data.items > .data.item.content .block.review-add {
    padding: 0 15px;
  }
}
.product.data.items > .data.item.content .title {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 31px;
}
@media (max-width: 992px) {
  .product.data.items > .data.item.content .title {
    font-size: 24px;
  }
}
.product.data.items > .data.item.content .content {
  font-size: 24px;
  font-weight: 300;
  word-spacing: 2.5px;
  line-height: 40.5px;
}
.product.data.items > .data.item.content .content [class*="col-lg"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .product.data.items > .data.item.content .content {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .product.data.items > .data.item.content {
    margin-top: 0;
    padding: 30px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 49px;
  }
  .product.data.items > .data.item.content .title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .product.data.items > .data.item.content .content {
    display: flex;
    flex-wrap: wrap;
  }
  .product.data.items > .data.item.content .content [class*="col-lg"] {
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 479.5px) {
  .product.data.items > .data.item.content {
    padding-left: 16px;
  }
}
body.catalog-product-view .container {
  width: 100%;
}
body.cms-index-index .container {
  width: 100%;
  max-width: 100%;
}
.header .megamenu-content {
  margin-bottom: 0;
}
.block.popup__related .product-item-info .product-item-details {
  text-overflow: ellipsis;
  overflow: hidden;
}
.block.popup__related .product-options-wrapper .label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
a.scroll-to-top {
  background-color: rgba(255, 255, 255, 0.5);
}
.homepage-slideshow {
  padding-left: 0;
  padding-right: 0;
}
.block.newsletter #dont_show {
  margin-top: 3px;
}
.promobanner:hover button {
  color: white !important;
  background-color: #a4cd1b !important;
}
.promobanner .middle-center {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.promobanner .middle-center .banner-button button {
  font-size: 26px;
  font-weight: 800;
  border: none;
}
@media (max-width: 1760px) {
  .promobanner .middle-center .banner-button button {
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  .promobanner .middle-center .banner-button button {
    font-size: 20px;
  }
}
@media (max-width: 767.5px) {
  .promobanner .middle-center .banner-button button {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .promobanner .middle-center .banner-button button {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .promobanner .middle-center .banner-button button {
    font-size: 17px;
  }
}
.category-listing-1 .container > .row {
  margin-left: -7px;
  margin-right: -7px;
}
@media (max-width: 991.5px) {
  .category-listing-1 .container > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.category-listing-1 [class*="col-lg"] {
  padding-top: 10px;
  padding-right: 7px;
  padding-left: 7px;
  transition: .3s;
}
@media (max-width: 991.5px) {
  .category-listing-1 [class*="col-lg"] {
    padding: 16px 10px 0 10px;
  }
}
@media (max-width: 767.5px) {
  .category-listing-1 [class*="col-lg"] {
    padding: 20px 19px 8px 19px;
  }
}
@media (max-width: 767.5px) {
  .category-listing-1 > .container {
    padding: 0 19px;
  }
  .category-listing-1 > .container > .row {
    margin-left: -19px;
    margin-right: -19px;
  }
}
.category-listing-1 .promobanner a img {
  width: 100%;
  transition: .4s;
}
.category-listing-1 .promobanner:hover img {
  transform: scale(1.1);
}
.category-listing-2 .container > .row {
  margin-left: -7px;
  margin-right: -7px;
}
@media (max-width: 991.5px) {
  .category-listing-2 .container > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.category-listing-2 .promobanner a img {
  width: 100%;
  transition: .4s;
}
.category-listing-2 .promobanner:hover img {
  transform: scale(1.1);
}
.category-listing-2 [class*="col-lg"] {
  padding-top: 10px;
  padding-right: 7px;
  padding-left: 7px;
  transition: .3s;
}
@media (max-width: 991.5px) {
  .category-listing-2 [class*="col-lg"] {
    padding: 16px 10px 0 10px;
  }
}
@media (max-width: 767.5px) {
  .category-listing-2 [class*="col-lg"] {
    padding: 20px 19px 8px 19px;
  }
}
@media (max-width: 767.5px) {
  .category-listing-2 > .container {
    padding: 0 19px;
  }
  .category-listing-2 > .container > .row {
    margin-left: -19px;
    margin-right: -19px;
  }
}
.category-listing-2 .promobanner .middle-center .banner-button button.btn {
  letter-spacing: 0.1px;
}
@media (max-width: 1500px) {
  .category-listing-2 .promobanner .middle-center .banner-button button.btn {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .category-listing-2 .promobanner .middle-center .banner-button button.btn {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .category-listing-2 .promobanner .middle-center .banner-button button.btn {
    font-size: 15px;
  }
}
@media (max-width: 991.5px) {
  .category-listing-2 .promobanner .middle-center .banner-button button.btn {
    font-size: 24px;
  }
}
@media (max-width: 850px) {
  .category-listing-2 .promobanner .middle-center .banner-button button.btn {
    font-size: 20px;
  }
}
@media (max-width: 767.5px) {
  .category-listing-2 .promobanner .middle-center .banner-button button.btn {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .category-listing-2 .promobanner .middle-center .banner-button button.btn {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .category-listing-2 .promobanner .middle-center .banner-button button.btn {
    font-size: 17px;
  }
}
.our-company {
  margin-top: 15px;
}
@media (max-width: 991.5px) {
  .our-company {
    margin-top: 27px;
  }
}
@media (max-width: 767.5px) {
  .our-company {
    margin-top: 13px;
  }
}
.our-company .panel-block-row {
  font-weight: 700;
  font-size: 26px;
  height: 201px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.5px) {
  .our-company .panel-block-row {
    height: 173px;
  }
}
@media (max-width: 767.5px) {
  .our-company .panel-block-row {
    height: 155px;
  }
}
@media (max-width: 991.5px) {
  .our-company-detail {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767.5px) {
  .our-company-detail {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.our-company-detail .our-company-content {
  margin-top: 72px;
  padding-left: 90px;
}
@media (max-width: 1400px) {
  .our-company-detail .our-company-content {
    padding-left: 50px;
  }
}
@media (max-width: 991.5px) {
  .our-company-detail .our-company-content {
    margin-top: 50px;
  }
}
@media (max-width: 767.5px) {
  .our-company-detail .our-company-content {
    margin-top: 34px;
  }
}
.our-company-detail .our-company-content .title-up {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 700;
}
@media (max-width: 991.5px) {
  .our-company-detail .our-company-content .title-up {
    font-size: 32px;
  }
}
@media (max-width: 767.5px) {
  .our-company-detail .our-company-content .title-up {
    font-size: 23px;
  }
}
.our-company-detail .our-company-content .content-up {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 300;
  line-height: 41px;
  word-spacing: 1.6px;
}
@media (max-width: 1300.5px) {
  .our-company-detail .our-company-content .content-up {
    margin-top: 25px;
  }
}
@media (max-width: 991.5px) {
  .our-company-detail .our-company-content .content-up {
    font-size: 22px;
    margin-top: 22px;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 767.5px) {
  .our-company-detail .our-company-content .content-up {
    margin-top: 28px;
    font-size: 18px;
    letter-spacing: 0;
    word-spacing: 6px;
    line-height: 1.5;
  }
}
.our-company-detail .our-company-content .title-down {
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
}
@media (max-width: 991.5px) {
  .our-company-detail .our-company-content .title-down {
    font-size: 22px;
    margin-top: 38px;
    letter-spacing: 1.1px;
  }
}
@media (max-width: 991.5px) {
  .our-company-detail .our-company-content .title-down {
    margin-top: 39px;
    font-size: 23px;
    letter-spacing: 0.5px;
  }
}
.our-company-detail .our-company-content .content-down {
  font-size: 24px;
  font-weight: 300;
  word-spacing: 1px;
}
.our-company-detail .our-company-content .content-down [class*="col-lg"] {
  padding: 0;
  line-height: 33.5px;
}
.our-company-detail .our-company-content .content-down [class*="col-lg"] > ul {
  padding-right: 10px;
}
@media (max-width: 767.5px) {
  .our-company-detail .our-company-content .content-down {
    font-size: 20px;
    margin-top: 3px;
  }
}
@media (max-width: 991.5px) {
  .our-company-detail .our-company-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.our-company-video {
  margin-top: 109px;
  padding-left: 81px;
}
.our-company-video img.video-image {
  cursor: pointer;
  width: 100%;
}
@media (max-width: 1700px) {
  .our-company-video {
    padding-left: 40px;
  }
}
@media (max-width: 991.5px) {
  .our-company-video {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 70px;
  }
}
@media (max-width: 767.5px) {
  .our-company-video {
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: -20px;
  }
}
.our-company-bottom {
  margin-top: 45px;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  word-spacing: 1.7px;
  padding-left: 90px;
}
@media (max-width: 1400px) {
  .our-company-bottom {
    padding-left: 50px;
  }
}
@media (max-width: 991.5px) {
  .our-company-bottom {
    padding-right: 50px;
    margin-top: 25px;
    line-height: 41px;
  }
}
@media (max-width: 767.5px) {
  .our-company-bottom {
    margin-top: 26px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 18px;
  }
}
.free-banner {
  margin-top: 69px;
}
@media (max-width: 991.5px) {
  .free-banner {
    margin-top: 45px;
  }
}
@media (max-width: 767.5px) {
  .free-banner {
    margin-top: 48px;
    display: flex;
    align-items: center;
    height: 417px;
  }
}
.free-banner .panel-block-row {
  padding: 0;
}
.free-banner .panel-block-row .promobanner .middle-center {
  text-align: center;
  display: block;
  margin-top: -10px;
}
@media (max-width: 991.5px) {
  .free-banner .panel-block-row .promobanner .middle-center {
    width: 500px;
    top: 39%;
  }
}
@media (max-width: 767.5px) {
  .free-banner .panel-block-row .promobanner .middle-center {
    max-width: 450px;
    top: 46%;
  }
}
@media (max-width: 575.5px) {
  .free-banner .panel-block-row .promobanner .middle-center {
    max-width: 300px;
    top: 46%;
  }
}
.free-banner .panel-block-row .promobanner .middle-center .banner-text .titles {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  word-spacing: 1px;
}
.free-banner .panel-block-row .promobanner .middle-center .banner-text .content {
  font-size: 24px;
  font-weight: 300;
  padding-top: 19px;
  word-spacing: 1.5px;
}
@media (max-width: 1670px) {
  .free-banner .panel-block-row .promobanner .middle-center .banner-text .titles {
    font-size: 24px;
  }
  .free-banner .panel-block-row .promobanner .middle-center .banner-text .content {
    font-size: 20px;
    padding-top: 5px;
  }
}
@media (max-width: 1120px) {
  .free-banner .panel-block-row .promobanner .middle-center .banner-text .titles {
    font-size: 22px;
  }
  .free-banner .panel-block-row .promobanner .middle-center .banner-text .content {
    font-size: 18px;
  }
}
@media (max-width: 991.5px) {
  .free-banner .panel-block-row .promobanner .middle-center .banner-text .titles {
    font-size: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
  }
  .free-banner .panel-block-row .promobanner .middle-center .banner-text .content {
    font-size: 24px;
    letter-spacing: .8px;
  }
}
@media (max-width: 767.5px) {
  .free-banner .panel-block-row .promobanner .middle-center .banner-text .titles {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 2.1px;
    margin-bottom: 9px;
  }
  .free-banner .panel-block-row .promobanner .middle-center .banner-text .content {
    font-size: 24px;
    line-height: 39px;
  }
}
.free-banner .panel-block-row .promobanner .middle-center .banner-button button {
  font-weight: 700;
  height: 85px;
  width: 360px;
  margin-top: 31.5px;
  border: none;
}
@media (max-width: 1670px) {
  .free-banner .panel-block-row .promobanner .middle-center .banner-button button {
    margin-top: 15px;
  }
}
@media (max-width: 1120px) {
  .free-banner .panel-block-row .promobanner .middle-center .banner-button button {
    margin-top: 10px;
    width: 250px;
    height: 65px;
  }
}
@media (max-width: 991.5px) {
  .free-banner .panel-block-row .promobanner .middle-center .banner-button button {
    margin-top: 32px;
    font-size: 26px;
    width: 365px;
    height: 85px;
  }
}
@media (max-width: 767.5px) {
  .free-banner .panel-block-row .promobanner .middle-center .banner-button button {
    font-size: 26px;
    width: 265px;
    margin-top: 33px;
  }
}
.free-banner .panel-block-row .promobanner a img {
  transition: .3s;
}
@media (max-width: 991.5px) {
  .free-banner .panel-block-row .promobanner a img {
    opacity: 0;
    height: 237px;
  }
}
@media (max-width: 767.5px) {
  .free-banner .panel-block-row .promobanner a img {
    height: 417px;
  }
}
body .inspiration-custom .container {
  max-width: 1624px;
}
body .inspiration-custom .container > .row {
  margin-left: -90px;
  margin-right: -90px;
}
@media (max-width: 1700px) {
  body .inspiration-custom .container {
    max-width: 1400px;
  }
  body .inspiration-custom .container > .row {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 1450px) {
  body .inspiration-custom .container {
    max-width: 1100px;
  }
}
@media (max-width: 1100px) {
  body .inspiration-custom .container {
    max-width: 950px;
  }
  body .inspiration-custom .container > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 991.5px) {
  body .inspiration-custom .container {
    padding: 0 20px;
  }
  body .inspiration-custom .container > .row {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 767.5px) {
  body .inspiration-custom .container > .row {
    max-width: 50%;
  }
}
@media (max-width: 575.5px) {
  body .inspiration-custom .container > .row {
    max-width: 65%;
  }
}
@media (max-width: 479.5px) {
  body .inspiration-custom .container > .row {
    max-width: 75%;
  }
}
.inspiration-custom {
  margin-top: 190px;
}
@media (max-width: 1700px) {
  .inspiration-custom {
    margin-top: 150px;
  }
}
@media (max-width: 1200px) {
  .inspiration-custom {
    margin-top: 100px;
  }
}
@media (max-width: 991.5px) {
  .inspiration-custom {
    margin-top: 94px;
  }
}
@media (max-width: 767.5px) {
  .inspiration-custom {
    margin-top: 0px;
    padding-top: 50px;
    background: #f5f5f5;
  }
}
.inspiration-custom .inspiration-gallery,
.inspiration-custom .inspiration-finder {
  padding-left: 90px;
  padding-right: 90px;
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  .inspiration-custom .inspiration-gallery,
  .inspiration-custom .inspiration-finder {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1100px) {
  .inspiration-custom .inspiration-gallery,
  .inspiration-custom .inspiration-finder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.5px) {
  .inspiration-custom .inspiration-gallery,
  .inspiration-custom .inspiration-finder {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 47px;
  }
}
@media (max-width: 767.5px) {
  .inspiration-custom .inspiration-gallery,
  .inspiration-custom .inspiration-finder {
    margin-bottom: 53px;
  }
}
.inspiration-custom .inspiration-gallery .inspiration-image,
.inspiration-custom .inspiration-finder .inspiration-image {
  padding: 0px;
}
.inspiration-custom .inspiration-gallery .inspiration-image img,
.inspiration-custom .inspiration-finder .inspiration-image img {
  width: 97%;
}
@media (max-width: 767.5px) {
  .inspiration-custom .inspiration-gallery .inspiration-image img,
  .inspiration-custom .inspiration-finder .inspiration-image img {
    width: 100%;
  }
}
.inspiration-custom .inspiration-gallery .inspiration-content,
.inspiration-custom .inspiration-finder .inspiration-content {
  padding-left: 50px;
  color: white;
  font-size: 26px;
  padding-top: 44px;
}
@media (max-width: 1700px) {
  .inspiration-custom .inspiration-gallery .inspiration-content,
  .inspiration-custom .inspiration-finder .inspiration-content {
    padding-top: 20px;
  }
}
@media (max-width: 1600px) {
  .inspiration-custom .inspiration-gallery .inspiration-content,
  .inspiration-custom .inspiration-finder .inspiration-content {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .inspiration-custom .inspiration-gallery .inspiration-content,
  .inspiration-custom .inspiration-finder .inspiration-content {
    font-size: 20px;
  }
}
@media (max-width: 991.5px) {
  .inspiration-custom .inspiration-gallery .inspiration-content,
  .inspiration-custom .inspiration-finder .inspiration-content {
    font-size: 26px;
    padding-top: 45px;
    padding-left: 35px;
  }
}
@media (max-width: 767.5px) {
  .inspiration-custom .inspiration-gallery .inspiration-content,
  .inspiration-custom .inspiration-finder .inspiration-content {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 15px;
  }
}
.inspiration-custom .inspiration-gallery .inspiration-content .content,
.inspiration-custom .inspiration-finder .inspiration-content .content {
  line-height: 30px;
  padding-top: 16px;
}
@media (max-width: 1100px) {
  .inspiration-custom .inspiration-gallery .inspiration-content .content,
  .inspiration-custom .inspiration-finder .inspiration-content .content {
    line-height: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 991.5px) {
  .inspiration-custom .inspiration-gallery .inspiration-content .content,
  .inspiration-custom .inspiration-finder .inspiration-content .content {
    line-height: 30px;
    padding-top: 14px;
  }
}
@media (max-width: 767.5px) {
  .inspiration-custom .inspiration-gallery .inspiration-content .content,
  .inspiration-custom .inspiration-finder .inspiration-content .content {
    padding-top: 15px;
    font-size: 20px;
    max-width: 90%;
    line-height: 30px;
  }
}
.inspiration-custom .inspiration-gallery .inspiration-content .title a,
.inspiration-custom .inspiration-finder .inspiration-content .title a {
  color: white !important;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .inspiration-custom .inspiration-gallery .inspiration-content .title a,
  .inspiration-custom .inspiration-finder .inspiration-content .title a {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .inspiration-custom .inspiration-gallery .inspiration-content .title a,
  .inspiration-custom .inspiration-finder .inspiration-content .title a {
    font-size: 20px;
  }
}
@media (max-width: 991.5px) {
  .inspiration-custom .inspiration-gallery .inspiration-content .title a,
  .inspiration-custom .inspiration-finder .inspiration-content .title a {
    font-size: 26px;
  }
}
@media (max-width: 767.5px) {
  .inspiration-custom .inspiration-gallery .inspiration-content .title a,
  .inspiration-custom .inspiration-finder .inspiration-content .title a {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 370px) {
  .inspiration-custom .inspiration-gallery .inspiration-content .title a,
  .inspiration-custom .inspiration-finder .inspiration-content .title a {
    max-width: 100px;
    display: block;
  }
}
.inspiration-custom .inspiration-gallery .panel-block-row,
.inspiration-custom .inspiration-finder .panel-block-row {
  padding: 0;
}
@media (max-width: 991.5px) {
  .inspiration-custom .inspiration-gallery .panel-block-row,
  .inspiration-custom .inspiration-finder .panel-block-row {
    display: table;
  }
}
@media (max-width: 767.5px) {
  .inspiration-custom .inspiration-finder {
    margin-bottom: 25px;
  }
}
.inspiration-custom .inspiration-gallery .panel-block-row {
  background: #c3c680;
}
.inspiration-custom .inspiration-finder .panel-block-row {
  background: #655a4c;
}
.instagram-irwin {
  margin-top: 84px;
}
@media (max-width: 991.5px) {
  .instagram-irwin {
    margin-top: 16px;
  }
}
@media (max-width: 767.5px) {
  .instagram-irwin {
    margin-top: 0px;
    background: #f5f5f5;
    padding-bottom: 55px;
  }
}
.instagram-irwin > .container-fluid {
  max-width: 1012px;
}
@media (max-width: 1200px) {
  .instagram-irwin > .container-fluid > .row {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767.5px) {
  .instagram-irwin > .container-fluid > .row {
    max-width: 50%;
  }
}
@media (max-width: 575.5px) {
  .instagram-irwin > .container-fluid > .row {
    max-width: 65%;
  }
}
@media (max-width: 479.5px) {
  .instagram-irwin > .container-fluid > .row {
    max-width: 80%;
  }
}
@media (max-width: 767.5px) {
  .instagram-irwin .content-heading {
    margin-bottom: 0;
  }
  .instagram-irwin .content-heading + .row {
    margin-top: -12px;
  }
}
.instagram-irwin .content-heading::before {
  display: none;
}
.instagram-irwin .irwin-instagram .instagram-block .title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  word-spacing: 1.8px;
}
@media (max-width: 991.5px) {
  .instagram-irwin .irwin-instagram .instagram-block .title {
    font-size: 24px;
  }
}
@media (max-width: 767.5px) {
  .instagram-irwin .irwin-instagram .instagram-block .title {
    max-width: 200px;
    margin: 0 auto;
  }
}
.instagram-irwin .irwin-instagram .instagram-block .row {
  margin-left: -9px;
  margin-right: -9px;
}
.instagram-irwin .irwin-instagram .instagram-block .owl-stage-outer {
  margin-top: 30px;
}
.instagram-irwin .irwin-instagram .instagram-block .owl-stage-outer .owl-item {
  padding: 0 9px;
}
@media (min-width: 479.5px) and (max-width: 530.5px) {
  .instagram-irwin .irwin-instagram .instagram-block .owl-stage-outer .owl-item .social-count .like-count,
  .instagram-irwin .irwin-instagram .instagram-block .owl-stage-outer .owl-item .social-count .comment-count {
    padding: 0;
  }
}
.instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-prev {
  left: -6%;
}
@media (max-width: 991.5px) {
  .instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-prev {
    left: -7%;
  }
}
@media (max-width: 767.5px) {
  .instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-prev {
    left: -15%;
  }
}
.instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-next {
  right: -6%;
}
@media (max-width: 991.5px) {
  .instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-next {
    right: -7%;
  }
}
@media (max-width: 767.5px) {
  .instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-next {
    right: -15%;
  }
}
.instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-prev,
.instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-next {
  border: none;
  top: 56%;
  display: block;
  color: black;
}
@media (max-width: 991.5px) {
  .instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-prev,
  .instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-next {
    top: 52%;
  }
}
@media (max-width: 991.5px) {
  .instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-prev,
  .instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-next {
    top: 45%;
  }
}
.instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-prev i.fas,
.instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-next i.fas {
  padding-top: 9px;
}
@media (max-width: 991.5px) {
  .instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-prev i.fas,
  .instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-next i.fas {
    padding-top: 6px;
  }
}
.instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-prev i.fas::before,
.instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-next i.fas::before {
  font-size: 22px;
}
@media (max-width: 991.5px) {
  .instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-prev i.fas::before,
  .instagram-irwin .irwin-instagram .instagram-block .owl-nav div.owl-next i.fas::before {
    font-size: 30px;
  }
}
.instagram-irwin .irwin-instagram .instagram-block .owl-nav .fa.fa-arrow-right,
.instagram-irwin .irwin-instagram .instagram-block .owl-nav .fa.fa-arrow-left {
  font-size: 29px;
  padding-top: 5px;
}
.irwin-brand {
  margin-top: 100px;
}
@media (max-width: 991.5px) {
  .irwin-brand {
    margin-top: 102px;
  }
}
@media (max-width: 767.5px) {
  .irwin-brand {
    margin-top: 0px;
  }
}
.irwin-brand > .container-fluid {
  max-width: 1450px;
}
@media (max-width: 991.5px) {
  .irwin-brand > .container-fluid > .row {
    margin: 0 auto;
    max-width: 93%;
  }
}
@media (max-width: 767.5px) {
  .irwin-brand > .container-fluid > .row {
    max-width: 60%;
  }
}
@media (max-width: 575.5px) and (min-width: 480px) {
  .irwin-brand > .container-fluid > .row {
    max-width: 75%;
  }
}
@media (max-width: 479.5px) {
  .irwin-brand > .container-fluid > .row {
    max-width: 93%;
  }
}
.irwin-brand .content-heading::before {
  display: none;
}
.irwin-brand .content-heading .title {
  font-size: 26px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin-top: 31px;
  margin-bottom: 46px;
}
@media (max-width: 991.5px) {
  .irwin-brand .content-heading .title {
    margin-top: 38px;
    margin-bottom: 57px;
  }
}
@media (max-width: 767.5px) {
  .irwin-brand .content-heading .title {
    margin-top: 31px;
    margin-bottom: 49px;
  }
}
.irwin-brands .widget.ryco-brand > .row {
  margin-left: -53px;
  margin-right: -53px;
}
.irwin-brands .widget.ryco-brand > .row .owl-item {
  padding-left: 53px;
  padding-right: 53px;
}
@media (max-width: 1700px) {
  .irwin-brands .widget.ryco-brand > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .irwin-brands .widget.ryco-brand > .row .owl-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1400px) {
  .irwin-brands .widget.ryco-brand > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .irwin-brands .widget.ryco-brand > .row .owl-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.5px) {
  .irwin-brands .widget.ryco-brand > .row {
    margin-left: -50px;
    margin-right: -50px;
  }
  .irwin-brands .widget.ryco-brand > .row .owl-item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767.5px) {
  .irwin-brands .widget.ryco-brand > .row .owl-item {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.irwin-brands .content-block {
  padding-bottom: 54px;
}
@media (max-width: 991.5px) {
  .irwin-brands .content-block {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.5px) {
  .irwin-brands .content-block {
    padding-bottom: 103px;
  }
}
#newsletter-popup-email-error {
  color: #ff0000;
  margin-top: 10px;
  text-align: left;
}
.block.newsletter .checkbox {
  text-align: left;
}
/*Amasty Social Login*/
@media (min-width: 768px) {
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(70%);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    flex-direction: column;
    padding: 0;
    border-radius: 4px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    margin: 18px auto;
    padding: 10px 10px;
    background: none;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    order: 0;
    margin: 0 40px 10px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    order: 1;
    margin: auto 0 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    margin: 0 40px;
    border-radius: 4px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 10px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 10px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-accounts .amsl-button-wrapper:not(.with-label):nth-of-type(3),
  .amsl-accounts .amsl-button-wrapper:not(.with-label):nth-of-type(4) {
    margin-top: 0;
  }
  .amsl-accounts .amsl-button-wrapper:nth-of-type(n+5) {
    margin-top: 15px;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
}
.amsl-separator {
  position: relative;
  display: none;
  margin: 0;
  border: 1px solid #dbdbdb;
}
.amsl-separator .amsl-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 33px;
  height: 33px;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  background: #fff;
  color: #dbdbdb;
  text-align: center;
  font-size: 14px;
  line-height: 27px;
  transform: translate(-50%, -50%);
}
.amsl-cart-page .-labeled-buttons > .amsl-title,
.amsl-registration-page .-labeled-buttons > .amsl-title,
.amsl-login-page .-labeled-buttons > .amsl-title {
  display: none;
}
.amsl-cart-page .-labeled-buttons .amsl-buttons,
.amsl-registration-page .-labeled-buttons .amsl-buttons,
.amsl-login-page .-labeled-buttons .amsl-buttons {
  justify-content: flex-start;
  width: 100%;
}
.amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
  margin: 0 0 15px;
}
.amsl-error {
  display: none;
  flex-basis: 100%;
  margin: 0 20px 20px;
  padding: 5px;
  background: #f69b98;
  text-align: left;
  word-break: break-word;
}
.amsl-error.-default {
  margin-bottom: 10px;
}
.amsl-error.-social {
  margin: 35px 20px 0;
}
.amsl-content {
  min-width: 300px;
}
.amsl-social-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.amsl-cart-page,
.amsl-login-page,
.amsl-registration-page {
  margin: 10px 0;
}
.amsl-cart-page .amsl-error,
.amsl-login-page .amsl-error,
.amsl-registration-page .amsl-error {
  margin: 0 0 10px;
}
.amsl-register-content .form.create.account,
.amsl-forgot-content .form.password.forget {
  min-width: inherit;
  width: 100%;
}
.amsl-popup-observed .modal-custom.authentication-dropdown,
.amsl-popup-observed .authentication-wrapper .dropdown-overlay {
  display: none;
}
.amsl-focus {
  outline: 2px solid #4878bf;
  border-color: #fff;
  transition: none;
  transform: none;
}
.amsl-button {
  transition: all 0.2s ease;
  display: block;
  border-radius: 100px;
  background-repeat: no-repeat;
}
.amsl-button .amsl-social-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.amsl-button.-google {
  background: #ffffff;
}
.amsl-button.-google .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==);
}
.amsl-button.-twitter {
  background: #1da1f2;
}
.amsl-button.-twitter .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amsl-button.-facebook {
  background: #3c5a99;
}
.amsl-button.-facebook .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.amsl-button.-apple {
  background: #fff;
}
.amsl-button.-apple .amsl-social-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}
.amsl-button.-linkedin {
  background: #0077b7;
}
.amsl-button.-linkedin .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==);
}
.amsl-button.-instagram {
  background: linear-gradient(0deg, #e09b3d, #c74c4d, #c21975, #7024c4);
}
.amsl-button.-instagram .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=);
}
.amsl-button.-amazon {
  background: #ffffff;
}
.amsl-button.-amazon .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=);
}
.amsl-button.-paypal {
  background: #ffffff;
}
.amsl-button.-paypal .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+);
}
.amsl-button.-twitch {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6441a5;
}
.amsl-button.-twitch .amsl-social-icon {
  width: 50%;
  height: 50%;
  border: 1px solid black;
  border-radius: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+PGc+PHBhdGggZD0iTTExNSwxMEw0NSwxODV2NjY1aDIxMHYxNDBoMTQwbDE0MC0xNDBoMTc1bDI0NS0yNDVWMTBIMTE1eiBNODUwLDU3MEw3MTAsNzEwSDUwMEwzNjAsODUwVjcxMEgxODVWMTE1aDY2NVY1NzB6Ii8+PHBhdGggZD0iTTY0MCwyNTIuOGgxMDVWNTM1SDY0MFYyNTIuOHoiLz48cGF0aCBkPSJNMzk1LDI1Mi44aDEwNVY1MzVIMzk1VjI1Mi44eiIvPjwvZz48L3N2Zz4=);
  background-size: 50%;
  filter: invert(1);
}
.amsl-button-wrapper.-rectangular .amsl-button,
.amsl-linked-wrapper.-rectangular .amsl-button {
  border-radius: 4px;
}
.amsl-button-wrapper.-rectangular .amsl-button.-twitch .amsl-social-icon {
  border: none;
  background-size: 100%;
}
.amsl-button-wrapper.-rectangular.with-label .amsl-button.-twitch .amsl-social-icon {
  background-size: 70%;
}
.amsl-button-wrapper.with-label.-rectangular {
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button {
  display: flex;
  justify-content: start;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border: 2px solid #f6f6f6;
  box-shadow: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover {
  box-shadow: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button:focus,
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover:focus {
  outline: 2px solid #4878bf;
  border-color: #fff;
  transition: none;
  transform: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google {
  background: #448fff;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google:hover {
  background: #77aeff;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal {
  background: #009cde;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal:hover {
  background: #12b9ff;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon {
  background: #232f3e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon:hover {
  background: #35485f;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==);
  background-position: center center;
  background-size: 13px;
  background-repeat: no-repeat;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple:hover {
  background: #f2f2f7;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-social-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-text {
  color: #1c1c1e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal .amsl-social-icon {
  border-radius: 4px;
  background-color: #fff;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-social-icon {
  margin: 0 10px;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-size: 70%;
  transform: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-text {
  margin-right: 5px;
  color: #fff;
}
.amsl-button-showmore {
  position: relative;
  display: block;
  margin: 25px 0;
  width: 100%;
  height: 1px;
  color: #4878bf;
}
.amsl-button-showmore:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  content: '';
}
.amsl-button-showmore > .amsl-label {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 5px 15px;
  background: #f6f6f6;
  cursor: pointer;
  transform: translateY(-50%);
}
.amsl-button-showmore > .amsl-label:hover {
  opacity: .8;
}
.amsl-button-showmore .amsl-arrow {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 7px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-position: center;
  vertical-align: middle;
}
.amsl-tabs-wrapper.-forgot {
  display: none;
}
.amsl-tablist {
  margin: 20px 20px 30px;
  padding: 0;
  list-style: none;
}
.amsl-tablist > li:only-child {
  pointer-events: none;
  user-select: none;
}
.amsl-tablist > li:only-child a {
  cursor: default;
}
.amsl-tablist .amsl-title {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 18px;
}
.amsl-tablist .amsl-title:hover {
  background: #f0f0f0;
}
.amsl-tablist .amsl-title.active .amsl-link {
  border-bottom: 1px solid #4878bf;
  color: #4878bf;
}
.amsl-tablist .amsl-title .amsl-link {
  display: block;
  padding: 7px 20px;
  color: #787878;
}
.amsl-tablist .amsl-title .amsl-link:hover {
  text-decoration: none;
}
.amsl-login-content {
  flex-direction: row;
  width: 100%;
}
.amsl-login-content .form-login .field.password {
  margin-bottom: 0;
}
.amsl-login-content .field {
  margin-bottom: 15px;
}
.amsl-login-content .fieldset > .field > .label {
  display: none;
}
.amsl-login-content .primary,
.amsl-login-content .action.primary.login {
  width: 100%;
}
.amsl-login-content .secondary {
  margin-top: 5px;
  text-align: right;
}
.amsl-login-content .secondary .action.remind {
  color: #4878bf;
}
.amsl-register-content {
  width: 100%;
}
.amsl-register-content .label,
.gender label {
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
}
.amsl-register-content .label span,
.gender label span {
  text-transform: capitalize;
  font-weight: 700;
}
.amsl-register-content .field {
  margin-bottom: 7px;
}
.amsl-register-content .fieldset {
  min-width: 100%;
}
.amsl-register-content .field.newsletter .label {
  color: #787878;
}
.amsl-register-content .fieldset.create.account .field:nth-of-type(1) {
  margin-bottom: 10px;
}
.amsl-register-content .fieldset.create.info .field-name-firstname,
.amsl-register-content .fieldset.create.info .field-name-lastname {
  display: block;
  width: 100%;
}
.amsl-register-content .fieldset.create.info .field-name-lastname {
  float: right;
}
.amsl-register-content .password-strength-meter,
.amsl-register-content .password-strength-meter:before,
.amsl-register-content .password-none .password-strength-meter:before {
  background-color: #fff;
}
.amsl-register-content .fiedset:after,
.amsl-register-content .legend,
.amsl-register-content .fieldset > .legend + br {
  display: none;
}
.amsl-register-content .amsl-form .fullname .fields {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-firstname,
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-lastname {
  flex-grow: 1;
}
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-middlename {
  padding: 0;
  width: 100%;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-prefix,
.amsl-register-content .amsl-form .fullname .fields > .field-name-suffix {
  flex-basis: 100%;
}
.amsl-login-success {
  padding: 50px;
  color: #407740;
}
.amsl-popup-overlay {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 99999;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.amsl-popup-block {
  position: relative;
  box-sizing: border-box;
  margin: 10px auto auto;
  min-width: 300px;
  max-width: 95vw;
  border-radius: 8px;
  background: #fff;
}
.amsl-popup-block .amsl-social-login {
  min-height: 180px;
}
.amsl-popup-block .amsl-button-wrapper {
  margin: 0 10px 15px;
}
.amsl-popup-block .amsl-form {
  margin: 0 20px 35px;
  min-width: 250px;
}
.amsl-popup-block .block {
  margin-bottom: 0;
}
.amsl-popup-block .actions-toolbar > .primary {
  margin-bottom: 0;
}
.amsl-popup-block.-social-top .amsl-login-content {
  display: flex;
  flex-direction: column-reverse;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
  display: block;
  margin: 45px 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-form {
  margin-bottom: 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 20px;
  padding: 0;
  min-height: inherit;
  border-radius: 4px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title {
  display: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title.-short {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  transform: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-buttons {
  margin: 20px 0;
  padding: 0;
  width: 60%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button-wrapper {
  margin: 5px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button {
  width: 40px;
  height: 40px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-social-icon {
  transform: scale(0.6);
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error {
  order: 1;
  margin: 5px 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-social {
  margin: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons {
  flex-direction: column;
  padding: 20px 0 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-error.-social {
  box-sizing: border-box;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button-wrapper {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 15px;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button {
  width: auto;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-social-icon {
  margin: auto 5px;
  transform: none;
}
.amsl-popup-block .actions-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.amsl-popup-block .actions-toolbar:before,
.amsl-popup-block .actions-toolbar:after {
  display: none;
}
.amsl-popup-block .actions-toolbar .action.primary {
  box-sizing: border-box;
  margin: 0;
  padding: 14px 60px;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 4px;
  background: #4878bf;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  max-width: 290px;
}
.amsl-popup-block .actions-toolbar .action.primary:hover,
.amsl-popup-block .actions-toolbar .action.primary:hover:focus {
  background: #5891e6;
}
.amsl-popup-block .actions-toolbar .action.primary:focus {
  outline: 2px solid #4878bf;
  border-color: #fff;
  transition: none;
  transform: none;
}
.amsl-popup-block .fieldset {
  margin-bottom: 25px;
}
.amsl-popup-block .fieldset:last-of-type {
  margin-bottom: 0;
}
.amsl-popup-block .fieldset > .field > .label,
.amsl-popup-block .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.amsl-popup-block .checkbox {
  margin: 0 5px 0 0;
  height: 20px;
  vertical-align: middle;
}
.amsl-popup-block .checkbox + .label {
  vertical-align: middle;
}
.amsl-popup-block .input-text {
  height: 45px;
  border: 0;
  border-radius: 4px;
  background: #f2f2f2;
  color: #585858;
}
.amsl-popup-block .input-text::placeholder {
  color: #a1a1a1;
}
.amsl-popup-block .amsl-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-size: contain;
  cursor: pointer;
}
.amsl-popup-block .amsl-close:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=);
  background-size: contain;
}
.amsl-popup-block .form-create-account .fieldset.create.account:after,
.amsl-popup-block .block-title,
.amsl-popup-block .field.note {
  display: none;
}
.amsl-popup-block.-social-top .amsl-button-showmore {
  margin: 25px 0 7px;
}
.amsl-accounts {
  flex-direction: column;
}
.amsl-accounts,
.amsl-accounts .amsl-linked {
  display: flex;
  justify-content: space-between;
}
.amsl-accounts .amsl-accounts-block {
  margin-bottom: 20px;
  width: 100%;
}
.amsl-accounts .amsl-button {
  width: 45px;
  height: 45px;
}
.amsl-accounts .amsl-button.-amazon,
.amsl-accounts .amsl-button.-paypal {
  border: 1px solid #ececec;
}
.amsl-accounts .amsl-linked {
  align-items: center;
  box-sizing: border-box;
  margin: 0 0 15px 23px;
  padding: 8px 8px 8px 0;
  height: 45px;
  background: #ececec;
}
.amsl-accounts .amsl-linked:last-of-type {
  margin-bottom: 0;
}
.amsl-accounts .amsl-linked .amsl-button {
  position: absolute;
  transform: translateX(-50%);
}
.amsl-accounts .amsl-name {
  overflow: hidden;
  margin: 0 2px 0 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amsl-accounts .amsl-social-icon {
  transform: scale(0.7);
}
.amsl-accounts .amsl-unlink {
  display: flex;
  align-items: center;
  padding: 1px 15px;
  height: 100%;
  border-radius: 4px;
  background: #4878bf;
  line-height: 1;
}
.amsl-accounts .amsl-unlink,
.amsl-accounts .amsl-unlink:hover,
.amsl-accounts .amsl-unlink:visited {
  color: #fff;
  text-decoration: none;
}
.amsl-accounts .amsl-unlink:hover {
  background: #5891e6;
}
.amsl-accounts .amsl-social-login {
  height: inherit;
}
.amsl-accounts .amsl-buttons {
  padding: 35px;
}
.amsl-accounts .amsl-button-wrapper {
  margin: 0 15px;
}
.amsl-accounts .amsl-button-wrapper:nth-of-type(n+4),
.amsl-accounts .amsl-button-wrapper.with-label.-rectangular:not(:first-of-type) {
  margin-top: 15px;
}
.amsl-social-login {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
  border-radius: 0 0 8px 8px;
  background: #fff;
  text-align: center;
}
.amsl-social-login .amsl-title {
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 6px;
  max-width: 290px;
  width: 100%;
  border-radius: 4px;
  background: #a4cd1b;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}
.amsl-social-login .amsl-title.-short {
  display: none;
  width: inherit;
}
.amsl-social-login .amsl-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10px;
  width: 100%;
}
.amsl-social-login .amsl-button {
  width: 65px;
  height: 65px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.amsl-social-login .amsl-button:hover {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.amsl-social-login .amsl-button:focus {
  box-shadow: none;
  transform: translateY(-1px);
}
.amsl-social-login .amsl-button.-google:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitter:hover {
  background: #4db5f5;
}
.amsl-social-login .amsl-button.-facebook:hover {
  background: #4e71ba;
}
.amsl-social-login .amsl-button.-apple:hover {
  background: #fff;
}
.amsl-social-login .amsl-button.-linkedin:hover {
  background: #0098ea;
}
.amsl-social-login .amsl-button.-amazon:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-paypal:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitch:hover {
  background: #7e5bbe;
}
.amsl-cart-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-registration-page .amsl-social-login {
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 15px;
}
.amsl-cart-page .amsl-social-login .amsl-title,
.amsl-login-page .amsl-social-login .amsl-title,
.amsl-registration-page .amsl-social-login .amsl-title {
  position: relative;
  margin: 0;
  padding: 0 0px;
  background: none;
  color: #000;
  text-align: center;
  transform: none;
  margin-bottom: 15px;
  font-family: "Lato";
  font-size: 24px;
  color: #151c2b;
}
.amsl-cart-page .amsl-social-login .amsl-buttons,
.amsl-login-page .amsl-social-login .amsl-buttons,
.amsl-registration-page .amsl-social-login .amsl-buttons {
  margin: 0;
  padding: 0;
  width: inherit;
}
.amsl-cart-page .amsl-social-login .amsl-button-wrapper,
.amsl-login-page .amsl-social-login .amsl-button-wrapper,
.amsl-registration-page .amsl-social-login .amsl-button-wrapper {
  margin: 0 10px 10px;
}
#gender {
  height: 44px;
  border-radius: 0;
  color: #fff;
}
.customer-dob button {
  background: #a4cd1b;
  border-color: #a4cd1b;
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 10px;
  padding: 5px 10px;
  border: 3px solid #a4cd1b !important;
  color: #fff;
}
.create.account.margin-top30 {
  margin-top: 0;
}
.amsl-form .col-sm-6.col-xs-12 {
  width: 100%;
}
#social-login-popup .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-buttons {
  width: 100%;
}
.form-group.checkbox.choice.newsletter {
  margin: 10px 0;
}
.amsl-popup-block .checkbox {
  width: auto !important;
}
@media (min-width: 768px) {
  .amsl-cart-page .amsl-social-wrapper {
    display: block;
  }
  .amsl-social-login .amsl-title {
    max-width: 100%;
  }
}
/*style for category and search page*/
body.ryco_quickview-catalog_product-view {
  overflow: hidden;
}
.catalog-category-view .block.filter,
.catalogsearch-result-index .block.filter {
  display: none !important;
}
.catalog-category-view .block.filter.show_block,
.catalogsearch-result-index .block.filter.show_block {
  display: inline-block !important;
}
.catalog-category-view .bottom-pagination .toolbar.toolbar-products .show_fiter_div,
.catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .show_fiter_div,
.catalog-category-view .bottom-pagination .toolbar.toolbar-products .toolbar-sorter.sorter,
.catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .toolbar-sorter.sorter,
.catalog-category-view .bottom-pagination .toolbar.toolbar-products .set_price_tax_label,
.catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .set_price_tax_label,
.catalog-category-view .bottom-pagination .toolbar.toolbar-products .set_price_tax,
.catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .set_price_tax {
  display: none !important;
}
.catalog-category-view .price-box,
.catalogsearch-result-index .price-box {
  display: none;
}
.catalog-category-view .price-box.price-include-tax,
.catalogsearch-result-index .price-box.price-include-tax {
  display: block;
}
.catalog-category-view label.m {
  display: none;
}
.catalog-category-view .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
  margin-top: 11px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.catalog-category-view .breadcrumbs .breadcrumb,
.catalogsearch-result-index .breadcrumbs .breadcrumb {
  margin-bottom: 0;
}
.catalog-category-view .breadcrumbs .breadcrumb li a,
.catalogsearch-result-index .breadcrumbs .breadcrumb li a,
.catalog-category-view .breadcrumbs .breadcrumb li,
.catalogsearch-result-index .breadcrumbs .breadcrumb li {
  font-size: 12px;
  font-weight: 300;
  color: #9d9d9d;
}
.catalog-category-view #maincontent .category-name,
.catalogsearch-result-index #maincontent .category-name {
  margin-top: 12px;
}
.catalog-category-view #maincontent .category-name .cate-name,
.catalogsearch-result-index #maincontent .category-name .cate-name {
  text-align: unset;
  font-size: 34px;
  color: #857b71;
}
.catalog-category-view #maincontent .category-description,
.catalogsearch-result-index #maincontent .category-description {
  font-size: 17px;
  color: #8a8a8a;
}
.catalog-category-view #maincontent .toolbar.toolbar-products,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.catalog-category-view #maincontent .bottom-pagination .toolbar.toolbar-products,
.catalogsearch-result-index #maincontent .bottom-pagination .toolbar.toolbar-products {
  padding: 0 30px 30px;
  margin: 0;
  text-align: center;
}
.block.filter .block-content .filter-options .filter-options-item {
  width: 172px;
}
.show_fiter_div .show_filter {
  display: none;
}
.page-products #product-wrapper .product-item-details .product-item-link {
  display: block;
}
.category-description {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .catalog-category-view #maincontent .toolbar.toolbar-products,
  .catalogsearch-result-index #maincontent .toolbar.toolbar-products {
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div,
  .catalogsearch-result-index #maincontent .toolbar.toolbar-products .show_fiter_div {
    width: calc(100% - 420px);
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter,
  .catalogsearch-result-index #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter {
    float: left;
    padding: 1px 6px;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .toolbar-sorter.sorter,
  .catalogsearch-result-index #maincontent .toolbar.toolbar-products .toolbar-sorter.sorter {
    width: 300px;
    position: static;
  }
}
.catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter {
  width: 23%;
  padding: 10px 16px;
  color: #4c3f11;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  background-color: white !important;
  text-align: left;
  font: 700 13px Roboto, Sans-serif;
  line-height: 17px;
  border: solid 1px #ddd;
  position: relative;
}
.catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter::after,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter::after {
  content: "\f078";
  font-size: 20px;
  font-weight: normal;
  right: 6px;
  color: inherit;
  display: inline-block;
  font-family: "FontAwesome";
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  position: absolute;
  vertical-align: middle;
}
.catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter.show_block::after,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter.show_block::after {
  content: "\f077";
}
.catalog-category-view #maincontent .toolbar.toolbar-products .toolbar-sorter.sorter #sorter,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .toolbar-sorter.sorter #sorter {
  height: 40px;
}
.catalog-category-view #maincontent .toolbar.toolbar-products .set_price_tax_label,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .set_price_tax_label {
  padding: 10px 10px;
}
.catalog-category-view #maincontent .toolbar.toolbar-products .set_price_tax,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .set_price_tax {
  width: 120px;
  display: flex;
}
.catalog-category-view #maincontent .toolbar.toolbar-products .set_price_tax .include_tax,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .set_price_tax .include_tax,
.catalog-category-view #maincontent .toolbar.toolbar-products .set_price_tax .exclude_tax,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .set_price_tax .exclude_tax {
  width: 50%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  border: 1px solid #ededed;
  background: #ededed;
  color: #4c3f11;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-weight: 900;
}
.catalog-category-view #maincontent .toolbar.toolbar-products .set_price_tax .include_tax,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .set_price_tax .include_tax {
  -webkit-border-top-left-radius: 9px;
  border-top-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.catalog-category-view #maincontent .toolbar.toolbar-products .set_price_tax .exclude_tax,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .set_price_tax .exclude_tax {
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.catalog-category-view #maincontent .toolbar.toolbar-products .set_price_tax .active,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .set_price_tax .active {
  border-color: #b2db70 !important;
  background-color: #b2db70 !important;
}
.catalog-category-view #maincontent .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
  color: #8a8a8a;
}
.catalog-category-view #maincontent .toolbar.toolbar-products .toolbar-sorter.sorter #sorter,
.catalogsearch-result-index #maincontent .toolbar.toolbar-products .toolbar-sorter.sorter #sorter {
  background-color: #fff;
  border: 1px solid #dcdcdc !important;
  border-radius: unset;
}
.catalog-category-view #product-wrapper,
.catalogsearch-result-index #product-wrapper {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .catalog-category-view #product-wrapper,
  .catalogsearch-result-index #product-wrapper {
    padding-top: 20px;
  }
}
.catalog-category-view #product-wrapper .product-item-details .product-item-name,
.catalogsearch-result-index #product-wrapper .product-item-details .product-item-name {
  height: auto !important;
}
.catalog-category-view #product-wrapper .product-item-details .price-final_price .price,
.catalogsearch-result-index #product-wrapper .product-item-details .price-final_price .price {
  color: #291c05 !important;
}
.catalog-category-view #product-wrapper .product-item-details .price-final_price.has-special-price .price,
.catalogsearch-result-index #product-wrapper .product-item-details .price-final_price.has-special-price .price,
.catalog-category-view #product-wrapper .product-item-details .price-final_price .special-price .price,
.catalogsearch-result-index #product-wrapper .product-item-details .price-final_price .special-price .price {
  color: #d70000 !important;
}
.catalog-category-view #product-wrapper .product-item-details .old-price,
.catalogsearch-result-index #product-wrapper .product-item-details .old-price {
  float: unset;
  width: 100%;
}
.catalog-category-view #maincontent .block.filter,
.catalogsearch-result-index #maincontent .block.filter {
  border: none;
  float: left;
  width: auto;
  margin-bottom: 30px;
}
.catalog-category-view #maincontent .block.filter .block-content .filter-options,
.catalogsearch-result-index #maincontent .block.filter .block-content .filter-options {
  /*margin-top: 25px;*/
}
.catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item,
.catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item {
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 0;
  width: 172px;
  height: 43px;
  margin-bottom: 10px;
  line-height: 42px;
  border: solid 1px #ddd;
  position: relative;
}
.catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item .filter-options-title,
.catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item .filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
  font: 700 13px/42px Roboto, Sans-serif;
  color: #222;
  text-transform: capitalize;
  padding: 0 30px 0 16px;
  text-transform: uppercase;
}
.catalog-category-view #maincontent .block.filter .filter-options-item .filter-options-title::after,
.catalogsearch-result-index #maincontent .block.filter .filter-options-item .filter-options-title::after {
  top: 0;
  right: 15px;
}
.catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item .filter-options-content,
.catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item .filter-options-content {
  position: absolute;
  display: block;
  box-shadow: none !important;
  width: auto;
  min-width: calc(100% + 2px);
  left: -1px;
  z-index: 3;
  border: solid 1px #ddd;
  padding: 0 0 15px;
  background: #fff;
}
#maincontent .block.filter .block-content .filter-options-item .filter-options-content .items {
  padding-top: 10px;
}
.catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item .filter-options-content .items .item,
.catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item .filter-options-content .items .item {
  padding: 3px 0;
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0;
}
.catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item .filter-options-content .items .item a,
.catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item .filter-options-content .items .item a {
  padding: 0 19px;
  display: inline-block;
  width: 100%;
  font: 400 13px/18px Roboto, Sans-serif;
  color: #333;
}
.catalog-category-view .block.filter .filter-options-item .filter-options-title::after,
.catalogsearch-result-index .block.filter .filter-options-item .filter-options-title::after {
  content: "\f078";
}
.catalog-category-view .block.filter .filter-options-item.active .filter-options-title::after,
.catalogsearch-result-index .block.filter .filter-options-item.active .filter-options-title::after {
  content: "\f077";
}
/*category, search page pagination*/
.catalog-category-view .bottom-pagination .pagination .item span,
.catalogsearch-result-index .bottom-pagination .pagination .item span {
  color: #a5a0a0 !important;
}
.catalog-category-view .bottom-pagination .pagination .item.current span,
.catalogsearch-result-index .bottom-pagination .pagination .item.current span {
  color: #5e5e5e !important;
  text-decoration: none;
  position: relative;
}
.catalog-category-view .bottom-pagination .pagination .item.current span::after,
.catalogsearch-result-index .bottom-pagination .pagination .item.current span::after {
  content: '';
  width: 40%;
  position: absolute;
  left: 30%;
  bottom: 10px;
  border-width: 0 0 3px;
  border-style: solid;
}
.catalog-category-view .bottom-pagination .pagination .pages-item-previous span,
.catalogsearch-result-index .bottom-pagination .pagination .pages-item-previous span,
.catalog-category-view .bottom-pagination .pagination .pages-item-next span,
.catalogsearch-result-index .bottom-pagination .pagination .pages-item-next span {
  color: #dcdcdc !important;
}
.catalog-category-view .bottom-pagination .toolbar.toolbar-products .pages .pagination > li > a,
.catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .pages .pagination > li > a,
.catalog-category-view .bottom-pagination .toolbar.toolbar-products .pages .pagination > li span,
.catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .pages .pagination > li span {
  padding: 17px 17px;
}
.catalog-category-view .bottom-pagination .toolbar.toolbar-products .pages,
.catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .pages {
  float: unset;
  width: 100%;
}
/*end category, search page pagination*/
.catalog-category-view #ryco_toolbar_div,
.catalogsearch-result-index #ryco_toolbar_div {
  display: flex;
  clear: both;
}
.catalog-category-view #ryco_toolbar_calculator,
.catalogsearch-result-index #ryco_toolbar_calculator {
  clear: both;
  background-color: #797060;
  color: white;
  padding: 15px 30px;
  overflow: unset !important;
  height: auto;
  width: 70% !important;
}
.catalog-category-view #ryco_toolbar_calculator form,
.catalogsearch-result-index #ryco_toolbar_calculator form {
  display: flex;
}
.catalog-category-view #ryco_toolbar_calculator h3,
.catalogsearch-result-index #ryco_toolbar_calculator h3 {
  margin-top: 10px;
  font-size: 18px;
  margin-right: 14%;
  color: white;
}
.catalog-category-view #ryco_toolbar_calculator .layout_switcher,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher {
  margin-right: 10px;
  display: flex;
  justify-content: flex-end;
  width: 23%;
}
.catalog-category-view #ryco_toolbar_calculator .layout_switcher input,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher input {
  display: none;
}
.catalog-category-view #ryco_toolbar_calculator .layout_switcher label,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher label {
  padding: 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.04em;
  cursor: pointer;
  height: 49px;
  vertical-align: middle;
  padding-top: 14px;
  width: 80px;
  font-weight: 700;
  color: #e6dfdf;
  background: #9e9c97;
}
.catalog-category-view #ryco_toolbar_calculator .layout_switcher label svg,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher label svg {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 0px;
}
.catalog-category-view #ryco_toolbar_calculator .layout_switcher label.active,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher label.active {
  background: #b2dc70;
  font-weight: 700;
  color: #777575;
}
/*fix color for svg path (which is icon)*/
.catalog-category-view #ryco_toolbar_calculator .layout_switcher label svg path,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher label svg path {
  fill: white;
}
.catalog-category-view #ryco_toolbar_calculator .layout_switcher label.active svg path,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher label.active svg path {
  fill: #8f8f8f;
}
.catalog-category-view .ryco-toolbar__inputs,
.catalogsearch-result-index .ryco-toolbar__inputs {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 36%;
}
.catalog-category-view .ryco-toolbar__inputs .ryco-toolbar__layouts,
.catalogsearch-result-index .ryco-toolbar__inputs .ryco-toolbar__layouts {
  width: 70% !important;
}
.catalog-category-view .ryco-toolbar__inputs .unit_switcher,
.catalogsearch-result-index .ryco-toolbar__inputs .unit_switcher {
  width: 41%;
  padding-right: 0;
  margin-right: 4px;
}
.catalog-category-view .ryco-toolbar__inputs .unit_switcher .toggle-switch,
.catalogsearch-result-index .ryco-toolbar__inputs .unit_switcher .toggle-switch {
  margin-bottom: 2px;
  width: 33px;
  height: 24px;
}
.catalog-category-view .ryco-toolbar__inputs input,
.catalogsearch-result-index .ryco-toolbar__inputs input {
  color: #000;
  border: none;
  margin-bottom: 5px;
  font-size: 16px;
}
.catalog-category-view .ryco-toolbar__inputs input:not(.total),
.catalogsearch-result-index .ryco-toolbar__inputs input:not(.total) {
  width: 44% !important;
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .block.filter,
  .catalogsearch-result-index #maincontent .block.filter {
    float: none;
  }
}
body.catalog-category-view .container {
  max-width: 1442px;
  width: 100%;
}
@media screen and (max-width: 400px) {
  body.catalog-category-view #ryco_toolbar_calculator .ryco-toolbar__inputs .ryco-toolbar__layouts,
  body.catalogsearch-result-index #ryco_toolbar_calculator .ryco-toolbar__inputs .ryco-toolbar__layouts {
    width: 100% !important;
  }
  .catalog-category-view .ryco-toolbar__inputs input:not(.total),
  .catalogsearch-result-index .ryco-toolbar__inputs input:not(.total) {
    width: 30% !important;
  }
  .catalog-category-view .ryco-toolbar__inputs label.total-placeholder-1,
  .catalogsearch-result-index .ryco-toolbar__inputs label.total-placeholder-1 {
    left: 24% !important;
  }
  .catalog-category-view .ryco-toolbar__inputs label.total-placeholder-2,
  .catalogsearch-result-index .ryco-toolbar__inputs label.total-placeholder-2 {
    right: 35% !important;
  }
}
.catalog-category-view .ryco-toolbar__inputs .unit_switcher .toggle-switch-checkbox:checked + .toggle-switch:after,
.catalogsearch-result-index .ryco-toolbar__inputs .unit_switcher .toggle-switch-checkbox:checked + .toggle-switch:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.catalog-category-view .ryco-toolbar__inputs label.total-placeholder-1,
.catalogsearch-result-index .ryco-toolbar__inputs label.total-placeholder-1 {
  position: absolute;
  padding-top: 13px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  opacity: .5;
  color: #000;
  font-size: 14px;
  left: 20%;
}
.catalog-category-view .ryco-toolbar__inputs label.total-placeholder-2,
.catalogsearch-result-index .ryco-toolbar__inputs label.total-placeholder-2 {
  position: absolute;
  padding-top: 13px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  opacity: .5;
  color: #000;
  font-size: 14px;
  right: 44%;
}
.catalog-category-view #ryco_toolbar_result label.total-placeholder-total,
.catalogsearch-result-index #ryco_toolbar_result label.total-placeholder-total {
  position: absolute;
  padding-top: 13px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  opacity: .5;
  color: #000;
  font-size: 14px;
  right: 60px;
}
.catalog-category-view .ryco-toolbar__inputs label.total-placeholder,
.catalogsearch-result-index .ryco-toolbar__inputs label.total-placeholder {
  font-size: 17px;
  top: 5px;
}
.ryco-toolbar__inputs label.add_area {
  clear: both;
  cursor: pointer;
  width: 190px;
  font-size: 14px;
  font-family: "Lato", arial, tahoma;
  white-space: pre;
}
.ryco-toolbar__inputs label.add_area:before {
  content: "\f055";
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding-right: 5px;
  color: #b2dc70;
}
.catalog-category-view #ryco_toolbar_calculator .layout_m,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_m {
  margin-right: 10px;
}
.catalog-category-view #ryco_toolbar_calculator .layout_xy,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_xy {
  margin-right: 10px;
}
.catalog-category-view #ryco_toolbar_calculator .layout_xy .separator,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_xy .separator {
  width: 5%;
  margin: auto 5px;
}
.catalog-category-view #ryco_toolbar_calculator .layout_xy .xy_div,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_xy .xy_div {
  clear: both;
  display: flex;
  margin-bottom: 5px;
}
.catalog-category-view #ryco_toolbar_calculator .layout_xy .xy_div:not(:first-child),
.catalogsearch-result-index #ryco_toolbar_calculator .layout_xy .xy_div:not(:first-child) {
  padding-top: 10px;
}
.catalog-category-view #ryco_toolbar_calculator .layout_xy .xy_div input.is_required,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_xy .xy_div input.is_required,
.catalog-category-view .total.is_required,
.catalogsearch-result-index .total.is_required {
  border: 1px solid red;
}
.catalog-category-view .ryco-toolbar__button,
.catalogsearch-result-index .ryco-toolbar__button {
  font-size: 13px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  height: 47px;
  padding-top: 14px;
  background: #b2dc70;
  text-align: center;
  width: 130px;
}
.catalog-category-view .ryco-toolbar__button a,
.catalogsearch-result-index .ryco-toolbar__button a {
  text-align: center;
  vertical-align: middle;
  font-weight: 800;
  color: #777575;
}
.catalog-category-view .ryco-toolbar__button a:hover,
.catalogsearch-result-index .ryco-toolbar__button a:hover {
  text-decoration: unset;
}
.catalog-category-view #ryco_toolbar_result,
.catalogsearch-result-index #ryco_toolbar_result {
  width: 29%;
  margin-left: 1%;
  clear: both;
  background-color: #797060;
  color: white;
  padding: 15px 30px;
  overflow: unset !important;
  height: auto;
}
.catalog-category-view #ryco_toolbar_result .ryco_toolbar_output,
.catalogsearch-result-index #ryco_toolbar_result .ryco_toolbar_output {
  display: flex;
}
.catalog-category-view #ryco_toolbar_result .ryco_toolbar_output span,
.catalogsearch-result-index #ryco_toolbar_result .ryco_toolbar_output span {
  width: 135px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
}
.catalog-category-view #ryco_toolbar_result .ryco_toolbar_output input,
.catalogsearch-result-index #ryco_toolbar_result .ryco_toolbar_output input {
  height: 49px;
  color: #000;
  border: none;
  margin-bottom: 5px;
}
.catalog-category-view #ryco_toolbar_result .ryco_toolbar_result_span,
.catalogsearch-result-index #ryco_toolbar_result .ryco_toolbar_result_span {
  display: none;
  float: right;
  font-size: 14px;
  font-weight: 600;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.catalog-category-view #product-wrapper .product-item-info .img-thumbnail,
.catalogsearch-result-index #product-wrapper .product-item-info .img-thumbnail {
  border-bottom: unset !important;
}
.catalog-category-view .block.filter .filter-options-item .filter-options-content,
.catalogsearch-result-index .block.filter .filter-options-item .filter-options-content {
  padding-bottom: 0 !important;
}
.catalog-category-view .block.filter .filter-options-item .filter-options-content a,
.catalogsearch-result-index .block.filter .filter-options-item .filter-options-content a {
  display: block;
}
.catalog-category-view .block.filter .filter-options-item .filter-options-content a .swatch-option,
.catalogsearch-result-index .block.filter .filter-options-item .filter-options-content a .swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 30px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  width: 100%;
}
.ryco_toolbar_show_div button {
  display: none;
}
.bottom-pagination .ryco_toolbar_show_div {
  display: none;
}
.catalog-category-view #ryco_toolbar_calculator h3,
.catalogsearch-result-index #ryco_toolbar_calculator h3 {
  margin-right: 40px;
  font-size: 22px;
  font-family: "Lato", arial, tahoma;
}
@media (min-width: 1366px) and (max-width: 1366px) {
  .catalog-category-view .breadcrumbs .container,
  .catalogsearch-result-index .breadcrumbs .container {
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .catalog-category-view #ryco_toolbar_calculator .layout_switcher,
  .catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher {
    margin-right: 20px;
  }
  .catalog-category-view #ryco_toolbar_calculator .layout_switcher label,
  .catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher label {
    width: 100px;
    font-size: 18px;
  }
  .catalog-category-view #ryco_toolbar_calculator .layout_switcher label.active,
  .catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher label.active {
    width: 100px;
    font-size: 18px;
  }
  .catalog-category-view .ryco-toolbar__inputs,
  .catalogsearch-result-index .ryco-toolbar__inputs {
    width: 37%;
  }
  .catalog-category-view .ryco-toolbar__inputs .ryco-toolbar__layouts,
  .catalogsearch-result-index .ryco-toolbar__inputs .ryco-toolbar__layouts {
    width: 200px !important;
  }
  .catalog-category-view .ryco-toolbar__inputs label.total-placeholder-1,
  .catalogsearch-result-index .ryco-toolbar__inputs label.total-placeholder-1 {
    font-size: 18px;
    padding-top: 10px;
    left: 16%;
  }
  .catalog-category-view .ryco-toolbar__inputs label.total-placeholder-2,
  .catalogsearch-result-index .ryco-toolbar__inputs label.total-placeholder-2 {
    font-size: 18px;
    padding-top: 10px;
    right: 48%;
  }
  .ryco-toolbar__inputs label.add_area {
    font-size: 16px;
    width: 400px;
    margin-bottom: 0;
  }
  .catalog-category-view .ryco-toolbar__inputs .unit_switcher .toggle-switch,
  .catalogsearch-result-index .ryco-toolbar__inputs .unit_switcher .toggle-switch {
    width: 45px;
  }
  .catalog-category-view .ryco-toolbar__inputs .unit_switcher,
  .catalogsearch-result-index .ryco-toolbar__inputs .unit_switcher {
    margin-right: 20px;
  }
  .catalog-category-view .ryco-toolbar__button,
  .catalogsearch-result-index .ryco-toolbar__button {
    width: 14%;
    padding-top: 13px;
  }
  .catalog-category-view .ryco-toolbar__button a,
  .catalogsearch-result-index .ryco-toolbar__button a {
    font-size: 15px;
  }
  .catalog-category-view .ryco-toolbar__inputs .unit_switcher .toggle-switch-checkbox:checked + .toggle-switch:after,
  .catalogsearch-result-index .ryco-toolbar__inputs .unit_switcher .toggle-switch-checkbox:checked + .toggle-switch:after {
    -webkit-transform: translateX(21px);
    -moz-transform: translateX(21px);
    -ms-transform: translateX(21px);
    -o-transform: translateX(21px);
    transform: translateX(21px);
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter,
  .catalogsearch-result-index #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter {
    width: 227px;
    display: none;
  }
  .catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item:nth-child(6n),
  .catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item:nth-child(6n) {
    margin-right: 0;
  }
  .catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item,
  .catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item {
    width: 227px;
  }
  .catalog-category-view #ryco_toolbar_result label.total-placeholder-total,
  .catalogsearch-result-index #ryco_toolbar_result label.total-placeholder-total {
    right: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter,
  .catalogsearch-result-index #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter {
    width: 37.5%;
  }
  .catalog-category-view #ryco_toolbar_calculator h3,
  .catalogsearch-result-index #ryco_toolbar_calculator h3 {
    margin-right: 0px;
    font-size: 15px;
  }
  .catalog-category-view #ryco_product_calculator .inputs,
  .catalogsearch-result-index #ryco_product_calculator .inputs,
  .catalog-category-view #ryco_toolbar_calculator .inputs,
  .catalogsearch-result-index #ryco_toolbar_calculator .inputs {
    width: 55%;
  }
  .catalog-category-view .ryco-toolbar__button,
  .catalogsearch-result-index .ryco-toolbar__button {
    width: 100px;
  }
  .catalog-category-view #ryco_toolbar_result .ryco_toolbar_result_span,
  .catalogsearch-result-index #ryco_toolbar_result .ryco_toolbar_result_span {
    font-size: 12px;
  }
  .catalog-category-view #ryco_toolbar_result label.total-placeholder-total,
  .catalogsearch-result-index #ryco_toolbar_result label.total-placeholder-total {
    right: 55px;
  }
  .catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item:nth-child(5n),
  .catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item:nth-child(5n) {
    margin-right: 0;
  }
  .catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item,
  .catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item {
    width: 180px;
  }
  .catalog-category-view #product-wrapper .product-item-details .old-price,
  .catalogsearch-result-index #product-wrapper .product-item-details .old-price {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-category-view .breadcrumbs .container,
  .catalogsearch-result-index .breadcrumbs .container {
    padding-left: 0;
  }
  .catalog-category-view #maincontent .category-name .cate-name,
  .catalogsearch-result-index #maincontent .category-name .cate-name {
    text-align: center;
  }
  .catalog-category-view #ryco_toolbar_div,
  .catalogsearch-result-index #ryco_toolbar_div {
    display: block;
  }
  .catalog-category-view #ryco_toolbar_calculator,
  .catalogsearch-result-index #ryco_toolbar_calculator {
    width: 100% !important;
  }
  .catalog-category-view #ryco_toolbar_calculator form,
  .catalogsearch-result-index #ryco_toolbar_calculator form {
    display: block;
  }
  .catalog-category-view #ryco_toolbar_calculator .layout_switcher,
  .catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher {
    margin-bottom: 15px;
    float: left;
    width: 36%;
    justify-content: flex-start;
  }
  .catalog-category-view #ryco_product_calculator .inputs,
  .catalogsearch-result-index #ryco_product_calculator .inputs,
  .catalog-category-view #ryco_toolbar_calculator .inputs,
  .catalogsearch-result-index #ryco_toolbar_calculator .inputs {
    margin-bottom: 15px !important;
  }
  .catalog-category-view .ryco-toolbar__inputs label.add_area,
  .catalogsearch-result-index .ryco-toolbar__inputs label.add_area {
    margin-top: 15px;
  }
  .catalog-category-view .ryco-toolbar__inputs,
  .catalogsearch-result-index .ryco-toolbar__inputs {
    width: 100%;
  }
  .catalog-category-view #ryco_toolbar_result,
  .catalogsearch-result-index #ryco_toolbar_result {
    width: 100%;
    padding-bottom: 40px;
    margin-top: 0px;
    margin-left: 0;
  }
  #ryco_toolbar_calculator {
    margin-top: 15px;
  }
  .catalog-category-view #ryco_toolbar_result .ryco_toolbar_output,
  .catalogsearch-result-index #ryco_toolbar_result .ryco_toolbar_output {
    margin-bottom: 15px;
  }
  .catalog-category-view #ryco_toolbar_result label.total-placeholder-total,
  .catalogsearch-result-index #ryco_toolbar_result label.total-placeholder-total {
    right: 9%;
  }
  .catalog-category-view .bottom-pagination .toolbar.toolbar-products .pages .pagination a.previous span,
  .catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .pages .pagination a.previous span,
  .catalog-category-view .bottom-pagination .toolbar.toolbar-products .pages .pagination a.next span,
  .catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .pages .pagination a.next span {
    display: none;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter,
  .catalogsearch-result-index #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter {
    width: 63%;
  }
  .catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item:nth-child(4n),
  .catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item:nth-child(4n) {
    margin-right: 0;
  }
  .catalog-category-view .ryco-toolbar__inputs label.total-placeholder-1,
  .catalogsearch-result-index .ryco-toolbar__inputs label.total-placeholder-1 {
    left: 26%;
  }
  .catalog-category-view .ryco-toolbar__inputs label.total-placeholder-2,
  .catalogsearch-result-index .ryco-toolbar__inputs label.total-placeholder-2 {
    right: 37%;
  }
  .catalog-category-view .products.wrapper li.first-sm-item,
  .catalogsearch-result-index .products.wrapper li.first-sm-item {
    clear: unset;
  }
  .catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter,
  .catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter,
  .catalog-category-view .toolbar.toolbar-products .set_price_tax_label,
  .catalogsearch-result-index .toolbar.toolbar-products .set_price_tax_label,
  .catalog-category-view .toolbar.toolbar-products .set_price_tax,
  .catalogsearch-result-index .toolbar.toolbar-products .set_price_tax {
    display: none !important;
  }
  .catalog-category-view #ryco_toolbar_div.show_ryco_toolbar,
  .catalogsearch-result-index #ryco_toolbar_div.show_ryco_toolbar {
    display: block;
  }
  .catalog-category-view #ryco_toolbar_div,
  .catalogsearch-result-index #ryco_toolbar_div {
    display: none;
  }
  .ryco_toolbar_show_div {
    width: 50%;
    float: right;
  }
  .ryco_toolbar_show_div button {
    display: block;
    background-color: #797060;
    min-width: 172px;
    text-align: center;
    color: #ffde3c;
    text-transform: uppercase;
    float: right;
    height: 40px;
    border: none;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products {
    padding-bottom: 0;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products,
  .catalogsearch-result-index #maincontent .toolbar.toolbar-products {
    width: 100%;
    padding-top: 0;
    display: inline-block;
  }
  .catalog-category-view #maincontent .bottom-pagination .toolbar.toolbar-products,
  .catalogsearch-result-index #maincontent .bottom-pagination .toolbar.toolbar-products {
    width: 100%;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div,
  .catalogsearch-result-index #maincontent .toolbar.toolbar-products .show_fiter_div {
    width: 37%;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter,
  .catalogsearch-result-index #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter {
    width: 100%;
    height: 40px;
    font-size: 13px;
    max-width: 172px;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter::after,
  .catalogsearch-result-index #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter::after {
    right: 20px;
  }
}
@media (max-width: 1439px) {
  .catalog-category-view #ryco_toolbar_calculator,
  .catalogsearch-result-index #ryco_toolbar_calculator {
    padding: 15px;
  }
  .catalog-category-view #ryco_toolbar_calculator h3,
  .catalogsearch-result-index #ryco_toolbar_calculator h3 {
    margin-right: 0px;
    font-size: 18px;
  }
  .catalog-category-view #ryco_toolbar_calculator .inputs,
  .catalogsearch-result-index #ryco_toolbar_calculator .inputs {
    width: 55%;
  }
  .catalog-category-view #ryco_toolbar_calculator .ryco-toolbar__inputs .ryco-toolbar__layouts,
  .catalogsearch-result-index #ryco_toolbar_calculator .ryco-toolbar__inputs .ryco-toolbar__layouts {
    width: 58% !important;
  }
  .catalog-category-view .ryco-toolbar__inputs label.total-placeholder-1,
  .catalogsearch-result-index .ryco-toolbar__inputs label.total-placeholder-1 {
    left: 18%;
    font-size: 16px;
  }
  .catalog-category-view .ryco-toolbar__inputs label.total-placeholder-2,
  .catalogsearch-result-index .ryco-toolbar__inputs label.total-placeholder-2 {
    right: 48%;
    font-size: 16px;
  }
  .catalog-category-view .ryco-toolbar__inputs .unit_switcher,
  .catalogsearch-result-index .ryco-toolbar__inputs .unit_switcher {
    width: 36%;
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .page-products #product-wrapper .product-item-details {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .breadcrumbs .container,
  .catalogsearch-result-index .breadcrumbs .container {
    padding-left: 0;
  }
  .catalog-category-view #maincontent .category-name .cate-name,
  .catalogsearch-result-index #maincontent .category-name .cate-name {
    text-align: center;
  }
  .catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter,
  .catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter,
  .catalog-category-view .toolbar.toolbar-products .set_price_tax_label,
  .catalogsearch-result-index .toolbar.toolbar-products .set_price_tax_label,
  .catalog-category-view .toolbar.toolbar-products .set_price_tax,
  .catalogsearch-result-index .toolbar.toolbar-products .set_price_tax {
    display: none !important;
  }
  .catalog-category-view .toolbar.toolbar-products .show_fiter_div .show_filter,
  .catalogsearch-result-index .toolbar.toolbar-products .show_fiter_div .show_filter {
    width: 100% !important;
  }
  .catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item,
  .catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item {
    margin: 0px;
    margin-bottom: 10px;
    min-width: 172px;
    width: 100%;
  }
  .catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item:nth-child(odd),
  .catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item:nth-child(odd) {
    margin-right: 5%;
  }
  .catalog-category-view #ryco_toolbar_div,
  .catalogsearch-result-index #ryco_toolbar_div {
    display: none;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div .show_filter {
    font-size: 16px;
  }
  .ryco_toolbar_show_div button {
    display: block;
    background-color: #797060;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #ffde3c;
    text-transform: uppercase;
    width: 100%;
    border: none;
    margin-top: 15px;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div {
    min-width: 172px;
    float: left;
    display: inline-block;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .ryco_toolbar_show_div {
    min-width: 172px;
    float: right;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .ryco_toolbar_show_div button {
    margin: 0;
  }
  .catalog-category-view #ryco_toolbar_div.show_ryco_toolbar,
  .catalogsearch-result-index #ryco_toolbar_div.show_ryco_toolbar {
    display: block;
  }
  .catalog-category-view #ryco_toolbar_calculator,
  .catalogsearch-result-index #ryco_toolbar_calculator {
    width: 100% !important;
  }
  .catalog-category-view #ryco_toolbar_calculator form,
  .catalogsearch-result-index #ryco_toolbar_calculator form {
    display: block;
  }
  .catalog-category-view #ryco_toolbar_calculator h3,
  .catalogsearch-result-index #ryco_toolbar_calculator h3 {
    margin-bottom: 15px;
  }
  .catalog-category-view #ryco_toolbar_calculator .layout_switcher,
  .catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher {
    margin-bottom: 15px;
    justify-content: flex-start;
  }
  .catalog-category-view #ryco_toolbar_calculator .inputs,
  .catalogsearch-result-index #ryco_toolbar_calculator .inputs {
    width: 100%;
  }
  .catalog-category-view #ryco_product_calculator .inputs,
  .catalogsearch-result-index #ryco_product_calculator .inputs,
  .catalog-category-view #ryco_toolbar_calculator .inputs,
  .catalogsearch-result-index #ryco_toolbar_calculator .inputs {
    margin-bottom: 15px !important;
  }
  .catalog-category-view .ryco-toolbar__inputs label.add_area,
  .catalogsearch-result-index .ryco-toolbar__inputs label.add_area {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .catalog-category-view .ryco-toolbar__inputs,
  .catalogsearch-result-index .ryco-toolbar__inputs {
    width: 100%;
  }
  .catalog-category-view #ryco_toolbar_result,
  .catalogsearch-result-index #ryco_toolbar_result {
    width: 100%;
    margin-left: 0;
    padding-bottom: 36px;
  }
  .catalog-category-view #ryco_toolbar_result .ryco_toolbar_output,
  .catalogsearch-result-index #ryco_toolbar_result .ryco_toolbar_output {
    margin-bottom: 15px;
  }
  .catalog-category-view #ryco_toolbar_result label.total-placeholder-total,
  .catalogsearch-result-index #ryco_toolbar_result label.total-placeholder-total {
    right: 15%;
  }
  .catalog-category-view .products.wrapper li,
  .catalogsearch-result-index .products.wrapper li {
    width: 100%;
  }
  .catalog-category-view .bottom-pagination .toolbar.toolbar-products .pages .pagination a.previous span,
  .catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .pages .pagination a.previous span,
  .catalog-category-view .bottom-pagination .toolbar.toolbar-products .pages .pagination a.next span,
  .catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .pages .pagination a.next span {
    display: none;
  }
  .catalog-category-view .bottom-pagination .toolbar.toolbar-products .pages .pagination > li > a i,
  .catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .pages .pagination > li > a i {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .catalog-category-view .bottom-pagination .toolbar.toolbar-products .pages .pagination > li > a,
  .catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .pages .pagination > li > a,
  .catalog-category-view .bottom-pagination .toolbar.toolbar-products .pages .pagination > li span,
  .catalogsearch-result-index .bottom-pagination .toolbar.toolbar-products .pages .pagination > li span {
    padding: 17px 4px;
  }
  .catalog-category-view #maincontent .block.filter .block-content .filter-options .filter-options-item .filter-options-title,
  .catalogsearch-result-index #maincontent .block.filter .block-content .filter-options .filter-options-item .filter-options-title {
    overflow: hidden;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .catalog-category-view #maincontent .toolbar.toolbar-products .show_fiter_div {
    width: 100%;
  }
  .catalog-category-view #maincontent .toolbar.toolbar-products .ryco_toolbar_show_div {
    float: left;
    width: 100%;
    margin-top: 15px;
  }
  .ryco_toolbar_show_div {
    display: block !important;
    margin-bottom: 15px;
  }
  .ryco_toolbar_show_div button {
    margin-top: 0;
  }
  .ryco_toolbar_show_div:not(.mobile) {
    display: none !important;
  }
  .catalog-category-view #maincontent .block.filter,
  .catalogsearch-result-index #maincontent .block.filter {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .catalog-category-view #ryco_product_calculator .inputs,
  .catalogsearch-result-index #ryco_product_calculator .inputs,
  .catalog-category-view #ryco_toolbar_calculator .inputs,
  .catalogsearch-result-index #ryco_toolbar_calculator .inputs {
    display: block;
  }
  .catalog-category-view .ryco-toolbar__inputs .unit_switcher,
  .catalogsearch-result-index .ryco-toolbar__inputs .unit_switcher {
    text-align: left;
    line-height: 35px;
  }
  .catalog-category-view .ryco-toolbar__inputs .ryco-toolbar__layouts,
  .catalogsearch-result-index .ryco-toolbar__inputs .ryco-toolbar__layouts {
    width: 100% !important;
  }
  .catalog-category-view #ryco_toolbar_result .ryco_toolbar_result_span,
  .catalogsearch-result-index #ryco_toolbar_result .ryco_toolbar_result_span {
    font-size: 12px;
  }
  .catalog-category-view #maincontent .bottom-pagination .toolbar.toolbar-products,
  .catalogsearch-result-index #maincontent .bottom-pagination .toolbar.toolbar-products {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-category-view .ryco-toolbar__inputs .unit_switcher {
    width: 55%;
  }
}
@media (min-width: 360px) and (max-width: 375px) {
  .catalog-category-view #maincontent .bottom-pagination .toolbar.toolbar-products,
  .catalogsearch-result-index #maincontent .bottom-pagination .toolbar.toolbar-products {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.block.filter .filter-options-content .item > a {
  margin: 0;
}
.xy-remove {
  font-size: 26px;
  cursor: pointer;
  padding-top: 3px;
  position: absolute;
  right: 25%;
}
.xy-remove:hover {
  color: #b2dc70;
  animation: ringring 2s infinite;
}
@keyframes ringring {
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  20%,
  40%,
  60%,
  80%,
  100% {
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
input[type=number]::-ms-clear {
  display: none;
}
.product-items .product-top a.product {
  width: 100%;
  text-align: center;
}
.product-items .product-top a.product .ryco-image-wrapper {
  max-width: 100%;
}
.page-products #product-wrapper .product-item-info .ryco-image-wrapper .img-thumbnail {
  border-bottom: none;
}
.catalog-category-view #maincontent .category-name .cate-name,
.catalogsearch-result-index #maincontent .category-name .cate-name {
  text-align: left;
}
select::-ms-expand {
  display: none;
}
ol.product-items {
  display: flex;
  flex-wrap: wrap;
}
.btn-order-sample .btn-secondary {
  min-width: unset;
  width: 100%;
}
.catalog-category-view .ryco-toolbar__button,
.catalogsearch-result-index .ryco-toolbar__button {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  min-width: 105px;
  height: 49px;
}
.ryco-toolbar__inputs label.add_area {
  font-family: "Lato", arial, tahoma;
  white-space: pre;
}
#ryco_toolbar_calculator h3 {
  font-family: "Lato", arial, tahoma !important;
  margin: 0 40px 0 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  #ryco_toolbar_calculator h3 {
    margin-bottom: 15px !important;
    margin-right: 0 !important;
  }
}
.catalog-category-view .ryco-toolbar__inputs .input-1,
.catalogsearch-result-index .ryco-toolbar__inputs .input-1,
.catalog-category-view .ryco-toolbar__inputs .input-2,
.catalogsearch-result-index .ryco-toolbar__inputs .input-2 {
  position: relative;
}
.catalog-category-view .ryco-toolbar__inputs .input-1 > input[name="width"],
.catalogsearch-result-index .ryco-toolbar__inputs .input-1 > input[name="width"],
.catalog-category-view .ryco-toolbar__inputs .input-2 > input[name="width"],
.catalogsearch-result-index .ryco-toolbar__inputs .input-2 > input[name="width"],
.catalog-category-view .ryco-toolbar__inputs .input-1 > input[name="length"],
.catalogsearch-result-index .ryco-toolbar__inputs .input-1 > input[name="length"],
.catalog-category-view .ryco-toolbar__inputs .input-2 > input[name="length"],
.catalogsearch-result-index .ryco-toolbar__inputs .input-2 > input[name="length"] {
  min-width: 95px;
  width: 95px !important;
  margin: 0;
}
.catalog-category-view .ryco-toolbar__inputs .input-1 .total-placeholder-1,
.catalogsearch-result-index .ryco-toolbar__inputs .input-1 .total-placeholder-1,
.catalog-category-view .ryco-toolbar__inputs .input-2 .total-placeholder-1,
.catalogsearch-result-index .ryco-toolbar__inputs .input-2 .total-placeholder-1,
.catalog-category-view .ryco-toolbar__inputs .input-1 .total-placeholder-2,
.catalogsearch-result-index .ryco-toolbar__inputs .input-1 .total-placeholder-2,
.catalog-category-view .ryco-toolbar__inputs .input-2 .total-placeholder-2,
.catalogsearch-result-index .ryco-toolbar__inputs .input-2 .total-placeholder-2 {
  position: absolute;
  right: 5px !important;
  left: auto !important;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.catalog-category-view #ryco_toolbar_calculator .layout_switcher label.active,
.catalogsearch-result-index #ryco_toolbar_calculator .layout_switcher label.active {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.recommended-option p {
  color: red;
}
.catalog-category-view .mfp-iframe {
  padding-top: 20px;
  padding-bottom: 20px;
}
.catalog-category-view .category-subcategory {
  margin: 30px 0 70px;
}
.catalog-category-view .category-subcategory ul {
  display: flex;
  flex-wrap: wrap;
}
.catalog-category-view .category-subcategory ul li {
  margin: 0 15px 40px 0;
  width: calc(100%/3 - 20px);
}
@media (max-width: 767px) {
  .catalog-category-view .category-subcategory ul li {
    margin: 0;
    margin: 0 0 40px 0;
    width: 100%;
  }
}
.catalog-category-view .category-subcategory ul li:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .catalog-category-view .category-subcategory ul li:nth-child(3n+1) {
    margin: 0 0 40px 0;
  }
}
.catalog-category-view .category-subcategory ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .catalog-category-view .category-subcategory ul li:nth-child(3n) {
    margin: 0 0 40px 0;
  }
}
.catalog-category-view .category-subcategory ul img {
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-category-view .category-subcategory ul {
    flex-wrap: wrap;
  }
}
.catalog-category-view .category-subcategory .category-name a {
  color: #151c2b;
  font-size: 26px;
  font-weight: 600;
}
.catalog-category-view .category-subcategory .category-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  min-height: 100px;
}
.catalog-category-view .category-subcategory .category-description p {
  color: #262626;
}
.catalog-category-view .category-subcategory .documentation-container {
  display: none;
}
.catalog-category-view .category-subcategory .category-link {
  position: relative;
}
.catalog-category-view .category-subcategory .category-link a {
  color: #262626;
  font-size: 17px;
}
.catalog-category-view .category-subcategory .category-link a::before {
  color: #969696;
  content: '\f35a';
  font-family: 'Font Awesome 5 Pro';
  font-size: 22px;
  right: 0;
  position: absolute;
  top: -2px;
}
.catalog-category-view .category-subcategory .category-link a::after {
  border: 1px solid #ccc;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 50px;
}
a {
  text-decoration: none;
}
.btn {
  padding: 6.5px 12px;
  border-radius: 0px;
  font-size: 16px;
}
.btn-default {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.catalog-product-view .block-viewed-products-grid .actions-primary button,
.catalog-product-view .block-viewed-products-grid .actions-primary button:hover,
.catalog-product-view .block-viewed-products-grid .actions-primary button:focus {
  border: 3px solid #a4cd1b !important;
}
body .page.messages {
  width: 100%;
  max-width: 1445px;
  margin: 0 auto;
  padding-left: 23px;
}
.btn-secondary {
  padding: 14.5px 12px;
  font-size: 14px;
  text-transform: uppercase;
  color: #291c05;
  background: #cad765;
  font-weight: 900;
  min-width: 181px;
  position: relative;
}
.btn-secondary:before {
  width: 1px;
  height: calc(99%);
  position: absolute;
  top: 2px;
  left: -1px;
  background: #fcc100;
  content: "";
}
.btn-floor {
  padding: 11.5px 13px;
  font-size: 17px;
  text-transform: uppercase;
  color: #cad765;
  background: #625745;
  font-weight: 600;
  min-width: 303px;
  position: relative;
  height: 52px;
  padding-top: 15px;
  letter-spacing: 0.08em;
  width: 100%;
}
.btn-floor:before {
  width: 1px;
  height: calc(99%);
  position: absolute;
  top: 2px;
  left: -1px;
  background: #fcc100;
  content: "";
}
.btn-floor:hover,
.btn-floor:focus {
  color: #cad765;
}
div[data-role=trigger]:focus {
  outline: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
textarea {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #151c2b;
}
body .customer-account-login .main .block-new-customer .action .create.btn-primary {
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.9;
}
.customer-account-login .form-login input {
  background-color: #fff !important;
  color: #5e5e5e !important;
}
.breadcrumb .item.home a {
  color: #9b9b9b;
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #9b9b9b;
  padding-left: 5px;
  padding-right: 0px;
  font-weight: 600;
}
.breadcrumb > li.item a {
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.breadcrumb > li.active {
  color: #9b9b9b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.breadcrumbs {
  max-width: 1435px;
  margin: 0px auto;
  margin-bottom: 5px;
  padding: 24px 18px;
}
.breadcrumbs .items .item {
  float: left;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.breadcrumbs .items .item:last-child {
  margin-bottom: 15px;
}
.breadcrumbs .items .item strong {
  color: #000000;
  font-weight: normal;
}
.breadcrumbs .items .item.home a {
  color: #9b9b9b;
}
.breadcrumbs .items > li + li:before {
  font-size: 12px;
  padding: 0 11px;
  color: #9b9b9b;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
}
.catalog-product-view .breadcrumb .items .item a {
  color: #9b9b9b;
  font-size: 16px;
  text-transform: capitalize;
}
.catalog-product-view .breadcrumb .items .item strong {
  color: #000000;
}
.catalog-product-view .breadcrumb .items > li + li:before {
  padding: 0 5px;
  color: #9b9b9b;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
}
.catalog-product-view .breadcrumb .items > li.active {
  color: #9b9b9b;
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1442px;
    width: 100%;
  }
}
.mage-error {
  color: #ff0000;
}
.form-login .field.email,
.form-create-account input[type="email"],
.form-create-account input[type="password"] {
  margin-bottom: 5px;
}
input[name="is_subscribed"] {
  margin-top: 0;
}
mark,
.mark {
  background-color: #fff;
}
.customer-account-login .header.header4,
.customer-account-create .header.header4,
.customer-account-forgotpassword .header.header4,
.customer-account-logoutsuccess .header.header4 {
  margin-bottom: 0;
}
.customer-account-login .page-main.container,
.customer-account-create .page-main.container,
.customer-account-forgotpassword .page-main.container,
.customer-account-logoutsuccess .page-main.container {
  margin: 0 auto;
  background: #fff;
  padding: 40px 15px;
  min-height: 300px;
}
.customer-account-login .page-main.container a.action,
.customer-account-create .page-main.container a.action,
.customer-account-forgotpassword .page-main.container a.action,
.customer-account-logoutsuccess .page-main.container a.action,
.customer-account-login .page-main.container a.action span,
.customer-account-create .page-main.container a.action span,
.customer-account-forgotpassword .page-main.container a.action span,
.customer-account-logoutsuccess .page-main.container a.action span {
  color: #a4cd1b !important;
}
.customer-account-login .page-main.container .page-title-wrapper .page-header,
.customer-account-create .page-main.container .page-title-wrapper .page-header,
.customer-account-forgotpassword .page-main.container .page-title-wrapper .page-header,
.customer-account-logoutsuccess .page-main.container .page-title-wrapper .page-header {
  font-size: 34px;
  padding: 0;
  margin-bottom: 20px;
}
.customer-account-login .page-main.container .customer-name-fields .label,
.customer-account-create .page-main.container .customer-name-fields .label,
.customer-account-forgotpassword .page-main.container .customer-name-fields .label,
.customer-account-logoutsuccess .page-main.container .customer-name-fields .label {
  text-transform: capitalize;
  margin-bottom: 8px;
  display: inline-block;
}
.customer-account-login .page-main.container .form-group.checkbox.choice.newsletter input,
.customer-account-create .page-main.container .form-group.checkbox.choice.newsletter input,
.customer-account-forgotpassword .page-main.container .form-group.checkbox.choice.newsletter input,
.customer-account-logoutsuccess .page-main.container .form-group.checkbox.choice.newsletter input {
  margin-top: 4px;
}
.customer-account-login .page-main.container .fieldsets.create.account,
.customer-account-create .page-main.container .fieldsets.create.account,
.customer-account-forgotpassword .page-main.container .fieldsets.create.account,
.customer-account-logoutsuccess .page-main.container .fieldsets.create.account {
  margin-top: 0;
}
.customer-account-login .page-main.container .control input,
.customer-account-create .page-main.container .control input,
.customer-account-forgotpassword .page-main.container .control input,
.customer-account-logoutsuccess .page-main.container .control input {
  margin-bottom: 5px;
}
.customer-account-login .page-main.container .form.password.forget .control.captcha .captcha-img,
.customer-account-create .page-main.container .form.password.forget .control.captcha .captcha-img,
.customer-account-forgotpassword .page-main.container .form.password.forget .control.captcha .captcha-img,
.customer-account-logoutsuccess .page-main.container .form.password.forget .control.captcha .captcha-img {
  margin: 0 10px 10px 0;
}
.customer-account-login .page-main.container .form.password.forget .control.captcha .field.captcha.no-label,
.customer-account-create .page-main.container .form.password.forget .control.captcha .field.captcha.no-label,
.customer-account-forgotpassword .page-main.container .form.password.forget .control.captcha .field.captcha.no-label,
.customer-account-logoutsuccess .page-main.container .form.password.forget .control.captcha .field.captcha.no-label {
  padding-top: 20px;
}
.customer-account-login .page-main.container .form.password.forget .control.captcha .field.captcha.no-label button,
.customer-account-create .page-main.container .form.password.forget .control.captcha .field.captcha.no-label button,
.customer-account-forgotpassword .page-main.container .form.password.forget .control.captcha .field.captcha.no-label button,
.customer-account-logoutsuccess .page-main.container .form.password.forget .control.captcha .field.captcha.no-label button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  display: inline-block;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 14px;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.customer-account-login .page-main.container .form.password.forget .actions-toolbar .primary,
.customer-account-create .page-main.container .form.password.forget .actions-toolbar .primary,
.customer-account-forgotpassword .page-main.container .form.password.forget .actions-toolbar .primary,
.customer-account-logoutsuccess .page-main.container .form.password.forget .actions-toolbar .primary {
  margin-bottom: 20px;
}
.customer-account-login .page-main.container .login-container.row,
.customer-account-create .page-main.container .login-container.row,
.customer-account-forgotpassword .page-main.container .login-container.row,
.customer-account-logoutsuccess .page-main.container .login-container.row {
  background: #fff;
}
.customer-account-login .page-main.container .login-container.row .block.block-customer-login .block-content .fieldset.login .form-group .control input,
.customer-account-create .page-main.container .login-container.row .block.block-customer-login .block-content .fieldset.login .form-group .control input,
.customer-account-forgotpassword .page-main.container .login-container.row .block.block-customer-login .block-content .fieldset.login .form-group .control input,
.customer-account-logoutsuccess .page-main.container .login-container.row .block.block-customer-login .block-content .fieldset.login .form-group .control input {
  background-color: #fff !important;
  font-size: 17px;
  color: #777 !important;
  border: 1px solid #7b6c71;
}
.customer-account-login .page-main.container .login-container.row .block.block-customer-login .block-content .fieldset.login .actions-toolbar .secondary .action.remind span,
.customer-account-create .page-main.container .login-container.row .block.block-customer-login .block-content .fieldset.login .actions-toolbar .secondary .action.remind span,
.customer-account-forgotpassword .page-main.container .login-container.row .block.block-customer-login .block-content .fieldset.login .actions-toolbar .secondary .action.remind span,
.customer-account-logoutsuccess .page-main.container .login-container.row .block.block-customer-login .block-content .fieldset.login .actions-toolbar .secondary .action.remind span {
  text-decoration: none;
}
.customer-account-login .page-main.container .login-container.row .block.block-new-customer,
.customer-account-create .page-main.container .login-container.row .block.block-new-customer,
.customer-account-forgotpassword .page-main.container .login-container.row .block.block-new-customer,
.customer-account-logoutsuccess .page-main.container .login-container.row .block.block-new-customer {
  margin: 0;
  text-align: left;
}
.customer-account-login .page-main.container .login-container.row .block.block-new-customer .block-content p,
.customer-account-create .page-main.container .login-container.row .block.block-new-customer .block-content p,
.customer-account-forgotpassword .page-main.container .login-container.row .block.block-new-customer .block-content p,
.customer-account-logoutsuccess .page-main.container .login-container.row .block.block-new-customer .block-content p {
  font-size: 16px;
  margin: 0 0 20px;
}
.customer-account-login .page-main.container .login-container.row .block.block-new-customer .block-content .actions-toolbar .primary a,
.customer-account-create .page-main.container .login-container.row .block.block-new-customer .block-content .actions-toolbar .primary a,
.customer-account-forgotpassword .page-main.container .login-container.row .block.block-new-customer .block-content .actions-toolbar .primary a,
.customer-account-logoutsuccess .page-main.container .login-container.row .block.block-new-customer .block-content .actions-toolbar .primary a {
  text-decoration: none;
}
.customer-account-login .page-main.container .login-container.row .block.block-new-customer .block-content .actions-toolbar .primary a span,
.customer-account-create .page-main.container .login-container.row .block.block-new-customer .block-content .actions-toolbar .primary a span,
.customer-account-forgotpassword .page-main.container .login-container.row .block.block-new-customer .block-content .actions-toolbar .primary a span,
.customer-account-logoutsuccess .page-main.container .login-container.row .block.block-new-customer .block-content .actions-toolbar .primary a span {
  color: #ffffff !important;
}
.customer-account-login footer.footer,
.customer-account-create footer.footer,
.customer-account-forgotpassword footer.footer,
.customer-account-logoutsuccess footer.footer {
  margin-top: 0;
}
.account .header.header4 {
  margin-bottom: 0;
}
.account .page-main.container {
  margin: 0 auto;
  background: #fff;
  padding: 40px 15px;
}
.account .page-main.container .page-title-wrapper h1.page-header {
  padding: 0;
  margin-bottom: 0;
}
.account .page-main.container .content-page .column.main {
  margin-top: 20px;
}
.account .page-main.container .content-page .column.main a.action,
.account .page-main.container .content-page .column.main .box-content a {
  color: #a4cd1b !important;
}
.account .page-main.container .content-page .column.main a.action.btn,
.account .page-main.container .content-page .column.main button.action {
  padding: 10px 25px;
  text-transform: uppercase;
  background: #a4cd1b !important;
  color: white !important;
  border: none;
  border: 3px solid #a4cd1b !important;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 200px;
}
.account .page-main.container .content-page .column.main a.action.btn[role='add-address'],
.account .page-main.container .content-page .column.main button.action[role='add-address'] {
  width: 200px;
}
@media screen and (max-width: 991px) {
  .account .page-main.container .content-page .column.main {
    float: none !important;
  }
}
.account .page-main.container .content-page .column.main .customer-name-fields .label {
  text-transform: capitalize;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}
.account .page-main.container .content-page .column.main .form-group .control select {
  height: 44px;
  border-radius: 0;
  border-color: #7b6c6f;
  background: url("../images/select-bg.svg") no-repeat scroll 100% 45%;
  padding: 0 6px;
}
.account .page-main.container .content-page .column.main .block-title h3.title {
  margin-top: 10px;
}
.account .page-main.container .content-page .column.main .actions-toolbar {
  display: inline-block;
}
.account .page-main.container .content-page .column.main .actions-toolbar .secondary {
  padding-top: 10px;
  margin-bottom: 5px;
}
.account .page-main.container .content-page .column.main .block-dashboard-addresses {
  padding-top: 0;
}
.account .page-main.container .content-page .column.main .block-dashboard-addresses .block-content {
  padding-top: 0;
}
.account .page-main.container .content-page .column.main .block-dashboard-addresses .block-content .account-sub-title {
  margin-top: 20px;
}
.account .page-main.container .content-page .column.main .fieldset {
  margin-top: 0;
}
.account .page-main.container .content-page .column.main .fieldset.password {
  margin-top: 0;
}
.account .page-main.container .content-page .column.main .fieldset.password .password-info a {
  color: #a4cd1b !important;
}
.account .page-main.container .content-page .sidebar.sidebar-main {
  margin-top: 20px;
}
.account .page-main.container .content-page .sidebar.sidebar-main .block.account-nav .content.account-nav-content {
  padding: 10px 0;
  background: #f5f5f5;
}
.account .page-main.container .content-page .sidebar.sidebar-main .block.account-nav .content.account-nav-content .nav.items .nav.item {
  padding: 0;
  border-bottom: none;
}
.account .page-main.container .content-page .sidebar.sidebar-main .block.account-nav .content.account-nav-content .nav.items .nav.item strong {
  border-left: 3px solid #a4cd1b;
  display: block;
  padding: 5px 20px;
  font-weight: 600;
}
.account .page-main.container .content-page .sidebar.sidebar-main .block.account-nav .content.account-nav-content .nav.items .nav.item a {
  padding: 5px 20px;
  border-left: 3px solid transparent;
  color: #5e5e5e;
}
.account .page-main.container .content-page .sidebar.sidebar-main .block.account-nav .content.account-nav-content .nav.items .nav.item a:hover {
  background: #e8e8e8;
}
.account .page-main.container .content-page .sidebar.sidebar-main .block.account-nav .content.account-nav-content .nav.items .nav.item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.account .block-addresses-list .block-title strong {
  font-size: 24px;
  color: #151c2b;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  margin-top: 10px;
}
.account .table-wrapper.order-items tfoot tr td {
  text-align: right;
}
.account .box.box-order-shipping-address .box-title {
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sales-order-history .table-order-items thead th {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sales-order-history .table-order-items tbody td {
    display: block;
    border: none;
  }
  .sales-order-history .table-order-items tbody td::before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
}
.sales-order-history .table-order-items tbody .action.view {
  margin-right: 10px;
}
.sales-order-history .order-products-toolbar {
  margin-bottom: 0;
}
.sales-order-history .order-products-toolbar .pager {
  margin: 10px 0;
}
.sales-order-history .order-products-toolbar .toolbar-amount {
  float: none;
  text-align: left;
}
.sales-order-history .actions-toolbar .secondary {
  padding-top: 0px;
}
.account .sidebar-main .sidebar-additional > .block + .block {
  margin-top: 0 !important;
}
.customer-account-create .page-main.container .form-group.checkbox.choice.newsletter input {
  margin-top: 0;
}
.block.block-reviews-dashboard .block-title strong {
  margin-top: 20px;
  display: inline-block;
}
.form-address-edit .form-group input {
  margin-top: 0;
}
/*Wilist page*/
.form-wishlist-items .price-box .price-excluding-tax,
.form-wishlist-items .price-box .tax-label.exc-vat {
  display: none;
}
.form-wishlist-items .price-box .price-including-tax .price {
  font-size: 18px;
}
.form-wishlist-items .control input.form-control {
  margin-right: 0;
  width: 65px;
}
.product-item-actions.row {
  margin: 0 15px;
}
.product-item-actions a {
  display: inline-block;
  margin-top: 6px;
}
.product-item-actions a.action.delete {
  margin-left: 16px;
}
.wishlist-index-index .product-item-name a.product-item-link {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  text-transform: capitalize;
  display: block;
}
.wishlist-index-index .product-item-inner {
  margin-top: 15px;
}
.wishlist-index-index .product-item-inner .field.comment-box,
.wishlist-index-index .product-item-inner .box-tocart {
  width: 100%;
}
.wishlist-index-index .product-item-inner .box-tocart {
  margin-top: 15px;
}
.wishlist-index-index.account .page-main.container .content-page .column.main .product-item-inner button.action {
  width: 100%;
}
.wishlist-index-index .product-item-info .price-box {
  margin-bottom: 15px;
}
.wishlist-index-index a.action.towishlist:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .wishlist-index-index .products-grid .product-item {
    display: inline-block;
    margin-left: 30px;
    width: calc((100% - 60px)/2);
  }
  .wishlist-index-index .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media (min-width: 1024px), print {
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 23%)/3);
    width: 23%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .wishlist-index-index a.product-item-photo {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px), print {
  .customer-name-fields .field.field-name-lastname {
    margin-top: 8px;
  }
}
@media (max-width: 575px), print {
  .account .order-items.table-wrapper .col.qty,
  .account .order-items.table-wrapper .col.subtotal {
    text-align: left;
  }
  .account .order-items.table-wrapper .col.qty .items-qty,
  .account .order-items.table-wrapper .col.subtotal .items-qty {
    display: inline-block;
  }
  .account .table-wrapper.order-items tfoot tr td,
  .account .order-items.table-wrapper .col.price {
    text-align: left;
  }
  .account .table,
  .account tbody,
  .account th,
  .account tr,
  .account td,
  .account tfoot {
    display: block;
    width: 100%;
  }
  .account .table {
    margin-top: 15px;
  }
  .account .table thead {
    display: none;
  }
  .account .table tr td:before {
    content: attr(data-th);
    font-weight: 700;
    padding-right: 10px;
    text-align: left;
  }
  .account tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .account .wishlist .product-items {
    display: flex;
    justify-content: center;
  }
  .account .order-items.table-wrapper .col.qty {
    text-align: left;
  }
}
.catalog-product_compare-index td.cell.product.info {
  background-color: #fff;
}
.catalog-product_compare-index .price-box {
  margin-bottom: 15px;
}
.catalog-product_compare-index .price-box .price-excluding-tax,
.catalog-product_compare-index .price-box .tax-label.exc-vat {
  display: none;
}
.catalog-product_compare-index .price-box .price {
  font-size: 17px;
  font-weight: 600;
  color: #291c05 !important;
}
.catalog-product_compare-index strong.product-item-name a {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  display: block;
  margin: 15px 0;
}
.catalog-product_compare-index button.action.tocart.primary,
.catalog-product_compare-index .secondary-addto-links.actions-secondary a {
  padding: 10px;
  text-transform: uppercase;
  background: #a4cd1b;
  color: #fff;
  border: none;
  border: 3px solid #a4cd1b;
  display: inline-block;
  font-weight: 600;
  width: 100%;
}
.catalog-product_compare-index button.action.tocart.primary:hover,
.catalog-product_compare-index .secondary-addto-links.actions-secondary a:hover {
  text-decoration: none;
}
.catalog-product_compare-index td.cell.product.info {
  width: 165px;
}
.catalog-product_compare-index .secondary-addto-links.actions-secondary a {
  margin-top: 10px;
}
.catalog-product_compare-index .comparison tr td .product-item-name a,
.catalog-product_compare-index .comparison tr td .product-item-photo .product-image-photo {
  display: block;
  max-width: 150px;
}
.catalog-product_compare-index .comparison tr td {
  width: 150px;
}
.catalog-product_compare-index a.action.print.hidden-print {
  padding-left: 10px;
}
.catalog-product_compare-index table.comparison.headings {
  display: none;
}
.catalog-product_compare-index .page-title-wrapper .page-header {
  margin-top: 20px;
}
@media (max-width: 991px), print {
  .account td.cell.product.info {
    width: 33%;
  }
}
@media (max-width: 640px), print {
  .account td.cell.product.info {
    width: 50%;
  }
}
@media (max-width: 575px), print {
  .account td.cell.product.info {
    width: 100%;
  }
}
/*login pages*/
.customer-account-login a.action.create.btn.btn-primary {
  font-size: 16px;
  text-transform: uppercase;
}
/*compare list pages*/
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
  border-top: 1px solid #ddd;
  padding-top: 5px;
  margin-top: 5px;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
  display: table-cell;
  text-align: left;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison {
  table-layout: fixed;
}
table.table-comparison {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.table-comparison .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.table-comparison .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  right: 0;
  top: 0;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.catalog-product_compare-index .comparison tr td .product-item-photo .product-image-photo {
  display: block;
  max-width: 180px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.catalog-product_compare-index .comparison tr td {
  width: 180px;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
  text-align: left;
}
.table-comparison th.cell.remove .action.delete > span,
.table-comparison th.cell.label.remove span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table-comparison .cell.remove {
  padding-bottom: 5px;
  padding-top: 0;
  text-align: right;
  border-bottom: 0;
  margin-top: 2px;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
  display: inline-block;
  text-decoration: none;
}
.table-comparison > tbody + tbody {
  border: 0;
}
.sidebar .block-compare .actions-toolbar .action.compare {
  margin-bottom: 15px;
}
