.contact-us-signup-message {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: 999; }

.contact-us-signup-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px green;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .contact-us-signup-alert.show {
    display: block; }

.store-locator-container .btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: var(--skin-primary-color-1);
  border-radius: 0;
  color: var(--skin-primary-color-1); }

.store-locator-container .btn-storelocator-search:hover {
  background-color: var(--skin-primary-color-1);
  color: #f9f9f9; }

.store-locator-container .detect-location {
  margin-bottom: 1em; }

.store-locator-container .store-name {
  font-weight: 600; }

.store-locator-container .store-details {
  display: block; }

@media (min-width: 769px) {
  .store-locator-container .store-details {
    margin-left: 3.125em; } }

.store-locator-container .striped > div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.store-locator-container .search-form {
  width: 100%;
  margin-bottom: 4rem; }

@media (min-width: 544px) {
  .store-locator-container .select-store {
    margin-top: -3rem; } }

.store-locator-container .custom-radio .store-details {
  margin-left: 1.125em; }

.store-locator-container .store-locator-no-results {
  display: none; }

@media (min-width: 769px) {
  .store-locator-container .results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 21.875em; } }

.in-store-inventory-dialog {
  max-width: 56.25em; }

@media (min-width: 544px) {
  .in-store-inventory-dialog .mt-auto {
    margin-top: -2rem !important; } }

@media (max-width: 543.98px) {
  .in-store-inventory-dialog .mt-auto {
    margin-top: 1.15em !important; } }

.btn-storelocator-search {
  background-color: #f9f9f9;
  border-color: #00a1e0;
  border-radius: 0;
  color: #00a1e0;
  margin-bottom: 1rem; }

