.btn-danger {
    background: rgb(204, 0, 0);
    color: white;
    border: rgb(204, 0, 0);
}

.btn-success {
    color: white;
}

/* used for product tab preview */

.product-info {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 40px 50px;
}

.product-info {
    border: 0;
    padding: 0;
}

.product-info .tab-style3 .nav-tabs li.nav-item a {
    padding: 11px 12px !important;
    font-size: 13px;
}

.product-rate {
    background-image: url("../../imgs/theme/rating-stars.png");
    background-position: 0 -12px;
    background-repeat: repeat-x;
    height: 12px;
    width: 60px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
  }

  .product-rating {
    height: 12px;
    background-repeat: repeat-x;
    background-image: url("../../imgs/theme/rating-stars.png");
    background-position: 0 0;
  }

.tab-style3 .nav-tabs .nav-item a.active,
.tab-style3 .nav-tabs .nav-item a:hover {
    color: #5b732d;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.tab-style3 .nav-tabs li.nav-item a {
    display: block;
    padding: 13px 24px !important;
    text-align: center;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    text-transform: none;
    font-size: 17px;
    border-radius: 30px;
    border: 1px solid #ececec;
    background: #fff;
    color: #7e7e7e;
}

.tab-content.shop_info_tab {
    margin-top: 40px;
}

.tab-style3 .nav-item {
    margin-bottom: 15px;
}

.tab-content.shop_info_tab {
    margin-top: 40px;
}

.product-detail .section-title.style-1 {
    font-size: 22px;
}

.product-detail .single-share {
    margin-bottom: 20px;
}

.product-detail .tab-style3 .nav-tabs li.nav-item a {
    padding: 0.5rem;
    text-transform: none;
}

.product-info .tab-style3 .nav-tabs li.nav-item a {
    padding: 11px 12px !important;
    font-size: 13px;
}

input[type=text], input[type=number], input[type=search], textarea, .toastui-editor {
    cursor: url('/imgs/cursor/text-cursor-icon.png'), text !important;
}
