/*
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;
}

input[required],.required {
    background-image: radial-gradient(#F00 15%, transparent 16%), radial-gradient(#F00 15%, transparent 16%);
    background-size: 1em 1em;
    background-position: right top;
    background-repeat: no-repeat;
}

.required {
    background-color: transparent;
    border: none;
    width: 1em;
}

.card-img-wrapper {
    min-height: 265px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.card-text {
    min-height: 100px;
    max-height: 100px;
}

.section-title {
    margin-bottom: 55px;
}

.mt-55 {
    margin-top: 15px;
}
  
.section-title-border {
    position: relative;
}
  
.section-title-border::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 120px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e84444;
}
  
.section-title-border::after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e84444;
    box-shadow: 0 0 0 5px #fff;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.translateY-25 {
    transform: translateY(25px);
}

.btn {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    /* text-transform: capitalize; */
    padding: 16px 44px;
    border-radius: 35px;
    font-weight: 600;
    border: 0;
    position: relative;
    z-index: 1;
    transition: .2s ease;
}

.btn-secondary {
    background: #303032;
    color: #fff;
}
  
.btn-secondary:active {
    background: #e84444 !important;
}
  
.btn-secondary:hover {
    background: #e84444 !important;
    background: #ee7171;
}

.btn-sm {
    padding: 13px 40px !important;
}

.btn-login {
    background: #e84444;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.btn-login:hover {
    background: #ee7171;
}

.nav-link {
    text-transform: uppercase;
}