.btn-storelocator-search:hover {
  background-color: #00a1e0;
  color: #f9f9f9; }

.store-name {
  font-weight: 600; }

.btn-get-in-store-inventory .btn-storelocator-search {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%; }

@media (min-width: 544px) {
  .btn-get-in-store-inventory .btn-storelocator-search {
    margin-top: 2rem;
    margin-bottom: 0; } }

.selected-store-with-inventory .change-store {
  margin: 0 1em 1em;
  width: auto; }

.display-none {
  display: none; }

.modal-header {
  background-color: #eee;
  border-bottom: 2px solid #ccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem; }

.modal-header .close {
  font-size: 2rem; }

.modal-header .close span {
  font-size: 1rem;
  margin-right: 0.313em; }

.add-to-registry-message {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-registry-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

.add-to-registry-alert.show {
  display: block; }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: beige;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-beige.disabled {
  opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: beige;
  border-radius: 0.69em;
  background-color: beige;
  display: block;
  position: relative; }

.swatch-filter-beige.disabled {
  opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-black.disabled {
  opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }

.swatch-filter-black.disabled {
  opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-blue.disabled {
  opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }

.swatch-filter-blue.disabled {
  opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: brown;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-brown.disabled {
  opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: brown;
  border-radius: 0.69em;
  background-color: brown;
  display: block;
  position: relative; }

.swatch-filter-brown.disabled {
  opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-green.disabled {
  opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }

.swatch-filter-green.disabled {
  opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-grey.disabled {
  opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }

.swatch-filter-grey.disabled {
  opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: navy;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-navy.disabled {
  opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: navy;
  border-radius: 0.69em;
  background-color: navy;
  display: block;
  position: relative; }

.swatch-filter-navy.disabled {
  opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: orange;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-orange.disabled {
  opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: orange;
  border-radius: 0.69em;
  background-color: orange;
  display: block;
  position: relative; }

.swatch-filter-orange.disabled {
  opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-pink.disabled {
  opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }

.swatch-filter-pink.disabled {
  opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: purple;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-purple.disabled {
  opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: purple;
  border-radius: 0.69em;
  background-color: purple;
  display: block;
  position: relative; }

.swatch-filter-purple.disabled {
  opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: red;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-red.disabled {
  opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: red;
  border-radius: 0.69em;
  background-color: red;
  display: block;
  position: relative; }

.swatch-filter-red.disabled {
  opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-white.disabled {
  opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }

.swatch-filter-white.disabled {
  opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }

.swatch-circle-yellow.disabled {
  opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }

.swatch-filter-yellow.disabled {
  opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0, #821e91, #821e91 25%, #edd134 0, #ff0 50%, #edd134 0, #59ba00 0, #59ba00 76%, #111 0, #111), linear-gradient(0, #0e5cd1, #0e5cd1 50%, #e20b0b 0, #e20b0b);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }

.swatch-circle-miscellaneous.disabled {
  opacity: 0.2; }

.swatch-circle-miscellaneous.selected:after {
  transform: rotate(-35deg); }

.product-detail .attributes .swatch-circle {
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }

@media only screen and (min-width: 768px) {
  .product-detail .attributes .swatch-circle {
    margin-left: 0.438rem; } }

@media only screen and (max-width: 768px) {
  .product-detail .attributes .swatch-circle {
    margin-left: 0.313rem; } }

.product-detail
.attributes
.swatch-circle.color-value[data-selected="true"]:after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: FontAwesome;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute; }

.product-detail .attributes .swatch-circle.color-value.selected:after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: FontAwesome;
  font-size: 1.625em;
  left: 0.31em;
  position: absolute;
  top: 0.35em; }

.product-detail .attributes .swatch-circle.color-value.selected:after,
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em; }

.product-detail .swatch-circle.unselectable,
.product-detail [disabled] .swatch-circle {
  cursor: not-allowed; }

.product-detail .swatch-circle.unselectable.color-value.selected:after,
.product-detail [disabled] .swatch-circle.color-value.selected:after {
  background-color: #495057; }

label.color ~ a:hover {
  text-decoration: none; }

.description-and-detail {
  margin-top: 5%; }

@media (max-width: 543.98px) {
  .description-and-detail {
    margin-top: 0; }
  .description-and-detail .title {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: Dosis, sans-serif; }
  .description-and-detail > div:last-child {
    margin-bottom: 1em; } }

@media (min-width: 544px) {
  .description-and-detail .description {
    margin-bottom: 2em; } }

@media (max-width: 543.98px) {
  .description-and-detail .content {
    margin-top: 1em; } }

.social-container {
  padding-top: 0.9375em;
  text-align: center;
  margin-left: -7%; }

.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0; }

@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em; } }

.social-container .social-icons a,
.social-container .social-icons i {
  color: #444;
  padding-right: 0.2em; }

label.availability {
  padding-right: 0.3125em; }

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    margin-right: -0.9375em;
    padding: 0.1875em; } }

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em; }

.promotions {
  font-weight: 400;
  text-align: left;
  height: 85%;
  padding: 0 0 2% 0;
  color: red;
  margin-left: 2px; }

.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00; }

@media (min-width: 544px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em; } }

.promotions div.collapsible-xl button.callout:after {
  color: #000; }

.product-breadcrumb .breadcrumb {
  border-bottom: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 15px 15px 5px 15px; }

@media (max-width: 991.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc; } }

.pdp-price-div .price-checkoutPage {
  color: #6e6e6e;
  font-size: 30px !important;
  font-weight: 400;
  font-family: Patron; }

.product-options {
  margin-top: 10px; }

@media only screen and (max-width: 768px) {
  .rem-margin {
    margin-top: 0rem; } }

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }

.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  transition-timing-function: ease-in-out; }

.color-attribute {
  border: 0;
  padding: 0;
  background: 0; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em; }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px; } }

.attribute {
  margin-top: 0.938em; }

.attribute label {
  display: block; }

.swatch a {
  text-decoration: none; }

@media (max-width: 543.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices-add-to-cart-actions {
  width: 100%;
  bottom: 0;
  padding-right: 0;
  padding-left: 0;
  left: 0; }

@media (max-width: 543.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95); } }

@media (min-width: 544px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em; } }

.prices,
.prices-add-to-cart-actions .price {
  text-align: center; }

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em; }

.cart-and-ipay {
  text-align: center; }

@media (max-width: 543.98px) {
  .cart-and-ipay {
    padding-bottom: 26px; }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block; } }

.add-to-cart-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-basket-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0 {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  to {
    opacity: 0; } }

.add-to-basket-alert.show {
  display: block; }

.main-attributes,
.simple-quantity {
  margin-top: 1em; }

.size-chart,
div.availability {
  margin-top: 1.071em; }

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc; }

.bundle-item:last-child {
  border-bottom: 0; }

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 0.1rem !important; }

