/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
html {
  scroll-behavior: smooth;
}
.page-header {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  border: none;
  margin: 0;
}
.page-header .header_part {
  display: inline-block;
  width: 100%;
}
.page-header .header_part .logo-container .logo {
  margin: 0;
  max-width: 100%;
  display: inline-block;
  text-decoration: none;
  z-index: 11;
}
.page-header .header_part .logo-container .logo img {
  width: auto;
  background: #ffffff;
  padding: 0.88em 1em;
  border-radius: 0 0 0.66em 0.66em;
  aspect-ratio: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .page-header .header_part .logo-container .logo {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .page-header .header_part .logo-container .logo {
    width: 30%;
  }
}
@media (max-width: 525px) {
  .page-header .header_part .logo-container .logo {
    width: 40%;
  }
  .page-header .header_part .logo-container .logo img {
    padding: 0.8em;
  }
}
.page-header .header_part .header_right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.page-header .header_part .header_right .header-top {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 1.11em 0;
}
.page-header .header_part .header_right .header-top .login {
  display: block;
  align-items: center;
  justify-content: flex-start;
  gap: 0.15em !important;
  width: -webkit-fill-available;
}
.page-header .header_part .header_right .header-top .login img {
  width: 28px;
}
@media (max-width: 768px) {
  .page-header .header_part .header_right .header-top .login .user-menu__link div {
    display: none;
  }
}
.page-header .header_part .header_right .header-top .top_social_menu {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  justify-content: flex-end;
}
.page-header .header_part .header_right .header-top .top_social_menu li {
  display: flex;
  margin: 0 0.3em;
}
.page-header .header_part .header_right .header-top .top_social_menu li a {
  display: flex;
  text-decoration: none;
  width: 2.6em;
  height: 2.6em;
  background: #348532;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  gap: 0.7em;
  align-items: center;
  font-size: 1em;
  color: #ffffff;
}
.page-header .header_part .header_right .header-top .top_social_menu li a p {
  margin: 0;
}
.page-header .header_part .header_right .header-top .top_social_menu li a img {
  width: 20px;
}
.page-header .header_part .header_right .header-top .top_social_menu li a:hover {
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-header .header_part .header_right .header-top .top_social_menu .show-cart {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 1em 0 0;
  gap: 0.4em;
}
.page-header .header_part .header_right .header-top .top_social_menu .show-cart .action.showcart {
  background-color: transparent;
  width: auto;
  height: auto;
  text-transform: uppercase;
}
.page-header .header_part .header_right .header-top .top_social_menu .show-cart .action.showcart::before {
  content: "";
  background-image: url(../images/cart-icon.png) !important;
  width: 1em;
  height: 1.32em;
}
.page-header .header_part .header_right .header-top .top_social_menu .show-cart .action.showcart .text {
  position: relative;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
}
@media (max-width: 768px) {
  .page-header .header_part .header_right .header-top .top_social_menu .show-cart .action.showcart .text {
    display: none;
  }
}
.page-header .header_part .header_right .header-top .top_social_menu .show-cart p {
  font-size: 1.1em;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.page-header .header_part .header_right .header-top .top_social_menu .show-cart .minicart-wrapper {
  margin: 0;
}
@media (max-width: 525px) {
  .page-header .header_part .header_right .header-top .top_social_menu .show-cart p {
    display: none;
  }
}
@media (max-width: 1280px) {
  .page-header .header_part .header_right .header-top .top_social_menu {
    width: auto;
  }
  .page-header .header_part .header_right .header-top .top_social_menu li {
    display: none;
  }
}
.page-header .header_part .header_right .header-top .user-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-header .header_part .header_right .header-top .user-menu li {
  margin: 0;
  cursor: pointer;
}
.page-header .header_part .header_right .header-top .user-menu li a {
  display: flex;
  align-items: center;
  font-size: 1em;
  font-weight: 400;
  color: #ffffff;
  gap: 0.7em;
}
.page-header .header_part .header_right .header-top .user-menu li a:hover {
  text-decoration: none;
}
.page-header .header_part .header_right .header-top .user-menu li a img {
  width: 28px;
}
.page-header .header_part .header_right .header-top .user-menu li span {
  color: #ffffff;
  font-size: 1em;
}
@media (max-width: 768px) {
  .page-header .header_part .header_right .header-top .user-menu li a {
    padding: 0.5em;
  }
  .page-header .header_part .header_right .header-top .user-menu li .customer-name {
    display: block;
    padding-left: 0em;
  }
  .page-header .header_part .header_right .header-top .user-menu li .customer-name .switch {
    display: none;
  }
  .page-header .header_part .header_right .header-top .user-menu li .customer-menu {
    position: relative;
  }
}
@media (max-width: 525px) {
  .page-header .header_part .header_right .header-top .user-menu li .customer-name .switch {
    display: none;
  }
}
.page-header .header_part .header_right .header-top .user-menu .customer-welcome {
  display: flex;
  align-items: center;
}
.page-header .header_part .header_right .header-top .user-menu .customer-welcome::before {
  content: '';
  background: url(../images/user-icon.png) no-repeat center !important;
  background-size: cover !important;
  width: 31px;
  height: 31px;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .page-header .header_part .header_right .header-top .user-menu .customer-welcome .customer-menu .customer-dropdown {
    top: 0px;
    right: 0px;
    width: auto;
  }
  .page-header .header_part .header_right .header-top .user-menu .customer-welcome .customer-welcome {
    flex-wrap: wrap !important;
    width: -webkit-fill-available !important;
  }
  .page-header .header_part .header_right .header-top .user-menu .customer-welcome::before {
    background-size: 31px !important;
  }
}
.page-header .header_part .header_right .header-top .user-menu .user-menu__li {
  display: flex;
  align-items: center;
}
.page-header .header_part .header_right .header-top .user-menu .user-menu__li .user-menu__link::before {
  content: '';
  background: url(../images/user-icon.png) no-repeat center !important;
  background-size: contain !important;
  width: 31px;
  height: 31px;
  margin-right: 0em;
}
.page-header .header_part .header_right .header-top .user-menu .user-menu__li .user-menu__link div {
  width: 61px;
}
@media (max-width: 1280px) {
  .page-header .header_part .header_right {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .page-header .header_part .header_right {
    gap: 0.6em;
  }
}
@media (max-width: 768px) {
  .page-header {
    border-bottom: none;
    margin-bottom: 0;
  }
}
a.login-portal-btn {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  align-items: center;
  background: #348532;
  border-radius: 0;
  bottom: 50%;
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 2.77em;
  justify-content: space-evenly;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform-origin: bottom right;
  width: 15.88em;
}
a.login-portal-btn img {
  -webkit-transform: rotate(90deg);
  height: auto;
  width: auto;
}
@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
#search {
  align-items: center;
  background: #071689;
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: all 0.5s;
  width: auto;
  will-change: transform, opacity;
  z-index: -1;
  right: 350px;
  top: 98%;
  border-radius: 0.66em;
}
#search:target {
  height: 14vh !important;
  opacity: 1;
  width: 72% !important;
  z-index: 2;
}
#search:target .close-btn {
  display: block;
}
@media (max-width: 1920px) {
  #search {
    right: 218px;
  }
  #search:target {
    width: 77% !important;
  }
}
@media (max-width: 1680px) {
  #search {
    right: 150px;
  }
  #search:target {
    width: 82% !important;
  }
}
@media (max-width: 1440px) {
  #search {
    right: 70px;
  }
  #search:target {
    width: 90% !important;
  }
}
#searchbox {
  background: transparent;
  border: solid #ffffff;
  border-width: 0 0 1px 0;
  color: #ffffff;
  flex: 1 0 auto;
  font-size: 1em;
  height: 2em;
  width: 100%;
  outline: 0;
  padding: 0em 1em;
}
#searchbox:focus {
  box-shadow: none;
}
.close-btn {
  display: none;
  position: absolute;
  width: 2em !important;
  height: 2em !important;
  top: 0.5em;
  right: 0.5em;
}
.close-btn .close-icon {
  position: fixed;
  width: 13px !important;
  top: 1.2em;
  right: 1.2em;
}
@media (max-width: 1920px) {
  .close-btn .close-icon {
    top: 1.1em;
    right: 1.1em;
  }
}
@media (max-width: 1440px) {
  .close-btn .close-icon {
    width: 12px !important;
    top: 1.01em;
    right: 1.01em;
  }
}
#search.left {
  left: 0;
  height: 14vh;
  width: 0;
}
#nav ul.left {
  left: 0;
  height: 100vh;
  width: 0;
}
#nav ul.right {
  height: 100vh;
  width: 0;
  right: 0;
  left: auto !important;
}
#nav ul.bottom.left {
  height: 0;
}
#nav ul.bottom.right {
  height: 0;
}
#nav ul.top.left {
  height: 0;
}
#nav ul.top.right {
  height: 0;
}
#nav ul.bottom {
  bottom: 0;
  top: auto !important;
}
#nav ul.fade {
  height: 14vh;
  width: 72%;
  transition: opacity 0.5s;
}
#search.right {
  height: 14vh;
  width: 0;
  right: 0;
  left: auto !important;
}
#search.bottom.left {
  height: 0;
}
#search.bottom.right {
  height: 0;
}
#search.top.left {
  height: 0;
}
#search.top.right {
  height: 0;
}
#search.bottom {
  bottom: 0;
  top: auto !important;
}
#search.fade {
  height: 14vh;
  width: 72%;
  transition: opacity 0.5s;
}
#search.fade .close-icon {
  transition: opacity 0.5s;
}
#search_mini_form {
  display: flex;
  align-items: center;
  width: 60%;
  gap: 1em;
}
#search_mini_form .search-form__btn {
  background: transparent;
  background-size: contain;
  display: contents;
}
#search_mini_form .search-form__btn .magnifying-glass {
  width: 24px;
}
.customer-menu .customer-dropdown {
  background: #1e1d2f;
  border: transparent;
  list-style-type: none;
  padding: 0;
  min-width: 100% !important;
}
.customer-menu .customer-dropdown::before {
  border-color: transparent transparent #1e1d2f transparent;
}
.customer-menu .customer-dropdown li {
  font-size: 1em;
  color: #ffffff;
  background: transparent;
  border-bottom: 0.05em solid #ffffff1f;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customer-menu .customer-dropdown li:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .customer-menu .customer-dropdown {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .customer-menu {
    position: relative;
  }
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #fff;
  height: auto;
  line-height: normal;
  border-radius: 15px;
  display: inline-block;
  margin: 0px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: -12px;
  left: 15px;
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  text-shadow: none;
  font-size: 0.9em;
}
@media (max-width: 1920px) {
  .minicart-wrapper .action.showcart .counter.qty .counter-number {
    font-size: 0.8em;
  }
}
@media (max-width: 1440px) {
  .minicart-wrapper .action.showcart .counter.qty {
    padding: 3px;
  }
}
.login-portal-container {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000085;
}
.login-portal-container .block-customer-login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  background-color: #f5f5f5;
  padding: 2.5em;
}
.login-portal-container .block-customer-login h4 {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0.8em;
  display: none;
}
.login-portal-container .block-customer-login .note {
  font-size: 1.1em;
  color: #717171;
  font-weight: 400;
  margin-bottom: 0.8em;
}
.login-portal-container .block-customer-login .form-login label {
  font-weight: 400;
  font-size: 1.1em;
}
.login-portal-container .block-customer-login .form-login label::after {
  font-size: 1.1em !important;
  margin: 0 !important;
  color: #ff0000 !important;
}
.login-portal-container .block-customer-login .form-login label span {
  color: #626262;
}
.login-portal-container .block-customer-login .form-login .control {
  position: relative;
}
.login-portal-container .block-customer-login .form-login .control input {
  width: 100%;
  padding: 1.5em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
}
.login-portal-container .block-customer-login .form-login .control input:focus {
  box-shadow: none;
}
.login-portal-container .block-customer-login .form-login .control #email-error,
.login-portal-container .block-customer-login .form-login .control #pass-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 1em;
  color: #ff0000;
  top: 1.5em;
  right: 1em;
  z-index: 11;
}
.login-portal-container .block-customer-login .form-login .login-btn {
  background: #071689;
  color: #ffffff;
  padding: 1em 2.25em;
  font-weight: 700;
  font-size: 1.25em;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-portal-container .block-customer-login .form-login .login-btn:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-portal-container .block-customer-login .form-login .login-btn span {
  font-family: "Lato", sans-serif;
}
.login-portal-container .block-customer-login .form-login .remind {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-portal-container .block-customer-login .form-login .remind:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-portal-container .block-customer-login .close-login-block {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #348532;
  text-align: center;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0.9em;
}
.login-portal-container .block-customer-login .close-login-block:hover {
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-portal-container .block-customer-login .close-login-block .close-icon {
  position: relative;
  width: 1.6em;
  height: 1.6em;
}
@media (max-width: 1024px) {
  .login-portal-container .block-customer-login {
    width: 80%;
  }
}
@media (max-width: 820px) {
  .login-portal-container .form-login .actions-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 525px) {
  .login-portal-container .block-customer-login {
    padding: 1.5em;
  }
  .login-portal-container .block-customer-login .close-login-block {
    padding: 0.6em;
  }
  .login-portal-container .block-customer-login .close-login-block .close-icon {
    width: 1.3em;
    height: 1.3em;
  }
}
/* cart-popup */
.block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.block-minicart #minicart-content-wrapper .block-content .close {
  height: auto;
  position: absolute;
  right: 1.5%;
  top: 5px;
  width: auto;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  display: inline-block;
  text-decoration: none;
}
.block-minicart #minicart-content-wrapper .block-content .close::before {
  background-image: url(../images/close-icon-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 18px;
  height: 18px;
  color: transparent;
  font-size: inherit;
}
.block-minicart #minicart-content-wrapper .actions {
  margin: 1em 0;
}
.block-minicart #minicart-content-wrapper .actions .primary {
  margin: 0;
}
.block-minicart #minicart-content-wrapper .actions .primary #top-cart-btn-checkout {
  background: #071689;
  color: #ffffff;
  padding: 0.8em 2.05em;
  font-weight: 700;
  font-size: 1em;
  border: none;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.block-minicart #minicart-content-wrapper .actions .primary #top-cart-btn-checkout:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item {
  display: block;
  margin: 0;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product a.product-item-photo {
  text-decoration: none;
  display: inline-block;
  background: transparent;
  width: auto;
  height: auto;
  text-align: left;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product a.product-item-photo .product-image-container {
  width: 75px !important;
  max-width: 100%;
  display: inline-block;
  align-content: center;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details {
  padding-left: 90px;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product-item-name {
  font-weight: 700;
  margin: 0;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product-item-name a {
  text-decoration: none;
  background: transparent;
  width: auto;
  color: #071689;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  align-content: center;
  word-break: break-all;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product-item-pricing .details-qty {
  margin: 0.7em 0 0 0;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product-item-pricing .details-qty .label {
  font-weight: 400;
  font-size: 1em;
  margin-right: 0.5em;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product-item-pricing .details-qty .item-qty {
  text-align: center;
  width: 60px;
  padding: 0 9px;
  height: 32px;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product-item-pricing .details-qty .item-qty:focus {
  box-shadow: none;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product-item-pricing .details-qty .update-cart-item {
  background: #071689;
  color: #ffffff;
  padding: 0.5em 1em;
  font-weight: 700;
  font-size: 1.05em;
  border: none;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product-item-pricing .details-qty .update-cart-item:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product {
  float: left;
  margin: 1.2em 0 0 0;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product .secondary {
  display: inline-block;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product .secondary .action.delete {
  text-decoration: none;
  background: #071689;
  align-content: center;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em;
}
.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product .secondary .action.delete::before {
  background-image: url(../images/bin.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  color: transparent;
}
.block-minicart #minicart-content-wrapper .actions .secondary .viewcart {
  display: inline-block;
  text-decoration: none;
  width: auto;
  height: auto;
  align-content: center;
  padding: 0.9em 2.3em;
}
.block-minicart #minicart-content-wrapper .empty {
  display: block;
  font-size: 1em;
  padding: 0px 0 0px;
  text-align: center;
  font-weight: 500;
  color: #071689;
}
._show .modal-inner-wrap .modal-header .action-close:before {
  font-size: 50px;
  color: #348532;
}
._show .modal-inner-wrap .modal-footer .action-dismiss {
  color: #ffffff;
  background-color: #071689;
  border: none;
  padding: 0.8em 2.2em;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 !important;
  line-height: normal;
  font-family: 'lato';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
._show .modal-inner-wrap .modal-footer .action-dismiss:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
._show .modal-inner-wrap .modal-footer .action-dismiss span {
  font-size: 1.05em;
}
._show .modal-inner-wrap .modal-footer .action-accept {
  color: #ffffff;
  background-color: #348532;
  border: none;
  padding: 0.8em 2.2em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  line-height: normal;
  font-family: 'lato';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
._show .modal-inner-wrap .modal-footer .action-accept:hover {
  background-color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
._show .modal-inner-wrap .modal-footer .action-accept span {
  font-size: 1.05em !important;
}
@media (max-width: 768px) {
  .page-layout-full_width .columns {
    display: block;
  }
}
@media (max-width: 1280px) {
  .overflow .logo {
    z-index: -1 !important;
  }
  .overflow .header-top {
    z-index: -1;
  }
  .overflow .login-portal-btn {
    z-index: -11;
  }
}
.messages a {
  text-decoration: none;
}
.home-slider {
  position: relative;
}
.home-slider .caption {
  position: absolute;
  width: 100% !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-slider .caption h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 6em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
}
.home-slider .caption h2 {
  color: #ffffff;
  font-weight: 400;
  font-size: 3.75em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
}
@media (max-width: 820px) {
  .home-slider .caption h1 {
    font-size: 4em;
  }
}
@media (max-width: 525px) {
  .home-slider .caption h1 {
    font-size: 2.5em;
  }
}
.home-slider .slick-prev {
  display: none !important;
}
.home-slider .slick-next {
  display: none !important;
}
.home-slider .slick-dots {
  bottom: 2.22em;
}
.home-slider .slick-dots li button {
  border: transparent;
}
.home-slider .slick-dots li button:hover {
  border: transparent;
}
.home-slider .slick-dots li button:before {
  border-radius: 3em;
  border: 0.05em solid #ffffff;
  color: transparent;
  height: 2.5em;
  opacity: 1;
  width: 2.5em;
}
.home-slider .slick-dots li.slick-active button:before {
  background: #ffffff;
  opacity: 1;
}
.home-slider .slick-dots li.slick-active button {
  background: transparent;
}
.home-slider .slick-dotted.slick-slider {
  margin: 0 !important;
}
.home-slider .home-img-slider .brand-img .pagebuilder-slide-wrapper {
  min-height: 100vh !important;
}
.home-slider .home-img-slider .brand-img .pagebuilder-overlay {
  min-height: 100vh !important;
}
.three-img-section {
  padding: 2.5em 0;
}
.three-img-section .three-img {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.three-img-section .three-img .pagebuilder-column-line {
  justify-content: space-between;
  gap: 3em;
}
.three-img-section .three-img .images-wrapper-one {
  position: relative;
  display: inline-block !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.three-img-section .three-img .images-wrapper-one:hover .detail-content-btn {
  background-color: rgba(52, 133, 50, 0.72941176);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.three-img-section .three-img .images-wrapper-one .detail-content-btn {
  background-color: rgba(7, 22, 137, 0.70196078);
  text-align: center;
  padding: 0.83em 0;
  position: absolute;
  width: 100%;
  bottom: 0.2em;
  text-decoration: none;
}
.three-img-section .three-img .images-wrapper-one .detail-content-btn h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.66em;
  padding: 0 0 0.66em 0;
  margin: 0;
}
.three-img-section .three-img .images-wrapper-one .detail-content-btn p {
  margin-bottom: 0;
}
.three-img-section .three-img .images-wrapper-one .detail-content-btn p a {
  color: #ffffff;
  font-size: 1.11em;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.44em;
  text-decoration: none;
}
.three-img-section .three-img .images-wrapper-one .images img {
  border: 0.05em solid #348532;
  box-shadow: 0 0 0.66em rgba(0, 0, 0, 0.54117647);
  width: 100%;
}
@media (max-width: 1024px) {
  .three-img-section .three-img .pagebuilder-column-line {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
  }
  .three-img-section .three-img .images-wrapper-one {
    width: 48% !important;
  }
}
@media (max-width: 820px) {
  .three-img-section {
    padding: 1.5em 0;
  }
}
.video-section {
  padding: 2.5em 0;
}
.video-section .video-with-box-wrapper .video-container video {
  height: 440px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1920px) {
  .video-section .video-with-box-wrapper .video-container video {
    height: 400px;
  }
}
@media (max-width: 1440px) {
  .video-section .video-with-box-wrapper .video-container video {
    height: 372px;
  }
}
@media (max-width: 1366px) {
  .video-section .video-with-box-wrapper .video-container video {
    height: 372px;
  }
}
.video-section .video-with-box-wrapper .box-wrapper {
  width: 35% !important;
  margin-left: 3.3em;
  gap: 4em;
}
.video-section .video-with-box-wrapper .our-website-box,
.video-section .video-with-box-wrapper .call-box {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.video-section .video-with-box-wrapper .our-website-box:hover,
.video-section .video-with-box-wrapper .call-box:hover {
  background: #aaaaaa;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.video-section .video-with-box-wrapper .our-website-box p,
.video-section .video-with-box-wrapper .call-box p {
  margin-bottom: 0;
}
.video-section .video-with-box-wrapper .our-website-box p a,
.video-section .video-with-box-wrapper .call-box p a {
  border: 0.05em solid #348532;
  box-shadow: 0 0 0.66em rgba(0, 0, 0, 0.32156863);
  padding: 0.66em 0 0.77em 1.66em;
  text-decoration: none;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.11em;
  color: #071689;
  font-size: 1.16em;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .video-section .video-with-box-wrapper .pagebuilder-column-line {
    display: block !important;
  }
  .video-section .video-with-box-wrapper .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
  .video-section .video-with-box-wrapper .box-wrapper {
    width: 100% !important;
    gap: 2em;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin: 2em 0 0 0;
    flex-direction: row !important;
  }
  .video-section .video-with-box-wrapper .our-website-box,
  .video-section .video-with-box-wrapper .call-box {
    width: 48%;
  }
}
@media (max-width: 820px) {
  .video-section {
    padding: 1.5em 0;
  }
}
@media (max-width: 768px) {
  .video-section .video-with-box-wrapper .our-website-box,
  .video-section .video-with-box-wrapper .call-box {
    width: 100%;
  }
}
.three-box-content-with-images-section {
  padding: 2.5em 0;
}
.three-box-content-with-images-section .three-box-content-with-images .pagebuilder-column-line {
  justify-content: space-between;
  gap: 3em;
}
.three-box-content-with-images-section .three-box-content-with-images .box-content-images {
  background-color: #f5f5f5;
  border: 0.05em solid #348532;
  box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.32156863);
}
.three-box-content-with-images-section .three-box-content-with-images .box-content-images img {
  width: 100%;
}
.three-box-content-with-images-section .three-box-content-with-images .box-content-images .solutions_div {
  padding: 1.8em 2.2em;
}
.three-box-content-with-images-section .three-box-content-with-images .box-content-images .solutions_div h4 {
  color: #071689;
  font-size: 1.66em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.three-box-content-with-images-section .three-box-content-with-images .box-content-images .solutions_div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.three-box-content-with-images-section .three-box-content-with-images .box-content-images .solutions_div ul li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 1.3em 0 0 0em;
}
.three-box-content-with-images-section .three-box-content-with-images .box-content-images .solutions_div ul li a {
  color: #348532;
  font-size: 1.27em;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.three-box-content-with-images-section .three-box-content-with-images .box-content-images .solutions_div ul li a:hover {
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.three-box-content-with-images-section .three-box-content-with-images .box-content-images .solutions_div ul li img {
  width: 24px;
}
@media (max-width: 1280px) {
  .three-box-content-with-images-section .three-box-content-with-images .box-content-images .solutions_div h4 {
    font-size: 1.35em;
  }
  .three-box-content-with-images-section .three-box-content-with-images .box-content-images .solutions_div ul li a {
    font-size: 1.1em;
  }
}
@media (max-width: 1024px) {
  .three-box-content-with-images-section .three-box-content-with-images .pagebuilder-column-line {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em;
  }
  .three-box-content-with-images-section .three-box-content-with-images .box-content-images {
    width: 48% !important;
  }
}
@media (max-width: 820px) {
  .three-box-content-with-images-section {
    padding: 1.5em 0;
  }
}
.what-we-offer-section {
  padding: 2.5em 0;
}
.what-we-offer-section h2 {
  text-align: center;
  font-weight: 400;
  font-size: 2.22em;
  color: #071689;
  padding: 0 0 1em 0;
  text-transform: uppercase;
  margin: 0;
}
.what-we-offer-section .three-img-what-we-offer .pagebuilder-column-line {
  justify-content: space-between;
  gap: 1em;
}
.what-we-offer-section .three-img-what-we-offer .images-wrapper-one {
  width: 100% !important;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.what-we-offer-section .three-img-what-we-offer .images-wrapper-one:hover .detail-content-btn {
  background-color: rgba(7, 22, 137, 0.58039216);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.what-we-offer-section .three-img-what-we-offer .images-wrapper-one .detail-content-btn {
  background-color: rgba(52, 133, 50, 0.58039216);
  bottom: 0.2em;
  padding: 1.22em 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}
.what-we-offer-section .three-img-what-we-offer .images-wrapper-one .detail-content-btn h4 {
  margin: 0;
}
.what-we-offer-section .three-img-what-we-offer .images-wrapper-one .detail-content-btn h4 a {
  color: #ffffff;
  font-size: 1.83em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.what-we-offer-section .three-img-what-we-offer .images-wrapper-one .images img {
  width: 100%;
}
.what-we-offer-section .three-img-what-we-offer .images-wrapper-two {
  width: 100% !important;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.what-we-offer-section .three-img-what-we-offer .images-wrapper-two:hover .detail-content-btn {
  background-color: rgba(52, 133, 50, 0.58039216);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.what-we-offer-section .three-img-what-we-offer .images-wrapper-two .detail-content-btn {
  background-color: rgba(7, 22, 137, 0.58039216);
  bottom: 0.2em;
  padding: 1.22em 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}
.what-we-offer-section .three-img-what-we-offer .images-wrapper-two .detail-content-btn h4 {
  margin: 0;
}
.what-we-offer-section .three-img-what-we-offer .images-wrapper-two .detail-content-btn h4 a {
  color: #ffffff;
  font-size: 1.83em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.what-we-offer-section .three-img-what-we-offer .images-wrapper-two .images img {
  width: 100%;
}
@media (max-width: 1024px) {
  .what-we-offer-section .three-img-what-we-offer .pagebuilder-column-line {
    justify-content: center;
    gap: 2em;
    flex-wrap: wrap;
  }
  .what-we-offer-section .three-img-what-we-offer .images-wrapper-one,
  .what-we-offer-section .three-img-what-we-offer .images-wrapper-two {
    width: 48% !important;
  }
}
@media (max-width: 820px) {
  .what-we-offer-section {
    padding: 1.5em 0;
  }
  .what-we-offer-section h2 {
    font-size: 2em;
  }
}
.downloads-section {
  padding: 2.5em 0;
}
.downloads-section h2 {
  text-align: center;
  font-weight: 400;
  font-size: 2.22em;
  color: #071689;
  padding: 0 0 1em 0;
  text-transform: uppercase;
  margin: 0;
}
.downloads-section .four-images {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.downloads-section .four-images .downloads-one-img {
  display: inline-block;
  position: relative;
  width: 25%;
}
.downloads-section .four-images .downloads-one-img .images {
  width: 100%;
  display: inline-block;
}
.downloads-section .four-images .downloads-one-img .images img {
  width: 100%;
}
.downloads-section .four-images .downloads-one-img .downloads-btn {
  bottom: 0.77em;
  position: absolute;
  right: 1em;
}
.downloads-section .four-images .downloads-one-img .downloads-btn a {
  display: inline-block;
}
.downloads-section .four-images .downloads-one-img .downloads-btn img {
  width: 100%;
  display: block;
}
.downloads-section .four-images .downloads-one-img h4 {
  color: #348532;
  font-size: 1.33em;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .downloads-section .four-images {
    flex-wrap: wrap;
  }
  .downloads-section .four-images .downloads-one-img {
    width: 48%;
  }
}
@media (max-width: 820px) {
  .downloads-section {
    padding: 1.5em 0;
  }
  .downloads-section h2 {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .downloads-section .four-images .downloads-one-img {
    width: 48%;
  }
}
@media (max-width: 525px) {
  .downloads-section .four-images .downloads-one-img {
    width: 100%;
  }
}
.page-footer {
  margin: 0;
  padding: 0 !important;
}
.page-footer .footer_main_section {
  display: inline-block;
  width: 100%;
  background: #1e1d2f !important;
  margin-top: 0;
  padding: 4em 0 0 0 !important;
}
.page-footer .footer_main_section .footer {
  width: 100%;
}
.page-footer .footer_main_section .footer .footer_columns h5 {
  color: #ffffff;
  font-size: 1.11em;
  font-weight: 700;
  position: relative;
  margin: 0 0 2.5em 0;
  padding-bottom: 0.2em;
  display: inline-block;
  width: 100%;
}
.page-footer .footer_main_section .footer .footer_columns h5:before {
  background: #348532;
  bottom: -1.11em;
  content: " ";
  height: 0.11em;
  position: absolute;
  width: 2.83em;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_1 {
  width: 25% !important;
  display: inline-block;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_1 .footer_sub_logo {
  padding: 2em 0;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_1 .footer_social_link ul {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_1 .footer_social_link ul li {
  margin-right: 0.55em;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_1 .footer_social_link ul li a {
  display: flex;
  text-decoration: none;
  width: 2.6em;
  height: 2.6em;
  background: #348532;
  text-align: center;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_1 .footer_social_link ul li a img {
  width: 20px;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_1 .footer_social_link ul li a:hover {
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.3em;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_2 {
  width: 37% !important;
  display: inline-block;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_2 .two_coulmns_menu {
  display: flex;
  gap: 2.8em;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_2 .two_coulmns_menu ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_2 .two_coulmns_menu ul li {
  margin: 0 0 0.94em 0;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_2 .two_coulmns_menu ul li a {
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_2 .two_coulmns_menu ul li a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_2 .two_coulmns_menu ul li img {
  width: 18px;
  padding: 0.2em 0.3em 0 0;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_3 {
  width: 18% !important;
  display: inline-block;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_3 ul.footer-links {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_3 ul.footer-links li {
  margin: 0 0 0.94em 0;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_3 ul.footer-links li a {
  color: #ffffff;
  font-size: 1em;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_3 ul.footer-links li a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_3 ul.footer-links li img {
  width: 18px;
  padding: 0em 0.3em 0 0;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_4 {
  width: 20% !important;
  display: inline-block;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_4 .contact-info {
  color: #ffffff;
  width: 100%;
  display: inline-block;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_4 .contact-info .company-address {
  width: 100%;
  display: inline-block;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_4 .contact-info .company-address h6 {
  font-size: 1em;
  margin: 0 0 0.5em 0;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_4 .contact-info .company-address p {
  margin: 0;
  line-height: 26px;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_4 .contact-info .company-address p a {
  color: #ffffff;
  font-size: 1em;
  text-decoration: none;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_4 .contact-info .email_part {
  margin: 1em 0 0 0;
  display: inline-block;
  width: 100%;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_4 .contact-info .email_part a {
  color: #ffffff;
  font-size: 1em;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-footer .footer_main_section .footer .footer_columns .footer_col_4 .contact-info .email_part a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1440px) {
  .page-footer .footer_main_section .footer .footer_columns .pagebuilder-column-line {
    gap: 1em;
  }
}
@media (max-width: 1024px) {
  .page-footer .footer_main_section .footer .footer_columns .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .page-footer .footer_main_section .footer .footer_columns .footer_col_1 {
    width: 45% !important;
  }
  .page-footer .footer_main_section .footer .footer_columns .footer_col_2 {
    width: 50% !important;
  }
  .page-footer .footer_main_section .footer .footer_columns .footer_col_3 {
    width: 45% !important;
  }
  .page-footer .footer_main_section .footer .footer_columns .footer_col_4 {
    width: 50% !important;
  }
  .page-footer .footer_main_section .footer .footer_columns .footer_col_4 .contact-info .company-address p br {
    display: none;
  }
}
@media (max-width: 525px) {
  .page-footer .footer_main_section .footer .footer_columns .footer_col_2 .two_coulmns_menu {
    display: block;
  }
}
.page-footer .footer_main_section .footer_bottom {
  width: 100%;
  display: inline-block;
}
.page-footer .footer_main_section .footer_bottom .we_accept {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 2.22em 0;
  gap: 1em;
}
.page-footer .footer_main_section .footer_bottom .we_accept h6 {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 1.11em;
  font-weight: 700;
  gap: 1em;
  margin: 0;
}
.page-footer .footer_main_section .footer_bottom .we_accept ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-footer .footer_main_section .footer_bottom .we_accept ul li {
  display: inline-block;
  margin: 0;
}
@media (max-width: 768px) {
  .page-footer .footer_main_section .footer_bottom .we_accept {
    display: block;
    text-align: center;
    margin: 1.5em 0 0.5em 0;
  }
  .page-footer .footer_main_section .footer_bottom .we_accept h6 {
    justify-content: center;
    margin-bottom: 1em;
  }
}
.page-footer .footer_main_section .footer_bottom .copyright {
  border-top: 0.05em solid rgba(245, 245, 245, 0.29019608);
  padding: 1.27em 0;
  text-align: center;
  background: transparent;
}
.page-footer .footer_main_section .footer_bottom .copyright p {
  color: #ffffff;
  margin: 0;
}
.page-footer .footer_main_section .footer_bottom .copyright p a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-footer .footer_main_section .footer_bottom .copyright p a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-footer .footer_main_section .footer_bottom .copyright p span {
  padding: 0 0.4em;
}
.page-footer .footer_main_section .footer_bottom .copyright p .red_color {
  color: #348532;
  padding: 0;
}
.about-us-pera-wrapper-section {
  padding: 2.5em 0;
  display: block;
}
.about-us-pera-wrapper-section .pera-wrapper p {
  font-size: 1em;
  color: #717171;
  line-height: 1.55em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.about-us-section {
  padding: 2.5em 0;
}
.about-us-section .pera-with-img {
  display: flex;
}
.about-us-section .pera-with-img .pera-wrapper-right {
  background-color: #071689;
  width: 50%;
  padding: 9.18em 3.61em;
}
.about-us-section .pera-with-img .pera-wrapper-right h4 {
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1em 0;
}
.about-us-section .pera-with-img .pera-wrapper-right ul {
  padding: 0;
  list-style-type: none;
}
.about-us-section .pera-with-img .pera-wrapper-right ul li {
  color: #ffffff;
  font-size: 1em;
  position: relative;
  margin: 0 0 1.33em 1.72em;
}
.about-us-section .pera-with-img .pera-wrapper-right ul li::before {
  content: '';
  position: absolute;
  background-image: url(../images/right-arrow-circle-icon-green.png);
  color: transparent;
  content: " ";
  width: 1.05em;
  height: 1.05em;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.55em;
  left: -1.66em;
  top: 0;
}
@media (max-width: 1440px) {
  .about-us-section .pera-with-img .pera-wrapper-right ul li {
    margin: 0 0 1.33em 2em;
  }
  .about-us-section .pera-with-img .pera-wrapper-right ul li::before {
    left: -2em;
  }
}
.about-us-section .pera-with-img .about-us-left-img {
  background-image: url(../images/about-us-left-img.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 50%;
}
@media (max-width: 1024px) {
  .about-us-section .pera-with-img .pera-wrapper-right {
    padding: 2.18em 2.61em;
  }
}
@media (max-width: 768px) {
  .about-us-section .pera-with-img .about-us-left-img {
    height: 480px;
  }
}
.about-us-listing-point-section {
  padding: 2.5em 0;
}
.about-us-listing-point-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.about-us-listing-point-section ul li {
  color: #717171;
  font-size: 1em;
  position: relative;
  margin: 0 0 1.33em 1.72em;
}
.about-us-listing-point-section ul li::before {
  position: absolute;
  background-image: url(../images/right-arrow-circle-icon-grey.png);
  color: transparent;
  content: " ";
  width: 1.05em;
  height: 1.05em;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.55em;
  left: -1.66em;
  top: 0;
}
@media (max-width: 1440px) {
  .about-us-listing-point-section ul li {
    margin: 0 0 1.33em 2em;
  }
  .about-us-listing-point-section ul li::before {
    left: -2em;
  }
}
.othersite-link {
  padding: 0 0 2.5em 0;
}
.othersite-link ul {
  display: flex;
  align-items: center;
  list-style-type: disc;
  padding: 0;
  margin: 0;
}
.othersite-link ul li {
  margin: 0 1em;
  color: #071689;
  font-size: 1.1em;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.othersite-link ul li::marker {
  color: #348532;
  font-size: 1.1em;
}
.othersite-link ul li a {
  text-decoration: none;
}
@media (max-width: 525px) {
  .othersite-link ul {
    display: block;
  }
}
.our-team-section {
  padding: 2.5em 0;
  background: #f5f5f5;
}
.our-team-section h2 {
  text-align: center;
  font-weight: 400;
  font-size: 2.5em;
  color: #071689;
  text-transform: uppercase;
  margin: 0;
}
.our-team-section h4 {
  font-size: 1.5em;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 1.5em 0;
  margin: 0;
}
.our-team-section .four-images-team .pagebuilder-column-line {
  display: flex;
  gap: 1em;
}
.our-team-section .four-images-team .pagebuilder-column-line .team-img-one {
  background: #ffffff;
  padding: 0.75em;
  text-align: center;
}
.our-team-section .four-images-team .pagebuilder-column-line .team-img-one img {
  width: 100%;
  margin-bottom: 0.75em;
}
.our-team-section .four-images-team .pagebuilder-column-line .team-img-one h5 {
  font-weight: 700;
  font-size: 1.5em;
  color: #071689;
  margin: 0;
}
.our-team-section .four-images-team .pagebuilder-column-line .team-img-one p {
  font-weight: 400;
  font-size: 1em;
  color: #6a6a6a;
  margin: 0;
}
@media (max-width: 820px) {
  .our-team-section .four-images-team .pagebuilder-column-line .team-img-one {
    width: 48% !important;
  }
}
@media (max-width: 768px) {
  .our-team-section .four-images-team .pagebuilder-column-line .team-img-one {
    flex-basis: 47%;
  }
}
@media (max-width: 525px) {
  .our-team-section .four-images-team .pagebuilder-column-line .team-img-one {
    flex-basis: 100%;
  }
}
@media (max-width: 820px) {
  .our-team-section .four-images-team .pagebuilder-column-line {
    flex-wrap: wrap;
    gap: 2em;
  }
}
@media (max-width: 768px) {
  .our-team-section .four-images-team .pagebuilder-column-line {
    justify-content: space-between;
  }
}
.our-client-section {
  padding: 2.5em 0 ;
}
.our-client-section h2 {
  text-align: center;
  font-weight: 400;
  font-size: 2.5em;
  padding: 0 0 1em 0;
  color: #071689;
  text-transform: uppercase;
  margin: 0;
}
.our-client-section .our-clients-slider .swiper-wrapper {
  text-align: center;
}
.our-client-section .our-clients-slider .swiper-wrapper img {
  width: auto;
}
.our-client-section .swiper {
  z-index: -1;
}
@media (max-width: 820px) {
  .about-us-pera-wrapper-section,
  .about-us-section,
  .about-us-listing-point-section,
  .our-team-section,
  .our-client-section {
    padding: 1.5em 0;
  }
  .about-us-pera-wrapper-section h2,
  .about-us-section h2,
  .about-us-listing-point-section h2,
  .our-team-section h2,
  .our-client-section h2 {
    font-size: 2em;
  }
  .about-us-pera-wrapper-section h4,
  .about-us-section h4,
  .about-us-listing-point-section h4,
  .our-team-section h4,
  .our-client-section h4 {
    font-size: 1em;
  }
}
.columns {
  z-index: 0 !important;
}
.columns .column.main {
  padding: 0 !important;
}
.accessories-img-wrappper-box-section.categories {
  padding: 2.5em 0;
}
.accessories-img-wrappper-box-section.categories ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 1em;
  width: 100%;
}
.accessories-img-wrappper-box-section.categories ul li {
  width: 24%;
  text-align: center;
  color: #ffffff;
  margin: 0 0 0 0;
  align-content: end;
}
.accessories-img-wrappper-box-section.categories ul li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.accessories-img-wrappper-box-section.categories ul li a img {
  width: 100%;
  display: block;
}
.accessories-img-wrappper-box-section.categories ul li a .content-bg {
  background-color: #071689;
  margin: 0;
  padding: 0.7em 2em 1em 2em;
  color: #ffffff;
  font-size: 1.05em;
  font-weight: 400;
  align-content: center;
  height: 2.6em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.accessories-img-wrappper-box-section.categories ul li a .content-bg:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.accessories-img-wrappper-box-section.categories ul li a .product-details h4 {
  background-color: #071689;
  margin: 0;
  padding: 0.7em 2em 1em 2em;
  color: #ffffff;
  font-size: 1.05em;
  font-weight: 400;
  align-content: center;
  height: 2.6em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.accessories-img-wrappper-box-section.categories ul li a .product-details h4:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1680px) {
  .accessories-img-wrappper-box-section.categories ul li {
    width: 24%;
  }
}
@media (max-width: 1024px) {
  .accessories-img-wrappper-box-section.categories ul li {
    width: 32%;
  }
}
@media (max-width: 820px) {
  .accessories-img-wrappper-box-section.categories ul li {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .accessories-img-wrappper-box-section.categories ul li {
    width: 48%;
  }
}
@media (max-width: 525px) {
  .accessories-img-wrappper-box-section.categories ul li {
    width: 100%;
  }
}
.accessories-img-wrappper-box-section.categories ul .margin-r {
  margin-right: 1.75em;
}
@media (max-width: 1680px) {
  .accessories-img-wrappper-box-section.categories ul {
    gap: 1em;
  }
  .accessories-img-wrappper-box-section.categories ul .margin-r {
    margin-right: 0;
  }
}
.banner-section {
  position: relative;
}
.banner-section img {
  width: 100%;
}
.banner-section .pagebuilder-poster-overlay {
  padding: 0;
  display: block;
}
.banner-section .pagebuilder-poster-content {
  position: absolute;
  bottom: 28%;
  left: 0;
  width: 100%;
  text-align: center;
}
.banner-section .pagebuilder-poster-content div {
  min-height: auto;
  overflow: hidden;
}
.banner-section .pagebuilder-poster-content div h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 3.5em !important;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1440px) {
  .banner-section .pagebuilder-poster-overlay {
    min-height: 370px !important;
  }
}
@media (max-width: 1024px) {
  .banner-section .pagebuilder-poster-content div h1 {
    font-size: 3em !important;
  }
}
@media (max-width: 525px) {
  .banner-section .pagebuilder-poster-content div h1 {
    font-size: 2em !important;
  }
}
.page-with-filter .downloads-section {
  display: none;
}
.messages a {
  text-decoration: none;
}
.rebar-section {
  padding: 2.5em 0;
}
.rebar-section .pera-with-img .pera-wrapper-left {
  background-color: #f5f5f5;
  width: 50%;
}
.rebar-section .pera-with-img .pera-wrapper-left .pera-wrapper {
  padding: 4.75em 3.875em;
}
.rebar-section .pera-with-img .pera-wrapper-left .pera-wrapper p {
  font-size: 1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 400;
  margin-bottom: 1.375em;
}
@media (max-width: 1440px) {
  .rebar-section .pera-with-img .pera-wrapper-left .pera-wrapper {
    padding: 3em 3.875em;
  }
}
@media (max-width: 1024px) {
  .rebar-section .pera-with-img .pera-wrapper-left .pera-wrapper {
    padding: 1.25em 1.25em;
  }
}
.rebar-section .pera-with-img .rebar-right-img figure {
  width: 100%;
  height: 100%;
}
.rebar-section .pera-with-img .rebar-right-img figure img {
  display: block;
  width: 100%;
  height: 100% !important;
}
.table-wrapper-section {
  padding: 2.5em 0;
}
.table-wrapper-section p {
  font-size: 1em;
  color: #717171;
  font-weight: 400;
  margin-bottom: 1.375em;
}
.table-wrapper-section p a {
  text-decoration: none;
  color: #071689;
  transition: all 0.3s ease-in-out;
}
.table-wrapper-section p a:hover {
  color: #348532;
}
.table-wrapper-section table {
  border-collapse: collapse;
  max-width: 50%;
}
.table-wrapper-section table tr th {
  font-size: 1em;
  font-weight: 700;
  padding: 1.375em 0;
  border: 0.063em solid #c0c0c0;
  text-align: center;
}
.table-wrapper-section table tr td {
  font-size: 1em;
  padding: 1.375em 7.5em;
  border: 0.063em solid #c0c0c0;
  text-align: center;
  font-weight: 400;
}
.table-wrapper-section table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.table-wrapper-section table caption {
  background-color: #071689;
  color: #ffffff;
  font-size: 1.1em;
  padding: 1.625em 0;
  position: initial;
  width: auto;
  height: auto;
  overflow: initial;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .table-wrapper-section div {
    overflow-x: auto;
  }
}
.categorypath-products-rebar .accessories-img-wrappper-box-section.categories {
  display: none;
}
.categorypath-products-rebar .downloads-section {
  display: none;
}
.category-description {
  margin-bottom: 0;
}
.fabric-section {
  padding: 2.5em 0;
}
.fabric-section .pera-with-img {
  display: flex;
}
.fabric-section .pera-with-img .pera-wrapper-left {
  background-color: #f5f5f5;
  width: 50%;
}
.fabric-section .pera-with-img .pera-wrapper-left .pera-wrapper {
  padding: 3em 3.875em;
}
.fabric-section .pera-with-img .pera-wrapper-left .pera-wrapper p {
  margin: 0;
}
.fabric-section .pera-with-img .pera-wrapper-left .pera-wrapper p span {
  font-size: 1em !important;
  color: #717171;
  line-height: 1.75em;
  font-weight: 400;
  margin-bottom: 1.375em;
}
.fabric-section .pera-with-img .pera-wrapper-left .pera-wrapper ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.fabric-section .pera-with-img .pera-wrapper-left .pera-wrapper ul li {
  position: relative;
  margin: 1.5em 0 0 1.938em;
}
.fabric-section .pera-with-img .pera-wrapper-left .pera-wrapper ul li span {
  color: #071689;
  font-size: 1em !important;
  font-weight: bold;
}
.fabric-section .pera-with-img .pera-wrapper-left .pera-wrapper ul li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 1.2em;
  height: 1.2em;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625em;
  left: -1.875em;
  top: 0;
}
@media (max-width: 1024px) {
  .fabric-section .pera-with-img .pera-wrapper-left .pera-wrapper {
    padding: 1.25em 1.25em;
  }
}
.fabric-section .pera-with-img .rebar-right-img figure {
  width: 100%;
  height: 100%;
}
.fabric-section .pera-with-img .rebar-right-img figure img {
  width: 100%;
  height: 100% !important;
}
.accordion-section p {
  font-size: 1.1em;
  color: #717171;
  font-weight: 400;
  margin-bottom: 1.125em;
}
.accordion-section p a {
  color: #348532;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.accordion-section p a:hover {
  color: #071689;
}
.accordion-section .accordion {
  width: auto;
  background-color: #071689;
  border: none;
  outline: none;
  text-align: left;
  padding: 1.25em;
  font-size: 1.125em;
  color: #ffffff;
  cursor: pointer;
}
.accordion-section .accordion::after {
  content: "";
  background-image: url(../images/down-icon-white.png);
  width: 22px;
  height: 13px;
  float: right;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: contain;
}
.accordion-section .accordion .pagebuilder-button-link {
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
}
.accordion-section .accordion.is-open::after {
  transform: rotate(180deg);
}
.accordion-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.accordion-section .accordion-content p {
  margin: 0;
  display: none;
}
.accordion-section .accordion-content table {
  border-collapse: collapse;
  width: 100%;
}
.accordion-section .accordion-content table tbody tr:nth-child(1) {
  background: #071689;
  color: #ffffff;
}
.accordion-section .accordion-content table tbody tr:nth-child(2) {
  background: #071689;
  color: #ffffff;
}
.accordion-section .accordion-content table tbody tr td {
  font-size: 1em;
  padding: 1em 0 !important;
  border: 0.05em solid #c0c0c0;
  text-align: center;
  align-content: center;
  height: auto !important;
}
.accordion-section .accordion-content table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.accordion-section .accordion-content table tfoot tr td {
  width: max-content !important;
  height: auto !important;
  display: flex;
  padding: 1em;
  gap: 1em;
  border: transparent;
}
.accordion-section .accordion-content table tfoot tr td a {
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 820px) {
  .accordion-section .accordion-content table {
    height: auto !important;
    display: inline-block;
    width: max-content !important;
    max-width: none;
  }
}
@media (max-width: 820px) {
  .accordion-section .accordion-content {
    overflow-x: auto;
  }
}
.mr-30 {
  margin-right: 1.875em;
}
.two-img-with-content-wrapper {
  padding: 2.5em 0;
}
.two-img-with-content-wrapper .two-box-content-with-images {
  display: flex;
}
.two-img-with-content-wrapper .two-box-content-with-images .box-content-images {
  width: 50%;
  background-color: #071689;
}
.two-img-with-content-wrapper .two-box-content-with-images .box-content-images img {
  width: 100%;
}
.two-img-with-content-wrapper .two-box-content-with-images .box-content-images .content-wrapper {
  padding: 2.438em 0;
}
.two-img-with-content-wrapper .two-box-content-with-images .box-content-images .content-wrapper p {
  line-height: 1.5;
  color: #ffffff;
  font-size: 1.01em;
  margin-bottom: 0.938em;
  padding: 0 2.5em;
  font-weight: 400;
}
.two-img-with-content-wrapper .two-box-content-with-images .box-content-images .content-wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.two-img-with-content-wrapper .two-box-content-with-images .box-content-images .content-wrapper ul li {
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  position: relative;
  margin: 0 0 0.75em 4.375em;
}
.two-img-with-content-wrapper .two-box-content-with-images .box-content-images .content-wrapper ul li::before {
  position: absolute;
  background-image: url(../images/view-more-btn-icon.png);
  color: transparent;
  content: " ";
  width: 18px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625em;
  left: -1.875em;
  top: 0.125em;
}
@media (max-width: 820px) {
  .two-img-with-content-wrapper .two-box-content-with-images .box-content-images .content-wrapper {
    padding: 1.4em 0;
  }
  .two-img-with-content-wrapper .two-box-content-with-images .box-content-images .content-wrapper p {
    padding: 0 1.5em;
  }
  .two-img-with-content-wrapper .two-box-content-with-images .box-content-images .content-wrapper ul li {
    margin: 0 0 0.75em 3.375em;
  }
}
.two-img-with-content-wrapper .oneline-content {
  margin-top: 1.125em;
}
.two-img-with-content-wrapper .oneline-content p {
  font-size: 1.1em;
  color: #717171;
  font-weight: 500;
  margin: 0;
}
.two-img-with-content-wrapper .oneline-content p a {
  color: #348532;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.two-img-with-content-wrapper .oneline-content p a:hover {
  color: #071689;
}
.category-fabric .product-listing {
  display: none;
}
.category-fabric .downloads-section {
  display: none;
}
@media (max-width: 820px) {
  .rebar-section,
  .table-wrapper-section,
  .two-img-with-content-wrapper {
    padding: 1.5em 0;
  }
}
@media (max-width: 768px) {
  .page-products .columns {
    padding: 0;
  }
  .mr-30 {
    margin: 0 0 1.5em 0;
  }
}
.detailing-wrapper-section {
  padding: 2.5em 0;
}
.detailing-wrapper-section .pera-wrapper-left {
  width: 50%;
}
.detailing-wrapper-section .pera-wrapper-left p {
  font-size: 1.1em;
  color: #626262;
  line-height: 1.75em;
  font-weight: 400;
  margin-bottom: 1.375em;
}
.detailing-wrapper-section .pera-wrapper-left h3 {
  font-size: 1.875em;
  font-weight: 700;
  color: #071689;
  margin-bottom: 1.125em;
}
.detailing-wrapper-section .pera-wrapper-left h4 {
  font-size: 1.1em;
  font-weight: 700;
  color: #626262;
  margin-bottom: 1.125em;
}
.detailing-wrapper-section .pera-wrapper-left ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.detailing-wrapper-section .pera-wrapper-left ul li {
  color: #626262;
  font-size: 1.1em;
  font-weight: 400;
  position: relative;
  margin: 0 0 1.5em 1.938em;
}
.detailing-wrapper-section .pera-wrapper-left ul li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625em;
  left: -1.875em;
  top: 0;
}
@media (max-width: 1024px) {
  .detailing-wrapper-section .pera-wrapper-left {
    width: 100%;
  }
}
.w-100 {
  width: 100% !important;
}
@media (max-width: 820px) {
  .detailing-wrapper-section {
    padding: 1.5em 0;
  }
}
.technical-service-section {
  padding: 2.5em 0;
}
.sustainability-section {
  padding: 2.5em 0;
}
.downloads-page-one {
  padding: 2.5em 0;
  display: block !important;
}
.downloads-page-one h2 {
  font-size: 1.875em;
  font-weight: bold;
  color: #071689;
  margin: 1em 0 0.9em 0;
}
.downloads-page-one p {
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.6em;
}
.downloads-page-one p a {
  text-decoration: none;
}
.downloads-page-one ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.downloads-page-one ul li {
  position: relative;
  margin: 1.5em 0 0 1.938em;
  color: #071689;
  font-size: 1.1em !important;
  font-weight: bold;
}
.downloads-page-one ul li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 1.313em;
  height: 1.313em;
  background-repeat: no-repeat;
  margin-right: 0.625em;
  left: -1.875em;
  top: 0;
}
.cms-contact-us .block-static-block {
  margin-bottom: 0 !important;
}
.cms-contact-us .block-static-block p {
  display: none;
}
.contact-us-section {
  padding: 2.5em 0;
}
.contact-us-section h1 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5em;
  color: #071689;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
.contact-us-section .contact-us-form {
  padding: 0 5em;
}
.contact-us-section .contact-us-form form .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact-us-section .contact-us-form form .row .name {
  width: 45%;
  position: relative;
}
.contact-us-section .contact-us-form form .row .name label {
  font-size: 1.01em;
  color: #626262;
}
.contact-us-section .contact-us-form form .row .name label span {
  color: #ff0000;
}
.contact-us-section .contact-us-form form .row .name input {
  width: 100%;
  padding: 1.11em;
  border: 0.0625em solid #cbcbcb;
  border-radius: 0.375em;
  margin: 0.9375em 0;
  box-sizing: border-box;
  height: auto;
}
.contact-us-section .contact-us-form form .row .name input:focus {
  box-shadow: none;
}
.contact-us-section .contact-us-form form .row .name #name-error,
.contact-us-section .contact-us-form form .row .name #contact_email-error {
  content: '';
  position: absolute;
  right: 1em;
  top: 4em;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
}
@media (max-width: 2560px) {
  .contact-us-section .contact-us-form form .row .name {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .contact-us-section .contact-us-form form .row .name {
    width: 100%;
  }
}
.contact-us-section .contact-us-form form .row .phone {
  width: 100%;
  position: relative;
}
.contact-us-section .contact-us-form form .row .phone label {
  font-size: 1em;
  color: #626262;
}
.contact-us-section .contact-us-form form .row .phone label span {
  color: #ff0000;
}
.contact-us-section .contact-us-form form .row .phone input {
  width: 100%;
  padding: 1.11em;
  border: 0.0625em solid #cbcbcb;
  border-radius: 0.375em;
  margin: 0.9375em 0;
  box-sizing: border-box;
  height: auto;
}
.contact-us-section .contact-us-form form .row .phone input:focus {
  box-shadow: none;
}
.contact-us-section .contact-us-form form .row .phone textarea {
  width: 100%;
  margin: 0.9375em 0;
  padding: 0.875em;
  border: 0.0625em solid #cbcbcb;
  border-radius: 0.375em;
  box-sizing: border-box;
  height: 6.25em;
}
.contact-us-section .contact-us-form form .row .phone textarea:focus {
  box-shadow: none;
}
.contact-us-section .contact-us-form form .row .phone #comment-error {
  content: '';
  position: absolute;
  right: 1em;
  top: 4em;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
}
.contact-us-section .contact-us-form form .row .captcha .container {
  margin: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .contact-us-section .contact-us-form form .row {
    display: block;
  }
}
.contact-us-section .contact-us-form form .register-btn {
  text-align: center;
}
.contact-us-section .contact-us-form form .register-btn button {
  background-color: #071689;
  border: none;
  padding: 0.8em 1.75em;
  margin: 0;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact-us-section .contact-us-form form .register-btn button:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact-us-section .contact-us-form form .register-btn button span {
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .contact-us-section .contact-us-form form .register-btn {
    width: 100%;
    text-align: left;
  }
  .contact-us-section .contact-us-form form .register-btn button {
    width: fit-content;
  }
}
@media (max-width: 1024px) {
  .contact-us-section .contact-us-form {
    padding: 0;
  }
}
@media (max-width: 820px) {
  .contact-us-section {
    padding: 1.5em 0;
  }
}
.address-section {
  padding: 4.375em 0;
  background-color: #f5f5f5;
  display: block !important;
}
.address-section .address-wrapper-box {
  max-width: 91.88em;
  margin: 0 auto 1.5em auto;
}
.address-section .address-wrapper-box .address-details-box {
  background-color: #ffffff;
  justify-content: center !important;
}
.address-section .address-wrapper-box .address-details-box h2 {
  font-size: 1.75em;
  color: #071689;
  position: relative;
  padding-left: 1.8em;
  font-weight: 700;
  margin: 0 0 1em 0;
}
.address-section .address-wrapper-box .address-details-box h2::before {
  content: '';
  position: absolute;
  width: 3em;
  height: 0.20em;
  background-color: #071689;
  left: 1.8em;
  bottom: -0.60em;
  border-radius: 0.625em;
}
.address-section .address-wrapper-box .address-details-box p {
  font-size: 1.125em;
  color: #303030;
  line-height: 1.75em;
  font-weight: 600;
  margin: 0;
  padding-left: 2.5em;
  display: block;
}
.address-section .address-wrapper-box .address-details-box .phonenumber {
  padding-left: 2.8125em;
}
.address-section .address-wrapper-box .address-details-box .phonenumber a {
  display: flex;
  align-items: center;
  color: #303030;
  font-size: 1.125em;
  text-decoration: none;
  gap: 0.5em;
}
.address-section .address-wrapper-box .address-details-box .phonenumber a p {
  font-size: 1.125em;
  color: #071689;
  line-height: 1.75em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.address-section .address-wrapper-box .address-details-box .phonenumber a p:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.address-section .address-wrapper-box .address-details-box .email {
  padding-left: 2.81em;
}
.address-section .address-wrapper-box .address-details-box .email a {
  display: flex;
  align-items: center;
  color: #303030;
  font-size: 1.125em;
  text-decoration: none;
  gap: 0.5em;
}
.address-section .address-wrapper-box .address-details-box .email a p {
  font-size: 1.125em;
  color: #071689;
  line-height: 1.75em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.address-section .address-wrapper-box .address-details-box .email a p:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1024px) {
  .address-section .address-wrapper-box .address-details-box h2 {
    padding: 0 0.7em;
  }
  .address-section .address-wrapper-box .address-details-box h2::before {
    left: 0.7em;
  }
  .address-section .address-wrapper-box .address-details-box p {
    padding: 0 1.25em;
  }
  .address-section .address-wrapper-box .address-details-box .phonenumber {
    padding: 0 1.25em;
  }
  .address-section .address-wrapper-box .address-details-box .email {
    padding: 0 1.25em;
  }
}
@media (max-width: 820px) {
  .address-section .address-wrapper-box .address-details-box .email a {
    display: block;
  }
}
@media (max-width: 768px) {
  .address-section .address-wrapper-box .address-details-box {
    padding: 1.5em 0;
    order: 2;
  }
  .address-section .address-wrapper-box .address-details-box .email a {
    display: flex;
  }
}
@media (max-width: 525px) {
  .address-section .address-wrapper-box .address-details-box .email a {
    display: block;
  }
}
.address-section .address-wrapper-box .map-link-box {
  width: 50%;
  height: auto;
}
.address-section .address-wrapper-box .map-link-box iframe {
  width: 100%;
  min-height: 20em;
  border: none;
  display: block;
}
@media (max-width: 1440px) {
  .address-section .address-wrapper-box {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .address-section .address-wrapper-box {
    max-width: 95%;
  }
}
@media (max-width: 820px) {
  .address-section {
    padding: 1.5em 0;
  }
}
.downloads-accordion-section {
  padding: 2.5em 0;
}
.downloads-accordion-section button.accordion {
  width: 100%;
  background-color: #071689;
  border: none;
  outline: none;
  text-align: left;
  padding: 1.25em 2.625em;
  font-size: 1.125em;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
}
.downloads-accordion-section h2 {
  font-size: 1.875em;
  font-weight: 700;
  color: #626262;
  margin: 1.5em 0 1em 0;
}
.downloads-accordion-section button.accordion.is-open {
  background: #348532;
}
.downloads-accordion-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  margin-bottom: 1.125em;
}
.downloads-accordion-section .accordion-content .accordion-content-deatil {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 2.25em;
  border: 0.0625em solid #c0c0c0;
}
.downloads-accordion-section .accordion-content .accordion-content-deatil .pdf-btn {
  display: flex;
  align-items: center;
  font-size: 1.125em;
  font-weight: 400;
  color: #626262;
  text-decoration: none;
}
.downloads-accordion-section .accordion-content .accordion-content-deatil .pdf-btn img {
  width: auto;
  margin-right: 0.8125em;
}
.downloads-accordion-section .accordion-content .accordion-content-deatil p {
  margin-bottom: 0;
  font-weight: 400;
  color: #626262;
}
@media (max-width: 820px) {
  .downloads-accordion-section {
    padding: 1.5em 0;
  }
}
@media (max-width: 768px) {
  .downloads-accordion-section button.accordion {
    line-height: normal;
  }
}
.bim-technology-wrapper-section {
  padding: 2.5em 0;
}
.bim-technology-wrapper-section .pera-with-img {
  display: block;
  margin-bottom: 1.75em;
}
.bim-technology-wrapper-section .pera-with-img .pera-wrapper-left {
  background-color: #f5f5f5;
  width: 50%;
  padding: 1.875em 0;
}
.bim-technology-wrapper-section .pera-with-img .pera-wrapper-left p {
  font-size: 1.1em;
  color: #717171;
  line-height: 1.6em;
  font-weight: 400;
  margin-bottom: 0.6em;
  padding: 0 4.0625em;
}
.bim-technology-wrapper-section .pera-with-img .pera-wrapper-left h4 {
  font-size: 1.1em;
  color: #626262;
  margin-bottom: 1.125em;
  padding: 0 4.0625em;
}
@media (max-width: 1024px) {
  .bim-technology-wrapper-section .pera-with-img .pera-wrapper-left p,
  .bim-technology-wrapper-section .pera-with-img .pera-wrapper-left h4 {
    padding: 0 1.25em;
  }
}
.bim-technology-wrapper-section .pera-with-img .pera-wrapper-right {
  width: 50%;
}
.bim-technology-wrapper-section .pera-with-img .pera-wrapper-right figure {
  width: 100%;
  height: 100%;
}
.bim-technology-wrapper-section .pera-with-img .pera-wrapper-right figure img {
  width: 100%;
  height: 100% !important;
}
.bim-technology-wrapper-section p {
  font-size: 1.1em;
  color: #717171;
  line-height: 1.6em;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 820px) {
  .bim-technology-wrapper-section .pagebuilder-column-line {
    display: block !important;
  }
  .bim-technology-wrapper-section .pagebuilder-column-line .pera-wrapper-left {
    width: 100% !important;
  }
  .bim-technology-wrapper-section .pagebuilder-column-line .pera-wrapper-right {
    width: 100% !important;
  }
}
.bim-technology-wrapper-two-section {
  padding: 2.5em 0;
}
.bim-technology-wrapper-two-section .pera-with-img {
  display: flex;
  margin-bottom: 1.75em;
}
.bim-technology-wrapper-two-section .pera-with-img .pera-wrapper-left {
  background-image: url(../images/bim-technology-left-img.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 50% !important;
}
.bim-technology-wrapper-two-section .pera-with-img .pera-wrapper-right {
  background-color: #f5f5f5;
  width: 50%;
  padding: 1.0625em 0;
}
.bim-technology-wrapper-two-section .pera-with-img .pera-wrapper-right p {
  font-size: 1.1em;
  color: #717171;
  line-height: 1.6em;
  font-weight: 400;
  margin-bottom: 1.375em;
  padding: 0 4.0625em;
}
@media (max-width: 1024px) {
  .bim-technology-wrapper-two-section .pera-with-img .pera-wrapper-right p {
    padding: 0 1.25em;
  }
}
.bim-technology-wrapper-two-section p {
  font-size: 1.1em;
  color: #717171;
  line-height: 1.6em;
  font-weight: 400;
  margin-bottom: 1.375em;
}
@media (max-width: 820px) {
  .bim-technology-wrapper-two-section .pagebuilder-column-line {
    display: block !important;
  }
  .bim-technology-wrapper-two-section .pagebuilder-column-line .pera-wrapper-left {
    width: 100% !important;
    height: 285px;
  }
  .bim-technology-wrapper-two-section .pagebuilder-column-line .pera-wrapper-right {
    width: 100% !important;
  }
}
@media (max-width: 820px) {
  .bim-technology-wrapper-section,
  .bim-technology-wrapper-two-section {
    padding: 1.5em 0;
  }
}
.credit-application-wrapper-section {
  padding: 2.5em 0;
}
.credit-application-wrapper-section h3 {
  font-weight: bold;
  font-size: 1.875em;
  color: #000000;
  text-align: center;
  margin-bottom: 1em;
}
.credit-application-wrapper-section progress {
  background: #c0c0c0;
  border-radius: 1.75em;
  height: 1.5em;
  margin: 0 0 1em 0;
  position: relative;
  top: 0;
  text-align: center;
  display: block;
  place-content: center;
  z-index: 1;
}
.credit-application-wrapper-section progress::-webkit-progress-bar {
  background: transparent;
}
.credit-application-wrapper-section progress::-webkit-progress-value {
  border-radius: 1.75em;
  background: #348532;
}
.credit-application-wrapper-section .pera-wrapper {
  display: flex;
}
.credit-application-wrapper-section .pera-wrapper .pera-wrapper-left {
  width: 50%;
}
.credit-application-wrapper-section .pera-wrapper .pera-wrapper-left h4 {
  font-weight: 700;
  font-size: 1.875em;
  color: #000000;
  margin-bottom: 1em;
}
.credit-application-wrapper-section .pera-wrapper .pera-wrapper-left p {
  font-size: 1.1em;
  color: #626262;
  line-height: 1.75em;
  font-weight: 400;
  margin-bottom: 1.375em;
}
.credit-application-wrapper-section .pera-wrapper .pera-wrapper-left ul {
  padding: 0;
  list-style-type: none;
}
.credit-application-wrapper-section .pera-wrapper .pera-wrapper-left ul li {
  color: #071689;
  font-size: 1.1em;
  font-weight: 700;
  position: relative;
  margin: 0 0 1.5em 1.93em;
}
.credit-application-wrapper-section .pera-wrapper .pera-wrapper-left ul li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 1.3125em;
  height: 1.3125em;
  background-repeat: no-repeat;
  margin-right: 0.625em;
  left: -1.875em;
  top: 0;
}
@media (max-width: 991px) {
  .credit-application-wrapper-section .pera-wrapper .pera-wrapper-left {
    width: 100%;
  }
}
.credit-application-wrapper-section .pera-wrapper .pera-wrapper-right {
  width: 50%;
}
.credit-application-wrapper-section .pera-wrapper .pera-wrapper-right p {
  font-size: 1.1em;
  color: #626262;
  line-height: 1.75em;
  font-weight: 400;
  margin-bottom: 1.375em;
}
@media (max-width: 991px) {
  .credit-application-wrapper-section .pera-wrapper .pera-wrapper-right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .credit-application-wrapper-section .pera-wrapper {
    display: block;
  }
}
@media (max-width: 820px) {
  .credit-application-wrapper-section {
    padding: 1.5em 0;
  }
  .credit-application-wrapper-section .pera-wrapper {
    display: block;
  }
  .credit-application-wrapper-section .pera-wrapper .pera-wrapper-left {
    width: 100%;
  }
  .credit-application-wrapper-section .pera-wrapper .pera-wrapper-right {
    width: 100%;
  }
}
.credit-application-form-section {
  padding: 2.5em 0;
}
.credit-application-form-section button.accordion {
  width: 100%;
  background-color: #071689;
  outline: none;
  text-align: left;
  padding: 1.25em 2.625em;
  font-size: 1.125em;
  color: #ffffff;
  cursor: pointer;
  border: none;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  line-height: normal;
}
.credit-application-form-section button.accordion::after {
  content: "";
  background-image: url(../images/pluse-icon.jpg);
  width: 1.17em;
  height: 1.17em;
  float: right;
  transition: all 0.3s ease-in-out;
  background-size: 26px;
  background-repeat: no-repeat;
}
.credit-application-form-section button.accordion strong {
  font-weight: 600;
}
@media (max-width: 1920px) {
  .credit-application-form-section button.accordion::after {
    width: 1.25em;
    height: 1.25em;
    background-size: 23px;
  }
}
@media (max-width: 1440px) {
  .credit-application-form-section button.accordion::after {
    background-size: 20px;
  }
}
@media (max-width: 991px) {
  .credit-application-form-section button.accordion {
    padding: 0.6em;
  }
}
.credit-application-form-section button.accordion.is-open::after {
  background-image: url(../images/equal-icon.jpg);
  width: 1.17em;
  height: 1.17em;
  float: right;
  transition: all 0.3s ease-in-out;
  background-size: 26px;
  background-repeat: no-repeat;
}
@media (max-width: 1920px) {
  .credit-application-form-section button.accordion.is-open::after {
    width: 1.25em;
    height: 1.25em;
    background-size: 23px;
  }
}
@media (max-width: 1440px) {
  .credit-application-form-section button.accordion.is-open::after {
    background-size: 20px;
  }
}
.credit-application-form-section .yes_acording input#upload-photo2 {
  opacity: 0;
}
.credit-application-form-section .no_according_show input#upload-photo3 {
  opacity: 0;
  position: absolute;
  width: auto;
  z-index: -1;
}
.credit-application-form-section .no_according_show .proprietor-2 input {
  margin: 0.9375em 0 3em 0 !important;
}
.credit-application-form-section .no_according_show .proprietor-2 textarea {
  margin: 0.9375em 0 3em 0 !important;
}
.credit-application-form-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  margin: 1.125em 0;
}
.credit-application-form-section .accordion-content .trading-box {
  position: relative;
}
.credit-application-form-section .accordion-content .trading-box label {
  font-size: 1.1em;
  color: #626262;
}
.credit-application-form-section .accordion-content .trading-box label span {
  color: #ff0000;
}
.credit-application-form-section .accordion-content .trading-box input {
  width: 100%;
  padding: 1.11em 1em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  margin: 0.9375em 0;
  height: auto;
  box-sizing: border-box;
}
.credit-application-form-section .accordion-content .trading-box input:focus {
  box-shadow: none;
}
.credit-application-form-section .accordion-content .trading-box #full_trading_title-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
  top: 4em;
  right: 1em;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper {
  display: flex;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side {
  width: 50%;
  padding: 0 1.5em 0 0;
  position: relative;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side label {
  font-size: 1.1em;
  color: #626262;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side label .mandatory-icon {
  color: #ff0000;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side input {
  width: 100%;
  padding: 1.11em 1em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  margin: 0.9375em 0;
  height: auto;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side input:focus {
  box-shadow: none;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side textarea {
  width: 100%;
  padding: 1.11em 1em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  margin: 0.9375em 0;
  height: auto;
  position: relative;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side textarea:focus {
  box-shadow: none;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side p {
  font-size: 1.1em;
  color: #6a6a6a;
  margin: 1.125em 0;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .radio-btn-wrapper {
  display: flex;
  gap: 1.125em;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .radio-btn-wrapper .radio-btn {
  display: flex;
  align-items: center;
  gap: 0.875em;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .radio-btn-wrapper .radio-btn input[type="radio"] {
  width: 1.5em;
  height: 1.5em;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .radio-btn-wrapper .radio-btn input[type='radio']:after {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #071689;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 0.3em solid #071689;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .radio-btn-wrapper .radio-btn input[type='radio']:checked:after {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 0.3em solid #071689;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .total_credit_limit_required {
  position: relative;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .total_credit_limit_required #total_credit_limit_required {
  padding-left: 2.5em;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .total_credit_limit_required .pound-sign {
  position: absolute;
  top: 2.55em;
  left: 1.25em;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .total_credit_limit_required #total_credit_limit_required-error {
  content: '';
  position: absolute;
  right: 1em;
  top: 4em;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .checkbox {
  position: relative;
  padding: 1em 0 0 1.3em;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .checkbox label {
  font-size: 1.1em;
  color: #626262;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .checkbox label .mandatory-icon {
  color: #ff0000;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .checkbox input {
  margin: 5px 0;
  position: absolute;
  left: 0;
  top: 1.7em;
  width: 1.5em;
  height: 1.5em;
  outline: none !important;
}
@media (max-width: 1920px) {
  .credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .checkbox input {
    top: 1em;
  }
}
@media (max-width: 1440px) {
  .credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .checkbox input {
    top: 0.9em;
    width: 1.2em;
    left: 0;
    top: 1.7em;
    width: 1.5em;
    height: 1.5em;
  }
}
@media (max-width: 1440px) and (max-width: 1920px) {
  .credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .checkbox input {
    top: 1em;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .checkbox input {
    top: 0.9em;
    width: 1.2em;
    height: 1.2em;
  }
}
@media (max-width: 991px) {
  .credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .checkbox {
    width: 100%;
  }
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field {
  position: relative;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #invoice_address-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #invoice_address2-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #invoice_town-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #invoice_country_code-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #invoice_postcode-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #account_pay_tel_no-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #account_payable_email-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #broker_name-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #bankers_address2-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #account_no-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #nature_of_bussiness-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #company_registration_no-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #vat_reg_no_limited_company-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #name_of_directors_2-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #yes_c_company_name_reference_name_1-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #yes_c_reference_name_1-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #yes_c_e_mail_Address1-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #yes_c_telephone_no_1-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #signature_name-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #on_behalf_of-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #no_fullname_of_proprietor_if_different_from_above-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #vat_reg_no_nolimited_company-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #no_c_reference_name_1-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #no_c_company_name_reference_name_1-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #no_c_e_mail_Address1-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #no_c_telephone_no_1-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #no_thirdstep_signature_name-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side .form-field #no_thirdstep_signature_on_behalf_of-error {
  position: absolute;
  right: 1em;
  top: 4em;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
}
@media (max-width: 991px) {
  .credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side {
    width: 100%;
  }
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side {
  width: 50%;
  padding: 0 4px 0 0;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side label {
  font-size: 1.1em;
  color: #626262;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side label .mandatory-icon {
  color: #ff0000;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side input {
  width: 100%;
  padding: 1.11em 1em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  margin: 0.9375em 0;
  height: auto;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side input:focus {
  box-shadow: none;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side textarea {
  width: 100%;
  padding: 1.11em 1em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  margin: 0.9375em 0;
  height: auto;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side textarea:focus {
  box-shadow: none;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-statements-wrapper {
  margin: 1em 0;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-statements-wrapper select {
  padding: 1.11em 2.125em 1.11em 0.75em;
  width: 25%;
  height: auto !important;
  border-radius: 0.375em;
  box-sizing: border-box;
  margin: 0;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-statements-wrapper select:focus {
  box-shadow: none;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-date-wrapper {
  margin: 0.3em 0;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-date-wrapper select {
  padding: 1.11em 2.125em 1.11em 0.75em;
  margin: 0.5em 0;
  height: auto;
  border-radius: 0.375em;
  width: 33%;
  line-height: normal;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-date-wrapper select:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-date-wrapper select {
    width: 100%;
  }
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-date-wrapper #Inc_DOBDay-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-date-wrapper #Inc_DOBMonth-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-date-wrapper #Inc_DOBYear-error {
  display: none !important;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-invoice-wrapper {
  margin: 2.2em 0 2.8em 0;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-invoice-wrapper select {
  padding: 1.11em 2.125em 1.11em 0.75em;
  width: 25%;
  height: auto !important;
  border-radius: 0.375em;
  margin: 0;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .select-invoice-wrapper select:focus {
  box-shadow: none;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side label.upload {
  color: #ffffff;
  background-color: #071689;
  border: none;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.5em 1.75em;
  cursor: pointer;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side input#upload-photo {
  opacity: 0;
  z-index: -1;
  position: absolute;
  width: auto;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .preview_files {
  display: flex;
  align-items: center;
  float: right;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .preview_files h2 {
  margin: 0;
  font-size: 1em;
  color: #000000;
  line-height: normal;
  font-weight: 400;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .preview_files .preview-files-close {
  color: #ffffff;
  background: #071689;
  margin-left: 1em;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field {
  position: relative;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #statement_name-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #bankers_address-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #bankers_town-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #bankers_postcode-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #short_code-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #how_long_establishment-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #email_for_statement-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #email_for_invoices-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #yes_c_company_name_reference_name_2-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #yes_c_reference_name_2-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #yes_c_e_mail_Address2-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #yes_c_telephone_no_2-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #signature_title-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #no_c_reference_name_2-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #no_c_company_name_reference_name_2-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #no_c_e_mail_Address2-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #no_c_telephone_no_2-error,
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #no_thirdstep_signature_title-error {
  content: '';
  position: absolute;
  right: 1em;
  top: 4em;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side .form-field #upload-photo-error {
  content: '';
  position: absolute;
  right: 1em;
  top: 0em;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
}
@media (max-width: 991px) {
  .credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .credit-application-form-section .accordion-content .accordion-form-wrapper {
    display: block;
  }
}
.credit-application-form-section .accordion-content table {
  border-collapse: collapse;
  margin-top: 1.125em;
}
.credit-application-form-section .accordion-content table tr th {
  font-size: 1.1em;
  font-weight: 700;
  padding: 1.375em 0;
  border: 0.0625em solid #c0c0c0;
}
.credit-application-form-section .accordion-content table tr td {
  font-size: 1.1em;
  padding: 1.375em 3.75em;
  border: 0.0625em solid #c0c0c0;
  text-align: center;
}
.credit-application-form-section .accordion-content table tr:nth-child(even) {
  background-color: #f3f3f3;
}
.credit-application-form-section .accordion-content .checkbox-wrapper {
  margin: 0.875em 0;
}
.credit-application-form-section .accordion-content .checkbox-wrapper .checkbox {
  position: relative;
  padding: 1em 0 0 1.3em;
}
.credit-application-form-section .accordion-content .checkbox-wrapper .checkbox label {
  font-size: 1.1em;
  color: #626262;
  margin-left: 8px;
}
.credit-application-form-section .accordion-content .checkbox-wrapper .checkbox label .mandatory-icon {
  color: #ff0000;
}
.credit-application-form-section .accordion-content .checkbox-wrapper .checkbox input {
  margin: 5px 0;
  position: absolute;
  left: 0;
  top: 1.7em;
  width: 1.5em;
  height: 1.5em;
}
.credit-application-form-section .accordion-content .checkbox-wrapper .checkbox input:focus {
  box-shadow: none;
}
.credit-application-form-section .accordion-content .checkbox-wrapper .checkbox input:checked {
  background-color: #348532;
}
@media (max-width: 1920px) {
  .credit-application-form-section .accordion-content .checkbox-wrapper .checkbox input {
    top: 1em;
  }
}
@media (max-width: 1440px) {
  .credit-application-form-section .accordion-content .checkbox-wrapper .checkbox input {
    top: 0.9em;
    width: 1.2em;
    left: 0;
    top: 1.7em;
    width: 1.5em;
    height: 1.5em;
  }
  .credit-application-form-section .accordion-content .checkbox-wrapper .checkbox input:focus {
    box-shadow: none;
  }
}
@media (max-width: 1440px) and (max-width: 1920px) {
  .credit-application-form-section .accordion-content .checkbox-wrapper .checkbox input {
    top: 1em;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  .credit-application-form-section .accordion-content .checkbox-wrapper .checkbox input {
    top: 0.9em;
    width: 1.2em;
    height: 1.2em;
  }
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side select {
  padding: 1.11em 2.125em 1.11em 0.75em;
  margin: 0.5em 0;
  height: auto;
  border-radius: 0.375em;
  width: 33%;
  box-sizing: border-box;
  line-height: normal;
}
.credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side select:focus {
  box-shadow: none;
}
.credit-application-form-section h3 {
  font-weight: 700;
  font-size: 1.875em;
  color: #071689;
  margin: 1.1875em 0;
  text-align: center;
}
.credit-application-form-section .Proprietor-title {
  font-weight: 700;
  font-size: 1.875em;
  color: #071689;
  margin: 1em 0;
  text-align: center;
}
.credit-application-form-section p {
  color: #000000;
  font-size: 1.1em;
  line-height: 1.75em;
  margin: 1.125em 0;
}
.credit-application-form-section p .mandatory-icon {
  color: #ff0000;
}
.credit-application-form-section .checkbox {
  position: relative;
  padding: 1em 0 0 1.3em;
}
.credit-application-form-section .checkbox input {
  margin: 5px 0;
  position: absolute;
  left: 0;
  top: 1.7em;
  width: 1.5em;
  height: 1.5em;
  outline: none !important;
}
.credit-application-form-section .submit-btn {
  text-align: center;
  margin-top: 1.125em;
}
.credit-application-form-section .submit-btn button {
  background-color: #071689;
  border: none;
  padding: 0.8em 1.75em;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.credit-application-form-section .submit-btn button:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.credit-application-form-section .submit-btn button span {
  font-size: 1em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.credit-application-form-section .mage-error {
  margin: 0;
  color: #ff0000;
}
.credit-application-form-section .select-date-wrapper-last select {
  padding: 1.11em 2.125em 1.11em 0.75em;
  margin: 0.5em 0;
  height: auto;
  border-radius: 0.375em;
  width: 33%;
  line-height: normal;
}
.credit-application-form-section .select-date-wrapper-last select:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .credit-application-form-section .select-date-wrapper-last select {
    width: 100%;
  }
}
.credit-application-form-section .select-date-wrapper-last #Sign_DOBDay-error,
.credit-application-form-section .select-date-wrapper-last #Sign_DOBMonth-error,
.credit-application-form-section .select-date-wrapper-last #Sign_DOBYear-error,
.credit-application-form-section .select-date-wrapper-last #Nothird_DOBDay-error,
.credit-application-form-section .select-date-wrapper-last #Nothird_DOBMonth-error,
.credit-application-form-section .select-date-wrapper-last #Nothird_DOBYear-error {
  display: none !important;
}
.credit-application-form-section .upload-btn-2 .upload {
  margin-top: 1em;
  display: inline-block;
}
.credit-application-form-section .upload-btn-2 input {
  display: none;
}
.credit-application-form-section .upload-btn-2 #fileList2 {
  margin-top: 1em;
}
@media (max-width: 820px) {
  .credit-application-form-section {
    padding: 1.5em 0;
  }
  .credit-application-form-section .accordion-content .accordion-form-wrapper {
    display: block;
  }
  .credit-application-form-section .accordion-content .accordion-form-wrapper .form-left-side {
    width: 100%;
    padding: 0;
  }
  .credit-application-form-section .accordion-content .accordion-form-wrapper .form-right-side {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .credit-application-form-section {
    padding: 0 0 2.5em 0;
  }
}
#loadingmessage {
  text-align: center;
  padding-top: 1em;
}
@media (max-width: 1280px) {
  .overflow progress {
    z-index: -1;
  }
}
.categories-wrapper-section {
  padding: 2.5em 0;
  display: block !important;
}
.categories-wrapper-section .pera-with-img {
  margin-bottom: 3.75em;
}
.categories-wrapper-section .pera-with-img .categories-left-img {
  width: 33% !important;
  top: 0;
  left: 0;
  position: relative;
  display: inline-block;
}
.categories-wrapper-section .pera-with-img .categories-left-img::after {
  content: "";
  position: absolute;
  top: 5em;
  left: -2.3em;
  width: 30em;
  height: 23.4375em;
  background-color: #f1f1f1;
  border-radius: 0.375em;
  z-index: -11;
}
@media (max-width: 1680px) {
  .categories-wrapper-section .pera-with-img .categories-left-img::after {
    top: 3em;
  }
}
@media (max-width: 1440px) {
  .categories-wrapper-section .pera-with-img .categories-left-img::after {
    top: 4em;
    left: -1.5em;
  }
}
@media (max-width: 1366px) {
  .categories-wrapper-section .pera-with-img .categories-left-img::after {
    top: 4.5em;
  }
}
@media (max-width: 1280px) {
  .categories-wrapper-section .pera-with-img .categories-left-img::after {
    top: 3.5em;
    width: 24em;
    height: 20em;
  }
}
@media (max-width: 1024px) {
  .categories-wrapper-section .pera-with-img .categories-left-img::after {
    display: none;
  }
}
.categories-wrapper-section .pera-with-img .categories-left-img img {
  width: 100%;
  height: 100%;
}
.categories-wrapper-section .pera-with-img .pera-wrapper-right {
  width: 66% !important;
}
.categories-wrapper-section .pera-with-img .pera-wrapper-right .pera-wrapper p {
  font-size: 1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.375em;
  padding: 0 0 0 2.1875em;
}
.categories-wrapper-section h4 {
  font-weight: 700;
  font-size: 1.875em;
  color: #071689;
  margin: 1.25em 0;
}
.categories-wrapper-section p {
  font-size: 1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.375em;
}
.categories-wrapper-section p a {
  text-decoration: none;
  color: #348532;
}
.categories-wrapper-section ul {
  padding-left: 0;
}
.categories-wrapper-section ul li {
  color: #071689;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  margin: 1.5em 0 0 1.9em;
  list-style-type: none;
}
.categories-wrapper-section ul li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: contain;
  left: -2em;
  top: 0;
}
@media (max-width: 1024px) {
  .categories-wrapper-section {
    padding-bottom: 0;
  }
  .categories-wrapper-section .pera-with-img {
    margin: 0;
  }
  .categories-wrapper-section .pera-with-img .pagebuilder-column-line {
    display: block !important;
  }
  .categories-wrapper-section .pera-with-img .categories-left-img {
    width: 50% !important;
  }
  .categories-wrapper-section .pera-with-img .pera-wrapper-right {
    width: 100% !important;
  }
  .categories-wrapper-section .pera-with-img .pera-wrapper-right .pera-wrapper p {
    padding: 0;
    margin: 0;
  }
  .categories-wrapper-section h4 {
    margin: 0.5em 0;
  }
}
@media (max-width: 820px) {
  .categories-wrapper-section {
    padding: 1.5em 0;
  }
}
@media (max-width: 768px) {
  .categories-wrapper-section .pera-with-img .categories-left-img {
    width: 100% !important;
  }
}
.diaphragm-wall-section {
  padding: 2.5em 0;
}
.diaphragm-wall-section .pera-with-img {
  display: block;
}
.diaphragm-wall-section .pera-with-img .pera-wrapper-left {
  background-color: #f5f5f5;
  width: 50%;
  padding: 4.25em 3.87em;
  display: block !important;
}
.diaphragm-wall-section .pera-with-img .pera-wrapper-left p {
  font-size: 1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.37em;
}
.diaphragm-wall-section .pera-with-img .pera-wrapper-left h4 {
  font-size: 1.75em;
  color: #071689;
  margin-bottom: 1.12em;
}
.diaphragm-wall-section .pera-with-img .pera-wrapper-left ul {
  padding-left: 0;
}
.diaphragm-wall-section .pera-with-img .pera-wrapper-left ul li {
  color: #071689;
  font-size: 1.1em;
  font-weight: 700;
  position: relative;
  margin: 0 0 1.5em 2em;
  list-style-type: none;
}
.diaphragm-wall-section .pera-with-img .pera-wrapper-left ul li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: contain;
  left: -2em;
  top: 0;
}
@media (max-width: 1280px) {
  .diaphragm-wall-section .pera-with-img .pera-wrapper-left {
    align-content: center;
  }
}
@media (max-width: 1024px) {
  .diaphragm-wall-section .pera-with-img .pera-wrapper-left {
    padding: 1.25em;
  }
  .diaphragm-wall-section .pera-with-img .pera-wrapper-left h4 {
    margin-bottom: 0;
  }
  .diaphragm-wall-section .pera-with-img .pera-wrapper-left ul li {
    margin: 0 0 1em 2em;
  }
}
.diaphragm-wall-section .pera-with-img .rebar-right-img {
  background-image: url(../images/DWALL_1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50%;
  display: block !important;
  align-self: flex-end !important;
}
.diaphragm-wall-pera-wrapper-section p {
  font-size: 1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.37em;
  text-align: justify;
}
.diaphragm-wall-pera-wrapper-section p a {
  color: #348532;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.diaphragm-wall-pera-wrapper-section p a:hover {
  color: #071689;
}
.category-diaphragm-wall-and-piling .downloads-section {
  display: none;
}
@media (max-width: 820px) {
  .diaphragm-wall-section {
    padding: 1.5em 0;
  }
}
.couplers-wrapper-section {
  padding: 2.5em 0;
  display: block;
}
.couplers-wrapper-section .pera-with-img {
  display: block !important;
}
.couplers-wrapper-section .pera-with-img .pera-wrapper-left {
  background-color: #f5f5f5;
  padding: 3.12em 3.56em;
}
.couplers-wrapper-section .pera-with-img .pera-wrapper-left h4 {
  font-size: 1.75em;
  color: #071689;
  margin-bottom: 1.12em;
}
.couplers-wrapper-section .pera-with-img .pera-wrapper-left p {
  font-size: 1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .couplers-wrapper-section .pera-with-img .pera-wrapper-left {
    padding: 1.30em;
  }
}
.couplers-wrapper-section .pera-with-img .couplerbox-right-img {
  background-image: url(../images/couplers.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
@media (max-width: 820px) {
  .couplers-wrapper-section .pera-with-img .pagebuilder-column-line {
    display: block !important;
  }
  .couplers-wrapper-section .pera-with-img .pagebuilder-column-line .pera-wrapper-left {
    width: 100% !important;
  }
  .couplers-wrapper-section .pera-with-img .pagebuilder-column-line .couplerbox-right-img {
    width: 100% !important;
    height: 350px;
  }
}
.one-line-content p {
  font-size: 1em;
  color: #717171;
  line-height: normal;
  font-weight: 400;
  margin: 1em 0;
  text-align: justify;
}
.one-line-content p a {
  color: #348532;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.one-line-content p a:hover {
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.category-couplers .downloads-section {
  display: none;
}
@media (max-width: 820px) {
  .couplers-wrapper-section {
    padding: 1.5em 0;
  }
}
.shear-rail-wrapper-section {
  padding: 2.5em 0;
  display: block !important;
}
.shear-rail-wrapper-section .pera-with-img {
  display: block !important;
}
.shear-rail-wrapper-section .pera-with-img .pera-wrapper-left {
  background-color: #f5f5f5;
  width: 50% !important;
  padding: 4.37em 0;
  display: block !important;
}
.shear-rail-wrapper-section .pera-with-img .pera-wrapper-left p {
  font-size: 1.1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.37em;
  padding: 0 4.06em;
  text-align: justify;
}
.shear-rail-wrapper-section .pera-with-img .shear-rail-right-img {
  background-image: url(../images/shear-rail-right-img.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 50% !important;
}
@media (max-width: 1024px) {
  .shear-rail-wrapper-section .pera-with-img .pera-wrapper-left {
    padding: 1em 0;
  }
  .shear-rail-wrapper-section .pera-with-img .pera-wrapper-left p {
    padding: 0 1em;
  }
}
@media (max-width: 820px) {
  .shear-rail-wrapper-section {
    padding: 1.5em 0;
  }
  .shear-rail-wrapper-section .pagebuilder-column-line {
    display: block !important;
  }
  .shear-rail-wrapper-section .pagebuilder-column-line .pera-wrapper-left {
    width: 100% !important;
  }
  .shear-rail-wrapper-section .pagebuilder-column-line .shear-rail-right-img {
    width: 100% !important;
    height: 540px;
  }
}
.shear-rail-pera-wrapper-section {
  padding: 0 0 2.5em 0;
}
.shear-rail-pera-wrapper-section p {
  font-size: 1.1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.37em;
  text-align: justify;
}
.shear-rail-pera-wrapper-section p a {
  color: #348532;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.shear-rail-pera-wrapper-section p a:hover {
  color: #071689;
}
@media (max-width: 820px) {
  .shear-rail-pera-wrapper-section {
    padding: 0 0 1.5em 0;
  }
}
.category-shear-rail .downloads-section {
  display: none;
}
.new-wall-wrapper-section {
  padding: 2.5em 0;
  display: block !important;
}
.new-wall-wrapper-section .pera-with-img {
  display: block !important;
  margin-bottom: 1.75em;
}
.new-wall-wrapper-section .pera-with-img .pera-wrapper-left {
  background-color: #f5f5f5;
  width: 50%;
  padding: 1.87em 0;
  display: block !important;
}
.new-wall-wrapper-section .pera-with-img .pera-wrapper-left p {
  font-size: 1.1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.37em;
  padding: 0 4.06em;
}
.new-wall-wrapper-section .pera-with-img .pera-wrapper-left h4 {
  font-size: 1.1em;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #626262;
  margin-bottom: 1.12em;
  padding: 0 4.06em;
}
.new-wall-wrapper-section .pera-with-img .new-wall-stability-right-img {
  background-image: url(../images/new-wall-right-img.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 50%;
  display: block !important;
}
@media (max-width: 1024px) {
  .new-wall-wrapper-section .pera-with-img .pera-wrapper-left {
    padding: 1.25em 0;
  }
  .new-wall-wrapper-section .pera-with-img .pera-wrapper-left p {
    padding: 0 1.25em;
  }
  .new-wall-wrapper-section .pera-with-img .pera-wrapper-left h4 {
    padding: 0 1.25em;
  }
}
@media (max-width: 768px) {
  .new-wall-wrapper-section .pera-with-img .new-wall-stability-right-img {
    height: 730px;
  }
}
.new-wall-wrapper-section p {
  font-size: 1.1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
}
@media (max-width: 820px) {
  .new-wall-wrapper-section {
    padding: 1.5em 0;
  }
}
.new-wall-contact-section {
  padding: 0 0 2.5em 0;
}
.new-wall-contact-section h3 {
  font-size: 1.87em;
  font-weight: 700;
  color: #071689;
}
.new-wall-contact-section p {
  color: #626262;
  font-size: 1em;
  margin-top: 1.12em;
}
.new-wall-contact-section p strong {
  font-size: 1.1em;
  color: #626262;
}
.new-wall-contact-section p a {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.new-wall-contact-section p a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 820px) {
  .new-wall-contact-section {
    padding: 0 0 1.5em 0;
  }
}
.category-new-wall-stability-system .column.main {
  width: 100% !important;
  min-height: inherit;
}
.category-new-wall-stability-system .downloads-section {
  display: none;
}
.couplerbox-wrapper-section {
  padding: 2.5em 0;
}
.couplerbox-wrapper-section p {
  font-size: 1.1em;
  color: #626262;
}
.couplerbox-wrapper-section .pera-with-img {
  display: block !important;
}
.couplerbox-wrapper-section .pera-wrapper-left {
  background-color: #f5f5f5;
  width: 50%;
  padding: 3.12em 0;
  display: block;
}
.couplerbox-wrapper-section .pera-wrapper-left p {
  font-size: 1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  padding: 0 3.56em;
}
@media (max-width: 1024px) {
  .couplerbox-wrapper-section .pera-wrapper-left {
    padding: 1.25em 0;
  }
  .couplerbox-wrapper-section .pera-wrapper-left p {
    padding: 0 1.25em;
  }
}
.couplerbox-wrapper-section .coupler-box-right-img {
  background-image: url(../images/coupler-box-right-img.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 50%;
}
.couplerbox-wrapper-section .coupler-box-left-img {
  background-image: url(../images/coupler-box-left-img.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 50%;
}
.couplerbox-wrapper-section .pera-wrapper-right {
  background-color: #f5f5f5;
  width: 50%;
  padding: 5.93em 0;
}
.couplerbox-wrapper-section .pera-wrapper-right p {
  font-size: 1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 2.25em;
  padding: 0 3.56em;
}
.couplerbox-wrapper-section .pera-wrapper-right h3 {
  font-size: 2em;
  font-weight: 700;
  color: #071689;
  margin-bottom: 1.37em;
  padding: 0 2em;
}
@media (max-width: 1024px) {
  .couplerbox-wrapper-section .pera-wrapper-right {
    padding: 1.25em 0;
  }
  .couplerbox-wrapper-section .pera-wrapper-right p {
    padding: 0 1.25em;
  }
  .couplerbox-wrapper-section .pera-wrapper-right h3 {
    padding: 0 0.7em;
  }
}
.couplerbox-wrapper-section ul {
  padding: 0 3.56em;
  list-style-type: none;
}
.couplerbox-wrapper-section ul li {
  color: #071689;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  margin: 0 0 1.5em 2em;
}
.couplerbox-wrapper-section ul li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: -2em;
  top: 0;
}
@media (max-width: 820px) {
  .couplerbox-wrapper-section ul {
    padding: 0 1.25em;
  }
}
@media (max-width: 768px) {
  .couplerbox-wrapper-section .coupler-box-right-img {
    height: 255px;
  }
  .couplerbox-wrapper-section .coupler-box-left-img {
    height: 250px;
  }
  .couplerbox-wrapper-section .pera-wrapper-right h3 {
    margin-bottom: 0.5em;
  }
}
.couplerbox-pera-wrapper-section p {
  font-size: 1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.37em;
  text-align: justify;
}
.couplerbox-pera-wrapper-section p a {
  color: #348532;
  font-weight: bold;
  text-decoration: none;
}
.mt-42 {
  margin-top: 2.62em;
}
.benefits-and-advantages-section {
  padding: 2.5em 0;
}
.benefits-and-advantages-section h3 {
  font-size: 1.87em;
  font-weight: 700;
  color: #071689;
  margin-bottom: 1.5em;
}
.benefits-and-advantages-section table {
  border-collapse: collapse;
}
.benefits-and-advantages-section table tr th {
  font-size: 1em;
  font-weight: 700;
  padding: 1.37em 0;
  background: #071689;
  color: #ffffff;
}
.benefits-and-advantages-section table tr td {
  font-size: 1em;
  font-weight: 400;
  padding: 1em 2.5em;
  border: 0.06em solid #c0c0c0;
  text-align: center;
  color: #626262;
}
.benefits-and-advantages-section p a {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.benefits-and-advantages-section p a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 820px) {
  .benefits-and-advantages-section h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 525px) {
  .benefits-and-advantages-section div {
    overflow-x: auto;
  }
}
.category-couplerbox .downloads-section {
  display: none;
}
@media (max-width: 820px) {
  .couplerbox-wrapper-section,
  .benefits-and-advantages-section {
    padding: 1.5em 0;
  }
}
.accessories-wrapper-section {
  padding: 2.5em 0;
  display: block !important;
}
.accessories-wrapper-section p {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.accessories-wrapper-section h3 {
  font-weight: 700;
  font-size: 1.875em;
  color: #071689;
  margin: 1em 0;
}
.accessories-wrapper-section .pera-with-img {
  display: block !important;
}
.accessories-wrapper-section .pera-with-img .accessories-left-img {
  background-image: url(../images/accessories-left-img.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 30% !important;
  display: block !important;
}
@media (max-width: 1024px) {
  .accessories-wrapper-section .pera-with-img .accessories-left-img {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .accessories-wrapper-section .pera-with-img .accessories-left-img {
    height: 400px;
  }
}
.accessories-wrapper-section .pera-with-img .pera-wrapper-right {
  background-color: #f5f5f5;
  width: 50% !important;
  padding: 1.56em 3.12em;
  display: block !important;
}
.accessories-wrapper-section .pera-with-img .pera-wrapper-right p {
  font-size: 1em;
  color: #626262;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.37em;
}
.accessories-wrapper-section .pera-with-img .pera-wrapper-right h4 {
  font-size: 1.75em;
  font-weight: 700;
  color: #071689;
  margin-bottom: 1.12em;
}
.accessories-wrapper-section .pera-with-img .pera-wrapper-right ul {
  padding-left: 0;
}
.accessories-wrapper-section .pera-with-img .pera-wrapper-right ul li {
  color: #071689;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  margin: 0 0 1.5em 2em;
  list-style-type: none;
}
.accessories-wrapper-section .pera-with-img .pera-wrapper-right ul li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: contain;
  left: -2em;
  top: 0;
}
@media (max-width: 1024px) {
  .accessories-wrapper-section .pera-with-img .pera-wrapper-right {
    padding: 1.55em;
  }
}
.category-accessories .downloads-section {
  display: none;
}
@media (max-width: 820px) {
  .accessories-wrapper-section,
  .accessories-img-wrappper-box-section.categories {
    padding: 1.5em 0;
  }
}
.startabox-wrapper-section {
  padding: 2.5em 0;
  display: block !important;
}
.startabox-wrapper-section p {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.startabox-wrapper-section .pera-with-img {
  display: block !important;
}
.startabox-wrapper-section .pera-with-img .pera-wrapper-left {
  background-color: #f5f5f5;
  width: 50%;
  padding: 3.12em 0;
}
.startabox-wrapper-section .pera-with-img .pera-wrapper-left h3 {
  font-size: 2em;
  font-weight: bold;
  color: #071689;
  margin-bottom: 1.37em;
  padding: 0 2em;
}
.startabox-wrapper-section .pera-with-img .pera-wrapper-left p {
  font-size: 1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.81em;
  padding: 0 3.56em;
}
@media (max-width: 1024px) {
  .startabox-wrapper-section .pera-with-img .pera-wrapper-left {
    padding: 1em 0;
  }
  .startabox-wrapper-section .pera-with-img .pera-wrapper-left h3 {
    padding: 0 1em;
    margin-bottom: 1em;
  }
  .startabox-wrapper-section .pera-with-img .pera-wrapper-left p {
    padding: 0 2em;
  }
}
.startabox-wrapper-section .pera-with-img .startabox-right-img {
  background-image: url(../images/startabox-right-img.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 50% !important;
}
.startabox-wrapper-section ul {
  margin-top: 2.5em;
  padding-left: 0;
}
.startabox-wrapper-section ul li {
  color: #071689;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  margin: 0 0 1.5em 2em;
  list-style-type: none;
}
.startabox-wrapper-section ul li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 1.3em;
  height: 1.3em;
  background-repeat: no-repeat;
  background-size: contain;
  left: -2em;
  top: 0;
}
@media (max-width: 820px) {
  .startabox-wrapper-section {
    padding: 1.5em 0;
  }
  .startabox-wrapper-section .pagebuilder-column-line {
    display: block !important;
  }
  .startabox-wrapper-section .pagebuilder-column-line .pera-wrapper-left {
    width: 100% !important;
  }
  .startabox-wrapper-section .pagebuilder-column-line .startabox-right-img {
    width: 100% !important;
    height: 510px;
  }
  .startabox-wrapper-section ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .startabox-wrapper-section ul li {
    width: 29%;
  }
}
@media (max-width: 525px) {
  .startabox-wrapper-section ul li {
    width: 100%;
  }
}
.installation-section {
  padding: 2.5em 0;
  display: block !important;
}
.installation-section h3 {
  font-size: 2.12em;
  font-weight: bold;
  color: #071689;
  margin-bottom: 1.5em;
}
.installation-section .pagebuilder-column-line {
  display: flex;
  gap: 1em;
}
.installation-section .installation-wrapper {
  width: 25% !important;
  text-align: center;
  background: #f5f5f5;
  padding: 2.25em 4.37em;
}
.installation-section .installation-wrapper p {
  margin-bottom: 1.5em;
  text-align: justify;
  height: 9.37em;
}
@media (max-width: 1280px) {
  .installation-section .installation-wrapper {
    padding: 2.25em 2.37em;
  }
}
@media (max-width: 1024px) {
  .installation-section .installation-wrapper {
    padding: 1em;
  }
}
@media (max-width: 820px) {
  .installation-section .pagebuilder-column-line {
    flex-wrap: wrap;
    gap: 2em;
  }
  .installation-section h3 {
    margin: 0 0 0.5em 0;
  }
}
@media (max-width: 991px) {
  .installation-section .pagebuilder-column-line {
    flex-wrap: wrap;
    gap: 2em;
  }
  .installation-section .installation-wrapper {
    width: 47% !important;
  }
}
@media (max-width: 768px) {
  .installation-section .installation-wrapper {
    flex-basis: 47% !important;
  }
}
@media (max-width: 525px) {
  .installation-section .installation-wrapper {
    flex-basis: 100%;
  }
}
.mr-18 {
  margin-right: 1.12em;
}
.startabox-wrapper-two-section {
  padding: 2.5em 0;
  display: block !important;
}
.startabox-wrapper-two-section .pera-with-img {
  display: block !important;
}
.startabox-wrapper-two-section .pera-with-img .pera-wrapper-left {
  width: 45%;
  padding: 0 1.75em 0 0;
}
.startabox-wrapper-two-section .pera-with-img .pera-wrapper-left p {
  font-size: 1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.37em;
}
.startabox-wrapper-two-section .pera-with-img .pera-wrapper-left h4 {
  font-size: 1.87em;
  color: #071689;
  margin-bottom: 1.12em;
}
.startabox-wrapper-two-section .pera-with-img .pera-wrapper-left ul {
  padding-left: 0;
}
.startabox-wrapper-two-section .pera-with-img .pera-wrapper-left ul li {
  color: #071689;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  margin: 0 0 1.5em 1.93em;
  list-style-type: none;
}
.startabox-wrapper-two-section .pera-with-img .pera-wrapper-left ul li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: contain;
  left: -2em;
  top: 0;
}
@media (max-width: 820px) {
  .startabox-wrapper-two-section .pera-with-img .pera-wrapper-left h4 {
    margin: 0 0 0.5em 0;
  }
}
.startabox-wrapper-two-section .pera-with-img .startabox-right-img {
  background-image: url(../images/startabox-right-img-2.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 55% !important;
}
@media (max-width: 820px) {
  .startabox-wrapper-two-section .pera-with-img .pagebuilder-column-line {
    display: block !important;
  }
  .startabox-wrapper-two-section .pera-with-img .pagebuilder-column-line .pera-wrapper-left {
    width: 100% !important;
    padding: 0;
  }
  .startabox-wrapper-two-section .pera-with-img .pagebuilder-column-line .startabox-right-img {
    width: 100% !important;
    height: 400px;
  }
}
.bar-spacing-section {
  padding: 2.5em 0;
  display: block !important;
}
.bar-spacing-section h3 {
  font-size: 1.87em;
  font-weight: bold;
  color: #071689;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.bar-spacing-section img {
  width: 100%;
}
.startabox-table-wrapper-section {
  padding: 2.5em 0;
  display: block !important;
}
.startabox-table-wrapper-section table {
  border-collapse: collapse;
  min-width: 100%;
  width: auto;
}
.startabox-table-wrapper-section table tr th {
  font-size: 1em;
  font-weight: bold;
  padding: 1.37em 0;
  border: 0.06em solid #c0c0c0;
  background: #071689;
  color: #ffffff;
  align-content: center;
}
.startabox-table-wrapper-section table tr td {
  font-size: 1em;
  padding: 1.37em 3.75em;
  border: 0.06em solid #c0c0c0;
  text-align: center;
  color: #071689;
}
.startabox-table-wrapper-section table tr td a {
  text-decoration: none;
  color: #071689;
}
.startabox-table-wrapper-section table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
@media (max-width: 1680px) {
  .startabox-table-wrapper-section div {
    overflow-x: auto;
  }
}
.category-startabox-continuity-system-rom .downloads-section {
  display: none;
}
@media (max-width: 820px) {
  .installation-section,
  .startabox-wrapper-two-section,
  .bar-spacing-section,
  .startabox-table-wrapper-section {
    padding: 1.5em 0;
  }
}
.login-section {
  padding: 2.5em 0;
}
.login-section .pera-with-img {
  display: flex;
}
.login-section .pera-with-img .pera-wrapper-left {
  width: 50%;
  background-color: #f5f5f5;
  padding: 2.5em;
  margin-bottom: 0;
  box-sizing: border-box;
}
.login-section .pera-with-img .pera-wrapper-left h4 {
  color: #071689;
  font-size: 1.87em;
  margin-top: 0;
  margin-bottom: 1em;
}
.login-section .pera-with-img .pera-wrapper-left p {
  font-size: 1.1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.37em;
}
.login-section .pera-with-img .pera-wrapper-left .create-account-btn {
  background: #071689;
  color: #ffffff;
  padding: 0.6em 1em;
  font-weight: 700;
  font-size: 1em;
  border: none;
  border-radius: 0.375em;
  line-height: normal;
  margin: 0;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-section .pera-with-img .pera-wrapper-left .create-account-btn:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-section .pera-with-img .pera-wrapper-left .create-account-btn span {
  font-family: "Lato", sans-serif;
}
@media (max-width: 768px) {
  .login-section .pera-with-img .pera-wrapper-left .create-account-btn {
    width: auto;
  }
}
@media (max-width: 768px) {
  .login-section .pera-with-img .pera-wrapper-left .actions-toolbar .primary {
    text-align: left;
  }
}
.login-section .pera-with-img .pera-wrapper-right {
  width: 50%;
  background-color: #f5f5f5;
  padding: 2.5em;
  margin: 0;
  box-sizing: border-box;
}
.login-section .pera-with-img .pera-wrapper-right h4 {
  color: #071689;
  font-weight: 700;
  font-size: 1.87em;
  margin-top: 0;
  margin-bottom: 1em;
}
.login-section .pera-with-img .pera-wrapper-right .note {
  font-size: 1.1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.37em;
}
.login-section .pera-with-img .pera-wrapper-right .form-login label {
  font-weight: 400;
  font-size: 1.1em;
}
.login-section .pera-with-img .pera-wrapper-right .form-login label::after {
  font-size: 1.1em !important;
  margin: 0 !important;
  color: #ff0000 !important;
}
.login-section .pera-with-img .pera-wrapper-right .form-login label span {
  color: #626262;
}
.login-section .pera-with-img .pera-wrapper-right .form-login .control {
  position: relative;
}
.login-section .pera-with-img .pera-wrapper-right .form-login .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.login-section .pera-with-img .pera-wrapper-right .form-login .control input:focus {
  box-shadow: none;
}
.login-section .pera-with-img .pera-wrapper-right .form-login .control #email-error,
.login-section .pera-with-img .pera-wrapper-right .form-login .control #pass-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  color: #ff0000;
  top: 1.5em;
  right: 1em;
  z-index: 11;
}
.login-section .pera-with-img .pera-wrapper-right .form-login .login-btn {
  background: #071689;
  color: #ffffff;
  padding: 0.6em 2em;
  font-weight: 700;
  font-size: 1em;
  border: none;
  border-radius: 0.375em;
  line-height: normal;
  margin: 0;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-section .pera-with-img .pera-wrapper-right .form-login .login-btn:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-section .pera-with-img .pera-wrapper-right .form-login .login-btn span {
  font-family: "Lato", sans-serif;
}
@media (max-width: 768px) {
  .login-section .pera-with-img .pera-wrapper-right .form-login .login-btn {
    width: auto;
  }
}
.login-section .pera-with-img .pera-wrapper-right .form-login .remind {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-section .pera-with-img .pera-wrapper-right .form-login .remind:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-section .pera-with-img .pera-wrapper-right .close-login-block {
  display: none;
}
@media (max-width: 820px) {
  .login-section .pera-with-img {
    display: block;
  }
  .login-section .pera-with-img .pera-wrapper-left {
    width: 100%;
    margin-bottom: 2em;
    padding: 1.5em;
  }
  .login-section .pera-with-img .mr-30 {
    margin-right: 0;
  }
  .login-section .pera-with-img .pera-wrapper-right {
    width: 100%;
    padding: 1.5em;
  }
  .login-section .pera-with-img .pera-wrapper-right .control {
    display: block;
  }
}
.login-section .message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: normal;
  font-size: 0.7em;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.new-user-registration-section {
  padding: 2.5em 0;
}
.new-user-registration-section .create-account-wrapper {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.new-user-registration-section .create-account-wrapper p {
  font-weight: 400;
  font-size: 1em;
  color: #717171;
}
.new-user-registration-section .create-account-wrapper span {
  color: #ff0000;
}
@media (max-width: 820px) {
  .new-user-registration-section .create-account-wrapper {
    width: 100%;
  }
}
@media (max-width: 525px) {
  .new-user-registration-section .create-account-wrapper {
    display: block;
  }
}
.new-user-registration-section .form-create-account {
  width: 80% !important;
}
.new-user-registration-section .form-create-account .new-user-registration-form {
  display: flex;
  width: 100%;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side {
  width: 50%;
  padding: 0 1.5em 0 0;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .customer-name-middlename .fieldset-fullname .fields {
  display: flex;
  flex-direction: column;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .fieldset {
  margin: 0;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .fieldset .customer-name-middlename {
  margin: 0 !important;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .fieldset .customer-name-middlename .field-name-middlename,
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .fieldset .customer-name-middlename .field-name-lastname {
  padding-left: 0 !important;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .fieldset .field {
  margin: 0 0 1em 0;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .fieldset .field label {
  margin: 0;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .fieldset.create.account:after {
  display: none;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side #password-strength-meter-container {
  display: block;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side #password-strength-meter-container .password-strength-meter {
  font-size: 16px;
  z-index: -1111;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side label {
  font-weight: 400;
  font-size: 1em;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side label::after {
  font-size: 1.1em !important;
  margin: 0 !important;
  color: #ff0000 !important;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side label span {
  color: #626262;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .control {
  position: relative;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .control input:focus {
  box-shadow: none;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .password input {
  margin: 0.9375em 0 0 0;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-left-side .field.password .control {
  display: block;
}
@media (max-width: 768px) {
  .new-user-registration-section .form-create-account .new-user-registration-form .form-left-side {
    width: 100%;
    padding: 0;
  }
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-right-side {
  width: 50%;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-right-side .fieldset {
  margin: 0;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-right-side .fieldset .field {
  margin: 0 0 1em 0;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-right-side .fieldset .field label {
  margin: 0;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-right-side .fieldset.create.account:after {
  display: none;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-right-side label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-right-side label::after {
  font-size: 1.1em !important;
  margin: 0 !important;
  color: #ff0000 !important;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-right-side label span {
  color: #626262;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-right-side .control {
  position: relative;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-right-side .control #email_address-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
  top: 2em;
  right: 1em;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-right-side input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.new-user-registration-section .form-create-account .new-user-registration-form .form-right-side input:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  .new-user-registration-section .form-create-account .new-user-registration-form .form-right-side {
    width: 100%;
  }
}
.new-user-registration-section .form-create-account .new-user-registration-form #firstname-error,
.new-user-registration-section .form-create-account .new-user-registration-form #lastname-error,
.new-user-registration-section .form-create-account .new-user-registration-form #password-confirmation-error,
.new-user-registration-section .form-create-account .new-user-registration-form #email_address-error,
.new-user-registration-section .form-create-account .new-user-registration-form #password-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
  top: 2em;
  right: 1em;
}
.new-user-registration-section .form-create-account .new-user-registration-form #password-error {
  display: none;
}
@media (max-width: 768px) {
  .new-user-registration-section .form-create-account .new-user-registration-form {
    display: block;
  }
}
.new-user-registration-section .form-create-account .field label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.new-user-registration-section .form-create-account .field label::after {
  font-size: 1.1em !important;
  margin: 0 !important;
  color: #ff0000 !important;
}
.new-user-registration-section .form-create-account .field input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.new-user-registration-section .form-create-account .field input:focus {
  box-shadow: none;
}
.new-user-registration-section .form-create-account .captcha-with-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5em;
}
.new-user-registration-section .form-create-account .captcha-with-btn .captcha .container {
  margin: 0;
}
.new-user-registration-section .form-create-account .captcha-with-btn .actions-toolbar .primary button {
  text-decoration: none;
  background: #071689;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.new-user-registration-section .form-create-account .captcha-with-btn .actions-toolbar .primary button:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .new-user-registration-section .form-create-account .captcha-with-btn .actions-toolbar .primary button {
    width: auto;
  }
}
@media (max-width: 525px) {
  .new-user-registration-section .form-create-account .captcha-with-btn {
    display: block;
    margin-top: 1.5em;
  }
  .new-user-registration-section .form-create-account .captcha-with-btn .actions-toolbar .primary {
    margin-bottom: 0;
  }
  .new-user-registration-section .form-create-account .captcha-with-btn .captcha .container {
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .new-user-registration-section .form-create-account {
    width: 100% !important;
  }
}
@media (max-width: 820px) {
  .new-user-registration-section {
    padding: 1.5em 0;
  }
}
.checkout-cart-index .page-main {
  padding: 0 !important;
}
.cart-empty {
  padding: 2.5em 0;
}
.cart-empty p {
  color: #717171;
}
.cart-empty p a {
  text-decoration: none;
  font-weight: 700;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-empty p a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-section .account-information {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
}
.cart-section .account-information .checkout-types {
  padding: 1em 0 0 0;
  text-align: right;
}
.cart-section .account-information .checkout-types .proced-checkout {
  background: #071689;
  color: #ffffff;
  padding: 1em 1.5em !important;
  border: none;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-section .account-information .checkout-types .proced-checkout:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-section .account-information .checkout-types .proced-checkout span {
  font-weight: 700;
  font-size: 1.25em;
}
.cart-section h4 {
  font-weight: 700;
  font-size: 1.87em;
  margin-bottom: 1.125em;
}
.cart-section .cart-table-wrapper {
  width: 100%;
}
.cart-section .cart-table-wrapper .form-cart {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cart-section .cart-table-wrapper table {
  min-width: 100%;
  width: auto;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
.cart-section .cart-table-wrapper table thead tr th.col,
.cart-section .cart-table-wrapper table .order-table-bdr {
  background-color: #071689;
  color: #ffffff;
  text-align: center;
  padding: 1em;
  font-weight: 600;
}
.cart-section .cart-table-wrapper table .item-info {
  background-color: #f6f7fd;
}
.cart-section .cart-table-wrapper table td {
  border: 1px solid #e8e8e8 !important;
  vertical-align: middle;
}
.cart-section .cart-table-wrapper table .product-item-photo {
  display: table-cell;
}
.cart-section .cart-table-wrapper table .product-item-photo .product-image-wrapper {
  z-index: auto;
}
.cart-section .cart-table-wrapper table .product-item-photo .product-image-wrapper .product-image-photo {
  width: 100%;
  height: auto;
}
.cart-section .cart-table-wrapper table .col.item,
.cart-section .cart-table-wrapper table .first-td-cart {
  text-align: -webkit-center;
}
.cart-section .cart-table-wrapper table .col.price,
.cart-section .cart-table-wrapper table .thard-td-cart {
  text-align: center;
}
.cart-section .cart-table-wrapper table .col.qty,
.cart-section .cart-table-wrapper table .forth-td-cart {
  text-align: center;
}
.cart-section .cart-table-wrapper table .col.subtotal,
.cart-section .cart-table-wrapper table .five-td-cart {
  text-align: center;
}
.cart-section .cart-table-wrapper table .col.delete,
.cart-section .cart-table-wrapper table .six-td-cart {
  text-align: center;
}
.cart-section .cart-table-wrapper table .product-item-details {
  display: block;
  vertical-align: top;
  text-align: center;
}
.cart-section .cart-table-wrapper table .product-item-details strong a {
  font-weight: 400;
  font-size: 1.125em;
  color: #000000;
  text-decoration: none;
}
.cart-section .cart-table-wrapper table .col.price {
  display: table-cell;
  text-align: center;
  padding: 1.125em;
  border: transparent;
  vertical-align: middle;
}
.cart-section .cart-table-wrapper table .col.qty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 1.125em;
}
.cart-section .cart-table-wrapper table .col.qty input {
  width: 5em;
  padding: 0.5em;
  text-align: center;
  font-weight: 400;
  font-size: 0.9em;
}
.cart-section .cart-table-wrapper table .col.qty button {
  background: #071689;
  color: #ffffff;
  padding: 0.5em 1.5em;
  font-weight: 500;
  font-size: 1em;
  border: transparent;
  margin-top: 0.75em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cart-section .cart-table-wrapper table .col.qty button:hover {
  background: #348532;
}
.cart-section .cart-table-wrapper table .col.subtotal {
  display: table-cell;
  text-align: center;
  padding: 1.125em;
  border: 0.05em solid #e8e8e8;
  vertical-align: middle;
}
.cart-section .cart-table-wrapper table .col.actions {
  padding: 1.125em;
  text-align: center;
  vertical-align: middle;
}
.cart-section .cart-table-wrapper table .col.actions .actions-toolbar {
  text-align: -webkit-center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-section .cart-table-wrapper table .col.actions .actions-toolbar .action-delete {
  text-decoration: none;
  color: transparent;
  background-image: url(../images/bin-red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.cart-section .cart-table-wrapper table .col.actions .actions-toolbar .use-ajax.action-towishlist {
  text-decoration: none;
  color: #071689;
}
.cart-section .cart-table-wrapper table .col.actions .actions-toolbar .action-edit {
  text-decoration: none;
  color: #071689;
  margin: 0 0.5em;
}
@media (max-width: 768px) {
  .cart-section .cart-table-wrapper .poa-part {
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .cart-section {
    float: none;
  }
}
.three-btn-box {
  display: flex;
  align-items: normal;
  justify-content: end;
  text-align: end !important;
  padding: 1.5em 0 0 0;
}
.three-btn-box .empty-cart {
  text-decoration: none !important;
  background: #ff0000 !important;
  color: #ffffff !important;
  padding: 0.8em 1.5em !important;
  border: none;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal !important;
  font-weight: 700 !important;
  font-size: 1.05em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.three-btn-box .empty-cart:hover {
  background: #348532 !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.three-btn-box .empty-cart span {
  font-family: "Lato", sans-serif;
}
.three-btn-box .shopping-basket {
  text-decoration: none;
  background: #071689;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  margin: 0 1.25em;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1.05em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.three-btn-box .shopping-basket:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.three-btn-box .shopping-basket span {
  font-family: "Lato", sans-serif;
}
.three-btn-box .continue-shopping {
  text-decoration: none;
  background: #348532;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  cursor: pointer;
  border-radius: 0.375em;
  font-size: 1.05em;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.three-btn-box .continue-shopping:hover {
  background: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.three-btn-box .continue-shopping span {
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 768px) {
  .three-btn-box {
    padding-bottom: 1.5em;
    flex-direction: row !important;
  }
  .three-btn-box .empty-cart {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 639px) {
  .three-btn-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
  }
}
.cart-summary {
  background-color: #f5f5f5;
  position: sticky !important;
  width: 50% !important;
  margin: 1.5em 0 0 0 !important;
  top: 0 !important;
  padding: 2.5em !important;
}
.cart-summary .summary.title {
  display: none;
}
.cart-summary #block-shipping .title {
  display: none;
}
.cart-summary #block-shipping .content {
  display: none;
}
.cart-summary .cart-totals {
  border-top: transparent;
  padding: 0;
}
.cart-summary .cart-totals .table-wrapper {
  background-color: transparent;
}
.cart-summary .cart-totals .table-wrapper table tbody tr .mark {
  text-align: right;
}
.cart-summary .cart-totals .table-wrapper table tbody .totals th {
  background: transparent;
  color: #000000;
}
.cart-summary .cart-totals .table-wrapper table tbody .totals strong {
  font-size: 1.1em;
  color: #303030;
}
.cart-summary .checkout-methods-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  flex-direction: row-reverse;
}
.cart-summary .checkout-methods-items .item {
  margin: 0;
}
.cart-summary .checkout-methods-items .item .checkout {
  background: #071689;
  color: #ffffff;
  padding: 1em 2.25em !important;
  font-weight: 700;
  font-size: 1em !important;
  border: none;
  border-radius: 0.375em;
  line-height: normal !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-summary .checkout-methods-items .item .checkout:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 525px) {
  .cart-summary .checkout-methods-items .item .checkout {
    margin-bottom: 0.5em;
  }
}
.cart-summary .checkout-methods-items .item .multicheckout {
  color: #717171;
  text-decoration: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .cart-summary {
    width: 100% !important;
  }
}
@media (max-width: 820px) {
  .cart-summary {
    padding: 1.5em !important;
  }
}
@media (max-width: 525px) {
  .cart-summary .checkout-methods-items {
    display: block;
  }
}
.cart-discount {
  width: 50% !important;
  float: left;
  margin: 1.5em 0em 0 0 !important;
  padding: 0 !important;
}
.cart-discount .discount-with-subtotal-section {
  width: 100% !important;
}
.cart-discount .discount-with-subtotal-section .title {
  display: none;
}
.cart-discount .discount-with-subtotal-section .pera-with-img {
  margin: 0 2em 0 0;
  padding: 0;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left {
  background-color: #f5f5f5;
  padding: 2.5em;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left #discount-coupon-form label {
  margin-bottom: 1em;
  display: inline-block;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left #discount-coupon-form label span {
  font-weight: 700;
  font-size: 1.8em;
  color: #071689;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left #discount-coupon-form .coupon {
  margin: 0;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left .control {
  position: relative;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left .control input:focus {
  box-shadow: none;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left .control #coupon_code-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  color: #ff0000;
  top: 1.5em;
  right: 1em;
  z-index: 11;
}
@media (max-width: 1440px) {
  .cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left .control #coupon_code-error {
    top: 2.3em;
  }
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left .apply {
  background: #348532;
  color: #ffffff;
  padding: 1em 2.25em;
  font-weight: 700;
  font-size: 1em;
  border: none;
  border-radius: 0.375em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left .apply:hover {
  background: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left .apply span {
  font-family: "Lato", sans-serif;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left .applied .cancel {
  background: #348532;
  color: #ffffff;
  padding: 1em 2.25em;
  font-weight: 700;
  font-size: 1em;
  border: none;
  border-radius: 0.375em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left .applied .cancel:hover {
  background: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left .applied .cancel span {
  font-family: "Lato", sans-serif;
}
@media (max-width: 768px) {
  .cart-discount .discount-with-subtotal-section .pera-with-img .pera-wrapper-left {
    padding: 1.5em;
  }
}
@media (max-width: 1024px) {
  .cart-discount {
    width: 100% !important;
  }
  .cart-discount .discount-with-subtotal-section .pera-with-img {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cart-discount {
    float: none;
    border: none;
  }
}
._show .modal-inner-wrap .modal-header .modal-title {
  font-weight: 700;
  font-size: 1.25em;
  color: #071689;
}
._show .modal-inner-wrap .modal-header .action-close {
  margin: 0;
}
._show .modal-inner-wrap .modal-header .action-close::before {
  font-size: 50px;
  color: #348532;
  line-height: normal;
}
._show .modal-inner-wrap .modal-footer .action-dismiss {
  color: #ffffff;
  background-color: #071689;
  border: none;
  padding: 0.8em 2.2em;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 !important;
  line-height: normal;
  font-family: 'lato';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
._show .modal-inner-wrap .modal-footer .action-dismiss:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
._show .modal-inner-wrap .modal-footer .action-dismiss span {
  font-size: 1.05em;
}
._show .modal-inner-wrap .modal-footer .action-accept {
  color: #ffffff;
  background-color: #348532;
  border: none;
  padding: 0.8em 2.2em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  line-height: normal;
  font-family: 'lato';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
._show .modal-inner-wrap .modal-footer .action-accept:hover {
  background-color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
._show .modal-inner-wrap .modal-footer .action-accept span {
  font-size: 1.05em !important;
}
.checkout-section {
  padding: 2.5em 0;
}
.checkout-section .opc-progress-bar {
  margin-bottom: 50px;
  width: 70%;
}
.checkout-section .opc-progress-bar .opc-progress-bar-item {
  width: 24%;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.checkout-section .opc-progress-bar .opc-progress-bar-item::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #e1e1e1;
  transition: background 0.3s;
  border: transparent;
}
.checkout-section .opc-progress-bar .opc-progress-bar-item span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}
.checkout-section .opc-progress-bar .opc-progress-bar-item span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 38px;
  height: 38px;
  background: #e1e1e1;
  border: transparent;
  margin-left: -19px;
  transition: background 0.3s;
  border-radius: 50%;
}
.checkout-section .opc-progress-bar .opc-progress-bar-item span::after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  left: 50%;
  width: 26px;
  content: counter(i);
  position: absolute;
  counter-increment: i;
  color: #348532;
  border-radius: 50%;
  border: transparent;
}
.checkout-section .opc-progress-bar ._active:before {
  background: #348532;
}
.checkout-section .opc-progress-bar ._active > span:before {
  background: #348532;
}
.checkout-section .opc-progress-bar ._complete:before {
  background: #348532;
}
.checkout-section .opc-progress-bar ._complete:hover:before {
  background: #348532;
}
.checkout-section .opc-progress-bar ._complete > span:before {
  background: #348532;
}
.checkout-section .opc-progress-bar ._complete:hover > span:before {
  background: #348532;
}
@media (max-width: 820px) {
  .checkout-section .opc-progress-bar {
    width: 100%;
    margin: 24px 0;
  }
}
.checkout-section .step-title {
  background: #f5f5f5;
  font-weight: 700;
  font-size: 1.2em;
  color: #071689;
  padding: 0.875em 0.75em;
  border-bottom: transparent;
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  .checkout-section .step-title {
    font-size: 1.25em !important;
    padding: 0.875em 0.75em !important;
  }
}
.checkout-section .opc-wrapper {
  width: 70%;
  float: left;
  padding: 0 1.87em 0 0;
  margin: 0;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping {
  margin: 0;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login {
  border: transparent;
  padding: 0;
  max-width: 100%;
  margin: 12px 0 0 0;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login .control {
  position: relative;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login .control input:focus {
  box-shadow: none;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login .control #customer-email-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  color: #ff0000;
  top: 1em;
  right: 1em;
  z-index: 11;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login .toggle .action-help {
  display: none;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login .note {
  margin: 0;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login .field {
  margin: 0 !important;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login .fieldset {
  margin: 0;
}
@media (max-width: 1440px) {
  .checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login .control #customer-email-error {
    top: 2.4em;
  }
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address {
  width: 100%;
  max-width: 100%;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field {
  width: 49%;
  margin: 0;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field .control {
  position: relative;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field .control input:focus {
  box-shadow: none;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field .control .field-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  color: #ff0000;
  top: 1.4em;
  right: 1em;
  z-index: 11;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field select {
  width: 100%;
  padding: 1.11em 1em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  box-sizing: border-box;
  margin: 0.9375em 0;
  height: auto;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field select:focus {
  box-shadow: none;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field .field-tooltip.toggle {
  display: none;
}
@media (max-width: 1440px) {
  .checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field .control .field-error {
    top: 2.4em;
  }
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .street.admin__control-fields {
  width: 100%;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .street.admin__control-fields legend::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .street.admin__control-fields .control {
  display: flex;
  gap: 1em;
  width: 100%;
}
@media (max-width: 1280px) {
  .checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .street.admin__control-fields .control {
    flex-wrap: wrap;
  }
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .street.admin__control-fields .additional {
  margin: 0;
  position: relative;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .street.admin__control-fields .additional label {
  content: '';
  position: absolute;
  width: auto;
  top: -25px;
  overflow: visible;
  clip: auto;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .street.admin__control-fields .additional:last-child {
  display: none;
}
@media (max-width: 525px) {
  .checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form {
    display: block;
  }
  .checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address #shipping-new-address-form .field {
    width: 100%;
  }
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address .fieldset {
  margin: 0;
}
.checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .action-show-popup {
  color: #ffffff;
  background-color: #348532;
  border: none;
  font-size: 1.05em;
  padding: 0.8em 2.2em;
  cursor: pointer;
  font-weight: 700;
  margin: 0 0 1em 0 !important;
  font-family: "Lato", sans-serif;
  line-height: normal;
}
@media (max-width: 768px) {
  .checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .action-show-popup {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 639px) {
  .checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-login,
  .checkout-section .opc-wrapper .checkout-shipping-address #checkout-step-shipping .form-shipping-address {
    background: transparent;
    margin: 0;
    padding: 0;
  }
}
.checkout-section .opc-wrapper .checkout-shipping-address .addresses .shipping-address-item {
  border: 0.10em solid transparent;
  font-size: 16px;
  line-height: 30px;
  margin: 1.25em 0;
  padding: 1.25em 2.18em 1.25em 1.25em;
  transition: 0.3s border-color;
  width: 48%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
  font-weight: 400;
}
.checkout-section .opc-wrapper .checkout-shipping-address .addresses .shipping-address-item a {
  text-decoration: none;
  color: #071689;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-shipping-address .addresses .shipping-address-item a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-shipping-address .addresses .selected-item {
  border-color: #348532;
}
.checkout-section .opc-wrapper .checkout-shipping-address .addresses .selected-item::after {
  background: #348532;
}
.checkout-section .opc-wrapper .checkout-shipping-address .addresses .not-selected-item {
  border-color: #000000;
}
.checkout-section .opc-wrapper .checkout-shipping-address .addresses .action-select-shipping-item {
  color: #ffffff;
  background-color: #348532;
  border: none;
  font-size: 1.05em !important;
  padding: 0.8em 2.2em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-shipping-address .addresses .action-select-shipping-item:hover {
  background-color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-shipping-address .addresses .edit-address-link {
  text-decoration: none;
  color: #071689;
}
.checkout-section .opc-wrapper .checkout-billing-address {
  margin-bottom: 0;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin-top: 0.5em;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block input[type="checkbox"] {
  margin: 0;
  position: relative;
  top: 0px;
  width: 1.3em;
  height: 1.3em;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block input[type="checkbox"]:focus {
  box-shadow: none;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block label {
  margin-left: 0.5em;
}
.checkout-section .opc-wrapper .checkout-billing-address .field-select-billing {
  width: 100%;
  max-width: 100%;
}
.checkout-section .opc-wrapper .checkout-billing-address .field-select-billing .control select {
  width: 100%;
  padding: 0.8em 1em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  box-sizing: border-box;
  margin: 0.9375em 0;
  height: auto;
}
.checkout-section .opc-wrapper .checkout-billing-address .field-select-billing .control select:focus {
  box-shadow: none;
}
.checkout-section .opc-wrapper .checkout-billing-address .field-select-billing .actions-toolbar {
  margin: 1em 0 0 0;
}
.checkout-section .opc-wrapper .checkout-billing-address .field-select-billing .actions-toolbar .primary {
  width: 100%;
}
.checkout-section .opc-wrapper .checkout-billing-address .field-select-billing .actions-toolbar .primary .action-update {
  color: #ffffff;
  background-color: #071689;
  border: none;
  font-size: 1.05em !important;
  padding: 0.8em 2.2em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-billing-address .field-select-billing .actions-toolbar .primary .action-update:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-billing-address .field-select-billing .actions-toolbar .primary .action-cancel {
  float: left;
  color: #ffffff;
  background-color: #348532;
  border: none;
  font-size: 1.05em !important;
  padding: 0.8em 2.2em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-billing-address .field-select-billing .actions-toolbar .primary .action-cancel:hover {
  background-color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-details {
  padding: 1em 0 0 1.6em;
  line-height: 2em;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-details a {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-details a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form {
  width: 100%;
  max-width: 100%;
  margin-top: 1em;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .field {
  width: 49%;
  margin: 0;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .field label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .field label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .field .control {
  position: relative;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .field .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .field .control input:focus {
  box-shadow: none;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .field .control .field-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 1em;
  color: #ff0000;
  top: 1em;
  right: 1em;
  z-index: 11;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .field select {
  width: 100%;
  padding: 0.8em 1em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  box-sizing: border-box;
  margin: 0.9375em 0;
  height: auto;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .field select:focus {
  box-shadow: none;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .field .field-tooltip.toggle {
  display: none;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .street.admin__control-fields {
  width: 100%;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .street.admin__control-fields legend::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .street.admin__control-fields legend span {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .street.admin__control-fields .control {
  display: flex;
  gap: 1em;
  width: 100%;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .street.admin__control-fields .additional {
  margin: 0;
  position: relative;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .street.admin__control-fields .additional label {
  content: '';
  position: absolute;
  width: auto;
  top: -25px;
  overflow: visible;
  clip: auto;
}
.checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .street.admin__control-fields .additional:last-child {
  display: none;
}
@media (max-width: 525px) {
  .checkout-section .opc-wrapper .checkout-billing-address .billing-address-form .address .field {
    width: 100%;
    margin: 0;
  }
}
.checkout-section .opc-wrapper .checkout-billing-address .actions-toolbar {
  margin: 1.5em 0 0 0;
}
.checkout-section .opc-wrapper .checkout-billing-address .actions-toolbar .primary {
  width: 100%;
}
.checkout-section .opc-wrapper .checkout-billing-address .actions-toolbar .primary .action-update {
  color: #ffffff;
  background-color: #071689;
  border: none;
  font-size: 1.05em !important;
  padding: 0.8em 2.2em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 !important;
  text-decoration: none;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-billing-address .actions-toolbar .primary .action-update:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-billing-address .actions-toolbar .primary .action-cancel {
  float: left;
  color: #ffffff;
  background-color: #348532;
  border: none;
  font-size: 1.05em !important;
  padding: 0.8em 2.2em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-billing-address .actions-toolbar .primary .action-cancel:hover {
  background-color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .checkout-section .opc-wrapper .checkout-billing-address .actions-toolbar .primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .checkout-section .opc-wrapper .checkout-billing-address .actions-toolbar .primary .action-update {
    width: auto;
  }
  .checkout-section .opc-wrapper .checkout-billing-address .actions-toolbar .primary .action-cancel {
    width: auto;
  }
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-method-title input[type="radio"] {
  margin: 0;
  width: 1.3em;
  height: 1.3em;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-method-title input[type="radio"]:focus {
  box-shadow: none;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-method-title label {
  margin-left: 0.5em;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-method-content {
  padding: 0;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-method-content .actions-toolbar {
  margin-bottom: 1.5em;
}
.checkout-section .opc-wrapper .checkout-payment-method #purchaseorder-form {
  padding-top: 1.5em;
  margin: 0;
}
.checkout-section .opc-wrapper .checkout-payment-method #purchaseorder-form .field label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.checkout-section .opc-wrapper .checkout-payment-method #purchaseorder-form .field label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.checkout-section .opc-wrapper .checkout-payment-method #purchaseorder-form .field .control {
  position: relative;
}
.checkout-section .opc-wrapper .checkout-payment-method #purchaseorder-form .field .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.checkout-section .opc-wrapper .checkout-payment-method #purchaseorder-form .field .control input:focus {
  box-shadow: none;
}
.checkout-section .opc-wrapper .checkout-payment-method #purchaseorder-form .field .control .field-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 1em;
  color: #ff0000;
  top: 1em;
  right: 1em;
  z-index: 11;
}
.checkout-section .opc-wrapper .checkout-payment-method #purchaseorder-form .field .control #po_number-error {
  position: absolute;
  right: 12px;
  top: 15px;
  font-size: 0.8em;
  color: #ff0000;
}
.checkout-section .opc-wrapper .checkout-payment-method #purchaseorder-form .actions-toolbar {
  margin-bottom: 1.5em;
}
.checkout-section .opc-wrapper .checkout-payment-method .action-edit-address {
  color: #ffffff;
  background-color: #071689;
  border: none;
  font-size: 1.05em;
  padding: 0.8em 2.2em;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-payment-method .action-edit-address:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option .payment-option-title {
  padding: 20px 0;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option .action-toggle {
  color: #071689;
  display: inline-block;
  text-decoration: none;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option .payment-option-content {
  padding: 0;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form {
  display: flex;
  align-items: center;
  gap: 1em;
  width: 100%;
  justify-content: flex-end;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .payment-option-inner {
  width: 100%;
  margin: 0;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .payment-option-inner .field {
  width: 100%;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .payment-option-inner .field label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .payment-option-inner .field label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .payment-option-inner .field .control {
  position: relative;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .payment-option-inner .field .control input {
  width: 100%;
  padding: 1.1em 1em;
  margin: 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
  line-height: normal;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .payment-option-inner .field .control input:focus {
  box-shadow: none;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .payment-option-inner .field .control #customer-email-error,
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .payment-option-inner .field .control #discount-code-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  color: #ff0000;
  top: 1em;
  right: 1em;
  z-index: 11;
}
@media (max-width: 1024px) {
  .checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .payment-option-inner {
    margin-bottom: 1em;
  }
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .actions-toolbar .primary {
  margin: 0;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .actions-toolbar .primary .action-apply {
  color: #ffffff;
  background-color: #071689;
  border: none;
  font-size: 1.05em !important;
  padding: 0.8em 2.2em !important;
  border-radius: 0.375em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .actions-toolbar .primary .action-apply:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .actions-toolbar .primary .action-cancel {
  color: #ffffff;
  background-color: #348532;
  border: none;
  font-size: 1.05em !important;
  padding: 0.8em 2.2em !important;
  border-radius: 0.375em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form .actions-toolbar .primary .action-cancel:hover {
  background-color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1024px) {
  .checkout-section .opc-wrapper .checkout-payment-method .payment-option #discount-form {
    display: block;
  }
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option .form-discount {
  max-width: 100% !important;
}
.checkout-section .opc-wrapper .checkout-payment-method .payment-option .form-discount .actions-toolbar {
  width: auto !important;
}
@media (max-width: 768px) {
  .checkout-section .opc-wrapper .checkout-payment-method .payment-option {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .checkout-section .opc-wrapper .checkout-payment-method .payment-methods {
    margin: 0;
  }
}
.checkout-section .opc-wrapper .fieldset {
  margin: 0;
}
.checkout-section .opc-wrapper .step-content {
  margin: 0 0 10px 0;
}
@media (max-width: 820px) {
  .checkout-section .opc-wrapper {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .checkout-section .opc-wrapper {
    float: none;
    padding: 0;
  }
}
.checkout-section .opc-sidebar {
  width: 30%;
  float: right;
  margin: 0;
}
.checkout-section .opc-sidebar .opc-block-summary {
  background: #f5f5f5;
  margin: 0;
  padding: 1.375em 1.875em;
}
.checkout-section .opc-sidebar .opc-block-summary .title {
  font-size: 1.5em;
  color: #071689;
  font-weight: 700;
}
.checkout-section .opc-sidebar .opc-block-summary .items-in-cart .title {
  padding: 10px 40px 10px 0px;
}
.checkout-section .opc-sidebar .opc-block-summary .items-in-cart .title strong {
  font-size: 0.7em;
  color: #071689;
  font-weight: 700;
}
.checkout-section .opc-sidebar .opc-block-summary .items-in-cart .title::after {
  position: absolute;
  right: 0;
  top: 24px;
  font-size: 1.5em;
}
.checkout-section .opc-sidebar .opc-block-summary .minicart-items .product-image-container {
  width: 25% !important;
  max-width: 100%;
  display: inline-block;
  align-content: center;
  height: auto !important;
}
.checkout-section .opc-sidebar .opc-block-summary .minicart-items .product-image-container .product-image-wrapper {
  border: 1px solid #303030;
  border-radius: 8px;
}
.checkout-section .opc-sidebar .opc-block-summary .minicart-items .product-image-container .product-image-wrapper img {
  height: auto;
  width: auto;
}
.checkout-section .opc-sidebar .opc-block-summary .minicart-items .product-item-details {
  padding-left: 150px;
}
.checkout-section .opc-sidebar .opc-block-summary .minicart-items .product-item-name {
  font-size: 1.1em;
  color: #071689;
  font-weight: 400;
}
.checkout-section .opc-sidebar .opc-block-summary .minicart-items .details-qty {
  display: inline-block;
  color: #071689;
  margin-bottom: 1em;
  font-weight: 600;
}
.checkout-section .opc-sidebar .opc-block-summary .minicart-items .subtotal .price {
  font-size: 1em;
  color: #071689;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .checkout-section .opc-sidebar .opc-block-summary .minicart-items .product-item-details {
    padding-left: 100px;
  }
}
@media (max-width: 820px) {
  .checkout-section .opc-sidebar .opc-block-summary .minicart-items .product-image-container .product-image-wrapper img {
    width: 100%;
  }
  .checkout-section .opc-sidebar .opc-block-summary .minicart-items .product-item-details {
    padding-left: 200px;
  }
}
.checkout-section .opc-sidebar .opc-block-summary .discount th .title {
  font-size: 1em !important;
}
.checkout-section .opc-sidebar .opc-block-shipping-information {
  padding: 0;
}
.checkout-section .opc-sidebar .opc-block-shipping-information .shipping-information {
  background: #f5f5f5;
  margin: 0;
  padding: 1.375em 1.875em;
  margin-top: 1.5em;
}
.checkout-section .opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.checkout-section .opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-title span {
  font-size: 0.8em;
  color: #071689;
  font-weight: 700;
}
.checkout-section .opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-content a {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-content a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 820px) {
  .checkout-section .opc-sidebar {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .checkout-section .opc-sidebar {
    width: auto;
  }
}
.checkout-section .checkout-shipping-method .actions-toolbar .primary {
  float: left;
}
.checkout-section .checkout-shipping-method .actions-toolbar .primary button {
  width: auto;
  color: #ffffff;
  background-color: #071689;
  border: none;
  font-size: 1.05em;
  padding: 0.8em 2.2em;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .checkout-shipping-method .actions-toolbar .primary button:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .checkout-shipping-method .step-content {
  margin: 0;
}
@media only screen and (max-width: 639px) {
  .checkout-section .checkout-shipping-method .methods-shipping {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
  }
}
.checkout-section .actions-toolbar .primary button {
  width: auto;
  color: #ffffff;
  background-color: #071689;
  border: none;
  font-size: 1.05em !important;
  padding: 0.8em 2.2em !important;
  border-radius: 0.375em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .actions-toolbar .primary button:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0px 0px 15px;
  padding: 18px 15px;
}
@media (max-width: 768px) {
  .checkout-section .opc-estimated-wrapper .showcart::before {
    font-size: 35px;
  }
}
.checkout-section .authentication-wrapper {
  width: 30%;
  float: right;
  margin-top: 0;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
.checkout-section .authentication-wrapper .action-auth-toggle {
  color: #ffffff;
  background-color: #348532;
  border: none;
  font-size: 1.05em !important;
  padding: 0.8em 2.2em !important;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  border-radius: 0.375em;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .authentication-wrapper .action-auth-toggle:hover {
  background-color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login strong {
  font-weight: 700;
  font-size: 1.25em;
  color: #071689;
}
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-email,
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-password {
  width: 100%;
  margin: 0;
}
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-email label,
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-password label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-email label::after,
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-password label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-email .control,
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-password .control {
  position: relative;
}
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-email .control input,
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-password .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-email .control input:focus,
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-password .control input:focus {
  box-shadow: none;
}
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-email .control #login-email-error,
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-password .control #login-email-error,
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-email .control #login-password-error,
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .field-password .control #login-password-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  color: #ff0000;
  top: 1.4em;
  right: 1em;
  z-index: 11;
}
.checkout-section .authentication-wrapper .authentication-dropdown .block-authentication .block-customer-login .actions-toolbar .secondary a.action-remind {
  text-decoration: none;
}
@media (max-width: 820px) {
  .checkout-section .authentication-wrapper {
    width: auto;
    float: none;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .checkout-section .authentication-wrapper {
    text-align: end;
    margin: 0 0 1em 0 !important;
  }
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap {
  margin: 0 !important;
  width: 100%;
  left: 50% !important;
  max-width: 85%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .modal-header {
  padding: 1.5em 0;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .modal-header .modal-title {
  font-weight: 700;
  font-size: 1.25em;
  color: #071689;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .modal-header .action-close {
  height: auto;
  position: absolute;
  right: 1.5%;
  top: 1.5%;
  width: auto;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  display: inline-block;
  text-decoration: none;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .modal-header .action-close::before {
  background-image: url(../images/close-icon-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.2em;
  height: 1.2em;
  color: transparent;
  font-size: inherit;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address {
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field {
  width: 49%;
  margin: 0;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field .control {
  position: relative;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field .control input:focus {
  box-shadow: none;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field .control .field-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  color: #ff0000;
  top: 1.4em;
  right: 1em;
  z-index: 11;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field select {
  width: 100%;
  padding: 1.11em 1em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  box-sizing: border-box;
  margin: 0.9375em 0;
  height: auto;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field select:focus {
  box-shadow: none;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field .field-tooltip.toggle {
  display: none;
}
@media (max-width: 1440px) {
  .checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field .control .field-error {
    top: 2.3em;
  }
}
@media (max-width: 1280px) {
  .checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field {
    width: 100%;
  }
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .street.admin__control-fields {
  width: 100%;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .street.admin__control-fields legend::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .street.admin__control-fields .control {
  display: flex;
  gap: 1em;
  width: 100%;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .street.admin__control-fields .additional {
  margin: 0;
  position: relative;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .street.admin__control-fields .additional label {
  content: '';
  position: absolute;
  width: auto;
  top: -25px;
  overflow: visible;
  clip: auto;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .street.admin__control-fields .additional:last-child {
  display: none;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
  width: 1.3em;
  height: 1.3em;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form input[type="checkbox"]:focus {
  box-shadow: none;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .choice {
  align-content: center;
}
@media (max-width: 820px) {
  .checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form {
    display: block;
  }
  .checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .field {
    width: 100%;
  }
  .checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .street.admin__control-fields .control {
    display: block;
  }
  .checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address #shipping-new-address-form .street.admin__control-fields .additional {
    margin: 1.7em 0 0 0;
  }
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .form-shipping-address .fieldset {
  margin: 0;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .modal-footer {
  padding: 1.5em 0;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .action-save-address {
  float: right;
  color: #ffffff;
  background-color: #071689;
  border: none;
  font-size: 1.05em;
  padding: 0.8em 2.2em;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 !important;
  line-height: normal;
  border-radius: 0.375em;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .action-save-address:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .action-save-address {
    width: auto;
  }
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .action-hide-popup {
  float: left;
  color: #ffffff;
  background-color: #348532;
  border: none;
  font-size: 1.05em !important;
  padding: 0.8em 2.2em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  border-radius: 0.375em;
  line-height: normal;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap .action-hide-popup:hover {
  background-color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 768px) {
  .checkout-index-index .modal-popup.new-shipping-address-modal .modal-inner-wrap {
    height: 100% !important;
    min-height: 90% !important;
    background: #ffffff !important;
  }
}
.checkout-success {
  padding: 2.5em 0;
}
.checkout-success p {
  color: #303030;
}
.checkout-success p span {
  color: #071689;
  font-weight: 700;
  font-size: 1.05em;
}
.checkout-success p a {
  text-decoration: none;
}
.checkout-success p a strong {
  color: #071689;
}
.checkout-success .actions-toolbar .primary .continue {
  text-decoration: none;
  background: #071689;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  margin: 0;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.checkout-success .actions-toolbar .primary .continue:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#registration {
  padding-bottom: 2.5em;
}
#registration p span:last-child {
  color: #348532;
  font-weight: 700;
  font-size: 1.05em;
}
#registration .primary {
  text-decoration: none;
  background: #348532;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  margin: 0;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#registration .primary:hover {
  background: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1280px) {
  .overflow .authentication-wrapper {
    z-index: -1;
  }
}
.carpet-reinforcement-three-img-section {
  padding: 2.5em 0;
  display: block !important;
}
.carpet-reinforcement-three-img-section p {
  font-size: 1.1em;
  color: #717171;
  line-height: 1.75em;
  font-weight: 400;
  margin: 1.5em 0 0 0;
  text-align: justify;
}
.carpet-reinforcement-three-img-section .three-img .pagebuilder-column-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.carpet-reinforcement-three-img-section .three-img .pagebuilder-column-line .pagebuilder-column img {
  display: inline-block;
  width: 100%;
}
.category-carpet-reinforcement .downloads-section {
  display: none;
}
@media (max-width: 820px) {
  .carpet-reinforcement-three-img-section {
    padding: 1.5em 0;
  }
}
/*customer-myDashboard-page-sidebar*/
.account .columns {
  padding: 2.5em 0;
}
.account .column {
  width: 75% !important;
}
.account .column .block-dashboard-info {
  margin: 0 !important;
}
.account .column .block-dashboard-info h4 {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  margin: 0 0 0.5em 0;
}
.account .column .block-dashboard-info p {
  font-size: 1em;
  color: #717171;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.account .column .cart-table-wrapper {
  margin-bottom: 1.5em;
}
.account .column .cart-table-wrapper .heading-with-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
}
.account .column .cart-table-wrapper .heading-with-btn h4 {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  margin: 0;
}
.account .column .cart-table-wrapper .heading-with-btn a {
  text-decoration: none;
  background: #348532;
  color: #ffffff;
  padding: 0.6em 1.25em;
  border-radius: 0.12em;
  font-size: 1em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .cart-table-wrapper .heading-with-btn a:hover {
  background: #071689;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .cart-table-wrapper .orders-recent {
  margin-top: 0;
}
.account .column .cart-table-wrapper .orders-recent .table {
  width: 100%;
  border-collapse: collapse;
}
.account .column .cart-table-wrapper .orders-recent .table tr th {
  font-size: 1em;
  font-weight: 400;
  padding: 1em 0;
  background: #071689;
  color: #ffffff;
  text-align: center;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.account .column .cart-table-wrapper .orders-recent .table tr td {
  font-size: 1em;
  padding: 1em 1.25em;
  border: 1px solid #c0c0c0;
  text-align: center;
  color: #303030;
  align-content: center;
}
.account .column .cart-table-wrapper .orders-recent .table tr .action {
  text-decoration: none;
  color: #303030;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .cart-table-wrapper .orders-recent .table tr .action:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 639px) {
  .account .column .cart-table-wrapper .orders-recent .table tbody tr td::before {
    color: #071689 !important;
  }
}
@media (max-width: 768px) {
  .account .column .cart-table-wrapper .heading-with-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .account .column .cart-table-wrapper .heading-with-btn h4 {
    float: none;
  }
  .account .column .cart-table-wrapper .heading-with-btn a {
    float: none;
    margin: 0 !important;
  }
  .account .column .cart-table-wrapper .heading-with-btn::before {
    display: none !important;
  }
  .account .column .cart-table-wrapper .heading-with-btn::after {
    display: none !important;
  }
}
@media (max-width: 525px) {
  .account .column .cart-table-wrapper {
    margin-bottom: 0.5em;
  }
}
.account .column .account-info-wrapper {
  margin: 3.12em 0 0 0;
}
.account .column .account-info-wrapper h4 {
  font-weight: 700;
  font-size: 1.1em;
  color: #303030;
  background-color: #f5f5f5;
  padding: 1em 1.25em;
  margin: 0;
}
.account .column .account-info-wrapper .account-info-subwrapper {
  display: flex;
  flex-wrap: wrap;
}
.account .column .account-info-wrapper .account-info-subwrapper .contact-info-box {
  width: 48% !important;
  margin-top: 1em;
}
.account .column .account-info-wrapper .account-info-subwrapper .contact-info-box .box-title {
  margin: 0 !important;
}
.account .column .account-info-wrapper .account-info-subwrapper .contact-info-box h5 {
  font-weight: 400;
  font-size: 1.25em;
  color: #303030;
  margin: 0 0 0.5em 0;
}
.account .column .account-info-wrapper .account-info-subwrapper .contact-info-box .contact-edit-btn {
  text-decoration: none;
  color: #071689;
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 0 0.875em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .account-info-wrapper .account-info-subwrapper .contact-info-box .contact-edit-btn:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .account-info-wrapper .account-info-subwrapper .contact-info-box a {
  text-decoration: none;
  color: #071689;
  font-size: 1em;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .account-info-wrapper .account-info-subwrapper .contact-info-box a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .account-info-wrapper .account-info-subwrapper .contact-info-box .box-actions {
  margin: 0.875em 0;
}
.account .column .account-info-wrapper .account-info-subwrapper .contact-info-box .box-actions a {
  text-decoration: none;
  color: #071689;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0.875em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .account-info-wrapper .account-info-subwrapper .contact-info-box .box-actions a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .account .column .account-info-wrapper h4 {
    padding: 0.5em;
  }
  .account .column .account-info-wrapper .account-info-subwrapper {
    display: block;
  }
  .account .column .account-info-wrapper .account-info-subwrapper .contact-info-box {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .account .column .account-info-wrapper .account-info-subwrapper .contact-info-box {
    margin-left: 0;
  }
}
.account .column .block-dashboard-addresses {
  margin-bottom: 20px;
}
.account .column .block-dashboard-addresses .block-title {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.account .column .block-dashboard-addresses .block-title h5 {
  font-weight: 400;
  font-size: 1.25em;
  color: #303030;
  margin: 0;
}
.account .column .block-dashboard-addresses .block-title .contact-edit-btn {
  text-decoration: none;
  color: #071689;
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 0 0.875em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .block-dashboard-addresses .block-title .contact-edit-btn:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .account .column .block-dashboard-addresses .block-title {
    justify-content: space-between;
  }
  .account .column .block-dashboard-addresses .block-title::before {
    display: none !important;
  }
  .account .column .block-dashboard-addresses .block-title::after {
    display: none !important;
  }
}
.account .column .block-dashboard-addresses .block-content {
  display: flex;
  flex-wrap: wrap;
}
.account .column .block-dashboard-addresses .block-content .contact-info-box {
  width: 48% !important;
  border-top: 0.0625em solid #dfdfe0;
  border-bottom: 0.0625em solid #dfdfe0;
}
.account .column .block-dashboard-addresses .block-content .contact-info-box .box-title {
  margin: 1em 0 0 0 !important;
}
.account .column .block-dashboard-addresses .block-content .contact-info-box h5 {
  font-weight: 400;
  font-size: 1.25em;
  color: #303030;
  margin: 0 0 0.5em 0;
}
.account .column .block-dashboard-addresses .block-content .contact-info-box .contact-edit-btn {
  text-decoration: none;
  color: #071689;
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 0 0.875em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .block-dashboard-addresses .block-content .contact-info-box .contact-edit-btn:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .block-dashboard-addresses .block-content .contact-info-box address {
  font-size: 1.05em;
  color: #717171;
  line-height: 1.7em;
  font-weight: 400;
  margin-bottom: 0.875em;
}
.account .column .block-dashboard-addresses .block-content .contact-info-box address a {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .block-dashboard-addresses .block-content .contact-info-box address a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .account .column .block-dashboard-addresses .block-content .contact-info-box {
    width: 100% !important;
  }
  .account .column .block-dashboard-addresses .block-content .ml-30 {
    margin-left: 0;
  }
}
.account .column .block-reviews-dashboard .block-title {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.account .column .block-reviews-dashboard .block-title strong {
  font-weight: 400;
  font-size: 1.25em;
  color: #303030;
  margin: 0;
}
.account .column .block-reviews-dashboard .block-title .view {
  text-decoration: none;
  color: #071689;
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 0 0.875em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .block-reviews-dashboard .block-title .view:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .account .column .block-reviews-dashboard .block-title {
    justify-content: space-between;
  }
  .account .column .block-reviews-dashboard .block-title::before {
    display: none !important;
  }
  .account .column .block-reviews-dashboard .block-title::after {
    display: none !important;
  }
}
.account .column .block-reviews-dashboard .block-content .items .item {
  margin-bottom: 10px;
}
.account .column .block-reviews-dashboard .block-content .items .item a {
  text-decoration: none;
  color: #071689;
}
.account .column .form-edit-account .info {
  width: 100%;
  margin: 0 0 1.5em 0;
}
.account .column .form-edit-account .info legend {
  border: none;
}
.account .column .form-edit-account .info legend span {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  margin: 0 0 0.5em 0;
}
.account .column .form-edit-account .info .fieldset-fullname {
  margin: 0;
}
.account .column .form-edit-account .info .fieldset-fullname .fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.account .column .form-edit-account .info .fieldset-fullname .fields .field {
  width: 48%;
  margin-bottom: 1.25em;
}
.account .column .form-edit-account .info .fieldset-fullname .fields label {
  margin: 0;
}
.account .column .form-edit-account .info .fieldset-fullname .fields label span {
  font-size: 1.01em;
  color: #626262;
}
.account .column .form-edit-account .info .fieldset-fullname .fields .field.required label::after {
  content: '*';
  color: #ff0000;
  font-size: 1.01em;
  margin: 0 0 0 0.3125em;
}
.account .column .form-edit-account .info .fieldset-fullname .fields input {
  width: 100%;
  padding: 1.11em 1em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  margin: 0.9375em 0;
  height: auto;
  box-sizing: border-box;
}
.account .column .form-edit-account .info .fieldset-fullname .fields input:focus {
  box-shadow: none;
}
@media (max-width: 820px) {
  .account .column .form-edit-account .info .fieldset-fullname .fields {
    display: block;
  }
  .account .column .form-edit-account .info .fieldset-fullname .fields .field {
    width: 100%;
  }
}
.account .column .form-edit-account .info .choice input[type="checkbox"] {
  content: '';
  margin: 0 0.68em 0 0;
  position: relative;
  width: 1.25em;
  height: 1.25em;
  top: 0.125em;
  cursor: pointer;
}
.account .column .form-edit-account .info .choice input[type="checkbox"]:focus {
  box-shadow: none;
}
.account .column .form-edit-account .info .choice input[type="checkbox"]:checked {
  background-color: #071689;
}
.account .column .form-edit-account .password {
  width: 100%;
  margin: 0 0 1.5em 0;
}
.account .column .form-edit-account .password legend {
  border: none;
  margin: 0;
}
.account .column .form-edit-account .password legend span {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  margin: 0 0 0.5em 0;
}
.account .column .form-edit-account .password .field {
  width: 100%;
  margin-bottom: 1.25em;
}
.account .column .form-edit-account .password label {
  margin: 0;
}
.account .column .form-edit-account .password label span {
  font-size: 1.01em;
  color: #626262;
}
.account .column .form-edit-account .password .field.required label::after {
  content: '*';
  color: #ff0000;
  font-size: 1.01em;
  margin: 0 0 0 0.3125em;
}
.account .column .form-edit-account .password .control {
  position: relative;
}
.account .column .form-edit-account .password .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.account .column .form-edit-account .password .control input:focus {
  box-shadow: none;
}
.account .column .form-edit-account .password .control #current-password-error,
.account .column .form-edit-account .password .control #password-error,
.account .column .form-edit-account .password .control #password-confirmation-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  color: #ff0000;
  top: 1.5em;
  right: 1em;
  z-index: 11;
}
.account .column .form-edit-account .save {
  background: #071689;
  border: none;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0.12em;
  padding: 0.8em 2.2em !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .form-edit-account .save:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .form-edit-account .save span {
  font-size: 1.25em;
}
.account .column .form-edit-account .secondary .back {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .form-edit-account .secondary .back:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .account .column .form-edit-account .actions-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 2em;
    align-items: center;
  }
  .account .column .form-edit-account .actions-toolbar .primary {
    margin: 0;
  }
}
.account .column .block-addresses-default .block-title,
.account .column .block-addresses-list .block-title {
  margin: 0 0 0.5em 0;
}
.account .column .block-addresses-default .block-title strong,
.account .column .block-addresses-list .block-title strong {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
}
.account .column .block-addresses-default .box-title span,
.account .column .block-addresses-list .box-title span {
  font-weight: 400;
  font-size: 1.25em !important;
  color: #303030;
  margin: 0 0 0.5em 0;
}
.account .column .block-addresses-default .box-content address,
.account .column .block-addresses-list .box-content address {
  font-size: 1em;
  color: #717171;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0.875em;
}
.account .column .block-addresses-default .box-content address a,
.account .column .block-addresses-list .box-content address a {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .block-addresses-default .box-content address a:hover,
.account .column .block-addresses-list .box-content address a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .block-addresses-default .box-actions .edit,
.account .column .block-addresses-list .box-actions .edit {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .block-addresses-default .box-actions .edit span,
.account .column .block-addresses-list .box-actions .edit span {
  font-weight: 700;
  font-size: 1em;
}
.account .column .block-addresses-default .box-actions .edit:hover,
.account .column .block-addresses-list .box-actions .edit:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .block-addresses-default p,
.account .column .block-addresses-list p {
  font-size: 1em;
  color: #717171;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .account .column .block-addresses-default,
  .account .column .block-addresses-list {
    margin-bottom: 1em;
  }
  .account .column .block-addresses-default .box-address-billing,
  .account .column .block-addresses-list .box-address-billing {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .account .column .block-addresses-default .box-address-shipping,
  .account .column .block-addresses-list .box-address-shipping {
    width: 100% !important;
  }
}
.account .column .actions-toolbar {
  padding-top: 1em;
}
.account .column .actions-toolbar .primary {
  text-align: left;
}
.account .column .actions-toolbar .primary button {
  background-color: #071689;
  border: transparent !important;
  padding: 1em 2.2em !important;
  cursor: pointer;
  width: auto;
  margin: 0;
  line-height: normal;
  font-weight: 700;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .actions-toolbar .primary button:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .actions-toolbar .primary button span {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.05em;
}
.account .column div h3 {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}
.account .column .table-wrapper {
  border-bottom: transparent;
  margin: 0;
}
.account .column .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.account .column .table-wrapper table tr th {
  font-size: 1em;
  font-weight: 400;
  padding: 1em 0;
  background: #071689;
  color: #ffffff;
  text-align: center;
}
.account .column .table-wrapper table tr td {
  font-size: 1em;
  padding: 1em 1.25em;
  border: 1px solid #c0c0c0 !important;
  text-align: center;
  color: #303030;
}
.account .column .table-wrapper table tr .action {
  text-decoration: none;
  color: #303030;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .table-wrapper table tr .action:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 639px) {
  .account .column .table-wrapper table tbody tr td::before {
    color: #071689 !important;
  }
}
.account .column .table-wrapper .table-reviews tbody tr td strong a {
  text-decoration: none;
  color: #071689;
}
.account .column .products-reviews-toolbar {
  margin: 1em 0;
}
@media (max-width: 768px) {
  .account .column .toolbar {
    margin: 1em 0;
  }
  .account .column .toolbar .pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .account .column .toolbar .pager p {
    margin-bottom: 0;
  }
  .account .column .toolbar .pager .pages {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 639px) {
  .account .column .toolbar {
    margin-bottom: 1em;
  }
}
.account .column .order-products-toolbar {
  margin: 1em 0;
}
.account .column .order-products-toolbar .pager .toolbar-number {
  font-size: 1em;
  color: #000000;
}
.account .column .order-products-toolbar .pager .limiter strong {
  font-size: 1em;
  color: #000000;
}
.account .column .order-products-toolbar .pager .limiter select {
  color: #000000;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  padding: 0 1em;
}
.account .column .order-products-toolbar .pager .limiter select option:hover {
  background: #071689;
}
.account .column .order-products-toolbar .pager .limiter-text {
  font-size: 1em;
  color: #000000;
  text-transform: capitalize;
}
.account .column .order-products-toolbar .pager .pages ul li {
  margin: 0 1em 0 0;
}
.account .column .order-products-toolbar .pager .pages ul li strong span {
  font-size: 1.3em;
}
.account .column .order-products-toolbar .pager .pages ul li a {
  text-decoration: none;
}
.account .column .order-products-toolbar .pager .pages ul li a span {
  font-size: 1.3em;
  color: #000000;
}
.account .column .order-products-toolbar .pager .pages ul .current {
  background: #071689;
  padding: 0 0.6em;
  border-radius: 0.3em;
}
.account .column .order-products-toolbar .pager .pages ul .current .page {
  color: #ffffff;
}
.account .column .order-products-toolbar .pager .pages ul .pages-item-next a,
.account .column .order-products-toolbar .pager .pages ul .pages-item-previous a {
  text-decoration: none;
  background: #348532;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.account .column .order-products-toolbar .pager .pages ul .pages-item-next a::before,
.account .column .order-products-toolbar .pager .pages ul .pages-item-previous a::before {
  color: #ffffff;
  margin: 0;
}
.account .column .form-newsletter-manage legend {
  border: none;
}
.account .column .form-newsletter-manage legend span {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  margin: 0 0 0.5em 0;
}
.account .column .form-newsletter-manage .choice input[type="checkbox"] {
  content: '';
  margin: 0 0.68em 0 0;
  position: relative;
  width: 1.25em;
  height: 1.25em;
  top: 0.125em;
  cursor: pointer;
}
.account .column .form-newsletter-manage .choice input[type="checkbox"]:focus {
  box-shadow: none;
}
.account .column .form-newsletter-manage .choice input[type="checkbox"]:checked {
  background-color: #071689;
}
.account .column .form-address-edit {
  padding: 0;
}
.account .column .form-address-edit legend {
  border: none;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.account .column .form-address-edit legend span {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  margin: 0 0 0.5em 0;
}
.account .column .form-address-edit .field {
  width: 100%;
  margin: 0;
}
.account .column .form-address-edit .field label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.account .column .form-address-edit .field label::after {
  color: #ff0000;
  font-size: 1em !important;
  margin: 0 0 0 0.2em;
}
.account .column .form-address-edit .field .control {
  position: relative;
}
.account .column .form-address-edit .field .control input {
  width: 100%;
  padding: 1.11em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.account .column .form-address-edit .field .control input:focus {
  box-shadow: none;
}
.account .column .form-address-edit .field .control .field-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 1em;
  color: #ff0000;
  top: 1em;
  right: 1em;
  z-index: 11;
}
.account .column .form-address-edit .field .control .nested {
  display: none;
}
.account .column .form-address-edit .field select {
  width: 100%;
  padding: 1.11em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  box-sizing: border-box;
  margin: 0.9375em 0;
  height: auto;
}
.account .column .form-address-edit .field select:focus {
  box-shadow: none;
}
.account .column .form-address-edit .field .field-tooltip.toggle {
  display: none;
}
.account .column .form-address-edit .fieldset {
  margin: 0;
}
@media (max-width: 820px) {
  .account .column .form-address-edit .fieldset {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media (max-width: 768px) {
  .account .column .form-address-edit .actions-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.account .column .account-section .account-section__title-label {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  margin: 0 0 0.5em 0;
}
.account .column .account-section .account-section__title-view-all-link {
  text-decoration: none;
}
.account .column .order-details-items table {
  min-width: 100%;
  width: auto;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
.account .column .order-details-items table thead tr th.col {
  background-color: #071689;
  color: #ffffff;
  text-align: center;
  padding: 1em;
  font-weight: 600;
  border: 1px solid #e8e8e8 !important;
  vertical-align: middle;
}
.account .column .order-details-items table td {
  border: 1px solid #e8e8e8 !important;
  vertical-align: middle;
}
.account .column .order-details-items table .Product {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 0.05em solid #e8e8e8;
}
.account .column .order-details-items table .Product .product-item-name a {
  font-weight: 400;
  font-size: 1.125em;
  color: #000000;
  text-decoration: none !important;
}
.account .column .order-details-items table .Product .product-item-name a :visited {
  text-decoration: none !important;
}
.account .column .order-details-items table .col.price {
  display: table-cell;
  text-align: center;
  border: 0.05em solid #e8e8e8;
  padding: 1.125em;
}
.account .column .order-details-items table .col.price .price-excluding-tax {
  font-size: 1em;
  color: #000000;
  line-height: normal;
}
.account .column .order-details-items table .col.price .price-excluding-tax .cart-price {
  color: #000000;
}
.account .column .order-details-items table .col.qty {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 1.125em;
  border: 0.05em solid #e8e8e8;
  align-content: center;
}
.account .column .order-details-items table .col.subtotal {
  display: table-cell;
  text-align: center;
  border: 0.05em solid #e8e8e8;
  padding: 1.125em;
}
.account .column .order-details-items table .col.subtotal .price-excluding-tax {
  font-size: 1em;
  color: #000000;
  line-height: normal;
}
.account .column .order-details-items table .col.subtotal .price-excluding-tax .cart-price {
  color: #000000;
}
.account .column .order-details-items table tfoot tr {
  border: 0.05em solid #e8e8e8;
}
.account .column .order-details-items table tfoot tr th {
  background: #f5f5f5;
  color: #000000;
  text-align: right;
  padding-right: 2em;
}
.account .column .order-details-items table tfoot tr td {
  text-align: center;
}
.account .column .order-details-items table tfoot .grand {
  color: #071689;
}
@media only screen and (max-width: 639px) {
  .account .column .order-details-items table tbody tr .col.qty {
    text-align: center !important;
  }
  .account .column .order-details-items table tfoot tr th {
    text-align: center !important;
  }
}
.account .column .order-details-items .actions-toolbar .secondary .back {
  text-decoration: none;
  color: #000000;
}
@media (max-width: 768px) {
  .account .column .order-details-items .order-title {
    display: none;
  }
  .account .column .order-details-items .table-wrapper:not(:last-child) {
    margin-bottom: 0px;
  }
}
.account .column .order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 0;
}
.account .column .order-details-items.invoice .actions-toolbar,
.account .column .shipments .actions-toolbar,
.account .column .creditmemo .actions-toolbar {
  text-align: end;
}
.account .column .order-details-items.invoice .actions-toolbar a,
.account .column .shipments .actions-toolbar a,
.account .column .creditmemo .actions-toolbar a {
  text-decoration: none;
  color: #071689;
}
.account .column .order-details-items.invoice .order-title strong,
.account .column .shipments .order-title strong,
.account .column .creditmemo .order-title strong {
  font-size: 1.1em;
  font-weight: 700;
}
.account .column .order-details-items.invoice .order-title a,
.account .column .shipments .order-title a,
.account .column .creditmemo .order-title a {
  text-decoration: none;
  color: #071689;
}
.account .column .order-details-items.invoice .order-tracking a,
.account .column .shipments .order-tracking a,
.account .column .creditmemo .order-tracking a {
  text-decoration: none;
  color: #071689;
}
.account .column .order-links .item a {
  background: #071689;
  color: #ffffff;
  border: 1px solid #e8e8e8;
  display: block;
  font-weight: 600;
  padding: 1em 1.5em;
}
.account .column .order-links .item strong {
  padding: 1em 1.5em;
}
.account .column .block-order-details-view .block-title strong {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  margin: 0 0 0.5em 0;
}
.account .column .block-order-details-view .box-content address {
  font-size: 1.05em;
  color: #717171;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0.875em;
}
.account .column .block-order-details-view .box-content address a {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .block-order-details-view .box-content address a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column .block-order-details-view .box-title span {
  font-weight: 400;
  font-size: 1.25em !important;
  color: #303030;
  margin: 0 0 0.5em 0;
}
.account .column #wishlist-view-form {
  width: 100%;
  padding: 0;
  margin: 0;
}
.account .column #wishlist-view-form table {
  min-width: 100%;
  width: auto;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
.account .column #wishlist-view-form table thead tr th {
  background-color: #071689;
  color: #ffffff;
  text-align: center;
  padding: 1em;
  font-weight: 600;
}
.account .column #wishlist-view-form table td {
  border: 1px solid #e8e8e8 !important;
}
.account .column #wishlist-view-form table tbody tr .wishlist-image {
  display: table-cell;
  text-align: center;
  padding: 1.125em;
  width: 20%;
}
.account .column #wishlist-view-form table tbody tr .wishlist-image .product-item-photo {
  text-align: -webkit-center;
}
.account .column #wishlist-view-form table tbody tr .wishlist-image .product-item-photo .product-image-container {
  width: 100%;
  height: 100%;
}
.account .column #wishlist-view-form table tbody tr .wishlist-image .product-item-photo .product-image-container .product-image-photo {
  width: 100%;
  height: auto;
}
.account .column #wishlist-view-form table tbody tr .product-name {
  width: 20%;
}
.account .column #wishlist-view-form table tbody tr .product-name .product-item-details {
  display: block;
  vertical-align: top;
  text-align: center;
}
.account .column #wishlist-view-form table tbody tr .product-name .product-item-details strong a {
  font-weight: 400;
  font-size: 1.125em;
  color: #000000;
  text-decoration: none;
}
.account .column #wishlist-view-form table tbody tr .product-name button {
  text-decoration: none;
  background: #071689;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  margin-top: 1em;
  font-weight: 700;
  font-size: 1.05em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  width: max-content;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column #wishlist-view-form table tbody tr .product-name button:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column #wishlist-view-form table tbody tr .qty {
  width: 12%;
}
.account .column #wishlist-view-form table tbody tr .qty input {
  width: 5em;
  padding: 0.5em;
  text-align: center;
  font-weight: 400;
  font-size: 0.9em;
}
.account .column #wishlist-view-form table tbody tr .qty input:focus {
  box-shadow: none;
}
.account .column #wishlist-view-form table tbody tr .price {
  width: 12%;
  font-size: 1em;
  font-weight: 700;
}
.account .column #wishlist-view-form table tbody tr .add-to-basket {
  width: 20%;
}
.account .column #wishlist-view-form table tbody tr .add-to-basket .actions-primary {
  display: block;
}
.account .column #wishlist-view-form table tbody tr .add-to-basket .actions-primary .tocart {
  text-decoration: none;
  background: #348532;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1.05em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  width: auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column #wishlist-view-form table tbody tr .add-to-basket .actions-primary .tocart:hover {
  background: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column #wishlist-view-form table tbody tr .add-to-basket a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column #wishlist-view-form table tbody tr .add-to-basket a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .column #wishlist-view-form table tbody tr .remove {
  width: 10%;
}
.account .column #wishlist-view-form table tbody tr .remove .btn-remove {
  text-decoration: none;
  color: transparent;
  background-image: url(../images/bin-red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.account .column #wishlist-view-form table td {
  display: table-cell;
  text-align: center;
  padding: 1.125em;
}
.account .column #wishlist-view-form table .col.subtotal {
  display: table-cell;
  text-align: center;
  padding: 1.125em;
  border: 0.05em solid #e8e8e8;
  vertical-align: middle;
}
.account .column #wishlist-view-form table .col.actions {
  padding: 1.125em;
  text-align: center;
  vertical-align: middle;
}
.account .column #wishlist-view-form table .col.actions .actions-toolbar {
  text-align: -webkit-center;
}
.account .column #wishlist-view-form table .col.actions .actions-toolbar .action-delete {
  text-decoration: none;
  color: transparent;
  background-image: url(../images/bin-red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
}
@media (max-width: 820px) {
  .account .column #wishlist-view-form {
    overflow-x: scroll;
  }
}
.account .column .wishlist-toolbar .pager .toolbar-amount {
  font-size: 1em;
  color: #000000;
}
.account .column .wishlist-toolbar .pager .limiter strong {
  font-size: 1em;
  color: #000000;
}
.account .column .wishlist-toolbar .pager .limiter select {
  color: #000000;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0.3em;
  padding: 0 1em;
}
.account .column .wishlist-toolbar .pager .limiter select option:hover {
  background: #071689;
}
.account .column .wishlist-toolbar .pager .limiter-text {
  font-size: 1em;
  color: #000000;
  text-transform: capitalize;
}
@media (max-width: 820px) {
  .account .column .wishlist-toolbar .pager .limiter {
    z-index: -1;
  }
}
.account .sidebar-main {
  width: 25% !important;
}
.account .sidebar-main #block-collapsible-nav {
  padding: 0 !important;
  background: transparent;
}
.account .sidebar-main #block-collapsible-nav ul {
  display: block;
  background-color: #f5f5f5;
}
.account .sidebar-main #block-collapsible-nav ul .item {
  border: 0.0625em solid #e2e2e2;
  padding: 1em 1.37em;
  margin: 0;
  position: relative;
}
.account .sidebar-main #block-collapsible-nav ul .item::before {
  position: absolute;
  background-image: url(../images/right-arrow.png);
  color: transparent;
  content: " ";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.account .sidebar-main #block-collapsible-nav ul .item a {
  text-decoration: none;
  color: #6f7285;
  font-weight: 700;
  font-size: 1em;
  position: relative;
  left: 1.2em;
  display: inline-block;
  padding: 0;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .sidebar-main #block-collapsible-nav ul .item a:hover {
  color: #071689;
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1920px) {
  .account .sidebar-main #block-collapsible-nav ul .item::before {
    top: 20px;
  }
}
@media (max-width: 1440px) {
  .account .sidebar-main #block-collapsible-nav ul .item::before {
    top: 17px;
  }
}
@media (max-width: 1366px) {
  .account .sidebar-main #block-collapsible-nav ul .item::before {
    top: 15px;
  }
}
@media (max-width: 1024px) {
  .account .sidebar-main #block-collapsible-nav ul .item::before {
    top: 18px;
  }
}
.account .sidebar-main #block-collapsible-nav ul .current {
  color: #071689;
}
.account .sidebar-main #block-collapsible-nav ul .current::before {
  display: none;
}
.account .sidebar-main #block-collapsible-nav ul .current strong {
  color: #071689;
  font-weight: 700;
  font-size: 1.3em;
  text-transform: capitalize;
  padding: 0;
  border: none;
}
.account .sidebar-additional {
  width: 25% !important;
  padding-right: 2%;
  margin-top: 2.5em;
}
.account .sidebar-additional .block-compare {
  background-color: #f5f5f5;
  margin: 0;
  border: 1px solid #e2e2e2;
}
.account .sidebar-additional .block-compare .block-title {
  margin: 0;
}
.account .sidebar-additional .block-compare .block-title strong {
  color: #071689;
  font-weight: 700;
  font-size: 1.43em;
  text-transform: capitalize;
  padding: 1.01em 0 1.01em 1.01em;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}
.account .sidebar-additional .block-compare .block-title .counter {
  color: #717171;
  font-size: 1em;
  padding: 1em;
}
.account .sidebar-additional .block-compare .empty {
  border-top: 1px solid #e2e2e2;
  padding: 1em;
  height: auto;
}
.account .sidebar-additional .block-compare .block-content {
  padding: 1em;
}
.account .sidebar-additional .block-compare .block-content ol {
  padding: 0;
}
.account .sidebar-additional .block-compare .block-content ol li input[type="checkbox"] {
  position: relative;
  width: 1.25em;
  height: 1.25em;
}
.account .sidebar-additional .block-compare .block-content ol li input[type="checkbox"]:focus {
  box-shadow: none;
}
.account .sidebar-additional .block-compare .block-content ol li input[type="checkbox"]:checked {
  background-color: #071689;
}
.account .sidebar-additional .block-compare .block-content ol li .product-item-name a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  font-size: 1.15em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .sidebar-additional .block-compare .block-content ol li .product-item-name a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .sidebar-additional .block-compare .block-content .compare {
  background-color: #071689;
  border: none;
  color: #ffffff !important;
  font-weight: 700;
  width: auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .sidebar-additional .block-compare .block-content .compare:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .sidebar-additional .block-compare .block-content .clear {
  color: #071689;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .sidebar-additional .block-compare .block-content .clear:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .sidebar-additional .block-reorder {
  background-color: #f5f5f5;
  margin: 0;
  border: 1px solid #e2e2e2;
  margin-top: 2.5em;
}
.account .sidebar-additional .block-reorder .block-title {
  margin: 0;
}
.account .sidebar-additional .block-reorder .block-title strong {
  color: #071689;
  font-weight: 700;
  font-size: 1.43em;
  text-transform: capitalize;
  padding: 1.25em 0 1.25em 1.25em;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}
.account .sidebar-additional .block-reorder #reorder-validate-detail {
  padding: 1em;
}
.account .sidebar-additional .block-reorder #reorder-validate-detail .subtitle {
  padding: 0 1em;
}
.account .sidebar-additional .block-reorder #reorder-validate-detail ol {
  padding: 1em;
}
.account .sidebar-additional .block-reorder #reorder-validate-detail ol li input[type="checkbox"] {
  position: relative;
  width: 1.25em;
  height: 1.25em;
}
.account .sidebar-additional .block-reorder #reorder-validate-detail ol li input[type="checkbox"]:focus {
  box-shadow: none;
}
.account .sidebar-additional .block-reorder #reorder-validate-detail ol li input[type="checkbox"]:checked {
  background-color: #071689;
}
.account .sidebar-additional .block-reorder #reorder-validate-detail ol li .product-item-name a {
  text-decoration: none;
  cursor: pointer;
}
.account .sidebar-additional .block-reorder #reorder-validate-detail ol li .product-item-name a span {
  color: #000000;
  font-size: 1.15em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .sidebar-additional .block-reorder #reorder-validate-detail ol li .product-item-name a span:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1440px) {
  .account .sidebar-additional .block-reorder #reorder-validate-detail ol li input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    top: 0;
  }
}
.account .sidebar-additional .block-reorder #reorder-validate-detail .tocart {
  background-color: #071689;
  border: none;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1em;
  padding: 0.5em 1em;
  margin: 0;
  line-height: normal;
  border-radius: 0.375em;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .sidebar-additional .block-reorder #reorder-validate-detail .tocart:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .sidebar-additional .block-reorder #reorder-validate-detail .action {
  color: #071689;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.account .sidebar-additional .block-reorder #reorder-validate-detail .action:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .account .sidebar-additional .block-reorder #reorder-validate-detail .actions-toolbar {
    display: flex;
    justify-content: space-between;
  }
  .account .sidebar-additional .block-reorder #reorder-validate-detail .actions-toolbar .tocart {
    padding: 1em 2.2em;
  }
}
@media (max-width: 820px) {
  .account .columns {
    padding: 1.5em 0;
    display: block;
  }
  .account .column {
    width: 65% !important;
  }
  .account .sidebar-main {
    width: 33% !important;
  }
  .account .sidebar-additional {
    width: 33% !important;
  }
}
@media (max-width: 768px) {
  .account .column {
    width: 100% !important;
  }
  .account .sidebar-main {
    width: 100% !important;
    position: relative;
    order: 1;
  }
  .account .active_parts_part {
    display: flex;
    flex-wrap: wrap;
  }
  .account .columns .column.main {
    order: 2;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .account .block-collapsible-nav {
    position: static;
    top: 0;
    margin: 0;
  }
  .account .block-collapsible-nav:nth-child(even) {
    display: none;
  }
  .account .block-collapsible-nav .title {
    background: #071689;
  }
  .account .block-collapsible-nav .title::after {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    top: 0px;
    right: 10px;
  }
  .account .block-collapsible-nav .title strong {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.25em;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .account .page-main {
    padding-top: 0 !important;
    position: relative;
  }
}
.ml-30 {
  margin-left: 1.87em;
}
.customer-review .product-details {
  margin: 0 !important;
}
.customer-review .product-details .product-media {
  float: none;
  margin: 0;
  max-width: 285px;
  width: 30%;
}
.customer-review .product-details .product-media a {
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .customer-review .product-details .product-media {
    max-width: none;
    width: auto;
  }
}
.customer-review .product-details .product-info {
  margin: 1em 0;
}
.customer-review .product-details .product-info h2 {
  margin: 0;
  color: #071689;
  line-height: normal;
  font-size: 1.1em;
  font-weight: 600;
}
.customer-review .review-details .review-title {
  margin-top: 0;
  line-height: normal;
}
.catalog-product-view .page-header .header_part .header_right .main_navigation .nav-links ul li {
  padding: 0;
}
.catalog-product-view .media {
  width: 50% !important;
  margin: 0;
  padding: 2.5em 0 0 0;
}
.catalog-product-view .media .gallery-placeholder .fotorama__img {
  width: 100%;
  height: 100%;
}
.catalog-product-view .media .gallery-placeholder .fotorama__thumb-border {
  border: 1px solid #071689;
}
.catalog-product-view .product-info-main {
  padding: 2.5em 0 0 0;
  width: 45% !important;
}
.catalog-product-view .product-info-main .product h1 {
  font-size: 1.5em;
  margin: 0;
}
.catalog-product-view .product-info-main .product h1 span {
  text-align: center;
  font-size: 1em;
  color: #071689;
  font-weight: 700;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  margin: 0;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions {
  margin: 1em 0;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions a {
  text-decoration: none;
  font-size: 1.3em;
  color: #348532;
}
.catalog-product-view .product-info-main .product-info-price {
  color: #348532;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  color: #ff0000;
  padding: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-container .price {
  font-size: 1.1em;
  line-height: normal;
}
.catalog-product-view .product-info-main .product-add-form {
  padding: 0;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table {
  min-width: 100%;
  width: auto;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table thead tr {
  background-color: #071689;
  color: #ffffff;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table thead tr .item {
  width: 55%;
  text-align: left;
  align-content: center;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table thead tr .price {
  width: 15%;
  text-align: center;
  align-content: center;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table thead tr .pack-size {
  width: 15%;
  text-align: center;
  align-content: center;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table thead tr .qty {
  width: 15%;
  text-align: center;
  align-content: center;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table tbody tr .item {
  font-size: 0.7em;
  text-align: left;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table tbody tr .item .product-item-name {
  color: #071689;
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table tbody tr td {
  text-align: center;
  align-content: center;
  font-size: 0.9em;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table tbody tr td .price-container .price {
  font-size: 1.05em;
  font-weight: 700;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table tbody tr td .qty input {
  width: 5em !important;
  padding: 0.4em;
  text-align: center;
  font-weight: 400;
  font-size: 0.9em;
  height: auto;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table tbody tr td .qty input:focus {
  box-shadow: none;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table tbody tr td .qty div.mage-error {
  display: none !important;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table tbody tr .unavailable {
  color: #ff0000;
}
.catalog-product-view .product-info-main .product-add-form .table-wrapper table .col.item {
  width: auto;
}
@media (max-width: 768px) {
  .catalog-product-view .product-info-main .product-add-form .table-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 639px) {
  .catalog-product-view .product-info-main .product-add-form .table-wrapper table thead tr th {
    display: table-cell !important;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper table tbody tr {
    border: 1px solid #e8e8e8;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper table tbody tr td {
    display: table-cell !important;
  }
  .catalog-product-view .product-info-main .product-add-form .table-wrapper table .col.item {
    width: 100%;
  }
}
.catalog-product-view .product-info-main .product-add-form .box-tocart {
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions #product-addtocart-button {
  margin: 0;
  width: auto;
  background: #071689;
  border: none;
  border-radius: 0.375em;
  line-height: normal;
  padding: 1em 2.25em;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions #product-addtocart-button:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions #product-addtocart-button span {
  color: #ffffff;
  font-weight: 700;
  font-size: 1em;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .qty input {
  width: 5em !important;
  padding: 0.4em;
  text-align: center;
  font-weight: 400;
  font-size: 0.9em;
  height: auto;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .qty input:focus {
  box-shadow: none;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .qty div.mage-error {
  display: none !important;
}
.catalog-product-view .product-info-main .product-add-form .update {
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form .update .actions #product-updatecart-button {
  margin: 0;
  width: auto;
  background: #071689;
  border: none;
  border-radius: 0.375em;
  line-height: normal;
  padding: 1em 2.25em;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .product-info-main .product-add-form .update .actions #product-updatecart-button:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .product-info-main .product-add-form .update .actions #product-updatecart-button span {
  color: #ffffff;
  font-weight: 700;
  font-size: 1em;
}
.catalog-product-view .product-info-main .product-social-links {
  background-color: #f5f5f5;
  padding: 1.2em;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist {
  text-decoration: none;
  color: #ffffff;
  letter-spacing: normal;
  display: inline-block;
  background: #071689;
  align-content: center;
  border-radius: 0.375em;
  padding: 0.7em 1.5em;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist::before {
  background-image: url(../images/wishlist.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 30px;
  height: 30px;
  color: transparent;
  margin: 0px 10px 0 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist span {
  font-weight: 400;
  font-size: 0.9em;
}
@media (max-width: 1680px) {
  .catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist {
    padding: 0.7em 1.02em;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist::before {
    display: none;
  }
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare {
  text-decoration: none;
  color: #ffffff;
  letter-spacing: normal;
  display: inline-block;
  background: #071689;
  align-content: center;
  border-radius: 0.375em;
  padding: 0.7em 1.5em;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare::before {
  background-image: url(../images/comparision.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 35px;
  height: 35px;
  color: transparent;
  margin: 0px 10px 0 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare span {
  font-weight: 400;
  font-size: 0.9em;
}
@media (max-width: 768px) {
  .catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare::before {
    display: none;
  }
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .header-icon {
  align-content: center;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .header-icon a {
  display: flex;
  text-decoration: none;
  width: 2.6em;
  height: 2.6em;
  background: #348532;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  gap: 0.7em;
  align-items: center;
  font-size: 1em;
  color: #ffffff;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .header-icon a img {
  width: 20px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .header-icon a:hover {
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .add-to-links {
  width: 100%;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .add-to-links table tr td {
  font-size: 1em;
  padding: 1em 1.25em;
  border: 1px solid #c0c0c0;
  text-align: center;
  color: #303030;
}
.catalog-product-view .detailed {
  width: 50%;
  float: left;
  margin: 2.5em 0;
}
.catalog-product-view .detailed .mage-tabs-disabled {
  margin: 0;
}
.catalog-product-view .detailed .mage-tabs-disabled .item.title .switch {
  font-weight: 400 !important;
  line-height: normal;
  font-size: 1.2em !important;
  color: #000000 !important;
  text-decoration: none;
  border: 1px solid #071689 !important;
  height: auto;
  padding: 1em 2.05em !important;
}
.catalog-product-view .detailed .mage-tabs-disabled .item.title .switch::hover {
  background: #071689;
}
@media (max-width: 768px) {
  .catalog-product-view .detailed .mage-tabs-disabled .item.title {
    margin: 0;
  }
  .catalog-product-view .detailed .mage-tabs-disabled .item.title .switch {
    padding: 0.8em 0.8em !important;
  }
  .catalog-product-view .detailed .mage-tabs-disabled .item.title .switch::after {
    top: 12px;
    font-size: 24px;
    color: #071689;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .detailed .mage-tabs-disabled #tab-label-reviews {
    margin-top: 20px;
  }
}
.catalog-product-view .detailed .mage-tabs-disabled .content {
  background: #ffffff !important;
  border: 1px solid #071689 !important;
  margin-top: 69px !important;
}
.catalog-product-view .detailed .mage-tabs-disabled .content .description .value {
  color: #000000;
}
.catalog-product-view .detailed .mage-tabs-disabled .content .description .value p {
  color: #000000;
}
.catalog-product-view .detailed .mage-tabs-disabled .content .description .value p strong {
  color: #071689;
}
.catalog-product-view .detailed .mage-tabs-disabled .content .description .value p a {
  text-decoration: none;
  color: #071689;
}
.catalog-product-view .detailed .mage-tabs-disabled .content .description .value p span {
  text-decoration: none !important;
}
.catalog-product-view .detailed .mage-tabs-disabled .content .description .value ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.catalog-product-view .detailed .mage-tabs-disabled .content .description .value ul li {
  position: relative;
  margin: 0 0 1.5em 1.938em;
}
.catalog-product-view .detailed .mage-tabs-disabled .content .description .value ul li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625em;
  left: -1.875em;
  top: 0;
}
@media (max-width: 1920px) {
  .catalog-product-view .detailed .mage-tabs-disabled .content {
    margin-top: 59px !important;
  }
}
@media (max-width: 1680px) {
  .catalog-product-view .detailed .mage-tabs-disabled .content {
    margin-top: 59px !important;
  }
}
@media (max-width: 1440px) {
  .catalog-product-view .detailed .mage-tabs-disabled .content {
    margin-top: 55px !important;
  }
}
@media (max-width: 1366px) {
  .catalog-product-view .detailed .mage-tabs-disabled .content {
    margin-top: 54px !important;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .detailed .mage-tabs-disabled .content {
    margin-top: 57px !important;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .detailed .mage-tabs-disabled .content {
    margin: 0 0 20px 0 !important;
    border-top: none !important;
    padding: 20px !important;
  }
}
.catalog-product-view .detailed .mage-tabs-disabled #product-review-container .review-list .block-title strong {
  color: #071689;
  font-size: 1.1em;
  font-weight: 700;
}
.catalog-product-view .detailed .mage-tabs-disabled #product-review-container .review-list .block-content .review-item {
  padding: 0.5em 0;
}
.catalog-product-view .detailed .mage-tabs-disabled #product-review-container .review-list .block-content .review-item .review-title {
  margin: 0 0 12px 0;
  line-height: normal;
  color: #000000;
}
.catalog-product-view .detailed .mage-tabs-disabled #product-review-container .review-list .block-content .review-item .review-content-container .review-content {
  font-weight: 700;
  color: #348532;
  margin-bottom: 10px;
  font-size: 18px;
}
.catalog-product-view .detailed .mage-tabs-disabled #product-review-container .review-list .block-content .review-item .review-content-container .review-details {
  font-weight: 700;
  color: #348532;
  font-size: 18px;
}
.catalog-product-view .detailed .mage-tabs-disabled #product-review-container .review-list .block-content .review-item .review-content-container .review-details .review-author .review-details-value {
  font-weight: 700;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form {
  width: 100%;
  max-width: 100%;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form legend {
  border: none;
  margin-bottom: 10px;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form legend span {
  color: #348532;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: capitalize;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form legend strong {
  color: #071689;
  font-weight: 700;
  font-size: 1.04em;
  text-transform: capitalize;
  margin: 0.5em 0;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form label {
  font-size: 1.1em;
  font-weight: 400;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form label::after {
  color: #ff0000;
  font-size: 0.7em;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form .control {
  position: relative;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form .control input {
  width: 100%;
  padding: 0.875em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form .control input:focus {
  box-shadow: none;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form .control #coupon_code-error,
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form .control #nickname_field-error,
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form .control #summary_field-error,
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form .control #review_field-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  color: #ff0000;
  top: 1.5em;
  right: 1em;
  z-index: 11;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form textarea {
  border-radius: 0.375em;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form .review-form-actions {
  margin-top: 1em;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form .review-form-actions .action {
  margin: 0;
  width: auto;
  background: #071689;
  border: none;
  border-radius: 0.375em;
  line-height: normal;
  padding: 1em 2.05em;
  font-family: 'lato';
  font-size: 1em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form .review-form-actions .action:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form .review-form-actions .action span {
  color: #ffffff;
  font-weight: 700;
  font-size: 1em;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add #review-form .review-fieldset {
  margin: 0;
}
.catalog-product-view .detailed .mage-tabs-disabled .review-add .additional_info {
  margin: 0;
}
.catalog-product-view .box-tags {
  width: 45%;
  float: right;
  background-color: #f5f5f5;
  padding: 1.2em;
  margin: 2.5em 0;
  box-sizing: border-box;
}
.catalog-product-view .box-tags h2 {
  font-weight: 700;
  font-size: 1.8em;
  color: #071689;
  margin-top: 0;
}
.catalog-product-view .box-tags #addTagForm label {
  margin-bottom: 1em;
}
.catalog-product-view .box-tags #addTagForm .input-box {
  position: relative;
}
.catalog-product-view .box-tags #addTagForm .input-box input {
  width: 100%;
  padding: 1.5em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
}
.catalog-product-view .box-tags #addTagForm .input-box input:focus {
  box-shadow: none;
}
.catalog-product-view .box-tags #addTagForm .input-box #advice-required-entry-productTagName {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  color: #ff0000;
  top: 1.5em;
  right: 1em;
  z-index: 11;
}
.catalog-product-view .box-tags #addTagForm button {
  margin: 0;
  width: auto;
  background: #071689;
  border: none;
  border-radius: 0.375em;
  line-height: normal;
  padding: 1em 2.05em;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .box-tags #addTagForm button:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.catalog-product-view .box-tags #addTagForm button span {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.09em;
}
.catalog-product-view .box-tags .note {
  margin: 1em 0;
}
@media (max-width: 768px) {
  .catalog-product-view .box-tags {
    padding: 1.5em;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .media {
    width: 100% !important;
  }
  .catalog-product-view .product-info-main {
    width: 100% !important;
  }
  .catalog-product-view .detailed {
    width: 100%;
    margin: 0 !important;
  }
  .catalog-product-view .box-tags {
    width: 100%;
  }
}
.customer-account-forgotpassword .page-title-wrapper {
  display: none;
}
.customer-account-forgotpassword .forget {
  padding: 2.5em 0;
  width: 100% !important;
}
.customer-account-forgotpassword .forget .fieldset {
  padding: 1.5em;
  text-align: left;
  max-width: 50%;
  background-color: #f5f5f5;
  margin: 0 auto;
  letter-spacing: 0;
  position: relative;
  box-sizing: border-box;
}
.customer-account-forgotpassword .forget .fieldset::after {
  margin-top: 0.5em !important;
  color: #ff0000 !important;
  font-size: 0.8em !important;
  position: absolute;
  top: 35%;
  right: 35px;
}
.customer-account-forgotpassword .forget .fieldset label {
  font-weight: 400;
  font-size: 1.1em;
}
.customer-account-forgotpassword .forget .fieldset label::after {
  font-size: 1.1em !important;
  margin: 0 !important;
  color: #ff0000 !important;
}
.customer-account-forgotpassword .forget .fieldset label span {
  color: #626262;
}
.customer-account-forgotpassword .forget .fieldset .control {
  position: relative;
}
.customer-account-forgotpassword .forget .fieldset .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  height: auto;
  border-radius: 0.375em;
}
.customer-account-forgotpassword .forget .fieldset .control input:focus {
  box-shadow: none;
}
.customer-account-forgotpassword .forget .fieldset .control #email_address-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  color: #ff0000;
  top: 1.5em;
  right: 1em;
  z-index: 11;
}
.customer-account-forgotpassword .forget .actions-toolbar {
  width: 50%;
  padding-top: 1.5em;
  text-align: center;
  margin: 0 auto;
}
.customer-account-forgotpassword .forget .actions-toolbar .submit {
  width: auto;
  background: #071689;
  color: #ffffff;
  padding: 1em 2.05em;
  font-weight: 700;
  font-size: 1.05em;
  border: none;
  border-radius: 0.375em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customer-account-forgotpassword .forget .actions-toolbar .submit:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customer-account-forgotpassword .forget .actions-toolbar .submit span {
  font-family: "Lato", sans-serif;
}
.customer-account-forgotpassword .forget .actions-toolbar .back {
  text-decoration: none;
  color: #071689;
  font-size: 1em;
  display: block;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customer-account-forgotpassword .forget .actions-toolbar .back:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1280px) {
  .customer-account-forgotpassword .forget .fieldset {
    max-width: 100%;
    padding: 1.5em;
  }
  .customer-account-forgotpassword .forget .actions-toolbar {
    width: 100%;
    padding: 1.5em 0;
  }
}
.customer-account-createpassword .reset {
  padding: 2.5em 0;
  width: 100% !important;
}
.customer-account-createpassword .reset .fieldset {
  padding: 1.5em;
  text-align: left;
  max-width: 50%;
  background-color: #f5f5f5;
  margin: 0 auto;
  letter-spacing: 0;
  position: relative;
  box-sizing: border-box;
}
.customer-account-createpassword .reset .fieldset::after {
  margin-top: 0.5em !important;
  color: #ff0000 !important;
  font-size: 0.8em !important;
  position: absolute;
  top: 35%;
  right: 35px;
}
.customer-account-createpassword .reset .fieldset label {
  font-weight: 400;
  font-size: 1.1em;
}
.customer-account-createpassword .reset .fieldset label::after {
  font-size: 1.1em !important;
  margin: 0 !important;
  color: #ff0000 !important;
}
.customer-account-createpassword .reset .fieldset label span {
  color: #626262;
}
.customer-account-createpassword .reset .fieldset .control {
  position: relative;
}
.customer-account-createpassword .reset .fieldset .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  height: auto;
  border-radius: 0.375em;
}
.customer-account-createpassword .reset .fieldset .control input:focus {
  box-shadow: none;
}
.customer-account-createpassword .reset .fieldset .control #password-error,
.customer-account-createpassword .reset .fieldset .control #password-confirmation-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.8em;
  color: #ff0000;
  top: 1.5em;
  right: 1em;
  z-index: 11;
}
.customer-account-createpassword .reset .fieldset .control #password-strength-meter-container #password-strength-meter {
  z-index: auto;
}
.customer-account-createpassword .reset .fieldset .field.password .control {
  display: block !important;
}
.customer-account-createpassword .reset .actions-toolbar {
  width: auto;
  padding-top: 1.5em;
  text-align: center;
}
.customer-account-createpassword .reset .actions-toolbar .primary {
  float: none;
  width: auto;
}
.customer-account-createpassword .reset .actions-toolbar .submit {
  background: #071689;
  color: #ffffff;
  padding: 1em 2.05em;
  font-weight: 700;
  font-size: 1.05em;
  border: none;
  border-radius: 0.375em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customer-account-createpassword .reset .actions-toolbar .submit:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customer-account-createpassword .reset .actions-toolbar .submit span {
  font-family: "Lato", sans-serif;
}
.customer-account-createpassword .reset .actions-toolbar .back {
  text-decoration: none;
  color: #071689;
  font-size: 1em;
  display: block;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.customer-account-createpassword .reset .actions-toolbar .back:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1280px) {
  .customer-account-createpassword .reset .fieldset {
    max-width: 100%;
    padding: 1.5em;
  }
  .customer-account-createpassword .reset .actions-toolbar {
    width: 100%;
    padding: 1.5em 0;
  }
}
/* animation menu hamburger */
.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  cursor: pointer;
  z-index: 2;
  background: #ffffff;
}
@media (max-width: 1280px) {
  .menu-btn {
    display: flex;
  }
}
.menu-btn .menu-btn__lines,
.menu-btn .menu-btn__lines::before,
.menu-btn .menu-btn__lines::after {
  width: 2em;
  height: 0.2em;
  background: #071689;
  transition: all 0.4s ease-in-out;
}
.menu-btn .menu-btn__lines::before,
.menu-btn .menu-btn__lines::after {
  content: "";
  position: absolute;
}
.menu-btn .menu-btn__lines::before {
  transform: translateY(-0.5em);
}
.menu-btn .menu-btn__lines::after {
  transform: translateY(0.5em);
}
.menu-btn.open .menu-btn__lines {
  transform: translateX(0.7em);
  background: transparent;
}
.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5em, 0.5em);
  background: #348532;
}
.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5em, -0.5em);
  background: #348532;
}
.expand-btn::after {
  position: absolute;
  top: 50%;
  right: -18px;
  content: '';
  background-image: url(../images/caret-down.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(0);
  transition: 0.25s;
}
@media (max-width: 1280px) {
  .expand-btn::after {
    right: 16px;
    transform: translateY(0%) rotate(0deg);
    top: 16px;
    transition: 0;
  }
}
.expand-btn.open {
  color: #348532;
}
.expand-btn.open:after {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1280px) {
  .expand-btn.open:after {
    transform: translateY(0%) rotate(0deg);
    top: 16px;
    transition: 0;
  }
}
/* navbar */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .navbar {
    padding: 1em 0;
  }
}
.navbar.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
}
.navbar .logo {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar .menu-items {
  display: flex;
  align-items: center;
  gap: 2.3em;
  margin: 0;
  padding-left: 0;
}
@media (max-width: 1280px) {
  .navbar .menu-items {
    scrollbar-gutter: stable;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: -webkit-fill-available;
    height: 100%;
    padding: 5.5em 0em 0 0em;
    background: #1e1d2f;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: 0.3s ease-out;
  }
  .navbar .menu-items.open {
    transform: translateY(0);
    z-index: -1;
  }
}
.navbar .menu-items > li > .menu-item {
  padding: 1.5em 1em;
}
@media (max-width: 1280px) {
  .navbar .menu-items > li > .menu-item {
    padding: 1em 1em;
  }
  .navbar .menu-items > li {
    border-bottom: 0.05em solid #ffffff1f;
    padding: 1em 0;
  }
}
.navbar .menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .dropdown {
  position: relative;
}
@media (min-width: 1279px) {
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .navbar .dropdown:hover > .expand-btn:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (min-width: 1279px) {
  .navbar .dropdown .dropdown-right .expand-btn:after,
  .navbar .dropdown .dropdown-left .expand-btn:after {
    right: 0.625em;
  }
}
@media (max-width: 1280px) {
  .navbar .dropdown .dropdown-right .expand-btn:after,
  .navbar .dropdown .dropdown-left .expand-btn:after {
    right: 16px;
  }
}
@media (min-width: 1279px) {
  .navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0em;
    width: 335px;
    padding: 0 0;
    background: #1e1d2f;
    border-radius: 0 0 0;
    opacity: 0;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    visibility: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
  }
}
@media (min-width: 1279px) and (max-width: 1920px) {
  .navbar .dropdown-menu {
    width: 270px;
  }
}
@media (min-width: 1279px) and (max-width: 1680px) {
  .navbar .dropdown-menu {
    width: 270px;
  }
}
@media (min-width: 1279px) and (max-width: 1440px) {
  .navbar .dropdown-menu {
    width: 230px;
  }
}
@media (min-width: 1279px) and (max-width: 1280px) {
  .navbar .dropdown-menu {
    width: 190px;
  }
}
@media (max-width: 1280px) {
  .navbar .dropdown-menu {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    padding-left: 1em;
    overflow: hidden;
  }
}
.navbar .menu-right {
  top: 0;
  left: 100%;
}
@media (max-width: 1280px) {
  .navbar .menu-right {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding-left: 1.5em;
  }
}
.navbar .menu-left {
  top: 0;
  left: -100%;
}
@media (max-width: 1280px) {
  .navbar .menu-left {
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 1.5em;
  }
  .navbar .menu-left:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(75%);
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
  }
}
.navbar .menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.1em;
  transition: 0.25s;
}
.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
  margin-bottom: 0;
}
.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}
.navbar ul li a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 1280px) {
  .navbar ul li a {
    font-weight: 700;
    position: static;
    padding: 0 1em;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 1280px) {
  .navbar .dropdownMega {
    position: inherit !important;
  }
}
@media (min-width: 1280px) {
  .navbar .mega-menu {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  }
}
@media (max-width: 1280px) {
  .navbar .mega-menu {
    position: relative;
    display: none;
    padding-left: 0;
  }
}
.navbar .mega-menu .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  background: #171b27;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1280px) {
  .navbar .mega-menu .content {
    grid-template-columns: auto;
  }
}
@media (min-width: 1280px) {
  .navbar .mega-menu .content {
    padding: 1.5em 1em;
  }
}
@media (max-width: 1280px) {
  .navbar .mega-menu .content .col {
    padding: 0;
    width: 100%;
  }
}
.navbar .category .content .col .img-wrapper {
  margin: 1rem 0;
}
.navbar .blog .content {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 179px) {
  .navbar .blog .content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.navbar .blog .content .col .img-wrapper {
  margin-bottom: 1rem;
}
.navbar .blog .content .col .menu-title {
  font-weight: normal;
}
.navbar .blog .content .col .menu-title a {
  transition: 0.25s;
}
.navbar .blog .content .col .menu-title a:hover {
  color: #ff5722;
}
.navbar .content .col {
  display: flex;
  flex-direction: column;
}
.navbar .content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
.navbar .content .col .img-wrapper:hover img {
  transform: scale(1.1);
}
.navbar .content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.navbar .content .col img {
  width: 100%;
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}
.navbar .content .col .menu-title {
  color: #fff;
  font-size: 1.125em;
  line-height: 1.125em;
  border-left: 2px solid #ff5722;
  padding-left: 0.625em;
}
@media (max-width: 1280px) {
  .navbar .content .col .menu-title {
    font-size: 0.875em;
  }
}
.navbar .content .col p {
  margin-top: 0.625em;
  margin-bottom: 0.625em;
  font-size: 0.813em;
  line-height: 1.6em;
  color: #ffffff;
}
.navbar .content .col .mega-links {
  padding-left: 1em;
  border-left: 1px solid #3c3c3c;
}
@media (max-width: 179px) {
  .navbar .content .col .mega-links {
    border-left: 0;
    padding-left: 0;
  }
  .navbar .content .col .mega-links li {
    margin: 0;
  }
  .navbar .content .col .mega-links li a {
    padding: 0 0.5em;
  }
}
.navbar .content .col .mega-links li {
  margin: 1em 0;
}
.navbar .content .col .mega-links li a {
  padding: 0;
}
@media (max-width: 1280px) {
  .overflow {
    overflow: hidden;
  }
}
@media (max-width: 1280px) {
  .overlay {
    position: fixed;
    z-index: 500;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .overlay.overlay--active {
    opacity: 1;
    visibility: visible;
    z-index: -11;
  }
}
.navbar .dropdown-menu {
  margin: 0;
  padding: 0 !important;
}
@media (max-width: 1280px) {
  .navbar .dropdown-menu {
    padding: 0.5em 0 !important;
  }
}
.navbar .dropdown-menu li {
  padding: 0.8em 0.8em !important;
  width: 100%;
  margin: 0 !important;
  border-bottom: 0.05em solid #ffffff1f;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navbar .dropdown-menu li:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1280px) {
  .navbar .dropdown-menu li:hover {
    background: transparent;
    padding: 0.8em 0 !important;
  }
}
@media (max-width: 1280px) {
  .navbar .dropdown-menu li {
    padding: 0.8em 0 !important;
  }
}
.navbar .dropdown-menu li:last-child {
  border-bottom: 0;
}
.navbar .dropdown-menu li a {
  text-transform: capitalize !important;
  padding: 0 !important;
  line-height: 1;
}
@media (max-width: 1280px) {
  .navbar .dropdown-menu li a {
    padding: 0 1em !important;
    line-height: 1.2em;
  }
}
#checkout_multishipping_form {
  padding: 2.5em 0;
}
#checkout_multishipping_form table {
  min-width: 100%;
  width: auto;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
#checkout_multishipping_form table thead tr th.col {
  background-color: #071689;
  color: #ffffff;
  text-align: center;
  padding: 1em;
  font-weight: 700;
  border: 1px solid #e8e8e8 !important;
  width: auto;
}
#checkout_multishipping_form table td {
  border: 1px solid #e8e8e8 !important;
  padding: 1em;
}
#checkout_multishipping_form table thead tr th.col.product {
  width: 25%;
}
#checkout_multishipping_form table thead tr th.col.qty {
  width: 15%;
}
#checkout_multishipping_form table thead tr th.col.address {
  width: 50%;
}
#checkout_multishipping_form table thead tr th.col.actions {
  width: 15%;
}
#checkout_multishipping_form table tbody .product {
  display: table-cell;
  vertical-align: middle;
}
#checkout_multishipping_form table tbody .product .product-item-name {
  display: block;
  text-align: center;
}
#checkout_multishipping_form table tbody .product .product-item-name a {
  font-weight: 400;
  font-size: 1em;
  color: #000000;
  text-decoration: none;
}
#checkout_multishipping_form table tbody .col.qty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#checkout_multishipping_form table tbody .col.qty input {
  width: 5em;
  padding: 0.5em;
  text-align: center;
  font-weight: 400;
  font-size: 1em;
  height: auto;
}
#checkout_multishipping_form table tbody .col.qty input:focus {
  box-shadow: none;
}
#checkout_multishipping_form table tbody .col.qty button {
  background: #071689;
  color: #ffffff;
  padding: 0.5em 1.5em;
  font-weight: 500;
  font-size: 1em;
  border: transparent;
  margin-top: 0.75em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#checkout_multishipping_form table tbody .col.qty button:hover {
  background: #348532;
}
#checkout_multishipping_form table tbody .address {
  display: table-cell;
  text-align: -webkit-center;
}
#checkout_multishipping_form table tbody .address select {
  width: 100%;
  padding: 0.8em 1em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  box-sizing: border-box;
  margin: 0.9375em 0;
  height: auto;
}
#checkout_multishipping_form table tbody .address select:focus {
  box-shadow: none;
}
#checkout_multishipping_form table tbody .actions {
  vertical-align: middle;
  text-align: center;
  align-content: center;
}
#checkout_multishipping_form table tbody .actions .delete {
  text-decoration: none;
  color: transparent;
  background-image: url(../images/bin-red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
}
#checkout_multishipping_form .actions-toolbar .primary {
  margin: 0;
}
#checkout_multishipping_form .actions-toolbar .primary .continue {
  text-decoration: none;
  background: #071689;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#checkout_multishipping_form .actions-toolbar .primary .continue:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 820px) {
  #checkout_multishipping_form .actions-toolbar .primary .continue {
    padding: 0.8em 0.8em !important;
  }
}
#checkout_multishipping_form .actions-toolbar .secondary {
  margin: 0;
}
#checkout_multishipping_form .actions-toolbar .secondary .update {
  text-decoration: none;
  background: #348532;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  margin: 0 1.25em;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#checkout_multishipping_form .actions-toolbar .secondary .update:hover {
  background: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#checkout_multishipping_form .actions-toolbar .secondary .add {
  text-decoration: none;
  background: #071689;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  margin: 0 1.25em;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#checkout_multishipping_form .actions-toolbar .secondary .add:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#checkout_multishipping_form .actions-toolbar .secondary .back {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  margin: 0.5em 0 0 0.8em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#checkout_multishipping_form .actions-toolbar .secondary .back:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 820px) {
  #checkout_multishipping_form .actions-toolbar .secondary .update {
    padding: 0.8em 0.8em !important;
  }
  #checkout_multishipping_form .actions-toolbar .secondary .add {
    margin: 0;
    padding: 0.8em 0.8em !important;
  }
  #checkout_multishipping_form .actions-toolbar .secondary .back {
    margin-left: 1em;
  }
}
@media (max-width: 768px) {
  #checkout_multishipping_form .actions-toolbar {
    display: flex;
    align-items: center;
  }
  #checkout_multishipping_form .actions-toolbar .secondary {
    display: flex;
  }
}
@media only screen and (max-width: 639px) {
  #checkout_multishipping_form table tbody tr td::before {
    color: #071689;
  }
  #checkout_multishipping_form table tbody tr .product {
    display: block;
    text-align: center;
  }
  #checkout_multishipping_form table tbody tr .product .product-item-name {
    display: inline-block;
  }
  #checkout_multishipping_form table tbody tr .col.qty {
    display: block;
  }
  #checkout_multishipping_form table tbody tr .address {
    display: block;
  }
  #checkout_multishipping_form table tbody tr .address .field.address {
    display: inline-block;
  }
  #checkout_multishipping_form table tbody tr .actions {
    display: block;
  }
  #checkout_multishipping_form table tbody tr .actions .delete {
    display: inline-flex;
  }
}
#shipping_method_form {
  padding: 2.5em 0;
}
#shipping_method_form .block-shipping .block-title {
  margin: 0 0 0.5em 0;
}
#shipping_method_form .block-shipping .block-title strong {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
}
#shipping_method_form .block-shipping .box-title span {
  font-weight: 400;
  font-size: 1.25em !important;
  color: #303030;
  margin: 0 0 0.5em 0;
}
#shipping_method_form .block-shipping .box-title a {
  text-decoration: none;
  margin: 0 0 0 1em;
}
#shipping_method_form .block-shipping .box-title a span {
  color: #071689;
  font-weight: 700;
}
#shipping_method_form .block-shipping .box-content address {
  font-size: 1.2em;
  color: #717171;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0.875em;
}
#shipping_method_form .block-shipping .box-content address a {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#shipping_method_form .block-shipping .box-content address a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#shipping_method_form .block-shipping .box-actions .edit {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#shipping_method_form .block-shipping .box-actions .edit span {
  font-weight: 700;
  font-size: 1em;
}
#shipping_method_form .block-shipping .box-actions .edit:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#shipping_method_form .block-shipping p {
  font-size: 1em;
  color: #717171;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0;
}
#shipping_method_form .block-shipping .box-shipping-address {
  width: 33%;
}
#shipping_method_form .block-shipping .box-shipping-method {
  width: 33%;
}
#shipping_method_form .block-shipping .box-items {
  width: 33%;
}
@media (max-width: 820px) {
  #shipping_method_form .block-shipping .box-shipping-address,
  #shipping_method_form .block-shipping .box-shipping-method,
  #shipping_method_form .block-shipping .box-items {
    width: 100%;
  }
  #shipping_method_form .block-shipping .box-shipping-method {
    padding: 0;
    margin: 1.5em 0;
  }
}
#shipping_method_form table {
  min-width: 100%;
  width: auto;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
#shipping_method_form table thead tr th.col {
  background-color: #071689;
  color: #ffffff;
  text-align: center;
  padding: 1em;
  font-weight: 700;
  border: 1px solid #e8e8e8 !important;
}
#shipping_method_form table td {
  border: 1px solid #e8e8e8 !important;
  padding: 1em;
}
#shipping_method_form table .item {
  display: table-cell;
  vertical-align: middle;
}
#shipping_method_form table .item .product-item-name {
  display: block;
  text-align: center;
}
#shipping_method_form table .item .product-item-name a {
  font-weight: 400;
  font-size: 1em;
  color: #000000;
  text-decoration: none;
}
#shipping_method_form table .col.qty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  #shipping_method_form table thead tr .item {
    display: none;
  }
  #shipping_method_form table thead tr .col.qty {
    display: none;
  }
  #shipping_method_form table tbody tr td::before {
    color: #071689;
  }
  #shipping_method_form table tbody tr .item {
    display: block;
    text-align: center;
  }
  #shipping_method_form table tbody tr .item .product-item-name {
    display: inline-block;
  }
  #shipping_method_form table tbody tr .col.qty {
    display: block;
  }
}
#shipping_method_form .actions-toolbar .primary .continue {
  text-decoration: none;
  background: #071689;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#shipping_method_form .actions-toolbar .primary .continue:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#shipping_method_form .actions-toolbar .secondary {
  margin: 0;
  float: right;
}
#shipping_method_form .actions-toolbar .secondary .back {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.5em 0 0 0;
}
#shipping_method_form .actions-toolbar .secondary .back:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  #shipping_method_form .actions-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#multishipping-billing-form {
  padding: 2.5em 0;
}
#multishipping-billing-form .block-billing .block-title {
  margin: 0 0 0.5em 0;
}
#multishipping-billing-form .block-billing .block-title strong {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
}
#multishipping-billing-form .block-billing .box-title span {
  font-weight: 400;
  font-size: 1.25em !important;
  color: #303030;
  margin: 0 0 0.5em 0;
}
#multishipping-billing-form .block-billing .box-title a {
  text-decoration: none;
  margin: 0 0 0 1em;
}
#multishipping-billing-form .block-billing .box-title a span {
  color: #071689;
  font-weight: 700;
}
#multishipping-billing-form .block-billing .box-content address {
  font-size: 1.2em;
  color: #717171;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0.875em;
}
#multishipping-billing-form .block-billing .box-content address a {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#multishipping-billing-form .block-billing .box-content address a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#multishipping-billing-form .block-billing .box-billing-method {
  width: 50%;
}
#multishipping-billing-form .block-billing .box-billing-method legend {
  font-size: 1.25em;
  border: none;
  margin: 0 0 10px 0;
}
#multishipping-billing-form .block-billing .box-billing-method .checkout-payment-method .item-title {
  margin-bottom: 0.5em;
}
#multishipping-billing-form .block-billing .box-billing-method .checkout-payment-method .item-title input[type="radio"] {
  margin: 0;
  width: 1.3em;
  height: 1.3em;
}
#multishipping-billing-form .block-billing .box-billing-method .checkout-payment-method .item-title input[type="radio"]:focus {
  box-shadow: none;
}
#multishipping-billing-form .block-billing .box-billing-method .checkout-payment-method .item-title label {
  margin-left: 0.5em;
}
#multishipping-billing-form .block-billing .box-billing-method .checkout-payment-method .field label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
#multishipping-billing-form .block-billing .box-billing-method .checkout-payment-method .field label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
#multishipping-billing-form .block-billing .box-billing-method .checkout-payment-method .field .control {
  position: relative;
}
#multishipping-billing-form .block-billing .box-billing-method .checkout-payment-method .field .control input {
  width: 100%;
  padding: 1.5em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
}
#multishipping-billing-form .block-billing .box-billing-method .checkout-payment-method .field .control input:focus {
  box-shadow: none;
}
#multishipping-billing-form .block-billing .box-billing-method .checkout-payment-method dl {
  margin: 1em 0;
}
#multishipping-billing-form .block-billing .box-billing-address {
  width: 50%;
}
@media (max-width: 820px) {
  #multishipping-billing-form .block-billing .box-billing-method,
  #multishipping-billing-form .block-billing .box-billing-address {
    width: 100%;
    padding-left: 0;
  }
}
#multishipping-billing-form .actions-toolbar .primary .continue {
  text-decoration: none;
  background: #071689;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  margin: 0;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#multishipping-billing-form .actions-toolbar .primary .continue:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#multishipping-billing-form .actions-toolbar .secondary {
  margin: 0;
  float: right;
}
#multishipping-billing-form .actions-toolbar .secondary .back {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  margin: 0.5em 0 0 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#multishipping-billing-form .actions-toolbar .secondary .back:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  #multishipping-billing-form .actions-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#review-order-form {
  padding: 2.5em 0;
}
#review-order-form .block-shipping .block-title {
  margin: 0 0 0.5em 0;
}
#review-order-form .block-shipping .block-title strong {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
}
#review-order-form .block-shipping .box-title span {
  font-weight: 400;
  font-size: 1.25em !important;
  color: #303030;
  margin: 0 0 0.5em 0;
}
#review-order-form .block-shipping .box-title a {
  text-decoration: none;
  margin: 0 0 0 1em;
}
#review-order-form .block-shipping .box-title a span {
  color: #071689;
  font-weight: 700;
}
#review-order-form .block-shipping .box-content address {
  font-size: 1.2em;
  color: #717171;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0.875em;
}
#review-order-form .block-shipping .box-content address a {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#review-order-form .block-shipping .box-content address a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#review-order-form .block-shipping .box-actions .edit {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#review-order-form .block-shipping .box-actions .edit span {
  font-weight: 700;
  font-size: 1em;
}
#review-order-form .block-shipping .box-actions .edit:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#review-order-form .block-shipping p {
  font-size: 1em;
  color: #717171;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0;
}
#review-order-form .block-shipping .box-shipping-address,
#review-order-form .block-shipping .box-shipping-method {
  width: 50%;
}
#review-order-form .block-billing .block-title {
  margin: 0 0 0.5em 0;
}
#review-order-form .block-billing .block-title strong {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
}
#review-order-form .block-billing .box-title span {
  font-weight: 400;
  font-size: 1.25em !important;
  color: #303030;
  margin: 0 0 0.5em 0;
}
#review-order-form .block-billing .box-title a {
  text-decoration: none;
  margin: 0 0 0 1em;
}
#review-order-form .block-billing .box-title a span {
  color: #071689;
  font-weight: 700;
}
#review-order-form .block-billing .box-billing-address {
  width: 50%;
}
#review-order-form .block-billing .box-billing-address .box-content address {
  font-size: 1.2em;
  color: #717171;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0.875em;
}
#review-order-form .block-billing .box-billing-address .box-content address a {
  text-decoration: none;
  color: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#review-order-form .block-billing .box-billing-address .box-content address a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#review-order-form .block-billing .box-billing-method {
  width: 50%;
}
#review-order-form .block-billing .box-billing-method legend {
  border: none;
}
#review-order-form .block-billing .box-billing-method .checkout-payment-method .item-title input[type="radio"] {
  margin: 0;
  width: 1.3em;
  height: 1.3em;
}
#review-order-form .block-billing .box-billing-method .checkout-payment-method .item-title input[type="radio"]:focus {
  box-shadow: none;
}
#review-order-form .block-billing .box-billing-method .checkout-payment-method .item-title label {
  margin-left: 0.5em;
}
#review-order-form .block-billing .box-billing-method .checkout-payment-method .field label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
#review-order-form .block-billing .box-billing-method .checkout-payment-method .field label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
#review-order-form .block-billing .box-billing-method .checkout-payment-method .field .control {
  position: relative;
}
#review-order-form .block-billing .box-billing-method .checkout-payment-method .field .control input {
  width: 100%;
  padding: 1.5em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
}
#review-order-form .block-billing .box-billing-method .checkout-payment-method .field .control input:focus {
  box-shadow: none;
}
#review-order-form table {
  min-width: 100%;
  width: auto;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
#review-order-form table thead tr th.col {
  background-color: #071689;
  color: #ffffff;
  text-align: left;
  padding: 1em;
  font-weight: 600;
}
#review-order-form table td {
  border: 1px solid #e8e8e8 !important;
  vertical-align: middle;
}
#review-order-form table thead .item a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}
#review-order-form table .Product {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 0.05em solid #e8e8e8;
}
#review-order-form table .Product .product-item-name a {
  font-weight: 400;
  font-size: 1.125em;
  color: #000000;
  text-decoration: none !important;
}
#review-order-form table .Product .product-item-name a :visited {
  text-decoration: none !important;
}
#review-order-form table .col.price {
  display: table-cell;
  text-align: center;
  border: 0.05em solid #e8e8e8;
  padding: 1.125em;
}
#review-order-form table .col.price .price-excluding-tax {
  font-size: 1em;
  color: #000000;
  line-height: normal;
}
#review-order-form table .col.price .price-excluding-tax .cart-price {
  color: #000000;
  font-size: 1em;
}
#review-order-form table .col.qty {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 1.125em;
  border: 0.05em solid #e8e8e8;
}
#review-order-form table .col.subtotal {
  display: table-cell;
  text-align: center;
  border: 0.05em solid #e8e8e8;
  padding: 1.125em;
}
#review-order-form table .col.subtotal .price-excluding-tax {
  font-size: 1em;
  color: #000000;
  line-height: normal;
}
#review-order-form table .col.subtotal .price-excluding-tax .cart-price {
  color: #000000;
  font-size: 1em;
}
#review-order-form table tfoot tr td {
  text-align: center;
}
#review-order-form table tfoot .grand {
  color: #071689;
}
@media only screen and (max-width: 639px) {
  #review-order-form table thead tr .item {
    display: none;
  }
  #review-order-form table thead tr .col.qty {
    display: none;
  }
  #review-order-form table thead tr .col.price {
    display: none;
  }
  #review-order-form table thead tr .col.subtotal {
    display: none;
  }
  #review-order-form table tbody tr td::before {
    color: #071689;
  }
  #review-order-form table tbody tr .item {
    display: block;
    text-align: center;
  }
  #review-order-form table tbody tr .item .product-item-name {
    display: inline-block;
  }
  #review-order-form table tbody tr .col.qty {
    display: block;
  }
}
#review-order-form .checkout-review .actions-toolbar .primary .action {
  text-decoration: none;
  background: #071689;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  margin: 0;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#review-order-form .checkout-review .actions-toolbar .primary .action:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#review-order-form .checkout-review .actions-toolbar .secondary {
  margin: 0;
  float: right;
}
#review-order-form .checkout-review .actions-toolbar .secondary .back {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#review-order-form .checkout-review .actions-toolbar .secondary .back:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  #review-order-form .checkout-review .actions-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #review-order-form .checkout-review .actions-toolbar .secondary a {
    margin: 0;
  }
}
.multicheckout {
  padding: 2.5em 0;
}
.multicheckout p {
  color: #303030;
}
.multicheckout h3 {
  color: #348532;
  font-weight: 700;
  font-size: 1.5em !important;
}
.multicheckout .orders-succeed ul li .order-id a {
  text-decoration: none;
  color: #071689;
}
.multicheckout .orders-succeed ul li .shipping-item {
  margin-left: 140px !important;
}
.multicheckout .actions-toolbar .primary .action {
  text-decoration: none;
  background: #071689;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  margin: 0;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.multicheckout .actions-toolbar .primary .action:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.multicheckout .actions-toolbar .secondary {
  margin: 0;
}
.multicheckout .actions-toolbar .secondary a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.5em 0 0 0;
}
.multicheckout .actions-toolbar .secondary a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .multicheckout .actions-toolbar .primary .action {
    width: auto;
  }
}
.multicheckout .box-actions a {
  color: #071689;
  text-decoration: none;
  font-weight: 700;
  margin: 0.5em 0 0 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.multicheckout .box-actions a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.form-address-edit {
  padding: 2.5em 0;
}
.form-address-edit legend {
  border: none;
}
.form-address-edit legend span {
  color: #071689;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: capitalize;
  margin: 0 0 0.5em 0;
}
.form-address-edit .field {
  width: 100%;
}
.form-address-edit .field .label {
  font-weight: 400 !important;
  font-size: 1em;
  color: #626262;
}
.form-address-edit .field .label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.form-address-edit .field .control {
  position: relative;
}
.form-address-edit .field .control input {
  width: 100%;
  padding: 1.5em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
}
.form-address-edit .field .control input:focus {
  box-shadow: none;
}
.form-address-edit .field .control .field-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 1em;
  color: #ff0000;
  top: 1em;
  right: 1em;
  z-index: 11;
}
.form-address-edit .field select {
  width: 100%;
  padding: 0.8em 1em;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  box-sizing: border-box;
  margin: 0.9375em 0;
  height: auto;
}
.form-address-edit .field select:focus {
  box-shadow: none;
}
.form-address-edit .field .nested {
  display: none;
}
.form-address-edit .field .field-tooltip.toggle {
  display: none;
}
.form-address-edit .billing {
  width: 50%;
  float: left;
}
.form-address-edit .billing input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
  width: 1.3em;
  height: 1.3em;
}
.form-address-edit .billing input[type="checkbox"]:focus {
  box-shadow: none;
}
.form-address-edit .shipping {
  width: 50%;
  float: right;
}
.form-address-edit .shipping input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
  width: 1.3em;
  height: 1.3em;
}
.form-address-edit .shipping input[type="checkbox"]:focus {
  box-shadow: none;
}
.form-address-edit .actions-toolbar .primary .save {
  text-decoration: none;
  background: #071689;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  margin: 0;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.form-address-edit .actions-toolbar .primary .save:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.form-address-edit .actions-toolbar .secondary .back {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.form-address-edit .actions-toolbar .secondary .back:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 820px) {
  .form-address-edit .fieldset {
    width: 100% !important;
    margin: 0;
  }
}
.about-section .about-main-title {
  text-align: center;
  font-weight: 400;
  font-size: 2.5em;
  padding: 0 0 1em 0;
  color: #071689;
  text-transform: uppercase;
  margin: 0;
}
.about-section table {
  width: 100%;
  border-collapse: collapse;
}
.about-section table tr th {
  font-size: 1.12em;
  font-weight: 400;
  padding: 1em 0;
  text-align: center;
}
.about-section table tr td {
  font-size: 1em;
  padding: 1em 1.25em;
  border: 1px solid #c0c0c0;
  text-align: center;
  color: #303030;
}
.poa-checkout-form {
  padding: 2.5em 0;
}
.poa-checkout-form h3 {
  color: #071689;
  font-weight: 700;
  font-size: 1.87em;
  margin-top: 0;
  margin-bottom: 1em;
}
.poa-checkout-form #poa_form .registration-form {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 1em;
  flex-wrap: wrap;
}
.poa-checkout-form #poa_form .registration-form li {
  width: 49%;
  position: relative;
}
.poa-checkout-form #poa_form .registration-form li label {
  font-weight: 400;
  font-size: 1.1em;
}
.poa-checkout-form #poa_form .registration-form li label span {
  color: #ff0000;
}
.poa-checkout-form #poa_form .registration-form li input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.poa-checkout-form #poa_form .registration-form li input:focus {
  box-shadow: none;
}
.poa-checkout-form #poa_form .registration-form li #name_error,
.poa-checkout-form #poa_form .registration-form li #email_error,
.poa-checkout-form #poa_form .registration-form li #telephone_error {
  content: '';
  position: absolute;
  right: 1em;
  top: 4em;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
}
@media (max-width: 820px) {
  .poa-checkout-form #poa_form .registration-form {
    display: block;
  }
  .poa-checkout-form #poa_form .registration-form li {
    width: 100%;
  }
}
.poa-checkout-form #poa_form table {
  min-width: 100%;
  width: auto;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
.poa-checkout-form #poa_form table .order-table-bdr {
  background-color: #071689;
  color: #ffffff;
  text-align: center;
  padding: 1em;
  font-weight: 600;
}
.poa-checkout-form #poa_form table td {
  border: 1px solid #e8e8e8 !important;
  vertical-align: middle;
}
.poa-checkout-form #poa_form table tbody tr h4 {
  font-size: 1.01em;
}
.poa-checkout-form #poa_form table tbody tr h4 a {
  text-decoration: none;
  color: #071689;
}
.poa-checkout-form #poa_form #heared4us-buttons-container {
  text-align: center;
  margin-top: 1.5em;
}
.poa-checkout-form #poa_form #heared4us-buttons-container .btn-default {
  background: #071689;
  color: #ffffff;
  padding: 1em 2.25em;
  font-weight: 700;
  font-size: 1em;
  border: none;
  border-radius: 0.375em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.poa-checkout-form #poa_form #heared4us-buttons-container .btn-default:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.results .block {
  margin-bottom: 18px !important;
}
.results .block .item a {
  text-decoration: none;
  color: #348532;
}
.results .toolbar-products .pages ul li {
  margin: 0 1em 0 0;
}
.results .toolbar-products .pages ul li strong span {
  font-size: 1.3em;
}
.results .toolbar-products .pages ul li a {
  text-decoration: none;
}
.results .toolbar-products .pages ul li a span {
  font-size: 1.3em;
  color: #000000;
}
.results .toolbar-products .pages ul .current {
  background: #071689;
  padding: 0 0.6em;
  border-radius: 0.3em;
}
.results .toolbar-products .pages ul .current .page {
  color: #ffffff;
}
.results .toolbar-products .pages ul .pages-item-next a,
.results .toolbar-products .pages ul .pages-item-previous a {
  text-decoration: none;
  background: #348532;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.results .toolbar-products .pages ul .pages-item-next a::before,
.results .toolbar-products .pages ul .pages-item-previous a::before {
  color: #ffffff;
  margin: 0;
}
.results .toolbar-products .sorter .sorter-action {
  position: absolute;
  top: 3px;
  display: inline-block;
  text-decoration: none;
}
.results .toolbar-products .sorter .sorter-action::before {
  content: '';
  position: relative;
  width: 20px;
  height: 22px;
  right: 0;
  top: 0;
  text-decoration: none;
  background: url(../images/arrow-up.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.results .toolbar-products .sorter .sort-desc {
  rotate: 180deg;
}
.results .toolbar-products .sorter .sort-asc {
  rotate: 0deg;
}
.results .toolbar-products .sorter .sorter-options {
  width: 162px;
  height: auto;
  padding: 7px 14px;
  background: #f5f5f5;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  color: #8a8a8a;
  font-size: 15px;
  margin: 0 12px;
}
.results .toolbar-products .sorter .sorter-options option {
  color: #8a8a8a;
  font-size: 15px;
}
.results .toolbar-products .sorter .sorter-options:focus {
  box-shadow: none;
}
.results .toolbar-products .modes .modes-mode {
  background: transparent;
  box-shadow: none;
  border: none;
  color: none;
}
.results .toolbar-products .modes .modes-mode::before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/category-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.results .toolbar-products .modes .mode-list::before {
  content: '';
  width: 22px;
  height: 18px;
  background: url(../images/list-category-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.results .toolbar-products .toolbar-amount {
  display: none;
}
.results .products ol {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 40px;
  padding-left: 0;
}
.results .products ol li {
  margin: 0px !important;
  text-align: center;
  font-size: 16px;
  width: calc(31.33333333%) !important;
  background: #f5f5f5;
}
.results .products ol li .product-item-info {
  cursor: pointer;
  width: auto;
  background: #f5f5f5;
  padding: 2em;
  height: auto;
}
.results .products ol li .product-item-info:hover {
  background: #f5f5f5;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 2em;
  height: auto;
}
.results .products ol li .product-item-info a {
  text-decoration: none;
  display: inline-block;
}
.results .products ol li .product-item-info .product-item-details .product-item-link {
  text-decoration: none;
  font-size: 20px;
  color: #2b2b2b;
  margin: 27px 0 17px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.results .products ol li .product-item-info .product-item-details .price-box {
  margin: 10px 0 10px;
}
.results .products ol li .product-item-info .product-item-details .price-box .price-label {
  font-size: 1em;
  display: none;
}
.results .products ol li .product-item-info .product-item-details .price-box .price {
  color: #ff0000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.results .products ol li .product-item-info .product-item-details .product-item-inner {
  background: #f5f5f5;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0 2em;
  right: 0;
  left: 0;
  position: absolute;
  display: block;
  width: auto;
  height: auto;
}
.results .products ol li .product-item-info .product-item-details .product-item-inner .actions-primary {
  float: left;
}
.results .products ol li .product-item-info .product-item-details .product-item-inner .actions-primary .tocart {
  text-decoration: none;
  background: #071689;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1.05em;
  vertical-align: middle;
  width: auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.results .products ol li .product-item-info .product-item-details .product-item-inner .actions-primary .tocart:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.results .products ol li .product-item-info .product-item-details .product-item-inner .actions-primary .tocart span {
  font-family: "Lato", sans-serif;
}
@media (max-width: 639px) {
  .results .products ol li .product-item-info .product-item-details .product-item-inner .actions-primary {
    display: inline-block;
  }
}
.results .products ol li .product-item-info .product-item-details .product-item-inner .actions-secondary {
  float: right;
}
.results .products ol li .product-item-info .product-item-details .product-item-inner .towishlist {
  background: #348532;
  line-height: normal;
  text-align: center;
  width: auto;
  padding: 0.6em;
  border-radius: 0.375em;
}
.results .products ol li .product-item-info .product-item-details .product-item-inner .towishlist::before {
  background-image: url(../images/wishlist.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 24px;
  color: transparent;
  margin: 0;
}
.results .products ol li .product-item-info .product-item-details .product-item-inner .tocompare {
  background: #348532;
  line-height: normal;
  text-align: center;
  width: auto;
  padding: 0.6em;
  border-radius: 0.375em;
  margin-left: 3px;
}
.results .products ol li .product-item-info .product-item-details .product-item-inner .tocompare::before {
  background-image: url(../images/comparision.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 24px;
  color: transparent;
  margin: 0;
}
.results .products ol li .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0 !important;
}
.results .products ol li .product-item-info .product-item-details .product-item-inner::before {
  background: transparent;
}
@media (max-width: 1680px) {
  .results .products ol li {
    width: calc(31.33333333%) !important;
  }
}
@media (max-width: 1440px) {
  .results .products ol li {
    width: calc(47%) !important;
  }
}
@media (max-width: 820px) {
  .results .products ol li {
    margin-right: 0.5em;
  }
}
@media (max-width: 639px) {
  .results .products ol li {
    width: calc(99%) !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.results .products ol .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: 0;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  width: auto;
}
@media (max-width: 1920px) {
  .results .products ol {
    gap: 20px;
  }
}
.results .products-list .product-item {
  display: table;
  width: 100% !important;
  padding: 20px;
}
.results .products-list .product-item .product-item-info {
  width: auto;
  height: auto;
  padding: 0;
}
.results .products-list .product-item .product-item-info:hover {
  width: auto;
  height: auto;
}
.results .products-list .product-item .product-item-info .product-item-photo {
  padding: 0;
  width: auto;
}
.results .products-list .product-item .product-item-info .product-item-details {
  display: table-cell;
  vertical-align: middle;
}
.results .products-list .product-item .product-item-info .product-item-details .product-item-inner {
  position: relative;
  padding: 0;
}
.results .products-list .product-item .product-item-info .product-item-details .product-item-inner .product-item-description {
  margin: 0px 0;
  display: none;
}
.sidebar-additional {
  width: 25% !important;
  padding-right: 2%;
  margin-top: 0em;
}
.sidebar-additional .block-compare {
  background-color: #f5f5f5;
  margin: 0;
  border: 1px solid #e2e2e2;
}
.sidebar-additional .block-compare .block-title {
  margin: 0;
}
.sidebar-additional .block-compare .block-title strong {
  color: #071689;
  font-weight: 700;
  font-size: 1.43em;
  text-transform: capitalize;
  padding: 1.25em 0 1.25em 1.25em;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}
.sidebar-additional .block-compare .block-title .counter {
  color: #717171;
  font-size: 1em;
  padding: 1em;
}
.sidebar-additional .block-compare .empty {
  border-top: 1px solid #e2e2e2;
  padding: 1em;
  height: auto;
}
.sidebar-additional .block-compare .block-content {
  padding: 1em;
}
.sidebar-additional .block-compare .block-content ol {
  padding: 0;
}
.sidebar-additional .block-compare .block-content ol li input[type="checkbox"] {
  position: relative;
  width: 1.25em;
  height: 1.25em;
}
.sidebar-additional .block-compare .block-content ol li input[type="checkbox"]:focus {
  box-shadow: none;
}
.sidebar-additional .block-compare .block-content ol li input[type="checkbox"]:checked {
  background-color: #071689;
}
.sidebar-additional .block-compare .block-content ol li .product-item-name a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  font-size: 1.15em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-additional .block-compare .block-content ol li .product-item-name a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-additional .block-compare .block-content .compare {
  background-color: #071689;
  border: none;
  color: #ffffff !important;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-additional .block-compare .block-content .compare:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-additional .block-compare .block-content .clear {
  color: #071689;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-additional .block-compare .block-content .clear:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-additional .block-reorder {
  background-color: #f5f5f5;
  margin: 0;
  border: 1px solid #e2e2e2;
  margin-top: 2.5em;
}
.sidebar-additional .block-reorder .block-title {
  margin: 0;
}
.sidebar-additional .block-reorder .block-title strong {
  color: #071689;
  font-weight: 700;
  font-size: 1.43em;
  text-transform: capitalize;
  padding: 1.25em 0 1.25em 1.25em;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}
.sidebar-additional .block-reorder #reorder-validate-detail {
  padding: 1em;
}
.sidebar-additional .block-reorder #reorder-validate-detail .subtitle {
  padding: 0 1em;
}
.sidebar-additional .block-reorder #reorder-validate-detail ol {
  padding: 1em;
}
.sidebar-additional .block-reorder #reorder-validate-detail ol li input[type="checkbox"] {
  position: relative;
  width: 1.25em;
  height: 1.25em;
}
.sidebar-additional .block-reorder #reorder-validate-detail ol li input[type="checkbox"]:focus {
  box-shadow: none;
}
.sidebar-additional .block-reorder #reorder-validate-detail ol li input[type="checkbox"]:checked {
  background-color: #071689;
}
.sidebar-additional .block-reorder #reorder-validate-detail ol li .product-item-name a {
  text-decoration: none;
  cursor: pointer;
}
.sidebar-additional .block-reorder #reorder-validate-detail ol li .product-item-name a span {
  color: #000000;
  font-size: 1.15em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-additional .block-reorder #reorder-validate-detail ol li .product-item-name a span:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1440px) {
  .sidebar-additional .block-reorder #reorder-validate-detail ol li input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    top: 0;
  }
}
.sidebar-additional .block-reorder #reorder-validate-detail .tocart {
  background-color: #071689;
  border: none;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1em;
  padding: 0.5em 1em;
  margin: 0;
  line-height: normal;
  border-radius: 0.375em;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-additional .block-reorder #reorder-validate-detail .tocart:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-additional .block-reorder #reorder-validate-detail .action {
  color: #071689;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-additional .block-reorder #reorder-validate-detail .action:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 768px) {
  .sidebar-additional .block-reorder #reorder-validate-detail .actions-toolbar {
    display: flex;
    justify-content: space-between;
  }
  .sidebar-additional .block-reorder #reorder-validate-detail .actions-toolbar .tocart {
    padding: 1em 2.2em;
  }
}
@media (max-width: 820px) {
  .sidebar-additional .block-reorder {
    margin: 1em 0;
  }
}
@media (max-width: 1024px) {
  .sidebar-additional {
    width: 100% !important;
    padding-right: 0;
  }
}
.catalogsearch-result-index .column.main {
  width: 75% !important;
}
@media (max-width: 1024px) {
  .catalogsearch-result-index .column.main {
    width: 100% !important;
  }
}
.page-title-wrapper .page-title {
  margin: 0;
  padding: 0;
  color: #071689;
  font-weight: 400;
  text-transform: capitalize;
}
#search_autocomplete {
  overflow: auto;
  top: 65%;
}
#search_autocomplete .listbox {
  height: 450px;
  min-height: 500px;
}
.catalogsearch-result-index .page-title-wrapper {
  padding: 1.5em 0;
  text-align: center;
}
.cms-no-route .product-detail-title {
  padding: 1.5em 0 1em 0;
  font-size: 1.8em;
  color: #071689;
  text-transform: uppercase;
  margin: 0px;
  font-weight: 700;
}
.cms-no-route .not-found-pages dl dt {
  font-size: 1.3em;
}
.cms-no-route .not-found-pages dl dd ul li .edit-basket-link {
  text-decoration: none;
  color: #071689;
}
.clients-and-projects-section {
  padding: 2.5em 0;
}
.clients-and-projects-section .about-main-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #071689;
}
.clients-and-projects-section .about-content p {
  color: #717171;
  font-weight: 400;
  line-height: 1.5em;
}
.company-registration-wrapper {
  padding: 2.5em 0;
}
.company-registration-wrapper h1 {
  color: #071689;
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  margin-bottom: 1em;
}
.product-compare-section {
  padding: 2.5em 0;
}
.product-compare-section .hidden-print {
  text-decoration: none;
  color: #071689;
}
.product-compare-section .comparison table thead tr td .delete {
  background-color: #071689;
  border-radius: 0.3em;
  padding: 0.3em 0.5em;
  margin: 0 !important;
}
.product-compare-section .comparison table thead tr td .delete::before {
  color: transparent !important;
  background-image: url(../images/close-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle !important;
  display: block !important;
  width: 20px;
  height: 20px;
}
@media (max-width: 639px) {
  .product-compare-section .comparison table thead tr td .delete {
    margin: 0.5em 0 0 0 !important;
  }
}
.product-compare-section .comparison table tbody tr td.info .product-item-name a {
  text-decoration: none;
  color: #071689;
}
.product-compare-section .comparison table tbody tr td.info .product-item-actions .actions-primary .tocart {
  text-decoration: none;
  background: #348532;
  color: #ffffff;
  padding: 0.8em 1.5em !important;
  border: none;
  cursor: pointer;
  border-radius: 0.375em;
  line-height: normal;
  font-weight: 700;
  font-size: 1.05em;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  width: auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-compare-section .comparison table tbody tr td.info .product-item-actions .actions-primary .tocart:hover {
  background: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-compare-section .comparison table tbody tr td.info .product-item-actions .actions-secondary {
  margin-left: 1.5em;
}
.product-compare-section .comparison table tbody tr td.info .product-item-actions .actions-secondary .towishlist {
  text-decoration: none;
  display: block;
  width: auto;
  height: auto;
  line-height: normal;
}
.product-compare-section .comparison table tbody tr td.info .product-item-actions .actions-secondary .towishlist::before {
  width: 0;
  color: transparent;
  line-height: normal;
}
.product-compare-section .comparison table tbody tr td.info .product-item-actions .actions-secondary .towishlist span {
  color: #348532;
  display: inline-block;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
@media (max-width: 639px) {
  .product-compare-section .comparison table tbody tr td.info .product-item-actions .actions-secondary {
    margin: 1.5em 0 0 0;
  }
}
.product-compare-section .comparison table tbody tr .cell.attribute {
  font-size: 0.9em;
}
.product-compare-section .comparison table .cell {
  border-right: 1px solid #d1d1d1;
}
.adminhtml-email_template-popup {
  background: transparent;
}
.adminhtml-email_template-popup table .header {
  background-color: #ffffff;
  padding: 25px;
  text-align: center;
}
.adminhtml-email_template-popup table .footer tbody tr td {
  width: 50%;
}
.adminhtml-email_template-popup table .footer tbody tr td:first-child {
  display: none;
  width: 0;
}
.product-list-view-section {
  padding: 40px 0;
}
.product-list-view-section .product-category-wrapper {
  display: flex;
}
.product-list-view-section .product-category-wrapper .shop-by-brand-wrapper {
  width: 25%;
}
.product-list-view-section .product-category-wrapper .shop-by-brand-wrapper h4 {
  color: #071689;
  font-weight: 600;
  font-size: 23px;
  padding: 28px 0 28px 52px;
  border: 0.01em solid #c0c0c0;
  margin: 0;
}
.product-list-view-section .product-category-wrapper .shop-by-brand-wrapper ul {
  display: block;
  padding-left: 0;
  list-style-type: none;
}
.product-list-view-section .product-category-wrapper .shop-by-brand-wrapper ul li {
  border: 0.01em solid #c0c0c0;
  padding: 15px 22px;
  margin-bottom: 0;
}
.product-list-view-section .product-category-wrapper .shop-by-brand-wrapper ul input {
  padding: 0;
  width: 1.5em;
  height: 1.3em;
  margin-bottom: 0;
  cursor: pointer;
  margin: 0;
  top: 0;
}
.product-list-view-section .product-category-wrapper .shop-by-brand-wrapper ul input:focus {
  box-shadow: none;
}
.product-list-view-section .product-category-wrapper .shop-by-brand-wrapper ul label {
  cursor: pointer;
  font-size: 0.9em;
  color: #6f7285;
  font-weight: 600;
  margin-left: 0.5em;
}
.product-list-view-section .product-category-wrapper .shop-by-brand-wrapper .bar-bg-img {
  background-image: url(../images/bar-bg-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18px 0 115px 18px;
  margin: 28px 0 0 0;
}
.product-list-view-section .product-category-wrapper .shop-by-brand-wrapper .bar-bg-img h3 {
  font-size: 37px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}
.product-list-view-section .product-category-wrapper .shop-by-brand-wrapper .bar-bg-img h5 {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 22px;
  margin-top: 0;
}
.product-list-view-section .product-category-wrapper .shop-by-brand-wrapper .bar-bg-img a {
  text-decoration: none;
  background: #ffffff;
  color: #007200;
  padding: 12px 24px;
  border-radius: 2px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-list-view-section .product-category-wrapper .shop-by-brand-wrapper .bar-bg-img a:hover {
  background: #071689;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1024px) {
  .product-list-view-section .product-category-wrapper .shop-by-brand-wrapper {
    display: none;
  }
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper {
  width: 75%;
  margin-left: 30px;
  /* List View */
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .view-btn {
  display: flex;
  align-items: center;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .view-btn p {
  font-size: 16px;
  color: #8a8a8a;
  margin: 0;
  font-weight: 600;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .view-btn a {
  margin-left: 14px;
}
@media (max-width: 1024px) {
  .product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .view-btn {
    display: none;
  }
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .sort-by-dropdown {
  display: flex;
  align-items: center;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .sort-by-dropdown label {
  font-size: 16px;
  color: #8a8a8a;
  font-weight: 600;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .sort-by-dropdown select {
  width: 162px;
  height: auto;
  padding: 7px 14px;
  background: #f5f5f5;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  color: #8a8a8a;
  font-size: 15px;
  margin: 0 12px;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .sort-by-dropdown select option {
  color: #8a8a8a;
  font-size: 15px;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .sort-by-dropdown select:focus {
  box-shadow: none;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .sort-by-dropdown .sort-direction-icons {
  position: relative;
  width: 20px;
  height: 22px;
  bottom: 0;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .sort-by-dropdown .sort-direction-icons .asc-direction {
  content: '';
  position: absolute;
  width: 20px;
  height: 22px;
  right: 0;
  top: 0;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .sort-by-dropdown .sort-direction-icons .desc-direction.active {
  rotate: 180deg;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .sort-by-dropdown .sort-direction-icons .asc-direction.active {
  rotate: 0deg;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .view-btn-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .view-btn-mobile {
    display: block;
  }
  .product-list-view-section .product-category-wrapper .product-category-img-wrapper .view-dropdown-wrapper .view-btn-mobile a {
    text-decoration: none;
    background: #f5f5f5;
    color: #8a8a8a;
    padding: 8px;
    border-radius: 6px;
    font-size: 16px;
  }
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 1.5em;
  padding-left: 0;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li {
  width: calc(31.33333333%);
  margin-bottom: 0;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info {
  background: #f5f5f5;
  padding: 27px 22px;
  text-align: center;
  position: relative;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .product-img img {
  width: 100%;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .discount-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: #348532;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .discount-wrapper p {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 18px;
  margin-bottom: 0;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .bg-color-change {
  background: #ef3e34;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .icon-img-two {
  position: absolute;
  display: grid;
  right: 20px;
  top: 20px;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .icon-img-two .wishlist-btn {
  background: none;
  border: none;
  margin-top: 11px;
  padding: 0;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .product-details-wrapper strong a {
  text-decoration: none;
  font-size: 20px;
  color: #2b2b2b;
  margin: 27px 0 17px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .product-details-wrapper .price {
  display: flex;
  justify-content: center;
  margin: 20px 0 38px 0;
  gap: 18px;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .product-details-wrapper .price p {
  color: #ff0000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .product-details-wrapper .price .price-two {
  color: #c1c1c1;
  font-size: 20px;
  text-decoration-line: line-through;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .product-details-wrapper .add-basket-btn .custom-add-to-cart-btn {
  color: #ffffff;
  background: #071689;
  padding: 10px 18px;
  font-size: 16px;
  border: transparent;
  line-height: normal;
  margin: 0;
  border-radius: 0.375em;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .product-details-wrapper .add-basket-btn .custom-add-to-cart-btn:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .product-details-wrapper .add-basket-btn .custom-add-to-cart-btn img {
  vertical-align: middle;
  margin-left: 6px;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li .product-info .product-details-wrapper .add-basket-btn .unavailable {
  padding: 10px 0;
}
@media (max-width: 1280px) {
  .product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li {
    width: calc(47%);
  }
}
@media (max-width: 639px) {
  .product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper ol li {
    width: calc(99%);
  }
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper .no-products {
  text-align: center;
  margin: 1.5em 0;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper .no-products p {
  font-weight: 600;
  color: #ff0000;
  margin: 0;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .sort-by-page {
  text-align: end;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .sort-by-page label {
  font-size: 16px;
  color: #8a8a8a;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .sort-by-page select {
  width: 95px;
  height: auto;
  padding: 7px 14px;
  background: #f5f5f5;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  color: #8a8a8a;
  font-size: 15px;
  margin: 0 12px;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .sort-by-page select option {
  color: #8a8a8a;
  font-size: 15px;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .sort-by-page select:focus {
  box-shadow: none;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .sort-by-page a {
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .product-list-view-section .product-category-wrapper .product-category-img-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper.list-view ol {
  display: block;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper.list-view li {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper.list-view li .product-info {
  display: flex;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper.list-view li .product-info .product-img {
  width: 50%;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper.list-view li .product-info .product-img img {
  width: 50%;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper.list-view li .product-info .product-details-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper.list-view li .product-info {
    display: block;
  }
  .product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper.list-view li .product-info .product-img,
  .product-list-view-section .product-category-wrapper .product-category-img-wrapper .product-wrapper.list-view li .product-info .product-details-wrapper {
    width: auto;
  }
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .pagination-wrapper {
  margin-bottom: 1em;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .pagination-wrapper .pagination {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 1em;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .pagination-wrapper .pagination li {
  margin: 0;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .pagination-wrapper .pagination li .pagination-page {
  text-decoration: none;
  color: #071689;
}
.product-list-view-section .product-category-wrapper .product-category-img-wrapper .pagination-wrapper .pagination .active {
  background-color: #348532;
  color: #ffffff;
  padding: 0.3em 1em;
}
@media (max-width: 820px) {
  .product-list-view-section {
    padding: 20px 0;
  }
}
/* mobile modal product-category */
.modal {
  display: none;
  position: fixed;
  z-index: 11111;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  background-color: #fefefe;
  padding: 20px;
  width: 80%;
  position: relative;
  transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
}
.modal .modal-content .modal-header {
  padding-bottom: 18px;
}
.modal .modal-content .modal-header h4 {
  color: #071689;
  font-weight: 600;
  font-size: 23px;
  text-transform: capitalize;
}
.modal .modal-content ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.modal .modal-content ul li {
  border: 1px solid #c0c0c0;
  padding: 15px 22px;
  margin: 0;
}
.modal .modal-content ul input {
  padding: 0;
  width: 1.5em;
  height: 1.3em;
  margin-bottom: 0;
  cursor: pointer;
  margin: 0;
  top: 0;
}
.modal .modal-content ul input:focus {
  box-shadow: none;
}
.modal .modal-content ul label {
  cursor: pointer;
  font-size: 1.2em;
  color: #6f7285;
  font-weight: 600;
  margin-left: 0.5em;
}
.modal .close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: #348532;
  padding: 0.5em;
  width: 20px;
  border-radius: 1em;
}
.modal .close:hover,
.modal .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.modal-popup .action-close {
  display: none !important;
}
.modal-popup .modal-header {
  padding: 0;
}
@media (max-width: 768px) {
  .modal-popup .modal-header {
    padding: 0.8em 0;
  }
}
.modal-popup .modal-inner-wrap {
  margin: 0;
  width: 65% !important;
  height: auto !important;
  padding: 20px;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 1280px) {
  .modal-popup .modal-inner-wrap {
    width: 75% !important;
  }
}
.modal-popup .modal-content {
  max-width: 100% !important;
  padding: 0;
}
.modal-popup .modal-content #product-view-modal .modal-product-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .modal-popup .modal-content #product-view-modal .modal-product-wrapper {
    display: block;
  }
}
.modal-popup .modal-content #product-view-modal .product.media {
  width: 50%;
  margin: 0;
}
@media (max-width: 991px) {
  .modal-popup .modal-content #product-view-modal .product.media {
    width: 100%;
  }
  .modal-popup .modal-content #product-view-modal .product.media ._block-content-loading {
    text-align: center;
  }
  .modal-popup .modal-content #product-view-modal .product.media ._block-content-loading .gallery-placeholder__image {
    width: 80%;
    height: auto;
  }
}
.modal-popup .modal-content #product-view-modal .product-info-main {
  width: 45%;
}
.modal-popup .modal-content #product-view-modal .product-info-main .product-info-price {
  color: #348532;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.modal-popup .modal-content #product-view-modal .product-info-main .price {
  margin: 20px 0;
}
.modal-popup .modal-content #product-view-modal .product-info-main .price p {
  color: #ff0000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.modal-popup .modal-content #product-view-modal .product-info-main .add-basket-btn {
  margin-bottom: 1em;
  text-align: center;
}
.modal-popup .modal-content #product-view-modal .product-info-main .add-basket-btn .custom-add-to-cart-btn {
  color: #ffffff;
  background: #071689;
  padding: 10px 18px;
  font-size: 1em;
  border: transparent;
  line-height: normal;
  margin: 0;
  border-radius: 0.375em;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modal-popup .modal-content #product-view-modal .product-info-main .add-basket-btn .custom-add-to-cart-btn:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modal-popup .modal-content #product-view-modal .product-info-main .add-basket-btn .custom-add-to-cart-btn img {
  vertical-align: middle;
  margin-left: 6px;
  width: 24px;
}
.modal-popup .modal-content #product-view-modal .product-info-main .add-basket-btn .unavailable {
  padding: 10px 0;
}
.modal-popup .modal-content #product-view-modal .product-info-main .product-social-links .product-addto-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}
.modal-popup .modal-content #product-view-modal .product-info-main .product-social-links .product-addto-links .towishlist {
  text-decoration: none;
  color: #ffffff;
  letter-spacing: normal;
  display: inline-block;
  background: #071689;
  align-content: center;
  border-radius: 0.375em;
  padding: 0.7em 1em;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modal-popup .modal-content #product-view-modal .product-info-main .product-social-links .product-addto-links .towishlist::before {
  background-image: url(../images/wishlist.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 30px;
  height: 30px;
  color: transparent;
  margin: 0px 10px 0 0;
}
.modal-popup .modal-content #product-view-modal .product-info-main .product-social-links .product-addto-links .towishlist:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modal-popup .modal-content #product-view-modal .product-info-main .product-social-links .product-addto-links .towishlist span {
  font-weight: 400;
  font-size: 0.9em !important;
}
.modal-popup .modal-content #product-view-modal .product-info-main .product-social-links .product-addto-links .tocompare {
  text-decoration: none;
  color: #ffffff;
  letter-spacing: normal;
  display: inline-block;
  background: #071689;
  align-content: center;
  border-radius: 0.375em;
  padding: 0.7em 1em;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modal-popup .modal-content #product-view-modal .product-info-main .product-social-links .product-addto-links .tocompare::before {
  background-image: url(../images/comparision.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 35px;
  height: 35px;
  color: transparent;
  margin: 0px 10px 0 0;
}
.modal-popup .modal-content #product-view-modal .product-info-main .product-social-links .product-addto-links .tocompare:hover {
  background: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modal-popup .modal-content #product-view-modal .product-info-main .product-social-links .product-addto-links .tocompare span {
  font-weight: 400;
  font-size: 0.9em !important;
}
@media (max-width: 991px) {
  .modal-popup .modal-content #product-view-modal .product-info-main {
    width: 100%;
  }
  .modal-popup .modal-content #product-view-modal .product-info-main .product h2 span {
    font-size: 1em !important;
  }
}
.modal-popup .modal-content #product-view-modal .close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: #348532;
  padding: 0.5em;
  width: 20px;
  border-radius: 1em;
}
@media (max-width: 768px) {
  .modal-popup {
    left: 0 !important;
  }
  .modal-popup .modal-content {
    padding: 0;
  }
  .modal-popup .modal-inner-wrap {
    position: fixed !important;
    background-color: #ffffff !important;
    max-height: 60vh !important;
    width: 65% !important;
  }
}
.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.downloads-section {
  display: block !important;
}
.hexaform {
  padding: 2.5em 0;
}
.hexaform .header_content.stap-1 p {
  float: left;
  width: auto;
  margin: 0;
}
.hexaform .header_content.stap-1 .red-required {
  float: right;
  width: auto;
  color: #ff0000;
}
.hexaform .form .fieldset {
  margin: 0;
}
.hexaform .form .fieldset .layout-1column {
  float: left;
  width: 48%;
}
.hexaform .form .fieldset .layout-1column label {
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
.hexaform .form .fieldset .layout-1column label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.hexaform .form .fieldset .layout-1column .control {
  position: relative;
}
.hexaform .form .fieldset .layout-1column .control input {
  width: 100%;
  padding: 1.11em 1em;
  margin: 0.9375em 0;
  border: 0.0625em solid #c0c0c0;
  box-sizing: border-box;
  border-radius: 0.375em;
  height: auto;
}
.hexaform .form .fieldset .layout-1column .control input:focus {
  box-shadow: none;
}
.hexaform .form .fieldset .layout-1column .control #field_id_1-error,
.hexaform .form .fieldset .layout-1column .control #field_id_2-error,
.hexaform .form .fieldset .layout-1column .control #field_id_3-error,
.hexaform .form .fieldset .layout-1column .control #field_id_4-error,
.hexaform .form .fieldset .layout-1column .control #field_id_7-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
  top: 2em;
  right: 1em;
}
@media (max-width: 1920px) {
  .hexaform .form .fieldset .layout-1column .control #field_id_1-error,
  .hexaform .form .fieldset .layout-1column .control #field_id_2-error,
  .hexaform .form .fieldset .layout-1column .control #field_id_3-error,
  .hexaform .form .fieldset .layout-1column .control #field_id_4-error,
  .hexaform .form .fieldset .layout-1column .control #field_id_7-error {
    top: 3em;
  }
}
@media (max-width: 1280px) {
  .hexaform .form .fieldset .layout-1column {
    padding: 0;
    width: 100%;
  }
}
.hexaform .form .fieldset .radio label {
  font-weight: 600;
  font-size: 1em;
  color: #071689;
}
.hexaform .form .fieldset .radio label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.hexaform .form .fieldset .radio .options-list.nested {
  display: flex;
  margin-top: 0.5em;
}
.hexaform .form .fieldset .radio .options-list.nested .radio-box {
  display: flex;
  align-items: center;
  margin: 0;
  width: 48%;
}
.hexaform .form .fieldset .radio .options-list.nested .radio-box input[type="radio"] {
  margin: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.hexaform .form .fieldset .radio .options-list.nested .radio-box .admin__field-label {
  margin: 0 0 0 0.8em;
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
@media (max-width: 525px) {
  .hexaform .form .fieldset .radio .options-list.nested {
    display: block;
  }
  .hexaform .form .fieldset .radio .options-list.nested .radio-box {
    width: 100%;
  }
  .hexaform .form .fieldset .radio .options-list.nested .radio-box:nth-child(1) {
    margin-bottom: 1em;
  }
}
.hexaform .form .fieldset .radio .control {
  position: relative;
}
.hexaform .form .fieldset .radio .control .mage-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
  top: 0;
  right: 0em;
}
.hexaform .form .fieldset .checkbox label {
  font-weight: 600;
  font-size: 1em;
  color: #071689;
}
.hexaform .form .fieldset .checkbox label::after {
  color: #ff0000;
  font-size: 1em;
  margin: 0 0 0 0.2em;
}
.hexaform .form .fieldset .checkbox .options-list.nested {
  display: flex;
  margin-top: 0.5em;
  flex-wrap: wrap;
}
.hexaform .form .fieldset .checkbox .options-list.nested .check-box {
  display: flex;
  align-items: center;
  margin: 0 0 1em 0;
  width: 48%;
}
.hexaform .form .fieldset .checkbox .options-list.nested .check-box input[type="checkbox"] {
  margin: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.hexaform .form .fieldset .checkbox .options-list.nested .check-box .admin__field-label {
  margin: 0 0 0 0.8em;
  font-weight: 400;
  font-size: 1em;
  color: #626262;
}
@media (max-width: 525px) {
  .hexaform .form .fieldset .checkbox .options-list.nested {
    display: block;
  }
  .hexaform .form .fieldset .checkbox .options-list.nested .check-box {
    width: 100%;
  }
}
.hexaform .form .fieldset .checkbox .control {
  position: relative;
}
.hexaform .form .fieldset .checkbox .control .mage-error {
  content: '';
  position: absolute;
  margin: 0;
  font-size: 0.7em;
  color: #ff0000;
  top: 0;
  right: 0em;
}
.hexaform .form .fieldset .input-box {
  width: 100%;
  padding: 0;
}
.hexaform .form .fieldset .input-box textarea {
  background: transparent;
  background-clip: padding-box;
  border: 0.0625em solid #c0c0c0;
  border-radius: 0.375em;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  height: auto;
  line-height: normal;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
.hexaform .form .fieldset .input-box textarea:focus {
  box-shadow: none;
}
.hexaform .form .actions-toolbar {
  text-align: center;
  margin-top: 1.5em;
}
.hexaform .form .actions-toolbar .primary {
  float: none;
}
.hexaform .form .actions-toolbar .primary button {
  color: #ffffff;
  background-color: #071689;
  border: none;
  font-size: 1.05em !important;
  padding: 0.8em 2.2em !important;
  border-radius: 0.375em !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  width: auto;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hexaform .form .actions-toolbar .primary button:hover {
  background-color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 820px) {
  .hexaform {
    padding: 1.5em 0;
  }
}
.page-sitemap {
  padding: 2.5em 0;
}
.page-sitemap .sitemap-main-title {
  margin: 0 0 1em;
  text-align: center;
  color: #071689;
  font-weight: 700;
  font-size: 2em;
}
.page-sitemap .sitemap-top-products {
  text-align: end;
}
.page-sitemap .sitemap-top-products ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.page-sitemap .sitemap-top-products ul li {
  margin-bottom: 0;
}
.page-sitemap .sitemap-top-products ul li a {
  text-decoration: none;
  color: #ffffff;
  background: #348532;
  padding: 10px 18px;
  font-size: 1em;
  border: transparent;
  line-height: normal;
  margin: 0;
  border-radius: 0.375em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-sitemap .sitemap-top-products ul li a:hover {
  background: #071689;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-sitemap .listing-pagination-area {
  margin: 2em 0;
  padding: 1em 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.page-sitemap .listing-pagination-area p {
  margin: 0;
}
.page-sitemap .sitemap {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-sitemap .sitemap li {
  position: relative;
  margin: 0 0 1.5em 1.938em;
  width: 30%;
}
.page-sitemap .sitemap li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625em;
  left: -1.875em;
  top: 0;
}
.page-sitemap .sitemap li a {
  text-decoration: none;
  color: #071689;
  font-size: 1em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-sitemap .sitemap li a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .page-sitemap .sitemap li {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .page-sitemap .sitemap li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page-sitemap {
    padding: 1.5em 0;
  }
}
/*-------product-sitemap--------*/
#products-section .pages-items {
  padding: 0;
  margin: 1em 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 1em;
}
#products-section .pages-items .item {
  margin: 0;
}
#products-section .pages-items .item a {
  text-decoration: none;
  color: #071689;
}
#products-section .pages-items .current {
  background-color: #348532;
  color: #ffffff;
  padding: 0.3em 1em;
}
#products-section .products-sitemap {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#products-section .products-sitemap li {
  position: relative;
  margin: 0 0 1.5em 1.938em;
  width: 30%;
}
#products-section .products-sitemap li::before {
  position: absolute;
  background-image: url(../images/right-arrow-icon-green.png);
  color: transparent;
  content: " ";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.625em;
  left: -1.875em;
  top: 0;
}
#products-section .products-sitemap li a {
  text-decoration: none;
  color: #071689;
  font-size: 1em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#products-section .products-sitemap li a:hover {
  color: #348532;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  #products-section .products-sitemap li {
    width: 46%;
  }
}
@media (max-width: 768px) {
  #products-section .products-sitemap li {
    width: 100%;
  }
}
/*Media Query*/
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: normal;
  overflow-x: hidden;
}
@media (max-width: 2560px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 1920px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 15px;
  }
}
p {
  margin-bottom: 1em;
}
.color-green {
  color: #348532;
}
.color-blue {
  color: #071689;
}
.transition {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.container {
  max-width: 91.88em;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .container {
    max-width: 82%;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 95%;
  }
}
.container-two {
  max-width: 108.75em;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .container-two {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .container-two {
    max-width: 95%;
  }
}
.product-container {
  max-width: 91.88em;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .product-container {
    max-width: 82%;
  }
}
@media (max-width: 1440px) {
  .product-container {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .product-container {
    max-width: 95%;
  }
}
.multi-shipping-container {
  max-width: 91.88em;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .multi-shipping-container {
    max-width: 82%;
  }
}
@media (max-width: 1440px) {
  .multi-shipping-container {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .multi-shipping-container {
    max-width: 95%;
  }
}
.active_parts_part {
  max-width: 91.88em;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .active_parts_part {
    max-width: 82%;
  }
}
@media (max-width: 1440px) {
  .active_parts_part {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .active_parts_part {
    max-width: 95%;
    width: 100%;
  }
}
.cart-container {
  max-width: 91.88em;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .cart-container {
    max-width: 82%;
  }
}
@media (max-width: 1440px) {
  .cart-container {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .cart-container {
    max-width: 95%;
  }
}
.cart-empty {
  max-width: 91.88em;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .cart-empty {
    max-width: 82%;
  }
}
@media (max-width: 1440px) {
  .cart-empty {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .cart-empty {
    max-width: 95%;
  }
}
.page-wrapper {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.page-wrapper .page-main {
  width: 100%;
  display: block !important;
  padding: 0;
}
.page-wrapper .page-footer {
  width: 100%;
  display: block;
}
.page-header .panel.wrapper {
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff !important;
}
.mr-60 {
  margin: 0 3.9em;
}
.columns .column.main {
  padding-bottom: 0;
}
.mlr-27 {
  margin: 0 1.68em 0 0;
}
.pad-top-bot {
  padding: 2.5em 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2em !important;
  }
  h3 {
    font-size: 1.5em !important;
  }
  h4 {
    font-size: 1.3em !important;
  }
  span {
    font-size: 1.1em !important;
  }
}
.create-error {
  padding: 1em 0 0 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'icons-blank-theme';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 32px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
    color: #5e5e5e;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(209, 209, 209, 0.8), inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #1979c3;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'icons-blank-theme';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #348532;
    border-color: #071689;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #348532;
    border-color: #071689;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #071689;
    content: '\e610';
    font-family: 'icons-blank-theme';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 700;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    content: '\e618';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #d1d1d1;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #d1d1d1;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #d1d1d1;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #d1d1d1;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #d1d1d1;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 5px 0 0;
  }
  .order-links .item a {
    padding: 5px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 5px 20px 6px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 5px 0 0;
  }
  .order-links .item a {
    padding: 5px 20px;
  }
  .order-links .item strong {
    padding: 5px 20px 6px 20px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
