/*
Custom Css
*/

.accordion-button {
    background-color:#fff;
    font-weight:300;
    font-size: 22px !important;
}

.accordion-body {
    background-color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
}

.input-color::-webkit-color-swatch {
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 0;
}

.input-color::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 0;
}

.color-swatch-body {
    white-space: inherit !important;
}

@media (min-width: 992px) {
    .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
      font-size: 20px !important;
    }
}

@media (max-width: 992px) {
    .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
      font-size: 16px !important;
    }
}

.toast {
    background-color: rgba(255,255,255,1);
}

.cursor-pointer {
    cursor: pointer;
}

span {
    font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
}