/* Accessories listing page starts */
body[data-path="accessories"] {
  background-color: #fff !important;
}

body[data-path^="accessories/"] p,
body[data-path^="accessories/"] li,
body[data-path^="accessories/"] div,
body[data-path^="accessories/"] label {
  color: #14171a;
}

body[data-path^="accessories/"] a {
  color: black;
}

#page-accessories main.container {
  margin-top: 4rem !important;
}

#accessories_carousel {
  max-height: 200px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

#accessories_carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 20px;
  border: 0;
  opacity: 1;
  background-color: #bcbcbc;
}

#accessories_carousel .carousel-indicators li.active {
  background-color: #ffffff;
}

#accessories_carousel .carousel-caption {
  width: 25%;
  padding-top: 4.375rem;
  top: 0;
  bottom: 0;
  text-align: left;
}

#accessories_carousel .carousel-caption p {
  margin-bottom: 5px;
  color: #9e9e9e;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: 'DIN Alternate', sans-serif;
}

.carousel .carousel-caption button {
  padding: 5px 20px 0px;
  border: 2px solid #000000;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  background-color: #000000;
  font-family: 'DIN Condensed', sans-serif;
  text-transform: uppercase;
}

.carousel .carousel-caption button:hover {
  color: #000000;
  background-color: transparent;
}

#accessories_carousel.carousel .carousel-item img {
  height: 200px;
}

#accessories,
.filter {
  margin: 3.125rem 0;
}

.filter {
  justify-content: center;
}

.filter li a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.filter li {
  padding: 0.5rem 1rem;
}

.filter li.active {
  padding-bottom: 0;
  border: none;
  border-bottom: 2px solid #000;
  background: transparent;
}

.item {
  text-align: center;
  margin-bottom: 30px;
}

.item a {
  text-decoration: none;
}

.item p {
  margin-bottom: 0;
  color: #14171a;
  font-size: 1.125rem;
  font-weight: 600;
}

.item p.from_price {
  margin-bottom: 1.125rem;
}

.item p.from_price .price {
  color: #c95d2e;
  font-weight: 700;
}

.item p.from_price .discount {
  display: flex;
  flex-direction: column;
}

.item p.from_price .discount,
.item p.from_price .discount .cost {
  font-size: .8rem;
}

.item p.from_price .discount .regular_price,
.item p.from_price .discount .regular_price .cost {
  color: grey;
}

.item p.from_price .discount .regular_price {
  text-decoration: line-through;
}

.item p a {
  display: inline-block;
  padding: 10px 30px 5px;
  border: 2px solid #000000;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  background-color: #000000;
  font-family: 'DIN Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.item p a:hover {
  background-color: transparent;
  color: #000000;
}

#accessories .item .product-img img {
  max-width: unset;
  height: 7rem;
  margin: 0 auto;
}

.item img::after {
  content: " ";
  height: 0;
  width: 0;
  padding: 0;
  background-color: transparent;
}

#accessories .product {
  /* width: 15rem; */
  margin: 3.125rem 0;
  display: flex;
  flex-direction: column;
}

#accessories .product .product-img {
  display: flex;
  justify-content: center;
}

#accessories .product-info {
  margin-top: 10px;
  text-align: center;
  flex-grow: 1;
}

/* Accessories listing page ends */

/* Accessories detail page starts */

#page-accessories_detail {
  background-color: #fff!important;
}

#page-accessories_detail main.container {
  margin-top: 3rem !important;
}

.variation .price {
  display: inline-block;
  min-width: 4rem;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 1rem;
}

.variation .price .discount {
  display: flex;
  flex-direction: column;
  font-size: .8rem;
}

.variation .price .discount .regular_price,
.variation .price .discount .regular_price .cost {
  color: grey;
}

.variation .price .discount .regular_price {
  text-decoration: line-through;
}

.colors a {
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  border-radius: 18px;
  margin-right: 10px;
  display: inline-block;
}

.colors a.gray {
  background-color: #505050;
}

.colors a.green {
  background-color: #72c713;
}

.colors a.pink {
  background-color: #d77dff;
}

.colors a.blue {
  background-color: #26407b;
}

.colors a.brown {
  background-color: #7e5313;
}

.colors a.orange {
  background-color: #eb7434;
}

.accessories_detail {
  margin-top: 3.125rem;
}

/* Hack to replace Quill's way of generating DOM elements for bulleted lists */
.accessories_detail li[data-list="bullet"] {
  list-style-type: disc;
}

.accessories_detail .col-md-12 {
  margin-top: 3rem;
}

.accessories_detail h2 {
  margin-bottom: 30px;
}

.accessories_detail p {
  text-align: justify;
  color: #000;
}

.accessories_detail p.product_detail {
  margin-bottom: 20px;
}

#page-accessories_detail h2,
#page-accessories_detail h3 {
  color: #000;
  text-transform: uppercase;
}

#page-accessories_detail h3.product_name {
  padding-bottom: 5px;
  text-transform: uppercase;
  text-underline-position: under;
  text-decoration-color: #000;
}

.accessories_detail .col.md-6 img {
  max-width: 70%;
}

.accessories_detail button.btn-add-to-cart {
  border: 2px solid #14171a;
  background: #14171a;
  color: #fff;
}

.accessories_detail button.btn-add-to-cart:hover {
  border: 2px solid #14171a;
  background: #fff;
  color: #14171a;
}

.accessories_detail .btn-primary {
  color: white;
}

.product_image {
  text-align: center;
}

.customization p {
  font-size: 1rem;
}

.customization p select {
  outline: none;
  border: none;
  background-color: transparent;
  color: #14171a;
}

.customization select option {
  color: #14171a;
}

.customization .attribute {
  display: flex;
}

.customization .attribute label {
  flex: 0 0 auto;
  color: #14171a;
}
.customization .attribute .spacer {
  display: inline-block;
  flex: 1 1 auto;
}
.customization .attribute select {
  flex: 1 1 auto;
}

.accessories_detail button.btn-add-to-cart:disabled,
.accessories_detail button.btn-add-to-cart.disabled {
    transition: ease background-color .5s .5s;
  color: black;
  background-color: rgb(92, 92, 92);
  border-color: rgb(92, 92, 92);
}
.accessories_detail button.btn-add-to-cart:hover:disabled,
.accessories_detail button.btn-add-to-cart.disabled:hover {
    color: black;
  background-color: rgb(92, 92, 92);
  border-color: rgb(92, 92, 92);
}

#page-accessories_detail .additional-info.row .col-md-6 {
  margin-bottom: 10px;
}

/* Media queries starts */
@media screen and (max-width: 1199px) and (min-width: 767px) and (max-width: 400px) {
  #page-accessories_detail h3.product_name {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 992px) {
  .filter li {
    padding: 15px 5px;
    margin: 0 6px;
  }

  .filter {
    margin-bottom: 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {

  #page-accessories main.container,
  #page-accessories_detail main.container  {
    margin-top: 0!important;
  }

  .filter li {
    padding: 5px;
  }

  .variation,
  .variation p {
    width: 100%;
    text-align: center;
  }

  .filter {
    justify-content: left;
  }

  #accessories .product-info {
    height: 6rem;
  }

  .row.accessories_detail {
    flex-flow: column-reverse;
  }
}

/* Media queries ends */

/* Accessories detail page ends */