@media (max-width: 543.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

.commercepayments.cart-and-ipay .add-to-cart {
  width: 100%;
  display: block; }

@media (max-width: 543.98px) {
  .commercepayments.cart-and-ipay .add-to-cart {
    width: 100%;
    margin: 0; } }

.salesforce-buynow-element {
  width: 100%; }

.salesforce-buynow-element:not(:empty) {
  margin-top: 1em; }

.salesforce-buynow-element-errors {
  margin-top: 0.75rem;
  text-align: left; }

.salesforce-buynow-element[disabled] {
  display: none; }

.product-list-button-spacer,
.wl-or-gr-ispu {
  padding-top: 1rem; }

@media (min-width: 544px) {
  .product-list-button-spacer {
    padding-top: 0; } }

@media (max-width: 992px) and (min-width: 768px) {
  .product-list-button-spacer button span {
    font-size: 0.7rem; } }

.salesforce-buynow-element {
  padding: 0 1.5em; }

.pdp_svg_icon {
  width: 3%; }

.prices {
  text-align: left !important;
  color: #767676; }

.price {
  text-align: left !important; }

.shop_the_look_heading {
  font-size: 40px;
  font-family: "Patron";
  font-weight: 250;
  color: #3a2e2c;
  display: inline-block;
  padding-bottom: 35px; }

.shop_the_look_div {
  margin-top: 42px; }

.line_shop {
  width: 87px;
  height: 0;
  border: 1px solid black;
  margin: 11px;
  display: inline-block; }

.shop-look-main-div {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center; }

.plusIcon-pdpPage {
  position: absolute;
  top: 44%; }

.pdp-container-main-layout {
  padding: 0 50px !important;
  max-width: 100% !important; }

.pdp-main-carouel-div {
  background-color: #efecf0;
  margin-bottom: 60px;
  margin-top: 60px;
  padding-bottom: 126px; }

.pdp-similar-styles-text {
  padding-bottom: 20px !important;
  font-family: "Patron";
  font-size: 40px;
  font-weight: 250;
  padding: 36px 70px 0 !important;
  margin: 0 0 59px; }

.short_discription_text {
  font-family: "Patron";
  font-weight: 250;
  font-size: 13px;
  color: #000; }

.product_name_pdp {
  font-family: "Patron";
  font-weight: 250;
  font-size: 30px;
  color: #21293c;
  line-height: 42px;
  margin: 0; }

.inclusive_taxes {
  font-family: "Patron";
  font-weight: 300;
  font-size: 12px;
  color: #767676;
  line-height: 22px;
  padding-bottom: 1.5%; }

.price_div_pdp {
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: 250 !important;
  color: #767676;
  font-family: "Patron";
  line-height: 42px;
  padding: 5px 0 !important; }

.price_div_pdp > p {
  margin: 0 10px 0 0; }

.write_review_text {
  display: inline-block;
  float: right;
  font-family: "Patron";
  font-weight: 300;
  font-size: 12px;
  color: #000;
  margin-top: 18px; }

.avail_club_offer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fdf8eb;
  width: 389px;
  height: 61px;
  gap: 10px; }

.text_avail {
  font-family: "Patron";
  font-weight: 400;
  font-size: 12px;
  color: #000; }

.main_div_use_code {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  border: 1px solid #e4e4e4;
  width: 389px;
  height: 61px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 23px;
  margin-bottom: 40px; }

.hr_line_pdp {
  border-left: 1px solid #e4e4e4;
  height: 22px;
  margin-top: 5px; }

.use_code {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: "Patron";
  color: #000; }

.use_special {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-family: "Patron";
  color: #c60a00; }

.use_get {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: "Patron";
  color: #747474; }

.use_extra {
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-family: "Patron";
  color: #000; }

.place_holder__text {
  border: 0;
  outline: 0;
  width: 65%;
  margin-top: 9px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  font-size: "Patron-Light";
  color: #666; }

.pincode_check {
  border: 1px solid black;
  width: 220px;
  margin-top: 10px;
  height: 41px; }

.check_value {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  font-family: "Patron";
  border: 0;
  background: 0; }

.size_color_qty {
  padding: 0 !important; }

.offer_design {
  width: 48px;
  height: 20px;
  background-color: #e97a1e;
  font-size: 11px;
  font-weight: 500;
  font-family: "Patron";
  color: #fff;
  padding: 2px 8px; }

.pdp-name-rating {
  padding: 0;
  padding-left: 0;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.pdp-name-desc {
  max-width: 100%; }

.secure-payment-div {
  margin-bottom: 10px !important;
  font-family: "Patron-Light"; }

.return-div {
  padding-right: 5rem;
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Patron";
  line-height: 22px;
  color: #3a2e2c;
  margin: 0;
  margin-left: 2px; }

.estimated-days-custom {
  margin-top: 9px; }

@media (max-width: 768px) {
  .estimated-days-custom {
    font-size: 14px;
    margin-top: 10px; }
  .return-div {
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Patron";
    line-height: 20px;
    color: #3a2e2c;
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
    background-color: white;
    margin-left: 0; } }

.pdp-similar-style-desktop {
  display: block !important; }

.check-pincode-text-pdp {
  font-family: "Patron-Light";
  margin-top: 4%; }

@media only screen and (min-width: 768px) {
  .remove-pdp-pad {
    margin-left: -0.75rem; }
  .remove-pdp-pad-label {
    margin-left: -0.8rem; }
  .margin-non-input-label {
    margin-left: 0.125rem; }
  .qty-text-add-mar {
    margin-left: 0.063rem; } }

.secure-free-free-return {
  font-size: 14px;
  margin-top: 3.9% !important; }

.estimated-success {
  color: #0073b4; }

.estimated-error {
  color: red; }

@media (max-width: 376px) {
  .pdp-price-div .price_div_pdp {
    font-size: 22px; } }

@media (max-width: 768px) {
  .pdp-similar-style-desktop {
    display: none !important; }
  .shop-look-main-div-md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .shop_the_look_div-md {
    display: -ms-flexbox;
    display: flex; }
  .shop_the_look_heading-md {
    font-size: 30px; }
  .line_shop-md {
    margin-top: 21px; }
  .plusIcon-pdpPage-md {
    right: 121px; }
  .pdp-main-carouel-div-md {
    margin-top: 50px;
    background-color: #fff;
    padding-left: 10px; }
  .pdp-similar-styles-text-md {
    font-size: 30px;
    padding: 0 !important; }
  .product-name-md-screen-pdp {
    display: none; }
  .pdp-container-main-layout-md {
    padding: 0 !important; }
  .prices-add-to-cart-actions-md {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
    position: static !important; }
  .short_discription_text_md {
    padding: 0 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: 250;
    color: #000; }
  .product_name_pdp_md {
    font-weight: 250;
    font-size: 16px;
    line-height: 24px;
    margin-top: 3%; }
  .main_div_use_code {
    width: 95%;
    margin-left: auto;
    margin-right: auto; }
  .avail_club_offer {
    width: 95%;
    margin-left: auto;
    margin-right: auto; }
  .offer_design {
    margin-left: 8px; }
  .price_div_pdp {
    font-size: 24px;
    padding-left: 10px;
    -ms-flex-align: baseline;
        align-items: baseline;
    padding: 0 12px 0 12px !important; }
  .social-container {
    padding-top: 0;
    text-align: center;
    padding-bottom: 15%;
    margin-left: 0; }
  .inclusive_taxes {
    padding-left: 14px; }
  .write_review_text {
    padding-right: 10px; }
  .size_color_qty {
    margin-left: 10px; }
  .secure-payment-div {
    margin-bottom: 1.1rem !important; }
  .pincode_check {
    width: 100% !important; }
  .place_holder__text {
    width: 75% !important; }
  .pdp-item-title {
    line-height: 20px;
    font-size: 12px; }
  .check-pincode-text-pdp {
    margin-top: 0; } }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .plusIcon-pdpPage {
    left: 44%;
    top: 47%; } }

.pdp-product-details {
  font-size: 18px;
  font-family: Patron;
  color: #444; }

.pdp-product-attr-val {
  font-size: 13px;
  font-weight: 300;
  font-family: "Patron-Light";
  color: #3a2e2c;
  line-height: 22px;
  margin: 5px 0 5px 0; }

.product-pdp-details-main-div {
  margin-top: 35px !important; }

.style-note-heading {
  font-size: 18px;
  font-family: "Patron";
  color: #444; }

.pdp-style-note-text {
  font-size: 13px;
  line-height: 22px;
  font-family: GT Sectra;
  margin: 7px 0;
  color: #3a2e2c; }

@media (max-width: 768px) {
  .detail-pdp-page-md {
    display: none !important; }
  .product-pdp-details-main-div-md {
    margin-top: 15px !important;
    padding-left: 10px; }
  .product-details-pdp-md {
    margin-bottom: 15px !important; }
  .product-material-pdp-md {
    margin-bottom: 15px !important; }
  .product-gender-pdp-md {
    margin-bottom: 15px !important; }
  .pdp-product-attr-val-md {
    margin: 5px 0 5px 0 !important; }
  .style-note-heading,
  .pdp-product-details {
    margin-top: 1rem !important;
    margin-bottom: 0.2rem !important;
    font-family: Patron !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 19px;
    color: #444; }
  .style-note-heading {
    padding-left: 10px; }
  .pdp-style-note-text,
  .pdp-product-attr-val-md {
    font-family: "Patron-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 22px;
    color: #3a2e2c; }
  .pdp-style-note-text {
    padding-left: 10px;
    line-height: 25px; }
  .pdp-product-details {
    margin-bottom: 15px; } }

.shop-the-look-firstImage {
  padding: 0 !important;
  max-width: 100% !important; }

.mask-custom-div {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.shop-the-look-secondImage {
  padding: 0 !important;
  max-width: 100% !important; }

.mask-custom-second-div {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.pdp-similar-styles-product-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 100px;
  width: 100% !important; }

.pdp-similar-styles-second-div {
  padding: 0 !important; }

.size-chart-img {
  width: 100%;
  height: 100%; }

.product-brand {
  font-size: 20px;
  font-family: "Patron";
  line-height: 32px;
  padding: 0;
  margin: 0; }

.carousel-similar-style {
  width: 30px !important;
  height: 28px !important; }

.carousel-similar-style {
  width: 5% !important; }

.carousel-icon-smlar-style {
  left: 0 !important; }

.carousel-similar-style-next {
  width: 8% !important;
  height: 28px !important; }

.customMadeSelect.selected,
.customMadeSelect:hover,
.customMadeSelect:focus {
  -webkit-print-color-adjust: exact;
  background-color: #3300ad !important;
  -webkit-transform-background-color: #3300ad !important;
  -moz-transform-background-color: #3300ad !important;
  -ms-transform-background-color: #3300ad !important;
  -o-transform-background-color: #3300ad !important;
  color: #fff;
  outline: 0; }

.modalSizechart .modal-dialog-custom {
  position: absolute;
  top: 0;
  left: 30%;
  transform: unset !important;
  background: white;
  width: 90%;
  max-width: 500px;
  border-radius: none;
  overflow: hidden; }

@media (max-width: 768px) {
  .product-brand {
    font-size: 14px !important;
    line-height: 22px !important; }
  .pdp-price-div .price-checkoutPage {
    font-size: 24px !important; }
  .carousel-similar-style {
    top: 37% !important; }
  .modal-backdrop.show {
    position: relative;
    opacity: 0 !important; }
  .size-chart-popup {
    top: 4.5rem !important; }
  .size-chart-popup .modal-content {
    margin-bottom: 6rem; } }

@media (min-width: 769px) {
  .custom-details-aldo {
    padding-left: 2px !important; }
  .cart-and-ipay {
    margin-left: -28px; } }

@media (max-width: 650px) {
  .pdp-container-main-layout {
    overflow-x: hidden; }
  .pdp-name-rating {
    padding: 10px; }
  .pdp-checkout-button {
    left: 0;
    position: fixed !important;
    bottom: 0;
    width: 100% !important;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background: white;
    padding: 0 !important;
    z-index: 999;
    border: 1px solid; }
  .custom_button_div {
    padding: 0 !important; }
  .add_tocart_pdp {
    outline: none !important; }
  .custom-details-aldo {
    padding: 0 6px !important; } }

.sales-price-custom {
  margin-left: 10px; }

.pdp-container-main-layout .carousel-item {
  transition: none !important; }

.festive-background-img-js {
  background-image: url("../../images/Festive-Design-Graphic_2000-x-2000px_reduced.jpg"); }

.vday-background-img-js {
  background-image: url("../../images/vdesktop.jpg"); }

.vday-background-img-mobile-js {
  background-image: url("../../images/vmobile.jpg"); }

.razorpay-test iframe {
  width: 100%;
  margin-left: 0; }

.walik_pillow .main-pillow-walk {
  margin-top: 4% !important; }

@media (min-width: 768px) {
  .product-detail .product_quantity_select_text {
    width: 18%; }
  .product-detail .product_quantity_main_container {
    display: -ms-flexbox;
    display: flex;
    gap: 6px; } }

@media (max-width: 768px) {
  .pdp-name-rating {
    padding: 16px 10px 10px 10px;
    background-color: white;
    padding-left: 20px; }
  .razorpay-test iframe {
    width: 86% !important;
    margin-left: 5.5% !important; }
  .product-breadcrumb .breadcrumb {
    padding: 0 0 10px 0;
    font-size: 13px; }
  .breadcrumb-item {
    margin-top: 6px; }
  .pillow_walk_dd .main-pillow-walk {
    margin-top: 10px !important; }
  .pillow_walk_dd .pdp-collapsible-xs .title::after {
    margin-top: -3px !important; }
  .quantity-div {
    padding-bottom: 5px !important;
    padding-right: 0; }
  .promotions {
    margin-left: 2%; }
  .main-pillow-walk {
    bottom: 7px !important;
    margin-top: 10% !important; }
  .quantity_wid {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .pdp-content {
    padding-top: 3%; }
  .pincode_check {
    margin-bottom: 8%; } }

.quantity_in {
  float: left;
  padding: 9px 0;
  margin-right: 10px; }

.quantity-div {
  margin-top: 14px; }

.pdp-carousel {
  margin-top: 1.5%; }

.vs-promotion-pdp {
  margin-top: 0; }

.vs-promotion-pdp {
  padding-left: 0px;
  margin-left: 0px; }

.noReturn-bold {
  font-weight: 700; }

.terms-and-condition-link {
  color: #3300ad !important; }

@media (min-width: 768px) {
  .vs-promotion-pdp {
    padding-left: 6px; }
  .container.pdp-container-main-layout {
    background-image: none !important; } }

@media (max-width: 768px) {
  .container.pdp-container-main-layout {
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    height: 100%; }
  .main-content {
    margin: 0px 24px;
    position: relative;
    z-index: 10; }
  .pdp-price-div {
    margin: 0px; }
  .content-two-div {
    padding: 0 1.25rem;
    background-color: white;
    margin-top: 20px;
    margin: 0 24px; }
  .attribute-content {
    background-color: white;
    padding: 0px 20px; }
  .pdp-price-div {
    margin: 0px;
    background-color: white; }
  .pdp-name-rating {
    padding: 10px;
    background-color: white;
    padding-left: 20px;
    padding-bottom: 2px; }
  .size_color_qty {
    margin-left: 0px !important; }
  .check-pincode-text-pdp {
    padding-top: 12px; }
  .promotion-div {
    margin: 0;
    background-color: white; }
  .bg-image-div {
    width: 100%;
    z-index: 0;
    background-position: center top;
    height: 100%;
    background-size: auto;
    position: fixed;
    left: 0;
    background-repeat: no-repeat; }
  .pillow-walk-content-div {
    padding-top: 40px; }
  .quantity-div {
    padding-bottom: 12px;
    padding-right: 0px; }
  .product-breadcrumb .breadcrumb {
    padding: 0px 0px 10px 0px;
    font-size: 13px; }
  .breadcrumb-item {
    margin-top: 6px; }
  .pillow_walk_dd .main-pillow-walk {
    margin-top: 10px !important; }
  .pillow_walk_dd .pdp-collapsible-xs .title::after {
    margin-top: -3px !important; }
  .quantity-div {
    padding-bottom: 5px !important;
    padding-right: 0px; }
  .promotions {
    margin-left: 2%; }
  .main-pillow-walk {
    bottom: 7px !important;
    margin-top: 10% !important; }
  .quantity_wid {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .pdp-content {
    padding-top: 3%; }
  .free-shipping-info {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 10px; } }

.razorpay-test {
  background-color: white; }

.quantity-div {
  margin-top: 14px; }

.pdp-carousel {
  margin-top: 1.5%; }

.vs-promotion-pdp {
  margin-top: 0; }

.free-shipping-info {
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-left: -0.8rem;
  margin-top: 10px; }

.free-shipping-text {
  font-size: 1rem;
  color: #008000;
  line-height: 24px;
  font-weight: 300;
  font-family: "Patron";
  margin-top: 0;
  margin-bottom: 0; }

@media (max-width: 992px) {
  .place_holder__text {
    width: calc(75% - 10px) !important; }
  .check_value {
    width: calc(25% - 10px) !important;
    padding: 0; } }

