/* Less Variables */
@font-face {
  font-family: "Resolve-Bold";
  src: url("../fonts/Resolve/Resolve-Bold.woff") format("woff"), url("../fonts/Resolve/Resolve-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Resolve-Light";
  src: url("../fonts/Resolve/Resolve-Light.woff") format("woff"), url("../fonts/Resolve/Resolve-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Resolve-Medium";
  src: url("../fonts/Resolve/Resolve-Medium.woff") format("woff"), url("../fonts/Resolve/Resolve-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Resolve-Regular";
  src: url("../fonts/Resolve/Resolve-Regular.woff") format("woff"), url("../fonts/Resolve/Resolve-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Resolve-Thin";
  src: url("../fonts/Resolve/Resolve-Thin.woff") format("woff"), url("../fonts/Resolve/Resolve-Thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FreightBigProLight-Regular";
  src: url("../fonts/FreightBig/FreightBigProLight-Regular.woff") format("woff"), url("../fonts/FreightBig/FreightBigProLight-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FreightBigProBold-Regular";
  src: url("../fonts/FreightBig/FreightBigProBold-Regular.woff") format("woff"), url("../fonts/FreightBig/FreightBigProBold-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FreightBigProBook-Regular";
  src: url("../fonts/FreightBig/FreightBigProBook-Regular.woff") format("woff"), url("../fonts/FreightBig/FreightBigProBook-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FreightBigProMedium-Regular";
  src: url("../fonts/FreightBig/FreightBigProMedium-Regular.woff") format("woff"), url("../fonts/FreightBig/FreightBigProMedium-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FreightBigProSemibold-Regular";
  src: url("../fonts/FreightBig/FreightBigProSemibold-Regular.woff") format("woff"), url("../fonts/FreightBig/FreightBigProSemibold-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Roboto', sans-serif;
}
ol li,
ul li {
  list-style: none;
}
/* Header css start */
.minicart-wrapper .action.showcart .counter.qty {
  background: #ffffff;
  color: #000;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  font-size: 12px;
  font-weight: normal;
  border-radius: 30px;
  position: absolute;
  right: -13px;
}
header.page-header {
  background: #000;
}
.page-header.darkHeader {
  background: #000 !important;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.page-wrapper .breadcrumbs {
  max-width: 100%;
  margin: 0;
  padding: 1% 2%;
  padding-bottom: 0;
}
.page-title-wrapper h1.page-title {
  font-size: 25px;
  font-family: "Resolve-Regular";
  font-weight: normal;
  margin-bottom: 20px;
}
.cms-index-index .page-header {
  background: transparent !important;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.page-header {
  height: 95px;
}
.page-wrapper .menu_section .menu_items ul li ul li {
  border: 0;
}
.cms-index-index .page-header.darkHeader {
  background: rgba(0, 0, 0, 0.8) !important;
}
.page-wrapper .header.content .menu_section .menu_icon {
  color: #fff;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 400;
}
.page-wrapper .header.content .right-header {
  display: flex;
  align-items: center;
  grid-gap: 25px;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .page-wrapper .header.content .right-header {
    position: initial;
  }
}
.page-wrapper .header.content .right-header .minisearch {
  display: none;
  align-items: center;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  .page-wrapper .header.content .right-header .minisearch {
    position: fixed;
    top: 55px;
    right: 0;
    width: 100%;
    left: 0;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.page-wrapper .header.content .right-header .minisearch.active {
  display: flex;
}
.search_section {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 500px) {
  .search_section {
    position: absolute;
    top: 3px;
    left: 48px;
  }
}
.search_section .search_overlay {
  display: none;
}
.search_section .search_overlay.active {
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.4);
  display: block;
}
@media (max-width: 767px) {
  .search_section .search_overlay.active {
    z-index: 2;
  }
}
.search_icon {
  font-size: 0;
}
.search_icon::before {
  content: "";
  background: url(../images/search.png);
  width: 15px;
  height: 15px;
  background-size: cover;
  display: inline-block;
  font-size: 0;
  margin: 0 auto 0 0;
}
@media (max-width: 767px) {
  .search_icon {
    display: flex;
    align-items: center;
  }
}
.searchsuite-autocomplete {
  width: 100% !important;
  right: 0;
  left: 0 !important;
}
.page-wrapper .header.content .right-header .minisearch .actions {
  height: 50px;
  background-color: #ffff;
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  .page-wrapper .header.content .right-header .minisearch .actions {
    line-height: 50px;
  }
}
.page-wrapper .header.content .right-header .minisearch .actions button {
  height: 100%;
  color: #fff;
  opacity: 1;
  background: #fff;
  border: 0;
}
@media (max-width: 767px) {
  .page-wrapper .header.content .right-header .minisearch .actions button {
    background: transparent;
  }
}
.page-wrapper .header.content .right-header .minisearch .actions button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 22px;
  color: #757575;
  content: "\e615";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
@media (max-width: 767px) {
  .page-wrapper .header.content .right-header .minisearch .actions button button {
    padding: 0 15px;
    background-color: transparent;
  }
}
.page-wrapper .header.content .right-header .minisearch .actions button span {
  display: none;
}
.page-wrapper .header.content .right-header .block-search {
  display: flex;
  height: -webkit-fill-available;
  align-items: center;
  float: none;
  padding: 0;
  justify-content: flex-end;
}
.page-wrapper .header.content .right-header .block-search label {
  position: initial;
  height: max-content;
  margin: 0;
  width: auto;
  font-size: 0;
  cursor: pointer;
}
.page-wrapper .header.content .right-header .block-search .actions {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 40px;
  align-items: center;
  justify-content: center;
}
.page-wrapper .header.content .right-header .block-search .actions button {
  position: initial;
  display: flex;
}
.page-wrapper .header.content .right-header .block-search .actions button:before {
  color: #000;
}
.page-wrapper .header.content .right-header .block-search .minisearch.active .actions {
  display: flex !important;
}
.page-wrapper .header.content .right-header .block-search label:before {
  content: "";
  background: url(../images/search.png);
  width: 15px;
  height: 15px;
  background-size: cover;
  display: inline-block;
  font-size: 0;
  margin: 0 auto 0 0;
}
.page-wrapper .header.content .right-header .block-search .control {
  display: none;
}
@media (max-width: 767px) {
  .page-wrapper .header.content .right-header .minisearch .search {
    position: initial;
    width: 100%;
  }
}
.page-wrapper .header.content .right-header .minisearch .search input {
  padding: 0 30px 0 15px;
  min-width: 380px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  font-size: 12px;
  font-style: italic;
  line-height: 50px;
  height: 50px;
  color: #444;
  margin: 0;
  position: relative;
  z-index: 9999;
}
@media (max-width: 767px) {
  .page-wrapper .header.content .right-header .minisearch .search input {
    min-width: 100%;
  }
}
.page-wrapper .header.content .right-header .minisearch.active .control {
  display: block;
}
.page-wrapper .header.content .right-header .wishlist {
  display: flex;
  height: -webkit-fill-available;
  align-items: center;
}
.page-wrapper .header.content .right-header .wishlist a {
  font-size: 0;
}
@media (max-width: 767px) {
  .page-wrapper .header.content .right-header .wishlist a {
    display: flex;
    align-items: center;
  }
}
.page-wrapper .header.content .right-header .wishlist a:before {
  content: "";
  background: url(../images/wishlist.png);
  width: 18px;
  height: 15px;
  background-size: cover;
  display: inline-block;
}
.page-wrapper .header.content .right-header .authorization-link {
  display: flex;
  height: -webkit-fill-available;
  align-items: center;
}
@media (max-width: 767px) {
  .page-wrapper .header.content .right-header .authorization-link {
    display: none;
  }
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}
.page-wrapper .header.content .right-header .authorization-link a {
  font-size: 0;
}
.page-wrapper .header.content .right-header .authorization-link a:before {
  content: "";
  background: url(../images/user.png);
  width: 15px;
  height: 15px;
  background-size: cover;
  display: inline-block;
}
.page-wrapper .header.content .right-header .minicart-wrapper {
  display: flex;
  height: -webkit-fill-available;
  margin: 0;
}
.minicart-wrapper .action.showcart {
  display: flex;
  margin-top: -3px;
}
.page-wrapper .header.content .right-header .minicart-wrapper:before {
  display: none;
}
.page-wrapper .header.content .right-header .minicart-wrapper a .text {
  font-size: 0;
}
.page-wrapper .header.content .right-header .minicart-wrapper a.action:before {
  content: "";
  background: url(../images/cart.png);
  width: 15px;
  height: 15px;
  background-size: cover;
  display: inline-block;
}
.page-wrapper .menu_section .menu_items {
  position: fixed;
  left: -999px;
  width: 420px;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
  background: #000;
  height: 100%;
  bottom: 0;
  top: 0;
  z-index: 9999;
  padding: 20px 40px;
  background-image: url(../images/menu_bg.png);
  z-index: 999999;
  background-size: cover;
}
.page-wrapper .menu_section .menu_items ol.navigation {
  padding: 0;
  list-style: none;
  background-color: transparent;
}
@media (max-width: 720px) {
  .page-wrapper .menu_section .menu_items ol.navigation {
    max-height: 440px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.page-wrapper .menu_section .menu_items ol.navigation .toggle_cls {
  background: url(../images/down-arrow.png);
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .page-wrapper .menu_section .menu_items ol.navigation .toggle_cls {
    rotate: 180deg !important;
    transition: 0.5s;
  }
}
.page-wrapper .menu_section .menu_items ol.navigation > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  list-style: none;
  margin: 0;
}
.page-wrapper .menu_section .menu_items ol.navigation > li.level0.submenu {
  display: none;
}
.page-wrapper .menu_section .menu_items ol.navigation > li.level0 a {
  color: #fff;
  font-size: 12px;
  padding: 8px 0 !important;
  text-transform: uppercase;
  font-family: "Resolve-Light";
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .page-wrapper .menu_section .menu_items ol.navigation > li.level0 a {
    line-height: initial;
  }
}
.page-wrapper .menu_section .menu_items ol.navigation > li.level0 .submenu {
  background: transparent;
  border: 0;
  position: initial;
  width: 100%;
  padding-left: 15px;
  box-shadow: none;
}
.page-wrapper .menu_section .menu_items ol.navigation > li.level0 .submenu .level1 a {
  padding: 0;
  background: transparent;
}
.page-wrapper .menu_section .menu_items ol.navigation > li.level1 a {
  padding: 8px !important;
}
.page-wrapper .menu_section .menu_items.active {
  left: 0 !important;
  opacity: 1 !important;
}
.page-wrapper .menu_section .menu_items ul {
  padding: 0;
  margin: 0;
}
.page-wrapper .menu_section .menu_items > ul > li {
  margin: 0;
  border-bottom: 1px solid #fff;
  padding: 10px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrapper .menu_section .menu_items > ul > li .toggle_cls {
  width: 15px;
  height: 10px;
  background: url(../images/arrow.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/arrow.svg);
  background-position: 18px;
  position: absolute;
  background-position: right;
  z-index: 9999;
}
.page-wrapper .menu_section .menu_items ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
.page-wrapper .menu_section .overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.page-wrapper .menu_section .overlay-menu.active {
  display: block;
}
.page-wrapper .page-wrapper .sections.nav-sections {
  margin: 0;
}
.page-wrapper .nav-sections {
  margin: 0 !important;
}
.page-wrapper .header.content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  padding: 1% 2%;
}
@media (max-width: 767px) {
  .page-wrapper .header.content {
    padding: 0 4%;
    height: 75px;
    line-height: 66px;
    align-items: center;
  }
}
.page-wrapper .header.content::before {
  display: none;
}
.page-wrapper .header.content ul.compare.wrapper {
  display: none;
}
.page-wrapper .header.content .logo {
  max-width: 100%;
  margin: 0 auto;
  width: 80px;
}
@media (max-width: 767px) {
  .page-wrapper .header.content .logo {
    width: 50px;
  }
}
.page-wrapper .header.content .minicart-wrapper {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-wrapper .header.content .menu_section {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.page-wrapper .menu_footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 999;
}
.page-wrapper .menu_footer .social_media {
  padding: 0 40px;
}
.page-wrapper .menu_footer .social_media h4 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-weight: normal;
  font-family: "Resolve-Light";
}
.page-wrapper .menu_footer .social_media .social_icon {
  display: flex;
  grid-gap: 18px;
  align-items: center;
}
.page-wrapper .menu_footer .social_media .social_icon img {
  width: 18px;
}
.page-wrapper .menu_footer .social_media .social_icon a:last-child img {
  width: 20px;
}
.navigation.custommenu.main-nav {
  display: none;
}
.minicart-wrapper .action.showcart.active {
  display: flex;
  text-decoration: none;
}
.header_sign {
  margin: 0 0 20px -15px;
}
@media (max-width: 767px) {
  .header_sign {
    margin: 0 0 10px 0;
  }
}
.header_sign .main_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_sign .main_div .left_icon {
  display: flex;
  color: #fff;
  align-items: center;
  grid-gap: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  cursor: pointer;
}
.header_sign .main_div .left_icon span a {
  color: #fff;
  text-decoration: none;
}
.header_sign .main_div .left_icon .sign_icon {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.header_sign .main_div .left_icon .sign_icon.log_out svg {
  width: 16px;
}
.header_sign .main_div .right_icon {
  color: #fff;
  font-size: 20px;
}
.toggle_cls {
  width: 30px;
  height: 30px;
  background: red;
  display: block;
}
.header_sign .main_div .right_icon .close_btn {
  display: flex;
  cursor: pointer;
}
.page-wrapper .menu_section .menu_items > ul > li > ul {
  display: none;
}
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
}
.loader img {
  width: 30px;
}
.page-wrapper .menu_section .menu_items ol.navigation > li.level0 .submenu {
  display: block;
}
@media (max-width: 767px) {
  .page-wrapper .menu_section .menu_items ol.navigation > li.level0 .submenu {
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .page-wrapper .menu_section .menu_items ol.navigation > li.level0.active .submenu {
    display: none;
  }
}
.page-wrapper .menu_section .menu_items ol.navigation > li.level0.active .submenu {
  height: max-content;
}
.page-wrapper .menu_section .menu_items ol.navigation > li.level0 > a {
  padding: 5px 0 !important;
  font-size: 12px;
  text-decoration: none;
  border: 0;
  font-weight: normal;
}
.page-wrapper .menu_section .menu_items ol.navigation > li {
  margin: 0;
}
.navigation li.level0 {
  border-bottom: 1px solid #d1d1d1 !important;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .navigation li.level0 {
    border: 0;
  }
}
.page-wrapper .menu_section .menu_items ol.navigation .toggle_cls {
  transition: 0.5s;
  cursor: pointer;
}
.page-wrapper .menu_section .menu_items ol.navigation > li.active .toggle_cls {
  rotate: 180deg !important;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .page-wrapper .menu_section .menu_items ol.navigation > li.active .toggle_cls {
    rotate: 0deg !important;
    transition: 0.5s;
  }
}
.authorization-link {
  cursor: pointer;
}
/* Header css end */
.loader {
  transform: none !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.loader img {
  position: initial !important;
  margin: 0 !important;
}
.layered-filter-block-container .filter-options .filter-options-content {
  display: none;
  position: absolute;
  z-index: 9999;
  bottom: -68px;
}
.filter-options-item.active_filter .filter-options-content {
  display: block !important;
}
.filter-options-item.active_filter {
  margin-bottom: 50px;
}
.filter-options-item.active_filter .filter-options-title:after {
  content: '\e621' !important;
}
@media (max-width: 1300px) {
  .header_sign {
    margin: 0 0 15px -10px;
  }
  .page-wrapper .menu_footer {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-products #layered-filter-block-container .block-content.filter-content .block-actions.filter-actions {
    display: none !important;
  }
}
.page-products .sidebar-main #narrow-by-list {
  margin: 0 -15px !important;
}
@media (max-width: 767px) {
  #layered-filter-block-container .block-title.filter-title {
    display: none;
  }
  .page-products #layered-filter-block-container .filter-options-item {
    position: relative;
  }
}
.loader {
  background: #ffffff82;
  transform: translate(-50%, -50%);
  z-index: 99999999;
}
.product-info-main span.choice {
  display: none;
}
.ourstory_right img {
  width: 100%;
}
/* HOMEPAGE CSS */
.best-box.slick-slide {
  position: relative;
}
.display_trending {
  width: max-content;
  position: absolute;
  left: 9px;
  background: #fed8d8;
  top: 8px;
  z-index: 1;
  padding: 3px 8px;
  color: #000;
  border-radius: 6px;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: "FreightBigProBook-Regular";
  font-weight: bold;
  letter-spacing: 1px;
}
.youmay_like_sec .old-price {
  color: #fff;
}
.youmay_like_sec .price-sec.main-price-pdp .old-price {
  margin: 0 4px;
  font-size: 12px;
}
.youmay_like_sec .price-sec.main-price-pdp {
  display: flex;
  font-size: 15px;
  align-items: center;
  width: 100%;
  grid-gap: 6px;
}
.youmay_like_sec .price-sec.main-price-pdp .price-box {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px;
}
.youmay_like_sec span.savingPercents {
  color: #fff;
}
.info-box h3 {
  font-weight: normal;
  font-size: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-info-main .product-info-price .normal-price .price-container .price:before {
  margin-right: 6px;
  content: 'Inaugural Offer';
}
.price-box span.old-price {
  margin: 0 5px;
}
.price-box span {
  color: #fff;
  font-size: 15px;
}
.best-box.slick-slide .info-box a {
  color: #fff;
}
.section-discover-pro h2 {
  background: transparent linear-gradient(to bottom, #c2843e, #ffde5f 51%, #ffbb0f 55%, #ffff00 80%) no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: normal;
  font-family: "FreightBigProMedium-Regular";
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.cate-box {
  display: flex;
  justify-content: center;
}
.sectionall h1.heading_mac {
  text-align: center;
  margin-bottom: 10px;
  background: transparent linear-gradient(to bottom, #c2843e, #ffde5f 51%, #ffbb0f 55%, #ffff00 80%) no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-family: "FreightBigProBook-Regular";
  font-weight: bold;
  letter-spacing: 1px;
}
.sectionall.section2 p {
  text-align: center;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 14px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.sectionall.section2 {
  position: relative;
}
.sectionall.section2 .slick-arrow {
  position: absolute;
  top: 0;
  top: 45%;
  z-index: 1;
}
@media (max-width: 767px) {
  .sectionall.section2 .slick-arrow {
    top: 38%;
  }
  .sectionall.section2 .slick-arrow::before {
    width: 20px;
    height: 20px;
  }
}
.sectionall.section2 .slick-next {
  right: 10px;
}
.sectionall.section2 .slick-prev {
  left: -30px;
}
@media (max-width: 767px) {
  .sectionall.section2 .slick-prev {
    left: 10px;
  }
}
.sectionall.section2 .slick-prev.slick-disabled:before,
.sectionall.section2 .slick-next.slick-disabled:before {
  opacity: 1;
}
.cate-box .slick-slider .slick-list {
  padding: 0 20px;
}
.cate-in-btm h2 {
  margin-right: 25px;
}
.cate-in-btm h2 a {
  color: #000000;
  font-size: 24px;
  font-family: "FreightBigProMedium-Regular";
}
.cate-box .cate-in .cate-in-btm h3 a {
  color: #000000;
  font-size: 12px;
  letter-spacing: 1px;
}
.box_section_main_two {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
  padding: 0 5%;
}
.box_section_main_two .box_section_two {
  width: 49%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.box_section_main_two .box_section_two > a {
  display: block;
  width: 100%;
}
.best-box.slick-slide img {
  width: 100%;
}
.sectionall.section4 .full_bnr img {
  width: 100%;
}
.sectionall.section4 {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0;
  padding: 0;
}
.sectionall .overlay_text_mac {
  position: absolute;
  left: 10%;
  text-align: center;
}
.sectionall .overlay_text_mac h3 {
  color: #fff;
  font-size: 70px;
  font-weight: normal;
  font-family: "FreightBigProBook-Regular";
  margin-bottom: 30px;
}
.section4 .full_bnr {
  width: 100%;
}
body.cms-index-index,
body.cms-macroman,
body.page-products,
body.catalog-category-view,
body.catalog-product-view {
  background-image: url(../images/bg-body.jpg);
  background-color: #000;
  background-size: 100%;
}
.sectionall.section6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.section6_inr h4 {
  background: transparent linear-gradient(to bottom, #c2843e, #ffde5f 51%, #ffbb0f 55%, #ffff00 80%) no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-family: "FreightBigProMedium-Regular";
  font-weight: bold;
  letter-spacing: 1px;
}
.section6_inr p {
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.section6 .line {
  background: #cfcfcf;
  height: 70px;
  width: 1px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-size: 0;
  margin: 30px 0px;
}
.sectionall .btn-white {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 1px;
  font-size: 14px;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
}
.sectionall .btn-white:hover,
.sectionall .btn-white:focus {
  box-shadow: inset 14.5em 0 0 0 #fff;
  border-color: #fff;
  color: #000;
  text-decoration: none;
}
.section6 .section6_left {
  width: 52%;
  line-height: 0;
}
.section6 .section6_right {
  width: 48%;
}
.sectionall.section7 {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  background: #211f20;
  width: 96%;
  margin: 0 auto;
  float: none;
  padding: 0;
}
.section7 .ourstory_left {
  padding: 0px 80px;
  box-sizing: border-box;
  width: 48%;
  color: #d6d6d6;
}
.section7 .ourstory_right {
  width: 52%;
}
.orstory_des .orstory_des_box p {
  margin-top: 10px;
  color: #d6d6d6;
  margin-bottom: 25px;
  line-height: 18px;
}
.orstory_des .orstory_des_box {
  margin-right: 10px;
  padding-right: 50px;
  box-sizing: border-box;
}
.orstory_des {
  display: flex;
  align-items: center;
}
.ourstory_left h4 {
  font-size: 40px;
  color: #fff;
  font-family: "FreightBigProMedium-Regular";
  font-weight: normal;
}
.ourstory_left p {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  line-height: 24px;
  color: #d6d6d6;
  font-family: "Roboto", sans-serif;
}
.cate-in-btm {
  display: flex;
  color: #fff;
  align-items: center;
}
.cate-in-btm h2 {
  margin-right: 15px;
}
.cate-in-btm h2 a {
  font-size: 30px;
  color: #fff;
  font-family: "FreightBigProMedium-Regular";
  cursor: pointer;
  text-decoration: none;
}
.cate-in-btm h3 {
  width: 60%;
  line-height: 14px;
  font-family: "Resolve-Medium";
  font-weight: normal;
}
.cate-box .cate-in .cate-in-btm h3 a {
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.2px;
  font-family: "Resolve-Medium";
  cursor: pointer;
  text-decoration: none;
}
.sectionall {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  padding: 0 2%;
}
.box_section_main_two .box_overlay {
  position: absolute;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  width: 98%;
  box-sizing: border-box;
  bottom: 30px;
}
.box_section_two .box_overlay h3 {
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  font-family: "FreightBigProBook-Regular";
}
.box_section_two .box_overlay a {
  color: #fff;
}
.cms-macroman .page-header {
  background: #fff;
}
.for-mb {
  display: none;
}
.cms-macroman .page-wrapper .page-main {
  padding: 0;
}
.page-wrapper .page-main {
  width: 100%;
  max-width: 100%;
  padding: 0 2%;
}
.sectionall.section3 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.box_section_main_two .box_section_two:nth-child(2) {
  padding-left: 2px;
  box-sizing: border-box;
}
.box_section_main_two .box_section_two:nth-child(1) {
  padding-right: 2px;
  box-sizing: border-box;
}
.box_section_two img {
  width: 100%;
}
/* testimonial*/
.star-icons {
  margin-bottom: 30px;
}
.sectionall.section5 {
  background: #fffaee;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  box-sizing: border-box;
  padding-right: 0;
}
.section5_left {
  width: 30%;
}
.section5_right {
  width: 70%;
  cursor: pointer;
}
.section5_left h4 {
  font-size: 34px;
  color: #343434;
  font-weight: 200;
}
.sectionall.section5 .section5_right img {
  width: 60px;
}
.testimonial_description {
  font-size: 14px;
  color: #acacac;
  line-height: 25px;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section5_testimonial_slider {
  margin-top: 0;
}
.section5_right_box {
  grid-column-gap: 14px;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 80px;
  margin-top: 0;
  padding-right: 60px;
  box-sizing: border-box;
}
.section5_right_bottom {
  display: flex;
  margin-top: 50px;
}
.section5_right_bottom_left {
  margin-right: 20px;
}
.section5_right_bottom_right {
  font-size: 12px;
  color: #343434;
}
.ourstory_right a {
  display: block;
  line-height: 0;
}
.sectionall.section6 {
  margin-top: 0;
}
/* testimonial end*/
/* HOMEPAGE CSS END*/
/* List Page */
.sidebar .filter-options-content a:hover {
  background-color: transparent;
  text-decoration: none;
}
.page-products .page-title-wrapper span.base {
  color: #fff;
  font-size: 28px;
}
.page-products .sidebar-additional {
  display: none;
}
.page-products .sidebar-main {
  width: 100%;
  order: 1;
}
.page-products .column.main {
  width: 100%;
  order: 3;
  padding: 0;
}
.page-products .columns {
  display: flex;
  flex-direction: row;
}
.page-products .sidebar .block-content li {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-family: "Resolve-Light";
}
.page-products .sidebar-main .filter-options-title {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  width: 86px;
  padding-right: 15px;
  padding-left: 15px;
  height: 40px;
}
.catalogsearch-result-index .page-title-wrapper {
  margin-top: 20px;
}
#narrow-by-list .swatch-attribute-options {
  margin: 10px 0;
  display: flex;
}
.catalog-category-view .size .swatch-attribute-options a:hover {
  background-color: transparent;
}
.catalog-category-view .sidebar .filter-options-item:last-child:before {
  font-size: 0;
}
.product-item .price-box .price {
  font-weight: normal;
  white-space: nowrap;
}
.page-products .sidebar-main .filter-options-title:hover {
  color: #fff;
}
.page-products .sidebar-main .filter-options-title:after {
  font-size: 10px;
}
.catalog-product-view .swatch-opt .swatch-option-color.selected:after {
  content: "";
  border: 2px solid #ccc;
  width: 28px;
  height: 28px;
  display: block;
  line-height: normal;
  position: absolute;
  top: -4px;
  right: -4px;
}
.catalog-product-view .page-wrapper .breadcrumbs {
  margin-bottom: 10px;
}
.boxabt {
  background: #fff2f2;
  border: 1px dashed #ccc;
  padding: 20px;
}
.boxabt strong {
  font-family: 'Resolve-Regular';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.boxabt p {
  font-style: normal;
}
body.page-products .products-grid .product-items li.item.product.product-item .swatch-attribute-color a .swatch-option-color.selected:after {
  content: "";
  border: 2px solid #ccc;
  width: 26px;
  height: 26px;
  display: block;
  line-height: normal;
  position: absolute;
  top: -4px;
  right: -4px;
}
.catalog-product-view .product-item-info .swatch-attribute-color {
  padding: 0 8px;
}
.catalog-product-view .swatch-opt .swatch-option-color.selected,
body.page-products .products-grid .product-items li.item.product.product-item .swatch-attribute-color a .swatch-option-color.selected {
  border: 1px solid;
  position: relative;
}
.catalog-product-view .swatch-option-color {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 40px;
  margin-right: 7px;
  min-width: 58px;
  padding: 0px 8px;
  border: 1px solid #ffffff;
  margin-right: 15px;
  width: 52px;
  height: 40px;
}
.catalog-product-view .swatch-attribute-options {
  display: flex;
  flex-flow: wrap;
}
#layered-ajax-list-products .toolbar.toolbar-products {
  display: none;
}
.catalog-category-view .sidebar .filter-options-title:after {
  position: absolute;
  right: auto;
  top: 12px;
  margin-left: 10px;
}
.swatch-option-tooltip {
  display: none !important;
}
.layered-filter-block-container .filter-options .filter-options-content {
  margin: 0;
  padding: 10px;
  margin-left: 6px;
  padding-top: 0;
}
/*body.page-products .sidebar-main #narrow-by-list { 
  margin-left: -15px; 
}*/
.catalog-category-view .sidebar .filter-options-item,
.catalogsearch-result-index .sidebar .filter-options-item {
  border-bottom: 0px solid #cccccc;
  padding-bottom: 0;
  width: max-content;
  position: relative;
}
.catalog-category-view .filter-options-item {
  border-bottom: 0px solid #cccccc;
}
.catalog-category-view .swatch-option.selected {
  outline: 0px solid #fff;
  border: 0px solid #ffffff;
  color: #333333;
}
.catalog-category-view .filter-current .filter-value {
  color: #fff;
  font-weight: 600;
}
.page-products .sidebar-main .filter-options-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 9px;
  color: #fff;
  height: 20px;
  background: #fff;
  width: 1px;
}
.catalog-category-view .sidebar .filter-options-item:last-child .filter-options-title:before {
  font-size: 0;
  display: none;
}
.product-items li.item.product.product-item .product-image-container {
  display: inline-block;
  max-width: 100%;
  width: 100% !important;
}
.product-items li.item.product.product-item .product-image-photo {
  width: 100%;
}
.page-products .sidebar-main #narrow-by-list {
  display: flex;
  margin: 0;
}
body.page-products .products-grid .product-item:nth-child(4n + 1) {
  margin-left: 0;
}
.page-products .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.page-products .sidebar-main div#layered-filter-block {
  margin-bottom: 0;
}
body.page-products .products-grid .product-items {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
body.page-products .products-grid .product-items li.item.product.product-item {
  width: 32%;
  margin-left: 2%;
  padding: 0;
  margin-right: 0;
}
body.page-products .products-grid .product-items li.item.product.product-item:nth-child(3n + 1) {
  margin-left: 0;
}
body.page-products .product-item-info {
  width: 100%;
  position: relative;
}
.page-products .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  clip: rect(0, 0, 0, 0);
  height: auto;
  margin: -1px;
  overflow: initial;
  padding: 0;
  position: relative;
  width: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: none;
}
.page-products .products-grid .product-item-info:hover .product-item-inner,
.page-products .products-grid .product-item-info.active .product-item-inner {
  display: none;
}
.page-products .products-grid .product-item-inner:before {
  background: transparent;
  content: "";
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.page-products .product.details.product-item-details .top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.page-products .product.details.product-item-details .top-title a.product-item-link {
  color: #fff;
}
.page-products .product-item-info .top-title .login_sec {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.page-products .product.details.product-item-details .product.name.product-item-name {
  margin: 0;
  font-size: 13px;
}
.page-products .product.details.product-item-details .price-box {
  margin: 0;
}
.page-products .product.details.product-item-details .price-box .price-label {
  display: none;
}
.page-products .products-grid .product-item-info:hover,
.page-products .products-grid .product-item-info.active {
  background: transparent;
  box-shadow: none;
  border: 0px solid #bbbbbb;
  margin: 0;
  padding: 0;
}
.product-item .price-box .price {
  white-space: nowrap;
}
.price-container.price-final_price {
  font-size: 13px;
}
.page-products .sidebar-main strong.block-subtitle.filter-subtitle {
  display: none;
}
.page-products .toolbar.toolbar-products {
  width: max-content;
  float: right;
  margin-bottom: 0;
  padding: 0;
}
.page-products #layer-product-list p#toolbar-amount {
  display: none;
}
.page-products #layer-product-list .toolbar-sorter.sorter {
  position: absolute;
}
.page-products #layer-product-list .toolbar.toolbar-products label.sorter-label {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.page-products #layer-product-list .toolbar select {
  background-color: #000;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-size: 12px;
  width: auto;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
  text-transform: uppercase;
  font-family: "Resolve-Light";
}
.page-products #layer-product-list select:not([disabled]):focus {
  box-shadow: none;
}
#layer-product-list .action.sorter-action.sort-asc {
  display: none;
}
.page-products .swatch-attribute.size .swatch-option {
  padding: 8px 12px;
  line-height: normal;
  height: fit-content;
  background: transparent;
  color: #fff;
  border-color: #fff;
  font-weight: normal;
}
.page-products #layered-filter-block-container .filter-options-item {
  border-bottom: 0px solid #cccccc;
  padding-bottom: 0;
}
.page-products #maincontent h1#page-title-heading span.choice {
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
}
.page-products #maincontent h1#page-title-heading {
  margin-top: 20px;
}
.page-products #layer-product-list .filter-options-content {
  position: absolute;
}
.page-products .filter-options-content .ln-items-cat a {
  color: #fff;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
  color: #fff;
  font-weight: normal;
}
.page-products .swatch-attribute.size .swatch-option.selected {
  color: #000;
}
.page-products .filter-current .filter-label {
  font-weight: normal;
}
.page-products .filter .filter-current-subtitle {
  padding-bottom: 0px;
  padding-left: 0;
}
.page-products .filter-current li.item {
  margin-left: 0;
  margin-right: 35px;
}
.page-products .filter-current li.item a.action.remove {
  left: 0;
}
.page-products .block-actions.filter-actions a.action.clear.filter-clear {
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  font-weight: normal;
  font-family: "Resolve-Light";
}
.page-products .filter-current .items {
  padding: 0;
  display: flex;
  align-items: center;
}
.page-products #layered-filter-block-container .block-content.filter-content .block-actions.filter-actions {
  padding-left: 0;
}
.block-actions.filter-actions a.action.clear.filter-clear {
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  font-weight: normal;
  font-family: "Resolve-Light";
}
#layer-product-list .product-item-details a.action.towishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
#layer-product-list .product-item-details a.action.towishlist:before {
  content: "";
  background: url(../images/black-wishlist.svg);
  width: 18px;
  height: 15px;
  background-size: cover;
  display: inline-block;
}
#layer-product-list .product-item-details a.action.wishlist-selected:before {
  content: "";
  background: url(../images/select-wislist.svg);
  width: 18px;
  height: 15px;
  background-size: 100% 100%;
  display: inline-block;
}
.search .toolbar .sorter-action {
  display: none;
}
.recent_view_slide .product-image-container img.product-image-photo {
  width: 100%;
}
/* PDP Page */
/* Size Chart*/
.size-custom table,
.size-custom th,
.size-custom td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
  font-size: 12px;
}
.size-custom h4 {
  width: max-content;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 28px;
}
.size-custom .size-chart-pop {
  width: 50%;
  background: #fff;
  padding: 40px;
  position: relative;
  padding-top: 20px;
}
.size-custom.active {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(83, 83, 83, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.close-chart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: "\e616";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.size-custom {
  display: none;
}
.size-custom .close-chart {
  position: absolute;
  right: 14px;
  font-size: 0;
  top: 14px;
  cursor: pointer;
}
/* Size Chart End*/
.catalog-product-view .pdp-blocks .action.towishlist.wishlist-selected {
  content: "";
  background: url(../images/select-wislist.svg);
  width: 18px;
  height: 15px;
  background-size: 100% 100%;
  display: inline-block;
}
.catalog-product-view .pdp-blocks .action.towishlist.wishlist-selected svg {
  display: none;
}
.catalog-product-view .pdp-blocks .action.towishlist {
  cursor: pointer;
}
.catalog-product-view .swatch-opt .swatch-option-color {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 40px;
  margin-right: 7px;
  min-width: 22px;
  padding: 0px 8px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 15px;
  width: 22px;
  height: 22px;
}
.catalog-product-view.page-layout-1column .product-info-main a.action.towishlist.wishlist-selected:before {
  content: "";
  background: url(../images/select-wislist.svg);
  width: 18px;
  height: 15px;
  background-size: 100% 100%;
  display: inline-block;
}
.catalog-product-view.page-layout-1column .product-info-main a.action.towishlist.wishlist-selected svg {
  display: none;
}
.catalog-product-view .searchsuite-autocomplete ul li a {
  color: #000;
}
.catalog-product-view .price-final_price span.normal-price span.price-label {
  display: none !important;
}
.catalog-product-view .product.info.detailed .product.data.items {
  display: none;
}
.catalog-product-view .product.info.detailed {
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-wrapper .page-main {
  padding: 0;
}
/*body.catalog-product-view .product.media {
  width: 62%;margin: 0;    margin-left: 2%;
}*/
body.catalog-product-view .product.media {
  width: 48%;
  margin: 0;
  margin-left: 4%;
}
body.catalog-product-view .page-wrapper .breadcrumbs {
  padding: 1% 4%;
}
body.catalog-product-view .product.media .fotorama__stage__shaft.fotorama__grab {
  margin-top: -43px;
}
body.catalog-product-view .fotorama__arr,
.fotorama__thumb__arr {
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
body.catalog-product-view .fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: transparent;
}
/*.catalog-product-view.page-layout-1column .product-info-main {
  float: right;
  width: 30%;
  margin-left: 4%;
  margin-right: 2%;
  position: relative;
  padding-right: 10px;
}*/
.catalog-product-view.page-layout-1column .product-info-main {
  float: right;
  width: 40%;
  margin-left: 4%;
  margin-right: 4%;
  position: relative;
  padding-right: 10px;
}
.catalog-product-view.page-layout-1column .product-info-main a.login_sec,
.catalog-product-view.page-layout-1column .product-info-main .action.towishlist {
  position: absolute;
  top: 5px;
  right: 0;
}
.catalog-product-view .product-info-main h1.page-title {
  color: #fff;
  font-size: 28px;
  line-height: 31px;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-main h1.page-title .heading-description {
  font-family: "FreightBigProBook-Regular";
}
.catalog-product-view .product-info-main h1.page-title span.base {
  font-size: 20px;
  line-height: normal;
}
.product-info-main .product-info-price .price-box .price-container .price {
  font-size: 18px;
  font-weight: normal;
}
.fotorama__nav-wrap .fotorama__thumb-border {
  border: 1px solid #858585;
}
.product-info-main .product-info-stock-sku {
  color: #fff;
  padding: 0;
}
.product-info-main .product-info-stock-sku .old-price {
  color: #fff;
  padding-left: 6px;
  font-size: 18px;
}
.product-info-main .product-info-price .price-box .price-container .price {
  font-size: 18px;
  font-weight: normal;
}
.product-info-main .product-info-price .price-box .price-container > span {
  color: #fff;
  font-size: 12px;
  margin: 0;
}
.product-info-main .product-info-price .price-box .price-container .discount-percentage {
  background: transparent linear-gradient(to bottom, #c2843e, #ffde5f 51%, #ffbb0f 55%, #ffff00 80%) no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "FreightBigProBook-Regular";
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 10px;
  display: none;
}
.product-info-price .zestmoney-amount-info {
  color: #fff;
  font-size: 14px;
}
.pro-description-main {
  width: 100%;
  padding: 2% 6%;
  box-sizing: border-box;
  background: #000;
  color: #fff;
}
.pro-description-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0px;
  opacity: 0.8;
}
.pro-description-left {
  width: 60%;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
.pro-description-right {
  width: 32%;
  border-bottom: 1px solid #fff;
}
.description-box2 .describe-box ul {
  display: flex;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.description-box2 .describe-box ul li {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.description-box2 .describe-box ul li span {
  margin-right: 12px;
  font-size: 12px;
}
.product-info-main .pro-description-left {
  width: 100%;
  border: 0;
  padding-bottom: 0px;
}
.product-info-main .pro-description-right {
  width: 100%;
  border-bottom: 0px solid #fff;
}
.product-info-main .pro-description-left .describe-box h4 {
  font-weight: 700;
}
.product-info-main .pro-description-bottom.description-box3 {
  padding: 0;
}
.product-info-main .pro-description-bottom h4 {
  margin-bottom: 10px;
}
.product-info-main .pro-description-bottom {
  padding: 10px 0px;
}
.describe-box p,
.describe-box,
.heading-description p,
.pro-description-right ul li {
  font-size: 12px;
  color: #fff;
}
.pro-description-right ul li {
  list-style: disc;
}
.heading-description .head-yellow {
  background: transparent linear-gradient(to bottom, #c2843e, #ffde5f 51%, #ffbb0f 55%, #ffff00 80%) no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "FreightBigProBook-Regular";
  font-weight: bold;
  letter-spacing: 1px;
}
.head-yellow img {
  width: 35px;
}
#product-options-wrapper .swatch-opt .swatch-option.text {
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 40px;
  margin-right: 7px;
  min-width: 58px;
  padding: 0px 8px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 15px;
  font-family: 'Roboto', sans-serif;
}
#product-options-wrapper .swatch-option {
  border: 1px solid #fff;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 20px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "Resolve-Light";
}
#product-options-wrapper .swatch-attribute-label {
  font-weight: normal;
  position: relative;
  color: #ffffff;
  font-size: 14px;
}
.product-add-form .product-options-bottom label.label {
  font-weight: normal;
  color: #bfbfbf;
  font-size: 12px;
  font-family: "Resolve-Light";
}
#product-options-wrapper .swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
  background: #fff;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
}
.product-info-main .product-options-bottom .actions button {
  background: #fff;
  border-color: #fff;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  padding: 9px 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.product-info-main .product-options-bottom .actions button:hover {
  background: #d1a04f;
  color: #fff;
  border-color: #d1a04f;
}
.pro-description-left .describe-box h4 {
  font-weight: normal;
}
.pdp_offer_main {
  border: 1px dashed #dcdcdc;
  color: #fff;
  width: 100%;
  justify-content: left;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.pdp_offer_main .pdp_offer_slider.owl-carousel {
  margin: 0;
  padding: 0;
}
.pdp_offer_main:before {
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/offer-strip.svg);
  float: left;
  background-size: cover;
  margin-top: 10px;
  margin-right: 14px;
}
.pdp_offer_main ul li {
  min-height: auto;
  font-size: 12px;
  font-weight: normal;
  line-height: 40px;
}
.product-info-main .product.attribute.overview ul li {
  color: #fff;
}
.product-info-main .swatch-opt .swatch-option.text.selected {
  background-color: #ffffff !important;
  color: #000 !important;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
  background: #fff;
}
.product-info-price .zestmoney-amount-info {
  color: #fff;
}
.box-tocart .fieldset {
  display: flex;
  align-items: center;
  width: 100%;
}
.box-tocart .fieldset .actions {
  width: 100%;
}
.checkout-cart-configure .box-tocart .fieldset {
  align-items: end;
}
.checkout-cart-configure .product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 42px;
  margin: 0;
  padding: 0;
  width: 68px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  appearance: auto;
  margin-right: 15px;
}
.box-tocart .fieldset .field.qty select#qty {
  height: 42px;
  margin: 0;
  background: #505050;
  color: #fff;
  border-color: #505050;
  padding: 0;
  width: 68px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  appearance: auto;
}
.box-tocart .fieldset .field.qty {
  margin: 0;
  padding: 0;
}
.box-tocart .fieldset .actions button#product-addtocart-button {
  width: 48%;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 2%;
  margin-bottom: 0;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-header .action-close {
  right: -12px;
  top: -12px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 12px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 0 !important;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-to-your-bag {
  text-transform: capitalize;
  color: #4bb543;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Resolve-Regular";
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-ajax-cart-product-name a,
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-ajax-cart-qty-price a {
  color: #000;
  font-family: "Resolve-Light";
  font-size: 14px;
}
.page-title-wrapper h1.page-title {
  font-size: 25px;
  font-family: "Resolve-Light";
  margin-bottom: 15px;
}
.pages_content,
.pages_content p,
.pages_content ul li {
  font-size: 14px;
  font-family: "Resolve-Light";
  line-height: 25px;
}
.pro-description-main h4 {
  font-weight: normal;
}
.catalog-product-view .zestmoney-amount {
  color: #fff;
}
.catalog-product-view .swatch-attribute-selected-option {
  color: #fff;
  padding-left: 17px;
  font-size: 12px;
  font-weight: normal;
  font-family: "Resolve-Light";
}
.catalog-product-view .size_guide a#open-btn {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  font-family: "Resolve-Light";
  text-decoration: underline;
}
.catalog-product-view .size_guide a#open-btn svg path {
  fill: #fff;
}
.catalog-product-view .size_guide {
  position: absolute;
  right: 0;
  margin-right: 10px;
}
#product-options-wrapper .swatch-option.selected {
  outline: 2px solid #999999;
}
.catalog-product-view .product-info-main .product-info-price span.price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price {
  border: 0;
  margin: 0;
  width: 73% !important;
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-info-main .product-info-price .price-final_price {
  display: flex !important;
  flex-wrap: wrap !important;
}
.catalog-product-view .product-info-main .product-info-price .price-final_price .normal-price {
  display: block;
  width: 100%;
  order: 2;
}
.catalog-product-view .product-info-main .product-info-price .price-final_price .old-price {
  order: 1;
  margin-left: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-final_price .old-price .price::before {
  content: "MRP";
  padding-right: 6px;
  font-size: 18px;
}
.product-info-price .product-info-stock-sku .old-price {
  font-size: 14px;
  color: #fff;
  margin-left: 4px;
}
.product-info-stock-sku .savingPercent {
  margin-bottom: 0px;
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: 5px;
  font-weight: 600;
  display: none;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
  margin-top: 0 !important;
}
.product-info-main .product-info-stock-sku {
  line-height: normal;
  display: flex;
  align-items: center;
  width: 100%;
}
.product-info-main .product-info-price .zestmoney {
  width: 100%;
}
/* You may also like*/
.pdp-blocks .related {
  padding-left: 2%;
  padding-right: 2%;
}
.pdp-blocks .related .title {
  text-align: left;
  margin-bottom: 10px;
  background: transparent linear-gradient(to bottom, #c2843e, #ffd257 51%, #ffbb0f 55%, #a7730b 80%) no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "FreightBigProBook-Regular";
  padding-left: 10px;
}
.pdp-blocks .related .title strong {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.pdp-blocks .related .block-content .youmay_like_sec .collection-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.pdp-blocks .related .block-content .youmay_like_sec .collection-img .viewdetail-btn {
  position: absolute;
  border: 0;
  bottom: 65px;
  background: rgba(209, 160, 79, 0.9);
  width: 96%;
  text-align: center;
  left: 0;
  right: 0;
  padding: 10px 10px;
  color: #fff;
  font-weight: normal;
  font-family: "Resolve-Light";
  margin: 0 auto;
  display: none;
}
.pdp-blocks .related .block-content .youmay_like_sec .collection-img .whishlist-alsolike {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 35px;
  width: 35px;
  text-align: center;
}
.pdp-blocks .related .block-content .youmay_like_sec .collection-img .whishlist-alsolike .actions-secondary a.wishlisticon svg path {
  fill: #ff406b;
}
.pdp-blocks .related .block-content .youmay_like_sec .collection-img .product-item-name {
  font-weight: normal;
  width: 58%;
}
.pdp-blocks .related .block-content .youmay_like_sec .collection-img .product-item-name a {
  font-size: 13px;
  color: #393939;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.pdp-blocks .related .block-content .youmay_like_sec .collection-img .price-sec .price {
  color: #fff;
  font-weight: normal;
}
.youmay_like_sec .collection-img a.product.photo.product-item-photo img {
  width: 100%;
}
.pdp-blocks .related .block-content .youmay_like_sec .collection-img:hover a.product.photo.product-item-photo.viewdetail-btn {
  display: block;
  text-decoration: none;
}
.youmay_like_sec .collection-img a.product.photo.product-item-photo {
  margin-bottom: 15px;
  width: 100%;
}
.pdp-blocks {
  float: left;
  width: 100%;
}
/* You may also like*/
.lg-toolbar.lg-group {
  background: transparent;
}
.lg-toolbar .lg-icon:hover {
  color: #000;
}
/* Recent View*/
.recent_view_slide .product-item-details .price-box span.minimal-price-link {
  margin: 0;
  line-height: 14px;
}
.catalog-product-view .recent_view_slide .block-title {
  margin: 0;
  margin-bottom: 0;
  padding-left: 10px;
}
.recent_view_slide .block.widget .product-item-info {
  width: auto;
  position: relative;
  margin: 0 10px;
}
.recent_view_slide .product-item-details {
  display: block;
  margin-top: 15px;
}
.recent_view_slide .product-item-details .price-box .price {
  font-size: 15px !important;
  font-family: 'Roboto', sans-serif !important;
}
.recent_view_slide .product-item-details .product-item-actions button.action.towishlist {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 10px;
  right: 0;
}
.recent_view_slide .product-item-details strong.product-item-name {
  float: left;
  margin: 0 0 10px 0;
}
.recent_view_slide .product-item-details .price-box {
  margin: 0;
  line-height: normal;
  padding: 0;
  float: right;
}
.recent_view_slide .product-item-details .product-item-actions button.action.towishlist::before {
  content: "";
  background: url(../images/black-wishlist.svg);
  width: 18px;
  height: 15px;
  background-size: cover;
  display: inline-block;
}
.recent_view_slide .product-item-details .product-item-actions {
  margin: 0;
}
.sidebar #layered-filter-block-container .filter-options .swatch-option {
  height: 33px;
  min-width: 33px;
}
.youmay_like_sec .slick-track {
  margin: 0;
}
.recent_view_slide .block.widget .products-grid .product-item {
  width: 25% !important;
  margin: 0 !important;
}
.recent_view_slide .product-image-wrapper {
  padding-bottom: 100% !important;
}
.recent_view_slide {
  float: left;
  width: 100%;
  margin-top: 50px;
  padding: 0 2%;
}
.recent_view_slide .product-image-container {
  width: 100% !important;
}
.recent_view_slide .block-title strong {
  text-align: left;
  margin-bottom: 10px;
  background: transparent linear-gradient(to bottom, #c2843e, #ffd257 51%, #ffbb0f 55%, #a7730b 80%) no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "FreightBigProBook-Regular";
  font-size: 30px;
}
.rating-summary .rating-result:before {
  color: #edad19;
  font-size: 14px;
}
.catalog-product-view .swatch-attribute-options a.swatch-option-link-layered .swatch-option.text {
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 40px;
  margin-right: 7px;
  min-width: 58px;
  padding: 0px 8px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 15px;
}
.catalog-product-view .block-products-list .block-title strong {
  font-size: 30px;
}
.catalog-product-view .product-item-details a.product-item-link {
  color: #fff;
  text-transform: capitalize;
  font-family: "Resolve-Light";
}
.catalog-product-view .product-item .price-box .price {
  font-weight: normal;
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  font-family: "Resolve-Light";
  line-height: normal;
}
.catalog-product-view .block.widget .pager .toolbar-amount {
  display: none;
}
.catalog-product-view .pages li.item a {
  color: #fff;
}
.catalog-product-view .pages .action.previous {
  margin-right: 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.cate-box .slick-list {
  padding: 0 10px;
}
.catalog-product-view .pages .action.previous:before {
  color: #fff;
}
.catalog-product-view .pages {
  text-align: center;
  margin-top: 20px;
}
.catalog-product-view .products-grid .product-item-info:hover,
.catalog-product-view .products-grid .product-item-info.active {
  background: transparent;
  box-shadow: none;
  border: 0px solid #bbbbbb;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
.catalog-product-view .recent_view_slide .block-viewed-products-grid .product-item-info:hover {
  margin: 0 10px;
}
.catalog-product-view .block.widget .products-grid .product-item .product-item-inner,
.catalog-product-view .page-layout-1column .block.widget .products-grid .product-item .product-item-inner {
  box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
  margin: 9px 0 0 -1px;
  background: transparent;
  box-shadow: none;
  border: 0;
}
.catalog-product-view .product-item-details strong.product-item-name a {
  font-size: 13px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: normal;
}
.catalog-product-view .minicart-items .update-cart-item {
  padding: 7px 12px;
  background: #000;
  color: #fff;
  border-color: #000;
}
.catalog-product-view #narrow-by-list ol.items.ln-items-cat li a {
  color: #fff;
}
#narrow-by-list ol.items.ln-items-cat li a:hover {
  background: transparent;
}
.slick-track {
  margin: 0 -10px;
}
.slick-slide {
  margin: 0 10px;
}
.slick-dots li button {
  border: 0;
  background: #797979;
  display: block;
  height: 2px;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 15px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #000;
}
/* Recent View*/
ul.pdp_offer_slider {
  margin: 0;
  padding: 0;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .ajaxsuite-buttons button {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  border-color: #000;
}
ul#desktopzoom {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
#desktopzoom li:nth-child(1),
#desktopzoom li:nth-child(2) {
  width: 49.5%;
  margin-bottom: 0;
}
#desktopzoom li {
  width: 24.5%;
  margin: 0;
  line-height: 0;
  margin-top: 0.5%;
  margin-right: 0.5%;
}
#mobilezoom {
  display: none;
}
.catalog-product-view .sectionall.section5 {
  margin-top: 0;
}
#mobilezoom ul.slides {
  margin: 0;
  padding: 0;
}
#ln_product_overlay .loader {
  background: transparent;
  display: flex;
  align-items: center;
}
/* PDP Page End*/
.pages_content.cms-about-us h2.title-about {
  font-weight: bold;
}
.cms-about-us .wpb_text_column {
  margin-bottom: 60px;
}
.pages_content.cms-about-us {
  max-width: 1170px;
  margin: auto;
}
.cms-page-view h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin: 0 0 20px;
  color: #222222;
}
.cms-about-us blockquote {
  margin: 38px 0 40px 0;
  padding: 0;
  padding-left: 25px;
  padding-right: 0;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #b47c19;
}
.cms-about-us .text-black {
  font-size: 16px;
}
.cms-about-us blockquote .color {
  color: #000;
}
.trackingorder-index-index .page-title-wrapper h1.page-title {
  text-align: center;
  display: block;
  margin-top: 50px;
}
#layer-product-list .products.wrapper.grid.products-grid {
  width: 100%;
  float: left;
}
.page-products #product-options-wrapper .swatch-attribute-color {
  display: flex;
  align-items: center;
}
.swatch-attribute-color .swatch-opt {
  margin: 0;
}
.loading-mask .loader {
  background: rgba(255, 255, 255, 0.5);
}
body > .loading-mask img {
  width: 100px;
}
#narrow-by-list .filter-options-item[attribute="cat"] {
  display: none;
}
body.page-products .products-grid .product-items li.item.product.product-item .swatch-attribute-color a .swatch-option-color {
  width: 20px;
  height: 20px;
  min-width: 20px;
  padding: 0;
  margin-right: 8px;
}
.catalog-category-view .product-item-info .swatch-attribute-color .swatch-attribute-options {
  padding-left: 0px;
}
.pro-description-left ul,
.pro-description-right ul {
  margin: 0;
  padding: 0;
}
#desktopzoom li:nth-child(1) img,
#desktopzoom li:nth-child(2) img {
  width: 100%;
}
.page-products #layered-filter-block-container .block-content.filter-content .block-actions.filter-actions {
  display: block;
  margin-left: 20px;
}
.page-products .product.details.product-item-details .price-box .price-label {
  display: none !important;
}
.cms-no-route .container {
  text-align: center;
}
.cms-no-route .column.main .container h1 {
  font-size: 250px;
  color: #e6e6e6;
  line-height: 250px;
  font-weight: 500;
}
.cms-no-route .column.main .container h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #7b7b7b;
  margin-top: 30px;
  font-size: 14px;
  margin-bottom: 0;
}
.cms-no-route .page-title-wrapper {
  display: none;
}
.cms-no-route .column.main .container h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #7b7b7b;
  margin-top: 30px;
  font-size: 14px;
  margin-bottom: 0;
}
.cms-no-route .column.main .container p {
  display: block;
  max-width: 80%;
  margin: auto;
  line-height: 30px;
}
.cms-no-route .column.main .container ul.disc {
  margin: 50px 0 100px;
}
.cms-no-route .column.main .container ul.disc li a {
  display: block;
  background: #222222;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 18.5px 30px;
  line-height: 1.1;
  text-shadow: none;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 190px;
}
.section-discover-pro button.slick-next {
  right: -20px;
}
.cate-box button.slick-prev:before,
.section-discover-pro button.slick-prev:before {
  background-image: url(../images/white-arrow-left.svg);
  background-repeat: no-repeat;
  content: '';
  font-size: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}
