@import 'custom/elements/_custom.css';
/**
 * The 'Custom' Theme
 *
 * @less		'custom'
 * @import		'lib'
 * @import		'elements'
 */
button.primary.tocart,
.action.primary.tocart {
  background-color: #b83b5c;
  background-repeat: no-repeat;
}
a.action-link1 {
  text-decoration: none;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #821b1c;
}
a.action-link1:visited {
  text-decoration: none;
}
a.action-link1:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  a.action-link1 {
    font-size: 15px;
    padding-bottom: 1px;
  }
}
a.action-link1::before {
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background-color: #821b1c;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  a.action-link1::before {
    height: 2px;
  }
}
a.action-link1:visited {
  color: #821b1c;
}
a.action-link1:hover {
  color: #3e3d3b;
}
a.action-link1:hover::before {
  width: 0;
  opacity: 0;
  visibility: hidden;
}
a.action-link2 {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #3e3d3b;
}
@media only screen and (min-width: 768px) {
  a.action-link2 {
    font-size: 15px;
    padding-bottom: 1px;
  }
}
a.action-link2::before {
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background-color: #3e3d3b;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  a.action-link2::before {
    height: 2px;
  }
}
a.action-link2:visited {
  color: #3e3d3b;
}
a.action-link2:hover {
  color: #821b1c;
}
a.action-link2:hover::before {
  width: 0;
  opacity: 0;
  visibility: hidden;
}
a.action-link3 {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  a.action-link3 {
    font-size: 15px;
    padding-bottom: 1px;
  }
}
a.action-link3::before {
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background-color: #000000;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  a.action-link3::before {
    height: 2px;
  }
}
a.action-link3:visited {
  color: #000000;
}
a.action-link3:hover {
  color: #821b1c;
}
a.action-link3:hover::before {
  width: 0;
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.ic {
  display: inline-block;
}
.ic-hamburger {
  background: transparent url(../images/icons/hamburger-gray.png) no-repeat center center;
  background-size: auto 20px;
}
.ic-search {
  background: transparent url(../images/icons/search-gray.png) no-repeat center center;
  background-size: auto 20px;
}
.ic-bag {
  background: transparent url(../images/icons/bag-black.png) no-repeat center center;
  background-size: auto 20px;
}
.ic-user {
  background-image: url('../images/account-icon.png');
}
.ic-user:hover {
  background-image: url('../images/account-icon.png');
}
.ic-close {
  background: transparent url(../images/icons/cross-black.png) no-repeat center center;
  background-size: auto 20px;
}
.ic-close-white {
  background: transparent url(../images/icons/cross-white.png) no-repeat center center;
  background-size: auto 20px;
}
button.primary,
.action.primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  color: #ffffff;
  background-color: #f36c21;
  background-repeat: no-repeat;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  border: 0 !important;
}
button.primary:visited,
.action.primary:visited {
  border: 0;
}
button.primary:hover,
.action.primary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button.primary,
  .action.primary {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
button.primary:focus,
.action.primary:focus,
button.primary:active,
.action.primary:active,
button.primary:visited,
.action.primary:visited {
  background-color: #b83b5c;
  background-repeat: no-repeat;
}
button.primary:hover,
.action.primary:hover {
  background-color: #b83b5c;
  background-repeat: no-repeat;
  color: #ffffff;
}
button-primary,
.action-primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  color: #ffffff;
  background-color: #f36c21;
  background-repeat: no-repeat;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  border: 0 !important;
}
button-primary:visited,
.action-primary:visited {
  border: 0;
}
button-primary:hover,
.action-primary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button-primary,
  .action-primary {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
button-primary:focus,
.action-primary:focus,
button-primary:active,
.action-primary:active,
button-primary:visited,
.action-primary:visited {
  background-color: #b83b5c;
  background-repeat: no-repeat;
}
button-primary:hover,
.action-primary:hover {
  background-color: #b83b5c;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.secondary,
.action.secondary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #000000;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  border: 0 !important;
  height: 32px !important;
  line-height: 32px;
}
button.secondary:visited,
.action.secondary:visited {
  border: 0;
}
button.secondary:hover,
.action.secondary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button.secondary,
  .action.secondary {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
button.secondary:visited,
.action.secondary:visited {
  background-color: #3e3d3b;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.secondary:hover,
.action.secondary:hover {
  background-color: #f36c21;
  background-repeat: no-repeat;
  color: #ffffff;
}
button-secondary,
.action-secondary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #000000;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  border: 0 !important;
  height: 32px !important;
  line-height: 32px;
}
button-secondary:visited,
.action-secondary:visited {
  border: 0;
}
button-secondary:hover,
.action-secondary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button-secondary,
  .action-secondary {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
button-secondary:visited,
.action-secondary:visited {
  background-color: #3e3d3b;
  background-repeat: no-repeat;
  color: #ffffff;
}
button-secondary:hover,
.action-secondary:hover {
  background-color: #f36c21;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.tertiary,
.action.tertiary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #5e5d5c;
  background-repeat: no-repeat;
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  color: #ffffff;
}
button.tertiary:visited,
.action.tertiary:visited {
  border: 0;
}
button.tertiary:hover,
.action.tertiary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  button.tertiary,
  .action.tertiary {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  button.tertiary,
  .action.tertiary {
    border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
  }
}
button.tertiary:visited,
.action.tertiary:visited {
  background-color: #5e5d5c;
  background-repeat: no-repeat;
  color: #ffffff;
}
button.tertiary:hover,
.action.tertiary:hover {
  background-color: #3e3d3b;
  background-repeat: no-repeat;
  color: #ffffff;
}
a.action.primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  color: #ffffff;
  background-color: #f36c21;
  background-repeat: no-repeat;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  border: 0 !important;
  line-height: 30px;
}
a.action.primary:visited {
  border: 0;
}
a.action.primary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  a.action.primary {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
a.action.primary:focus,
a.action.primary:active,
a.action.primary:visited {
  background-color: #b83b5c;
  background-repeat: no-repeat;
}
a.action.primary:hover {
  background-color: #b83b5c;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  a.action.primary {
    line-height: 30px;
  }
}
a.action-primary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  color: #ffffff;
  background-color: #f36c21;
  background-repeat: no-repeat;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  border: 0 !important;
  line-height: 30px;
}
a.action-primary:visited {
  border: 0;
}
a.action-primary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  a.action-primary {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
a.action-primary:focus,
a.action-primary:active,
a.action-primary:visited {
  background-color: #b83b5c;
  background-repeat: no-repeat;
}
a.action-primary:hover {
  background-color: #b83b5c;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  a.action-primary {
    line-height: 30px;
  }
}
a.action.secondary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #000000;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  border: 0 !important;
  height: 32px !important;
  line-height: 32px;
  line-height: 30px;
}
a.action.secondary:visited {
  border: 0;
}
a.action.secondary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  a.action.secondary {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
a.action.secondary:visited {
  background-color: #3e3d3b;
  background-repeat: no-repeat;
  color: #ffffff;
}
a.action.secondary:hover {
  background-color: #f36c21;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  a.action.secondary {
    line-height: 30px;
  }
}
a.action-secondary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #000000;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  border: 0 !important;
  height: 32px !important;
  line-height: 32px;
  line-height: 30px;
}
a.action-secondary:visited {
  border: 0;
}
a.action-secondary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  a.action-secondary {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
a.action-secondary:visited {
  background-color: #3e3d3b;
  background-repeat: no-repeat;
  color: #ffffff;
}
a.action-secondary:hover {
  background-color: #f36c21;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  a.action-secondary {
    line-height: 30px;
  }
}
a.action.tertiary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #5e5d5c;
  background-repeat: no-repeat;
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  color: #ffffff;
  line-height: 30px;
}
a.action.tertiary:visited {
  border: 0;
}
a.action.tertiary:hover {
  text-decoration: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  a.action.tertiary {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  a.action.tertiary {
    border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
  }
}
a.action.tertiary:visited {
  background-color: #5e5d5c;
  background-repeat: no-repeat;
  color: #ffffff;
}
a.action.tertiary:hover {
  background-color: #3e3d3b;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  a.action.tertiary {
    line-height: 30px;
  }
}
a.action.quaternary {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  a.action.quaternary {
    line-height: 30px;
  }
}
a.action.quinary {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  a.action.quinary {
    line-height: 30px;
  }
}
a.action.senary {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  a.action.senary {
    line-height: 30px;
  }
}
a.action.septenary {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  a.action.septenary {
    line-height: 30px;
  }
}
a.action.octonary {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  a.action.octonary {
    line-height: 30px;
  }
}
a.action.nonary {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  a.action.nonary {
    line-height: 30px;
  }
}
a.action.denary {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  a.action.denary {
    line-height: 30px;
  }
}
/**
 * Custom Style Sheet
 *
 * @less			'header'
 */
