/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
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;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