.cate-box button.slick-next:before,
.section-discover-pro button.slick-next:before {
  background-image: url(../images/white-arrow-right.svg);
  background-repeat: no-repeat;
  content: '';
  font-size: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}
.page-wrapper .breadcrumbs a {
  color: #fff;
}
.page-wrapper .breadcrumbs strong {
  font-weight: 400;
  color: #fff;
}
.page-wrapper .breadcrumbs .item:not(:last-child):after {
  color: #fff;
}
.box-tocart .fieldset .actions {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-tocart .fieldset .actions .buynow-button {
  width: 48%;
  margin-left: 2%;
}
.box-tocart .fieldset .actions .buynow-button button#buy-now {
  width: 100%;
  box-sizing: border-box;
  line-height: 2.2rem;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  padding: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box [data-price-type="oldPrice"] span.price {
  font-weight: normal;
  text-decoration: none;
  font-size: 18px;
  line-height: normal;
}
.catalog-product-view .product-info-main .product-info-price .price-box span.discount-percentage {
  margin-bottom: 0px;
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: 10px;
  font-weight: 600;
  display: none;
}
#one-step-checkout-form fieldset.field.street.admin__control-fields.required label {
  margin-bottom: 10px;
  float: left;
  background: none;
  padding: 0 !important;
  vertical-align: middle;
  width: 100%;
  overflow: visible;
  height: auto;
  position: relative;
}
.checkout-success .actions-toolbar {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.checkout-onepage-success .page-wrapper .page-main {
  margin-top: 40px;
}
.product-info-main .product-info-stock-sku span.mrp {
  font-size: 18px;
  font-weight: 400;
}
.catalog-product-view .product-info-main .product-info-price .price-box .mrp {
  font-size: 14px;
  font-weight: 400;
}
.customer-account-logoutsuccess main#maincontent {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .orstory_des .orstory_des_box {
    box-sizing: border-box;
    padding-right: 10px;
  }
  .section7 .ourstory_left {
    padding: 0px 30px;
  }
  .sectionall .btn-white {
    width: 140px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .recent_view_slide .product-item-details,
  .pdp-blocks .related .block-content .youmay_like_sec .collection-img .product-item-name {
    display: flex;
    flex-direction: column;
  }
  .sectionall.section5 {
    padding-left: 30px;
  }
  .section5_left {
    width: 24%;
    padding-right: 4%;
  }
  .section5_left h4 {
    font-size: 24px;
    line-height: 33px;
  }
  .section5_right {
    width: 76%;
  }
  .pdp_offer_main ul li {
    font-size: 10px;
    line-height: 22px;
  }
  .zestmoney-widget {
    flex-direction: column;
    align-items: baseline;
    font-family: 'Roboto', sans-serif !important;
  }
  #product-options-wrapper .swatch-opt .swatch-option.text {
    line-height: 35px;
    margin-right: 7px;
    min-width: 50px;
    height: 35px;
    border: 1px solid #ffffff;
    margin-right: 11px;
  }
  .pdp-blocks .related .block-content .youmay_like_sec .collection-img .price-sec .price,
  .catalog-product-view .product-item-details strong.product-item-name a,
  .pdp-blocks .related .block-content .youmay_like_sec .collection-img .product-item-name a,
  .catalog-product-view .product-item .price-box .price {
    font-size: 12px;
    line-height: 18px;
  }
  .pdp-blocks .related .block-content .youmay_like_sec .collection-img:hover a.product.photo.product-item-photo.viewdetail-btn {
    display: none;
  }
}
.page-wrapper .header.content a.logo {
  position: relative;
  top: -7px;
}
body.catalog-product-view .product.media .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  left: 3px;
  top: 0.8px;
}
body.page-products #layered-filter-block-container .block-content.filter-content .block-actions.filter-actions {
  margin-left: 0;
}
body.page-products #layered-filter-block-container .block-content.filter-content .block-actions.filter-actions .action.clear.filter-clear:before {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  margin-left: 0;
  top: 2px;
  position: relative;
  margin-right: 5px;
}
.catalog-product-view .recent_view_slide .product-item-details .price-box {
  width: 100%;
}
.vdo-cont {
  position: relative;
}
.vdo-cont .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vdo-cont video#video {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-products .product.details.product-item-details .top-title {
    margin-top: 10px;
    margin-bottom: 12px;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    align-items: baseline;
  }
  .play.overlay img {
    width: 50px;
  }
  .pdp-blocks .related .block-content .youmay_like_sec .collection-img .product-item-name {
    width: 100%;
  }
  .catalog-product-view .product-item-details strong.product-item-name a,
  .pdp-blocks .related .block-content .youmay_like_sec .collection-img .product-item-name a,
  .catalog-product-view .product-item .price-box .price {
    font-size: 15px;
    margin-bottom: 7px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: -24px;
  }
  .page-header {
    height: 60px;
  }
  .display_trending {
    left: 6px;
    top: 4px;
    padding: 1px 2px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .page-wrapper .header.content a.logo {
    top: auto;
  }
  .box_section_main_two .box_section_two {
    display: block;
  }
  .section-discover-pro {
    margin-bottom: 40px;
  }
  .section-discover-pro h2 {
    margin-top: 0;
  }
  .page-products .page-title-wrapper span.base {
    font-size: 20px;
  }
  .page-products #layered-filter-block-container .block-content.filter-content .block-actions.filter-actions {
    display: block !important;
    margin-top: 0;
  }
  .page-wrapper .page-main {
    width: 100%;
    max-width: 100%;
    padding: 0 4%;
  }
  #zestmoney-widget-control {
    margin: 0;
    margin-top: 10px;
  }
  .catalog-product-view .product-item-details strong.product-item-name a,
  .pdp-blocks .related .block-content .youmay_like_sec .collection-img .product-item-name a,
  .catalog-product-view .product-item .price-box .price {
    font-size: 12px;
  }
  .pdp-blocks .related .block-content .youmay_like_sec .collection-img .price-sec .price {
    font-size: 14px;
  }
  .recent_view_slide .product-item-details {
    display: flex;
    flex-direction: column;
  }
  .recent_view_slide .product-item-description {
    margin: 0;
  }
  .pdp-blocks .related .block-content .youmay_like_sec .collection-img {
    align-items: flex-start;
    flex-direction: column;
  }
  #zestmoney-widget-control {
    margin-bottom: 20px;
  }
  .zestmoney-widget {
    flex-direction: inherit;
    font-family: 'Roboto', sans-serif;
  }
  body .recent_view_slide .products-grid .product-items {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 0;
  }
  .youmay_like_sec .slick-track {
    margin: 0;
  }
  #layered-filter-block-container .filter .filter-current ol.items {
    top: -5px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-flow: wrap;
  }
  .page-products #maincontent .columns {
    padding-top: 0;
  }
  .catalog-category-view .product-item-info .swatch-attribute-color .swatch-attribute-options {
    padding-left: 10px;
  }
  .copy_right {
    flex-direction: column;
  }
  .recent_view_slide .product-item-details .price-box {
    float: left;
  }
  .pdp_offer_main ul li {
    font-size: 11px;
    line-height: 40px;
  }
  .pdp_offer_main .slick-slide {
    margin: 0;
  }
  .pdp_offer_main .slick-track {
    margin: 0;
  }
  .page-products .sidebar-main .filter-options-title {
    width: 100px;
  }
  .box-tocart .fieldset .actions button#product-addtocart-button {
    margin: 0;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .box-tocart .fieldset .actions button#product-addtocart-button {
    margin: 0;
    margin-left: 0;
    width: 50%;
    box-sizing: border-box;
    background: #d1a04f;
    border-color: #d1a04f;
    color: #fff;
    font-size: 14px;
  }
  .product-info-main .box-tocart .fieldset .actions {
    position: fixed;
    margin: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    background: #000;
  }
  .product-info-main .product-options-bottom .box-tocart .fieldset {
    margin: 0;
  }
  .services .slick-track {
    margin: 0;
  }
  .services .slick-slide {
    margin: 0;
  }
  .catalog-category-view .sidebar .filter-options-item {
    width: max-content;
  }
  .filter-options-item:before {
    right: 16px;
  }
  body.page-products .products-grid .product-items li.item.product.product-item .swatch-attribute-color a .swatch-option-color.selected:after {
    content: "";
    border: 2px solid #ccc;
    width: 18px;
    height: 18px;
    display: block;
    line-height: normal;
    position: absolute;
    top: -3px;
    right: -3px;
  }
  body.page-products .products-grid .product-items li.item.product.product-item .swatch-attribute-color a .swatch-option-color {
    width: 14px;
    height: 14px;
    min-width: 14px;
    padding: 0;
    margin-right: 8px;
  }
  .catalog-category-view .product-item-info .swatch-attribute-color {
    margin-bottom: 30px;
  }
  .page-footer {
    padding-top: 60px;
    margin-top: 20px !important;
  }
  .pdp-blocks .related .block-content .youmay_like_sec .collection-img:hover a.product.photo.product-item-photo.viewdetail-btn {
    display: none;
    text-decoration: none;
  }
  .catalog-product-view.page-layout-1column .product-info-main a.login_sec,
  .catalog-product-view.page-layout-1column .product-info-main .action.towishlist {
    right: 2%;
  }
  body.catalog-product-view .product.media .fotorama-item .fotorama__nav__shaft {
    top: 5px;
    margin-bottom: 30px;
  }
  .price-box {
    line-height: normal;
  }
  .pdp-blocks .related .block-content .youmay_like_sec .collection-img .product-item-name {
    margin: 0;
  }
  .product-info-main .product-info-price .price-box {
    padding: 0;
  }
  .recent_view_slide .block.widget .products-grid .product-item {
    width: 100% !important;
  }
  .recent_view_slide {
    margin-top: 30px;
  }
  .pro-description-bottom.description-box2 {
    padding-top: 0;
  }
  .description-box2 .describe-box ul {
    flex-wrap: wrap;
    margin: 0;
  }
  .pro-description-left ul {
    padding: 0;
  }
  .description-box2 .describe-box ul li {
    margin-right: 0;
    display: flex;
    align-items: center;
    width: 33%;
  }
  .pro-description-right ul {
    padding: 0;
  }
  body.catalog-product-view .product.media .fotorama__nav--dots .fotorama__nav__frame {
    height: 18px;
    width: 18px;
  }
  body.catalog-product-view .product.media .fotorama-item .fotorama__nav__shaft {
    top: 2px;
  }
  body.catalog-product-view .product.media .fotorama__active .fotorama__dot {
    background-color: #fff;
    border-color: #fff;
    height: 2px;
  }
  body.catalog-product-view .product.media .fotorama__dot {
    border-radius: 0;
    border: 0px solid #858585;
    display: block;
    height: 1px;
    left: 6px;
    position: relative;
    top: 12px;
    width: 14px;
    background: #898989;
  }
  #mobilezoom ol.flex-control-nav li a.flex-active {
    height: 2px;
  }
  #mobilezoom ol.flex-control-nav li a {
    border-radius: 0;
    border: 0px solid #fff;
    display: block;
    height: 1px;
    position: relative;
    width: 14px;
    background: #ffffff;
    font-size: 0;
  }
  #mobilezoom ol.flex-control-nav li {
    margin: 0 4px;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  #mobilezoom ol.flex-control-nav {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .size-custom.active {
    z-index: 99;
  }
  .size-custom table,
  .size-custom th,
  .size-custom td {
    font-size: 12px;
  }
  .size-custom h4 {
    padding-bottom: 15px;
  }
  .size-custom .size-chart-pop {
    width: 90%;
    padding: 20px;
    padding-top: 20px;
  }
  .catalog-product-view .size_guide {
    right: 2%;
  }
  .product-info-main .product-info-price .zestmoney {
    margin: 0px 0;
    padding-left: 0;
  }
  .pdp-blocks {
    padding-top: 40px;
  }
  .sectionall.section5 .slick-dots {
    bottom: 0;
    padding-bottom: 0;
    position: relative;
    margin-top: 15px;
  }
  #layer-product-list .products.wrapper.grid.products-grid {
    margin: 0;
  }
  #layered-filter-block-container .filter .filter-current strong.block-subtitle.filter-current-subtitle {
    display: none;
  }
  #layered-filter-block-container .filter .filter-current ol.items li.item {
    padding-bottom: 0;
  }
  #layered-filter-block-container .filter .filter-current {
    border: solid #cccccc;
    border-width: 0;
    margin: 0;
    padding: 2%;
    padding-bottom: 0;
  }
  .page-products .filter .filter-current ol.items {
    display: block;
    padding: 0;
  }
  .page-products .product.details.product-item-details .top-title {
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .page-products .product.details.product-item-details {
    padding: 0 8px;
  }
  .page-products .product-item .price-box .price {
    white-space: nowrap;
    font-family: "Resolve-Light";
    font-weight: normal;
    font-size: 12px;
  }
  .page-products .product.details.product-item-details .top-title a.product-item-link {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
  }
  .page-products #layer-product-list .toolbar select {
    opacity: 0;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
  }
  .page-products #layer-product-list .toolbar-sorter.sorter {
    position: absolute;
    top: -42px;
    right: 2%;
  }
  #layered-filter-block-container .block-title.filter-title {
    width: max-content;
    float: left;
  }
  .page-products .columns {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
  }
  .page-products .columns .sidebar .block .block-title strong {
    font-size: 18px;
    color: #201f1f;
    position: relative;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: transparent;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    border: 0;
    box-shadow: none;
    position: absolute;
  }
  .page-products .column.main .product-items {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.page-products .products-grid .product-items li.item.product.product-item {
    width: 49.4%;
    margin: 0;
    padding: 0;
  }
  body.page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: 0;
  }
  .page-products .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .page-products .page-title-wrapper .page-title {
    padding: 0 2%;
    margin-top: 0 !important;
  }
  .page-products .page-wrapper .page-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .catalog-category-view .columns .sidebar-main #layered-filter-block-container .block-title.filter-title {
    display: none;
  }
  .page-products .sidebar-main #narrow-by-list {
    display: flex;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: inherit;
    padding-bottom: 18px;
    margin-top: 0px;
    padding: 0 2%;
  }
  body.page-products .products-grid .product-item {
    width: 49.4%;
    margin: 0 0.4%;
    padding: 0;
  }
  .page-footer .footer.content .services ul.slick-dots {
    bottom: -40px;
  }
  body.catalog-product-view .product.media {
    width: 100%;
    margin: 0;
  }
  .pro-description-bottom.description-box2 .pro-description-right {
    padding-bottom: 20px;
  }
  .pro-description-bottom.description-box3 {
    padding-top: 0;
  }
  .pro-description-bottom.description-box3 .pro-description-right {
    border: 0;
  }
  .pro-description-bottom {
    padding-bottom: 0;
  }
  .pro-description-bottom.description-box1 .pro-description-left {
    border: 0;
    padding-bottom: 0;
  }
  .pro-description-bottom.description-box1 .pro-description-right {
    padding-bottom: 20px;
  }
  .pro-description-right ul {
    margin: 0;
    padding-left: 0;
  }
  .pro-description-main {
    padding: 2%;
  }
  .pro-description-left {
    width: 100%;
  }
  .pro-description-right {
    width: 100%;
  }
  .catalog-product-view .fotorama__caption {
    display: none;
  }
  .catalog-product-view.page-layout-1column .product-info-main {
    float: right;
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    margin: 0;
    box-sizing: border-box;
  }
  body.catalog-product-view .product.media #desktopzoom {
    display: none;
  }
  #mobilezoom {
    display: block;
  }
  .section5_right_box:after {
    content: "";
    background: #e6dbc0;
    width: 1px;
    height: 200px;
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1;
  }
  .section5_right_box {
    position: relative;
    padding-right: 20px;
  }
  .footer.content {
    border-top: 0px solid #cecece;
  }
  .sectionall.section2 p {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .page-wrapper .menu_section .menu_items.active {
    width: 70%;
    padding: 2%;
  }
  .page-wrapper .menu_footer .social_media {
    padding: 2% 4%;
  }
  .right-header .field.search {
    position: absolute;
    left: 36px;
    top: 0;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    height: 15px;
    line-height: 15px;
    min-width: 15px;
    padding: 0 3px;
    font-size: 11px;
    right: auto;
    left: -10px;
  }
  .page-wrapper .header.content .menu_section .menu_icon {
    font-size: 0;
  }
  .page-wrapper .page-header {
    border: 0;
  }
  .header.content .nav-toggle {
    display: none;
  }
  .header.content .right-header .block-search {
    margin: 0;
  }
  .menu_section .menu_items {
    width: 90%;
    padding: 10px;
  }
  .menu_footer .social_media {
    padding: 0 10px;
  }
  .section5_left h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .section5_left {
    width: 100%;
  }
  .section5_right {
    width: 100%;
  }
  .sectionall.section5 {
    padding: 40px 20px;
    padding-right: 0;
  }
  .page-wrapper .page-footer .footer_sec > ul {
    grid-template-columns: initial;
    grid-gap: 10px;
    margin-top: 10px;
  }
  .orstory_des .orstory_des_box {
    padding-right: 0;
  }
  .sectionall .overlay_text_mac {
    position: absolute;
    left: 0;
    text-align: center;
    top: 6%;
    right: 0;
  }
  .sectionall.section4 .btn-white {
    border: 0;
    color: #000;
    text-decoration: underline;
    line-height: normal;
    height: initial;
  }
  .sectionall .overlay_text_mac h3 {
    font-family: "FreightBigProMedium-Regular";
    color: #000;
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 25px;
  }
  .cate-box.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
  }
  .section6 .line {
    margin: 10px 0px;
  }
  .section6_btm {
    display: none;
  }
  .for-mb {
    display: block;
  }
  .cms-page-view.cms-macroman .page-main {
    padding: 0;
  }
  .cate-box {
    display: flex;
    flex-wrap: wrap;
  }
  .box_section_main_two .box_section_two {
    width: 100%;
  }
  .section6 .section6_left {
    width: 100%;
    position: relative;
  }
  .section6 .section6_right {
    width: 100%;
    margin-bottom: 20px;
  }
  .sectionall.section6 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0 2%;
    padding-bottom: 80px;
  }
  .sectionall.section7 {
    flex-direction: column;
  }
  .section7 .ourstory_left {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .section7 .ourstory_right {
    width: 100%;
  }
  .ourstory_left h4 {
    font-size: 30px;
  }
  .ourstory_left p {
    font-size: 12px;
  }
  .orstory_des {
    display: flex;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .sectionall.section7 .btn-white {
    color: #fff;
    text-transform: uppercase;
    border: 0px solid #fff;
    width: max-content;
    height: auto;
    line-height: 28px;
    letter-spacing: 1px;
    font-size: 12px;
    text-decoration: underline;
  }
  .cate-in-btm h2 a {
    font-size: 20px;
    color: #fff;
  }
  .sectionall h1.heading_mac {
    font-size: 25px;
  }
  .box_section_main_two .box_section_two .box_overlay h3 {
    position: absolute;
    left: 30px;
    top: 33%;
    width: 60%;
  }
  .box_section_main_two .box_section_two .box_overlay a {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .box_section_main_two .box_overlay {
    position: static;
    padding: 0;
  }
  .sectionall {
    margin-bottom: 0;
  }
  .sectionall.section4 {
    margin: 0;
    padding: 0;
  }
  .section6_btm.for-mb a.btn-white {
    width: 100px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
  }
  .section6_btm.for-mb {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  .box_section_main_two .box_section_two:nth-child(1) {
    padding-right: 0;
  }
  .box_section_main_two .box_section_two:nth-child(2) {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 360px) {
  .pdp_offer_main ul li {
    font-size: 11px;
    line-height: 24px;
  }
}
.filter-value {
  color: #fff;
}
.search.results dl.block dd.item span {
  display: none;
}
.search.results dl.block dd.item,
.search.results dl.block dd.item a {
  color: #fff;
  margin-right: 4px;
}
.search.results dl.block dt.title {
  color: #fff;
  margin-right: 10px;
}
.search.results dl.block {
  display: flex;
}
.product-info-main .product-info-price .normal-price .price-container.rewards_earn > .price-wrapper > .price {
  background: transparent linear-gradient(to bottom, #c2843e, #ffde5f 51%, #ffbb0f 55%, #ffff00 80%) no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-footer {
  background: #171717 !important;
  padding-top: 70px;
  margin-top: 50px !important;
}
.page-footer .services ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
  text-align: center;
  color: #fff;
}
.page-footer .services ul li img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.page-footer .services ul li:nth-child(1) img {
  width: 74px;
}
.page-footer .services ul li h4 {
  font-size: 16px;
  margin: 35px 0 18px 0;
  font-weight: normal;
}
.page-footer .services ul li p {
  font-size: 12px;
}
.page-footer .services ul li p span {
  display: block;
}
/* bottom footer */
.page-wrapper .footer.content {
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}
.page-footer .footer.content .services ul {
  padding: 0;
  margin: 0;
}
.services {
  margin: 0 auto;
  padding: 0 8%;
}
.page-footer .footer_sec {
  border-top: 1px solid #707070;
  margin-top: 69px;
  padding: 0 4%;
}
@media (min-width: 768px) and (max-width: 1023) {
  .page-footer .footer_sec {
    padding-right: 0 !important;
  }
}
.page-footer .footer_sec > ul {
  display: grid;
  grid-template-columns: 1.5fr 1fr 2fr;
  padding: 0;
  color: #fff;
  grid-gap: 70px;
  margin-top: 69px;
}
.page-footer .footer_sec > ul .parent_toggle {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-footer .footer_sec > ul .parent_toggle {
    padding: 0;
  }
}
.page-footer .footer_sec > ul li .newsletter {
  float: none;
  max-width: 100%;
  margin: 0;
  width: 100%;
}
.page-footer .footer_sec > ul li .newsletter .subscribe {
  display: flex;
}
.page-footer .footer_sec > ul li .newsletter .subscribe .control::before {
  display: none;
}
.page-footer .footer_sec > ul li .newsletter .subscribe .control input {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fff;
  height: 44px;
  border-radius: 0;
  padding: 0 20px;
  font-size: 12px;
  font-family: 'Resolve-Light';
}
.page-footer .footer_sec > ul li .newsletter .subscribe .control input::placeholder {
  color: #fff;
}
.page-footer .footer_sec > ul li .newsletter .subscribe .actions {
  display: inline-block;
  width: min-content;
}
.page-footer .footer_sec > ul li .newsletter .subscribe .actions button {
  margin: 0;
  background: #ffffff url(https://www.macroworld.in/pub/media/wysiwyg/macroman/Arrow_2x.png) no-repeat;
  padding: 0;
  background-position: center;
  background-size: 15px;
  height: 44px;
  width: 47px;
  border-radius: 0;
  border: 0;
}
.page-footer .footer_sec > ul li .newsletter .subscribe .actions button span {
  display: none;
}
.page-footer .footer_sec > ul li {
  /* padding-left: 10px; */
}
.page-footer .footer_sec > ul li a {
  color: #fff;
}
.page-footer .footer_sec > ul li h4 {
  font-size: 12px;
  letter-spacing: 2.8px;
}
.page-footer .footer_sec > ul li ul li {
  padding: 0;
  margin-bottom: 10px;
}
.page-footer .footer_sec > ul li ul {
  padding: 0;
}
.page-footer .footer_sec > ul li ul li a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}
.footer_sec p {
  font-size: 12px;
  font-weight: normal;
}
.page-footer .social_media {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  padding: 0 4%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-footer .social_media {
    display: none;
  }
}
.page-footer .social_media h4 {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  margin-top: 0;
  margin: 0;
}
.page-footer .footer_sec > ul li h4 {
  font-weight: normal;
}
.page-footer .social_icon {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.page-footer .social_icon a {
  display: inline-block;
  font-size: 0;
}
.page-footer .social_icon a img {
  width: 25px;
}
.page-footer .social_icon a:nth-child(3) img {
  width: 30px;
}
.copy_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
  margin-top: 60px;
}
.company_logo img {
  width: 140px;
}
.copy_right_text span:after {
  content: "";
  background: #fff;
  height: 30px;
  width: 2px;
  display: inline-block;
  margin: 0 20px;
  position: absolute;
  top: -4px;
}
.copy_right_text span {
  color: #ababab;
  padding-right: 40px;
  font-family: "Resolve-Light";
}
.copy_right_text {
  color: #fff;
  position: relative;
}
.copyright {
  display: none;
}
.page-wrapper .footer.content .services h4 + img {
  width: 62%;
}
@media only screen and (max-width: 767px) {
  .box-tocart .fieldset .actions .buynow-button {
    width: 50%;
    margin-left: 0;
  }
  .box-tocart .fieldset .actions .buynow-button button#buy-now {
    width: 100%;
    box-sizing: border-box;
    line-height: 2.2rem;
    background: #d1a04f;
    color: #fff;
    border-color: #d1a04f;
    border-left-color: #fff;
    font-size: 14px;
  }
  .page-footer .footer_sec ul li {
    margin: 0;
    padding: 0;
  }
  .page-wrapper .footer.content {
    padding: 0;
  }
  .footer.content ul > .mobile_social {
    padding: 0;
  }
  .page-footer .slick-dots li button {
    background: #fff;
  }
  .page-footer .slick-dots li.slick-active button {
    background: #fff;
  }
  .footer.content ul > li {
    margin: 0 4px;
  }
  .page-footer .services ul {
    display: block;
    grid-template-columns: none;
  }
  .footer_sec p .page-footer .social_media {
    display: none;
  }
  .page-footer,
  .page-footer a {
    font-size: 12px;
  }
  .page-footer .footer_sec > ul .parent_toggle {
    display: block;
  }
  .page-footer .footer_sec > ul .parent_toggle > li {
    margin: 0 -15px;
    padding: 0 15px;
    border-bottom: 1px solid #b6b6b6;
  }
  .page-footer .footer_sec > ul .parent_toggle > li:first-child {
    border-top: 1px solid #b6b6b6;
  }
  .services {
    padding: 0;
  }
  .page-footer .services ul li img {
    object-fit: contain;
    margin: 0 auto;
  }
  .parent_toggle .toggle_div h4 {
    position: relative;
    font-size: 12px;
    margin: 15px 0;
  }
  .parent_toggle .toggle_div h4:after {
    content: "+";
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: -5px;
    right: 0;
    font-size: 24px;
  }
  .parent_toggle .toggle_div ul {
    display: none;
  }
  .parent_toggle .toggle_div.active h4 {
    margin-bottom: 15px;
  }
  .parent_toggle .toggle_div.active h4:after {
    content: "-";
  }
}
.mobile_social {
  display: none;
}
@media (max-width: 767px) {
  .mobile_social {
    display: block;
  }
  .mobile_social .social_media {
    padding: 0;
    margin: 35px 0 20px 0;
    display: flex;
  }
}
@media (max-width: 767px) {
  .page-footer .footer_sec > ul .parent_toggle > li {
    margin: 0;
    padding: 0 15px;
  }
}
.whatsapp_icon {
  position: fixed;
  bottom: 78px;
  right: 18px;
  z-index: 99;
}
@media (max-width: 767px) {
  .whatsapp_icon {
    bottom: 100px;
  }
}
.whatsapp_icon a {
  font-size: 0;
  width: 45px;
  height: 45px;
  background: url(img/whatsapp.png);
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.product-info-price:has(span.old-price.sly-old-price.no-display[style="display: none;"]) .price-final_price .mrp {
  display: none;
}
.header .overlay {
  position: fixed;
  top: 0;
  right: -9999px;
  bottom: 0;
  left: initial;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.header .minicart-wrapper .mage-dropdown-dialog {
  position: fixed;
  top: 0;
  right: -9999px;
  bottom: 0;
  left: initial;
  z-index: 99;
  height: 100%;
  min-width: 390px;
  background: #fff;
  transition: right .3s;
  margin: 0;
  display: block !important;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart {
  position: static;
  margin: 0;
  border: 0;
  box-shadow: none;
  height: 100vh;
  padding: 15px;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart:before,
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart:after {
  display: none;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-title {
  display: block !important;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: left;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-title strong {
  font-weight: 500;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .action.close {
  top: 20px;
  right: 10px;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .items-total {
  display: none;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .subtotal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  grid-gap: 0;
  margin-top: 10px;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .subtotal .label {
  font-size: 14px;
  font-weight: bold;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .subtotal .amount.price-container .price-wrapper .price {
  font-size: 18px;
  font-weight: normal;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .actions .primary button {
  font-size: 14px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  display: none;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .actions .secondary {
  margin: 0 10px 15px;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .actions .secondary .action.viewcart {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  opacity: 1 !important;
  transition: 0.5s;
  width: 100%;
  display: block;
  font-size: 14px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .actions .secondary .action.viewcart:hover {
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper {
  margin: 0 -15px;
  height: 100% !important;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items {
  overflow-x: auto;
  max-height: 450px;
  padding: 0px;
  height: auto !important;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items::-webkit-scrollbar {
  width: 4px;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items::-webkit-scrollbar-thumb {
  background: #888;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item {
  padding: 15px 0 15px 0;
  border-top: 0;
  border-bottom: 1px solid #DCDCDC;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product {
  position: relative;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
  text-align: left;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
  margin-bottom: 8px;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
  color: #000000;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .toggle {
  display: none;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content {
  display: block !important;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content .options .label,
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content .options .values {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .actions .primary .edit {
  display: none;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .actions .secondary .delete::before {
  background-image: url(../images/close-icon.svg);
  content: '';
  width: 10px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-excluding-tax {
  margin-top: 0;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-excluding-tax span.minicart-price .price {
  font-size: 13px;
  font-weight: normal;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty.qty .move-wish-list {
  font-size: 12px;
  position: absolute;
  top: 41px;
  right: 20px;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty.qty .custom_qty {
  border: 1px solid #000000;
  padding: 4px 10px;
  box-sizing: border-box;
  height: auto;
  display: flex;
  align-items: center;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty.qty .custom_qty input {
  width: 30px;
  padding: 0 5px;
  border: 0;
  height: auto;
  font-size: 14px;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .details-qty.qty .custom_qty .update-cart-item {
  background: transparent;
  border: 0;
  width: auto;
  padding: 0;
  height: auto;
  font-size: 14px;
}
.header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item:last-child {
  border: 0;
}
.header .minicart-wrapper.active .overlay {
  opacity: 1;
  right: 0;
  left: 0;
  transition: 0.3s ease 0s;
}
.header .minicart-wrapper.active .mage-dropdown-dialog {
  right: 0;
}
/* cart page start*/
/* cart page end*/
.checkout-cart-index main#maincontent {
  padding: 0 6%;
}
.checkout-cart-index main#maincontent .page-title-wrapper {
  margin-top: 40px;
}
.checkout-cart-index main#maincontent .messages .total-message span {
  width: 100%;
}
.checkout-cart-index main#maincontent .cart-container {
  margin-bottom: 40px;
  background: #f2f2f2;
  margin-top: 40px;
  padding: 15px;
  float: none;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}
.checkout-cart-index main#maincontent .cart-container .cart-summary {
  background: #f2f2f2;
}
.checkout-cart-index main#maincontent .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
  background: #000;
  border-color: #000;
  font-size: 14px;
  padding: 10px 10px;
}
.checkout-cart-index main#maincontent .cart-container .form-cart .table-wrapper #shopping-cart-table .cart .item-info .item .product-item-details .product-item-name {
  font-size: 14px;
}
.checkout-cart-index main#maincontent .cart-container .form-cart .table-wrapper #shopping-cart-table .cart .item-info .price .price {
  font-size: 12px;
  font-weight: normal;
}
.checkout-cart-index main#maincontent .cart-container .form-cart .table-wrapper #shopping-cart-table .cart .item-info .subtotal .cart-price {
  font-family: 'Resolve-Light';
  font-size: 14px;
}
.checkout-cart-index main#maincontent .cart-container .form-cart .table-wrapper #shopping-cart-table .cart .item-actions .actions-toolbar {
  min-height: 45px;
  padding-bottom: 19px;
  position: relative;
  margin-bottom: 15px;
}
.checkout-cart-index main#maincontent .cart-container .form-cart .main .update {
  background: transparent;
  border-color: #000;
  color: #000;
  border: 1px solid #000;
}
.checkout-cart-index main#maincontent .cart-container .form-cart .main .update:hover {
  background: #000;
  color: #fff;
}
.cart-discount .actions-toolbar button.action.apply.primary {
  background: #000;
  color: #fff;
  border-color: #000;
  height: 40px;
  box-shadow: none;
}
.minicart-items .product-item-details .details-qty button.update-cart-item {
  padding: 0;
  min-height: 32px;
  line-height: normal;
  padding: 0 10px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.minicart-items .product-item-details .details-qty button.update-cart-item {
  padding: 0;
  min-height: 32px;
  line-height: normal;
  padding: 0 10px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .minicart-items .product-item-details .details-qty {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .minicart-items .product-item-pricing .label {
    margin-right: 5px;
  }
  .header .minicart-wrapper .mage-dropdown-dialog {
    min-width: 100%;
  }
  .header .minicart-wrapper .mage-dropdown-dialog .block-minicart {
    width: 100%;
  }
  .header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product a.action.delete {
    position: absolute;
    top: 0;
    right: 8px;
  }
  .header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product {
    position: initial;
  }
  .header .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
    text-align: left;
    position: relative;
  }
}
ol.opcheckout-header li h1.checkout_header {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 25px;
}
ol.opcheckout-header li {
  float: left;
}
.opcheckout-login-link {
  text-align: right;
  padding: 15px 0;
  float: right !important;
  width: max-content;
}
.opcheckout-index-index .opcheckout-review-info .osc-product-image img {
  width: 60px;
  height: 60px;
}
#one-step-checkout-form .checkout-review-load .data-table td dl {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
}
#one-step-checkout-form .checkout-review-load .data-table td dl dd.values {
  margin: 0;
  font-size: 12px;
}
.one-step-checkout .button-set button#opcheckout-button-place-order {
  background: #000;
  border-color: #000;
}
.discount-form input#discount-code {
  padding: 0;
  height: 46px;
  min-height: 40px;
  background: #fff;
  border-radius: 0;
}
.discount-form .actions-button button#add_coupon_code_button {
  background: #000;
  color: #fff;
  border-color: #000;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
  text-align: center;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
  text-align: center;
}
.modal-footer button.action-primary:hover {
  background: #000;
  border-color: #000;
}
aside.modal-popup.confirm._show .modal-inner-wrap {
  margin: 0 auto;
  left: 0;
  top: 20%;
}
#one-step-checkout-form .payment-method label.label {
  width: max-content;
  float: initial;
}
.one-step-checkout h3 {
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
}
#maincontent .checkout-shipping-address input[type="text"],
#maincontent .checkout-shipping-address input[type="email"],
#maincontent .checkout-shipping-address textarea,
#maincontent .checkout-shipping-address input[type="password"],
#maincontent .checkout-shipping-address input[type="tel"] {
  padding: 20px 25px;
  background: #fff;
}
body #opcheckout-login-popup p.close a {
  font-size: 0;
}
body #opcheckout-login-popup p.close {
  background-position: -65px -2px;
  padding: 11px;
  background-repeat: no-repeat;
  padding: 0px 10px;
}
.link-register-forgot p a {
  color: #6a6a6a;
  text-align: left;
}
body #opcheckout-login-popup p.close a:before {
  font-size: 0;
}
body .opcheckout-popup-wrapper .input-text {
  padding: 0px 14px 0px 35px;
  min-height: 46px;
  border-radius: 5px;
}
.last button#opcheckout-login-button {
  background: #000;
  color: #fff;
}
.multishipping-checkout-login .page-title-wrapper {
  text-align: center;
  margin-top: 30px;
}
.login-container .block.block-customer-login .actions-toolbar .primary button#customerloginsubmit :hover {
  background: #000;
}
.login-container .block.block-customer-login .actions-toolbar .primary button#customerloginsubmit {
  padding: 12px 30px;
}
.login-container .block.block-customer-login .actions-toolbar .primary {
  float: none;
  margin-bottom: 10px;
}
.login-container fieldset.fieldset.login .actions-toolbar {
  text-align: center;
}
.login-container .block.block-customer-login .control {
  width: 100% !IMPORTANT;
}
.login-container .block.block-customer-login .actions-toolbar .secondary {
  display: block;
  text-align: center;
  float: none;
}
.login-container .block.block-customer-login .actions-toolbar .secondary a {
  color: #aaa;
  text-transform: capitalize;
}
.login-container .block.block-customer-login .actions-toolbar .primary {
  float: none;
}
#maincontent input[type="text"],
#maincontent input[type="email"],
#maincontent textarea,
#maincontent input[type="password"],
#maincontent input[type="tel"] {
  padding: 15px 25px;
  background: #f4f4f4;
  border-radius: 3px;
  height: 40px;
}
.action.primary {
  background-image: none;
  background: #000;
  border: 1px solid #000;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
.action.primary:hover {
  background: #000;
  border: 1px solid #000;
  color: #ffffff;
}
.customer-account-login .page-title-wrapper {
  margin-top: 100px;
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
}
.customer-account-login .page-title-wrapper h1.page-title {
  padding: 0;
  margin: 0;
}
.LoginOtp {
  margin: 30px 0;
  text-align: center;
}
.login-container .block.block-customer-login {
  float: none !important;
  margin: auto;
  border: 1px solid #e6e6e6;
  padding: 25px;
  margin-bottom: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 42%;
}
.login-container .block.block-new-customer {
  text-align: center;
  float: none;
  margin: auto;
}
.login-container .block.block-new-customer .block-title {
  border-bottom: 0;
  padding: 0;
  font-size: 1rem;
  text-transform: uppercase;
  color: #222222;
}
.login-container .block.block-new-customer .block-title strong {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 30px;
  font-family: 'Rubik', sans-serif;
}
.login-container p {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: small;
}
.login-container .block-new-customer .actions-toolbar {
  margin-bottom: 80px;
  text-align: center;
}
.login-container .block.block-new-customer .actions-toolbar .primary {
  float: none;
  margin: 0;
}
.login-container .block.block-new-customer .actions-toolbar .primary a {
  background: #000 none repeat scroll 0 0;
  color: #ffffff;
  box-shadow: none;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  border-radius: 3px;
  text-transform: none;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  position: relative;
  border: 1px solid transparent;
  text-shadow: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.login-container .block.block-customer-login .control {
  width: 100%;
}
.customer-account-create .page-wrapper .page-main {
  max-width: 100%;
  padding: 0 2%;
  width: 100%;
  max-width: 1200px;
}
.customer-account-create .form-create-account {
  min-width: 600px;
  width: 50%;
  margin: auto;
  border: 1px solid #e6e6e6;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.customer-account-create .fieldset .field {
  margin: 0 0 20px;
  box-sizing: border-box;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.customer-account-create .create-account-page-main-div.fieldset {
  border: 0;
}
.customer-account-create fieldset.fieldset.create.account legend.legend {
  border: 0;
  padding: 0;
}
.customer-account-create .fieldset .newsletter label.label {
  width: max-content;
}
fieldset.fieldset.create.account {
  margin-top: 30px;
  border-top: 0px solid #ccc;
  padding-top: 20px;
}
.customer-account-create .fieldset .label {
  padding: 6px 15px 0 0;
  text-align: left;
  width: 25.8%;
  box-sizing: border-box;
  float: left;
  font-weight: normal;
}
.customer-account-create .fieldset .control {
  width: 74.2%;
  float: left;
}
.customer-account-create .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.customer-account-create .page-title-wrapper {
  text-align: center;
  margin-top: 40px;
}
.customer-account-create #maincontent input#mobile-mobileget {
  padding-left: 76px;
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.customer-account-create .model-bottom div#submitbtnajax {
  float: left;
  width: max-content;
}
.customer-account-create .model-bottom div#submitbtnajax input.regi-sendotp.button.primary.action {
  padding: 0 50px;
  height: 40px;
  font-weight: normal;
}
.customer-account-create .actions-toolbar button.action.submit.primary {
  background: #000;
  font-weight: normal;
  padding: 0 50px;
  height: 40px;
}
.ajax-login-form .page_title,
.ajax-forgot-content .page_title {
  color: #000;
}
.ajax-login-form #login-type li a:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.ajax-login-form #login-type li a {
  background: #FFF;
  background-color: #000 !important;
  color: white;
}
.ajax-login-form .mobbtn,
.ajax-forgot-content .mobbtn {
  background-color: #000000;
  color: white;
}
.ajax-login-form .mobbtn:hover,
.ajax-forgot-content .mobbtn:hover {
  background-color: #000 !important;
  color: #fff;
}
@media (max-width: 768px) {
  .customer-account-login .page-title-wrapper {
    margin-top: 20px;
  }
  .login-container .block.block-customer-login {
    width: 100%;
  }
  .customer-account-create .form-create-account {
    min-width: 100%;
    width: 100%;
    margin: auto;
    border: 1px solid #e6e6e6;
    padding: 20px;
  }
}
.account {
  background: #f9f9f9;
}
.account .page-main {
  background: #f9f9f9;
}
.account .page-main .column.main {
  margin-top: 10px;
}
.account .page-main .columns {
  padding: 0 4%;
  margin: 0 auto;
}
.account .page-main .columns .main .page-title-wrapper .page-title {
  font-size: 20px;
  margin-top: 15px;
  text-transform: uppercase;
  color: #393939;
  font-weight: 600;
}
.account .page-main .columns .main .order-actions-toolbar {
  display: none;
}
.account .page-main .columns .main .order-details-items .table-order-items {
  font-size: 12px;
}
.account .page-main .columns .main .order-details-items .table-order-items tr {
  font-size: 12px;
}
.account .page-main .columns .main .order-details-items .table-order-items tr td {
  font-size: 12px;
}
.account .page-main .columns .main .order-details-items .table-order-items tr td dt {
  font-size: 12px;
}
.account .page-main .columns .main .order-details-items .table-order-items tr td .cart-price {
  font-size: 12px;
}
.account .page-main .columns .main .order-details-items .table-order-items tr td .product-item-name {
  font-size: 12px;
}
.account .page-main .columns .main .toolbar .pages .items .item strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0px;
  width: 24px;
  border-radius: 50%;
  height: 24px;
  line-height: 24px;
}
.account .page-main .columns .main .toolbar .pages .items .item a.page {
  color: #000;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.account .page-main .columns .main .toolbar .pages .items .action {
  background: transparent;
  border: 0;
  box-shadow: none;
}
.account .page-main .columns .main .toolbar .limiter .limiter-options {
  background-color: transparent;
}
.account .page-main .columns .main .toolbar .limiter .limiter-text {
  display: none;
}
.account .page-main .columns .main .form-wishlist-items .price-configured_price {
  margin-top: 10px;
  font-family: "Resolve-Light";
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item {
  padding: 0 10px;
  box-sizing: border-box;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info {
  position: relative;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-name {
  font-size: 12px;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .price-final_price {
  margin-top: 10px;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .price-box .normal-price .price {
  font-size: 13px;
  color: #393939;
  font-weight: 400;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner {
  background: transparent;
  position: initial;
  width: 100%;
  margin: auto;
  overflow: visible;
  height: auto;
  padding: 0;
  margin: 0;
  box-shadow: none;
  right: auto;
  z-index: 2;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .comment-box {
  margin-top: 0;
  display: none;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .qty {
  display: none;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions {
  display: block;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary {
  margin: 0;
  width: 100%;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .tocart {
  font-size: 12px;
  padding: 0px 15px;
  height: 40px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  line-height: 37px;
  border-radius: 30px;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .product-item-actions .edit {
  display: none;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .product-item-actions .delete {
  position: absolute;
  top: -7px;
  right: 8px;
  z-index: 1;
  padding: 4px;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .product-item-actions .delete::before {
  background-image: url(../images/close-icon.svg);
  content: "";
  width: 10px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info:hover {
  box-shadow: none;
  border: 0px solid #bbbbbb;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info:hover .product-item-inner {
  border: 0;
}
.account .page-main .columns .main .form-wishlist-items .actions-toolbar {
  margin-bottom: 20px;
}
.account .page-main .columns .main .form-wishlist-items .actions-toolbar .primary button {
  background: #000;
  color: #fff;
  border-radius: 29px;
  font-size: 11px;
  border-color: #000;
}
.account .page-main .columns .main .form-address-edit .fieldset,
.account .page-main .columns .main .form-edit-account .fieldset {
  margin-bottom: 20px;
  margin-top: 10px;
}
.account .page-main .columns .main .form-address-edit .fieldset .field .control .input-text,
.account .page-main .columns .main .form-edit-account .fieldset .field .control .input-text {
  border: 1px solid #dedede;
  line-height: 40px;
  height: 44px;
  background: transparent;
  font-size: 12px;
  padding: 0 15px !important;
}
.account .page-main .columns .main .form-address-edit .fieldset .field .control select,
.account .page-main .columns .main .form-edit-account .fieldset .field .control select {
  border-color: #dedede;
  height: 44px;
  line-height: normal;
  font-weight: normal;
  background-color: #fbfbfb;
  border: 1px solid #dedede;
  font-size: 12px;
}
.account .page-main .columns .main .form-address-edit .password-info p,
.account .page-main .columns .main .form-edit-account .password-info p {
  font-size: 12px;
}
.account .page-main .columns .main .form-address-edit .actions-toolbar,
.account .page-main .columns .main .form-edit-account .actions-toolbar {
  margin-top: 10px;
}
.account .page-main .columns .main .form-address-edit .actions-toolbar .save,
.account .page-main .columns .main .form-edit-account .actions-toolbar .save {
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #000;
  line-height: normal;
  min-height: 40px;
  letter-spacing: 2px;
}
.account .page-main .columns .main .form-address-edit .actions-toolbar .save span,
.account .page-main .columns .main .form-edit-account .actions-toolbar .save span {
  font-size: 12px;
}
.account .page-main .columns .main .block {
  background: #fff;
  padding: 3%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.account .page-main .columns .main .block .block-title strong {
  font-size: 16px;
  font-weight: 600;
  border: 0;
  text-transform: uppercase;
}
.account .page-main .columns .main .block .block-title .edit {
  text-decoration: underline;
}
.account .page-main .columns .main .block .block-content .box .box-title span {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.account .page-main .columns .main .block .block-content .box .box-content {
  font-size: 12px;
}
.account .page-main .columns .main .block .block-content .box .box-content p {
  font-size: 12px;
}
.account .page-main .columns .main .block .block-content .box .box-actions a {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
}
.account .page-main .columns .orders-history tbody .actions {
  display: flex;
  font-size: 12px;
}
.account .page-main .columns .orders-history tbody .actions a {
  border: 1px solid #000;
  font-size: 10px;
  padding: 8px 14px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin: 4px 0px;
  margin-right: 4px;
  background-color: #000;
}
.account .page-main .columns .orders-history tbody .actions a::after {
  display: none !important;
}
.account .page-main .columns .orders-history tbody .actions .order {
  display: none;
}
.account .page-main .columns table.history td {
  vertical-align: middle !important;
}
.account .page-main .columns .sidebar.sidebar-main {
  background: transparent;
  padding-left: 0;
  position: sticky;
  top: 70px;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content {
  background: transparent;
  padding: 15px 0;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li a {
  text-decoration: none;
  padding: 15px;
  color: #3a3a3a;
  border-left: 0px solid transparent;
  font-size: 13px;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 0;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li a:hover {
  background: transparent;
  text-shadow: 0.2px 0.2px;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li a strong {
  border-bottom: 0px solid #d9d9d9;
  padding: 0;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li strong {
  text-decoration: none;
  padding: 15px;
  color: #3a3a3a;
  border-left: 0px solid transparent;
  font-size: 13px;
  padding-left: 0;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
  display: block;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li .delimiter {
  border-top: 0px solid #d1d1d1;
  display: block;
  margin: 0;
}
.account .recent td.col.actions a.order {
  border: 1px solid #000;
  font-size: 10px;
  padding: 6px 4px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  color: #000;
  margin: 4px 0px;
  margin-right: 4px;
  background-color: #fff;
}
.account .recent td.col.actions a.action.view {
  border: 1px solid #000;
  font-size: 10px;
  padding: 6px 4px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin: 4px 0px;
  margin-right: 4px;
  background-color: #000;
}
.account .table-additional-addresses-items .col.actions a {
  color: #000;
  text-decoration: underline;
}
.account .recent td.col.actions a.action.view:after {
  border: 0 !important;
  margin: 0 !important;
}
.account ul.items.order-links li.nav.item a {
  background: transparent;
  border: 1px solid #000000;
  opacity: 1;
  font-size: 15px;
  padding: 0;
  width: 144px;
  height: 40px;
  line-height: 38px;
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #000;
}
.account .order-links .item strong {
  background: #000;
  color: #fff;
  border: 1px solid #000000;
  opacity: 1;
  font-size: 15px;
  padding: 0;
  width: 144px;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 12px;
  text-align: center;
}
.account .order-details-items {
  border: 0px solid #cccccc;
}
.account .order-details-items .actions-toolbar .action.print {
  display: none;
}
.account .order-details-items .action.print {
  display: none;
}
.order-status {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 6px;
  border-radius: 13px 0px;
  border: 0px;
}
.cancelorder-index-returnitem #popup-modal {
  margin-top: 60px;
}
.cancelorder-index-returnitem #popup-modal #success-msg {
  font-size: 20px;
}
.cancelorder-index-returnitem #popup-modal form#contact-form {
  padding: 0 4%;
}
.cancelorder-index-returnitem #popup-modal form#contact-form .fieldset {
  margin: 0 0 20px;
}
.cancelorder-index-returnitem #popup-modal form#contact-form .fieldset .legend {
  border: 0;
  margin: 0;
}
.cancelorder-index-returnitem #popup-modal form#contact-form .fieldset .legend span {
  font-size: 20px;
  margin-top: 15px;
  text-transform: uppercase;
  color: #393939;
  font-weight: 600;
}
.cancelorder-index-returnitem #popup-modal form#contact-form .fieldset .field.frame_name {
  margin: 0;
  width: 30%;
}
.cancelorder-index-returnitem #popup-modal form#contact-form .fieldset .field.comment {
  width: 30%;
  margin: 0;
  margin-top: 15px;
}
.rma-rma-generate .page-wrapper .page-main .columns .main {
  width: 100%;
  margin: 0;
}
.rma-rma-generate .page-wrapper .page-main .columns .main .block.block-rma .block-title {
  box-sizing: border-box;
  border: 0px solid #d1d1d1;
  background-color: transparent;
}
.rma-rma-generate .page-wrapper .page-main .columns .main .block.block-rma .block-item {
  box-sizing: border-box;
  border: 0px solid #d1d1d1;
}
.rma-rma-generate .page-wrapper .page-main .columns .main .block.block-rma .block-item .rma-product-image {
  width: 100px;
}
.rma-rma-generate .page-wrapper .page-main .columns .main .block.block-rma .block-item .rma-product-image img {
  position: relative;
}
.rma-rma-generate .page-wrapper .page-main .columns .main .block.block-rma .block-item .rma-description {
  width: 24%;
  padding: 0 15px;
}
.rma-rma-generate .page-wrapper .page-main .columns .main .block.block-rma .block-item .rma-reason-condition .input-text label {
  text-transform: capitalize;
  margin-top: 20px;
}
.rma-rma-generate .page-wrapper .page-main .columns .main .block.block-rma .block-item .rma-reason-condition .input-text select {
  height: 40px;
}
.account .table-wrapper.orders-history thead tr .col.date + th.col.total {
  text-align: center;
}
.account .table-wrapper.orders-history tbody tr td[data-th="Return"] .order-title {
  text-align: center;
  display: flex;
  justify-content: center;
}
.account .table-wrapper.orders-history tbody tr td[data-th="Return"] .order-title button {
  float: none;
  border: 1px solid #000;
  font-size: 10px;
  padding: 6px 4px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin: 4px 0px;
  margin-right: 4px;
  background-color: #000;
  border-radius: 0;
}
.wishlist-index-index .price-as-configured span.special-price {
  display: none;
}
.account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .unavailable.stock {
  color: red;
}
.account .data.table tbody tr td {
  font-size: 12px !important;
  vertical-align: middle;
}
.block-order-details-comments .comment-date {
  max-width: 200px !important;
}
.additional-addresses table > thead > tr > th {
  font-weight: 600;
}
.cancelorder-index-returnitem .fieldset table > thead > tr > th,
.cancelorder-index-returnitem .fieldset table > thead > tr > td {
  font-weight: 600;
}
.cancelorder-index-returnitem .fieldset .field.frame_name.required {
  margin-top: 40px;
}
.cancelorder-index-returnitem .fieldset .field.frame_name.required select {
  width: 100%;
  box-sizing: border-box;
  height: 35px;
  border: 1px solid #cccccc;
  padding: 0 10px;
}
.cancelorder-index-returnitem .fieldset .field.frame_name.required select:focus {
  box-shadow: none;
  outline: 0;
}
.cancelorder-index-returnitem .fieldset .field.comment.required .control {
  height: 35px;
}
.cancelorder-index-returnitem .fieldset .field.comment.required .control input {
  width: 100%;
  box-sizing: border-box;
  height: 35px;
  border: 1px solid #cccccc;
  padding: 0 10px;
}
.cancelorder-index-returnitem .fieldset .field.comment.required .control input:focus {
  box-shadow: none;
  outline: 0;
}
.update_mob .update_mob_text input {
  padding: 0 10px !important;
}
.update_mob .update_mob_text span {
  display: block;
  margin: 10px 0;
}
.rewards-account-history .block.block-rewards-account-summary.order-details-items {
  padding: 5px 20px!important;
}
@media (max-width: 767px) {
  .rewards-account-history .block.block-rewards-account-summary.order-details-items .block.block-rewards-account-summary:nth-child(3) {
    padding: 0 !important;
  }
}
.rewards-account-history .page-title {
  display: block !important;
  padding-left: 19px;
}
.rewards-account-history .unsubscribe {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .rewards-account-history .unsubscribe {
    padding-left: 0;
  }
}
.rewards-account-history .block.block-rewards-account-summary {
  padding: 0 20px !important;
}
.rewards-account-history .orders-recent {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .account .pink-bg-offer {
    margin-bottom: 0;
  }
  .account .page-main {
    background: #f9f9f9;
    width: 100%;
    padding-top: 0;
  }
  .account .page-main .columns {
    max-width: 1200px;
    margin: 0 auto;
  }
  .account .page-main .columns .main {
    order: 2;
  }
  .account .page-main .columns .main ul {
    display: flex;
  }
  .account .page-main .columns .main .page-title-wrapper .page-title {
    font-size: 18px;
    margin-top: 15px;
    text-transform: capitalize;
    color: #393939;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
  }
  .account .page-main .columns .main .toolbar .pages .items .item strong.page {
    background: #e5e5e5;
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: normal;
    color: #333333;
    display: inline-block;
    font-weight: 700;
    padding: 0px;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    line-height: 24px;
  }
  .account .page-main .columns .main .toolbar .pages .items .item a.page {
    color: #000;
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
  }
  .account .page-main .columns .main .toolbar .pages .items .action {
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .account .page-main .columns .main .toolbar .limiter .limiter-options {
    background-color: transparent;
  }
  .account .page-main .columns .main .toolbar .limiter .limiter-text {
    display: none;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item {
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info {
    position: relative;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-name {
    font-size: 12px;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .price-box .normal-price .price {
    font-size: 13px;
    color: #393939;
    font-weight: 400;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner {
    background: transparent;
    position: initial;
    width: 100%;
    margin: auto;
    overflow: visible;
    height: auto;
    padding: 0;
    margin: 0;
    box-shadow: none;
    right: auto;
    z-index: 2;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .comment-box {
    margin-top: 0;
    display: none;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .qty {
    display: none;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions {
    display: block;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary {
    margin: 0;
    width: 100%;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .tocart {
    font-size: 10px;
    line-height: 1.6rem;
    padding: 0px 25px;
    height: 35px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 24px;
    border-radius: 20px;
    margin-top: 8px;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .product-item-actions .edit {
    display: none;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .product-item-actions .delete {
    position: absolute;
    top: -9px;
    right: 5px;
    z-index: 1;
    padding: 4px;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .product-item-actions .delete::before {
    background-image: url(../images/close-icon.svg);
    content: "";
    width: 10px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info:hover {
    box-shadow: none;
    border: 0px solid #bbbbbb;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .account .page-main .columns .main .form-wishlist-items .product-items .product-item .product-item-info:hover .product-item-inner {
    border: 0;
  }
  .account .page-main .columns .main .form-wishlist-items .actions-toolbar {
    margin-bottom: 20px;
  }
  .account .page-main .columns .main .form-wishlist-items .actions-toolbar .primary button {
    background: #000;
    color: #fff;
    border-radius: 29px;
    font-size: 11px;
    border-color: #000;
    padding: 15px;
  }
  .account .page-main .columns .main .form-address-edit .fieldset .field .control .input-text,
  .account .page-main .columns .main .form-edit-account .fieldset .field .control .input-text {
    border: 1px solid #dedede;
    line-height: 40px;
    height: 44px;
    background: transparent;
    font-size: 12px;
  }
  .account .page-main .columns .main .form-address-edit .fieldset .field .control select,
  .account .page-main .columns .main .form-edit-account .fieldset .field .control select {
    border-color: #dedede;
    height: 44px;
    line-height: normal;
    font-weight: normal;
    background-color: #fbfbfb;
    border: 1px solid #dedede;
    font-size: 12px;
  }
  .account .page-main .columns .main .form-address-edit .actions-toolbar .save,
  .account .page-main .columns .main .form-edit-account .actions-toolbar .save {
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #000;
    line-height: normal;
    min-height: 50px;
    letter-spacing: 2px;
  }
  .account .page-main .columns .main .form-address-edit .actions-toolbar .save span,
  .account .page-main .columns .main .form-edit-account .actions-toolbar .save span {
    font-size: 14px;
  }
  .account .page-main .columns .main .block {
    background: #fff;
    padding: 3%;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .account .page-main .columns .main .block.block-dashboard-orders .table tbody tr td {
    font-size: 12px;
  }
  .account .page-main .columns .main .block.block-dashboard-orders .table tbody tr td:before {
    font-size: 12px;
  }
  .account .page-main .columns .main .block.block-dashboard-addresses address {
    font-size: 12px;
  }
  .account .page-main .columns .main .block.block-dashboard-addresses address a {
    color: #000;
    font-size: 12px;
  }
  .account .page-main .columns .main .block .block-title strong {
    font-size: 14px;
    font-weight: 600;
    border: 0;
  }
  .account .page-main .columns .main .block .block-content .box .box-title span {
    font-weight: 600;
    font-size: 12px;
  }
  .account .page-main .columns .main .block .block-content .box .box-content p {
    font-weight: 400;
    font-size: 12px;
  }
  .account .page-main .columns .main .block .block-content .box .box-actions a {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 6px 15px;
    display: inline-block;
    transition: 0.3s;
    border: 1px solid transparent;
  }
  .account .page-main .columns .main .block .block-content .box .box-actions a:after {
    display: none;
  }
  .account .page-main .columns .main .block .block-content .box .box-actions a:hover {
    background: transparent;
    border: 1px solid #000 !important;
    color: #000;
  }
  .account .page-main .columns .main .block .block-content .box.box-newsletter .box-content p {
    font-size: 12px;
  }
  .account .page-main .columns .orders-history .actions {
    font-size: 12px;
    padding: 0;
  }
  .account .page-main .columns .orders-history .actions a {
    border: 1px solid #000;
    font-size: 10px;
    padding: 10px 4px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    color: #000;
    margin: 4px 0px;
  }
  .account .page-main .columns .orders-history .actions a:hover {
    margin: 0;
    vertical-align: 0;
    border: 0;
  }
  .account .page-main .columns .orders-history .actions .order {
    display: none;
  }
  .account .page-main .columns .sidebar.sidebar-main {
    background: transparent;
    padding-left: 0;
    position: initial;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content {
    background: transparent;
    padding: 15px 0;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li {
    margin: 0 !important;
    background: #000;
    transition: 0.5s;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(5),
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(9) {
    display: none;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li a {
    text-decoration: none;
    padding: 15px;
    color: #3a3a3a;
    font-size: 13px;
    border-bottom: 0;
    padding: 6px;
    color: #fff !important;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li a:hover {
    background: transparent;
    text-shadow: 0.2px 0.2px;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li a strong {
    border-bottom: 0px solid #d9d9d9;
    padding: 0;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li strong {
    text-decoration: none;
    color: #3a3a3a;
    border-left: 0px solid transparent;
    font-size: 13px;
    padding-left: 0;
    font-weight: 600;
    border-bottom: 0;
    display: block;
    padding: 6px;
    color: #fff;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:hover {
    opacity: 0.5;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li .delimiter {
    border-top: 0px solid #d1d1d1;
    display: block;
    margin: 0;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav {
    position: static;
    margin: 0;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .block-collapsible-nav-title {
    display: none !important;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content {
    background: transparent;
    padding: 15px 0;
    display: block !important;
    border: 0;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul {
    display: flex;
    grid-gap: 5px;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li {
    margin: 0;
    line-height: initial;
    height: max-content;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li a {
    text-decoration: none;
    font-size: 12px;
    border: 0;
    background: transparent;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    color: #000;
    display: flex;
    text-align: center;
    height: 35px;
    border: 1px solid #000;
    font-weight: 500;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li a:hover {
    background: transparent;
    text-shadow: 0.2px 0.2px;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li strong {
    text-decoration: none;
    font-size: 12px;
    border: 0;
    background: transparent;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    color: #000;
    display: flex;
    text-align: center;
    height: 35px;
    border: 1px solid #000;
    font-weight: 500;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li .delimiter {
    text-decoration: none;
    font-size: 12px;
    border: 0;
    background: black;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    color: #fff;
    display: flex;
    text-align: center;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li.current a {
    background: #000;
    color: #fff;
  }
  .account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li.current strong {
    background: #000;
    color: #fff;
  }
  .customer-account-edit {
    font-size: 12px;
  }
  .customer-account-edit .page-title-wrapper {
    display: none;
  }
  .customer-account-edit fieldset.fieldset.info {
    margin-bottom: 0;
    background: #fff;
    padding: 20px 15px;
    margin-top: 20px;
    width: 100%;
  }
  .customer-account-edit fieldset.fieldset.info .legend {
    margin: 0 0 25px 0 !important;
    padding: 0 0 10px 0;
    margin-top: 15px;
    color: #393939;
    border: 0;
    border-bottom: 1px solid #dedede;
  }
  .customer-account-edit fieldset.fieldset.info .legend span {
    font-size: 14px;
    font-weight: 600;
    border: 0;
  }
  .customer-account-edit .fieldset.password {
    margin-bottom: 0;
    background: #fff;
    padding: 20px 15px;
    margin-top: 20px;
  }
  .customer-account-edit .fieldset.password .legend {
    margin: 0 0 25px 0 !important;
    padding: 0 0 10px 0;
    font-size: 20px;
    margin-top: 15px;
    color: #393939;
    border: 0;
    border-bottom: 1px solid #dedede;
  }
  .customer-account-edit .fieldset.password .legend span {
    font-size: 14px;
    font-weight: 600;
    border: 0;
  }
  .sales-order-history {
    font-size: 12px;
  }
  .sales-order-history .order-products-toolbar .pager {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 1px;
  }
  .sales-order-history .order-products-toolbar .pager .limiter-label {
    display: none;
  }
  .sales-order-history .order-products-toolbar .pager select {
    background-size: 20px !important;
    border-radius: 0;
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
  }
  .sales-order-history .page-title-wrapper .page-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 10px;
  }
  .sales-order-history .table-wrapper {
    margin-top: 20px;
    border: 0;
    margin-bottom: 0;
  }
  .sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tr {
    background: #fff;
    margin-bottom: 10px;
  }
  .sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tr > td:last-child {
    border: 0;
  }
  .sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr td a {
    font-size: 12px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    margin-top: 0;
    font-size: 12px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr:last-child > td:last-child {
    border: 0;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr td a {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
  }
  .box-billing-address .box-content a,
  .box-shipping-address .box-content a,
  .box-address-billing .box-content a,
  .box-address-shipping .box-content a,
  .box-information .box-content a,
  .box-newsletter .box-content a {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
  }
  .customer-address-index {
    font-size: 12px;
  }
  .customer-address-index .modal-popup._show .modal-inner-wrap {
    transition: none !important;
    transform: translateY(180%) !important;
  }
  .customer-address-index .modal-popup._show .modal-inner-wrap .modal-content div {
    margin-top: 0;
  }
  .customer-address-index .modal-popup._show .modal-inner-wrap .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    margin-top: 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr td a {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    transition: 0.3s;
    border: 1px solid transparent;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr td a:hover {
    background: transparent;
    color: #000;
    border: 1px solid #000;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    padding-top: 10px;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    border: 0;
  }
  .account .page-main .columns .main .form-address-edit .actions-toolbar .save,
  .account .page-main .columns .main .form-edit-account .actions-toolbar .save {
    min-height: 50px;
    font-size: 12px;
  }
  .account .page-main .columns .main .form-address-edit .actions-toolbar .save span,
  .account .page-main .columns .main .form-edit-account .actions-toolbar .save span {
    font-size: 12px;
  }
  .newsletter-manage-index .page-title-wrapper .page-title {
    font-size: 18px;
    text-transform: capitalize !important;
    color: #393939;
    font-weight: 600;
    padding: 0;
    margin: 10px 0 20px 0;
  }
  .newsletter-manage-index .fieldset > .legend span {
    font-size: 14px;
  }
  .customer-address-form .form-address-edit {
    background: #fff;
    padding: 3%;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .customer-address-form .form-address-edit .legend span {
    font-size: 14px !important;
    font-weight: 600;
    border: 0;
  }
  .customer-address-form .form-address-edit .field .label span {
    font-size: 12px;
  }
  .sales-order-view {
    font-size: 12px;
  }
  .sales-order-view span {
    font-size: 12px;
  }
  .sales-order-view .order-details-items {
    background: #fff;
  }
  .sales-order-view .order-details-items .order-title strong {
    font-size: 14px;
    font-weight: 600;
    border: 0;
  }
  .sales-order-view .table-order-items .product-item-name {
    font-size: 12px;
  }
  .sales-order-view .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    padding: 5px 10px;
  }
  .sales-order-view .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    padding: 5px 10px;
  }
  .sales-order-view .order-details-items .table-wrapper:not(:last-child) {
    margin: 0 !important;
  }
  .sales-order-view .order-details-items .item-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 95px;
  }
  .sales-order-view .order-details-items .item-options dd,
  .sales-order-view .order-details-items .item-options dt {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .sales-order-view .order-status {
    margin: 8px 0 2px 0 !important;
    border: 1px solid #ccc;
    border-radius: 0;
  }
  .form-wishlist-items .product-item-name a {
    padding-right: 30px;
    display: inherit;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  .form-wishlist-items .product-item-inner .box-tocart {
    margin: 0;
  }
  .form-wishlist-items .product-item-inner .box-tocart .fieldset {
    margin: 0;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar .limiter {
    display: none;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar .toolbar-amount {
    display: none;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar .pages .pages-items {
    padding: 0;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar .pages .pages-items .pages-item-previous {
    position: static;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar .pages .pages-items .pages-item-previous a {
    padding: 0;
    margin: 0;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar .pages .pages-items .pages-item-next {
    position: static;
  }
  .wishlist-index-index .toolbar.wishlist-toolbar .pages .pages-items .pages-item-next a {
    padding: 0;
    margin: 0;
  }
  .wishlist-index-index [data-role="msrp-info-template"] + .toolbar.wishlist-toolbar {
    display: none;
  }
  .checkout-index-index {
    padding-bottom: 70px;
  }
  .checkout-index-index .check-loginlink a {
    margin: 0 auto;
    margin-top: 20px;
    background: #000;
    color: #fff;
    padding: 10px;
    border-color: #000;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .checkout-index-index .authentication-wrapper button {
    display: none;
  }
  .order-links .item strong,
  .order-links .item a:hover {
    color: #fff;
    background: #000000;
  }
  .abs-account-actions:after,
  .block-addresses-list .items.addresses .item.actions .action:after,
  .account .data.table .col.actions .action:after,
  [class^="sales-guest-"] .data.table .col.actions .action:after,
  .sales-guest-view .data.table .col.actions .action:after,
  .block .box-actions .action:after {
    display: none;
  }
  .abs-account-title,
  .abs-account-blocks .block-title,
  .account .legend,
  .form-giftregistry-search .legend,
  .block-giftregistry-results .block-title,
  .block-giftregistry-shared-items .block-title,
  .block-wishlist-search-form .block-title,
  .block-wishlist-search-results .block-title,
  .multicheckout .block-title,
  .multicheckout .block-content .title,
  .customer-review .review-details .title,
  .paypal-review .block .block-title,
  .account .column.main .block:not(.widget) .block-title,
  .multicheckout .block-title,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
  [class^="sales-guest-"] .column.main .block:not(.widget) .block-title,
  .sales-guest-view .column.main .block:not(.widget) .block-title {
    margin-bottom: 15px;
  }
  .no-js.loading_img.customer-account-createpassword .page-main {
    width: 100%;
    margin-top: 20px;
  }
  .no-js.loading_img.customer-account-createpassword .page-main .page-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .no-js.loading_img.customer-account-createpassword .page-main .fieldset {
    margin-bottom: 20px;
  }
  .no-js.loading_img.customer-account-createpassword .page-main .actions-toolbar button {
    height: 50px;
  }
  .account .table-wrapper.orders-history tbody tr td[data-th="Return"] .order-title button {
    float: none;
    border: 1px solid #000;
    font-size: 10px;
    padding: 6px 4px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin: 4px 0px;
    margin-right: 4px;
    background-color: #000;
    border-radius: 0;
  }
  .account .order-title {
    display: none;
  }
  .account .data.table .col.actions .action.delete {
    color: #fff;
  }
  .sales-order-view .page-main .page-title-wrapper .order-status {
    background: #000;
    color: #fff;
    border: 0;
  }
  .sales-order-view .page-title-wrapper .page-title {
    margin-bottom: 0 !important;
  }
  .sales-order-view .order-date {
    margin-bottom: 5px !important;
  }
  .sales-order-view .order-actions-toolbar {
    margin-bottom: 15px;
  }
  .sales-order-view .order-actions-toolbar .actions a {
    color: #000;
  }
  .order-details-items .col.price .price-excluding-tax .price,
  .order-details-items .col.subtotal .price-excluding-tax .price {
    color: #000;
  }
  .rma-rma-order .order-actions-toolbar .actions a {
    font-size: 12px !important;
  }
  .rma-rma-order .page-main .page-title-wrapper .order-status {
    background: #000;
    color: #fff;
    border: 0;
    font-size: 12px !important;
    margin: 6px 0;
    border-radius: 0;
  }
  .rma-rma-order .page-title-wrapper .page-title {
    margin-bottom: 0 !important;
    font-size: 12px !important;
  }
  .rma-rma-order .order-date {
    margin-bottom: 5px !important;
    font-size: 12px !important;
  }
  .rma-rma-order .order-actions-toolbar {
    margin-bottom: 15px;
  }
  .rma-rma-order .order-actions-toolbar .actions a {
    color: #000;
  }
  .product-item .price-box .price {
    font-weight: 600;
  }
  .cancelorder-index-returnitem .fieldset > .legend {
    margin: 10px 0 0;
    font-size: 18px;
    margin-top: 15px;
    text-transform: capitalize;
    color: #393939;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
  }
  .cancelorder-index-returnitem table {
    display: flex;
  }
  .cancelorder-index-returnitem table thead {
    display: block;
    width: 110px;
  }
  .cancelorder-index-returnitem table thead tr {
    display: block;
  }
  .cancelorder-index-returnitem table thead tr th {
    display: block;
    font-size: 12px;
    padding: 5px 0;
    height: 20px;
  }
  .cancelorder-index-returnitem table thead tr th.col.title {
    height: 40px;
  }
  .cancelorder-index-returnitem table thead tr th:nth-child(1) {
    display: none;
  }
  .cancelorder-index-returnitem table tbody {
    display: block;
    width: calc(100% - 110px);
  }
  .cancelorder-index-returnitem table tbody tr {
    display: block;
  }
  .cancelorder-index-returnitem table tbody tr td {
    display: block;
    font-size: 12px;
    padding: 5px 0;
    height: 20px;
  }
  .cancelorder-index-returnitem table tbody tr td:nth-child(2) {
    height: 40px;
  }
  .cancelorder-index-returnitem table tbody tr td:nth-child(1) {
    display: none;
  }
  .cancelorder-index-returnitem .fieldset {
    margin-bottom: 10px;
  }
  .cancelorder-index-returnitem .fieldset table > thead > tr > th,
  .cancelorder-index-returnitem .fieldset table > thead > tr > td {
    font-weight: 600;
  }
  .cancelorder-index-returnitem .fieldset .field.frame_name.required {
    margin-top: 20px;
  }
  .cancelorder-index-returnitem .fieldset .field.frame_name.required select {
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    border: 1px solid #cccccc;
    padding: 0 10px;
  }
  .cancelorder-index-returnitem .fieldset .field.frame_name.required select:focus {
    box-shadow: none;
    outline: 0;
  }
  .cancelorder-index-returnitem .fieldset .field.comment.required .control {
    height: 35px;
  }
  .cancelorder-index-returnitem .fieldset .field.comment.required .control input {
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    border: 1px solid #cccccc;
    padding: 0 10px;
  }
  .cancelorder-index-returnitem .fieldset .field.comment.required .control input:focus {
    box-shadow: none;
    outline: 0;
  }
}
@media (max-width: 768px) {
  .fotorama__stage__shaft {
    width: 768px;
    height: 768px;
  }
  .fotorama__grab {
    width: 768px;
    height: 768px;
  }
}