.page-header {
  background-color: #ffffff;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 0px;
    top: 0;
    border-bottom: 1px solid #ebebeb;
  }
}
@media only screen and (min-width: 768px) {
  .page-header {
    position: sticky;
    top: 0;
  }
}
.page-header .top-content {
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: #030303;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-header .top-content {
    padding-bottom: 22px;
    padding-top: 15px;
  }
}
.page-header .top-content .shipping-message {
  max-width: 1250px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-header .top-content .shipping-message .shipping-msg .sections {
    text-align: center;
  }
}
.page-header .top-content .shipping-message .shipping-msg a {
  font-size: 14px;
  color: #ffffff;
  font-family: "Outfit-Medium", sans-serif;
}
@media only screen and (max-width: 767px) {
  .page-header .top-content .shipping-message {
    top: 9px;
  }
}
.page-header .header {
  background-color: #ffffff;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-header .header .search-autocomplete ul li {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page-header .header .right .block-minicart {
    right: -23px;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header .right .block-minicart .minicart-items .item-qty {
    width: 42px;
    height: 30px;
  }
}
.page-header .header .item-content {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .page-header .header .middle-content {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header .middle-content .block.block-search {
    width: 300px;
    float: none;
    padding-left: 0;
    z-index: 1;
  }
}
.page-header .header .middle-content .block.block-search .label::before {
  position: absolute;
  left: 0;
  top: 6px;
}
.page-header .header .middle-content .block.block-search .nested {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-header .header .middle-content .block.block-search {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .middle-content .block.block-search .block-content .label {
    display: none;
  }
}
.page-header .header .middle-content .block.block-search input {
  height: 41px;
  padding: 0 10px 0 35px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
}
.page-header .header .middle-content .block.block-search input::before {
  color: #030303;
}
@media only screen and (max-width: 767px) {
  .page-header .header .middle-content .block.block-search input {
    margin-top: 16px;
    margin-bottom: 0px;
    width: 100% !important;
    position: static;
  }
}
.page-header .header .middle-content .block.block-search .actions {
  position: absolute;
  top: 0px;
  right: 0px;
}
.page-header .header .middle-content .block.block-search .actions .action.search {
  top: 8px;
}
@media only screen and (max-width: 767px) {
  .page-header .header .middle-content .block.block-search .actions .action.search {
    display: block;
  }
}
.page-header .header .middle-content .block.block-search .actions .action.search::before {
  color: #111111;
  font-size: 30px;
  display: none;
}
.page-header-placeholder {
  height: 0;
}
@media only screen and (max-width: 767px) {
  .page-header-placeholder {
    display: none !important;
    height: 0 !important;
  }
}
.page-header-sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 899;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.page-header-sticky .global-topbar,
.page-header-sticky .panel.wrapper {
  display: none;
  height: 0;
}
.page-header-sticky.ready {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
@media only screen and (max-width: 767px) {
  .page-header-sticky.ready {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-header-sticky.ready > .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .page-header-sticky.ready .top-content .shipping-message {
    z-index: 99;
  }
}
@media only screen and (min-width: 768px) {
  .page-header-sticky.ready .header .links-top > li:not(:first-child) {
    margin-right: 10px;
  }
}
.page-header-sticky.ready .header .links-top > li a {
  padding: 0 !important;
}
.page-header-sticky.ready .header .links-top > li a .label,
.page-header-sticky.ready .header .links-top > li a .count {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-header-sticky.ready .header .links-hover {
    top: 50px;
  }
}
.page-header-sticky.ready .header .links-topsearch .block-search {
  max-width: inherit;
}
.page-header-sticky.ready .header .links-topsearch .block-search .input-text {
  padding-left: 10px;
  border-color: transparent;
}
@media only screen and (min-width: 768px) {
  .page-header-sticky.ready .header .branding {
    margin-top: 0px;
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-header.page-header-sticky {
    position: static;
  }
}
.page-header.page-header-sticky .header.content .branding {
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  .page-header.page-header-sticky .header.content .branding {
    margin-top: 18px;
  }
}
.page-header.page-header-sticky .header.content .nav-sections {
  padding-top: 22px;
}
.page-header.page-header-sticky .header .links-hover.opened {
  top: 22px;
}
@media only screen and (min-width: 768px) {
  .page-header.page-header-sticky .header .right {
    z-index: 999;
  }
}
@media only screen and (min-width: 768px) {
  .page-header:not(.page-header-sticky) .header .links-top > li a .ic {
    background-size: inherit !important;
    display: block;
  }
  .page-header:not(.page-header-sticky) .header .links-top > li a .ic.ic-user {
    border-left: 2px solid #f14a51;
    margin-left: 10px;
    padding-left: 15px;
  }
  .page-header:not(.page-header-sticky) .header .links-top > li a.active {
    background-color: transparent;
    background-repeat: no-repeat;
  }
  .page-header:not(.page-header-sticky) .header .links-top > li.topsearch {
    display: block;
  }
}
.page-header > .header {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .page-header > .header {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .page-header > .header {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
  }
}
.page-header .header ul,
.page-header .header ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.page-header .header ul li,
.page-header .header ol li {
  margin: 0px;
  list-style: none;
}
.page-header .header ul li,
.page-header .header ol li {
  display: inline-block;
}
.page-header .header.content {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 50px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-header .header.content .sections.nav-sections {
    display: inline-block;
    width: 20%;
  }
}
.page-header .header .right {
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .page-header .header .right {
    width: 300px;
  }
}
.page-header .header .right::after {
  font-size: 0px;
  display: block;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  content: "";
  height: 0;
}
@media only screen and (max-width: 767px) {
  .page-header .header .right {
    float: none;
    width: initial;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow: hidden;
    width: 100%;
    position: static;
  }
}
@media only screen and (max-width: 1024px) {
  .page-header .header .right {
    z-index: 6;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header .right .header-right {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right {
    max-width: 89%;
    margin: 0 auto;
    position: absolute;
    top: 11%;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header .right .header-right .right-content {
    float: right;
  }
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  .page-header .header .right .header-right .right-content {
    margin-right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header .right .header-right .right-content .topaccount {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header .right .header-right .right-content .topaccount .authentication {
    position: absolute;
    top: 19px;
    left: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .topaccount .authentication {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header .right .header-right .right-content .topaccount .authentication a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .mob-menu {
    width: 29%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .mob-menu .nav-toggle {
    position: static;
    font-size: 16px;
    line-height: 32px;
  }
}
.page-header .header .right .header-right .right-content .mob-menu .nav-toggle > span {
  position: static;
  margin: 2px;
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .mob-menu .nav-toggle::before {
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .mob-menu .nav-toggle .label {
    color: #ffffff;
    vertical-align: bottom;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header .right .header-right .right-content .skip-links.links {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .skip-links.links {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .skip-links.links .skip-account a {
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .skip-links.links .skip-account a .label {
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header .right .header-right .right-content .minicart-wrapper {
    margin-left: 35px;
    margin-top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart {
    position: relative;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header .right .header-right .right-content .minicart-wrapper .minicart-items-wrapper {
    height: auto !important;
    max-height: 292px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .minicart-wrapper {
    position: static;
    float: right;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-top: 4px;
  }
}
.page-header .header .right .header-right .right-content .minicart-wrapper #minicart-content-wrapper .minicart-items li {
  width: 100%;
}
.page-header .header .right .header-right .right-content .minicart-wrapper #minicart-content-wrapper .minicart-items .product-item-name a {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.page-header .header .right .header-right .right-content .minicart-wrapper #minicart-content-wrapper .minicart-items .primary {
  display: none;
}
.page-header .header .right .header-right .right-content .minicart-wrapper #minicart-content-wrapper .minicart-items .primary .action.edit:before {
  display: none;
}
.page-header .header .right .header-right .right-content .minicart-wrapper #minicart-content-wrapper .minicart-items .primary .action.edit > span {
  position: static;
  vertical-align: middle;
}
.page-header .header .right .header-right .right-content .minicart-wrapper #minicart-content-wrapper #top-cart-btn-checkout {
  height: auto;
}
.page-header .header .right .header-right .right-content .minicart-wrapper #minicart-content-wrapper .actions .viewcart {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .minicart-wrapper .block-minicart {
    width: 290px;
    min-width: auto;
    right: -21px;
    top: 98%;
    z-index: 9999;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .minicart-wrapper .block-minicart:before {
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .header-right .right-content .minicart-wrapper .block-minicart:after {
    right: 24px;
  }
}
.page-header .header .right .header-right .right-content .minicart-wrapper .block-minicart .subtitle.empty {
  color: #000000;
}
.page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart:before {
  background-image: url('../images/cart-custom.png');
  content: '';
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-top;
}
.page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -22px;
  left: 11px;
  height: 18px;
  line-height: 19px;
  border-radius: 100%;
  min-width: 15px;
  background-color: #f36c21;
  background-repeat: no-repeat;
  color: #ffffff;
}
.page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart .counter.qty .counter-number {
  text-shadow: none;
}
.page-header .header .right .links-topaccount.links-hover {
  position: absolute;
  top: 21px;
  right: 78px;
  transition: none;
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .links-topaccount.links-hover {
    top: 100px;
    right: 0;
    border-top: 0px;
  }
}
.page-header .header .right .links-topaccount.links-hover.opened {
  position: absolute;
  top: 100%;
  right: 21%;
  width: 250px;
  transition: none;
  background-color: #1e1e1e;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .links-topaccount.links-hover.opened {
    right: 0;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    width: 92% !important;
    margin: 0 auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.page-header .header .right .links-topaccount.links-hover.opened a {
  text-decoration: none;
  color: #ffffff;
}
.page-header .header .right .links-topaccount.links-hover.opened a:hover {
  text-decoration: none;
  color: #f36c21;
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .links-topaccount.links-hover.opened a {
    text-decoration: none;
  }
}
.page-header .header .right .links-topaccount.links-hover li {
  display: block;
  padding: 5px 20px;
  border-top: 1px solid #3f3f43;
}
@media only screen and (max-width: 767px) {
  .page-header .header .right .links-topaccount.links-hover li {
    text-align: left;
    padding: 3px 15px 4px 25px;
    text-transform: capitalize;
    line-height: 24px;
    border-top: 1px solid #ccc;
  }
}
.page-header .header .right .links-topaccount.links-hover li::before {
  content: '';
}
.page-header .header .right .links-topaccount.links-hover li a {
  font-size: 13px;
  line-height: 30px;
}
.page-header .header .links li a {
  color: #A2A2A9;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-header .header .links li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .page-header .header .links li a {
    font-size: 13px;
  }
}
.page-header .header .links li a .ic.ic-user {
  position: relative;
  width: 18px;
  height: 20px;
  vertical-align: text-bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 7px;
}
.page-header .header .links li a .ic .label {
  font-size: 13px;
}
.page-header .header .links-hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  border: 1px solid #989898;
  border-top: 2px solid #000000;
  position: absolute;
  right: 0px;
  z-index: 6;
  background-color: #ffffff;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
}
.page-header .header .links-hover::before {
  display: block;
  content: "";
  height: 0;
  width: 0;
  right: 50%;
}
@media only screen and (min-width: 768px) {
  .page-header .header .links-hover::before {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .links-hover {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: -15px;
    margin-right: -15px;
    border-width: 2px 0 1px;
    border-width: 2px 0 0;
    width: auto !important;
    top: 40px;
    left: 0;
  }
}
.page-header .header .links-hover.opened {
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .page-header .header .links-hover.opened {
    top: 60px;
  }
}
.page-header .header .links-topaccount {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .page-header .header .links-topaccount::before {
    right: 89px;
  }
}
.page-header .header .links-topaccount .links li {
  display: block;
}
.page-header .header .links-topaccount .links li a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.page-header .header .branding {
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-header .header .branding .slogan span {
  font-weight: 800;
  font-size: 17px;
  display: block;
}
.page-header .header .branding .logo {
  position: static;
  float: none;
  right: 0px;
  margin: 0px;
  max-width: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-header .header .branding .logo {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .branding .logo {
    position: static;
    max-width: 250px;
    margin: 0;
    padding-bottom: 15px;
  }
}
.page-header .header .branding .logo img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .page-header .header .branding .logo img {
    max-width: 200px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header .branding .logo img {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper {
    overflow: hidden;
  }
}
.page-wrapper .page-header-placeholder {
  height: auto !important;
  display: none !important;
}
.page-wrapper .page-header-sticky.ready {
  transition: all .5s ease !important;
}
.promo-bar .promo-bar__inner {
  position: relative;
  padding: 10px 0 12px;
  background: #c3467c;
  font-size: 16px;
  color: #fff;
}
.promo-bar .promo-bar__section .promo-bar__entry p {
  width: 33.33%;
  text-align: center;
  position: relative;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
}
.promo-bar .promo-bar__section .promo-bar__entry p span.texts {
  font-size: 14px;
  font-weight: 700;
}
.promo-bar .promo-bar__section .promo-bar__entry {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.page-header .top-content .shipping-message {
  max-width: 100%;
  margin: 0 auto;
}
.page-header .top-content .shipping-message .promo-bar__actions {
  display: none;
}
/* Huzaifa Css Start */
.page-header .header .middle-content .block.block-search .label::before {
  color: #fff;
}
.page-header .header .middle-content .block.block-search .actions {
  position: static;
  width: 20%;
  float: left;
  text-align: right;
}
.page-header .header .middle-content .block.block-search .actions .action.search {
  opacity: 1;
  right: auto;
  left: 0px;
}
.header .block-search .action.search:before {
  display: block !important;
  content: '';
  background: url(/static/version1748513655/frontend/Magedirect/mws/en_US/images/mag-glass.png);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
}
.page-header .header .middle-content .block.block-search input {
  box-shadow: none;
}
.page-header .header .branding .logo {
  padding-right: 10px;
}
.page-header .header .branding .slogan .logo-text {
  line-height: .8;
  text-transform: uppercase;
  color: #5d5d5d;
}
.page-header .header .links li a .ic.ic-user {
  background-image: url(https://eadn-wc01-211045.nxedge.io/static/version1748513655/frontend/Magedirect/mws/en_US/images/signup.png);
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.page-header .header .links li a .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.page-header .header .right .header-right .right-content .minicart-wrapper {
  margin-left: 13px;
}
.page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart:before {
  background-image: url(https://wardrobesupplies.com/media/wysiwyg/Group_12420.png);
  width: 20px;
  height: 20px;
}
.page-header .header__nav .nav > ul > li .dropdown-primary {
  padding-top: 0;
}
.page-header .header__nav .dropdown-primary_full {
  right: auto;
  left: 0;
  width: 100%;
  top: 100%;
  background: #fff;
}
.page-header .header__nav .dropdown-primary {
  position: absolute;
  right: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding-top: 20px;
  overflow: hidden;
  transition: visibility 0.3s, opacity 0.3s, z-index 0.2s;
  padding-bottom: 10px;
}
.page-header .nav > ul {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0;
}
.page-header .header__nav.nav {
  position: relative;
  background: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.07;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #4b4b4b;
}
.page-header .header__nav.nav > ul > li {
  width: 12.5%;
  height: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header .header__nav.nav > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 0;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 25px;
  color: #fff;
}
.page-header .header__nav > ul > li:not(:last-child) > a:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 50%;
  background: #dedede;
  right: 0;
}
.page-header .header__nav.nav > ul > li > a:after {
  content: '';
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b93758;
}
.page-header .header__nav.nav > ul > li:hover {
  background: #b93758;
}
.page-header .header__nav.nav > ul > li:hover a:after {
  visibility: visible;
  opacity: 1;
}
.page-header .header__nav.nav > ul > li:hover .dropdown-primary {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.page-header .header__nav .list-categories {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 15px;
  text-align: center;
  justify-content: center;
}
.page-header .header__nav.nav > ul > li:hover .dropdown-primary .dropdown-primary__inner {
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}
.page-header .header__nav.nav > ul > li:hover .dropdown-primary .dropdown-primary__inner {
  display: inline-block;
}
.page-header .header__nav.nav > ul > li:hover .dropdown-primary .dropdown-primary__inner {
  display: inline-block;
}
.page-header .header__nav .dropdown-primary .dropdown-primary__inner {
  padding-bottom: 16px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: transform .3s, visibility .3s, opacity .3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.page-header .list-categories li {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 10px;
  min-width: min-content;
}
.page-header .list-categories .list-categories__image {
  width: 126px;
  height: 153px;
  line-height: 153px;
  text-align: center;
  margin: 0 auto;
}
.page-header .list-categories .list-categories__content {
  position: relative;
  padding: 10px;
  line-height: 57px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header .list-categories .list-categories__title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.page-header .nav-utilities {
  display: none;
}
.page-header .right-content .authorization-link {
  float: left;
}
.page-header .right-content a > .icon-holder {
  display: inline-block;
  vertical-align: middle;
  min-width: 26px;
  height: 23px;
}
.right-content .ico-account {
  background-image: url(https://eadn-wc01-211045.nxedge.io/static/version1748513655/frontend/Magedirect/mws/en_US/images/signup.png);
  background-position: center center;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.page-header .authorization-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.page-header .right-content .dropdown-primary {
  position: absolute;
  right: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding-top: 20px;
  overflow: hidden;
  transition: visibility 0.3s, opacity 0.3s, z-index 0.2s;
}
.page-header .header .right-content ul {
  float: left;
  position: relative;
  background: #fff;
}
.page-header .right-content .dropdown-primary.active {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.page-header .right-content ul .dropdown-primary__inner ul.list-links {
  float: none;
  position: static;
}
.page-header .right-content .authorization-link a {
  color: #a2a2a9;
}
.right-content .dropdown-primary .dropdown-primary__inner {
  padding-bottom: 16px;
  background: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: transform .3s, visibility .3s, opacity .3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.right-content .dropdown-primary.active .dropdown-primary__inner {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}
.page-header .right-content .list-links {
  list-style-type: none;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.38;
  color: #4b4b4b;
  text-transform: uppercase;
}
.page-header .right-content .list-links a {
  display: block;
  min-width: 158px;
  padding: 10px 20px;
  transition: background .3s;
  color: #4b4b4b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.page-header .right-content .list-links a:hover {
  text-decoration: none;
  background: #f7f7f8;
}
.page-header .right-content .has-dropdown > a.active {
  color: #4b4b4b;
  font-weight: 500;
}
.page-header .right-content .has-dropdown > a.active:hover {
  color: #a2a2a9 !important;
}
.page-header .right-content .list-links li:after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(101%);
  width: 100%;
  height: 1px;
  background: #e8e8e8;
}
.page-header .right-content .list-links li + li {
  margin-top: 3px;
}
.page-header .right-content .list-links li {
  position: relative;
}
.page-header .right-content .has-dropdown a .close {
  position: relative;
  transition: visibility .3s, opacity .3s;
}
.page-header .right-content .has-dropdown a .close i {
  transition: visibility .2s, opacity .2s;
}
.page-header .right-content .has-dropdown a.active .close i {
  visibility: hidden;
  opacity: 0;
}
.page-header .right-content .has-dropdown > a {
  color: #a2a2a9;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.page-header .right-content .has-dropdown a > .close:after {
  visibility: hidden;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://eadn-wc01-211045.nxedge.io/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 91.5929203539823% 51.90476190476191%;
  background-size: 1512.5% 1412.5%;
  width: 16px;
  height: 16px;
}
.page-header .right-content .has-dropdown a.active .close:after {
  visibility: visible;
  opacity: 1;
}
.right-content .hidden-lg {
  display: none !important;
}
.nav-utilities .nav-trigger {
  position: relative;
  display: inline-block;
  z-index: 999;
}
.nav-utilities .nav-trigger > span {
  visibility: visible;
  opacity: 1;
  transition: visibility .3s, opacity .3s;
}
.nav-utilities .nav-trigger span {
  display: block;
  width: 25px;
  height: 4px;
  background: #68686e;
}
.nav-utilities .nav-trigger span + span {
  margin-top: 3px;
}
.nav-utilities .nav-trigger:after {
  content: '';
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(https://eadn-wc01-211045.nxedge.io/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 91.5929203539823% 51.90476190476191%;
  background-size: 1512.5% 1412.5%;
  width: 16px;
  height: 16px;
  transition: visibility .3s, opacity .3s;
}
.nav-utilities .nav-trigger.active > span {
  visibility: hidden;
  opacity: 0;
}
.nav-utilities .nav-trigger.active:after {
  visibility: visible;
  opacity: 1;
  top: 10px;
}
.nav-utilities .dropdown-primary {
  position: absolute;
  z-index: -1;
  left: 0;
  right: auto;
  top: 66px;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.nav-utilities nav.nav-alt ul > li.has-dropdown:first-child {
  display: none;
}
li.customer-welcome {
  display: none;
}
.nav-utilities .nav-alt .nav-alt__dropdown {
  display: none;
  visibility: visible;
  opacity: 1;
}
.nav-utilities .nav-alt > ul > li > a {
  text-align: center;
  position: relative;
  display: block;
  padding: 12px 20px 12px 15px;
  border-bottom: 1px solid #eaeaea;
  font-weight: 600;
  text-transform: uppercase;
  color: #4b4b4b;
}
.nav-utilities > ul:first-child .dropdown-primary {
  right: auto;
  left: 0;
}
.nav-utilities .dropdown-primary {
  top: 80px;
}
.nav-utilities .dropdown-primary .dropdown-primary__inner {
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.nav-utilities .dropdown-primary.active .dropdown-primary__inner {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}
.nav-utilities .dropdown-primary.active {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.nav-utilities .nav-alt {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #4b4b4b;
  background: #fff;
}
.page-header .header .nav-utilities li.has-dropdown {
  display: block;
}
.header .nav-utilities .list-categories_small li {
  width: calc(50% - 8px);
  margin: 0 3px;
  border-width: 1px;
  box-sizing: border-box;
}
.nav-utilities .nav-alt > ul {
  background: #fff;
  padding-bottom: 200px;
  list-style-type: none;
}
.page-header .header .list-categories_small {
  background: #f7f7f8;
  text-align: center;
  padding: 7px;
}
.nav-utilities .nav-alt > ul > li > a:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(https://eadn-wc01-211045.nxedge.io/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 98.71244635193133% 34.90566037735849%;
  background-size: 2688.888888888889% 1614.2857142857142%;
  width: 9px;
  height: 14px;
  transition: -webkit-transform 0.2s;
  transition: transform .2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.nav-utilities .nav-alt > ul > li > a.active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.page-header .header .right .header-right .mobile-search-icon {
  display: none;
}
.page-header .header .right .header-right .mobile-search-icon .custom-icon {
  height: 40px;
  margin-top: 17px;
}
.page-header .header .right .header-right .mobile-search-icon .custom-icon svg {
  width: 40px;
  height: 40px;
}
.page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart .counter.qty {
  display: block;
  position: absolute;
  right: -8px;
  top: -17px;
  width: 18px;
  height: 18px;
  line-height: 20px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  background: #b93758;
  color: #fff;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
.header.content .header-right .minicart-wrapper .block-minicart {
  width: 320px;
  right: -15px;
  margin-top: 20px;
  padding: 10px;
}
.header.content .header-right .minicart-wrapper .block-minicart:before {
  width: 13px;
  height: 12px;
  top: -6px;
  right: 13px;
  position: absolute;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-316deg);
  left: inherit;
  background: #f7f7f8;
  border-right: 0;
  border-bottom: 0;
}
.header-right .minicart-wrapper .items-total,
.header-right .minicart-wrapper.active .block-content #btn-minicart-close {
  display: none;
}
.header-right .minicart-wrapper .subtotal {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.header-right .minicart-wrapper .subtotal .label {
  font-size: 16px;
  display: inline-block;
  line-height: 2.31;
  color: #4b4b4b;
  font-weight: 700;
  text-transform: uppercase;
}
.header-right .minicart-wrapper .subtotal .amount.price-container {
  display: inline-block;
}
.header-right .minicart-wrapper .subtotal .amount.price-container .price-wrapper .price {
  color: #b93758;
}
.header-right .minicart-wrapper .price-message {
  font-size: 16px;
  margin-bottom: 10px;
  color: #373737;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.header-right .minicart-wrapper .price-message .price-wrapper {
  color: #b93758;
}
.header-right .minicart-wrapper .minicart-items-wrapper .product-item .product-item-photo {
  border: 1px solid #bbb;
  padding: 10px;
  margin-right: 10px;
}
.page-header .header .right .header-right .right-content .minicart-wrapper #minicart-content-wrapper .minicart-items .product-item-name {
  font-size: 13px;
}
.page-header .header .right .header-right .right-content .minicart-wrapper #minicart-content-wrapper .minicart-items .product-item-name a {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 13px !important;
  font-weight: 300;
  color: #4b4b4b;
  text-transform: capitalize;
}
.minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product.options .toggle {
  font-size: 12px;
  color: #b93758;
  font-weight: 600;
  text-transform: uppercase;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin: 0 0 0 5px;
}
.right-content .minicart-wrapper .minicart-items .product.options .content {
  text-transform: uppercase;
  color: #a2a2a9;
  font-weight: 600;
}
.header-right .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-pricing {
  display: flex;
  flex-wrap: wrap;
}
.header-right .minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .price-container {
  order: 2;
  width: 70%;
}
.minicart-wrapper .minicart-items-wrapper .product-item .product-item-details .product-item-pricing .details-qty.qty .label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #4b4b4b;
  font-size: 12px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.header-right .block-minicart .block-content > .actions .viewcart span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  color: #b83b5b;
}
.page-header .header .block-minicart .block-content > .actions + .actions {
  margin-top: 0;
}
.page-header .header .block-minicart .block-content > .actions .continue-shopping-link-primary .continue-shopping-link:hover {
  color: #b83b5c;
  text-decoration: underline;
}
.page-header .header .right .header-right .right-content .minicart-wrapper .minicart-items-wrapper {
  background: #fff;
  margin: 0;
  padding: 10px;
  padding: 10px 0;
  max-height: 380px;
  overflow: auto;
  height: 170px !important;
}
.page-header .header .block-minicart .block-content > .actions > .primary {
  margin: 0 18px 10px;
}
.page-header .header .block-minicart .block-content > .actions > .primary .ico-arrow-right {
  margin-left: 12px;
}
.page-header .header .block-minicart .block-content > .actions .continue-shopping-link-primary .continue-shopping-link {
  border: 2px solid;
  padding: 15px 50px;
  color: #000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 18px 15px;
  display: block;
}
.page-header .header .right .header-right .right-content .minicart-wrapper #minicart-content-wrapper #top-cart-btn-checkout {
  height: 49px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0px;
}
.page-header .list-categories .list-categories__image img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1023px) and (max-width: 1230px) {
  .page-header .header__nav.nav > ul > li > a {
    padding: 15px !important;
    font-size: 11px;
  }
}
@media (max-width: 1023px) {
  .nav-utilities .dropdown-primary.active .dropdown-primary__inner {
    width: 320px;
  }
  .page-header .header .branding .slogan {
    display: none;
  }
  .page-header .header .middle-content {
    margin: 0 !important;
    width: 40%;
  }
  .page-header .header .right .header-right .right-content .mobile-search-icon,
  .middle-content .nav-utilities {
    display: block;
  }
  .page-header .top-content {
    padding: 0;
  }
  .promo-bar .promo-bar__section .promo-bar__entry p {
    width: 100%;
    margin-bottom: 5px;
  }
  .page-header .header__nav.nav {
    display: none;
  }
  .page-header .header.content {
    padding: 10px 20px;
  }
  .page-header .header .branding .logo {
    padding: 0;
  }
  .page-header .header .branding .logo img {
    width: 60px;
    max-width: 88px;
  }
  .page-header .header .right {
    width: 40%;
  }
  .page-header .header .right .header-right {
    position: static;
    max-width: none;
    width: 100%;
  }
  .page-header .header .right .header-right .right-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }
  .page-header .authorization-link a span:not(.close) {
    display: none;
  }
  .page-header .header .right .header-right .right-content .minicart-wrapper {
    margin: 0;
  }
  .right-content .ico-account {
    width: 28px;
    height: 30px;
  }
  .page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart:before {
    width: 28px;
    height: 28px;
  }
  .page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart {
    line-height: 44px;
  }
  .page-header .header .middle-content .block.block-search {
    position: absolute !important;
    width: 100%;
    left: 0;
    display: none;
    top: 60px;
    width: 93%;
    margin: 0 auto;
    right: 0;
  }
  .page-header .header .middle-content .block.block-search .actions {
    display: none;
  }
  .page-header .header .middle-content .block-search .control {
    border: none;
  }
  .page-header .header .middle-content .block.block-search .block-content .label {
    text-decoration: none;
    display: inline-block;
    float: none;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    opacity: 1;
    overflow: visible;
    clip: unset;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .page-header .header .middle-content .block.block-search .label::before {
    color: #000;
    position: static;
  }
  header.page-header.show-search {
    height: 200px;
  }
  header.page-header:not(.show-search) .block-search {
    display: none;
  }
  .page-header.show-search .header .middle-content .block.block-search {
    display: block;
  }
  .header-right li.has-dropdown a.dropdown-toggle > span:first-child {
    display: none;
  }
  .page-header .right-content .dropdown-primary {
    position: fixed;
    z-index: -1;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    padding-top: 0;
    top: 18vh;
  }
  .page-header .right-content .has-dropdown a > .close:after {
    left: 3px;
    top: 6px;
  }
  .page-header .right-content .dropdown-primary .dropdown-primary__inner {
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .page-header .right-content .dropdown-primary.active .dropdown-primary__inner {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
  }
  .page-header .right-content .list-links li + li {
    display: block;
  }
  .page-header .right-content .hidden-lg {
    display: block !important;
  }
  .page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart .counter.qty {
    top: -6px;
    margin-top: 0;
  }
  .page-header .header .middle-content .block.block-search input {
    margin-top: 16px;
    margin-bottom: 0px;
    width: 100% !important;
    position: static;
  }
  body .header .dropdown-primary.active > a {
    visibility: visible;
    opacity: 1;
  }
  .header .dropdown-primary > a {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(71, 71, 79, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s, opacity .3s;
  }
  .middle-content .nav-utilities .dropdown-primary {
    position: fixed;
    top: 100px;
  }
  .nav-utilities .nav-trigger.active:after {
    top: -7px;
  }
}
@media (max-width: 767px) {
  body .middle-content .nav-utilities .dropdown-primary {
    position: absolute;
    top: 80px;
  }
  body .nav-utilities .dropdown-primary.active .dropdown-primary__inner {
    width: 100%;
  }
  .page-header .header .middle-content {
    margin: 0 !important;
    width: 40%;
  }
  .page-header .header .right .header-right .right-content .mobile-search-icon,
  .middle-content .nav-utilities {
    display: block;
  }
  .page-header .top-content {
    padding: 0;
  }
  .promo-bar .promo-bar__section .promo-bar__entry p {
    width: 100%;
    margin-bottom: 5px;
  }
  .page-header .header__nav.nav {
    display: none;
  }
  .page-header .header.content {
    padding: 10px 20px;
  }
  .page-header .header .branding .logo {
    padding: 0;
  }
  .page-header .header .branding .logo img {
    width: 60px;
    max-width: 88px;
    margin: 0;
  }
  .page-header .header .right {
    width: 60%;
  }
  .page-header .header .right .header-right {
    position: static;
    max-width: none;
  }
  .page-header .header .right .header-right .right-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }
  .page-header .authorization-link a span:not(.close) {
    display: none;
  }
  .page-header .header .right .header-right .right-content .minicart-wrapper {
    margin: 0;
  }
  .right-content .ico-account {
    width: 28px;
    height: 30px;
  }
  .page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart:before {
    width: 28px;
    height: 28px;
  }
  .page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart {
    line-height: 44px;
  }
  .page-header .header .middle-content .block.block-search {
    position: absolute !important;
    width: 100%;
    left: 0;
    display: none;
    top: 60px;
    width: 93%;
    margin: 0 auto;
    right: 0;
  }
  .page-header .header .middle-content .block.block-search .actions {
    display: none;
  }
  .page-header .header .middle-content .block-search .control {
    border: none;
  }
  .page-header .header .middle-content .block.block-search .block-content .label {
    text-decoration: none;
    display: inline-block;
    float: none;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    opacity: 1;
    overflow: visible;
    clip: unset;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .page-header .header .middle-content .block.block-search .label::before {
    color: #000;
    position: static;
  }
  header.page-header.show-search {
    height: 200px;
  }
  header.page-header:not(.show-search) .block-search {
    display: none;
  }
  .page-header.show-search .header .middle-content .block.block-search {
    display: block;
  }
  .header-right li.has-dropdown a.dropdown-toggle > span:first-child {
    display: none;
  }
  .page-header .right-content .dropdown-primary {
    position: fixed;
    z-index: -1;
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    padding-top: 0;
    top: 18vh;
  }
  .page-header .right-content .has-dropdown a > .close:after {
    left: 3px;
    top: 6px;
  }
  .page-header .right-content .dropdown-primary .dropdown-primary__inner {
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .page-header .right-content .dropdown-primary.active .dropdown-primary__inner {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
  }
  .page-header .right-content .list-links li + li {
    display: block;
  }
  .page-header .right-content .hidden-lg {
    display: block !important;
  }
  .page-header .header .right .header-right .right-content .minicart-wrapper .action.showcart .counter.qty {
    top: -6px;
    margin-top: 0;
  }
}
/* Huzaifa Css End */
/**
 * Custom Style Sheet
 *
 * @less			'blocks'
 */
/**
 * Custom Style Sheet
 *
 * @less			'footer'
 */
.page-footer {
  background: none;
  background-repeat: no-repeat;
  padding: 0px;
  margin-top: 0px;
}
.page-footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.page-footer ul li {
  margin: 0px;
  list-style: none;
}
.page-footer .footer .bottom {
  background-color: #242424;
  background-repeat: no-repeat;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  border-top: 1px solid #000000;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .bottom {
    line-height: 22px;
    font-size: 12px;
  }
}
.page-footer .footer .bottom .row {
  max-width: 1680px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .bottom .row {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
  }
}
.page-footer .footer .bottom .row .links {
  float: left;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .bottom .row .links {
    padding-top: 10px;
  }
}
.page-footer .footer .bottom .row .links .bottom-links li {
  display: inline-block;
}
.page-footer .footer .bottom .row .links .bottom-links a {
  font-size: 16px;
  color: #555555;
  padding: 0 0 8px;
}
.page-footer .footer .bottom .row .links .copyright {
  color: #b5b5b5;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 16px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .bottom .row .links .copyright {
    padding: 5px;
  }
}
.page-footer .footer .footer-container {
  position: relative;
  clear: both;
  padding: 35px 0 0;
  background-color: #373737;
  background-repeat: no-repeat;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container {
    padding: 15px;
  }
}
.page-footer .footer .footer-container .cols {
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .page-footer .footer .footer-container .cols {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container .cols {
    padding-left: 0px;
  }
}
.page-footer .footer .footer-container .cols .col {
  width: 18%;
  float: left;
  padding: 0 20px 45px 23px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .page-footer .footer .footer-container .cols .col {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-footer .footer .footer-container .cols .col {
    width: 16%;
  }
}
.page-footer .footer .footer-container .cols .col .links-social li {
  display: inline-block;
}
.page-footer .footer .footer-container .cols .col li a {
  font-size: 16px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container .cols .col ul {
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-width: 0px;
    border-style: solid;
  }
}
@media only screen and (min-width: 768px) {
  .page-footer .footer .footer-container .cols .col ul.links {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container .cols .col {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
}
.page-footer .footer .footer-container .cols .col h6 {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container .cols .col h6 {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-top: solid 1px #dfdfdf;
    position: relative;
    background-color: #000;
    font-size: 14px;
    display: block;
    cursor: pointer;
    color: #fff;
    font-weight: normal;
    border: solid 1px #dfdfdf;
    border-bottom: none;
  }
}
.page-footer .footer .footer-container .cols .col p {
  line-height: 23px;
  color: #888888;
  font-size: 13px;
}
.page-footer .footer .footer-container .cols .col .links li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
}
.page-footer .footer .footer-container .cols .col .links li .b-span {
  font-weight: 700;
}
.page-footer .footer .footer-container .cols .col .links li a {
  font-size: 16px;
  color: #ffffff;
}
.page-footer .footer .footer-container .cols .col .links li a:hover {
  color: #000000;
}
.page-footer .footer .footer-container .cols .col.c1 {
  padding-left: 0px;
  width: 27%;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container .cols .col.c1 {
    width: 40%;
    float: left;
  }
}
.page-footer .footer .footer-container .cols .col.c1 .footer-logo {
  display: flex;
}
.page-footer .footer .footer-container .cols .col.c1 .footer-logo img {
  max-width: 70px;
  position: relative;
  margin-top: -15px;
}
.page-footer .footer .footer-container .cols .col.c1 .footer-logo .footer__title {
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
  padding-left: 10px;
  margin-top: 0;
}
.page-footer .footer .footer-container .cols .col.c1 .footer__contacts {
  padding-left: 80px;
  color: #fff;
  line-height: 1.5;
  text-align: left !important;
}
.page-footer .footer .footer-container .cols .col.c1 .footer__contacts .footer_payment img {
  max-width: 65%;
  margin: 20px 0 10px;
}
.page-footer .footer .footer-container .cols .col.c1 .footer__contacts p {
  font-size: 16px;
  color: #fff;
}
.page-footer .footer .footer-container .cols .col.c1 .footer__contacts p a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container .cols .col.c2 {
    width: 54%;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container .cols .col.c2 .links {
    padding-bottom: 0;
  }
}
.page-footer .footer .footer-container .cols .col.c3 {
  min-height: 150px;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container .cols .col.c3 {
    min-height: auto;
    width: 54%;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container .cols .col.c3 .links {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container .cols .col.c4 {
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container .cols .col.c4 .links li {
    font-size: 13px !important;
  }
}
.page-footer .footer .footer-container .cols .col.c4 h4:after {
  display: none;
}
.page-footer .footer .footer-container .cols .col.c4 h4 .subscribe {
  position: relative;
}
.page-footer .footer .footer-container .cols .col.c4 h4 .subscribe:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  background-repeat: no-repeat;
  width: 80%;
  height: 2px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer .footer-container .cols .col.c4 h4 .subscribe:after {
    display: none;
  }
}
#back2top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 999;
}
#back2top a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  border: 1px solid #3e3d3b;
  background-color: #363636;
  background-repeat: no-repeat;
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  text-indent: 2px;
  padding-top: 15px;
  display: block;
  color: #ffffff;
  width: 50px;
  height: 50px;
}
#back2top a:visited {
  background-color: #3e3d3b;
  background-repeat: no-repeat;
  border-color: #3e3d3b;
  color: #ffffff;
}
#back2top a:visited .ic {
  background: transparent url(../images/icons/uparrowcustom.png) no-repeat center center;
  background-size: auto 10px;
  opacity: 1;
}
#back2top a:hover {
  opacity: .8;
  border-color: #821b1c;
  color: #ffffff;
}
#back2top a .ic {
  background: transparent url(../images/icons/arrow-line-up-white.png) no-repeat center center;
  background-size: auto 10px;
  position: absolute;
  top: 15px;
  display: block;
  width: 100%;
  height: 16px;
  opacity: 1;
}
#back2top a br {
  display: none;
}
@media only screen and (max-width: 767px) {
  #back2top {
    bottom: 15px;
    right: 15px;
  }
}
.page-footer ul li + li {
  margin-top: 16px;
}
/* Huzaifa Css Start */
.page-footer .footer .footer-container .cols {
  overflow: unset;
}
.page-footer .footer .bottom {
  padding: 20px 0;
}
.page-footer .footer .copyright-block ul {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  max-width: 42%;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 100px;
}
.page-footer .footer .copyright-block ul li + li {
  margin-left: 30px;
}
.page-footer .footer .copyright-block ul li,
.page-footer .footer .copyright-block ul li a {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: normal;
  text-transform: initial;
}
.page-footer .footer .footer-container .shell {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: auto;
}
.page-footer .footer .footer-container .cols .c5 .footer__links {
  margin-bottom: 1.2em;
}
.page-footer .footer .footer-container .cols .socials li {
  margin-top: 0;
  display: inline-block;
  font-size: 17px;
}
.page-footer .footer .footer-container .cols .socials li img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.page-footer .footer .footer-container .cols .socials li + li {
  margin-left: 21px;
}
.footer .footer__contacts .ssl-footer-logo {
  max-width: 140px;
}
.page-footer .footer .footer-container .cols .col.c1 .footer__contacts p a {
  background: none;
}
@media (min-width: 767px) {
  .page-footer .footer .socials.footer__socials.mobile-veiw {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-footer .footer .footer-container {
    padding: 35px 0 0;
  }
  .page-footer .footer .footer-container .cols {
    flex-wrap: wrap;
  }
  .page-footer .footer .footer-container .cols .col.c1 {
    width: 100%;
    padding: 16px 25px 23px;
  }
  .page-footer .footer .footer-container .cols .col.c1 .footer-logo .footer__title {
    line-height: normal;
    font-weight: 700;
  }
  .page-footer .footer .footer-container .cols .col.c1 .footer__contacts {
    padding: 0;
  }
  .page-footer .footer .footer-container .cols .col .footer__contacts .payment-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .page-footer .footer .footer-container .cols .col.c1 .footer__contacts .footer_payment img {
    max-width: 190px;
  }
  .page-footer .footer .footer-container .cols .col h6 {
    background: transparent;
    border: none;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 17px;
  }
  .page-footer .footer .footer-container .cols .col,
  .page-footer .footer .footer-container .cols .col {
    padding: 16px 25px 23px !important;
    border-bottom: 0 !important;
  }
  .page-footer .footer .footer-container .cols .col ul {
    padding: 0;
  }
  .page-footer .footer .footer-container .cols .col.c2,
  .page-footer .footer .footer-container .cols .col.c3,
  .page-footer .footer .footer-container .cols .col.c4,
  .page-footer .footer .footer-container .cols .col.c5 {
    width: 50%;
    box-sizing: border-box;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 16px 0px 23px;
  }
  .page-footer .footer .copyright-block ul {
    max-width: 100%;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-footer .footer .copyright-block ul li + li {
    margin: 12px 0;
  }
  .page-footer .footer .copyright-block ul li:last-child {
    margin: 0;
  }
  .page-footer .footer .footer__socials.mobile-veiw ul li {
    list-style: none;
    width: 15%;
    display: inline-block;
    margin: 0 !important;
  }
  .page-footer .footer .footer__socials.mobile-veiw ul li a {
    display: block;
    text-align: center;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 17px;
  }
  .page-footer .footer .footer__socials.mobile-veiw li img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .page-footer .footer .footer__socials.mobile-veiw ul li + li {
    border-left: 1px solid #5c5c63;
  }
  .page-footer .footer .footer-container .cols .footer__socials {
    display: none;
  }
  .col.col_1of2.col_full-tablet {
    width: 100%;
  }
  .member {
    flex-direction: column;
    padding: 30px 24px 29px;
    margin-bottom: 14px;
  }
  .member .member__aside {
    margin: 2px 4px 24px !important;
  }
}
/* Huzaifa Css End */
/**
 * Custom Style Sheet
 *
 * @less			'general'
 */
body {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #373737;
  font-family: 'Museo Sans', sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .isDesktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .isMob {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: normal;
  color: #212121;
  margin: 0px;
}
h1 {
  font-size: 45px;
  text-transform: capitalize;
  font-style: normal;
  line-height: 1.2;
  color: #030303;
}
h2 {
  font-size: 45px;
  color: #030303;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 30px;
  text-transform: capitalize;
  color: #40ae49;
}
h4 {
  font-size: 18px;
  line-height: 24.3px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 16px;
}
p,
ul,
ol,
dl,
table,
blockquote {
  margin-bottom: 1.2em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
a {
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  text-decoration: none;
  color: #5e5d5c;
}
a:visited {
  color: #5e5d5c;
}
a:hover {
  text-decoration: none;
  color: #821b1c;
}
img {
  max-width: 100%;
}
.page-wrapper .breadcrumbs {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 12px !important;
}
.page-wrapper .page-main {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
ul > li,
ol > li {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  main#maincontent {
    margin-bottom: 30px;
  }
}
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding: 0 25px 0;
  background: #b83b5b;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  transition: background .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form {
  font-family: 'Museo Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #373737;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
.ico-notvalid {
  background-image: url(../../frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 0 91.82692307692307%;
  background-size: 1210% 1255.5555555555554%;
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.action.primary {
  background: #b83b5c;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  padding: 0 25px 0;
  border-radius: 2px;
  color: #fff;
  border-bottom: 2px solid #d6d6d6 !important;
  transition: background .3s;
  border-radius: 0 !important;
  border: none;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
}
.ico-heart {
  background-image: url(../images/icons/sprite.png);
  background-position: 22.727272727272727% 79.42583732057416%;
  background-size: 1100% 1329.4117647058824%;
  width: 22px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-heart-hover {
  background-image: url(../images/icons/sprite.png);
  background-position: 72.27272727272728% 63.63636363636363%;
  background-size: 1100% 1329.4117647058824%;
  width: 22px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
/**
 * Custom Style Sheet
 *
 * @less			'misc'
 */
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.ac {
  text-align: center;
}
.right {
  float: right;
}
.left {
  float: left;
}
ul.list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul.list li {
  margin: 0px;
  list-style: none;
}
.cms-page-view ul.blist {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.cms-page-view ul.blist li {
  margin: 0px;
  list-style: none;
}
.page.messages .messages {
  margin-bottom: 0px;
}
.page.messages .messages .message {
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page.messages .messages .message {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.page.messages .messages .message > *:first-child::before {
  color: inherit;
}
.page.messages .messages .message a {
  text-decoration: underline;
  color: inherit !important;
}
.page.messages .messages .message a:visited {
  text-decoration: underline;
  color: inherit !important;
}
.page.messages .messages .message a:hover {
  text-decoration: none;
  color: inherit !important;
}
.account .page.messages {
  margin-bottom: 0px;
}
.page-layout-1column .page.messages {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.product-item-info .listing-gallery {
  overflow: hidden !important;
}
/**
 * Custom Style Sheet
 *
 * @less			'sections'
 */
/**
 * Custom Style Sheet
 *
 * @less			'slick'
 */
.slick-dots {
  bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .slick-dots {
    bottom: 40px;
  }
}
.slick-dots li {
  margin-left: 3px;
  margin-right: 3px;
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 768px) {
  .slick-dots li {
    margin-left: 7px;
    margin-right: 7px;
    width: 14px;
    height: 14px;
  }
}
.slick-dots li button {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  width: inherit;
  height: inherit;
}
.slick-dots li button::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  font-size: 0px;
  color: #5e5d5c;
  opacity: 1;
  width: inherit;
  height: inherit;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button::before {
    border-width: 1px;
  }
}
.slick-dots li.slick-active button::before {
  background-color: #fff;
  color: #fff;
  opacity: 1;
}
.slick-prev,
.slick-next {
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  background: none;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 40px;
  height: 40px;
  z-index: 1;
  border: 0 !important;
}
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
}
.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  color: inherit;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:hover,
.slick-next:hover {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 1;
}
.slick-prev {
  left: 0;
}
.slick-prev::before {
  /*.bg-icon('cav_arrow-left-large-gray.png');*/
  content: "";
}
.slick-next {
  right: 0;
}
.slick-next::before {
  /*.bg-icon('cav_arrow-right-large-gray.png');*/
  content: "";
}
/**
 * Custom Style Sheet
 *
 * @less			'bannerslider'
 */
body .top-container,
.header .shell,
.promo-bar .shell {
  max-width: 100%;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
}
.item {
  font-size: 15px;
  line-height: 1.4;
}
.owl-carousel .slider-text-left {
  top: 50%;
  transform: translateY(-50%);
  max-width: 350px;
  left: 5%;
  right: auto;
  position: absolute;
}
.intro__content.forth_ban.year-ban.banner_5.mob-text-color {
  text-align: left;
  left: 0 !important;
}
.top-container .intro__content .intro__entry {
  font-size: 23px;
  margin-bottom: 20px;
}
.intro__content .custom_banner_title {
  margin: 0 0 7px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1 !important;
  font-style: italic;
  font-size: 60px !important;
  color: #fff;
}
.top-container .intro__content .custom_banner_subtitle {
  margin-bottom: 25px !important;
  font-size: 25px !important;
  color: #fff;
}
.top-container .mob-text-color .custom_banner_title {
  font-style: normal !important;
}
.top-container .intro__content .intro__entry {
  font-size: 23px;
  margin-bottom: 20px;
  color: #fff;
}
.top-container .intro__content .intro__actions .custom_btn {
  padding: 0 10% !important;
  color: #f1f0f0 !important;
  background: #b83b5b;
}
.top-container .intro__content .intro__actions .btn {
  height: 40px;
  line-height: 40px;
  border-bottom: none;
}
@media screen and (min-width: 767px) {
  .top-container .owl-carousel .owl-item .mob-image {
    display: none;
  }
}
/**
 * Custom Style Sheet
 *
 * @less			'navigation'
 */
.page-wrapper .nav-sections {
  background-color: #000000;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .nav-sections {
    background-color: #ffffff;
    background-repeat: no-repeat;
  }
}
.page-wrapper .nav-sections .navigation {
  background-color: #000000;
  background-repeat: no-repeat;
  text-align: center;
}
.page-wrapper .nav-sections .navigation .level-top > a {
  font-family: "Outfit-Medium", sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin-right: 60px;
}
.home-page-slider .home-category-title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-page-slider .home-category-title h2 {
  font-size: 26px;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #F36C21;
}
.home-page-slider .slick-slide img {
  margin: 0 auto;
}
.home-page-slider .home-category-wrapper .slick-prev {
  background: transparent url(../images/icons/left-orange-arrow.png) no-repeat center center;
  left: -62px;
}
@media only screen and (max-width: 767px) {
  .home-page-slider .home-category-wrapper .slick-prev {
    left: -52px;
  }
}
.home-page-slider .home-category-wrapper .slick-next {
  background: transparent url(../images/icons/right-orange-arrow.png) no-repeat center center;
  right: -55px;
}
@media only screen and (max-width: 767px) {
  .home-page-slider .home-category-wrapper .slick-next {
    right: -50px;
  }
}
.home-page-slider .home-category-wrapper .products-grid {
  padding-left: 50px;
  padding-right: 50px;
}
.home-page-slider .home-category-wrapper .product-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-page-slider .home-category-wrapper .product-item-name a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.home-page-slider .home-category-wrapper .product-items {
  margin: 0 auto;
  text-align: center;
}
.home-page-slider .home-category-wrapper .product-items .product-item {
  position: relative;
  padding-right: 10px;
  margin-left: 0px !important;
}
@media only screen and (max-width: 767px) {
  .home-page-slider .home-category-wrapper .product-items .product-item {
    padding-right: 0px;
  }
}
.home-page-slider .home-category-wrapper .product-items .product-item .product-item-info {
  height: 400px;
  border: 1px solid #D5D5D5;
  position: relative;
}
.home-page-slider .home-category-wrapper .product-items .product-item .product-item-info .detail {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.home-page-slider .home-category-wrapper .product-items .product-item .product-item-info .detail .price-box {
  display: inline-block;
  margin: 0px;
}
.home-page-slider .home-category-wrapper .product-items .product-item .product-item-info .detail .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 5px;
}
.home-page-slider .home-category-wrapper .product-items .product-item .product-item-info .detail .product-short-description {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}
.home-page-slider .home-category-wrapper .product-items .product-item .product-item-info .detail .product-item-inner {
  display: none;
}
.general-h3 {
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  color: #a8405c;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
}
.cms-home main#maincontent {
  margin-bottom: 0;
}
.best-seller .sections-container .section_boxes {
  padding-bottom: 0;
}
.section-email > .shell,
section.best-seller > .shell,
section.shell.featured-products,
section.section.section_logos > .shell,
.section_boxes > .shell {
  max-width: 100%;
  width: 100%;
}
body .section-email .shell {
  background: 0 0;
  padding: 0;
}
.section-email .section__group {
  position: relative;
  background: #dedede;
  padding: 22px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-email .section__group .image {
  margin-left: 40px;
}
.section-email .section__group .section__body {
  text-align: center;
  margin: 0 auto;
}
.section-email .section__body .subscribe.form {
  max-width: unset;
  margin: 0 auto;
}
.cms-home .section-email .subscribe.form .subscribe__title {
  display: none;
}
.section-email .section__body .subscribe.form .subscribe__head .subscribe__entry p {
  font-family: 'Museo Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #373737;
}
.section-email .section__body .subscribe.form .subscribe__head p {
  margin-bottom: 5px;
}
.section-email .section__body .subscribe.form .subscribe__head {
  margin-bottom: 15px;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body {
  max-width: 485px;
  width: 100%;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-email .section__body .subscribe.form .subscribe__body .form__controls {
  flex-basis: 69%;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body .form__controls {
  padding: 0;
  margin: 0;
  width: 70%;
}
.subscribe .notvalid {
  font-size: 13px;
}
.form .valid {
  display: none;
}
.form .notvalid {
  display: none;
  padding: 6px 13px;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 500;
  background: rgba(185, 55, 88, 0.2);
  color: #b93758;
}
.section-email .section__body .subscribe.form .subscribe__body .form__controls #newsletter {
  height: 38px;
  box-shadow: none;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body .form__controls input {
  border: none;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body input {
  background: #fff;
}
.section-email .section__body .subscribe.form .subscribe__body .form__controls #custom_error {
  color: #000 !important;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body .form__actions {
  width: 30%;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body .action.primary {
  height: 40px;
  width: 100%;
  margin-left: -5px;
}
.section-email .section__group .section__body .subscribe.form .subscribe__body .form__actions span {
  font-size: 12px;
}
.customer-account-login .main .ornament,
.promo-bar .promo-bar__actions,
.section-email .section__group .section__body .subscribe.form .subscribe__body .form__actions .ico-arrow-right {
  display: none;
}
.featured-products .featured-products-wrapper {
  background: #f2f2f2;
  padding: 38px 0 52px;
}
.featured-products .featured-products-wrapper h3 {
  margin-bottom: 23px;
}
.featured-products .featured-products-wrapper .feature-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 13px;
}
.featured-products .featured-products-wrapper .feature-products .product {
  text-decoration: none;
  text-align: center;
}
.featured-products .featured-products-wrapper .feature-products .product img {
  width: 100%;
}
section.section.section_logos {
  padding: 0;
}
.section.section_logos .innse-section {
  padding: 50px 0 50px;
  margin: 0;
}
.section .section__body {
  margin-bottom: 14px;
}
.section.section_logos .section__body .list-logos {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 42px 0;
  gap: 85px;
}
.section.section.section_logos .section__body .list-logos img {
  width: auto !important;
}
.section .section__foot {
  text-align: center;
}
.section_logos .innse-section .section__foot .section__actions a {
  border-radius: 0;
  background: 0 0;
  color: #b83b5b;
  border: 1px solid #b83b5b;
  font-weight: 400;
  height: 45px;
  line-height: 43px;
}
.sections-container {
  position: relative;
}
.section_boxes {
  position: relative;
  padding: 40px 0;
}
.section_boxes h3 {
  font-size: 24px;
  font-weight: 500;
  color: #b93758;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.section_boxes .section__inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_boxes .section__group {
  position: relative;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 50%;
  padding: 0 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_boxes .section__body {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 0;
  padding: 14px 10px 10px;
}
.section_boxes .section__body-inner {
  position: relative;
  z-index: 2;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.article-small {
  text-align: center;
  font-size: 18px;
  letter-spacing: .02em;
}
.article-small .article-small__image {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.article-small .article-small__content {
  padding: 0 15px;
}
.article-small .article-small__image-overlay {
  color: #b93758;
  line-height: 23px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.article-small .article-small__entry {
  margin-bottom: 20px;
}
.article-small .article-small__entry p {
  font-size: 16px;
}
.article-small .article-small__actions {
  margin-top: auto;
}
.article-small .article-small__actions .btn span {
  color: #fff;
}
/* Huzaifa Css Start */
.section-email {
  margin: 42px 0;
}
.section-email > .shell,
section.best-seller > .shell,
section.section.section_logos > .shell {
  max-width: 1710px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.section-email .section__body .subscribe.form .subscribe__body .form__controls #newsletter::placeholder {
  color: #a2a2a9;
  opacity: 1;
  font-weight: 500;
}
.best-seller .klevu-recs.klevuTarget .klevuWrap .kcResultsContainer {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-top: 15px;
  margin-bottom: 40px;
}
.page-wrapper .best-seller .klevuWrap h3.kuRECSTitle,
.page-wrapper .best-seller .klevuWrap .kcTitle {
  text-align: center;
  color: #a8405c;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0px;
  padding: 0;
}
.klevu-recs.klevuTarget .kcResultsContainer .kcResultsInner .kcResultItem {
  display: inline-block;
  margin: 12px !important;
  margin-left: 0px;
  vertical-align: top;
  border: 1px solid #efefef !important;
  border-radius: 2px;
}
.klevu-recs.klevuTarget .kcResultsContainer .kcResultsInner .kcResultItem .kcResultItemInner {
  margin: 0 auto;
  padding: 12px;
  background: #FFF;
}
.klevu-recs.klevuTarget .kcResultsContainer .kcResultsInner .kcResultItem .kcResultItemInner .kcResultItemNameValue {
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #000;
}
.klevu-recs.klevuTarget .kcResultsContainer .kcResultsInner .kcResultItem .kcResultItemInner .kcResultItemPriceValue {
  text-overflow: ellipsis;
  color: #b93758 !important;
  font-weight: 600;
}
.featured-products .featured-products-wrapper .feature-products .product h4 {
  color: #595959;
  font-weight: 700;
  margin-top: 2rem;
}
.section_logos .innse-section .section__foot .section__actions a:hover {
  background: #b83b5b;
  color: #fff !important;
}
.top-container .owl-carousel .owl-nav button.owl-prev {
  left: 40px;
}
.top-container .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
.top-container .owl-carousel .owl-nav button.owl-next,
.top-container .owl-carousel .owl-nav button.owl-prev {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
.top-container .owl-carousel .owl-nav button span {
  color: #a8405c;
  font-size: 30px;
  font-weight: 700;
}
.top-container .owl-carousel .owl-nav button:hover {
  background: #a8405c !important;
}
.top-container .owl-carousel .owl-nav button:hover span {
  color: #fff !important;
}
.home-slider.owl-carousel .owl-dots {
  bottom: 13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
}
.top-container .home-slider .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  margin-right: 5px;
  background: #fff;
  border-radius: 0;
}
.top-container .home-slider .owl-dots .owl-dot.active {
  background-color: #b83b5b;
}
.main .section-email .section__body .subscribe.form {
  max-width: unset;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-container .owl-carousel .owl-item .desktop-image {
    display: none;
  }
  .top-container .owl-carousel .owl-nav button.owl-prev,
  .top-container .owl-carousel .owl-nav button.owl-next {
    top: 25%;
  }
  .top-container .owl-carousel .owl-nav button.owl-prev {
    left: 30px;
  }
  .top-container .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .top-container .owl-carousel .item .slider-text-left {
    position: static;
    margin-top: 50px;
    transform: unset;
    max-width: unset;
  }
  .top-container .intro__content.forth_ban.year-ban.banner_5.mob-text-color {
    text-align: center;
    color: #000;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .top-container .intro__content .custom_banner_title {
    color: #000;
    font-size: 32px !important;
    margin-bottom: 10px !important;
  }
  .top-container .intro__content .custom_banner_subtitle {
    font-size: 16px !important;
    margin-bottom: 5px !important;
    color: #000;
  }
  .top-container .intro__content .intro__entry {
    margin-bottom: 10px;
    color: #000;
  }
  .top-container .intro__content .intro__actions .btn {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    padding: 0 20px !important;
  }
  .section-email .section__group .section__body .subscribe.form .subscribe__body .form__controls,
  .section-email .section__group .section__body .subscribe.form .subscribe__body .form__actions {
    width: 100%;
  }
  .section-email .section__group .section__body .subscribe.form .subscribe__body .action.primary {
    margin: 10px 0 0;
  }
  .featured-products .featured-products-wrapper .feature-products {
    grid-template-columns: 1fr;
    gap: 50px 13px;
  }
  .section-email > .shell,
  section.best-seller > .shell,
  section.section.section_logos > .shell {
    padding: 0 15px;
  }
  .main .section.section.section_logos .section__body .list-logos {
    gap: 0;
    flex-wrap: wrap;
    padding: 0;
  }
  .section.section_logos .section__body .list-logos li {
    margin-bottom: 30px;
    width: 50%;
    text-align: center;
  }
}
/* Huzaifa Css End */
/**
 * Custom Style Sheet
 *
 * @less			'account'
 */
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .actions-secondary,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .actions-secondary {
  padding: 10px;
  text-align: right;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct:hover .actions-secondary a.towishlist .ico-heart,
.page-products .klevuLanding .kuResultWrap li.klevuProduct:hover .actions-secondary a.towishlist .ico-heart,
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .actions-secondary a.towishlist .ico-heart-hover,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .actions-secondary a.towishlist .ico-heart-hover {
  display: none;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct:hover .actions-secondary a.towishlist .ico-heart-hover,
.page-products .klevuLanding .kuResultWrap li.klevuProduct:hover .actions-secondary a.towishlist .ico-heart-hover {
  display: inline-block;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .weltpixel-quickview,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .weltpixel-quickview {
  width: 50%;
  border: 1px solid #b83b5c;
  padding: 11px 0;
  text-align: center;
  border-radius: 3px;
  color: #b83b5c;
  position: static;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .weltpixel-quickview:hover,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .weltpixel-quickview:hover {
  color: #fff !important;
  background: #b83b5c;
}
.klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .tk-out-of-stock {
  color: #fff;
  background: #373737;
  width: 50%;
  border: 1px solid #b83b5c;
  padding: 11px 0;
  text-align: center;
  border-radius: 3px;
}
.klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .tk-out-of-stock:hover {
  color: #fff !important;
  background: #373737;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart-tekglide,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart-tekglide,
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart {
  width: 50%;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart-tekglide .kuBtn,
.page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart .kuBtn {
  margin: 0;
  width: 100%;
}
.page-products .klevu-recs.klevuTarget .klevuWrap .kuRECSContainer .kuRECSWrap .kuRECSResults .kuRECSResultsInner,
.page-products .klevu-recs.klevuTarget .klevuWrap .kuRECSContainer .kuRECSHeader {
  text-align: center;
}
.kuSearchResultsPageContainer .kuResults .kuProdBottom .listpage-brand h6 {
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.kuSearchResultsPageContainer .kuResults .kuProdBottom .listpage-sku {
  text-align: center;
}
.kuSearchResultsPageContainer .kuResults .kuProdBottom .listpage-sku span {
  font-size: 12px;
  font-weight: 400;
}
.kuSearchResultsPageContainer .kuResults ul li.klevuProduct .kuProdWrap .kuProdBottom {
  height: 160px;
}
.kuSearchResultsPageContainer .productListActive .productList[data-result-view=list] .kuAddtocart {
  width: 100%;
}
body.page-products .page-wrapper .page-main,
body .category-view {
  padding: 0 20px;
  max-width: 1720px;
  margin: 0 auto;
}
.category-view .category-image {
  float: left;
  width: 47%;
  padding: 0 15px;
  line-height: 1.4;
}
.category-view .category-description {
  margin-bottom: 20px;
  padding: 0 15px;
  float: left;
  width: 47%;
}
.category-view .category-description p {
  line-height: 1.4;
}
body.search-index-index .klevuLanding > .klevuWrap [ku-container][data-container-role=main],
body.page-products .klevuLanding > .klevuWrap [ku-container][data-container-role=main],
body.search-index-index .klevuLanding > .klevuWrap .kuContainer,
body.page-products .klevuLanding > .klevuWrap .kuContainer {
  max-width: 1680px;
}
body [ku-container][data-container-role="main"] {
  width: 100% !important;
}
.main .section-products .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdBottom .kuPrice span {
  font-size: 14px;
}
.main .section-products .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdBottom .kuPrice span:not(.klevuQuickPriceGreyText) {
  color: #b93758;
}
.main .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdBottom .kuPrice span:not(.klevuQuickPriceGreyText) {
  color: #b93758;
  font-size: 14px;
}
.main .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdBottom .kuName,
.main .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdBottom .kuPrice {
  text-align: center;
}
.main .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdBottom .kuPrice .kuSalePrice {
  float: none;
  text-align: center;
}
.main .klevuWrap .kuResultWrap li.klevuProduct footer .kuProdAdditional a.kuBtn {
  background: #b83b5c;
  border-color: #b83b5c;
  padding: 12px 8px;
  width: 100%;
}
.main .section-product .product-primary__inner .klevuWrap h3.kuRECSTitle,
.main .sections-container .best-seller .klevuWrap h3.kuRECSTitle {
  text-align: center;
  color: #a8405c;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
}
.main .sections-container .best-seller .klevuWrap .kuRECS-itemWrap .kuRECS-itemDesc {
  text-align: center;
}
.main .section-product .product-primary__inner .klevu-recs .klevuWrap .kuRECS-itemWrap .kuRECS-itemDesc .kuSalePrice,
.main .sections-container .best-seller .klevuWrap .kuRECS-itemWrap .kuRECS-itemDesc .kuSalePrice {
  color: #b83b5c;
}
.main .section-product .product-primary__inner .klevu-recs .klevuWrap .kuRECS-itemWrap .kuRECSItemBottom button,
.main .sections-container .best-seller .klevuWrap .kuRECS-itemWrap .kuRECSItemBottom button {
  background: #b83b5c;
  padding: 10px;
  color: #fff;
  font-size: 12px;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames {
  height: 150px;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames.kuFilterShowAll {
  height: auto;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames.kuFilterCollapse {
  height: 0;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox ul li a {
  font-size: 15px;
  margin-bottom: 6px;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox ul li.kuSelected span.kuFilterIcon:after {
  transform: rotate(0);
  width: 14px;
  height: 14px;
  left: 2px;
  background: #b83b5c;
  border: none;
  top: 2px;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox ul li a.klevuFilterOption:hover span.kuFilterIcon:after {
  transform: rotate(0);
  width: 14px;
  height: 14px;
  left: 2px;
  background: #b83b5c;
  border: none;
  top: 2px;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames .noUi-base .noUi-connect {
  background: #b83b5c;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames .kuShowOpt .kuFilterDot {
  background: 0 0;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames .kuShowOpt:after {
  border-color: #333;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  padding: 4px;
  position: absolute;
  right: 10px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
}
.main .klevuWrap .kuResultWrap .kuFilters .kuFilterBox .kuFilterNames.kuFilterShowAll .kuShowOpt:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wrapper .top-container .home-slider.owl-carousel .owl-dots {
  bottom: 13px;
}
.search-index-index .klevuLanding .kuResultWrap li.klevuProduct:hover .actions-secondary a.towishlist .ico-heart-hover,
.page-products .klevuLanding .kuResultWrap li.klevuProduct:hover .actions-secondary a.towishlist .ico-heart-hover {
  display: inline-block;
}
.best-seller .klevu-recs.klevuTarget .klevuWrap > .kuRECSContainer {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-top: 15px;
  margin-bottom: 40px;
}
@media (max-width: 1536px) {
  .page-products .klevuLanding .kuResultWrap li.klevuProduct .kuProdAdditional .kuProdAdditionalData .kuAddtocart .kuBtn {
    font-size: 10px !important;
    padding: 12px 0;
  }
}
.search-index-index .main_bg,
.page-products .main_bg {
  background: 0 0;
}
.klevuWrap .kuRECSContainer .kuRECSResultsInner a.kuRECSTitle {
  overflow: inherit;
  white-space: normal;
  text-overflow: unset;
  height: 38px;
}
.kuSearchResultsPageContainer .kuResults ul li .kuName a {
  display: inline-block;
}
.klevuWrap .kuRECSContainer .kuRECSResultsInner .kuRECS-itemWrap .kuRECSItemBottom {
  display: none;
}
@media (max-width: 767px) {
  .main .sections-container .best-seller .klevuWrap .kuRECSResults .slick-list {
    padding-left: 0 !important;
  }
  .category-view .category-description {
    padding: 0;
    float: none;
    width: 100%;
  }
  .category-view .category-image {
    float: none;
    width: 100%;
    padding: 0;
  }
  body.page-products .page-wrapper .page-main,
  body .category-view {
    width: auto;
  }
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .item-actions .actions-toolbar .action {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  line-height: 32px;
  height: 32px;
  background-color: #b83b5c;
  background-repeat: no-repeat;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto-Regular", sans-serif;
}
.checkout-cart-index .cart-container .form-cart #shopping-cart-table .item-actions .actions-toolbar .action:hover {
  background-color: #000000;
  background-repeat: no-repeat;
  color: #ffffff;
}
.checkout-cart-index .cart-container .form-cart .cart.actions .action {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  line-height: 32px;
  height: 32px;
  background-color: #b83b5c;
  background-repeat: no-repeat;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto-Regular", sans-serif;
}
.checkout-cart-index .cart-container .form-cart .cart.actions .action:hover {
  background-color: #000000;
  background-repeat: no-repeat;
  color: #ffffff;
}
.checkout-cart-index .cart-container .form-cart .cart.actions .action:before {
  line-height: 31px;
}
.checkout-cart-index .cart-container .primary.checkout {
  font-size: 14px;
  background-color: #b83b5c;
  background-repeat: no-repeat;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .checkout-cart-index .cart-container .primary.checkout {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    line-height: 0px;
  }
}
.checkout-cart-index .cart-container .primary.checkout:hover {
  background-color: #000000;
  background-repeat: no-repeat;
  color: #ffffff;
}
.checkout-cart-index .page-title-wrapper h1 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 12px;
  margin-top: 35px;
}
.checkout-cart-index .cart-container .form-cart {
  width: 64% !important;
  float: left;
  display: block;
  position: relative;
}
.checkout-cart-index table#shopping-cart-table thead:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: 12px;
  background: url('../images/border-small.jpg') repeat-x;
}
#shopping-cart-table .col.item {
  width: 80%;
}
.checkout-cart-index table#shopping-cart-table .col {
  float: none;
  text-align: left;
  border: none;
}
#shopping-cart-table .col.qty {
  width: 20%;
}
#shopping-cart-table .col.subtotal {
  width: 20%;
}
.cart.table-wrapper .cart thead tr th.col {
  padding: 46px 10px 23px 10px;
}
.table th {
  height: 20px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
}
.product-image-container {
  width: 100px !important;
}
.cart.table-wrapper .product-item-photo {
  padding: 10px !important;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.multicheckout .item-options dd,
.block-giftregistry-shared-items .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  font-weight: 300;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.multicheckout .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.checkout-cart-index table#shopping-cart-table .qty .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-cart-index table#shopping-cart-table .qty .control > label {
  display: flex;
  align-items: center;
}
.checkout-cart-index table#shopping-cart-table .qty .control a {
  display: block;
  width: 55px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #eff0f2;
  border-bottom: 2px solid #d6d6d6;
  border-radius: 3px;
  transition: background .3s;
}
.checkout-cart-index table#shopping-cart-table .qty .control input {
  width: 56px !important;
  height: 50px;
  text-align: center;
  border: none;
  background: #f7f7f6;
}
.price-excluding-tax .price {
  font-size: 13px;
  color: #b93758;
}
.cart-summary:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  height: 12px;
  background: url('../images/border-small.jpg') repeat-x;
}
.checkout-cart-index .cart-summary {
  width: 32% !important;
  padding: 22px 10px 10px !important;
  background: #fff;
  margin-top: 0;
  float: right;
}
.checkout-cart-index .cart-summary .block > .title {
  position: relative;
}
.checkout-cart-index .cart-summary .block > .title {
  padding: 12px 40px 12px 11px;
  border: none;
  transition: background .3s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4b4b4b;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}
.cart.table-wrapper .cart thead tr td {
  padding: 0px 10px;
  margin: 0px;
}
.cart.table-wrapper .item-actions .actions-toolbar {
  text-align: left;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  left: 0;
  right: auto;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  left: 64px;
}
.cart.table-wrapper .actions-toolbar > .action {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.cart.table-wrapper .actions-toolbar > .action-edit::before {
  content: '';
  background-image: url('../images/sprite.png');
  background-position: 92.82511210762333% 0%;
  background-size: 1273.6842105263158% 1189.4736842105265%;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete::before {
  content: '';
  background-image: url('../images/sprite.png');
  background-position: 92% 11.165048543689322%;
  background-size: 1423.5294117647059% 1130%;
  width: 17px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.checkout-cart-index .cart-container .form-cart .actions.main .action {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 49px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 0 30px 0;
  background: #ededed;
  border: none;
  border-radius: 2px;
  color: #373737;
  border-bottom: 2px solid #d6d6d6;
  transition: background .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart-container .form-cart .actions.main {
  text-align: center !important;
  margin-bottom: 20px;
}
.checkout-cart-index .cart-container .form-cart .actions.main .action:hover {
  text-decoration: none;
  background: #d7d7d9;
}
.cart-summary .block {
  padding: 6px 0;
  border-bottom: 1px solid #c7c7cb;
  margin-bottom: 0;
}
.checkout-cart-index .cart-summary .block > .title:after {
  content: '' !important;
  position: absolute;
  right: 20px;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) rotate(270deg);
  background-image: url('../images/sprite.png');
  background-position: 98.71244635193133% 34.90566037735849%;
  background-size: 2688.888888888889% 1614.2857142857142%;
  width: 9px;
  height: 14px;
  transition: -webkit-transform 0.2s;
  transition: transform .2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.cart-summary .block.active > .title:after {
  transform: translateY(-50%) rotate(90deg);
}
.checkout-cart-index .cart-summary .block.active > .title {
  background: #d7d7d9;
}
.checkout-cart-index .cart-summary .block > .title {
  padding: 12px 40px 12px 11px;
  border: none;
  transition: background .3s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4b4b4b;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}
.cart-summary .block .content {
  border-top: 1px solid #ccc;
  margin-top: 6px;
  padding-bottom: 0;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .actions-toolbar {
  padding: 10px;
}
.cart-summary:before {
  content: 'Order Summary';
  position: absolute;
  top: -42px;
  left: 0;
  font-weight: 400;
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.2;
  font-family: 'Museo Sans', sans-serif;
}
.cart-summary .summary.title {
  display: none;
}
.cart-summary .block .title strong {
  font-size: 13px;
  font-weight: 700;
}
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .field.note {
  display: none;
}
form#co-shipping-method-form {
  padding: 0px;
}
#co-shipping-method-form .form-secondary__title {
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
#co-shipping-method-form .items.methods {
  display: block;
  padding: 7px 12px;
}
#co-shipping-method-form .items.methods .item-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.cart-summary .block .item-options {
  margin: 0 0 10px;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 20px;
  margin-bottom: 3px;
  height: auto;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: -20px;
  margin-top: 2px;
}
.methods .choice input[type="radio"] {
  display: none;
  -webkit-appearance: none;
}
#co-shipping-method-form .item-options .field.item label.label {
  position: relative;
  top: -2px;
  left: -2px;
  padding-left: 28px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.methods .choice input + label:before,
#checkoutSteps .payment-method-title .label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background: #fafafb;
  border: 1px solid #373737;
  box-sizing: border-box;
}
.cart-summary .block .fieldset .field > .label {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
.methods .choice input:checked + label:after,
.table-checkout-shipping-method .col-method input:checked ~ label:after,
#checkoutSteps .payment-method-title input:checked ~ .label:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 3px;
  width: 13px;
  height: 13px;
  background: #1e1e1e;
  border: 2px solid #fafafb;
  box-sizing: border-box;
}
.cart-summary .block .price {
  font-weight: 400;
}
#block-totals .cart-totals {
  position: relative;
}
#block-totals:not(.active) .cart-totals {
  display: none;
}
#block-totals.active .cart-totals {
  display: block;
}
#cart-totals::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 12px;
  transform: rotate(180deg);
  background: url('../images/border-small.jpg') repeat-x;
}
#cart-totals::after {
  content: '';
  position: absolute;
  left: 0px;
  top: -6px;
  width: 100%;
  height: 12px;
  background: url('../images/border-small.jpg') repeat-x;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
  font-weight: 600;
  border: 0;
}
tr.totals.sub td {
  border-bottom: 0px;
}
.cart-totals tbody .amount {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
}
.cart-totals tbody .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
  text-align: left;
  font-weight: 600;
}
.cart-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  font-size: 13px;
  height: 51px;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background: #d7d7d9;
  color: #373737 !important;
}
.cart.table-wrapper .product-item-details {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-summary {
    width: 100% !important;
    position: relative;
    margin-top: 60px;
    box-sizing: border-box;
  }
  .cart-summary:before {
    left: 15px;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 100% !important;
    box-sizing: border-box;
  }
  .cart.table-wrapper .item .col.item {
    padding-top: 40px;
  }
  .checkout-cart-index table#shopping-cart-table .qty .control a {
    width: 46px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
  }
  #shopping-cart-table .col.qty {
    width: 100%;
  }
  .cart-container .form-cart .actions.main .continue,
  .cart-container .form-cart .actions.main .clear {
    margin-bottom: 5px;
    width: 65%;
  }
}
/**
 * Custom Style Sheet
 *
 * @less            'product'
 */
@media only screen and (min-width: 768px) {
  .catalog-category-view.page-products .products-grid .product-item:nth-child(5n) {
    margin-right: 11px !important;
  }
}
.catalog-category-view.page-products .page-title-wrapper .page-title {
  font-size: 25px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view.page-layout-1column .product-info-main {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-product-view.page-layout-1column .product.media {
    width: 45%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
    float: left;
  }
}
.catalog-product-view.page-layout-1column .product.media .action.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-product-view .product-info-main .product-social-links {
  text-align: left;
}
.catalog-product-view .product-info-main .product-social-links a {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  color: #ffffff;
  background-color: #f36c21;
  background-repeat: no-repeat;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Roboto-Regular", sans-serif;
}
.catalog-product-view .product-info-main .product-social-links a:hover {
  background-color: #000000;
  background-repeat: no-repeat;
  border: 0;
  color: #ffffff;
}
.catalog-product-view .product-info-main .product-social-links a:focus {
  background-color: #f36c21;
  background-repeat: no-repeat;
  border: 0;
  color: #ffffff;
}
.catalog-product-view .product-info-main .product-add-form .primary.tocart {
  height: auto !important;
}
.catalog-product-view .product-info-main .page-title {
  margin-top: -5px;
  margin-bottom: 0px;
  font-size: 20px;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  margin-top: 6px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-symbol {
  font-size: 1.8rem;
}
.catalog-product-view .product-info-main .box-tocart {
  margin-top: 0px;
  margin-bottom: 0px;
}
.catalog-product-view .product-info-main .box-tocart.update .mage-error[generated] {
  position: absolute;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  margin-top: 0px;
  margin-bottom: 0px;
}
.catalog-product-view .product-info-main .product.attribute.sku {
  display: block;
  color: #000000;
  margin-bottom: 3px;
}
.catalog-product-view .product-info-main .product.attribute.sku .type {
  display: none;
}
.catalog-product-view .product-info-main .product.attribute.sku .value {
  color: #f36c21;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .product-info-main .product.attribute.sku .value {
    font-size: 26px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product.attribute.sku .value {
    font-size: 15px;
  }
}
.catalog-product-view .product-info-main .product.attribute.overview {
  margin: 3px 0;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product.attribute.overview {
    margin-bottom: 15px;
  }
}
.catalog-product-view .product-info-main .product-reviews-summary a {
  color: #000000;
}
.catalog-product-view .product-info-main .stock {
  margin-bottom: 6px;
  margin-top: 5px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
}
.catalog-product-view .product-info-main .stock .in-stock {
  color: #f36c21;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main .stock .out-of-stock {
  color: #ff0000;
  text-transform: capitalize;
}
.catalog-product-view .product.data.items > .item.content {
  background-color: #ffffff;
  background-repeat: no-repeat;
  margin-top: 53px;
  padding: 35px;
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product.data.items > .item.content {
    margin-top: 0px;
  }
}
.catalog-product-view .product.data.items > .item.content p {
  font-size: 13px;
  margin-bottom: 19.5px;
  line-height: 22.282px;
}
.catalog-product-view .product.data.items > .item.content h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 20px;
  line-height: 1.4;
  text-transform: uppercase;
}
.catalog-product-view .product.data.items > .item.title {
  margin: 0px;
  margin-right: 0px;
}
.catalog-product-view .product.info.detailed .data-table {
  width: 100%;
}
.catalog-product-view .product.info.detailed .data-table th {
  border: 1px solid #e0e0e0;
  padding: 15px;
  text-transform: capitalize;
  font-weight: 700;
  width: 25%;
}
.catalog-product-view .product.info.detailed .data-table tbody td {
  border: 1px solid #e0e0e0;
  padding: 15px;
}
.catalog-product-view .product.info.detailed .data-table tfoot td {
  border: 1px solid #e0e0e0;
  padding: 15px;
}
.catalog-product-view .product.info.detailed .data.table {
  width: 100%;
}
.catalog-product-view .product.info.detailed .data.table th {
  border: 1px solid #e0e0e0;
  padding: 15px;
  text-transform: capitalize;
  font-weight: 700;
  width: 25%;
}
.catalog-product-view .product.info.detailed .data.table tbody td {
  border: 1px solid #e0e0e0;
  padding: 15px;
}
.catalog-product-view .product.info.detailed .data.table tfoot td {
  border: 1px solid #e0e0e0;
  padding: 15px;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title {
  text-align: left;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
  background-color: #000000;
  background-repeat: no-repeat;
  border: 1px solid #dfdfdf;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 50px;
  padding: 1px 35px 1px 35px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
    height: 40px;
    padding: 1px 6px 1px 5px;
    line-height: 40px;
    font-size: 12px;
  }
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch:hover {
  background-color: #f36c21;
  background-repeat: no-repeat;
  color: #ffffff;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch {
  background-color: #f36c21;
  background-repeat: no-repeat;
  color: #000000;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch:hover {
  color: #ffffff;
}
.catalog-product-view .product.info.detailed .related .action.select {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  line-height: 32px;
  height: 32px;
  background-color: #f36c21;
  background-repeat: no-repeat;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto-Regular", sans-serif;
}
.catalog-product-view .product.info.detailed .related .action.select:hover {
  background-color: #000000;
  background-repeat: no-repeat;
  color: #ffffff;
}
.catalog-product-view .product.info.detailed .related .product-item-info .product-item-link {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.catalog-product-view .product .review-form-actions .action {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-weight: normal;
  line-height: normal;
  height: 32px;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  color: #ffffff;
  background-color: #f36c21;
  background-repeat: no-repeat;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Roboto-Regular", sans-serif;
}
.catalog-product-view .product .review-form-actions .action:hover {
  background-color: #000000;
  background-repeat: no-repeat;
  color: #ffffff;
}
.weltpixel_quickview-catalog_product-view .modals-wrapper .modal-header h1 {
  font-size: 16px;
  color: #000000;
  text-align: left;
  border-bottom: 3px solid #F36C21;
  background-color: transparent;
  background-repeat: no-repeat;
}
.weltpixel_quickview-catalog_product-view .modals-wrapper .modal-header h1 a {
  text-decoration: underline;
  color: #000000;
}
.weltpixel_quickview-catalog_product-view #askquestion {
  display: none !important;
}
.weltpixel_quickview-catalog_product-view .page-lead {
  display: none;
}
.weltpixel_quickview-catalog_product-view .product-info-main .product-info-price .price {
  font-size: 1.4rem !important;
}
.weltpixel_quickview-catalog_product-view .product-info-main .product-info-price .price-symbol {
  font-size: 1.4rem !important;
}
.weltpixel_quickview-catalog_product-view .product-info-main .box-gotoproduct #product-gotoproduct-button {
  width: auto;
  font-size: 1.8rem;
  color: #000;
  background: transparent;
  text-align: left;
  text-transform: capitalize;
  text-decoration: underline;
  padding: 0;
  border: 0;
}
.weltpixel_quickview-catalog_product-view .product-info-main .box-gotoproduct #product-gotoproduct-button:hover {
  color: #f36c21;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .page-main {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  min-height: auto !important;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .page-main .box-gotoproduct .primary {
  height: auto !important;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .block.related {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .weltpixel_quickview-catalog_product-view .page-wrapper .block.related {
    width: 90%;
  }
}
.weltpixel_quickview-catalog_product-view .page-wrapper .block.related .block-title {
  text-align: center;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .block.related .block-title #block-related-heading {
  margin-bottom: 20px;
  font-size: 26px;
  padding-bottom: 0px;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #F36C21;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .block.related .product-item-info {
  width: auto;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .block.related .select {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  line-height: 32px;
  height: 32px;
  background-color: #f36c21;
  background-repeat: no-repeat;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto-Regular", sans-serif;
}
.weltpixel_quickview-catalog_product-view .page-wrapper .block.related .select:hover {
  background-color: #000000;
  background-repeat: no-repeat;
  color: #ffffff;
}
#swissup-easy-tabs #Product_Details_ .attibute.short_description {
  display: none;
}
#swissup-easy-tabs #Product_Details_ .content,
#swissup-easy-tabs #Product_Specs .content,
#swissup-easy-tabs #Cross_Reference .content {
  border: 1px solid #e0e0e0;
  padding: 15px;
}
#swissup-easy-tabs #Product_Details_ .label,
#swissup-easy-tabs #Product_Specs .label,
#swissup-easy-tabs #Cross_Reference .label {
  border: 1px solid #e0e0e0;
  padding: 15px;
  text-transform: capitalize;
  font-weight: 700;
  width: 25%;
}
#swissup-easy-tabs #Product_Details_ tr:first-child {
  display: none;
}
.catalog-product-view .product.data.items > .item.content {
  background-color: #ffffff;
  background-repeat: no-repeat;
  padding: 35px;
  padding-left: 0;
  border: 0;
  padding-right: 0;
  padding-top: 25px;
}
.catalog-product-view .product.data.items > .item.content h1 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  font-family: "Roboto-Bold", sans-serif;
  color: #000000 !important;
}
.requestquote-col-left {
  float: left;
  width: 49%;
  margin-left: 2%;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .requestquote-col-left {
    width: 100%;
    margin: 0;
  }
}
.requestquote-col-left:first-child {
  margin-left: 0;
  padding-top: 0px;
}
.requestquote-form .field {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.requestquote-form .field > label {
  width: 130px !important;
  float: left !important;
  text-align: left !important;
  padding: 11px 3px 0 0 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 767px) {
  .requestquote-form .field > label {
    float: none !important;
    width: 100% !important;
    display: block !important;
  }
}
.requestquote-form .field > .control {
  padding: 0;
  overflow: hidden;
  width: auto !important;
  float: none !important;
}
.requestquote-form .field > .control textarea {
  border: 1px solid #b4b4b4;
  padding: 5px 10px;
  height: 38px;
  width: 100%;
}
.requestquote-form .field > .control input {
  border: 1px solid #b4b4b4;
  padding: 5px 10px;
  height: 38px;
  width: 100%;
}
.requestquote-form .field > .control #address_1 {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .requestquote-form .field.half-width.region {
    width: 49%;
    float: left;
  }
}
.requestquote-form .field.half-width.region select {
  border: 1px solid #b4b4b4;
  padding: 5px 10px;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  .requestquote-form .field.half-width.postal {
    width: 46%;
    float: right;
  }
}
.requestquote-form .field.sku > .control {
  padding-top: 10px;
}
.requestquote-form .actions-toolbar {
  text-align: right;
  margin: 15px 0;
  max-width: none;
  width: auto;
}
.requestquote-form .actions-toolbar > .primary {
  float: none;
}
.requestquote-form .actions-toolbar > .primary .primary {
  margin: 0;
  width: 310px;
  height: 50px;
  border: 0;
  line-height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .requestquote-form .actions-toolbar > .primary .primary {
    width: 100%;
    margin: 20px 0 0;
  }
}
.requestquote-form .field.prd {
  float: left;
  width: 100%;
}
.requestquote-form .field.prd .input-box {
  overflow: hidden;
}
.requestquote-form .field.prd input {
  border: 1px solid #b4b4b4;
  padding: 10px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.requestquote-form .field.comment {
  float: left;
  width: 100%;
}
.requestquote-form .field.comment .input-text {
  width: 100%;
  max-width: 100%;
  height: 110px;
  line-height: 1.6;
}
.requestquote-form .field.comment textarea {
  width: 100%;
  max-width: 100%;
  height: 110px;
  line-height: 1.6;
}
.requestquote-form .field.required label:after {
  content: ' *';
  color: #bc1616;
}
.requestquote-form .field.mandatory {
  width: auto;
  padding-left: 128px;
  text-transform: inherit;
  font-size: 14px;
  color: #bc1616;
}
@media only screen and (max-width: 767px) {
  .requestquote-form .field.mandatory {
    padding: 0px;
  }
}
@media only screen and (max-width: 1140px) {
  .catalog-product_compare-index .table-comparison .actions-primary .action.primary {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close {
  right: 7px;
  display: inline-block;
  border-radius: 50%;
  min-width: 10px;
  min-height: 10px;
  padding: 0px;
  background: #f36c21;
  color: white;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  box-sizing: content-box;
  white-space: nowrap;
  font-size: 30px;
  opacity: 1;
  top: 4px;
  width: 45px;
}
@media only screen and (max-width: 767px) {
  .weltpixel_quickview-catalog_product-view .modal-footer .action.primary {
    margin-bottom: 10px;
  }
}
button#goBack {
  background: transparent;
  padding: 0;
  border-radius: 0px;
  border: 0;
  line-height: 30px;
  box-shadow: none !important;
  margin-top: 10px;
  color: #f36c21;
  font-weight: 400;
  font-size: 1.2rem !important;
}
button#goBack::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  margin-right: 5px;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: '<<' !important;
}
button#goBack::after {
  box-shadow: none;
}
/* Huzaifa Css Start */
.catalog-product-view .page-wrapper #maincontent .column.main {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: 16px auto 0;
  padding: 18px;
  box-sizing: border-box;
}
.catalog-product-view .page-wrapper .product-info-main .page-title-wrapper .page-title {
  font-size: 26px;
  font-weight: 400;
  margin-top: 20px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .product-options-wrapper {
  margin-bottom: 20px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-opt {
  border-bottom: 1px solid #c7c7cb;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-opt span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #373737;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label::after {
  content: ":";
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-option.text {
  color: #373737 !important;
  padding: 6px 12px !important;
  min-width: 23px;
  margin-right: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 11px !important;
  background: #f0f0f0;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-option.image {
  height: 32px !important;
  padding: 4px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-option.text.selected {
  background: #1e1e1e !important;
  color: #fff !important;
  border-color: #1e1e1e !important;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .box-tocart .box-tocart .fieldset {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .box-tocart .fieldset1 {
  display: flex;
  gap: 13px;
  margin: 0 0 30px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .box-tocart .actions #product-addtocart-button {
  background: 0 0;
  border: 1px solid #b83b5c !important;
  color: #b83b5c;
  height: 48px !important;
  padding: 0 80px;
  border-radius: 3px !important;
  width: 100%;
  margin: 0;
  font-weight: 700;
  font-size: 12px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .box-tocart .actions #product-addtocart-button:hover {
  background: #b83b5c !important;
  color: #fff !important;
}
.catalog-product-view .page-wrapper .product.detailed .product.data::before {
  background: #eff0f2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #c7c7cb;
}
.catalog-product-view .page-wrapper .product.info.detailed .product.data.items > .item.title {
  display: inline-block;
  float: none;
}
.catalog-product-view .page-wrapper .product.info.detailed .product.items.mage-tabs-disabled {
  display: none;
}
.catalog-product-view .page-wrapper .product.info.detailed .product.data.items {
  text-align: center;
}
.catalog-product-view .page-wrapper .product.info.detailed .product.data.items .data.item.content {
  text-align: left;
  padding: 24px 24px 30px;
}
.catalog-product-view .page-wrapper .product.info.detailed .product.data.items .data.item.content ul.list-plus {
  padding: 0;
  list-style: none;
}
.catalog-product-view .page-wrapper .product.info.detailed .product.data.items .data.item.content .list-plus li {
  position: relative;
  padding-left: 20px;
}
.catalog-product-view .page-wrapper .product.info.detailed .product.data.items .data.item.content .list-plus li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 9px;
  height: 9px;
  background-image: url(https://dev.wardrobesupplies.com/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 98.71244635193133% 59.907834101382484%;
  background-size: 2688.888888888889% 2511.111111111111%;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title > .switch {
  background: transparent;
  border: none;
  padding: 0 18px;
  color: #a2a2a9;
  height: 55px;
  line-height: 55px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: color .3s;
}
.catalog-product-view .page-wrapper .product.detailed .product.data > .item.title.active .switch {
  background-color: #b83b5c !important;
  color: #fff !important;
}
.catalog-product-view .page-wrapper .product.detailed .product.data > .item.title.active .switch::before {
  content: '';
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b93758;
}
.catalog-product-view .page-wrapper .product.info.detailed .product.data.items > .item.title > .switch:hover {
  color: #000;
  background: transparent;
}
.page-wrapper .product-info-main .breadcrumbs {
  padding: 0 !important;
  margin: 0;
}
.page-wrapper .product-info-main .breadcrumbs_single .breadcrumbs__list {
  display: flex;
  list-style: none;
  padding: 15px 0;
  flex-wrap: wrap;
}
.page-wrapper .product-info-main .breadcrumbs .breadcrumbs__list li + li {
  margin-left: 8px;
}
.page-wrapper .product-info-main .breadcrumbs .breadcrumbs__list li {
  position: relative;
  padding-right: 14px;
  line-height: 12px;
}
.page-wrapper .product-info-main .breadcrumbs .breadcrumbs__list li a,
.page-wrapper .product-info-main .breadcrumbs .breadcrumbs__list li {
  list-style-type: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  color: #333;
  text-decoration: none;
}
.page-wrapper .product-info-main .breadcrumbs .breadcrumbs__list li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #373737;
}
.catalog-product-view .product-info-main .product-primary__title a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #373737;
}
.catalog-product-view .product-info-main .product-primary__title a:hover {
  color: #a2a2a9 !important;
}
.catalog-product-view .product-info-main .product-add-form {
  padding: 0;
}
.catalog-product-view .product-info-main .product-primary__section {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .product-primary__section .product-head {
  width: 75%;
  padding: 17px 0 35px;
}
.catalog-product-view .product-info-main .product-primary__section .product-price {
  width: 25%;
}
.catalog-product-view .product-info-main .product-price .product-info-price {
  border: none;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.catalog-product-view .product-info-main > .product-reviews-summary,
.catalog-product-view .product-info-main > .product-social-links,
.catalog-product-view .product-info-main .product-price .product-info-price .product-info-stock-sku,
.catalog-product-view .product-info-main .product-price .product-info-price .price-box .price-container span.price-label {
  display: none !important;
}
.catalog-product-view .product-info-main .product-price .product-info-price .configurable-price-range {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 0;
}
.catalog-product-view .product-info-main .product-price .product-info-price .price-final_price {
  margin: 0;
  padding: 0;
}
.catalog-product-view .product-info-main .product-price .product-info-price .price-final_price .price {
  color: #b93758 !important;
  font-size: 20px !important;
}
.catalog-product-view .product-info-main .md-product-info-sku {
  color: #000;
  font-family: 'Museo Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin-top: 5px;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .box-tocart .form-spinner__row .spinner {
  display: flex;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .box-tocart .form-spinner__row .spinner a {
  display: block;
  width: 55px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border: 1px solid #c7c7cb;
  border-radius: 3px;
  transition: background .3s;
}
.ico-minus {
  background-image: url(https://dev.wardrobesupplies.com/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 31.004366812227076% 55.60538116591929%;
  background-size: 1861.5384615384617% 7533.333333333333%;
  width: 13px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-up {
  background-image: url(https://dev.wardrobesupplies.com/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 0 100%;
  background-size: 1861.5384615384617% 1738.4615384615383%;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .box-tocart .form-spinner__row .control input.spinner__field {
  border-top: 1px solid #c7c7cb;
  border-bottom: 1px solid #c7c7cb;
  width: 95px !important;
  font-size: 20px;
  height: 50px;
  text-align: center;
  box-shadow: none;
}
.socials-small .socials__actions span + span {
  display: none;
}
.socials-small .socials__actions a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  margin-right: 20px;
  color: #373737;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.socials-small .socials__actions span i {
  margin-bottom: 3px;
  margin-left: 10px;
}
.ico-share {
  background-image: url(https://dev.wardrobesupplies.com/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 48.148148148148145% 63.942307692307686%;
  background-size: 930.7692307692308% 1255.5555555555554%;
  width: 26px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-remove-dark {
  background-image: url(https://dev.wardrobesupplies.com/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 91.5929203539823% 61.42857142857143%;
  background-size: 1512.5% 1412.5%;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.breadcrumbs__inner .socials-small {
  display: flex;
  align-items: center;
}
.socials-small .socials__actions.active span {
  display: none;
}
.socials-small .socials__actions.active span + span {
  display: inline-block;
}
.ico-facebook-alt {
  background-image: url(https://dev.wardrobesupplies.com/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 97.87234042553192% 43.60189573459716%;
  background-size: 3457.142857142857% 1506.6666666666667%;
  width: 7px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-twitter-alt {
  background-image: url(https://dev.wardrobesupplies.com/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 10.572687224669604% 89.67136150234741%;
  background-size: 1613.3333333333333% 1738.4615384615383%;
  width: 15px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-pinterest-alt {
  background-image: url(https://dev.wardrobesupplies.com/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 91.5929203539823% 80.47619047619048%;
  background-size: 1512.5% 1412.5%;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-email-alt {
  background-image: url(https://dev.wardrobesupplies.com/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 46.60633484162896% 78.30188679245283%;
  background-size: 1152.3809523809523% 1614.2857142857142%;
  width: 21px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.socials-small ul a {
  position: relative;
  display: block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-left: 1px solid #c7c7cb;
}
.socials-small ul {
  list-style: none;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 0;
  font-size: 0;
  transition: max-width 0.2s, visibility 0.3s, opacity 0.3s;
  visibility: visible;
  opacity: 1;
}
.socials-small ul.expand {
  max-width: 260px;
}
.box-tocart .fieldset {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.product-add-form .box-tocart.update .field.qty {
  width: 35%;
  height: 48px;
}
.box-tocart .fieldset .field.qty {
  display: flex;
  justify-content: center;
  padding: 0;
}
.fieldset > .field {
  margin-bottom: 20px !important;
}
.box-tocart .fieldset .field.qty .label {
  padding-top: 18px !important;
  width: 15% !important;
}
.box-tocart.update .field {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 10px;
  font-weight: 300;
  background: #eff0f2;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #373737;
  border-radius: 0;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart.update .primary.tocart:hover {
  background: #d7d7d9;
  color: #373737;
}
.box-tocart .fieldset .field.qty .label {
  padding-top: 18px !important;
  width: 15% !important;
}
.product-info-main i.ico-heart-hover.ico-hover {
  display: none;
}
.product-info-main a.towishlist-icon:hover .ico-heart {
  display: none;
}
.product-info-main a.towishlist-icon:hover .ico-heart-hover {
  display: block;
}
.box-tocart .fieldset .field.qty .control {
  padding-right: 0 !important;
  padding-top: 10px !important;
  float: none;
  text-align: left;
  margin: 0 0 8px;
}
.product-add-form .box-tocart.update .field.qty .input-text.qty {
  height: 28px;
  border-top: 1px solid #c7c7cb;
  border-bottom: 1px solid #c7c7cb;
  width: 95px !important;
  text-align: center;
}
.box-tocart .field-error,
.box-tocart div.mage-error {
  margin-top: 15px;
}
.box-tocart .fieldset .actions {
  margin-left: 20px;
}
.product-add-form .box-tocart .action.tocart {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 49px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 0 30px 0;
  border: none;
  border-radius: 2px;
  transition: background .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #b83b5c;
  color: #fff;
  margin-bottom: 0;
  margin-right: 1%;
}
/* Huzaifa Css End */
.page-wrapper .product-info-main .breadcrumbs .breadcrumbs__list li {
  height: 12px;
}
.page-wrapper .product-info-main .breadcrumbs .breadcrumbs__list li:last-child::after {
  display: none;
}
.catalog-product-view .product-info-main {
  position: relative;
}
.actions.form-spinner__actions.col-mobile .ico-arrow-right {
  display: none;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form .box-tocart .form-spinner__row .spinner {
  position: relative;
}
.box-tocart .field-error,
.box-tocart div.mage-error {
  position: absolute;
  bottom: -20px;
}
.tekglide_quickview-catalog_product-view .fotorama-stretch,
.tekglide_quickview-catalog_product-view .fotorama-focus-overlay:after,
.tekglide_quickview-catalog_product-view .fotorama__stage__shaft,
.tekglide_quickview-catalog_product-view .fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  left: 0;
}
.tekglide_quickview-catalog_product-view .product-primary__title {
  margin-top: 25px;
}
.catalog-product-view.tekglide_quickview-catalog_product-view .page-wrapper .product-info-main .page-title-wrapper .page-title {
  font-size: 17px;
}
.catalog-product-view .product-info-main .product-price .product-info-price .price-final_price .price {
  font-size: 17px;
}
.page-product-grouped #super-product-table tbody > tr > td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 8px;
}
.page-product-grouped .product-add-form {
  display: none;
}
.page-product-grouped #super-product-table .col {
  width: 19%;
  float: none;
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
}
.box-small .box-small__title {
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #373737;
  font-size: 13px;
  font-weight: 600;
  height: 26px !important;
  line-height: 26px !important;
}
.box-small .box-small__sku {
  font-size: 12px;
  text-align: center;
}
.page-product-grouped .table.grouped .box-small .box-small__title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.box-small .box-small__image img {
  border-radius: 5px;
}
.card__inner .field.choice input {
  box-shadow: none;
}
#super-product-table .price-final_price {
  text-align: center;
  margin-bottom: 10px;
}
#super-product-table .price-final_price span.price {
  font-size: 13px !important;
  color: #b93758;
}
.box-small .spinner {
  display: flex;
}
.box-small .spinner_alt a {
  width: 35px;
  height: 32px;
  line-height: 30px;
}
.box-small .spinner a {
  display: block;
  text-align: center;
  background: #eff0f2;
  border-bottom: 2px solid #d6d6d6;
  border-radius: 3px;
  transition: background .3s;
}
.box-small .spinner .spinner__field {
  width: 45px !important;
  height: 32px;
  text-align: center;
  border: none;
  background: #f7f7f6;
}
.table .box-small .amxnotif-block {
  background: #6a6e6cdb;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  position: absolute;
  z-index: 2;
  top: -50px;
  left: 0;
}
.table-wrapper .table .col.col_1of5:hover .amxnotif-block {
  visibility: visible;
  opacity: 1;
}
.box-small .amxnotif-block .input-fields.fieldset {
  width: 100%;
  margin: 5px 0;
}
.box-small .amxnotif-block .input-fields.fieldset .amxnotif-guest-email {
  font-weight: 500;
  font-size: 14px;
  background: #fafafb;
  height: 41px;
}
.box-small .amxnotif-block .amxnotif_guest_action .primary button.action.submit.primary {
  line-height: 30px;
  margin: 0 !important;
  height: 35px;
  width: 100%;
}
.box-small .amxnotif-block .amxnotif_guest_action {
  max-width: 100%;
  min-width: 100%;
}
.table-wrapper .table .box-small .amxnotif-block .amxnotif_guest_action .primary {
  width: 100%;
}
.product-info-main .super-product-calculation-section {
  position: relative;
  padding-top: 12px;
}
.product-info-main .super-product-calculation-section .form-content {
  padding: 15px 0;
  color: #373737;
}
.page-product-grouped .super-product-calculation-section .table table tr th {
  padding: 0;
  height: 20px;
  font-size: 13px;
  text-transform: uppercase;
}
.product-info-main .super-product-calculation-section .form-foot .product-primary__section-primary {
  border-top: 1px solid #c7c7cb;
}
.product-info-main .super-product-calculation-section .form-foot .product-primary__head {
  padding: 15px 30px 15px 0;
  width: 75% !important;
}
.product-info-main .super-product-calculation-section .form-foot .product-primary__price {
  width: 25% !important;
}
.product-info-main .super-product-calculation-section .form-foot .product-primary__head .page-title-wrapper {
  margin-top: 20px;
}
.page-product-grouped .product-info-price {
  border: none;
}
.product-info-main .super-product-calculation-section .form-foot .price-final_price .price {
  font-size: 20px !important;
}
.product-info-main .super-product-calculation-section .form-foot .price-box .price-container .price {
  color: #b93758 !important;
}
@media screen and (min-width: 767px) {
  .page-wrapper .product-info-main a.action.towishlist-icon {
    position: absolute;
    right: 10%;
    top: 20px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .product-info-main a.action.towishlist-icon {
    position: absolute;
    right: 4%;
    top: 17px;
    z-index: 2;
  }
  .catalog-product-view .page-wrapper .product-info-main .product-add-form .box-tocart .form-spinner__row .spinner a {
    width: 46px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border: 1px solid #c7c7cb;
  }
  .catalog-product-view .page-wrapper .product-info-main .product-add-form .box-tocart .actions #product-addtocart-button {
    height: 42px !important;
    padding: 0 34px;
  }
  .catalog-product-view .page-wrapper .product-info-main .product-add-form .box-tocart .form-spinner__row .control input.spinner__field {
    height: 42px;
  }
  .product.info.detailed {
    padding: 12px 20px;
  }
  .catalog-product-view .page-wrapper .product.detailed .product.data > .item.title .switch {
    border-color: #e8e8e8;
    border-radius: 0;
    color: #444 !important;
    border: 1px solid #e8e8e8 !important;
    background: #fafafb !important;
  }
  .catalog-product-view .product-info-main .product-primary__section .product-head {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .catalog-product-view .product-info-main .product-primary__section {
    display: block;
    align-items: center;
    text-align: center;
    padding: 20px 0;
  }
  .page-product-grouped #super-product-table .col {
    width: 32.33%;
  }
  .box-small .amxnotif-block .notification-container {
    flex-direction: column;
  }
  .box-small .amxnotif-block .amxnotif_guest_action {
    margin: 0;
  }
  body .kuSearchResultsPageContainer [ku-container][data-container-role="left"],
  body .kuSearchResultsPageContainer [ku-container][data-container-role="right"] {
    width: 100%;
    max-width: 370px;
  }
}
.cards .card {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 50%;
  padding: 0 15px;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item {
  padding-top: 40px !important;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
  justify-content: unset;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty label {
  margin-right: 0;
  padding-top: 8px !important;
}
.wishlist-index-index .box-tocart .fieldset .field.qty .control {
  margin: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete {
  margin-top: 12px;
}
.wishlist-index-index input[type=number] {
  background: #fafafb;
}
.product-options-wrapper .swatch-attribute-options .swatch-option {
  max-width: none;
  background-repeat: repeat !important;
  width: 20px !important;
  min-width: auto;
}
.swatch-option {
  position: relative;
  display: block;
  width: 32px !important;
  height: 32px;
  padding: 4px;
  min-width: 30px;
  max-width: 90px;
  height: 20px;
  float: left;
  margin: 0 7px 5px 0 !important;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #d6d6d6 !important;
  font-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.catalog-product-view .page-wrapper .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-option.image {
  height: 22px !important;
}
.product-options-wrapper .swatch-attribute.size .swatch-attribute-options .swatch-option,
.product-options-wrapper .swatch-attribute.count .swatch-attribute-options .swatch-option {
  width: auto !important;
  background: #eff0f2 !important;
}
.page-product-grouped .product-additional-buttons {
  padding-top: 20px;
  border-top: 1px solid #c7c7cb;
}
.table-wrapper.grouped .form-spinner {
  padding-top: 32px;
  width: 100%;
}
.table-wrapper.grouped .form-content {
  padding: 15px 0;
}
.table-wrapper.grouped .form-content .form-content__title {
  margin-bottom: 6px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.swatch-attribute-selected-option {
  padding-left: 5px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 200px;
  max-width: 900px;
  height: 1200px;
}
body .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  background: none;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
}
body .mfp-iframe-holder .mfp-close {
  top: -40px;
}
.product-info-main .out-of-stock {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #b93758;
  border-top: 1px solid #c7c7cb;
  margin-bottom: 15px;
}
.product-info-main .out-of-stock .out-of-stock__inner {
  padding: 11px;
  margin-top: 15px;
  text-align: center;
  background: rgba(185, 55, 88, 0.2);
}
.product-info-main .out-of-stock span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 400;
}
.ico-attention {
  background-image: url(../images/icons/sprite.png);
  background-position: 97.87234042553192% 24.271844660194176%;
  background-size: 3457.142857142857% 1130%;
  width: 7px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.product-info-main .amxnotif-block .notification-container .amxnotif-guest-email {
  height: 41px;
  background: #fafafb;
  box-shadow: none;
}
.product-info-main .amxnotif-block .notification-container .amxnotif-guest-email::placeholder {
  color: #A2A2A9;
}
.catalog-product-view .product-info-main .box-tocart .fieldset {
  flex-direction: column;
}
.similar-section h3.kuRECSTitle {
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  color: #a8405c;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
}
.similar-section .kuRECSResultsInner {
  text-align: center;
}
.category-view h1 {
  font-size: 25px;
  font-weight: 300;
  padding-left: 15px;
  float: left;
  margin-bottom: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep span {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep h2 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .authentication {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .authentication .authentication-link a {
  color: #006bb4;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .message.notice {
  background: rgba(185, 55, 88, 0.2);
  color: #b93758;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .message.notice *:first-child::before {
  color: #b93758;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .email .form-login .field-email {
  margin-bottom: 0 !important;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .email .form-login .field-email .control .input-text.valid {
  display: block !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .email .form-login .field-choice .checkbox + label:before {
  color: #b83b5c;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .osc-fluid + .osc-fluid {
  margin-top: 30px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .osc-fluid .field + .field {
  margin-left: 10px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .osc-fluid .field[style="display: none;"]:first-child + .field {
  margin-left: 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep.aw-onestep-main {
  max-width: 585px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item .onestep-shipping-address .osc-fluid + .osc-fluid {
  margin-top: 30px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item .onestep-shipping-address .osc-fluid .field:nth-child(5) {
  margin-left: 10px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item .onestep-shipping-address .osc-fluid .field span {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item .onestep-shipping-address .osc-fluid .field .mage-error {
  font-family: 'Open Sans', sans-serif;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item .onestep-shipping-address .shipping-address-items ol li.shipping-address-item.selected-item {
  border-color: #b83b5c;
  box-shadow: inset 0 0 0 1px #b83b5c !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item .onestep-shipping-address .shipping-address-items ol li.shipping-address-item.selected-item:after {
  color: #b83b5c;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item .onestep-shipping-address .shipping-address-items ol li.shipping-address-item .action-select-shipping-item:active {
  color: #b83b5c;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item .onestep-shipping-address .new-shipping-address-form .field #shipping-save-in-address-book:focus + .label::before {
  color: #b83b5c;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.shipping-method .onestep-shipping-method .shipping-method-card .radio:checked + .label {
  border-color: #b83b5c;
  box-shadow: inset 0 0 0 1px #b83b5c !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.shipping-method .onestep-shipping-method .shipping-method-card .radio:checked + .label:before {
  color: #b83b5c !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.shipping-method .onestep-shipping-method .shipping-method-card .label:hover:before {
  color: #b83b5c !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.shipping-method .onestep-shipping-method .no-quotes-block {
  color: #b83b5c;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.shipping-method .custom-international-shipping-message {
  margin-top: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods {
  margin-top: 65px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods .onestep-billing-address .field.choice .label {
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods .onestep-billing-address .field.choice .label::before {
  color: #b83b5c;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods .onestep-billing-address .field.addresses .shipping-address-item .action-select-shipping-item:focus {
  color: #b83b5c;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods .onestep-billing-address form .field .label span {
  font-size: 15px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods .onestep-billing-address .shipping-address-items ol li.shipping-address-item.selected-item {
  border-color: #b83b5c;
  box-shadow: inset 0 0 0 1px #b83b5c !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods .onestep-billing-address .shipping-address-items ol li.shipping-address-item.selected-item:after {
  color: #b83b5c;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods .onestep-billing-address .address-details {
  font-family: 'Open Sans', sans-serif;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods .payment-methods-inner .payment-method .radio:checked + .label:before {
  color: #b83b5c !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods .payment-methods-inner .payment-method .radio:hover + .label:before {
  color: #b83b5c !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods .payment-methods-inner .payment-method #purchaseorder-form .label {
  bottom: auto;
  top: 20px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods .payment-methods-inner .payment-method #purchaseorder-form .control > span {
  color: #b83b5c !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep .aw-onestep-groups_item.payment-methods .payment-methods-inner .payment-method .payment-method-content form fieldset .field[data-field-name="expirationDate"] {
  width: 48% !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep.aw-onestep-sidebar {
  top: 21% !important;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep.aw-onestep-sidebar .aw-onestep-sidebar-content .aw-onestep-sidebar__payment-options .actions-toolbar .action-apply {
  padding-left: 19px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep.aw-onestep-sidebar .aw-onestep-sidebar-content .aw-sidebar_order-note button {
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .aw-onestep.aw-onestep-sidebar .aw-onestep-sidebar-content .aw-onestep-sidebar-block .newsletter-subscriber .newsletter-subscriber__input:hover + .newsletter-subscriber__label::before {
  color: #b83b5c !important;
}
.onestepcheckout-index-index .page-main .checkout-container .shipping-method .group-content .onestep-shipping-method-list .md-ups-tr-html > td {
  width: 600px;
}
.onestepcheckout-index-index .page-main .checkout-container .shipping-method .group-content .onestep-shipping-method-list .md-ups-tr-html .md-ups-container {
  display: flex;
  margin-bottom: 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .shipping-method .group-content .onestep-shipping-method-list .md-ups-tr-html .md-ups-container .input-text {
  float: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .checkout-container .shipping-method .group-content .onestep-shipping-method-list .md-ups-tr-html .md-ups-container .united-states-ups-type {
  float: none !important;
  width: 100% !important;
}
.onestepcheckout-index-index .page-main .checkout-container .shipping-method .group-content .onestep-shipping-method-list .md-ups-tr-html .md-ups-container .united-states-ups-type select {
  float: none !important;
  width: 100% !important;
  height: 100%;
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .checkout-container .shipping-method .group-content .onestep-shipping-method-list .md-fedex-tr-html > td {
  width: 600px;
}
.onestepcheckout-index-index .page-main .checkout-container .shipping-method .group-content .onestep-shipping-method-list .md-fedex-tr-html .md-fedex-container {
  display: flex;
  margin-bottom: 5px;
  background: #fff;
}
.onestepcheckout-index-index .page-main .checkout-container .shipping-method .group-content .onestep-shipping-method-list .md-fedex-tr-html .md-fedex-container .input-text {
  float: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  box-shadow: none;
}
.onestepcheckout-index-index .page-main .checkout-container .shipping-method .group-content .onestep-shipping-method-list .md-fedex-tr-html .md-fedex-container .united-states-fedex-type {
  float: none !important;
  width: 100% !important;
  background: #fff;
}
.onestepcheckout-index-index .page-main .checkout-container .shipping-method .group-content .onestep-shipping-method-list .md-fedex-tr-html .md-fedex-container .united-states-fedex-type select {
  float: none !important;
  width: 100% !important;
  height: 100%;
  box-shadow: none;
}
.onestepcheckout-index-index label#label_method_mdfedex_mdfedex:after {
  content: 'International orders require a customer-owned shipping carrier account and may incur duties and taxes set by the destination government.';
  position: absolute;
  color: #b83b5b;
  top: 77px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.onestepcheckout-index-index .shipping-method-card + tr.md-fedex-tr-html {
  position: relative;
}
.onestepcheckout-index-index .shipping-method-card + tr.md-fedex-tr-html::before {
  content: 'International orders require a customer-owned shipping carrier account and may incur duties and taxes set by the destination government.';
  position: absolute;
  color: #b83b5b;
  top: 95%;
  font-size: 14px;
  font-weight: 600;
  left: 0;
  font-family: 'Open Sans', sans-serif;
}
.onestepcheckout-index-index #s_method_mdfedex_mdfedex:checked + label#label_method_mdfedex_mdfedex:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .onestepcheckout-index-index label#label_method_mdfedex_mdfedex:after,
  .onestepcheckout-index-index .shipping-method-card + tr.md-fedex-tr-html::before {
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
  }
}
.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper {
  margin: 30px 0 35px;
  position: relative;
  padding-top: 66px;
  text-align: center;
}
.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 5px;
  background: url('../images/pattern-darker.jpg') repeat;
  left: 0;
}
.checkout-onepage-success .page-wrapper .page-main .page-title-wrapper .page-title {
  font-family: 'Hastadaya';
  font-size: 40px;
  color: #373737;
}
.checkout-onepage-success .page-wrapper .page-main .columns .checkout-success {
  text-align: center;
}
.checkout-onepage-success .page-wrapper .page-main .columns .checkout-success .item-info__number p {
  margin-bottom: 30px;
  font-size: 26px;
}
.checkout-onepage-success .page-wrapper .page-main .columns .checkout-success .item-info__entry p {
  font-size: 16px;
  font-weight: 600;
}
.checkout-onepage-success .page-wrapper .page-main .columns .checkout-success .item-info__entry p a {
  color: #12578c;
  text-decoration: underline;
}
.checkout-onepage-success .page-wrapper .page-main .columns .checkout-success .actions-toolbar {
  display: none;
}
.checkout-onepage-success .page-wrapper .page-main .columns .checkout-success .actions-toolbar .primary a.action {
  background: #d7d7d9;
}
.checkout-onepage-success .page-wrapper .page-main .columns .checkout-success .actions-toolbar .primary a.action:hover {
  color: #fff;
  background: #b83b5c;
}
.onestepcheckout-index-index .onestep-shipping-method-list .shipping-method-card.fedex-box + div,
.onestepcheckout-index-index .onestep-shipping-method-list > tr + .shipping-method-card {
  margin-top: 50px !important;
}
/**
 * Custom Style Sheet
 *
 * @less			'account'
 */
/**
 * Custom Style Sheet
 *
 * @less			'account'
 */
.customer-account-login .page-main .page-title-wrapper .page-title {
  text-align: center;
}
.customer-account-login .page-main .block {
  margin-bottom: 60px;
}
.customer-account-login .page-main .block .block-title {
  margin: 0px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 17px;
  line-height: 1.4;
}
.customer-account-login .page-main .block .block-content .note {
  font-size: 14px;
  color: #909090;
}
.customer-account-login .page-main .block .block-content label {
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: normal;
  margin-bottom: 5px;
}
.customer-account-login .page-main .block .block-content label:after {
  margin-left: 3px;
}
.customer-account-login .page-main .block .block-content p {
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: normal;
}
.customer-account-login .page-main .block .block-content .actions-toolbar .action.primary {
  font-size: 13px;
}
.page-main .form-create-account,
.page-main .form-edit-account,
.page-main .form-address-edit,
.page-main .form-newsletter-manage {
  border: solid 1px #e4e3e3;
  border-top: solid 2px #40AE49;
  padding: 30px 29px;
  margin-bottom: 60px;
}
.page-main .form-create-account .fieldset .legend,
.page-main .form-edit-account .fieldset .legend,
.page-main .form-address-edit .fieldset .legend,
.page-main .form-newsletter-manage .fieldset .legend {
  margin: 0px;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 17px;
  line-height: 1.4;
}
.page-main .form-create-account .fieldset label,
.page-main .form-edit-account .fieldset label,
.page-main .form-address-edit .fieldset label,
.page-main .form-newsletter-manage .fieldset label {
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: normal;
  margin-bottom: 5px;
}
.page-main .form-create-account .fieldset label:after,
.page-main .form-edit-account .fieldset label:after,
.page-main .form-address-edit .fieldset label:after,
.page-main .form-newsletter-manage .fieldset label:after {
  margin-left: 3px;
}
.page-main .form-create-account .actions-toolbar .action.primary,
.page-main .form-edit-account .actions-toolbar .action.primary,
.page-main .form-address-edit .actions-toolbar .action.primary,
.page-main .form-newsletter-manage .actions-toolbar .action.primary {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .account.wishlist-index-index .product-item-inner .comment-box {
    margin-top: 0px;
  }
}
.account .customer-welcome {
  display: none;
}
.account .page-wrapper .page-title-wrapper .page-title {
  margin-bottom: 20px;
  font-size: 26px;
  padding-bottom: 0px;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid #40AE49;
}
@media only screen and (max-width: 767px) {
  .account .page-wrapper .columns .column.main {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .account .page-wrapper .block-collapsible-nav {
    position: static;
  }
}
.account .sidebar-additional .block-compare .product-item {
  width: 100%;
  margin-right: 0;
}
.account .sidebar-additional .block-compare .product-item .product-item-name {
  margin-top: 0px;
}
.account .sidebar-additional .block-compare .product-item .product-item-name .product-item-link {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 17px;
  text-transform: uppercase;
}
.account .sidebar-additional .block-compare .actions-toolbar a {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.075em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important;
  white-space: nowrap;
  vertical-align: middle;
  color: #ffffff;
  background-color: #40AE49;
  background-repeat: no-repeat;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Roboto-Regular", sans-serif;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .account .sidebar-additional .block-compare .actions-toolbar a {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .account .sidebar-additional .block-compare .actions-toolbar a {
    width: auto;
    display: table;
  }
}
.account .sidebar-additional .block-compare .actions-toolbar a:hover {
  background-color: #000000;
  background-repeat: no-repeat;
}
.account .welcome-msg {
  text-align: center;
}
.account .welcome-msg .hello {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.667em;
  color: #40ae49;
  text-transform: uppercase;
}
.account .welcome-msg .hello strong {
  font-weight: 500;
}
.account .welcome-msg p {
  font-size: 13px;
  color: #888888;
  line-height: 1.5;
}
.account .action.edit {
  color: #40ae49;
  text-decoration: underline;
  font-weight: 500;
  line-height: 19.6px;
}
.account .action.edit:hover {
  color: #1e1e1e;
  text-decoration: none;
}
.account .block-content .box {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .account .block-content .box {
    width: 42% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .account .block-content .box {
    width: 38% !important;
    float: left !important;
    margin: 4px;
  }
}
.account .block-content .box.box-information,
.account .block-content .box.box-newsletter,
.account .block-content .box.box-billing-address,
.account .block-content .box.box-shipping-address {
  border: solid 1px #e4e3e3;
  border-top: solid 2px #40AE49;
}
@media only screen and (min-width: 768px) {
  .account .block-content .box.box-information,
  .account .block-content .box.box-newsletter,
  .account .block-content .box.box-billing-address,
  .account .block-content .box.box-shipping-address {
    padding: 30px 29px;
  }
}
@media only screen and (max-width: 767px) {
  .account .block-content .box.box-information,
  .account .block-content .box.box-newsletter,
  .account .block-content .box.box-billing-address,
  .account .block-content .box.box-shipping-address {
    padding: 15px;
  }
}
.account .block-content .box p {
  font-size: 13px;
  color: #888888;
  line-height: 1.5;
}
.account .block-content .box address {
  font-size: 13px;
  color: #888888;
  line-height: 1.5;
}
.account .block-content .box .box-title span {
  font-size: 16px;
  color: #40ae49;
  font-weight: 500;
  padding: 0px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 22px;
}
.account .block-content .box a {
  color: #40ae49;
}
.account .block-content .box a:hover {
  color: #000000;
}
.account .block-content .box .box-actions .action.edit {
  color: #40ae49;
  text-decoration: underline;
  font-weight: 500;
  line-height: 19.6px;
}
.account .block-content .box .box-actions .action.edit:hover {
  color: #000000;
  text-decoration: none;
}
.account .block .block-title {
  border: 0 !important;
  margin-bottom: 20px !important;
}
.account .block .block-title strong {
  margin: 0px;
  color: #1e1e1e;
  font-size: 20px !important;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 17px;
  line-height: 1.4;
}
.account .sidebar .block.block-compare {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .account .sidebar .block .title {
    position: relative;
    height: auto;
    overflow: visible;
    width: auto;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    border-bottom: solid 3px #40AE49;
  }
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block .title {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    border-bottom: 0;
    border: 1px solid;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block .title::after {
    display: none !important;
  }
}
.account .sidebar .block .title strong {
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block .title strong {
    border: 0;
    margin: 0px;
    position: relative;
    font-size: 14px;
    display: table-caption;
    padding: 7px 10px 7px 24px;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    width: 100%;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .account .sidebar .block .block-title {
    position: relative;
    height: auto;
    overflow: visible;
    width: auto;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    border-bottom: solid 3px #40AE49;
  }
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block .block-title {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    border-bottom: 0;
    border: 1px solid;
  }
}
.account .sidebar .block .block-title strong {
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block .block-title strong {
    border: 0;
    margin: 0px;
    position: relative;
    font-size: 14px;
    display: inline;
    padding: 7px 10px 7px 24px;
    line-height: 39px;
    text-rendering: optimizeSpeed;
    width: 100%;
    cursor: pointer;
  }
}
.account .sidebar .block .block-collapsible-nav-content {
  background-color: transparent;
  background-repeat: no-repeat;
  padding-top: 0px;
}
@media only screen and (max-width: 767px) {
  .account .sidebar .block .block-collapsible-nav-content {
    padding: 10px;
    margin-top: 0px;
    border-style: solid;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    display: block !important;
  }
}
.account .sidebar .block .item.current > strong {
  font-size: 16px;
  font-weight: 600;
  color: #40ae49;
  border: 0;
  padding: 0px;
}
.account .sidebar .block .item a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-left: -2px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 0px;
}
.account .sidebar .block .item a:hover {
  color: #40ae49;
  background-color: transparent;
  background-repeat: no-repeat;
}
.account .sidebar .block .item .delimiter {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-main .columns .column.main .page-title-wrapper .order-date {
    margin: 0px !important;
  }
}
@media only screen and (min-width: 1025px) {
  .account .page-main {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .account .page-main {
    overflow: hidden;
  }
}
@media only screen and (min-width: 767px) {
  .customer-account-create .account.form-create-account .fieldset > .fields > .field {
    width: 34%;
  }
  .customer-account-create .account.form.create.account {
    max-width: 1200px;
  }
  .account .page-main .form-address-edit .actions-toolbar .action.primary {
    padding-top: 0;
    padding-bottom: 0;
  }
  .account.wishlist-index-index .products-grid .product-item {
    padding: 10px;
  }
}
.modal-popup.confirm h1 {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 3px solid #40AE49;
  background-color: transparent;
  background-repeat: no-repeat;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
a[href^=tel],
select {
  background: #fafafb;
  height: 41px;
}
/* Huzaifa Css Start */
.customer-account-login .form-create-account {
  border: none;
  padding: 0;
}
.customer-account-login .section-box {
  display: flex;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 16px;
}
.customer-account-forgotpassword .form-create-account .field.choice,
.customer-account-login .form-create-account .field.choice {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 10px;
  font-weight: 300;
  background: #eff0f2;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #373737;
  border-radius: 0;
  box-sizing: border-box;
}
.customer-account-forgotpassword .form-create-account .field.choice input,
.customer-account-login .form-create-account .field.choice input {
  height: auto;
}
.customer-account-forgotpassword .form-create-account .field.choice label,
.customer-account-login .form-create-account .field.choice label {
  color: #b93758;
  text-transform: capitalize;
}
.customer-account-forgotpassword .form-create-account .field.choice label:hover,
.customer-account-login .form-create-account .field.choice label:hover {
  color: #373737;
}
.section-box .section__group {
  width: 50%;
  padding: 0 7px;
}
.section-box .section__group .section__title {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
.section-box .section__group .section__title span {
  line-height: 25px;
}
.section-box .section__group .section__title:before {
  content: '';
  position: absolute;
  top: 11px;
  width: 100%;
  height: 5px;
  background: url(/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/pattern-darker.jpg) repeat;
  left: 0;
}
.section-box .section__group .section__title:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  background: url(/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/pattern.png) repeat-x;
  left: 0;
}
.form-secondary .form-secondary__title {
  margin-bottom: 25px;
  font-family: 'Hastadaya';
  text-transform: unset;
  font-weight: 400;
  text-align: center;
  padding: 0 17px;
  margin-top: 10px;
  font-size: 40px;
  color: #373737;
}
.form_login .form__row {
  padding: 0 45px;
}
.form_login .form__row + .form__row {
  margin-top: 10px;
}
.form__row {
  margin-bottom: 10px;
}
.section-box .section__group .form_login .field-name-firstname,
.section-box .section__group .form_login .field-name-lastname {
  padding: 0 45px;
  margin-bottom: 10px;
}
.section-box .section__group .form_login .field-name-firstname .label,
.section-box .section__group .form_login .field-name-lastname .label {
  margin-bottom: 5px;
  display: inline-block;
}
.section-box .section__group .form_login .field-name-firstname {
  margin-top: 10px;
}
.form-secondary {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.section-box .form-secondary input {
  height: 41px;
}
.form-secondary .form__label {
  font-weight: 600 !important;
}
.asterisk {
  color: #b93758 !important;
}
.form-secondary .form__actions {
  margin-top: 30px;
  text-align: center;
}
.form_login .forgot {
  margin-top: 20px;
  display: block;
  font-family: 'Museo Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  color: #373737;
}
.section__group .list-plus {
  padding: 35px 56px;
  font-family: 'Museo Sans';
  font-weight: 300;
}
.list-plus li {
  position: relative;
  padding-left: 20px;
}
.list-plus li + li {
  margin-top: 25px;
}
.section__group .form-create-account .fieldset.create.account:after {
  display: none;
}
.form-secondary .checkbox {
  margin-bottom: 20px;
  font-family: 'Museo Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.checkbox input + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background: #fafafb;
  border: 1px solid #e8e8e8;
  border: 1px solid #b93758;
  box-sizing: border-box;
}
.checkbox label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 23px;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + label:before {
  background: #fafafb;
  border: 1px solid #1e1e1e;
}
.checkbox input:checked + label:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 3px;
  width: 13px;
  height: 13px;
  background: #1e1e1e;
  border: 2px solid #fafafb;
  box-sizing: border-box;
  margin-left: 0 !important;
}
.customer-account-login .login-container {
  display: none;
}
.ico-arrow-right {
  background-image: url(/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 80.82191780821918% 76.49769585253456%;
  background-size: 1052.1739130434783% 2511.111111111111%;
  width: 23px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.btn i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transition: -webkit-transform 0.3s;
  transition: transform .3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.action.primary:hover,
.action.primary:visited,
.action.primary:focus {
  background: #d7d7d9;
  color: #373737;
}
.btn:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.account .page-title-wrapper {
  padding: 20px 0;
  margin-bottom: 30px;
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #c7c7cb;
  margin-top: 0;
}
body.account .page-wrapper .page-title-wrapper .page-title {
  margin: 0;
  border: none;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 300;
  font-family: 'Museo Sans';
}
body.customer-account-index .page-wrapper .page-main {
  padding: 0 20px;
}
.account .sidebar .cards .card__inner ul li {
  list-style: none;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: 400;
  margin: 0;
  text-transform: unset;
}
.card__inner .field.choice {
  display: block;
  height: auto;
  padding: 0 10px;
  font-weight: 300;
  background: #eff0f2;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #373737;
  border-radius: 0;
}
.account .page-wrapper .columns .sidebar-main,
.customer-account-index.account .page-wrapper .sidebar-main {
  width: 17.3%;
  padding: 0;
}
.account .page-wrapper .columns .column,
.customer-account-index.account .page-wrapper .columns {
  float: right;
  width: 82%;
  box-sizing: border-box;
  padding-left: 0;
}
.customer-account-index.account .page-wrapper .columns .column.main {
  width: 100%;
}
.nav-alt_primary > ul > li {
  padding: 6px 0;
  border-bottom: 1px solid #c7c7cb;
}
.account .nav-alt_primary > ul > li > strong {
  border: medium none;
  padding: 12px 10px;
  transition: background .3s ease 0s;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.nav-alt_primary > ul > li > strong:hover,
.nav-alt_primary > ul > .current > strong {
  background: #d7d7d9;
}
.cards .nav-alt_primary > ul > li > a {
  font-weight: 700;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.account .sidebar .cards .card__inner {
  width: 100%;
}
.account .page-wrapper .columns > .list-info {
  display: none;
}
.customer-account-index .card.profile {
  display: flex;
  flex-wrap: wrap;
}
.customer-account-index .card.profile .card__inner {
  width: 55%;
  padding: 22px 10px 10px;
  box-sizing: border-box;
}
.customer-account-index .card.profile .card__inner.wishlist-products {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
}
.account .card.profile .card__inner .card__head {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}
.customer-account-index .card.profile .card__inner .card__title {
  font-family: 'Museo Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #373737;
}
.customer-account-index .card.profile .card__inner .card__btn {
  color: #373737;
}
.customer-account-index .cards .card__body {
  padding: 19px 16px 55px;
  overflow: hidden;
}
.list-info {
  margin-bottom: 19px;
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  position: relative;
}
.list-info li + li {
  margin-top: 9px;
}
.list-info .list-info__address {
  margin-top: 5px;
  line-height: 1.5;
}
.list-info strong {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  min-width: 65px;
  text-transform: uppercase;
}
.customer-account-index .card.profile .card__inner.wishlist-products .card__body {
  width: 50%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.customer-account-index .card.profile .card__inner.wishlist-products .card__head {
  width: 100%;
}
.customer-account-index .card.profile .card__inner.wishlist-products .card__body .product-details a span.product-price {
  color: #b93758;
  font-size: 13px;
}
.customer-account-index .card.profile .card__inner.wishlist-products .card__body .product-details a span {
  font-size: 13px !important;
}
.customer-account-index .card.profile .card__inner.wishlist-products .card__body .product-details a:hover {
  text-decoration: underline;
}
.customer-account-index .card__body .list-info li .box-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.customer-account-index .card__body .list-info li .box-actions a {
  text-decoration: none;
  color: #373737;
}
.account .page-main .breadcrumbs {
  padding: 0 !important;
  margin: 0;
}
.account .page-main .breadcrumbs .items {
  display: flex;
  list-style: none;
  padding: 15px 40px;
  margin-top: 16px;
}
.account .page-main .breadcrumbs .items li + li {
  margin-left: 8px;
}
.account .page-main .breadcrumbs .items li {
  position: relative;
  padding-right: 14px;
  line-height: 12px;
}
.account .page-main .breadcrumbs .items li a,
.account .page-main .breadcrumbs .items li {
  list-style-type: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  color: #333;
  text-decoration: none;
}
.account .page-main .breadcrumbs .items li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #373737;
  margin: 0;
}
.breadcrumbs .items li:last-child:after {
  display: none;
}
/* Account Info Page */
.customer-account-edit .cards .card__inner {
  display: flex;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}
.account.customer-account-edit .form.form-edit-account {
  width: 50%;
  padding: 19px 0 5px 16px;
  border: none;
}
.account.customer-account-edit .addrss-edit-notice {
  padding: 19px 0px 5px;
}
.page-main .form-edit-account .fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 22px;
  text-transform: capitalize;
}
.account.customer-account-edit .field .label {
  display: block;
  margin-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.account.customer-account-edit .field.choice .label {
  font-size: 16px;
  text-transform: none;
  display: inline;
  font-weight: 600;
}
.account .control input[type=text] {
  background: #fafafb;
  height: 41px;
}
.account .checkbox + .checkbox {
  margin-top: 11px;
}
.customer-address-index .cards.profile > .card__inner {
  width: 47%;
  box-sizing: border-box;
  margin: 0 15px;
}
body.sales-order-history .page-wrapper .page-main > .breadcrumbs:first-child,
.customer-address-index .block-addresses-list + .actions-toolbar,
.customer-address-index .block-addresses-list {
  display: none;
}
.customer-address-form .column .cards .card__inner {
  width: 100%;
}
.customer-address-form .column .cards .card__inner .form-secondary {
  width: 100%;
  padding: 10px 0 19px;
  border: none;
}
.customer-address-form .cards .form-secondary .form__col {
  display: block;
  width: 100%;
  float: left;
  padding: 0 15px;
}
.customer-address-form .cards .form-secondary .form__col_1of2 {
  width: 50%;
  box-sizing: border-box;
}
.customer-address-form .cards .form-secondary .form__cols {
  margin: 0 -15px;
  overflow: hidden;
}
.customer-address-form .cards .form-secondary .form__label_full {
  padding: 0 15px;
}
.customer-address-form .cards .form-secondary input#street_3 {
  display: none;
}
.customer-address-form .form-address-edit .field.choice {
  background: 0 0;
  border: none;
}
.customer-address-form .cards .form-secondary div.mage-error {
  margin: 0;
}
.customer-address-form .form-secondary .error-message {
  display: none;
  font-size: 13px;
  font-weight: 300;
  color: #b93758;
}
.customer-address-form .form-address-edit .field.choice label span {
  color: #4b4b4b;
  font-size: 13px;
}
.customer-address-index .cards .card__foot {
  padding: 0 20px 31px;
}
.customer-address-index ul.list-info li {
  font-family: 'Museo Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item {
  width: 24%;
  box-sizing: border-box;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
  position: relative;
  margin: 5px 0 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info {
  border-bottom: 1px solid #d7d7d9;
  padding-bottom: 10px;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
  text-align: center;
}
.wishlist-index-index.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name {
  height: 40px;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name a.product-item-link {
  font-size: 13px;
}
.wishlist-index-index .cards .price-box .price-container .price {
  color: #b93758;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions a.action.edit,
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .comment-box {
  display: none;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  margin-bottom: 5px;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner > .product-item-actions {
  text-align: center;
  position: absolute;
  right: 5px;
  top: 0;
  margin: 0 !important;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty input {
  width: 54px !important;
  text-align: center;
  height: 25px;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions {
  display: block;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary,
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
  width: 100%;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart {
  background: #b83b5c;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  height: 42px;
  line-height: 16px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 2px;
  color: #fff;
  border-bottom: 2px solid #d6d6d6 !important;
  transition: background .3s;
  border-radius: 0 !important;
  border: none;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary .tocart:hover {
  background: #d7d7d9;
  color: #373737;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0;
  padding: 9px;
  position: relative;
  z-index: 2;
}
.wishlist-index-index .product-item-inner:hover {
  display: block;
}
.wishlist-index-index .product-item-inner {
  display: none;
}
.cards .form-wishlist-items .products-grid.wishlist .product-item-info:hover {
  margin: 0;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: initial;
  background: 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding: 0;
}
.wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty label {
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 16px;
}
.account .card.newsletter .card__inner .card__head {
  padding: 10px 15px;
}
.newsletter-manage-index .page-main .form-newsletter-manage {
  padding: 19px 16px 5px;
  margin: 0;
  border: none;
}
.newsletter-manage-index .page-main .form-newsletter-manage ul.radios {
  padding: 0;
  list-style: none;
}
.newsletter-manage-index .radio input:checked + label:before {
  background: #fafafb;
  border: 1px solid #1e1e1e;
}
.newsletter-manage-index .radio input + label:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 15px;
  height: 15px;
  background: #fafafb;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.newsletter-manage-index .radio input:checked + label:after {
  content: '';
  position: absolute;
  left: 1px;
  bottom: 3px;
  width: 13px;
  height: 13px;
  background: #1e1e1e;
  border: 2px solid #fafafb;
  box-sizing: border-box;
}
.newsletter-manage-index .form-subscribe__entry {
  margin-bottom: 38px;
}
.newsletter-manage-index .form__row {
  margin-bottom: 20px;
}
.newsletter-manage-index .radio label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}
.newsletter-manage-index .radios li + li {
  margin-top: 15px;
}
.newsletter-manage-index .radio input {
  display: none;
}
.abs-visually-hidden-desktop,
.block-search .label,
.modes-label,
body.account .sidebar .block-collapsible-nav .title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.customer-account-forgotpassword .section_boxes .section__group {
  box-sizing: border-box;
  display: block !important;
}
.customer-account-logoutsuccess .page-title-wrapper {
  display: none;
}
.customer-account-logoutsuccess .page-main {
  background: url('../images/pattern-light.jpg') repeat;
}
.customer-account-logoutsuccess .page-main p {
  margin-top: 20px;
}
.customer-account-forgotpassword main#maincontent {
  position: static;
}
.customer-account-forgotpassword main#maincontent .columns {
  display: none;
}
.customer-account-forgotpassword .container .ornament {
  position: absolute;
  left: 0;
  top: 450px;
}
.customer-account-forgotpassword .container .ornament_right {
  left: auto;
  right: 0;
  top: 850px;
}
.customer-account-forgotpassword main#maincontent::before {
  content: '';
  background: url('../images/pattern-light.jpg');
  position: absolute;
  left: 0;
  right: 0;
  width: 99vw;
  top: 11.9%;
  bottom: 12%;
  z-index: -1;
}
.customer-account-forgotpassword .section_login .section__head {
  padding: 0 !important;
}
.customer-account-forgotpassword .section_login .section__body {
  background: #fff;
  padding: 0;
}
.customer-account-forgotpassword .form-secondary .form-secondary__title {
  margin-top: 20px;
}
.customer-account-forgotpassword .form-create-account {
  border: none;
  padding: 0;
}
.section-box .form-secondary input {
  box-shadow: none;
}
.customer-account-forgotpassword .form_login .form__actions {
  padding-bottom: 30px;
}
.customer-account-forgotpassword .section_boxes {
  padding-top: 0;
  z-index: 1;
}
.customer-account-forgotpassword .form-secondary .checkbox label span {
  color: #b93758;
}
.account .page-wrapper .page-lead {
  width: 100%;
  max-width: 1680px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.account.wishlist-index-index .page-main .breadcrumbs {
  display: none;
}
.account.wishlist-index-index .page-title-wrapper {
  margin-top: 16px;
}
body.account .message.info.empty {
  background: #fae5e5;
  color: #e02b27;
}
body.account .messages {
  margin: auto;
  max-width: 1230px;
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: border-box;
}
body.wishlist-index-index .message.info.empty {
  margin-top: 40px;
}
.page-main .form-edit-account .fieldset .checkbox label {
  text-transform: capitalize;
  font-weight: 300;
}
.page-main .form-edit-account .fieldset.password .form__row input {
  height: 41px;
  box-shadow: none;
}
.account.customer-account-edit .form-edit-account .fieldset.password .form__label {
  font-size: 13px;
  font-weight: 600;
}
.account.customer-account-edit .form-edit-account .fieldset.password .choice .label {
  font-weight: 400;
}
.sales-order-history .list-orders > li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 6px;
}
.sales-order-history .list-orders > li ul {
  list-style: none;
}
.sales-order-history .list-orders {
  padding: 26px 0 23px;
}
.sales-order-history #my-orders-table {
  padding: 50px 0 23px;
}
.sales-order-history #my-orders-table ul {
  padding: 0;
}
.list-orders ul li + li {
  margin-top: 6px;
}
.list-orders .list-orders__actions a {
  color: #373737;
}
.list-orders ul li .list-orders__actions a:hover {
  background: #d7d7d9;
}
.sales-order-view .cards .card__title {
  font-weight: 300;
  margin-top: 2rem;
}
.sales-order-view .cards .card__title {
  font-weight: 300;
  margin-top: 2rem;
}
.sales-order-view .actions-toolbar.order-actions-toolbar {
  text-align: right;
  width: 30%;
  /* margin-left: 65%; */
  margin-top: 20px;
  display: inline-block;
  float: right;
  margin-right: 20px;
  z-index: 9999999999 !important;
  position: relative;
}
.sales-order-view .card--compact-alt .card__head .page-title-wrapper {
  padding-left: 10px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1680px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  margin-top: 20px;
}
.sales-order-view .page-title-wrapper .page-title {
  width: 75%;
}
body.sales-order-view .page-wrapper .page-title-wrapper .page-title {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  font-weight: 600;
}
.sales-order-view .page-title-wrapper span.order-status {
  border: 0px;
  padding-left: 0px;
  font-weight: 600;
  text-transform: none;
  /* font-family: 'Montserrat', sans-serif; */
  font-size: 14px;
  margin-top: 6px;
  padding: 5px 10px;
}
.sales-order-view .page-title-wrapper .order-status {
  width: 21%;
  text-align: center;
  line-height: 25px;
}
.sales-order-view .page-main .columns .column.main .page-title-wrapper .order-date {
  margin-top: 5px !important;
  margin-bottom: 22px !important;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.sales-order-view .table-orders .table__head .table__row {
  padding: 12px;
}
.sales-order-view .table-orders .table__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 11px 21px;
}
.sales-order-view .table-orders .table__head .table__cell {
  margin-top: 0;
}
.sales-order-view .table-orders .table__body .table__row .product-item-name,
.sales-order-view .table-orders .table__head .table__cell-size1 {
  width: 58%;
  text-align: left;
  margin-top: 0;
}
.sales-order-view .table__head .table__cell {
  width: 14%;
}
body.sales-order-view .card__body .print-btn {
  display: none;
}
.sales-order-view .table-orders .table__body .table__row > ul,
.sales-order-view .table-orders .table__body .table__row > span {
  width: 14%;
}
.sales-order-view .table-orders .table__body .table__row > ul,
.sales-order-view .table-orders .table__body .table__row > span {
  width: 14%;
}
.sales-order-view .pricing__section .list-pricing {
  padding: 17px 0 19px;
  text-transform: uppercase;
  font-size: 13px;
  text-align: right;
  list-style: none;
}
.sales-order-view .pricing__section .list-pricing li {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 13px;
  text-align: right;
  font-weight: 600;
}
.sales-order-view .pricing__section .pricing__inner {
  padding: 0;
  border-bottom: 1px solid #c7c7cb;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sales-order-view .pricing__section .pricing__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
  height: 75px;
  line-height: 75px;
  font-size: 15px;
  color: #b93758;
  border-top: 1px solid #c7c7cb;
}
.sales-order-view .pricing__section .pricing__inner .pricing__title {
  text-transform: uppercase;
  width: 220px;
  margin: 0;
  top: 0px !important;
  color: #b93758;
  font-weight: 600;
}
.sales-order-view .pricing__section .pricing__inner .pricing__field {
  width: 130px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
}
.sales-order-view .pricing__section .list-pricing span {
  width: 130px;
  text-align: center;
  padding-left: 11px;
  display: inline-block;
}
.sales-order-view .pricing__section .pricing__inner .pricing__field .price {
  color: #b93758;
  font-weight: 600;
}
.sales-order-history .section__content .pager {
  padding-top: 40px;
}
.sales-order-history .section__content .pager {
  display: block;
}
.sales-order-history .section__content .pager .toolbar-amount {
  float: left;
}
.sales-order-history .section__content .pager .limiter {
  display: block !important;
  background: #fafafb;
  float: right;
}
.sales-order-view .block-order-details-view {
  overflow: hidden;
  position: relative;
  padding-top: 25px;
}
.sales-order-view .block-order-details-view::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 12px;
  background: url('../images/border-small.jpg') repeat-x;
  z-index: 9999;
}
.sales-order-view .block-order-details-view .block-content {
  display: flex;
  padding: 10px;
}
.sales-order-view .block-order-details-view .block-content address {
  font-size: 16px;
  color: #373737;
}
.sales-order-view .block-order-details-view .block-content .box {
  width: 25% !important;
}
.sales-order-view .block-order-details-view .block-content .box .box-title span {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #373737;
}
.sales-order-view .block-order-details-view .block-title {
  padding: 10px;
}
.sales-order-view .block-order-details-view .block-title strong {
  color: #373737;
  font-weight: 300;
}
.sales-order-view .page-wrapper .columns .column {
  margin-bottom: 0;
}
.sales-order-view .page-wrapper .columns .column .order-links {
  display: none;
}
@media (min-width: 767px) {
  body .page-wrapper .page-main {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .customer-address-form .cards .form-secondary .form__col {
    float: none;
    width: auto;
  }
  .ornament {
    display: none;
  }
  .customer-account-login .section-box {
    flex-wrap: wrap;
  }
  body .section-box .section__group {
    width: 100%;
  }
  body .form-secondary .form-secondary__title {
    font-size: 35px;
  }
  body .form_login .form__row {
    padding: 0;
  }
  .form_login {
    padding: 0 20px;
  }
  body .section-box .section__group .form_login .field-name-firstname,
  body .section-box .section__group .form_login .field-name-lastname {
    padding: 0;
  }
  body .section__group .list-plus {
    padding: 35px 10px;
  }
  .customer-account-login .page-main .block {
    margin-bottom: 40px !important;
  }
  body.account .block-collapsible-nav,
  body.account .sidebar-main .cards {
    display: none;
  }
  .account .page-wrapper .columns .column,
  .customer-account-index.account .page-wrapper .columns {
    float: none;
    width: 100%;
  }
  .customer-account-index .card.profile .card__inner,
  .customer-account-index .card.profile .card__inner.wishlist-products {
    width: 100%;
  }
  body.account .page-wrapper .page-main {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .account .page-title-wrapper {
    text-align: center;
  }
  .account.customer-account-edit .form.form-edit-account {
    width: 100%;
  }
  .wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item,
  .customer-address-index .cards.profile > .card__inner {
    width: 100%;
  }
  .wishlist-index-index .cards .form-wishlist-items .products-grid.wishlist .product-items .product-item .product-item-info {
    border: none;
    padding: 0;
  }
  body.sales-order-view .page-wrapper .page-title-wrapper .page-title {
    width: 72%;
    text-align: left;
  }
  body.sales-order-view .page-title-wrapper .order-status {
    width: 20%;
  }
  .sales-order-view .table-orders .table__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .sales-order-view .block-order-details-view .block-content {
    flex-direction: column;
  }
  body.sales-order-view .block-order-details-view .block-content .box {
    width: 100% !important;
  }
  .sales-order-history #my-orders-table {
    width: 100%;
  }
  .sales-order-history #my-orders-table .list-orders > li {
    flex-wrap: wrap;
    gap: 30px;
  }
  .list-orders ul strong {
    min-width: 148px;
    display: inline-block;
  }
}
/* Huzaifa Css End */
.contact-index-index .cms-banners {
  position: relative;
}
.contact-index-index .cms-banners img {
  width: 100%;
}
.contact-index-index .cms-banners .detail {
  max-width: 1080px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 25%;
  position: absolute;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-index-index .cms-banners .detail {
    position: static;
    margin-top: 20px;
  }
}
.contact-index-index .cms-banners .detail h3 {
  display: inline-block;
  color: #ffffff;
  background-color: #40ae49;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-index-index .cms-banners .detail h3 {
    color: #000000;
  }
}
.contact-index-index .cms-banners .detail h2 {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .contact-index-index .cms-banners .detail h2 {
    color: #000000;
  }
}
.contact-index-index .cms-banners .detail p {
  color: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .contact-index-index .cms-banners .detail p {
    color: #000000;
  }
}
.contact-index-index .contact-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .contact-index-index .contact-section {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .contact-index-index .contact-section .contact-left-wrapper {
    text-align: center;
  }
}
.contact-index-index .contact-section .contact-left-section {
  background: #40AE49;
  padding-left: 20px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .contact-index-index .contact-section .contact-left-section {
    padding-left: 0px;
  }
}
.contact-index-index .contact-section .contact-left-section a {
  color: #ffffff;
}
.contact-index-index .contact-section .contact-left-section .links-social {
  list-style: none;
  padding: 0;
}
.contact-index-index .contact-section .contact-left-section .links-social li {
  display: inline;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .contact-index-index .contact-section .contact-left-section .links-social li {
    padding: 8px;
  }
}
.contact-index-index .contact-section .contact-left-section .links-social li:first-child {
  padding-left: 0px;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .contact-headings {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-index-index .contact-headings {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.cms-shipping-returns .cards .nav-alt_primary > ul > li > a,
.cms-faq .cards .nav-alt_primary > ul > li > a,
.cms-contact-us .cards .nav-alt_primary > ul > li > a {
  font-size: 13px;
}
.cms-contact-us .cards .card--form {
  width: 100%;
}
.cms-contact-us .cards .form-secondary {
  padding: 29px 0px 29px;
}
.cms-contact-us .cards .form-secondary .form__cols {
  display: flex;
}
.cms-contact-us .cards .form-secondary .form__col_1of2 {
  width: 50%;
  padding: 0 15px;
}
.cms-contact-us .cards .form-secondary .form__cols .form__col {
  width: 100%;
  padding: 0 15px;
}
.cms-contact-us .cards .form-secondary .form__cols .form__col input {
  background: #fafafb;
  height: 41px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  box-shadow: none;
}
.cms-contact-us .cards .form-secondary .form__cols .form__col select {
  height: 41px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  box-shadow: none;
}
.cms-contact-us .cards .form-secondary .actions-toolbar,
.cms-contact-us .cards .form-secondary .g-recaptcha {
  padding: 0 16px;
}
body.cms-contact-us .section__body2 {
  margin: 0 auto 0% 294px !important;
}
.cms-contact-us .section__content .cards {
  margin-bottom: 0;
}
.cms-contact-us .list-info-alt li:last-child {
  width: 33.33%;
}
.article-compact h2.article-compact__title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.article-compact h5.article-compact__title {
  font-size: 16px;
}
@media (max-width: 767px) {
  .cms-contact-us .cards .form-secondary .form__cols {
    flex-wrap: wrap;
  }
  .cms-contact-us .cards .form-secondary .form__col_1of2 {
    width: 100% !important;
  }
  body.cms-contact-us .section__body2 {
    margin: 0 !important;
  }
  .cms-contact-us .list-info-alt li {
    width: 100%;
  }
}
/**
 * Custom Style Sheet
 *
 * @less            'cms'
*/
body .page-wrapper .breadcrumbs {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 12px !important;
  max-width: 1680px !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
body .page-wrapper .page-main {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: auto;
}
.breadcrumbs .breadcrumbs__list {
  position: relative;
  list-style-type: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 18px 0 18px;
  margin: 0;
}
.breadcrumbs_single .breadcrumbs__list {
  padding: 15px 0;
}
.col_1of2 {
  width: 50%;
}
.section--alt .col {
  padding: 0 9px;
}
.col {
  float: left;
  height: 100%;
}
.article-single .article__title {
  margin-bottom: 8px;
  font-family: 'Museo Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -.007em;
}
.article-single .article__entry {
  letter-spacing: -.005em;
}
.article-single .article__entry p {
  margin-bottom: 8px;
}
.article-single .article__images {
  margin-top: 5px;
}
.article-single .article__image {
  padding-top: 30px !important;
}
.article-single .article__image {
  text-align: center;
}
.article-single .article__image + .article__image {
  margin-top: 39px;
}
.member {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 33px 34px 39px;
  margin-bottom: 30px;
  background: #fff;
}
.member .member__aside {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 240px;
  margin: 2px 30px 0 0;
}
.member .member__title {
  margin-bottom: 10px;
  font-family: 'Museo Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #373737;
}
.member .member__entry {
  line-height: 1.4;
  letter-spacing: -.005em;
}
.member:last-child {
  margin-bottom: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
figure {
  margin: 0;
}
.cms-page-view .page-wrapper {
  background: url(../images/pattern-light.jpg) repeat;
}
.cards .card__body.card__body--gutter-large {
  padding: 15px 36px 30px !important;
  overflow: hidden;
}
.cards .card__inner {
  position: relative;
  padding: 22px 10px 10px;
  background: #fff;
  border: 0;
}
.cards .card__inner:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: 12px;
  background: url(https://dev.wardrobesupplies.com/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/border-small.jpg) repeat-x;
}
.cards .card__body {
  padding: 19px 16px 55px;
  overflow: hidden;
}
.cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 0px 38px;
}
.article-single .article__title {
  font-family: 'Museo Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -.007em;
  color: #373737;
  margin: 20px 0;
}
.article-single .article__title--large {
  margin-bottom: 19px;
  font-size: 26px;
}
.visible-xs-block,
.hidden {
  display: none;
}
/* Huzaifa Css Start */
.page-lead .breadcrumbs .items {
  padding: 15px 0;
}
.page-lead .breadcrumbs .items li a,
.page-lead .breadcrumbs .items li {
  font-size: 12px;
  font-weight: 700;
  color: #373737;
}
.page-lead .breadcrumbs .items li:not(:last-child)::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #373737;
  margin-top: 3px;
}
.cms-page-view .page-wrapper .page-title-wrapper {
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #c7c7cb;
  padding: 20px 15px;
  margin-top: 20px;
}
.cms-page-view .page-wrapper .page-title-wrapper .page-title {
  font-size: 25px;
  font-weight: 300;
  font-family: 'Museo Sans', sans-serif;
  color: #373737;
}
.slider .slick-dots .slick-active button {
  background: #6b6c6d;
}
body .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
  background: #000;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
}
.d-flex.section__body {
  display: flex;
  gap: 55px;
}
.section__body .section__right {
  width: 88%;
}
.d-flex.section__body > .widget {
  width: 18%;
}
.d-flex.section__body > .widget .cards .card {
  width: 100%;
}
.cards .card__head-inner {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
}
.nav-alt_primary > ul {
  padding: 0;
  text-transform: uppercase;
}
.section__body .nav-alt_primary > ul > li {
  padding: 6px 0;
  border-bottom: 1px solid #c7c7cb;
}
.nav-alt_primary > ul > li > a {
  padding: 12px 10px 12px;
  border: none;
  transition: background .3s;
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.nav-alt_primary > ul > .current > a,
.nav-alt_primary > ul > li > a:hover {
  background: #d7d7d9;
  color: inherit;
}
.cards .card__entry {
  margin-bottom: 30px;
  line-height: 1.4;
}
.list-info-alt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  margin: 0 -24px;
  padding: 0;
  list-style: none;
}
.list-info-alt li {
  position: relative;
  width: 33.33%;
  padding: 0 25px;
  box-sizing: border-box;
}
.list-info-alt li:not(:last-child):after {
  content: '';
  position: absolute;
  right: 5px;
  top: -2px;
  width: 5px;
  height: 133px;
  background: url(https://eadn-wc01-211045.nxedge.io/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/border-medium.png) no-repeat;
}
.list-info-alt li:last-child {
  width: 100%;
}
.list-info-alt li strong {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.list-info-alt .list-info-alt__entry p {
  margin-bottom: 5px;
  line-height: 1.4;
}
.map .map__inner {
  margin-bottom: 36px;
}
.card--compact .card__body {
  padding: 19px 16px 19px;
}
@media only screen and (max-width: 767px) {
  .d-flex.section__body {
    flex-wrap: wrap;
    gap: 0;
  }
  .section__body .section__right {
    width: 100%;
  }
  .section__aside,
  .d-flex.section__body > .widget {
    display: none;
  }
  .list-info-alt {
    flex-wrap: wrap;
  }
  .list-info-alt li {
    margin-bottom: 20px;
    width: 100%;
  }
  .section__body2 .card.card--map {
    width: 100%;
  }
  .section__body2 .map__actions {
    text-align: center;
  }
  .cards .card {
    width: 100%;
  }
  body .visible-xs-block {
    display: block !important;
  }
  .article-single--callout .cols .col {
    width: 100%;
  }
  .hidden-xs {
    display: none !important;
  }
  body .cards--secondary .card {
    width: 100%;
  }
}
.section__aside {
  float: left;
  width: 291px;
  min-width: 291px;
}
.cards .card__btn {
  font-size: 13px;
  text-decoration: underline;
}
.article-compact .article-compact__title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.card--articles .card__body {
  padding: 29px 16px 39px;
}
.article-compact__entry ul {
  padding: 0;
}
.article-compact {
  margin-bottom: 26px;
  letter-spacing: -.005em;
  line-height: 1.4;
}
.addition-setting {
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  color: #373737;
  font-weight: 600;
  font-size: 25px;
}
.MsoNormal span {
  font-family: 'Museo Sans', sans-serif !important;
}
.visible-xs-block {
  display: none !important;
}
.section--alt .cols {
  overflow: hidden;
}
.callout .callout__title {
  color: #373737;
}
.list-plus {
  list-style-type: none;
  font-family: 'Museo Sans', sans-serif;
  font-weight: 300;
  padding: 0;
}
.list-pluss--alt li {
  padding-left: 14px;
  position: relative;
}
.list-pluss--alt li + li {
  margin-top: 10px;
}
.list-plus li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 9px;
  height: 9px;
  background-image: url(https://eadn-wc01-211045.nxedge.io/static/version1748513655/frontend/Magedirect/mws/en_US/css/images/sprite.png);
  background-position: 98.71244635193133% 59.907834101382484%;
  background-size: 2688.888888888889% 2511.111111111111%;
}
.list-pluss--alt li:before {
  left: 0;
  top: 5px;
}
.cards--secondary .card {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
.cards--secondary .cards .card__body.card__body--gutter-large {
  padding: 41px 36px 30px;
}
.form-person .form__title {
  color: #373737;
}
.form__label {
  display: block;
  margin-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.form-person .col {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
}
.form__controls {
  position: relative;
  padding-bottom: 20px;
}
.form-person input {
  background: #fafafb;
  height: 41px;
}
.article-single .cols {
  overflow: hidden;
}
.article-single .article__entry h5 {
  font-family: 'Museo Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin: 20px 0 10px;
}
.cms-affiliate-program .page-wrapper #maincontent .columns {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: auto;
}
.faq-content .faq-content-head {
  color: #373737;
  font-size: 25px;
  font-weight: 600;
}
.category-all-brands .brand-page-container .bp-block-search {
  margin: 0;
  background: 0 0;
  border: none;
}
.category-all-brands .brand-page-container .bp-block-search .bp-block-title strong {
  color: #000;
}
.category-all-brands .brand-page-container .bp-block-search .bp-block-content .search-box {
  max-width: 1400px;
}
.category-all-brands .brand-page-container .bp-block-search .bp-block-content .search-box .btn svg {
  visibility: hidden;
}
.category-all-brands .brand-page-container .bp-block-search .bp-block-content .search-box .btn:before {
  content: '';
  background: url(/static/version1748513655/frontend/Magedirect/mws/en_US/images/mag-glass.png);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
}
.category-all-brands .brand-page-container .bp-block-search .bp-block-content {
  margin: 0;
}
.category-all-brands .brand-page-container .bp-block-list {
  padding-top: 0;
  border: none;
  max-width: 1400px;
  margin: 0 auto;
}
.category-all-brands .brand-page-container .bp-block-list .bp-block-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category-all-brands .brand-page-container .bp-block-list > .bp-block-options > .filter {
  display: none;
}
.category-all-brands .brand-page-container .bp-block-list .bp-block-options li.filter.first.active,
.category-all-brands .brand-page-container .bp-block-list .bp-block-options li.filter.active {
  background: #b93758;
  color: #fff;
}
.category-all-brands .brand-page-container .bp-block-list .bp-block-options li.filter {
  border-color: #b93758;
  color: #b93758;
}
.category-all-brands .page-wrapper .category-view > h1 {
  display: none;
}
#sneaker-club-form .form__actions .checkbox1 .checkbox {
  display: none;
}
#sneaker-club-form .form__actions .checkbox1 label.label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 23px;
}
#sneaker-club-form .form__actions .checkbox1 label.label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background: #fafafb;
  border: 1px solid #1e1e1e;
  box-sizing: border-box;
}
#sneaker-club-form .form__actions .checkbox1 label.active::after {
  content: '';
  position: absolute;
  left: 1px;
  top: 3px;
  width: 13px;
  height: 13px;
  background: #1e1e1e;
  border: 2px solid #fafafb;
  box-sizing: border-box;
}
.bp-block-list .bp-block-list-wrapper {
  gap: 20px;
}
.bp-block-list .bp-block-list-wrapper .product-image-container {
  width: 100% !important;
}
.modal-inner-wrap .modal-footer .action-accept {
  background-color: #b83b5c;
}
.category-pro-clubs .page-wrapper #maincontent,
.category-pro-clubs .page-wrapper .category-view h1 {
  display: none;
}
.category-pro-clubs .page-wrapper .page-lead {
  position: relative;
}
.section-pro-membership {
  padding: 10px 0 9%;
}
.section-pro-membership .absolute-ban {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.section-pro-membership .absolute-ban img {
  width: 100%;
}
.section-pro-membership .pro-box {
  background: #fff;
  padding: 30px 15px;
  border: 1px solid #707070;
}
.section-pro-membership .shell ul {
  padding: 0;
}
.section-pro-membership .pro-box .pro-title {
  margin-bottom: 25px;
}
.form-person .form__actions .btn:hover {
  background: #d7d7d9;
  color: #373737;
}
.form-person .form__actions .checkbox label .span-text {
  color: #b83b5b;
}
#pro-card-form .form__actions .fileLabel_section1 {
  height: auto;
  font-size: 13px;
  margin-top: 6px;
  float: right;
  width: calc(100% - 255px);
  word-break: break-all;
  vertical-align: middle;
  margin-bottom: 10px;
  display: inline-block;
}
/* Huzaifa Css End */
/**
 * Custom Style Sheet
 *
 * @less			'account'
 */
/**
 * Custom Style Sheet
 *
 * @less			'account'
 */
