/* Less Variables */
.shimmer_load {
  background-image: linear-gradient(to right, #dfdfdf 0%, #d5d5d5 10%, #d7d7d7 20%, #dbdbdb 100%);
  background-size: 200% 100%;
  animation: bgPos 1s linear infinite;
}
@keyframes bgPos {
  0% {
    background-position: 50% 0;
  }
  100% {
    background-position: -150% 0;
  }
}
.top_head .container {
  display: flex;
  flex-wrap: initial;
  justify-content: center;
  align-items: center;
  grid-gap: initial;
  font-size: 10px;
  padding: 0px 0px;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 100% !important;
}
.top_head .container:after {
  content: "";
}
.top_head .container .location {
  display: flex;
  grid-gap: 10px;
}
.top-head-msg div {
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 1px 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.top-head-msg {
  background: #000;
  width: 100%;
}
.top-head-msg .row-full-width-inner {
  padding: 0;
}
.page-header {
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 2;
  padding: 1% 2%;
  box-sizing: border-box;
  padding-bottom: 0;
}
.page-header .header.content {
  border: 2px solid #CD1F70;
  border-top-left-radius: 30px;
  padding-top: 12px;
  border-bottom: 0px;
  max-width: 100% !important;
  padding-bottom: 12px;
}
.page-header .header.content .custom-header {
  display: grid;
  grid-template-columns: 1fr 0.3fr 1fr;
  grid-gap: initial;
  align-items: center;
}
.page-header .header.content .custom-header .nav-sections {
  background: transparent;
  margin-bottom: 0;
}
.page-header .header.content .custom-header .nav-sections .section-item-content .navigation {
  background: transparent;
}
.page-header .header.content .custom-header .nav-sections .section-item-content .navigation ul li a {
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.page-header .header.content .custom-header .nav-sections .section-item-content .navigation ul .submenu {
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.page-header .header.content .custom-header .nav-sections .section-item-content .navigation ul .submenu .category-item {
  height: auto;
}
.page-header .header.content .custom-header .nav-sections .section-item-content .navigation ul .submenu .category-item a {
  padding: 14px 14px;
}
.page-header .header.content .custom-header .nav-sections .section-item-content .navigation ul .has-active a {
  border: 0;
}
.page-header .header.content .custom-header .logo {
  margin: 0;
  width: 100%;
  float: none;
  max-width: initial;
}
.page-header .header.content .custom-header .logo img {
  margin: 0 auto;
  max-width: 120px;
}
.page-header .header.content .custom-header .right-header-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  grid-gap: 20px;
}
.page-header .header.content .custom-header .right-header-section .block.block-search {
  width: 276px;
  margin-right: 20px;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form {
  width: 276px;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form input {
  background: #f2f2f2;
  border: 0;
  font-size: 10px;
  border-radius: 10px;
  height: 34px;
  padding: 0 50px 0 20px;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form #search_autocomplete ul {
  padding: 10px;
  border: 0;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .actions button {
  position: static;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .actions button::before {
  display: none;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .actions button span {
  font-size: 0;
  margin: 0;
  position: static;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .searchsuite-autocomplete {
  width: 86%;
  position: fixed;
  z-index: 9999999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 116px;
  padding: 30px;
  box-sizing: border-box;
  padding-top: 0;
  border: 0;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .searchsuite-autocomplete .suggest {
  color: #3C3C3C;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .searchsuite-autocomplete .suggest .title {
  padding: 10px;
  margin-bottom: 5px;
  background: transparent;
  color: #000;
  text-transform: uppercase;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .searchsuite-autocomplete .suggest ul#suggest {
  display: flex;
  flex-wrap: wrap;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .searchsuite-autocomplete .suggest ul#suggest li a {
  cursor: pointer;
  color: #000;
  margin-right: 12px;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .searchsuite-autocomplete .product .title {
  padding: 10px;
  margin-bottom: 5px;
  background: transparent;
  color: #000;
  text-transform: uppercase;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .searchsuite-autocomplete .product #product {
  display: flex;
  flex-wrap: wrap;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .searchsuite-autocomplete .product #product li {
  width: 33.3%;
  border: 0;
  margin-bottom: 20px;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .searchsuite-autocomplete .product #product li .qs-option-info .qs-option-title a {
  color: #000;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .searchsuite-autocomplete .product #product li .qs-option-info .qs-option-price .price-label {
  display: none;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .searchsuite-autocomplete .product #product li .qs-option-info .qs-option-price .price-wrapper span {
  font-size: 14px;
  font-weight: normal;
}
.page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form .searchsuite-autocomplete .no-result {
  padding: 10px;
  background: #f0f0f0;
  color: #575757;
  text-align: center;
  width: 200px;
  margin: 0 auto;
}
.page-header .header.content .custom-header .right-header-section .link.authorization-link {
  line-height: normal !important;
}
.page-header .header.content .custom-header .right-header-section .link.authorization-link .user_icon {
  background: transparent;
  border: 0;
  width: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: inherit;
  padding-bottom: 10px;
  margin-bottom: -9px;
}
.page-header .header.content .custom-header .right-header-section .link.authorization-link .user_icon:before {
  background-image: url(../images/logicon.svg);
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  content: '';
  background-size: 100% 100%;
  display: inline-block;
}
.page-header .header.content .custom-header .right-header-section .link.authorization-link .user_icon:after {
  content: 'Login';
  font-size: 11px;
  line-height: normal;
  color: #000000;
  position: relative;
  top: 2px;
}
.page-header .header.content .custom-header .right-header-section .link.authorization-link .user_icon svg {
  display: none;
}
.page-header .header.content .custom-header .right-header-section .link.authorization-link .user_icon.login_profile:after {
  content: 'Profile';
}
.page-header .header.content .custom-header .right-header-section .link.authorization-link .drop_down .lbtn {
  cursor: pointer;
  color: #000;
  padding: 10px 10px;
  display: block;
}
.page-header .header.content .custom-header .right-header-section .authorization-link {
  position: relative;
  line-height: 40px;
}
.page-header .header.content .custom-header .right-header-section .authorization-link .user_icon {
  width: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.page-header .header.content .custom-header .right-header-section .authorization-link .drop_down {
  position: absolute;
  background: #ffffff;
  z-index: 99;
  width: 160px;
  right: -40px;
  top: 31px;
  transition: 0.6s;
  padding: 0px;
  box-sizing: border-box;
  box-shadow: 2px 4px 3px #d2d2d2;
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-header .header.content .custom-header .right-header-section .authorization-link .drop_down ul li {
  margin-bottom: 10px;
  line-height: initial;
}
.page-header .header.content .custom-header .right-header-section .authorization-link .drop_down ul li a {
  cursor: pointer;
  color: #000;
  padding: 10px 10px;
  display: block;
}
.page-header .header.content .custom-header .right-header-section .authorization-link .drop_down ul li:hover {
  text-shadow: 0.2px 0.2px;
}
.page-header .header.content .custom-header .right-header-section .authorization-link .drop_down ul li:last-child {
  margin-bottom: 0;
}
.page-header .header.content .custom-header .right-header-section .authorization-link:hover .drop_down {
  display: block;
}
.page-header .header.content .custom-header .right-header-section .minicart-wrapper {
  margin: 0;
  position: relative;
}
.page-header .header.content .custom-header .right-header-section .minicart-wrapper::before {
  display: none;
}
.page-header .header.content .custom-header .right-header-section .minicart-wrapper a.action.showcart::before {
  display: none;
}
.page-header .header.content .custom-header .right-header-section .minicart-wrapper a.action.showcart .addToCart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-header .header.content .custom-header .right-header-section .minicart-wrapper a.action.showcart .addToCart:after {
  content: 'Cart';
  font-size: 11px;
  color: #000;
  color: #000000;
  position: relative;
  top: 2px;
}
.page-header .header.content .custom-header .right-header-section .minicart-wrapper span.counter.qty:not(.empty) {
  background: #000000;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 9px;
  position: absolute;
  top: -4px;
  right: -7px;
  padding: 0;
  display: flex;
  line-height: 15px;
  margin: 0;
  min-width: 15px;
}
.page-header .header.content .custom-header .right-header-section .custom.link.wishlist {
  padding-top: 3px;
  position: relative;
}
.page-header .header.content .custom-header .right-header-section .custom.link.wishlist .counter.qty {
  background: #000000;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: -3px;
  right: 4px;
}
.page-header .header.content .custom-header .right-header-section .custom.link.wishlist .wishlist-custom .wishlist_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.page-header .header.content .custom-header .right-header-section .custom.link.wishlist .wishlist-custom .wishlist_icon svg {
  width: 18px;
}
.page-header .header.content .custom-header .right-header-section .custom.link.wishlist .wishlist-custom .wishlist_icon:after {
  content: 'Wishlist';
  color: #000000;
  font-size: 11px;
}
.page-header .header.content .custom-header .right-header-section .custom.link.wishlist .wishlist-custom span.counter.qty {
  background: #000000;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: -3px;
  right: 4px;
  text-align: center;
}
.page-header .header.content .custom-header .right-header-section .custom.link.wishlist .wishlist-custom span.counter.qty::after,
.page-header .header.content .custom-header .right-header-section .custom.link.wishlist .wishlist-custom span.counter.qty::before {
  display: none;
}
.page-header .header.content .custom-header .right-header-section .custom.link.wishlist.active .wishlist-custom span.counter.qty {
  display: flex;
}
.sticky .header.content {
  border: 0;
}
.sticky .header.content:after {
  border: 0;
}
.breadcrumbs {
  padding: 1%;
}
.breadcrumbs a {
  color: #656565;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #656565;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .page-header .header.content .custom-header .nav-sections .section-item-content .navigation ul li a {
    padding: 0 10px;
    padding-right: 18px;
  }
  .page-header .header.content .custom-header .nav-sections .section-item-content .navigation ul li .submenu li a {
    padding: 10px;
    padding-right: 18px;
  }
  .custom-header .nav-sections .section-item-content .navigation ul li a .ui-menu-icon::after {
    font-size: 10px;
  }
  .page-header .header.content .custom-header .right-header-section .block.block-search {
    width: 200px;
  }
  .page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form {
    width: 200px;
  }
  .page-header .header.content .custom-header .right-header-section .block.block-search .block.block-content form input {
    padding: 0 25px 0 10px;
  }
  .page-header .header.content .custom-header .nav-sections .section-item-content .navigation ul li {
    height: auto;
    margin: 0 4px 0 0;
  }
}
nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 0px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links {
  display: inline-flex;
}
.nav-links li {
  list-style: none;
  margin-bottom: 0;
}
.nav-links li > a {
  text-decoration: none;
  padding: 9px 15px;
  transition: all 0.3s ease;
  padding-bottom: 37px;
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-links li ul li a {
  padding-bottom: 0;
}
.nav-links li a:hover {
  text-shadow: 0.1px 0.1px;
}
.nav-links .mobile-item {
  display: none;
}
.nav-links .drop-menu {
  position: absolute;
  width: 180px;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .mega-box {
  top: 124px;
  opacity: 1;
  visibility: visible;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  z-index: 1;
}
.nav-links li:hover .drop-menu {
  opacity: 1;
  visibility: visible;
  position: absolute;
  width: 30%;
  box-sizing: border-box;
  padding: 0;
  z-index: 1;
  background: #fff;
}
.sticky .nav-links li:hover .mega-box {
  top: 84px;
}
.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.mega-box .content {
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.mega-box .content .row {
  width: 20%;
  line-height: 45px;
}
.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.content .row header a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.row .mega-links li {
  padding: 0 20px;
  margin: 0;
}
.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #000;
  font-size: 11px;
  display: block;
  line-height: 30px;
}
.row .mega-links li a:hover {
  text-shadow: 0.1px 0.1px;
}
.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}
nav input {
  display: none;
}
.page-header .nav-links li ul li a {
  padding-bottom: 0;
  text-transform: capitalize;
  font-weight: normal;
}
header.page-header.sticky div#searchsuite-autocomplete {
  top: 72px;
}
header.page-header.sticky {
  padding-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border: 0 !important;
  text-shadow: 0.1px 0.1px!important;
}
.navigation li.level0 > a:hover .ui-menu-icon.ui-icon.ui-icon-caret-1-e {
  transform: rotate(180deg);
  transition: all 500ms ease;
}
.page-header .header.content .custom-header .right-header-section .authorization-link:hover .drop_down {
  animation: fadeInNew 0.5s ease-in both;
}
@keyframes fadeInNew {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#loginwithpasswordfrom .block-content {
  display: none;
}
#banner-slider-carousel .owl-nav {
  margin: 0;
}
.best_inner:hover a.view_product {
  opacity: 1 !important;
}
.amsearch-input-wrapper .amsearch-input {
  background: #f2f2f2;
  border: 0;
  font-size: 10px;
  border-radius: 10px;
  height: 34px;
  padding: 0 50px 0 20px;
}
.page-wrapper .amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: transparent;
  color: #000;
}
.page-wrapper .amsearch-products-section .amsearch-product-list a.amsearch-link.product-item-link,
.page-wrapper .amsearch-products-section .amsearch-product-list a.amsearch-link.product-item-link span {
  color: #333;
}
.page-wrapper .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  left: 0;
  right: 0;
  z-index: 999;
  border-top-left-radius: 30px;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .page-wrapper .page-header.amsearch-full-width.-opened .amsearch-wrapper-block .amsearch-form-block {
    width: 100% !important;
  }
}
.page-wrapper .amsearch-item-container .amsearch-item .amsearch-link {
  color: #333;
  padding: 2px 20px;
}
.page-wrapper .amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  text-align: center;
  border-radius: 30px;
}
.page-wrapper .amsearch-block-header .amsearch-link:hover {
  color: #fff;
}
.amsearch-form-block.-opened section.amsearch-input-wrapper.-dynamic-width {
  min-width: 520PX;
}
.amsearch-form-block.-opened input.amsearch-input {
  height: 50px;
  background: #FFF;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-left: 0;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 0px solid #1979c2;
  box-shadow: none;
}
.amsearch-items-section .amsearch-block-header .amsearch-title {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
  color: #000;
}
.amsearch-wrapper-inner span.price-label {
  display: none;
}
.amsearch-products-section .amsearch-item {
  padding: 5px;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  display: none;
}
@media only screen and (min-width: 1600px) and (max-width: 1900px) {
  .page-header .header.content:after {
    left: -1.3px;
  }
}
@media (max-width: 1150px) {
  .page-header .header.content .custom-header .right-header-section {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .page-header .header.content .custom-header .logo {
    grid-column: 1;
  }
  .page-header .header.content .custom-header .nav-sections {
    grid-column-start: 1;
    grid-column-end: 4;
    order: 2;
  }
  .page-header .nav-links li > a {
    padding-bottom: 18px;
  }
  .page-header .nav-links li:hover .mega-box {
    top: 115px;
  }
  .page-header .header.content:after {
    height: 2.8vw;
  }
  .page-header .header.content .custom-header .logo img {
    max-width: 90px;
    margin: 0;
  }
  .page-header .header.content .custom-header .nav-sections .section-item-content .navigation ul li a {
    padding: 0 15px;
  }
  .navigation ul {
    padding: 0 8px;
    text-align: center;
  }
  .page-header .header.content .custom-header {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-header .header.content .custom-header nav {
    grid-column-start: 1;
    display: flex;
    grid-column-end: 4;
    grid-row-start: 2;
  }
  .page-header .header.content {
    padding-bottom: 0;
  }
  .page-header .header.content:after {
    height: 2.4vw;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    right: -3px;
  }
  .page-header .header.content .custom-header .nav-sections .section-item-content .navigation ul li .submenu li a {
    padding: 10px;
    text-align: left;
  }
}
@media (max-width: 1150px) and (max-width: 1024px) {
  .page-header .header.content .custom-header .nav-sections .section-item-content .navigation ul li:nth-child(1) a {
    padding-left: 0;
  }
}
@media (max-width: 1150px) and (max-width: 1024px) {
  .navigation ul {
    padding: 0;
  }
}
.row-full-width-inner {
  padding-bottom: 20px;
}
.row-full-width-inner .footer {
  padding-bottom: 0;
  background: #fbfbfb !important;
}
.row-full-width-inner .footer .container {
  max-width: 100% !important;
}
.row-full-width-inner .footer .container .top_footer {
  padding-top: 70px;
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 0.5fr;
  grid-gap: initial;
}
.row-full-width-inner .footer .container .top_footer .mobile_follow_section {
  display: none;
}
.row-full-width-inner .footer .container .top_footer .footer-content.second_footer h2 {
  margin-bottom: 20px;
}
.row-full-width-inner .footer .container .top_footer .footer-content.second_footer h2 a {
  color: #000;
}
.row-full-width-inner .footer .container .top_footer .footer-content .newsletter.block {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}
.row-full-width-inner .footer .container .top_footer .footer-content .newsletter.block .subscribe {
  border-bottom: 1px solid #707070;
}
.row-full-width-inner .footer .container .top_footer .footer-content .newsletter.block .subscribe .newsletter {
  display: table;
  width: 100%;
}
.row-full-width-inner .footer .container .top_footer .footer-content .newsletter.block .subscribe .newsletter .control:before {
  display: none;
}
.row-full-width-inner .footer .container .top_footer .footer-content .newsletter.block .subscribe .newsletter .control input {
  margin-top: 0;
  background: transparent;
  height: 40px;
  border: 0;
  padding-left: 0;
}
.row-full-width-inner .footer .container .top_footer .footer-content .newsletter.block .subscribe .newsletter .control #newsletter-error {
  position: absolute;
}
.row-full-width-inner .footer .container .top_footer .footer-content .newsletter.block .subscribe .actions .subscribe {
  background: transparent;
  border: 0;
  color: #000;
  background-image: url(../images/arrow-black.svg);
  font-size: 0;
  width: 14px;
  background-position: center;
  padding: 0px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
}
.row-full-width-inner .footer .container .top_footer .footer-content .newsletter.block .messages div {
  font-size: 11px;
  line-height: 15px;
}
.row-full-width-inner .footer .container .top_footer .footer-content h4 {
  font-size: 14px;
  letter-spacing: 2.8px;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
}
.row-full-width-inner .footer .container .top_footer .footer-content h4 {
  font-size: 14px;
  letter-spacing: 2.8px;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
}
.row-full-width-inner .footer .container .top_footer .footer-content p {
  font-size: 12px;
  margin-bottom: 10px;
}
.row-full-width-inner .footer .container .top_footer .footer-content p a {
  color: #777777;
}
.row-full-width-inner .footer .container .bottom_footer {
  display: flex;
  flex-wrap: initial;
  justify-content: space-between;
  align-items: center;
  grid-gap: initial;
  margin-top: 30px;
  background: #f5f4f4;
  padding: 40px 6%;
}
.row-full-width-inner .footer .container .bottom_footer .left_section {
  display: flex;
  flex-wrap: initial;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
}
.row-full-width-inner .footer .container .bottom_footer .left_section h2 {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.row-full-width-inner .footer .container .bottom_footer .left_section a {
  display: inline-block;
  font-size: 0;
}
.row-full-width-inner .footer .container .bottom_footer .left_section a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.row-full-width-inner .footer .container .bottom_footer .right_section {
  grid-gap: 4.8vw;
  padding-top: 10px;
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.row-full-width-inner .footer .container .bottom_footer .right_section a {
  color: #000;
  font-size: 12px;
}
.row-full-width-inner .footer .container .copy_right {
  display: flex;
  align-items: center;
  margin-bottom: -30px;
  margin-top: 40px;
}
.row-full-width-inner .footer .container .copy_right p {
  border-right: 1px solid #777777;
  line-height: 30px;
  padding-right: 20px;
}
.row-full-width-inner .footer .container .copy_right .company_logo img {
  width: 160px;
}
.row-full-width-inner .footer .container .payment_icon {
  text-align: right;
}
.row-full-width-inner .footer .container .payment_icon span {
  display: inline-block;
}
.row-full-width-inner .footer .container .payment_icon span img {
  width: 40px;
}
.copyright {
  display: none;
}
.services_section {
  background-color: #fff;
}
.row-full-width-inner .footer .container .top_footer .footer-content p a {
  text-transform: capitalize;
}
.row-full-width-inner .footer .container .top_footer {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 6%;
}
.row-full-width-inner .footer .bottom_footer_mobile {
  padding: 0 6%;
}
.ftr-top-section {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.row-full-width-inner .footer .container .top_footer {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row-full-width-inner .footer .container .top_footer .footer-content .newsletter.block {
  max-width: 247PX;
}
.row-full-width-inner .footer .container .top_footer .footer-content h2 {
  font-size: 14px;
  letter-spacing: 2.8px;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1100px) {
  .row-full-width-inner .footer .container .copy_right {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .row-full-width-inner .footer .container .payment_icon {
    text-align: center;
  }
  .first_footer.footer-content {
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .ftr-top-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  footer .container .row-full-width-inner .top_footer .footer-content h2 {
    font-size: 13px;
    letter-spacing: 1px;
  }
  footer .container .row-full-width-inner .top_footer .footer-content h2 {
    font-size: 13px;
    letter-spacing: 1px;
  }
  footer .container .row-full-width-inner .top_footer .footer-content .newsletter.block {
    max-width: 80%;
  }
  footer .container .row-full-width-inner .top_footer .footer-content.second_footer h2 {
    margin-bottom: 14px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  footer .container .bottom_footer .right_section {
    display: flex;
    grid-gap: 1.8vw;
    padding-top: 4px;
  }
  footer .container .bottom_footer .right_section a {
    font-size: 12px;
  }
  footer .container .copy_right {
    margin-bottom: -52px;
    margin-top: 28px;
  }
  footer .container .copy_right p {
    font-size: 12px;
  }
}
@media (max-width: 980px) {
  footer .container .row-full-width-inner .top_footer .footer-content.second_footer h2,
  footer .container .row-full-width-inner .top_footer .footer-content h2 {
    font-size: 11px;
  }
  footer .container .row-full-width-inner .top_footer .footer-content p a,
  footer .container .row-full-width-inner .top_footer .footer-content p,
  footer .container .bottom_footer .right_section a {
    font-size: 10px;
  }
}
.page-wrapper #maincontent {
  margin: 0 auto;
  max-width: 100% !important;
  padding: 0;
}
.price-container [data-price-type="oldPrice"] {
  text-decoration: line-through;
}
.slider-main {
  margin: 0 2%;
  position: relative;
}
.slider-main .owl-theme .owl-dots .owl-dot.active span {
  background: #000;
  width: 10px;
  height: 10px;
}
.slider-main .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
}
.slider-main .mp-banner-slider .owl-dots {
  width: max-content;
  background: #fff;
  border-radius: 10px;
  bottom: 20px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 1px 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider-main .owl-carousel .owl-nav button.owl-prev span {
  background-image: url(../images/left-arrow-bnr.svg);
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 0;
  top: 47%;
}
.slider-main .owl-carousel .owl-nav button.owl-next span {
  background-image: url(../images/right-arrow-bnr.svg);
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 0;
  top: 47%;
}
.slider-main img {
  width: 100%;
  height: 34vw;
  object-fit: cover;
}
.home-slider {
  margin: 0 2%;
  position: relative;
}
.home-slider .shimmer_load {
  height: 34vw;
  border-top: 2px solid #d7d7d7;
}
.home-slider ul li {
  position: relative;
}
.home-slider ul li > a img {
  width: 100%;
  border-top: 2px solid #cd1f70;
  border-top-left-radius: 29px;
  border-bottom-right-radius: 29px;
  height: 34vw;
  object-fit: cover;
}
.home-slider ul li .slider-content {
  position: absolute;
  top: 0;
  left: 120px;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.home-slider ul li .slider-content h1 {
  width: 100%;
  color: #ffffff;
  font-size: 45px;
  margin-bottom: 40px;
  line-height: 60px;
  font-family: "Playfair Display", serif;
  height: 8.163vw;
}
.home-slider ul li .slider-content a {
  background: #ffffff;
  display: inline-block;
  padding: 18px 25px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.home-slider .slick-slider {
  margin: 0;
}
.home-slider .slick-slider .slick-slide {
  margin-right: 0;
  margin-left: 0;
}
.home-slider .home__counter {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 45px;
  background: #fff;
  border-radius: 10px;
  bottom: 20px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}
.home-slider:before {
  height: 2.2vw;
  position: absolute;
  left: 0;
  content: "";
}
.home-cate-main .circle {
  position: relative;
  width: 100% !important;
}
.home-cate-main .circle svg {
  display: none;
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-width: 0.4;
  stroke-dasharray: 0.4;
  stroke-dashoffset: 0;
  animation: stroke-draw 4s ease-out infinite alternate;
}
@keyframes stroke-draw {
  from {
    stroke: #000000;
    stroke-dasharray: 1;
  }
  to {
    stroke: #000000;
    transform: rotate(180deg);
    stroke-dasharray: 4;
  }
}
.home-cate-main .circle_div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 220px;
  height: 220px;
  margin: 0 auto;
}
.home_product_collection ul {
  width: 85%;
  margin: 25px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home_product_collection ul .slick-prev.slick-arrow,
.home_product_collection ul .slick-next.slick-arrow {
  background-color: #000000;
  top: 40%;
}
.home_product_collection ul .slick-prev.slick-arrow svg path,
.home_product_collection ul .slick-next.slick-arrow svg path {
  fill: #ffffff;
}
.home_product_collection ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 18%;
  margin-bottom: 20px;
  margin: 20px 1%;
}
.home_product_collection ul li a {
  margin: 0 auto;
  display: inline-block;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
.home_product_collection ul li a span {
  display: inline-block;
}
.home_product_collection ul li a span.col-img {
  display: flex;
  padding: 5px;
  position: relative;
  overflow: hidden;
}
.home_product_collection ul li a span.col-img.circle {
  position: relative;
}
.home_product_collection ul li a span.col-img.circle svg {
  display: none;
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-width: 0.4;
  stroke-dasharray: 0.4;
  stroke-dashoffset: 0;
  animation: stroke-draw 4s ease-out infinite alternate;
}
@keyframes stroke-draw {
  from {
    stroke: #000000;
    stroke-dasharray: 1;
  }
  to {
    stroke: #000000;
    transform: rotate(180deg);
    stroke-dasharray: 4;
  }
}
.home_product_collection ul li a span.col-img .shimmer_load {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: absolute;
  top: 21px;
  left: 21px;
}
.home_product_collection ul li a span.col-img img {
  margin: 0 auto;
  transition: 0.4s;
}
.home_product_collection ul li a span.col-title {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  display: block;
  margin-top: 5px;
  font-weight: 500;
}
.home_product_collection ul li h3 {
  text-transform: uppercase;
}
.shop_by_collection h2,
.shop_by_accessories h2,
.best_seller h2,
.testimonial_section h2,
.galley_collection h2,
.new-arrival h2,
.insta_main h2 {
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: initial;
  justify-content: center;
  align-items: center;
  grid-gap: 30px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .shop_by_collection h2,
  .shop_by_accessories h2,
  .best_seller h2,
  .testimonial_section h2,
  .galley_collection h2,
  .new-arrival h2,
  .insta_main h2 {
    font-size: 18px;
  }
}
.shop_by_collection h2 .left_strip,
.shop_by_accessories h2 .left_strip,
.best_seller h2 .left_strip,
.testimonial_section h2 .left_strip,
.galley_collection h2 .left_strip,
.new-arrival h2 .left_strip,
.insta_main h2 .left_strip,
.shop_by_collection h2 .right_strip,
.shop_by_accessories h2 .right_strip,
.best_seller h2 .right_strip,
.testimonial_section h2 .right_strip,
.galley_collection h2 .right_strip,
.new-arrival h2 .right_strip,
.insta_main h2 .right_strip {
  height: 2px;
  display: block;
  width: 22.8vw;
  position: relative;
}
.shop_by_collection h2 .left_strip,
.shop_by_accessories h2 .left_strip,
.best_seller h2 .left_strip,
.testimonial_section h2 .left_strip,
.galley_collection h2 .left_strip,
.new-arrival h2 .left_strip,
.insta_main h2 .left_strip {
  background: linear-gradient(90deg, #ffffff 0%, #cd1f70 100%);
}
.shop_by_collection h2 .left_strip:before,
.shop_by_accessories h2 .left_strip:before,
.best_seller h2 .left_strip:before,
.testimonial_section h2 .left_strip:before,
.galley_collection h2 .left_strip:before,
.new-arrival h2 .left_strip:before,
.insta_main h2 .left_strip:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #cd1f70;
  display: block;
  position: absolute;
  right: -8px;
  top: -4.5px;
  border-radius: 50%;
}
.shop_by_collection h2 .right_strip,
.shop_by_accessories h2 .right_strip,
.best_seller h2 .right_strip,
.testimonial_section h2 .right_strip,
.galley_collection h2 .right_strip,
.new-arrival h2 .right_strip,
.insta_main h2 .right_strip {
  background: linear-gradient(270deg, #ffffff 0%, #cd1f70 100%);
}
.shop_by_collection h2 .right_strip:after,
.shop_by_accessories h2 .right_strip:after,
.best_seller h2 .right_strip:after,
.testimonial_section h2 .right_strip:after,
.galley_collection h2 .right_strip:after,
.new-arrival h2 .right_strip:after,
.insta_main h2 .right_strip:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #cd1f70;
  display: block;
  position: absolute;
  left: -8px;
  top: -4.5px;
  border-radius: 50%;
}
.shop_by_collection p,
.shop_by_accessories p,
.best_seller p,
.testimonial_section p,
.galley_collection p,
.new-arrival p,
.insta_main p {
  text-align: center;
  margin-bottom: 20px;
}
.galley_collection {
  margin-top: 78px;
}
.galley_collection ul {
  display: flex;
  flex-wrap: initial;
  justify-content: center;
  align-items: initial;
  grid-gap: inherit;
  margin-bottom: 180px;
}
.galley_collection ul li {
  padding: 26px;
  border-right: 2px solid #cd1f70;
}
.galley_collection ul li:nth-child(1),
.galley_collection ul li:nth-child(3) {
  border-bottom: 2px solid #cd1f70;
  position: relative;
}
.galley_collection ul li:nth-child(1) img,
.galley_collection ul li:nth-child(3) img {
  border-radius: 0 55px 0 0;
}
.galley_collection ul li:nth-child(1) span.product_icon,
.galley_collection ul li:nth-child(3) span.product_icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
}
.galley_collection ul li:nth-child(1) span.product_icon img,
.galley_collection ul li:nth-child(3) span.product_icon img {
  width: 30%;
}
.galley_collection ul li:nth-child(2),
.galley_collection ul li:nth-child(4) {
  border-top: 2px solid #cd1f70;
}
.galley_collection ul li:nth-child(2) img,
.galley_collection ul li:nth-child(4) img {
  border-radius: 0 0 55px 0;
}
.galley_collection ul li:nth-child(2) a,
.galley_collection ul li:nth-child(4) a {
  position: relative;
}
.galley_collection ul li:nth-child(2) a span.product_icon,
.galley_collection ul li:nth-child(4) a span.product_icon {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 20px;
}
.galley_collection ul li:nth-child(4) {
  border-right: 0;
}
.galley_collection ul li a {
  display: block;
  text-align: center;
  font-size: 0;
}
.galley_collection ul li a span {
  display: inline-block;
}
.galley_collection ul li a span.product_img img {
  width: 100%;
}
.galley_collection ul li a span.product_icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.galley_collection ul li a span.product_icon .brand_name {
  display: inline-block;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 7px 0px;
}
.galley_collection ul li a span.product_icon img {
  margin: 0 auto;
}
.galley_collection ul li:nth-child(1) .product_icon .brand_name {
  background: #cd1f70;
}
.galley_collection ul li:nth-child(2) .product_icon .brand_name {
  background: #c77b0e;
}
.galley_collection ul li:nth-child(3) .product_icon .brand_name {
  background: #f0be00;
}
.galley_collection ul li:nth-child(4) .product_icon .brand_name {
  background: #c09b61;
}
.shop_by_accessories {
  margin-top: 88px;
}
.shop_by_accessories ul {
  display: flex;
  flex-wrap: initial;
  justify-content: center;
  align-items: initial;
  grid-gap: 50px;
}
.shop_by_accessories ul li {
  text-align: center;
}
.shop_by_accessories ul li .shop-by-img {
  font-size: 0;
  overflow: hidden;
  display: inline-block;
}
.shop_by_accessories ul li .shop-by-img img {
  transition: 0.4s;
}
.shop_by_accessories ul li a:hover img {
  transform: scale(1.1);
}
.shop_by_accessories ul li h3 {
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.bestseller-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px;
}
.bestseller-btn .tablink,
.bestseller-btn .tablinknew,
.bestseller-btn .tablinknewBS {
  background: transparent;
  border: 1px solid #000000;
  border-radius: 13px 0px;
  opacity: 1;
  margin: 0 10px;
  font-size: 16px;
  padding: 0;
  width: 179px;
  height: 40px;
  line-height: 26px;
  position: relative;
  color: #000000;
  font-weight: normal;
  letter-spacing: normal;
}
.bestseller-btn .tablink:hover,
.bestseller-btn .tablinknew:hover,
.bestseller-btn .tablinknewBS:hover {
  background: transparent;
  color: #ffffff;
}
.bestseller-btn .tablink:before,
.bestseller-btn .tablinknew:before,
.bestseller-btn .tablinknewBS:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: "";
  color: #ffffff;
  background: #000000;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  border-radius: 13px 0px;
}
.bestseller-btn .tablink:hover:before,
.bestseller-btn .tablinknew:hover:before,
.bestseller-btn .tablinknewBS:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
  color: #ffffff;
}
.bestseller-btn .act {
  background: #000;
  color: #fff;
}
.pro-tabs {
  height: 0;
  overflow: hidden;
}
.pro-tabs.active {
  height: auto;
}
.pro-tabsNEW,
.pro-tabsNEWB {
  height: 0;
  overflow: hidden;
}
.pro-tabsNEW.active,
.pro-tabsNEWB.active {
  height: auto;
}
.insta_main {
  margin-top: 20px;
}
.best_seller .best_seller_slider .slick-dots {
  margin-top: 0;
  padding-top: 0;
}
.best_seller .best_inner .product_side_section:hover .view_product:hover,
.new-arrival .best_inner .product_side_section:hover .view_product {
  opacity: 1;
}
@media (max-width: 1024px) {
  .best_seller .best_inner .product_side_section:hover .view_product:hover,
  .new-arrival .best_inner .product_side_section:hover .view_product {
    display: none;
  }
}
@media (min-width: 1025px) {
  .best_seller .best_inner:hover .size,
  .new-arrival .best_inner:hover .size {
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .best_seller .product_detail_content .size,
  .new-arrival .product_detail_content .size {
    opacity: 0;
  }
}
.best_seller,
.new-arrival {
  margin-top: 40px;
  padding-bottom: 30px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.best_seller .slick-slider,
.new-arrival .slick-slider {
  margin: 0px;
}
.best_seller .slick-slide,
.new-arrival .slick-slide {
  margin-right: 6px;
  margin-left: 6px;
}
.best_seller .best_seller_slider .slick-dots,
.new-arrival .best_seller_slider .slick-dots {
  padding: 30px 0;
}
.best_seller .best_seller_slider .slick-dots li,
.new-arrival .best_seller_slider .slick-dots li {
  height: initial;
  padding: 0;
  margin: 0;
}
.best_seller .best_seller_slider .slick-dots li button,
.new-arrival .best_seller_slider .slick-dots li button {
  background: #000000;
  border: 1px solid #000000;
  width: 8px;
  height: 8px;
  transition: 0.6s;
}
.best_seller .best_seller_slider .slick-dots li.slick-active button,
.new-arrival .best_seller_slider .slick-dots li.slick-active button {
  background: #000000;
  border: 1px solid #000000;
}
.best_seller .best_inner .product_side_section,
.new-arrival .best_inner .product_side_section {
  font-size: 0;
  position: relative;
}
.best_seller .best_inner .product_side_section .product_slider .slick-dots,
.new-arrival .best_inner .product_side_section .product_slider .slick-dots {
  position: absolute;
  top: initial;
  right: 0;
  bottom: 60px;
  left: 0;
  z-index: initial;
  padding: 0;
}
.best_seller .best_inner .product_side_section .product_slider .slick-dots li,
.new-arrival .best_inner .product_side_section .product_slider .slick-dots li {
  height: initial;
  padding: 0;
  margin: 0;
}
.best_seller .best_inner .product_side_section .product_slider .slick-dots li button,
.new-arrival .best_inner .product_side_section .product_slider .slick-dots li button {
  background: transparent;
  border: 1px solid #ffffff;
  width: 8px;
  height: 8px;
  transition: 0.6s;
}
.best_seller .best_inner .product_side_section .product_slider .slick-dots li.slick-active button,
.new-arrival .best_inner .product_side_section .product_slider .slick-dots li.slick-active button {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.best_seller .best_inner .product_side_section .view_product,
.new-arrival .best_inner .product_side_section .view_product {
  font-size: 12px;
  color: #414141;
  background: #ffffff;
  width: 80%;
  padding: 10px;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 15px 0px;
  position: absolute;
  top: initial;
  right: 0;
  bottom: 15px;
  left: 0;
  z-index: initial;
  transition: 0.6s;
  opacity: 0;
}
.best_seller .best_inner .product_side_section .view_product:hover,
.new-arrival .best_inner .product_side_section .view_product:hover {
  background: #000000;
  color: #ffffff;
}
.best_seller .best_inner .product_detail_content,
.new-arrival .best_inner .product_detail_content {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  grid-gap: initial;
  grid-gap: 3px;
  margin-top: 16px;
}
.best_seller .best_inner .product_detail_content h3,
.new-arrival .best_inner .product_detail_content h3 {
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  line-height: 22px;
  font-weight: 400;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.best_seller .best_inner .product_detail_content .wishlist,
.new-arrival .best_inner .product_detail_content .wishlist,
.best_seller .best_inner .product_detail_content .wishlist_select_data,
.new-arrival .best_inner .product_detail_content .wishlist_select_data {
  text-align: right;
  padding-right: 2px;
}
.best_seller .best_inner .product_detail_content .wishlist svg,
.new-arrival .best_inner .product_detail_content .wishlist svg,
.best_seller .best_inner .product_detail_content .wishlist_select_data svg,
.new-arrival .best_inner .product_detail_content .wishlist_select_data svg {
  width: 18px;
}
.best_seller .best_inner .product_detail_content .wishlist .actions-secondary a.wishlisticon svg path,
.new-arrival .best_inner .product_detail_content .wishlist .actions-secondary a.wishlisticon svg path,
.best_seller .best_inner .product_detail_content .wishlist_select_data .actions-secondary a.wishlisticon svg path,
.new-arrival .best_inner .product_detail_content .wishlist_select_data .actions-secondary a.wishlisticon svg path {
  fill: #ff406b;
}
.best_seller .best_inner .product_detail_content .price-sec,
.new-arrival .best_inner .product_detail_content .price-sec {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  grid-gap: 10px;
  font-size: 12px;
}
.best_seller .best_inner .product_detail_content .price-sec .final_price,
.new-arrival .best_inner .product_detail_content .price-sec .final_price {
  color: #000000;
}
.best_seller .best_inner .product_detail_content .price-sec .old-price,
.new-arrival .best_inner .product_detail_content .price-sec .old-price {
  text-decoration: line-through;
}
.best_seller .best_inner .product_detail_content .price-sec .price,
.new-arrival .best_inner .product_detail_content .price-sec .price {
  text-decoration: line-through;
  color: #848484;
}
.best_seller .best_inner .product_detail_content .price-sec .discount,
.new-arrival .best_inner .product_detail_content .price-sec .discount {
  display: inline-block;
  margin-left: 5px;
  color: #d80000;
}
.best_seller .best_inner .product_detail_content .price-sec .savingPercents,
.new-arrival .best_inner .product_detail_content .price-sec .savingPercents {
  color: red;
}
.best_seller .best_inner .product_detail_content .size .size-label,
.new-arrival .best_inner .product_detail_content .size .size-label {
  font-size: 12px;
  color: #000000;
}
.best_seller .best_inner .product_detail_content .size .size-no,
.new-arrival .best_inner .product_detail_content .size .size-no {
  font-size: 10px;
  color: #848484;
}
.best_seller .best_inner .product_detail_content .size .size-no span::after,
.new-arrival .best_inner .product_detail_content .size .size-no span::after {
  content: ",";
}
.best_seller .best_inner .product_detail_content .size .size-no span:last-child::after,
.new-arrival .best_inner .product_detail_content .size .size-no span:last-child::after {
  content: "";
}
.testimonial_section {
  background: #efefef;
  margin: 0px;
  padding: 40px 0;
}
.testimonial_section .testimonial_slide {
  padding: 0 6%;
}
.testimonial_section .testimonial_slide .slick-arrow {
  border-radius: 50%;
  top: 38%;
}
.testimonial_section .testimonial_slide .slick-arrow.slick-prev {
  left: 4%;
}
.testimonial_section .testimonial_slide .slick-arrow.slick-next {
  right: 4%;
}
.testimonial_section .testimonial_slide .slick-dots {
  padding: 30px 0 0;
}
.testimonial_section .testimonial_slide .slick-dots li {
  height: initial;
  padding: 0;
  margin: 0;
}
.testimonial_section .testimonial_slide .slick-dots li button {
  background: transparent;
  border: 1px solid #000000;
  width: 8px;
  height: 8px;
  transition: 0.6s;
}
.testimonial_section .testimonial_slide .slick-dots li.slick-active button {
  background: #000000;
  border: 1px solid #000000;
}
.testimonial_section .testimonial_slide .slick-track > .slick-slide {
  background: #ffffff;
  margin-right: 17.5px;
  margin-left: 17.5px;
  padding: 15px;
  border-radius: 20px;
}
.testimonial_section .testimonial_slide .testmonials .star-rate {
  display: flex;
  justify-content: space-between;
}
.testimonial_section .testimonial_slide .testmonials .star-rate .review-ratings {
  padding: 0;
  min-width: fit-content;
}
.testimonial_section .testimonial_slide .testmonials .star-rate .review-ratings .rating-result:before {
  font-size: 12px;
}
.testimonial_section .testimonial_slide .testmonials .star-rate .review-ratings .rating-result span::before {
  font-size: 12px;
}
.testimonial_section .testimonial_slide .testmonials .star-rate .verfy-text span {
  display: inline-flex;
  font-size: 11px;
  color: #000000;
}
.testimonial_section .testimonial_slide .testmonials .star-rate .verfy-text span:before {
  background-image: url(../images/verfied-icon.svg);
  font-size: 0;
  width: 14px;
  content: "";
  display: inline-block;
  height: 14px;
  background-size: 100%;
  margin-right: 5px;
}
.testimonial_section .testimonial_slide .testmonials .testimonial_content {
  clear: both;
  min-height: 140px;
}
.testimonial_section .testimonial_slide .testmonials .testimonial_content h2 {
  font-size: 12px;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
  justify-content: left;
  margin-top: 20px;
  line-height: 20px;
  text-transform: capitalize;
}
.testimonial_section .testimonial_slide .testmonials .testimonial_content p.customer-details {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 50px;
  color: #6b6b6b;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.testimonial_section .testimonial_slide .testmonials .testimonial_product {
  display: flex;
  flex-wrap: wrap;
  min-height: 100px;
}
.testimonial_section .testimonial_slide .testmonials .testimonial_product h2 {
  font-size: 12px;
  color: #000000;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
  justify-content: left;
  line-height: 20px;
  text-transform: capitalize;
}
.testimonial_section .testimonial_slide .testmonials .testimonial_product .testimonial_product_left {
  width: 17%;
}
.testimonial_section .testimonial_slide .testmonials .testimonial_product .testimonial_product_right {
  width: 70%;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
}
.testimonial_section .testimonial_slide .testmonials .testimonial_product .testimonial_product_right .customer_name {
  font-size: 11px;
  margin-top: 6px;
  text-align: left;
}
.services_section .container {
  width: 100%;
  max-width: 100% !important;
  padding: 0 6%;
  box-sizing: border-box;
}
.services_section .container ul {
  display: flex;
  grid-gap: 8em;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .services_section .container ul {
    grid-gap: 5px;
  }
}
.services_section .container ul li {
  display: flex;
  margin: 0;
  grid-gap: 10px;
}
.services_section .container ul li h3 {
  font-size: 16px;
}
.services_section .container ul li span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  color: #6b6b6b;
}
.trbd_heading {
  margin-top: 40px;
}
.trbd_heading h3 {
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: initial;
  justify-content: center;
  align-items: center;
  grid-gap: 0;
  font-weight: normal;
}
.explore_heading p {
  text-transform: initial;
  font-size: 20px;
  color: #787878;
  margin-bottom: 10px;
}
.m_bnr {
  margin-top: 40px;
  padding: 0 2%;
}
.m_bnr img {
  width: 100%;
}
.section5_main .section5_new {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 0;
  margin-bottom: 20px;
}
.section5_main {
  padding: 0 2%;
  box-sizing: border-box;
}
.section5_left {
  width: 44%;
  padding-right: 10px;
}
.section5_right {
  width: 56.6%;
  padding-left: 10px;
}
.section5_main .section5_new.evn .section5_left {
  padding-left: 10px;
  padding-right: 0;
}
.section5_main .section5_new.evn .section5_right {
  padding-left: 0;
  padding-right: 10px;
}
.section5_new img.lazyload.loaded {
  width: 100%;
}
.section5_new.evn .section5_left {
  order: 2;
}
.top_categories_nw {
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
  margin-bottom: 20px;
}
.top_categories_nw ul li h3 a {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  display: block;
  margin-top: 5px;
  font-weight: 500;
}
.top_categories_nw ul li img {
  border-radius: 15px;
}
.top_categories_nw ul {
  width: 100%;
  margin: 0px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_categories_nw ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 11.5%;
  margin-bottom: 20px;
  margin: 0 8px;
}
.explore_more {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 0 2%;
  box-sizing: border-box;
}
.explore_more .explore-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.explore_more .explore-main .explore-main-box {
  width: 32%;
  padding: 0.5% 0px;
  box-sizing: border-box;
}
.explore-main-box img {
  width: 100%;
}
.mid_banners_new {
  margin: 20px 0px;
}
.mid_banners_new img {
  width: 100%;
}
.inta_hm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 15px;
}
.insta_main {
  margin-top: 20px;
}
.insta_main .ico-insta {
  background-image: url(../images/insta-ico.png);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
.inta_hm p {
  width: 100%;
}
@media (max-width: 1200px) {
  .testimonial_section .testimonial_slide .slick-arrow.slick-prev {
    left: 2%;
  }
  .testimonial_section .testimonial_slide .slick-arrow.slick-next {
    right: 2%;
  }
  .testimonial_section .testimonial_slide .testmonials .testimonial_product h2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .services_section .container ul li {
    grid-gap: 8px;
  }
  .services_section .container ul {
    grid-gap: 2em;
    padding: 30px 0;
  }
  .home-slider ul li .slider-content h1 {
    font-size: 30px;
    margin-bottom: 36px;
    line-height: 40px;
    height: 6.163vw;
  }
  .home_product_collection ul li a span.col-img.circle {
    width: 165px;
    height: 165px;
  }
  .home_product_collection ul li a span.col-img.circle img {
    width: 126px;
    height: 126px;
    padding: 6px;
  }
}
@media (max-width: 1100px) {
  .testimonial_section .testimonial_slide .slick-arrow {
    border-radius: 50%;
  }
  .services_section .container ul {
    grid-gap: 4em;
    padding: 4% 2%;
  }
  .services_section .container ul li {
    margin: 0;
    grid-gap: 5px;
  }
  .services_section .container ul li span {
    font-size: 11px;
  }
  .services_section .container ul li h3 {
    font-size: 12px;
  }
}
.insta_main h2 {
  margin-bottom: 0;
}
.insta_main ul {
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
  margin-bottom: 40px;
}
.insta_main ul li {
  padding: 0 10px;
}
.best_seller_inner .slick-arrow {
  top: 40%;
}
.home-cate-main .pagebuilder-column-line {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: initial;
  width: 70% !important;
  margin: 20px auto 0 auto;
}
.home-cate-main .circle h2 {
  margin-top: -18px;
}
.home-cate-main .home-cate-box {
  text-align: center;
  display: flex !important;
  flex-direction: column !important;
  justify-content: start !important;
  grid-gap: 25px;
}
.home-cate-main h2 {
  margin: 0 auto;
  display: inline-block;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
}
.home-cate-box figure {
  margin: 0 auto;
  display: inline-block;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  width: 212px;
  height: 212px;
}
.home-cate-box figure img[data-element="desktop_image"] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: transparent linear-gradient(180deg, #ffc9c9 0%, #db5555 100%) 0% 0% no-repeat padding-box;
  padding: 10px;
}
.best_inner .product_detail_content .wishlist_select_data a.action.towishlist {
  cursor: pointer;
}
.best_inner .product_detail_content .wishlist_select_data a.action.towishlist svg {
  width: 18px;
}
.shop_brand_main .pagebuilder-column-line {
  margin-bottom: 180px;
}
.shop_brand_main .pagebuilder-column-line .shop_brand_box {
  padding: 26px;
  border-right: 2px solid #cd1f70;
}
.shop_brand_main .pagebuilder-column-line .shop_brand_box:nth-child(2),
.shop_brand_main .pagebuilder-column-line .shop_brand_box:nth-child(4) {
  border-top: 2px solid #cd1f70;
}
.shop_brand_main .pagebuilder-column-line .shop_brand_box:nth-child(1),
.shop_brand_main .pagebuilder-column-line .shop_brand_box:nth-child(3) {
  border-bottom: 2px solid #cd1f70;
}
.shop_brand_main .pagebuilder-column-line .shop_brand_box .brand-logo img {
  width: 130px;
  margin: 0 auto;
}
.mobile-bnr {
  display: none;
}
.desktop-bnr .owl-carousel .owl-nav button.owl-prev span {
  background-image: url(../images/left-arrow-bnr.svg);
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 0;
  top: 38%;
}
.desktop-bnr .owl-carousel .owl-nav button.owl-next span {
  background-image: url(../images/right-arrow-bnr.svg);
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 0;
  top: 38%;
}
.desktop-bnr .mp-banner-slider .owl-dots {
  width: max-content;
  background: #fff;
  border-radius: 10px;
  bottom: 20px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 1px 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 77%;
}
.desktop-bnr {
  margin: 0 2%;
}
.desktop-bnr .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
}
.desktop-bnr .owl-dots button.owl-dot.active span {
  width: 10px;
  height: 10px;
  background-color: #000;
}
.coupon-list .no-items span {
  color: red;
  font-size: 12px;
}
#opc-place-order-form .checkout-comment-block {
  display: none;
}
.cdz-opc-wrapper .opc-place-order-block {
  border-top: 0px solid var(--opc_bd);
}
@media (max-width: 767px) {
  .mobile-bnr {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .desktop-bnr {
    display: none;
  }
}
@media (max-width: 1024px) {
  .best_seller .best_inner .product_side_section .view_product,
  .new-arrival .best_inner .product_side_section .view_product {
    display: none;
  }
}
body._has-modal {
  height: 100%;
  overflow: scroll;
  width: 100%;
}
.best_seller_inner .product_detail_content h3 a {
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  line-height: 22px;
  font-weight: 400;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 12px 0 4px 0;
}
.best_seller_inner .product_detail_content p {
  text-align: left;
  font-size: 12px;
}
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #000000;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #000000;
  text-decoration: none;
}
:focus {
  outline: 0;
}
.action.primary {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  opacity: 1 !important;
  transition: 0.5s;
  border-radius: 39px;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  text-transform: uppercase;
  font-weight: normal;
}
.action.primary:hover {
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
}
.action.primary:focus,
.action.primary:active {
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  font-family: "Montserrat", sans-serif;
  border: none;
  height: 54px;
  border-radius: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 12px;
  font-size: 12px;
  color: #000;
  box-shadow: none;
  outline: none;
  margin-top: 5px;
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
input[type="email"]:focus {
  box-shadow: none;
}
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="url"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type*="date"]:focus-visible,
input[type="email"]:focus-visible {
  outline: 0;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main,
.container {
  max-width: 1600px !important;
  margin: 0 auto;
}
.breadcrumbs {
  padding-left: 2%;
}
.breadcrumbs .items li:after {
  content: "/" !important;
  margin: 0 !important;
  font-size: 12px !important;
}
.breadcrumbs .items li:last-child:after {
  display: none;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  background: #ffffff;
  border-radius: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 1;
}
.slick-prev.slick-arrow::before,
.slick-next.slick-arrow::before {
  display: none;
}
.slick-prev.slick-arrow svg,
.slick-next.slick-arrow svg {
  width: 12px;
  height: 12px;
}
.slick-prev.slick-arrow svg path,
.slick-next.slick-arrow svg path {
  fill: #000000;
}
.slick-prev.slick-arrow:hover,
.slick-next.slick-arrow:hover {
  background: #000000;
}
.slick-prev.slick-arrow:hover svg path,
.slick-next.slick-arrow:hover svg path {
  fill: #ffffff;
}
.cms-home .column.main {
  margin-bottom: 0;
  padding: 0;
}
.cms-page-view .page-title-wrapper {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 2%;
}
.cms-page-view .page-title-wrapper .page-title {
  margin-bottom: 20px;
}
.cms-page-view .page-title-wrapper .page-title span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  display: block;
}
.cms-page-view .columns {
  position: relative;
}
.cms-page-view .columns .inner-pages {
  padding: 0 2%;
}
.cms-page-view .columns .inner-pages ol {
  padding-left: 30px;
  padding-top: 10px;
}
.cms-page-view .columns .inner-pages ol li {
  list-style: auto;
}
.cms-page-view .columns .inner-pages ul li {
  list-style: disc;
}
.cms-page-view .columns .inner-pages p {
  font-size: 13px !important;
  color: #3c3c3c !important;
  line-height: 28px;
  font-family: 'Montserrat' !important;
}
.cms-page-view .columns .inner-pages h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 30px;
}
.cms-page-view .columns .inner-pages h2 {
  font-size: 25px;
  font-family: 'Montserrat';
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 25px;
}
.cms-page-view .columns .inner-pages table {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.cms-page-view .columns .inner-pages table td {
  border-bottom: 1px solid #ccc;
  padding: 14px 15px !IMPORTANT;
  font-size: 12px;
}
.cms-page-view .columns .bg-custom-block-text .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 0 2%;
}
@media (max-width: 1024px) {
  .cms-page-view .columns .bg-custom-block-text .row {
    justify-content: space-between;
  }
}
.cms-page-view .columns .bg-custom-block-text .row .custom-text-item {
  width: 24%;
  background: #f0f0f0;
  margin: 1% 0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 215px;
  float: left;
}
@media (max-width: 1024px) {
  .cms-page-view .columns .bg-custom-block-text .row .custom-text-item {
    width: 31.3%;
  }
}
.cms-page-view .columns .bg-custom-block-text .row .custom-text-item .custom-text {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 24px;
  margin-bottom: 15px;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: 100%;
  width: 100%;
}
.slick-slider .slick-dots {
  margin-top: 20px;
}
.slick-slider .slick-dots li {
  margin: 0 3px;
  display: inline-flex;
  justify-content: center;
}
.slick-slider .slick-dots li button {
  background: #000000;
  border: 1px solid #000000;
  height: 6px;
  width: 6px;
  opacity: 0.5;
}
.slick-slider .slick-dots li.slick-active button {
  background: #1c1918;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  opacity: 1;
}
.modal-popup .modal-inner-wrap {
  max-width: 500px;
  width: 500px !important;
  box-shadow: none;
  padding: 20px;
}
.modal-popup .modal-inner-wrap .modal-title {
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn #loginpasswordbtn {
  width: 49.5%;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn .reset-btn {
  width: 49.5%;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn .reset-btn a {
  width: 100%;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  height: 40px;
  padding: 0 3px;
  border-radius: 0;
  margin-top: 10px;
  display: block;
  line-height: 40px;
  box-sizing: border-box;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn .block-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn .block-content .actions-toolbar {
  width: 49.5%;
  display: inline-block;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn .block-content .actions-toolbar .btn-google {
  background: #fff;
  color: #000;
  min-height: 40px;
  display: inline-block;
  font-size: 12px;
  padding: 0 14px;
  line-height: 40px;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d5d9;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main .form-group input {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  border: 1px solid #d4d5d9;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrombtn {
  width: 100%;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 400;
  border-color: #000000;
  background: #000000;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #otpresentbtn {
  width: 100%;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 400;
  border-color: #000000;
  background: transparent;
  color: #000;
  margin-top: 10px;
  min-height: 40px;
  border-radius: 0;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #otpresentbtnfor-register {
  width: 100%;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 400;
  border-color: #000000;
  background: transparent;
  color: #000;
  margin-top: 10px;
  min-height: 40px;
  border-radius: 0;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginwithpasswordfrom #loginfrombtnpass {
  width: 49%;
  background: #000;
  border-color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginwithpasswordfrom #loginfrombtnagain {
  width: 49%;
  background: transparent;
  color: #000;
  border-color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}
.modal-popup .modal-inner-wrap .modal-content .btn-social.btn-facebook {
  background: #fff;
  color: #000;
  min-height: 40px;
  font-size: 12px;
  padding: 0 14px;
  line-height: 40px;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d5d9;
}
.modal-popup .modal-inner-wrap .modal-content {
  text-align: center;
}
.modal-popup .modal-inner-wrap .modal-footer {
  background: transparent !important;
  margin: auto;
  padding: 0;
}
.modal-popup .modal-inner-wrap .modal-footer .action-dismiss {
  background: transparent;
  border-color: #000;
  border-radius: 0;
}
.modal-popup .modal-inner-wrap .modal-footer .action-primary {
  background: #000;
  border-radius: 0;
  border: 1px solid #000;
  box-shadow: none;
  color: #fff;
}
p#timerid {
  font-size: 12px;
  margin-top: 4px;
  display: block;
  width: 100%;
}
p#otperror {
  display: block;
  width: 100%;
  font-size: 12px;
}
.modal-popup .modal-inner-wrap .modal-content .btn-social.btn-facebook span.fa {
  font-size: 14px;
  background: #4267b2;
  width: 20px;
  height: 20px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0;
  color: #fff;
  margin-right: 8px;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn .block-content .actions-toolbar .btn-google span.fa {
  font-size: 14px;
  background: #d14a3e;
  width: 20px;
  height: 20px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0;
  color: #fff;
  margin-right: 8px;
}
body.catalog-category-view .swatch-option-tooltip {
  display: none !important;
  visibility: hidden !important;
}
.customer-account-login main#maincontent {
  padding: 4%;
}
.customer-account-login main#maincontent h1.page-title,
.customer-account-create main#maincontent h1.page-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.customer-account-create main#maincontent legend.legend {
  display: none;
}
.customer-account-create main#maincontent {
  padding: 4%;
  margin: 0 auto;
  min-width: 500px;
  width: 34%;
}
.customer-account-create main#maincontent form#form-validate {
  min-width: 100%;
  width: 100%;
}
.login-container a.action.create.primary {
  border-radius: 29px;
  font-size: 12px;
  padding: 0 18px;
}
.customer-account-forgotpassword form.forget {
  width: 500px !important;
  margin: 0 auto;
  min-width: 500px !important;
}
.customer-account-forgotpassword .page-title-wrapper h1.page-title {
  text-align: left;
  width: 100%;
  display: block;
  font-size: 20px;
}
.customer-account-forgotpassword .page-title-wrapper {
  width: 500px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: left;
}
[data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.trackorder-index-index form#addData {
  width: 500px;
  margin: 0 auto;
  padding-top: 50px;
}
.cms-page-view .columns .inner-pages ul li span {
  font-size: 13px !important;
  color: #3c3c3c !important;
  line-height: 28px;
  font-family: 'Montserrat' !important;
}
.inner-pages ul,
.inner-pages ol {
  padding-left: 30px;
}
#otpfrom button#loginfrombtnotp {
  border-color: #000;
  text-transform: uppercase;
}
.trackorder-index-index .success-msg p {
  line-height: 25px;
  list-style: disc;
  display: list-item;
  text-align: left;
  color: green;
  font-size: 14px;
}
.trackorder-index-index p.success-msg {
  padding: 10px 20px;
  width: max-content;
  margin: 0 auto;
  font-size: 12px;
}
.customer-account-createpassword .column.main {
  width: 500px !important;
  margin: 0 auto;
  min-width: 500px !important;
  margin-bottom: 50px;
}
.customer-account-createpassword .page-title-wrapper {
  display: block;
  font-size: 20px;
  width: 500px !important;
  margin: 0 auto;
  min-width: 500px !important;
  margin-top: 50px;
}
.customer-account-createpassword .field.password .control .input-text {
  z-index: 1;
}
.customer-account-createpassword .page-title-wrapper h1.page-title {
  font-size: 20px;
  text-align: left !important;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.htmlsitemap-index-index .page-wrapper #maincontent {
  padding: 0 20px;
  padding-right: 2%;
}
.htmlsitemap-index-index .sitemap-item-type > h2 {
  margin: 0 0 20px;
  font-weight: 600;
  color: #000;
}
[class*="htmlsitemap-"] .sitemap-item-wrap .sitemap-item {
  font-size: 12px !important;
  color: #000;
  text-transform: capitalize;
}
.htmlsitemap-index-index h1.page-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-bottom: 12px;
}
[class*="htmlsitemap-"] .widget.block-categories ul li a {
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  color: #000;
  font-weight: 500;
}
[class*="htmlsitemap-"] .widget.block-categories ul li ul li a {
  font-weight: 400;
  font-size: 12px;
}
[class*="htmlsitemap-"] .sitemap-item-type .view-more {
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
  background: #000;
  color: #fff;
  padding: 4px 6px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: capitalize;
  text-decoration: none;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .box-tocart .fieldset #product-addtocart-button:focus {
  background: #000;
  color: #fff;
}
.product-info-main .product.alert.stock a.action.alert {
  background: #000;
  color: #fff;
  padding: 8px 13px;
  font-size: 12px;
  border-radius: 20px;
}
.trackorder-index-index form#addData fieldset.fieldset {
  margin-bottom: 10px;
}
body .breadcrumbs {
  padding: 1% 2% !important;
}
@media (max-width: 1280px) {
  .best_seller_inner .slick-arrow {
    top: 30%;
  }
}
.amsearch-search-page .product-item-actions .actions-secondary {
  position: absolute;
  top: 47px;
  right: 2px;
}
.amsearch-search-page .product-item-actions .actions-secondary svg {
  width: 18px;
}
.checkbox_div {
  border: 0;
  position: absolute;
  top: 17px;
  bottom: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  right: 7px;
}
.checkbox_div input {
  display: none;
}
.checkbox_div input#check:checked + label:after {
  content: '';
  background: url('../images/view.png');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox_div input#check + label:after {
  content: '';
  background: url(../images/hide.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  margin-right: 0;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox_div label {
  height: 20px;
  width: 20px;
  display: inline-flex;
}
#loginwithpasswordfrom .eye_icon {
  position: relative;
}
.bt-filter.visible-xs {
  display: none;
}
.page-products .pink-bg-offer {
  background: #cd1f70;
  text-align: center;
  padding: 8px 0px;
  color: #fff;
  border-top-left-radius: 29px;
  margin: 0 2%;
  position: relative;
}
.page-products .pink-bg-offer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-products .pink-bg-offer ul li {
  padding: 0 15px;
  position: relative;
  margin: 0;
}
.page-products .pink-bg-offer ul li strong {
  font-weight: 600;
}
.page-products .pink-bg-offer ul li:after {
  content: "|";
  right: 0;
  position: absolute;
}
.page-products .pink-bg-offer ul li:last-child::after {
  content: "";
}
.page-products .pink-bg-offer:before {
  height: 100%;
  position: absolute;
  border-left: 2px solid #cd1f70;
  left: 0;
  content: "";
  top: 0;
}
.page-products .breadcrumbs {
  max-width: 100% !important;
  padding: 1% 2%;
}
.page-products .cate_breadcums {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 1%;
  width: 100%;
  padding-left: 2%;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-right: 2%;
}
.page-products .cate_breadcums .cate_list_b {
  margin-right: 20px;
  font-family: "Montserrat";
}
.page-products .cate_breadcums .cate_list_b a {
  font-weight: 600;
  padding: 8px 13px;
  border: 1px solid #c8c8c8;
  border-radius: 23px;
  font-size: 11px;
  color: #000000;
  display: inline-block;
  margin-bottom: 10px;
}
.page-products .cate_breadcums .cate_list_b a span {
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 5px;
}
.page-products .cate_breadcums .cate_list_b a span img {
  height: 13px;
  width: 11px;
}
.page-products .cate_breadcums .cate_list_b a:hover {
  border: 1.5px solid #000000;
}
.page-products .cate_breadcums .cate_list_b.active a {
  font-family: "Montserrat";
  font-weight: 600;
  border: 1.5px solid #000000;
}
.page-products .page-main .page-title-wrapper .page-title {
  display: none !important;
}
.page-products .page-main .category-view {
  padding: 2% 1%;
  display: flex;
  align-items: center;
}
.page-products .page-main .columns {
  padding: 1% 2%;
}
.page-products .page-main .columns .sidebar.sidebar-main {
  position: sticky;
  top: 82px;
}
.page-products .page-main .columns .sidebar.sidebar-main .block-subtitle {
  padding: 10px 0px 20px;
  font-size: 11px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  line-height: normal;
  font-weight: 600;
  color: #000000;
  letter-spacing: 1.1px;
}
.page-products .page-main .columns .sidebar.sidebar-main .block-subtitle .icon-filter {
  background: url(../images/filtericon.svg);
  display: inline-block;
  width: 13px;
  height: 10px;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-content .filter-current .items {
  padding: 0px 0px;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-content .filter-current .items .filter-label {
  color: #000 !important;
  font-size: 11px;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-content .filter-current .items .filter-value {
  color: #000 !important;
  font-size: 11px;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-content .filter-current .items .remove::before {
  color: #000 !important;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-content .filter-actions {
  margin-bottom: -27px;
  padding: 0;
  text-align: right;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-content .filter-actions .filter-clear {
  color: #cc3131 !important;
  font-size: 11px;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-title {
  font-size: 11px;
  padding: 16px 0px;
  padding-bottom: 13px;
  color: #3a3a3a;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-title a:hover {
  color: #000 !important;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .items .item {
  position: relative;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .items .item input {
  min-width: 15px;
  min-height: 15px;
  border: 0.1rem solid #393939 !important;
  border-radius: 4px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .items .item input[checked="checked"] + a {
  color: #000 !important;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .items .item input[checked="checked"] + a::before {
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  right: 0;
  top: 4px;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .items .item a {
  font-size: 12px;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .items .item a:hover {
  color: #000 !important;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .items .item a:hover::before {
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  right: 0;
  top: 4px;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .items .item a::after {
  position: absolute;
  top: 4px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #000;
  content: "";
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .swatch-attribute.size .swatch-option-link-layered .swatch-option {
  background: transparent;
  color: #393939;
  border-radius: 9px;
  padding: 6px 10px;
  border-color: #707070;
  font-weight: normal;
  font-size: 11px;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content .swatch-attribute.size .swatch-option-link-layered .swatch-option {
    padding: 5px 5px;
    font-size: 10px;
  }
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .filter-options-content:hover {
  background-color: transparent;
  text-decoration: none;
  color: #000 !important;
  outline: none !important;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .color .swatch-option-link-layered {
  display: flex !important;
  align-items: center;
}
.page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item .color .swatch-option-link-layered .swatch-option {
  height: 10px;
  min-width: 8px;
  border-radius: 50px;
  margin-bottom: 0;
}
@media (min-width: 767px) and (max-width: 1200px) {
  .page-products .page-main .columns .sidebar.sidebar-main .filter-options .filter-options-item[attribute="sleeve"] .item {
    display: flex;
  }
}
.page-products .page-main .columns .column.main .toolbar-products {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.page-products .page-main .columns .column.main .toolbar-products #toolbar-amount {
  font-size: 12px;
  line-height: normal;
  padding: 10px 0px 20px;
  color: rgba(112, 112, 112, 0.5);
}
.page-products .page-main .columns .column.main .toolbar-products #toolbar-amount .toolbar-number {
  color: #3e3e3e;
}
.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter.sorter {
  background: #eeeeee;
  padding: 4px 8px;
  font-size: 12px;
  position: relative;
  top: -7px;
}
.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter.sorter .sorter-label:after {
  content: ":";
}
.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter.sorter select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  font-size: 12px;
  color: #393939;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 0;
}
.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter.sorter select:focus {
  box-shadow: none;
}
.page-products .page-main .columns .column.main .toolbar-products .toolbar-sorter.sorter .sorter-action {
  display: none;
}
.page-products .page-main .columns .column.main .products.wrapper {
  margin: 0;
  padding: 0;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item {
  padding: 0;
  width: calc(100%);
  margin: 0;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info {
  position: relative;
  width: 100%;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-photo {
  display: block;
  font-size: 0;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-image-container {
  width: 100% !important;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-image-photo {
  width: 100%;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product_tag {
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 11px;
  width: max-content;
  height: 19px;
  border-radius: 5px 0px;
  text-align: center;
  line-height: 19px;
  padding: 0 10px;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details {
  position: relative;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-name {
  padding-right: 30px;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-name a {
  font-weight: 400;
  font-size: 12px;
  color: #393939;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .best_price_sec {
  font-size: 12px;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .best_price_sec .best_price_label {
  font-weight: 500;
  color: green;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .best_price_sec .best_price {
  font-weight: 500;
  color: green;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .best_price_sec .coupon_txt {
  color: #393939;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .mainprices {
  display: flex;
  align-items: center;
  margin: 10px 0 10px;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .mainprices .price-box {
  margin: 0;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .mainprices .price-box .normal-price .price-label {
  display: none;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .mainprices .price-box .normal-price .price {
  font-size: 13px;
  color: #393939;
  font-weight: 500;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .mainprices .old-price {
  margin: 5px 8px;
  text-decoration: line-through;
  color: #8b8b8b;
  font-size: 13px;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .mainprices .savingPercents {
  color: #cb0707;
  font-size: 13px;
  font-weight: 600;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner {
  display: block !important;
  position: static;
  margin: 0;
  width: initial;
  height: initial;
  overflow: initial;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  position: absolute;
  top: -48px;
  z-index: 1;
  left: 0;
  right: 0;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart {
  background: #fff;
  border-color: #fff;
  color: #3a3a3a;
  text-transform: uppercase;
  font-size: 11px;
  width: 90%;
  border-radius: 0;
  margin: 0 auto;
  height: 33px;
  line-height: 33px;
  display: none;
  border-radius: 15px 0px;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .wishlist_icon .towishlist {
  position: absolute;
  right: 0;
  top: -7px;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .wishlist_icon .towishlist::before {
  background-image: url(../images/wish-icon.svg);
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  content: "";
  background-size: 100% 100%;
  margin: 0;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .wishlist_icon .towishlist.wishlist-selected {
  display: none;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .wishlist_icon .custom-wishlist {
  font-size: 0;
  position: absolute;
  right: 0;
  top: -5px;
  display: none;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .wishlist_icon .custom-wishlist.remove-wishlist-selected {
  display: block;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .wishlist_icon .custom-wishlist::before {
  width: 16px;
  background-image: url(../images/select-wislist.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 16px;
  content: "";
  background-size: 100% 100%;
  display: block;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .tocompare {
  display: none;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info:hover {
  background: #ffffff;
  box-shadow: none;
  border: 0px solid #bbbbbb;
  margin: 0;
  padding: 0;
}
.page-products .page-main .columns .column.main .products.wrapper .products .ias-trigger {
  display: block;
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 5;
  margin-top: 30px;
}
.page-products .page-main .columns .column.main .products.wrapper.grid .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: initial;
  grid-gap: 20px;
}
.page-products .page-main .columns .column.main .products.wrapper.grid .products .ias-noneleft {
  grid-column-start: 1;
  grid-column-end: 5;
  line-height: initial;
  margin-top: 30px;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .view_det {
  background: #fff;
  border-color: #fff;
  color: #3a3a3a;
  text-transform: uppercase;
  font-size: 11px;
  width: 90%;
  border-radius: 0;
  margin: 0 auto;
  height: 33px;
  line-height: 33px;
  display: none;
  border-radius: 15px 0px;
  text-align: center;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info:hover .product.details.product-item-details .product-item-inner .actions-primary a.view_det {
  display: block;
}
@media (max-width: 1024px) {
  .page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info:hover .product.details.product-item-details .product-item-inner .actions-primary a.view_det {
    display: none;
  }
}
.product-item .price-box .special-price span.price {
  font-weight: 500;
}
#narrow-by-list {
  max-height: 90vh !important;
  overflow: auto;
  visibility: visible;
}
#narrow-by-list::-webkit-scrollbar {
  width: 4px;
}
.mainprices .final_price_new {
  font-size: 13px;
  color: #393939;
  font-weight: 500;
}
/* Track */
#narrow-by-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 10px;
}
/* Handle */
#narrow-by-list::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 10px;
}
/* Handle on hover */
#narrow-by-list::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.filter-options-content a:hover {
  background-color: TRANSPARENT;
  text-decoration: none;
}
.filter-content .filter-options-item li a:hover span {
  color: #000 !important;
  text-shadow: 0.1px 0.1px;
}
body.catalog-category-view .filter-options-content .rating-summary.selected,
body.catalog-category-view .filter-options-content .rating-summary:hover,
body.catalog-category-view .swatch-option:hover,
body.catalog-category-view .swatch-option.selected,
body.catalog-category-view .swatch-attribute-options a:hover > .swatch-option,
body.catalog-category-view .ln_slider_container input:hover {
  outline: 0px solid #000 !important;
}
.page-products .products-grid .product-item:nth-child(3n + 1),
.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
.page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
.page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.filter-options-content .color .swatch-attribute-options,
.filter-options-content ol.items.ln-items-cat {
  padding-left: 0px;
  padding-top: 1px;
}
.filter-options-content .swatch-attribute.swatch-layered.color {
  overflow-y: scroll;
  scrollbar-width: thin;
  max-height: 180px;
  margin-bottom: 20px;
  padding-left: 1px;
}
.filter-options-content .swatch-attribute.swatch-layered.color::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.filter-options-content .swatch-attribute.swatch-layered.color::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.filter-options-content .swatch-attribute.swatch-layered.color::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}
.filter-options-content .color .swatch-attribute-options::-webkit-scrollbar-track,
.filter-options-content ol.items.ln-items-cat::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.filter-options-content .color .swatch-attribute-options::-webkit-scrollbar,
.filter-options-content ol.items.ln-items-cat::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.filter-options-content .color .swatch-attribute-options::-webkit-scrollbar-thumb,
.filter-options-content ol.items.ln-items-cat::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}
.filter-options-item {
  padding-bottom: 0;
}
.filter-options-content .ln-show-more,
.ln-show-less.ln-show-less-cat.active {
  color: #393939;
  text-align: left;
  font-size: 11px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 500;
}
.page-products .page-main .columns .column.main .toolbar-products .pages a.page {
  color: #000;
}
.page-products .page-main .columns .column.main .toolbar-products .pages {
  margin: 0 auto;
  float: none;
  margin-bottom: 40px;
  margin-top: 20px;
}
.page-products .page-main .columns .column.main .toolbar-products .pages a.action {
  border: 0;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .stock.unavailable span {
  background: #fff;
  border-color: #fff;
  color: #3a3a3a;
  text-transform: uppercase;
  font-size: 11px;
  width: 90%;
  border-radius: 0;
  margin: 0 auto;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  border-radius: 15px 0px;
  text-align: center;
  position: relative;
  bottom: 12px;
  color: red;
}
.catalogsearch-result-index .page-wrapper .page-main #layer-product-list dl.block {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.catalogsearch-result-index .page-wrapper .page-main #layer-product-list dl.block .item {
  margin-left: 6px;
  color: #000;
  width: max-content;
}
.catalogsearch-result-index .page-wrapper .page-main #layer-product-list dl.block .item a {
  color: #000;
}
.catalogsearch-result-index .page-wrapper .page-main #layer-product-list dl.block .item:after {
  content: ',';
}
.catalogsearch-result-index .page-wrapper .page-main #layer-product-list dl.block .item:last-child::after {
  content: '';
}
.page-products .cate_breadcums .cate_list_b:first-child a {
  padding-left: 13px;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.filter-options-content {
  margin: 0;
  padding: 0;
}
.filter-options-content .ln-show-more,
.ln-show-less.ln-show-less-cat.active {
  margin-bottom: 20px;
}
span.swatch-option-text {
  font-size: 12px;
}
body.catalog-category-view .swatch-option:hover {
  border-color: #000 !important;
}
.page-products .product-item-actions .actions-secondary > .action:before {
  background-image: url(../images/wish-icon.svg);
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  content: "" !important;
  background-size: 100% 100%;
  margin: 0;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary a.action.towishlist {
  position: absolute;
  right: 0;
  top: 42px;
  line-height: 35px;
  text-align: center;
  width: max-content;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .stock.unavailable {
  margin-top: -28px;
  font-size: 14px;
  text-align: center;
  display: block;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .wishlist_icon .towishlist.wishlist-selected + .custom-wishlist {
  position: absolute;
  right: 0;
  top: 52px;
  line-height: 35px;
  text-align: center;
  width: max-content;
}
#layer-product-list .product-item-actions .actions-primary + .actions-secondary {
  position: absolute;
  top: -8px;
  z-index: 1;
  left: auto;
  right: 0;
}
.mainprices span.savingPercent {
  color: #cb0707;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .page-products .page-main .columns .column.main .products.wrapper.grid .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
.block.related .whishlist-alsolike .action.wishlist-selected:after {
  display: none;
}
.ln-show-less,
.ln-show-more {
  color: #393939;
  text-align: left !important;
  font-size: 11px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 500 !important;
}
.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;
}
.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;
}
.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 .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;
}
.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 .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;
}
.contact-index-index #maincontent {
  max-width: 100%;
  margin: 0 auto;
  background-color: #f2f2f2;
  float: left;
  padding: 4%;
}
.contact-index-index #maincontent .contact_box .contact_box_left {
  width: 49%;
  float: left;
  padding-right: 80px;
  box-sizing: border-box;
}
.contact-index-index #maincontent .contact_box .contact_box_left .block-content {
  display: flex;
  flex-direction: column;
}
.contact-index-index #maincontent .contact_box .contact_box_left .block-content .box.box-design-inquiries {
  display: flex;
}
.contact-index-index #maincontent .contact_box .contact_box_left .block-content .box.box-design-inquiries .box-content {
  margin-left: 4px;
}
.contact-index-index #maincontent .contact_box .contact_box_left .block-content .box.box-press-inquiries {
  display: flex;
}
.contact-index-index #maincontent .contact_box .contact_box_left .block-content .box.box-press-inquiries .box-content {
  margin-left: 4px;
}
.contact-index-index #maincontent .contact_box .contact_box_left .block-content .box.box-press-inquiries .box-content a {
  color: #333;
}
.contact-index-index #maincontent .contact_box .contact_box_left .block-content strong span {
  font-weight: bold;
}
.contact-index-index #maincontent .contact_box .contact_box_right {
  width: 49%;
  float: right;
}
@media (max-width: 1200px) {
  .contact-index-index #maincontent .contact_box .contact_box_right form {
    min-width: 100%;
  }
}
.contact-index-index #maincontent .contact_box .contact_box_right form .legend span {
  font-weight: bold;
}
.contact-index-index #maincontent .contact_box .contact_box_right form input[type="text"]:focus {
  box-shadow: none;
}
.contact-index-index #maincontent .contact_box .contact_box_right form input[type="text"]:focus-visible {
  outline: 0;
}
.contact-index-index #maincontent .contact_box .contact_box_right form textarea {
  border: 1px solid #ffffff;
}
.contact-index-index #maincontent .contact_box input[type="text"],
.contact-index-index #maincontent .contact_box input[type="password"],
.contact-index-index #maincontent .contact_box input[type="url"],
.contact-index-index #maincontent .contact_box input[type="tel"],
.contact-index-index #maincontent .contact_box input[type="search"],
.contact-index-index #maincontent .contact_box input[type="number"],
.contact-index-index #maincontent .contact_box input[type*="date"],
.contact-index-index #maincontent .contact_box input[type="email"] {
  font-family: "Montserrat", sans-serif;
  border: none;
  height: 54px;
  border-radius: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 12px;
  font-size: 12px;
  color: #000;
  box-shadow: none;
  outline: none;
  margin-top: 5px;
}
.contact-index-index #maincontent .contact_box input[type="text"]:focus,
.contact-index-index #maincontent .contact_box input[type="password"]:focus,
.contact-index-index #maincontent .contact_box input[type="url"]:focus,
.contact-index-index #maincontent .contact_box input[type="tel"]:focus,
.contact-index-index #maincontent .contact_box input[type="search"]:focus,
.contact-index-index #maincontent .contact_box input[type="number"]:focus,
.contact-index-index #maincontent .contact_box input[type*="date"]:focus,
.contact-index-index #maincontent .contact_box input[type="email"]:focus {
  box-shadow: none;
}
.contact-index-index #maincontent .contact_box input[type="text"]:focus-visible,
.contact-index-index #maincontent .contact_box input[type="password"]:focus-visible,
.contact-index-index #maincontent .contact_box input[type="url"]:focus-visible,
.contact-index-index #maincontent .contact_box input[type="tel"]:focus-visible,
.contact-index-index #maincontent .contact_box input[type="search"]:focus-visible,
.contact-index-index #maincontent .contact_box input[type="number"]:focus-visible,
.contact-index-index #maincontent .contact_box input[type*="date"]:focus-visible,
.contact-index-index #maincontent .contact_box input[type="email"]:focus-visible {
  outline: 0;
}
@media (max-width: 1200px) {
  .cms-content .block .box {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .page-main > .page-title-wrapper .page-title {
    font-size: 12px !important;
  }
}
.pink-bg-offer {
  background: #cd1f70;
  text-align: center;
  padding: 8px 0px;
  color: #fff;
  border-top-left-radius: 29px;
  margin: 0 2%;
  position: relative;
}
.pink-bg-offer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pink-bg-offer ul li {
  padding: 0 15px;
  position: relative;
  margin: 0;
}
.pink-bg-offer ul li strong {
  font-weight: 600;
}
.pink-bg-offer ul li:after {
  content: "|";
  right: 0;
  position: absolute;
}
.pink-bg-offer ul li:last-child::after {
  content: "";
}
.pink-bg-offer:before {
  height: 100%;
  position: absolute;
  border-left: 2px solid #CD1F70;
  left: 0;
  content: '';
  top: 0;
}
.page-main .columns .main .media-info-main-container {
  padding: 0 2%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.page-main .columns .main .media-info-main-container .get_it {
  margin-bottom: 10px;
  background: #e5f6f2;
  padding: 12px 20px;
  border-radius: 8px;
}
.page-main .columns .main .media-info-main-container .get_it p {
  font-size: 13px;
}
.page-main .columns .main .media-info-main-container .get_it p b {
  font-weight: 500;
  color: green;
}
.page-main .columns .main .media-info-main-container .product-info-main {
  z-index: auto;
  position: sticky;
  top: 124px;
  height: 100%;
  margin-right: 6%;
  width: 28%;
}
.page-main .columns .main .media-info-main-container .product-info-main .brand_name {
  display: none;
}
.page-main .columns .main .media-info-main-container .product-info-main .page-title-wrapper .page-title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 400;
  padding-right: 30px;
  margin-bottom: 12px;
  line-height: 30px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price {
  border-bottom: 0px solid #c1c1c1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 45px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .price-box {
  padding: 0;
  margin-top: 0px;
  margin-right: 0px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .price-box .normal-price .price-label {
  display: none !important;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .price-box .normal-price .price-wrapper {
  line-height: 16px;
  margin: 0;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .price-box .normal-price .price-wrapper .price {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: normal;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .price-box .price-container .price-label {
  display: none !important;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .price-box .price-container .price-wrapper {
  margin: 0;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .price-box .price-container .price-wrapper .price {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: normal;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .price-box .inclusive_text {
  color: #9b9999;
  font-size: 11px;
  position: absolute;
  margin-top: 4px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .product-info-stock-sku {
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
  line-height: normal;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .product-info-stock-sku .old-price {
  text-decoration: line-through;
  margin-left: 10px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .product-info-stock-sku .savingPercent {
  color: #cb0707;
  margin-left: 10px;
  font-weight: 500;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form {
  padding-top: 0;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper {
  position: relative;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .size_guide {
  position: absolute;
  top: 1px;
  left: 66px;
  font-weight: 700;
  color: #3a3a3a;
  font-size: 11px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .size_guide #open-btn {
  font-size: 12px;
  text-decoration: underline;
  color: #393939;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt {
  margin: 35px 0;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .size .swatch-attribute-label {
  font-weight: 600;
  position: relative;
  font-size: 11px;
  color: #3a3a3a;
  text-transform: uppercase;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .size .swatch-attribute-selected-option {
  padding-left: 12px;
  font-size: 11px;
  color: #3a3a3a;
  font-weight: 600;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .size .swatch-attribute-options {
  margin-bottom: 30px;
  display: flex;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .size .swatch-attribute-options .main-size {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .size .swatch-attribute-options .main-size .swatch-option {
  background: #fff;
  color: #949494;
  border-radius: 9px;
  width: 44px;
  height: 42px;
  line-height: 42px;
  padding: 0;
  margin-right: 0;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .size .swatch-attribute-options .main-size .swatch-option.selected {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  box-shadow: none;
  outline: none;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .size .swatch-attribute-options .main-size .swatch-option.disabled::after {
  content: "";
  height: 56px;
  width: 1px;
  display: block;
  position: absolute;
  background: #000;
  transform: rotate(45deg);
  left: 20px;
  top: -5px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .size .swatch-attribute-options .main-size .leftclass {
  font-size: 11px;
  color: #3A3A3A;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .color .swatch-attribute-label {
  font-weight: 600;
  position: relative;
  font-size: 11px;
  color: #3a3a3a;
  text-transform: uppercase;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .color .swatch-attribute-options {
  margin-bottom: 30px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .color .swatch-attribute-options .swatch-option {
  min-width: 40px;
  padding: 0;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  height: 40px !important;
  background-size: cover !important;
  border-radius: 9px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .color .swatch-attribute-options .swatch-option.selected {
  outline: 1px solid #000000;
  border: 1px solid #000;
  color: #333333;
  box-shadow: NONE;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .color .swatch-attribute-options .swatch-option:hover {
  border: 1px solid #000;
  outline: 1px solid #000;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .box-tocart .fieldset .buttonline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .box-tocart .fieldset .buttonline .field {
  width: 20%;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .box-tocart .fieldset .buttonline .field .label span {
  font-weight: 600;
  font-size: 11px;
  color: #3a3a3a;
  text-transform: uppercase;
  position: relative;
  top: -5px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .box-tocart .fieldset .buttonline .field .qty_change button {
  width: 23px;
  background: #f3f3f3;
  border-radius: 50%;
  height: 23px;
  padding: 0;
  line-height: normal;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .box-tocart .fieldset .buttonline .field .qty_change button.decreaseQty {
  font-size: 0;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .box-tocart .fieldset .buttonline .field .qty_change button.decreaseQty::before {
  content: "";
  width: 9px;
  height: 1px;
  display: inline-block;
  background: #000;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .box-tocart .fieldset .buttonline .field .qty_change .qty {
  line-height: normal;
  height: auto;
  border: 0;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .box-tocart .fieldset #product-addtocart-button {
  width: 49%;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #000;
  line-height: normal;
  min-height: 50px;
  letter-spacing: 2px;
  margin-right: 1%;
  margin-bottom: 0;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-social-links .wishlist_icon .towishlist {
  position: absolute;
  right: 0;
  top: 4px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-social-links .wishlist_icon .towishlist::before {
  background-image: url(../images/wish-icon.svg);
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  content: "";
  background-size: 100% 100%;
  margin: 0;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-social-links .wishlist_icon .towishlist.wishlist-selected {
  display: none;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-social-links .wishlist_icon .custom-wishlist {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 7px;
  display: none;
  margin: 0;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-social-links .wishlist_icon .custom-wishlist.remove-wishlist-selected {
  display: block;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-social-links .wishlist_icon .custom-wishlist::before {
  width: 16px;
  background-image: url(../images/select-wislist.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 16px;
  content: "";
  background-size: 100% 100%;
  display: block;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-social-links .tocompare {
  display: none;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-social-links .towishlist {
  position: absolute;
  top: 4px;
  right: -10px;
  margin: 0;
  padding: 0;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-social-links .towishlist:before {
  background-image: url(../images/wish-icon.svg);
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  content: "";
  background-size: 100% 100%;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-social-links .towishlist span {
  font-size: 0;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-social-links .towishlist.wishlist-selected::before {
  background-image: url(../images/select-wislist.svg);
}
.page-main .columns .main .media-info-main-container .media {
  width: 66%;
  padding-right: 3%;
  box-sizing: border-box;
}
.page-main .columns .main .media-info-main-container .media #desktopzoom {
  padding: 0;
  list-style: none;
  display: block;
}
.page-main .columns .main .media-info-main-container .media #desktopzoom li {
  display: inline-block;
  padding: 0% 0.2%;
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  font-size: 0;
  height: 40vw;
}
.page-main .columns .main .media-info-main-container .media #desktopzoom li img {
  cursor: zoom-in;
  height: 40vw;
  object-fit: cover;
}
.page-main .columns .main .media-info-main-container .media #desktopzoom .description {
  padding: 2% 4%;
  pointer-events: none;
}
.page-main .columns .main .media-info-main-container .media #desktopzoom .description p {
  font-size: 14px;
  color: #000000;
  line-height: 26px;
}
.page-main .columns .main .media-info-main-container .media #desktopzoom .description li {
  height: auto;
}
.page-main .columns .main .media-info-main-container .media #mobilezoom {
  display: none;
}
.page-main .columns .main .detailed {
  margin-top: 30px;
  padding: 0 3%;
}
.page-main .columns .main .detailed .content {
  padding: 30px 0px !important;
  border: 0 !important;
}
.page-main .columns .main .detailed .content h4 {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.page-main .columns .main .detailed .content .additional-attributes-wrapper .additional-attributes {
  width: 100%;
  border: none;
}
.page-main .columns .main .detailed .content .additional-attributes-wrapper .additional-attributes tbody {
  display: flex;
  margin-right: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.page-main .columns .main .detailed .content .additional-attributes-wrapper .additional-attributes tbody tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  width: 16%;
  margin-right: 4%;
  font-size: 12px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.page-main .columns .main .detailed .content .additional-attributes-wrapper .additional-attributes tbody tr th {
  color: #7a7a7a;
  font-weight: normal;
  font-size: 11px;
}
.page-main .columns .main .detailed .content .additional-attributes-wrapper .additional-attributes tbody tr td {
  padding: 0 !important;
  margin: 0;
  color: #262626;
  font-weight: 600;
}
.page-main .columns .main .detailed .content .description p {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.page-main .columns .main .detailed .content .description li {
  height: auto;
}
.page-main .columns .main .detailed .title .switch {
  background: transparent !important;
  border: 0px solid #cccccc !important;
  height: 40px;
  padding: 1px 35px 1px 35px;
  border-bottom: 1px solid #dcdcdc !important;
  text-transform: uppercase;
  color: #3a3a3a !important;
  font-size: 12px !important;
}
.page-main .columns .main .detailed .title.active .switch {
  border-bottom: 2px solid #000000 !important;
}
.page-main .columns .main .detailed .title:first-child a {
  padding-left: 0;
}
.page-main .columns .main .pdp-blocks .related {
  padding: 0 2%;
}
.page-main .columns .main .pdp-blocks .related .slick-slider .slick-dots li.slick-active button {
  margin: 0 !important;
}
.page-main .columns .main .pdp-blocks .related .title {
  text-align: center;
  margin-bottom: 30px;
}
.page-main .columns .main .pdp-blocks .related .title strong {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.page-main .columns .main .pdp-blocks .related .block-content .youmay_like_sec {
  margin: 0 -15px;
}
.page-main .columns .main .pdp-blocks .related .block-content .youmay_like_sec .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.page-main .columns .main .pdp-blocks .related .block-content .youmay_like_sec .slick-slide .item .collection-img {
  position: relative;
}
.page-main .columns .main .pdp-blocks .related .block-content .youmay_like_sec .slick-slide .item .collection-img .whishlist-alsolike {
  position: absolute;
  right: 10px;
  bottom: 16px;
}
.page-main .columns .main .pdp-blocks .related .block-content .youmay_like_sec .slick-slide .item .collection-img .whishlist-alsolike .actions-secondary a svg {
  width: 18px;
}
.page-main .columns .main .pdp-blocks .related .block-content .youmay_like_sec .slick-slide .item .collection-img .whishlist-alsolike .actions-secondary a.wishlisticon svg path {
  fill: #ff406b;
}
.page-main .columns .main .pdp-blocks .related .block-content .youmay_like_sec .slick-slide .item .collection-img .product-item-name {
  margin-right: 35px;
}
.page-main .columns .main .pdp-blocks .related .block-content .youmay_like_sec .slick-slide .item .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;
}
.page-main .columns .main .block-viewed-products-grid {
  padding: 0 2%;
}
.page-main .columns .main .block-viewed-products-grid .block-title {
  margin-top: 40px;
  text-align: center;
}
.page-main .columns .main .block-viewed-products-grid .block-title strong {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.page-main .columns .main .block-viewed-products-grid .product-items .product-item {
  width: calc(23%);
}
.page-main .columns .main .block-viewed-products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  font-size: 13px;
  color: #393939;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-main .columns .main .block-viewed-products-grid .product-items .product-item .product-item-info .product-item-actions {
  display: none;
}
.page-main .columns .main .block-viewed-products-grid .product-items .product-item .product-item-info:hover {
  background: #ffffff;
  box-shadow: none;
  border: 0px solid #bbbbbb;
  margin: 0;
  padding: 0px;
  position: relative;
  z-index: 1;
}
aside.modal-popup.modal-slide .modal-inner-wrap #modal-content-1 {
  overflow: auto;
}
aside.modal-popup.modal-slide .modal-inner-wrap #modal-content-1 #modal-content {
  overflow: auto;
}
aside.modal-popup.modal-slide .modal-inner-wrap #modal-content-1 #modal-content tbody tr th {
  padding: 8px 7px;
  font-size: 12px;
}
aside.modal-popup.modal-slide .modal-inner-wrap .modal-footer .action-dismiss {
  background: transparent;
  border-color: #000;
  border-radius: 0;
}
aside.modal-popup.modal-slide .modal-inner-wrap .modal-footer .my-modal {
  background: #000;
  color: #fff;
  border-color: #000;
  border-radius: 0;
}
aside.modal-popup.modal-slide .modal-content {
  overflow: auto;
}
aside.modal-popup.modal-slide .modal-content .size-chart-pop {
  margin-top: 10px;
}
aside.modal-popup.modal-slide .modal-content .size-chart-pop h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
aside.modal-popup.modal-slide .modal-content .size-chart-pop th {
  font-size: 12px;
  text-transform: capitalize;
}
.main-size-popup header.modal-header {
  padding: 0 !important;
  margin: 0;
}
.main-size-popup .modal-footer {
  display: none;
}
.catalog-product-view .breadcrumbs {
  padding: 1% 2% !important;
  height: 48px;
  max-width: 100% !important;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
  margin-left: 0;
}
.related .viewdetail-btn {
  position: absolute;
  text-align: center;
  display: block;
  background: #fff;
  width: 95%;
  margin: 0 auto;
  margin-top: -44px;
  min-height: 33px;
  line-height: normal;
  left: 0;
  right: 0;
  line-height: 33px;
  text-transform: uppercase;
  font-size: 11px;
  color: #3A3A3A;
  border-radius: 15px 0px;
  display: none;
  transition: 0.6s;
}
@media (min-width: 1201px) {
  .page-main .columns .main .pdp-blocks .related .block-content .youmay_like_sec .collection-img:hover .viewdetail-btn {
    display: block;
  }
}
.price-sec.main-price-pdp {
  display: flex;
}
.price-sec.main-price-pdp .price-box {
  font-size: 13px;
  color: #393939;
  font-weight: 500;
}
.price-sec.main-price-pdp .old-price {
  margin: 0px 8px;
  text-decoration: line-through;
  color: #8b8b8b;
  font-size: 13px;
}
.price-sec.main-price-pdp .savingPercents {
  color: #cb0707;
  font-size: 13px;
  font-weight: 400;
}
.remove_overlay .page-header {
  z-index: 0;
}
.pincode-check p {
  font-weight: 600;
  font-size: 11px;
  color: #3a3a3a;
  margin-bottom: 10px;
}
.pincode-check .pincode-field {
  width: 100%;
  border: 1px solid rgba(112, 112, 112, 0.6);
  border-radius: 8px;
  padding: 0;
}
.pincode-check .pincode-field #pincode-check {
  padding: 0;
  background: transparent;
  border: 0;
  color: #3a3a3a;
  padding-right: 20px;
  font-size: 12px;
  height: 44px;
  line-height: 44px;
}
.pincode-check .pincode-field #pincode-check:focus {
  box-shadow: none;
}
.pincode-check .pincode-field .pincode-avail {
  font-size: 12px;
  color: red;
  margin-top: 5px;
}
.pincode-check .pincode-field .pincode-avail h3 {
  color: green;
  font-size: 12px;
}
.pincode-check .pincode-field #pincode {
  width: 75%;
  margin: 0;
  padding: 0;
  background: transparent;
  padding-left: 20px;
  height: 44px;
  line-height: 44px;
  border: 0;
}
.pincode-check .pincode-field #pincode-error {
  position: absolute;
  right: 0;
}
#pincode-avail {
  font-size: 12px;
  margin-top: 6px;
  color: red;
  display: block;
  font-weight: normal;
}
#pincode-avail .invalid {
  font-size: 12px;
  font-weight: normal;
  margin-top: 6px;
  display: block;
}
#pincode-avail h3 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 6px;
  display: block;
}
.codmessage {
  margin-top: 5px;
}
.codmessage .invalid {
  background-image: url(../images/pincode_not_available_icon.png);
  background-repeat: no-repeat;
  background-position: left 1px;
  color: #cd0000;
  margin-bottom: 5px;
  display: block;
  padding-left: 19px;
  font-size: 12px;
}
.codmessage .codavailable {
  background-image: url(../images/pincode_available_icon.png);
  background-repeat: no-repeat;
  background-position: left 1px;
  color: #0c9426;
  margin-bottom: 5px;
  display: block;
  padding-left: 19px;
  font-size: 12px;
  background-size: 10px;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item:nth-child(3) {
  display: none;
}
.whishlist-alsolike .action.wishlist-selected:after {
  background-image: url(../images/select-wislist.svg);
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  content: "";
  background-size: 100% 100%;
  display: inline-block;
}
.catalog-product-view .product-info-price .product-info-stock-sku {
  padding: 0 !IMPORTANT;
}
.inclusivetaxupdate .final_price_new {
  float: left;
}
.catalog-product-view .product-info-price .inclusivetaxupdate span.final_price_new {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: normal;
  padding-right: 0px;
  text-align: left;
}
.catalog-product-view .product-info-price .inclusivetaxupdate .Inclusive-all-taxes {
  width: 100%;
  display: block;
  text-align: left;
  color: #9b9999;
  font-size: 11px;
  margin-top: 4px;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable + .price {
  white-space: initial;
  float: left;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: normal;
  padding-right: 10px;
  text-align: left;
}
.submit_buy_now {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.submit_buy_now .actions {
  width: 49%;
  margin-left: 1%;
}
.submit_buy_now button#buy-now {
  width: 100%;
}
.product-info-main .product-reviews-summary a.action.add {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.product-info-price .stock.available[title="Availability"] {
  display: none;
}
.page-main .detailed .main_review_section {
  padding: 40px;
  box-sizing: border-box;
  height: 90%;
  width: 70%;
}
.main_review_section .close_btn {
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 0;
  cursor: pointer;
  display: none;
}
.main_review_section .close_btn:before {
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  font-size: 16px;
}
div#customer-reviews .review-title {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
}
.main_review_section .item.review-item {
  padding: 20px 0px;
}
.main_review_section .legend.review-legend > span {
  display: none;
}
.block.review-add legend.legend.review-legend {
  margin-bottom: 10px;
}
.block.review-add legend.legend.review-legend strong {
  font-weight: 500;
  font-size: 14px;
}
.review-content-container .review-content {
  font-size: 12px;
  line-height: 24px;
}
div#customer-reviews {
  margin-bottom: 20px;
}
.main_review_section .review-form .action.submit.primary {
  background: #000;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #000;
  line-height: normal;
  min-height: 50px;
  letter-spacing: 2px;
  width: 200px;
}
.product-reviews-summary .reviews-actions a.action.view {
  font-size: 12px;
  color: #000;
  margin-right: 8px;
}
.product-info-main .product-reviews-summary .rating-summary {
  margin-right: 10px;
  cursor: pointer;
}
.hide_button a,
.remove_button a {
  font-size: 0;
}
.hide_button {
  position: absolute;
  line-height: normal;
  top: -3px;
  left: -1px;
}
.best_inner .product_detail_content .wishlist_select_data {
  float: right;
  position: relative;
  margin: 0;
  text-align: right;
}
.remove_button,
.remove_hide_button {
  position: absolute;
  line-height: normal;
  top: -3px;
  left: auto;
  right: -1px;
}
.remove_hide_button {
  font-size: 0;
  right: 14px;
}
.hide_button a:before,
.remove_button a:before,
.remove_hide_button a:before {
  width: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 21px;
  content: "";
  background-size: 100% 100%;
  display: block;
  background-image: url(../images/select-wislist.svg);
  display: inline-block;
}
.socialmediapost-customer-index fieldset.fieldset .fields.col-md-6 input {
  height: 45px;
  border: 0;
}
.socialmediapost-customer-index fieldset.fieldset .fields.col-md-6 {
  width: 500px;
}
.socialmediapost-customer-index fieldset.fieldset {
  margin: 0;
}
@media (max-width: 1100px) {
  .page-main .columns .main .media-info-main-container .product-info-main {
    margin-right: 3%;
    width: 37%;
  }
  .page-main .columns .main .media-info-main-container .media {
    width: 60%;
  }
  .page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset #product-addtocart-button {
    font-size: 12px;
  }
  .page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .size .swatch-attribute-options .swatch-option {
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin-right: 8px;
  }
  .page-main .columns .main .media-info-main-container .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .swatch-opt .color .swatch-attribute-options .swatch-option {
    min-width: 33px;
    height: 33px !important;
  }
}
.submit_buy_now .actions button#product-buynow-button {
  width: 100%;
  padding: 0;
}
.page-products .page-main .columns .column.main .products.wrapper .products .product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .wishlist_icon .towishlist.wishlist-selected + .custom-wishlist {
  display: block !important;
}
.page-main .columns .main .media-info-main-container .media #desktopzoom .description ul li {
  font-size: 14px;
}
.product-social-links + .product.attribute.overview {
  display: none;
}
.page-main .columns .main .media-info-main-container .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 10px;
  font-weight: normal;
  color: #cb0707;
}
.page-main .columns .main .detailed .content .description ul {
  padding-left: 17px;
  margin-top: 6px;
}
.page-main .columns .main .detailed .content .description p ul,
.page-main .columns .main .detailed .content .description ol,
.page-main .columns .main .detailed .content .description ul,
.page-main .columns .main .detailed .content .description ul li {
  list-style: disc;
}
.product-info-main .product.alert.stock a.action.alert {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 20px;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: capitalize;
}
div#description_new {
  margin: 30px 0px;
  pointer-events: none;
}
.page-main .columns .main .media-info-main-container .media #description_new ul {
  display: block;
  margin-top: 10px;
}
.page-main .columns .main .media-info-main-container .media #description_new ul li {
  height: auto;
  width: auto;
  list-style: circle;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.page-main .columns .main .media-info-main-container .media #description_new ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #000;
  border-radius: 50px;
  margin-right: 6px;
}
.lg-toolbar.lg-group {
  background: transparent;
}
.lg-toolbar .lg-icon:hover {
  color: #000;
}
body#html-body.lg-on {
  overflow: hidden;
}
.lg-toolbar .lg-icon:hover {
  color: #000 !important;
}
.checkout-cart-index .amsearch-wrapper-block {
  display: none !important;
}
.checkout-cart-index .page-header .content {
  border: 0;
}
.checkout-cart-index .page-header .content .custom-header {
  grid-template-columns: 1fr 1fr;
}
.checkout-cart-index .page-header .content .custom-header .nav-sections {
  display: none;
}
.checkout-cart-index .page-header .content .custom-header .back-button {
  position: absolute;
  left: 0;
  margin-right: 10px;
  font-size: 0;
}
.checkout-cart-index .page-header .content .custom-header .back-button a {
  display: block;
  padding: 16px;
}
.checkout-cart-index .page-header .content .custom-header .back-button a::before {
  content: '';
  background-image: url(../images/back-btn-ico.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
}
.checkout-cart-index .page-header .content .custom-header .logo {
  margin-left: 20px;
  width: max-content;
}
.checkout-cart-index .page-header .content .custom-header .logo img {
  margin: 0;
  margin-left: 0px;
}
.checkout-cart-index .page-header .content .custom-header .mybag-text {
  width: max-content;
  margin: auto;
  top: 30px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}
.checkout-cart-index .page-header .content .custom-header .right-header-section .block-search {
  display: none;
}
.checkout-cart-index .page-header .content::after {
  border: 0;
}
.checkout-cart-index .pink-bg-offer {
  display: none;
}
.checkout-cart-index .page-main .page-title-wrapper {
  display: none;
}
.checkout-cart-index .page-main .page-title-wrapper .page-title {
  margin: 0;
  font-size: 20px;
  margin-top: 15px;
  text-transform: uppercase;
  color: #393939;
  font-weight: 600;
  font-size: 14px;
}
.checkout-cart-index .page-main .columns {
  margin-top: 40px;
}
.checkout-cart-index .page-main .columns .cart-empty {
  text-align: center;
  margin-top: 60px;
}
.checkout-cart-index .page-main .columns .cart-empty p a {
  color: #000;
  text-decoration: underline;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary {
  width: 30%;
  top: auto !IMPORTANT;
  background: transparent;
  border-left: 0px solid #DCDCDC;
  padding-right: 3%;
  padding-left: 3%;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary #cart-coupon-link .view-coupon-list-link .view-coupon {
  width: 100%;
  background: #fff;
  border: 0.800000011920929px dashed #D4D4D4;
  border-radius: 5px;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  display: flex;
  text-transform: capitalize;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary #cart-coupon-link .view-coupon-list-link .view-coupon .coupons {
  display: flex;
  align-items: center;
  line-height: normal;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary #cart-coupon-link .view-coupon-list-link .view-coupon .coupons svg path {
  fill: #525252;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary #cart-coupon-link .view-coupon-list-link .view-coupon .coupons .coupons_icon {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary .summary.title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 25px;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary #cart-totals {
  border-top: 0px;
  padding-top: 0;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary #cart-totals .totals [data-th="Discount"] {
  color: #cd1f70;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary #cart-totals .grand .amount {
  border-top: 0px;
  font-size: 14px;
  font-weight: 400;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary #cart-totals .grand .mark {
  border-top: 0px;
  font-size: 14px;
  font-weight: 400;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary .checkout-methods-items .item #checkoutbtn {
  border-radius: 38px;
  background: #000;
  color: #fff;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #000;
  letter-spacing: 2.2px;
  min-height: 50px;
  font-weight: 400;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary .checkout-methods-items .item #checkoutbtn .lock-img {
  display: none;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary .checkout-methods-items .item #procede-to-ck-btn {
  border-radius: 38px;
  background: #000;
  color: #fff;
  width: 100%;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #000;
  letter-spacing: 2.2px;
  min-height: 50px;
  font-weight: 400;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary .login_bottom {
  font-size: 12px;
  margin-top: 12px;
  display: block;
  color: #000;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary .login_bottom a.lbtn {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart {
  width: 70%;
  padding-left: 3%;
  border-right: 1px solid #DCDCDC;
  padding-right: 3%;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item {
  padding: 20px 0px;
  border-bottom: 1px solid #DCDCDC;
  display: block;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item {
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .product-item-name {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
  width: 90%;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .item-options {
  margin-top: 0px;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .item-options dt {
  font-size: 11px;
  margin-bottom: 10px;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .item-options dd {
  font-size: 11px;
  margin-bottom: 10px;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .regular_price {
  margin-bottom: 10px;
  display: block;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .field.qty .control.qty {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: max-content;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .field.qty .control.qty .qty-decrease {
  width: 23px;
  background: #F3F3F3;
  border-radius: 50%;
  height: 23px;
  padding: 0;
  line-height: normal;
  outline: 0;
  border: 1px solid #F3F3F3;
  background-image: url(../images/minus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .field.qty .control.qty .qty-decrease:focus {
  box-shadow: none;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .field.qty .control.qty .input-text {
  padding: 0;
  height: 30px;
  margin: 0;
  width: 40px;
  text-align: center;
  border: 0;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .field.qty .control.qty .qty-increase {
  width: 23px;
  background: #F3F3F3;
  border-radius: 50%;
  height: 23px;
  padding: 0;
  line-height: normal;
  outline: 0;
  border: 1px solid #F3F3F3;
  background-image: url(../images/plus-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .field.qty .control.qty .qty-increase:focus {
  box-shadow: none;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .field.qty .update_btn {
  border-radius: 19px;
  background: #000;
  color: #fff;
  border-color: #000;
  font-size: 11px;
  margin-left: 10px;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .wishlist_cart {
  position: absolute;
  left: 26px;
  top: 0;
  z-index: 1;
  background: #ededed;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 30px;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .wishlist_cart a {
  position: relative;
  top: 3px;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .esy-box ul {
  display: flex;
  margin-top: 20px;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .esy-box ul svg circle {
  fill: #818181;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .esy-box ul li {
  margin-right: 10px;
  font-size: 11px;
  color: #24201B;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-actions {
  position: absolute;
  top: 20px;
  right: 0;
  width: max-content;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-actions .actions-toolbar .wishlist_cart {
  margin-right: 25px;
  font-size: 13px;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-actions .actions-toolbar .wishlist_cart span {
  color: #CD1F70;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-actions .actions-toolbar p {
  font-size: 12px;
  color: #676767;
  position: absolute;
  bottom: -10px;
  top: auto;
  width: max-content;
  right: 0px;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-actions .actions-toolbar .action-edit {
  display: none !important;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-actions .actions-toolbar .action-delete:before {
  background-image: url(../images/close-icon.svg);
  content: '';
  width: 10px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-actions .actions-toolbar .towishlist {
  margin-left: 10px;
  color: #cd1f70;
  font-size: 12px;
}
.checkout-cart-index .page-main .columns .bottom_footer_mobile {
  position: absolute;
  bottom: 35px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
  left: 0;
}
.checkout-cart-index .page-main .columns .bottom_footer_mobile .payment_icon span {
  margin-right: 10px;
}
.checkout-cart-index .page-main .columns .bottom_footer_mobile .payment_icon span img {
  width: 47px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.checkout-cart-index .page-main .columns .cart-container .form-cart .table > tbody + tbody {
  border-top: 0px solid #cccccc;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap {
  padding: 0;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap {
  padding: 0;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap header.modal-header {
  background: #000;
  color: #fff;
  padding: 16px !important;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap header.modal-header .modal-title {
  color: #fff;
  font-size: 14px !important;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-header .action-close {
  top: 14px;
  right: 15px;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-header .action-close:before {
  color: #fff !important;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-name {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description .description p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  color: #24201B;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper {
  border: 0px dotted #cacaca;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
  position: relative;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-code {
  font-size: 12px;
  padding: 0px 8px;
  height: 28px;
  min-width: max-content;
  display: inline-block;
  line-height: 28px;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details {
  width: 100%;
  flex: none;
  text-align: left;
  margin-top: 10px;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions.primary {
  position: absolute;
  right: 0;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions.primary button.action.action-apply {
  background: #000;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 12px;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-cancel {
  background: #000;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 12px;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-apply:hover,
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-cancel:hover {
  background: #000;
}
.checkout-cart-index .coupon-list-container .modal-inner-wrap .modal-content {
  overflow-y: scroll;
}
.modal-inner-wrap form#custom-checkout-form {
  position: relative;
  margin-bottom: 30px;
}
.modal-inner-wrap form#custom-checkout-form fieldset.fieldset {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
.modal-inner-wrap form#custom-checkout-form fieldset.fieldset input#custom-field {
  height: 40px;
  padding: 0 10px;
}
.modal-inner-wrap form#custom-checkout-form button.applycoupun.action,
.modal-inner-wrap form#custom-checkout-form .cancelcoupon {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  background: #000;
  color: #fff;
  border-color: #000;
  border-radius: 0;
}
.coupon-list-container #coupon-list {
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
  float: left;
  width: 100%;
}
.checkout-cart-index .cart.table-wrapper .product-item-details {
  padding-bottom: 0px;
}
body .product-item .price-box .price {
  font-weight: 500;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .field.qty {
  margin-top: -6px;
}
.checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .item-options {
  margin-top: 0px;
  float: left;
  margin-right: 20px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details .inclusivetaxupdate {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details .inclusivetaxupdate .final_price_new {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details .inclusivetaxupdate .old-price {
  color: #464646;
  font-size: 12px;
  text-decoration: line-through;
}
.checkout-cart-index .cart.table-wrapper .product-item-details .inclusivetaxupdate .savingPercent {
  border-radius: 12px;
  font-size: 11px;
  margin-left: 10px;
  padding: 3px 6px;
  color: #cb0707;
  font-size: 13px;
  font-weight: 600;
}
.maincrosell-slider {
  padding: 0 2%;
  margin-bottom: 80px;
}
.maincrosell-slider .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.maincrosell-slider .upsell-slider {
  margin: 0 -15px;
}
.maincrosell-slider .collection-img {
  position: relative;
}
.maincrosell-slider .collection-btn a {
  position: absolute;
  text-align: center;
  background: #fff;
  width: 95%;
  margin: 0 auto;
  margin-top: -44px;
  min-height: 33px;
  line-height: normal;
  left: 0;
  right: 0;
  line-height: 33px;
  text-transform: uppercase;
  font-size: 11px;
  color: #3A3A3A;
  border-radius: 15px 0px;
  display: block;
  transition: 0.6s;
}
.maincrosell-slider .item-title {
  font-size: 13px;
  color: #393939;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.maincrosell-slider .price {
  font-size: 13px;
  color: #393939;
  font-weight: 500;
}
.maincrosell-slider .old-price {
  margin: 0px 8px;
  text-decoration: line-through;
  color: #8b8b8b;
  font-size: 13px;
}
.maincrosell-slider .savingPercents {
  color: #cb0707;
  font-size: 13px;
  font-weight: 400;
}
.maincrosell-slider .more_choice {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333333;
}
.block.crosssell .block-title.title {
  text-align: center;
}
.cart-container .block.crosssell .products-grid .product-item-actions {
  display: none;
}
.cart-container .block.crosssell {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.block.crosssell .block-title.title strong {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333333;
}
.block.crosssell .slick-slider .slick-dots {
  margin-top: 0;
  padding: 0;
  padding-bottom: 40px;
}
.block.crosssell li.item.product.product-item .product-item-info {
  width: 100%;
}
.products-grid.products-crosssell .product-items {
  margin: 0 -15px;
}
.block.crosssell .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.block.crosssell li.item.product.product-item {
  width: 24%;
}
.block.crosssell li.item.product.product-item .product-item-info:hover {
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.block.crosssell .product.details.product-item-details span.price-label {
  display: none;
}
.block.crosssell .product.name.product-item-name {
  font-size: 13px;
  color: #393939;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1100px) {
  .checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .product-item-name {
    width: 60%;
  }
  .checkout-cart-index .page-main .columns .cart-container .form-cart #shopping-cart-table .cart.item .item-info .col.item .esy-box ul li {
    color: #24201B;
  }
}
@media (max-width: 1024px) {
  .checkout-cart-index .page-main .columns .cart-container .cart-summary {
    width: 100%;
  }
  .checkout-cart-index .page-main .columns .cart-container .form-cart {
    width: 100%;
    border: 0;
  }
  .checkout-cart-index .page-main .columns .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary {
    float: none;
    padding: 32px 10px;
  }
}
.form-shipping-address .field.choice {
  display: flex;
  align-items: center;
  grid-gap: 9px;
}
.form-shipping-address .field.choice input {
  top: 0;
}
.account .page-main {
  background: #f9f9f9;
}
.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 .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 .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;
}
.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: 6px 4px;
  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 {
  display: flex;
  flex-wrap: wrap;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li {
  width: 100%;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(1) {
  order: 5;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(2) {
  order: 1;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(3) {
  order: 2;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(4) {
  order: 10;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(5) {
  order: 7;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(6) {
  order: 6;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(7) {
  order: 10;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(8) {
  order: 8;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(9) {
  order: 3;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(10) {
  order: 4;
}
.account .page-main .columns .sidebar.sidebar-main .block-collapsible-nav .content ul li:nth-child(11) {
  order: 9;
}
.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;
  border-radius: 13px 0px;
  opacity: 1;
  margin: 0 10px;
  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;
  border-radius: 13px 0px;
  opacity: 1;
  margin: 0 10px;
  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;
  font-family: "Montserrat", sans-serif;
}
.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;
}
.modal-popup .modal-inner-wrap {
  max-width: 500px;
  width: 500px !important;
  box-shadow: none;
  padding: 20px;
}
.modal-popup .modal-inner-wrap .modal-title {
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn #loginpasswordbtn {
  width: 49.5%;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn .reset-btn {
  width: 49.5%;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn .reset-btn a {
  width: 100%;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  height: 40px;
  padding: 0 3px;
  border-radius: 0;
  margin-top: 10px;
  display: block;
  line-height: 40px;
  box-sizing: border-box;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn .block-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn .block-content .actions-toolbar {
  width: 49.5%;
  display: inline-block;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn .block-content .actions-toolbar .btn-google {
  background: #fff;
  color: #000;
  min-height: 40px;
  display: inline-block;
  font-size: 12px;
  padding: 0 14px;
  line-height: 40px;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d5d9;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main .form-group input {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  border: 1px solid #d4d5d9;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrombtn {
  width: 100%;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 400;
  border-color: #000000;
  background: #000000;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #otpresentbtn {
  width: 100%;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 400;
  border-color: #000000;
  background: transparent;
  color: #000;
  margin-top: 10px;
  min-height: 40px;
  border-radius: 0;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #otpresentbtnfor-register {
  width: 100%;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 400;
  border-color: #000000;
  background: transparent;
  color: #000;
  margin-top: 10px;
  min-height: 40px;
  border-radius: 0;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginwithpasswordfrom #loginfrombtnpass {
  width: 49%;
  background: #000;
  border-color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginwithpasswordfrom #loginfrombtnagain {
  width: 49%;
  background: transparent;
  color: #000;
  border-color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}
.modal-popup .modal-inner-wrap .modal-content .btn-social.btn-facebook {
  background: #fff;
  color: #000;
  min-height: 40px;
  font-size: 12px;
  padding: 0 14px;
  line-height: 40px;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d5d9;
}
.checkout-index-index .page-header {
  min-height: 88px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.checkout-index-index .page-header .content {
  border: 0px solid #cd1f70;
  border-top-left-radius: 50px;
}
.checkout-index-index .page-header .content .custom-header {
  grid-template-columns: 1fr 1fr;
}
.checkout-index-index .page-header .content .custom-header .nav-sections {
  display: none;
}
.checkout-index-index .page-header .content .custom-header .back-button {
  position: absolute;
  left: 0;
  margin-right: 10px;
  font-size: 0;
}
.checkout-index-index .page-header .content .custom-header .back-button a {
  display: block;
  padding: 16px;
  position: relative;
  z-index: 9;
}
.checkout-index-index .page-header .content .custom-header .back-button a::before {
  content: "";
  background-image: url(../images/back-btn-ico.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
}
.checkout-index-index .page-header .content .custom-header .logo img {
  margin: 0;
  margin-left: 10px;
}
.checkout-index-index .page-header .content .custom-header .right-header-section {
  display: none;
}
.checkout-index-index .page-header .content::after {
  border: 0;
}
.checkout-index-index .pink-bg-offer {
  display: none;
}
.checkout-index-index .top_head {
  display: none;
}
.checkout-index-index .columns .main #checkout ul.opc-progress-bar {
  position: absolute;
  width: 30%;
  left: 26.5%;
  text-align: right;
  top: 32px;
  min-width: 380px;
  z-index: 99;
}
@media (max-width: 1024px) {
  .checkout-index-index .columns .main #checkout ul.opc-progress-bar {
    position: initial;
  }
}
.checkout-index-index .columns .main #checkout ul.opc-progress-bar li {
  width: auto;
  margin-right: 12px;
  padding-left: 22px;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .checkout-index-index .columns .main #checkout ul.opc-progress-bar li:first-child {
    margin-top: 10px;
    margin-right: 24px;
  }
}
@media (max-width: 1024px) {
  .checkout-index-index .columns .main #checkout ul.opc-progress-bar li {
    margin-top: 10px;
  }
}
.checkout-index-index .columns .main #checkout ul.opc-progress-bar li:before {
  border: 0px solid #cccccc;
  height: auto;
  left: 0;
  width: auto;
}
.checkout-index-index .columns .main #checkout ul.opc-progress-bar li span {
  padding-top: 0;
  color: #333333;
  font-weight: normal;
  font-size: 16px;
}
.checkout-index-index .columns .main #checkout ul.opc-progress-bar li span::before {
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  height: auto;
  border: 0;
}
.checkout-index-index .columns .main #checkout ul.opc-progress-bar li span::after {
  content: "\e610";
  background: #000;
  left: -5px;
  position: absolute;
  top: 0;
  margin: 0;
  right: auto;
  font-size: 13px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background: #ccc;
  color: #ffff;
  font-weight: normal;
  border: 1px solid #ccc;
  font-size: 11px;
  content: counter(i);
}
.checkout-index-index .columns .main #checkout ul.opc-progress-bar li._active span::after {
  border-color: #000 !important;
  content: "\e610";
  font-family: "luma-icons";
  background: #000;
}
.checkout-index-index .columns .main #checkout .opc-wrapper {
  margin: 0 auto;
  width: 60%;
  padding-right: 0;
  float: left;
  padding: 0 15px;
  margin-top: 0;
  box-sizing: border-box;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-address {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-address .step-content {
  margin-bottom: 10px;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-address .step-content #co-shipping-form {
  margin-top: 0;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-address .step-content #co-shipping-form #shipping-new-address-form .field .label {
  margin-bottom: 0;
  font-size: 12px;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-address .step-content #co-shipping-form #shipping-new-address-form .field .control._with-tooltip .field-tooltip {
  display: none;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-address .step-title {
  padding-bottom: 12px;
  border: none;
  font-size: 16px;
  border-bottom: 0;
  margin-bottom: 0;
  text-align: left;
  margin-top: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-address .addresses .shipping-address-items .shipping-address-item {
  width: 100%;
  border: 1px solid #e4e4e4;
  margin: 0 0 20px;
  padding: 10px 28px 10px 10px;
  font-size: 13px;
  position: relative;
  line-height: 20px;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-address .addresses .shipping-address-items .shipping-address-item a {
  color: #000;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-address .addresses .shipping-address-items .shipping-address-item:after {
  background: #e2e2e2;
  height: 19px;
  width: 20px;
  font-size: 14px;
  line-height: 18px;
  right: 5px;
  text-align: center;
  top: 7px;
  color: #373435;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-address .new-address-popup .action-show-popup {
  background-color: transparent;
  padding: 14px 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0px;
  color: #000;
  font-weight: 400;
  border: 1px solid #e4e4e4;
  margin: 0 0 0;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-address #checkout-step-shipping form .field .input-text,
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-address #checkout-step-shipping form .field select {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 12px;
  height: 44px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-method {
  max-width: 500px;
  margin: 0px auto;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-method .step-title {
  display: none;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-method #checkout-step-shipping_method {
  margin: 0 0 0;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-method #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load .message-pincode {
  font-size: 13px;
  color: #ff332c;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-method #checkout-step-shipping_method #co-shipping-method-form .actions-toolbar {
  float: right;
  width: 150px;
  position: relative;
  margin-top: -99px;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-method #checkout-step-shipping_method #co-shipping-method-form .actions-toolbar .primary {
  width: 100%;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-method #checkout-step-shipping_method #co-shipping-method-form .actions-toolbar .primary button {
  background-color: #000;
  padding: 15px 20px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 0px;
  border: 1px solid #000;
  margin: 0;
  height: auto;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-shipping-method #checkout-step-shipping_method #co-shipping-method-form .actions-toolbar .primary button:hover {
  color: #fff;
}
.checkout-index-index .columns .main #checkout .opc-wrapper .checkout-payment-method {
  width: 500px;
  margin: 0 auto;
  padding: 0;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .checkout-index-index .columns .main #checkout .opc-wrapper .checkout-payment-method {
    width: 470px;
  }
}
.checkout-index-index .columns .main #checkout aside.custom-slide {
  width: 40%;
  float: right;
  background-color: #ffffff;
  min-height: 100%;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 9;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap {
  width: 100% !important;
  height: 100% !important;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-header {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary {
  margin-bottom: 0px;
  padding: 32px 60px;
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
@media (max-width: 1024px) {
  .checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary {
    padding: 30px 20px;
  }
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .title {
  font-size: 14px;
  font-weight: 600;
  border: 0;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .table-totals {
  border-top: 0px solid #cccccc;
  order: 2;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .title {
  display: none;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items {
  display: block !important;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper {
  max-height: 440px;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .product .product-item-details .product-item-inner .delivery-detail {
  font-size: 12px;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .product .product-item-details .product-item-inner .product-item-name-block {
  font-size: 11px;
  padding-right: 30px;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .product .product-item-details .product-item-inner .subtotal {
  font-size: 11px;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .product .product-item-details .product-item-inner .subtotal .price-excluding-tax {
  font-size: 11px;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .product .product-item-details .product-item-inner .subtotal .price-excluding-tax .cart-price {
  font-size: 11px;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .product .product-item-details .product-item-inner .subtotal .price-excluding-tax .cart-price .price {
  font-size: 11px;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .product.options .toggle {
  display: none;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .product.options .content {
  display: block !important;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .product.options .content .item-options {
  float: left;
  font-size: 11px;
}
.checkout-index-index .columns .orders-history .actions {
  font-size: 12px;
  padding: 0;
}
.checkout-index-index .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;
}
.checkout-index-index .columns .orders-history .actions a:hover {
  margin: 0;
  vertical-align: 0;
  border: 0;
}
.checkout-index-index .columns .orders-history .actions .order {
  display: none;
}
.checkout-index-index .new-shipping-address-modal .modal-inner-wrap {
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
}
.checkout-index-index .new-shipping-address-modal .modal-inner-wrap .modal-content {
  overflow: auto;
}
.checkout-index-index .new-shipping-address-modal .modal-inner-wrap .modal-content .label {
  text-align: left;
  display: block;
}
.checkout-index-index .new-shipping-address-modal .modal-inner-wrap .modal-content input {
  height: 40px;
  padding: 0 10px;
  margin: 0;
  width: 100%;
}
.checkout-index-index .new-shipping-address-modal .modal-inner-wrap .modal-content input#shipping-save-in-address-book {
  width: auto;
  height: auto;
  margin: 0;
  text-align: left;
  display: block;
  float: left;
}
.checkout-index-index .new-shipping-address-modal .modal-inner-wrap .modal-content ._with-tooltip .toggle {
  display: none;
}
.checkout-index-index .new-shipping-address-modal .modal-inner-wrap .modal-footer {
  background: transparent !important;
  border: 0;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.checkout-index-index .new-shipping-address-modal .modal-inner-wrap .modal-footer .action.primary {
  background: #000000;
  border: 1px solid #000000;
  opacity: 1 !important;
  transition: 0.5s;
  border-radius: 39px;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 !important;
  border-radius: 0;
}
.checkout-index-index .new-shipping-address-modal .modal-inner-wrap .modal-footer .action.primary:hover {
  color: #fff;
}
.checkout-index-index .new-shipping-address-modal .modal-inner-wrap .modal-footer button.action.secondary {
  background: #000000;
  border: 1px solid #000000;
  opacity: 1 !important;
  transition: 0.5s;
  border-radius: 39px;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  margin: 0;
  border-radius: 0;
}
.checkout-payment-method .payment-method-content button.action.primary.checkout {
  font-size: 13px !important;
  padding: 0 24px !important;
  margin-top: 20px;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 0px solid #cccccc;
  padding: 0;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method .payment-method-title input {
  display: none;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method .payment-method-title label {
  display: block;
  width: 100%;
  padding: 16px 12px;
  box-sizing: border-box;
  border: 2px solid #e4e4e4;
  cursor: pointer;
  border: 1px solid #cccccc;
  position: relative;
  padding-left: 58px;
  font-size: 16px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method .payment-method-title label:before {
  content: "";
  background: url(../images/get-money-icon.svg);
  width: 34px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 10px;
}
.checkout-payment-method .step-title {
  padding-bottom: 12px;
  border: none;
  font-size: 16px;
  border-bottom: 0;
  margin-bottom: 0;
  text-align: left;
  margin-top: 0;
  text-transform: uppercase;
  padding-top: 20px;
}
body.checkout-index-index .page-main .columns #checkout .opc-wrapper #opc-shipping_method.checkout-shipping-method #checkout-step-shipping_method #shipping-method-buttons-container {
  float: left;
  width: auto;
  position: relative;
  margin-top: 10px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details a {
  color: #000;
  text-decoration: underline;
}
.checkout-payment-method .payment-method-title {
  padding: 0px 0;
  margin: 0;
}
.checkout-payment-method .payment-method {
  margin-top: 10px;
}
.checkout-success .actions-toolbar {
  text-align: center;
  margin-top: 20px;
}
aside.modal-popup.coupon-list-container .coupon-wrapper {
  border: 0 !important;
}
aside.modal-popup.coupon-list-container .modal-inner-wrap {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.opc-block-summary .product-item .product-item-inner {
  width: 100%;
  margin-bottom: 4px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title button.action.action-edit {
  display: inline-block;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title button.action.action-edit:before {
  color: "";
  content: "";
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title button.action.action-edit span {
  overflow: visible;
  clip: auto;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0;
  border: 1px solid #ccc;
  right: 30px;
  top: 20px;
  font-size: 12px;
  padding: 4px 12px;
}
.checkout-index-index .minicart-items .product-item-details .details-qty {
  margin: 4px 0px;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .product .product-item-details .product-item-inner .subtotal {
  font-size: 11px;
  margin-top: 8px;
}
.coupon-list-container .modal-inner-wrap .modal-header .action-close:before {
  top: 0 !important;
  content: "\e616";
  font-family: "luma-icons";
  color: #fff !important;
}
.opc-block-summary .product-item .product-item-inner {
  width: 100%;
}
.checkout-index-index .minicart-items .product-item-name {
  margin: 0 0 4px;
}
.checkout-index-index .minicart-items .product-item-details .details-qty {
  margin-top: 4px;
}
.view-coupon-list-link .view-coupon {
  width: 100%;
  background: #fff;
  border: 0.800000011920929px dashed #d4d4d4;
  border-radius: 5px;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
}
.checkout-index-index .coupon-list-container .modal-inner-wrap .modal-header .action-close:before {
  color: #ffffff !important;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-name {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.checkout-index-index .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-cancel {
  background: #000 !important;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 12px;
}
.view-coupon-list-link .view-coupon .coupons {
  display: flex;
}
.view-coupon-list-link .view-coupon .coupons .coupons_icon {
  margin-right: 6px;
}
.checkout-index-index .coupon-list-container .modal-popup .modal-inner-wrap {
  margin-left: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.coupon-list-container .modal-inner-wrap {
  padding: 0;
}
.coupon-list-container .modal-inner-wrap {
  padding: 0;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper {
  border: 0px dotted #cacaca;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.coupon-list-container .modal-inner-wrap header.modal-header {
  background: #000;
  color: #fff;
  padding: 16px !important;
}
.coupon-list-container .modal-inner-wrap header.modal-header .modal-title {
  color: #fff;
  font-size: 14px !important;
}
.coupon-list-container .modal-inner-wrap .modal-header .action-close {
  top: 9px;
  right: 15px;
}
.coupon-list-container .modal-inner-wrap .modal-header .action-close:before {
  color: #000 !important;
}
body.checkout-index-index .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-name {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description .description p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  color: #24201b;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper {
  border: 0px dotted #cacaca;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
  position: relative;
}
body .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-code {
  font-size: 12px;
  padding: 0px 8px;
  height: 28px;
  min-width: max-content;
  display: inline-block;
  line-height: 28px;
  border-bottom: 1px dotted #cacaca !important;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details {
  width: 100%;
  flex: none;
  text-align: left;
  margin-top: 10px;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions.primary {
  position: absolute;
  right: 0;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions.primary button.action.action-apply {
  background: #000;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 12px;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-cancel {
  background: #000;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 12px;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-apply:hover,
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-cancel:hover {
  background: #000;
}
.checkout-onepage-success main#maincontent {
  margin-top: 60px;
  text-align: center;
}
.checkout-onepage-success main#maincontent .actions-toolbar .primary {
  float: none;
  margin-top: 30px;
}
.checkout-onepage-success .action.print {
  display: none;
}
.checkout-onepage-success .page-title {
  font-size: 25px;
  color: #000;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.checkout-onepage-success .checkout-success a.order-number {
  color: #000;
  text-decoration: underline;
}
#checkout-shipping-method-load table.table-checkout-shipping-method {
  display: none;
}
button.action.action-select-shipping-item {
  background: transparent;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 11px;
}
.minicart-items .action.delete:before {
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
}
@media (max-width: 1024px) {
  .minicart-items .action.delete:before {
    font-size: 14px;
  }
}
.delivery-detail {
  font-size: 11px;
  padding: 0 !important;
  float: left;
  width: 100%;
}
.product-item-details .secondary {
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-index-index fieldset#customer-email-fieldset {
  margin: 0;
}
#checkout form.form.form-login {
  margin: 0;
  border: 0;
  padding: 0;
}
.checkout-index-index .new-shipping-address-modal .modal-inner-wrap .modal-footer .action.primary span {
  color: #fff;
}
#customer-email-fieldset .field-tooltip.toggle {
  display: none;
}
#checkout form.form.form-login {
  margin: 0;
}
.check-loginlink {
  width: 60%;
  padding-right: 0;
  float: left;
  padding: 0 15px;
  margin-top: 0;
  box-sizing: border-box;
  text-align: center;
}
.check-loginlink a {
  width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  background: #000;
  color: #fff;
  padding: 10px;
  display: block;
  border-color: #000;
  text-transform: uppercase;
}
button.action.reload.captcha-reload {
  background: #000;
  color: #fff;
  border-color: #000;
  font-size: 12px;
}
.checkout-index-index #checkout .messages[data-role="checkout-messages"] {
  position: absolute;
  width: 60%;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
  background: #f9f9f9;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 15px;
}
.cart-totals table,
.opc-block-summary table {
  display: block !important;
  border-collapse: initial;
}
.cart-totals table tbody,
.opc-block-summary table tbody {
  display: flex;
  flex-wrap: wrap;
}
.cart-totals table tbody tr,
.opc-block-summary table tbody tr {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
}
.cart-totals table tbody tr td,
.opc-block-summary table tbody tr td {
  display: flex !important;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .cart-totals table tbody tr,
  .opc-block-summary table tbody tr {
    font-size: 12px;
  }
}
.cart-totals table tbody tr.productsalesrulespecificoupon,
.opc-block-summary table tbody tr.productsalesrulespecificoupon {
  margin: 10px 0;
}
.cart-totals table tbody tr.productsalesrulespecificoupon td,
.opc-block-summary table tbody tr.productsalesrulespecificoupon td {
  border: 1px solid #04a91e;
  border-style: dashed;
  font-size: 10px;
  width: 100%;
  text-align: center;
  background: #effff5;
  color: #04a91e;
  align-items: center;
  justify-content: center;
  grid-gap: 3px;
}
.cart-totals table tbody tr.yourTotalMrpAmount .amount,
.opc-block-summary table tbody tr.yourTotalMrpAmount .amount {
  text-decoration: line-through;
}
.cart-totals table tbody tr.totals.sub,
.opc-block-summary table tbody tr.totals.sub {
  order: 2;
}
.cart-totals table tbody tr:nth-child(2),
.opc-block-summary table tbody tr:nth-child(2) {
  order: 1;
}
.cart-totals table tbody tr:nth-child(3),
.opc-block-summary table tbody tr:nth-child(3) {
  order: 3;
}
.cart-totals table tbody tr:nth-child(4),
.opc-block-summary table tbody tr:nth-child(4) {
  order: 4;
}
.cart-totals table tbody tr:nth-child(5),
.opc-block-summary table tbody tr:nth-child(5) {
  order: 5;
}
.cart-totals table tbody tr:nth-child(6),
.opc-block-summary table tbody tr:nth-child(6) {
  order: 6;
}
.cart-totals table tbody tr:nth-child(7),
.opc-block-summary table tbody tr:nth-child(7) {
  order: 7;
}
.cart-totals table tbody tr:nth-child(8),
.opc-block-summary table tbody tr:nth-child(8) {
  order: 8;
}
.cart-totals table tbody tr:nth-child(9),
.opc-block-summary table tbody tr:nth-child(9) {
  order: 9;
}
.cart-totals table tbody tr.productsalesrulespecificoupon,
.opc-block-summary table tbody tr.productsalesrulespecificoupon {
  order: 9 !important;
  margin: 0;
}
.cart-totals table tbody tr.grand.totals.changegrandtotal,
.opc-block-summary table tbody tr.grand.totals.changegrandtotal {
  order: 8 !important;
}
.cart-totals table tbody tr.grand.totals.changegrandtotal .amount,
.opc-block-summary table tbody tr.grand.totals.changegrandtotal .amount {
  border-top: 0 !important;
}
.opc-block-summary .table-totals .grand .mark {
  padding: 0;
  margin-bottom: 10px;
}
.checkout-cart-index .page-main .columns .cart-container .cart-summary #cart-totals .grand .mark,
.checkout-cart-index .page-main .columns .cart-container .cart-summary #cart-totals .grand .amount {
  border: 0;
}
.opc-block-summary .table-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark {
  border: 0;
}
.checkout-index-index .columns .main #checkout aside.custom-slide .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary .table-totals {
  padding-bottom: 30px;
}
.opc-block-summary .table-totals .grand .mark {
  display: flex;
  align-items: center;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method .payment-method-title label .cod_title {
  display: block;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method .payment-method-title label .include_text {
  background: #e3e3e3;
  border-radius: 5px;
  font-size: 12px;
  color: #000;
  padding: 2px 5px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method .codincreaseamount {
  padding: 30px 0 0 23px;
}
.checkout-index-index .page-main .opc-wrapper .checkout-payment-method .payment-method .codincreaseamount strong {
  font-weight: 600;
  display: block;
  margin: 10px 0 20px 0;
}
.checkout-index-index .popUpShow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  display: none;
}
.checkout-index-index .popUpShow .popUpContent {
  background: #ffffff;
  margin: 0 auto;
  width: 460px;
  padding: 20px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  border-radius: 20px;
}
.checkout-index-index .popUpShow .popUpContent .codincreaseamount {
  padding: 0 !important;
}
.checkout-index-index .popUpShow .popUpContent .codincreaseamount strong {
  margin-top: 0 !important;
  font-size: 15px;
}
.checkout-index-index .popUpShow .popUpContent .codincreaseamount p {
  font-size: 13px;
}
.checkout-index-index .popUpShow .popUpContent .close_btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0;
  cursor: pointer;
}
.checkout-index-index .popUpShow .popUpContent .close_btn::before {
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  font-size: 16px;
}
.checkout-index-index .popUpShow .popUpContent .actions-toolbar .primary {
  width: 100%;
}
.checkout-index-index .popUpShow .popUpContent .actions-toolbar .primary button.checkout {
  border-radius: 15px;
  background: #fff;
  color: #000;
  padding: 10px 0px !important;
  line-height: normal;
  height: 48px;
}
.checkout-index-index .popUpShow .popUpContent .actions-toolbar .primary button.p_now {
  background: #000;
  color: #fff;
  border-radius: 15px;
  padding: 15px 0px;
  margin-top: 15px;
  font-size: 12px;
  width: 100%;
  height: 48px;
}
.checkout-index-index .popUpShow .overlap_div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.checkout-index-index.active .popUpShow {
  display: flex;
}
body.rma-rma-guestreturn .column.main {
  width: 100%;
  margin: 60px 0px;
}
body.rma-rma-guestreturn .column.main .guest-from {
  width: 500px;
  margin: 0 auto;
}
body.rma-rma-guestreturn .column.main .guest-from .block-title h2 {
  font-size: 25px;
  font-weight: 500;
  color: #000;
}
body.rma-rma-guestreturn .column.main .guest-from form .action.primary {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 12px;
}
body.rma-rma-guestreturn .sidebar.sidebar-additional {
  display: none;
}
.customer-account-logoutsuccess .page-main {
  text-align: center;
}
.customer-account-logoutsuccess .page-main .page-title-wrapper {
  margin-top: 70px;
}
.customer-account-logoutsuccess .page-main .page-title-wrapper h1.page-title {
  margin-bottom: 15px;
  color: #000;
  letter-spacing: normal;
  font-size: 30px;
}
#showcomments table {
  border-collapse: separate;
  border-spacing: 0;
  width: 600px;
  margin: 0 auto;
  margin-top: -30px;
}
#showcomments thead th {
  background: #f1f1f1;
}
#showcomments td {
  font-size: 12px;
}
div#showcomments {
  max-width: 1000px;
  margin: 0 auto;
}
div#showcomments .product {
  margin-bottom: 20px;
}
.main_order_items .left_section .product_items .right_section p {
  margin-top: 10px;
  font-size: 12px;
}
.main_order_items .left_section .product_items .right_section h2 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  text-transform: capitalize;
  color: #393939;
}
#showtract {
  margin: 50px 0px;
}
.trackbtn {
  display: block;
  width: max-content;
  text-align: right;
  margin-top: -17px;
  float: right;
  margin-left: 0;
  width: 100%;
}
.trackbtn a {
  background: #000;
  padding: 10px;
  border: 1px solid #000;
  color: #FFF;
  text-transform: capitalize;
  border-radius: 30px;
  font-size: 11px;
}
.main_order_items .right_section ul {
  display: flex;
  justify-content: right;
  width: 100%;
}
.main_order_items {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 50px;
  max-width: 1200px;
  justify-content: space-between;
}
.main_order_items .left_section {
  width: 30%;
}
.main_order_items .left_section .product_items {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
}
.main_order_items .left_section .product_items .left_section {
  width: 90px;
}
.main_order_items .left_section .product_items .left_section img {
  width: 90px;
}
.main_order_items .left_section .product_items .right_section {
  width: calc(50%);
}
.main_order_items .right_section {
  width: 70%;
}
.main_order_items .right_section ul {
  display: flex;
  justify-content: right;
  width: 100%;
}
.main_order_items .right_section ul li {
  margin: 0;
  position: relative;
  width: 28%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  grid-gap: 10px;
  text-align: left;
}
.main_order_items .right_section ul li .line {
  height: 6px;
  background: #f5f5f5;
  display: block;
  width: 100%;
  position: relative;
  left: 0px;
}
.main_order_items .right_section ul li.active .line {
  background: #b1e9a9;
}
.main_order_items .right_section ul li:last-child .line:after {
  right: 0;
  left: auto;
}
.main_order_items .right_section ul li .line:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f5f5f5;
  right: auto;
  top: -8px;
  left: -2px;
}
.main_order_items .right_section ul li.active .line:after {
  background: #b1e9a9;
}
.main_order_items .right_section ul li:last-child {
  background: transparent;
  width: 100px;
}
.main_order_items .right_section ul li.cancel.active span.line {
  background: #ff9b9b;
}
.main_order_items .right_section ul li .status {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: left;
}
.main_order_items .right_section ul li .date {
  display: block;
  width: 100%;
  height: 22px;
  font-size: 12px;
}
.main_order_items .right_section ul li:last-child span.status {
  text-align: right;
}
.main_order_items .right_section ul li.cancel {
  display: none;
}
.main_order_items .right_section ul li.cancel.active {
  display: flex;
}
.main_order_items .right_section ul li.cancel.active .line:after {
  background: #ff9b9b;
}
.htmlsitemap-index-index .page-title-wrapper {
  text-align: center;
}
.htmlsitemap-index-index .sitemap-search {
  width: 40%;
  margin: 0 auto 50px auto;
}
.htmlsitemap-index-index .breadcrumbs,
.htmlsitemap-catalog_product-products .breadcrumbs,
.htmlsitemap-catalog_category-categories .breadcrumbs {
  padding-left: 30px;
  padding-right: 30px;
}
.htmlsitemap-index-index .page-main,
.htmlsitemap-catalog_product-products .page-main,
.htmlsitemap-catalog_category-categories .page-main {
  padding: 0 30px !important;
  padding-right: 2% !important;
}
.htmlsitemap-index-index .page-main .sitemap-item-section .sitemap-title,
.htmlsitemap-catalog_product-products .page-main .sitemap-item-section .sitemap-title,
.htmlsitemap-catalog_category-categories .page-main .sitemap-item-section .sitemap-title {
  font-size: 18px;
  font-weight: 400;
  border-left: 5px solid #cd1e70;
  padding-left: 8px;
}
.htmlsitemap-index-index .page-main .sitemap-item-section .block-categories ul li a,
.htmlsitemap-catalog_product-products .page-main .sitemap-item-section .block-categories ul li a,
.htmlsitemap-catalog_category-categories .page-main .sitemap-item-section .block-categories ul li a {
  color: #000;
  font-size: 11px !important;
  text-decoration: none !important;
  line-height: 24px;
  padding: 0;
}
.htmlsitemap-index-index .page-main .sitemap-item-section .block-categories .accordion > ul > li > a,
.htmlsitemap-catalog_product-products .page-main .sitemap-item-section .block-categories .accordion > ul > li > a,
.htmlsitemap-catalog_category-categories .page-main .sitemap-item-section .block-categories .accordion > ul > li > a {
  margin-bottom: 10px;
}
.htmlsitemap-index-index .page-main .sitemap-item-section .sitemap-item-wrap,
.htmlsitemap-catalog_product-products .page-main .sitemap-item-section .sitemap-item-wrap,
.htmlsitemap-catalog_category-categories .page-main .sitemap-item-section .sitemap-item-wrap {
  grid-gap: 10px;
  padding-left: 15px;
}
.htmlsitemap-index-index .page-main .sitemap-item-section .sitemap-item-wrap a,
.htmlsitemap-catalog_product-products .page-main .sitemap-item-section .sitemap-item-wrap a,
.htmlsitemap-catalog_category-categories .page-main .sitemap-item-section .sitemap-item-wrap a {
  color: #000;
  font-size: 11px !important;
  text-decoration: none !important;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.htmlsitemap-index-index .page-main .sitemap-item-section .view-more,
.htmlsitemap-catalog_product-products .page-main .sitemap-item-section .view-more,
.htmlsitemap-catalog_category-categories .page-main .sitemap-item-section .view-more {
  width: 80px;
  margin: 0 auto !important;
  display: block !important;
  text-align: center;
  border-radius: 0;
  padding: 8px 10px;
}
.htmlsitemap-index-index .block-categories ul > li {
  padding-left: 15px !important;
  margin: 0;
}
.htmlsitemap-index-index .block-categories ul > li a {
  margin-bottom: 0;
  padding: 0;
  font-weight: 500;
}
.htmlsitemap-index-index .block-categories ul > li > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
  grid-gap: 10px;
}
.htmlsitemap-index-index .block-categories ul > li > ul > a {
  margin-bottom: 10px;
}
.htmlsitemap-index-index .block-categories ul > li > ul li {
  padding-left: 0 !important;
}
.htmlsitemap-index-index .block-categories ul > li > ul li ul {
  display: block;
  margin-top: 10px;
}
.htmlsitemap-index-index .block-categories ul > li > ul li ul li {
  margin-bottom: 10px;
}
.htmlsitemap-catalog_category-categories .column.main {
  width: 100% !important;
  padding: 0;
}
.htmlsitemap-catalog_category-categories .column.main .accordion > ul {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px;
}
.htmlsitemap-catalog_category-categories .column.main .accordion > ul > li {
  padding: 0;
}
.htmlsitemap-catalog_category-categories .column.main .accordion > ul > li > a {
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0;
}
.htmlsitemap-catalog_category-categories .column.main .accordion > ul > li ul li {
  padding: 0;
  margin: 0;
}
