:root{
    --theme-color:#D93C8D;
    --grey-color : #8d8d8d;
    --green-theme-color:#709C2B;
}
.padding-top-bottom{
    padding: 50px 0;
}
.like-btn{
    top: 0;
    right: 0;
    z-index: 1;
    height: min-content;
}
.use-font-12{
    font-size: 12px;
}
.use-font-14{
    font-size: 14px !important;
}
.use-font-15{
    font-size: 15px;
}
.use-font-18{
    font-size: 18px;
}
.use-font-23{
    font-size: 23px;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-400{
    font-weight: normal !important;
}
.font-weight-600{
    font-weight: 600;
}
.use-theme-color{
    color: var(--theme-color);
}
.use-green-color{
    color: var(--green-theme-color);
}
.use-red-color{
    color:#e00606;
}
.use-gray-color{
    color: var(--grey-color);
}
.pink-btn{
    color: var(--theme-color) !important;
}
.btn.pink-btn:hover{
    color: #fff !important;
}
.green-btn{
    border-color: var(--green-theme-color) !important;
    color: var(--green-theme-color) !important;
}
.btn.green-btn:hover {
    background: var(--green-theme-color);
    color: #ffffff !important;
    border-color: var(--green-theme-color) !important;
}
.btn-outline-primary:active:focus{
    background: inherit;
    color: inherit !important;
    border-color: #000 !important;
}
.btn-outline-primary:active:focus,
.btn-outline-primary:active,
.btn-outline-primary:focus{
    box-shadow: none;
}
.form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.form-check-input:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}
.btn-primary:focus{
    box-shadow: none !important;
}
.no-inceament-dec::-webkit-inner-spin-button,
.no-inceament-dec::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* ----- */
.detail-subcategory{
    width: fit-content;
}
.detail-subcategory:focus{
    box-shadow: none;
    border: 1px solid var(--grey-color);
}
.review-rating{
    background: #388e3c;
    width: fit-content;
}
.review-rating i{
    font-size: 10px;
}
.review-rating p{
    line-height: normal;
    font-size: 14px;
}
.added-width{
    width: 50%;
}
#using-sticky{
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    height: fit-content;
    top: 70px;
}
.accordion-button:not(.collapsed){
    background: rgb(217, 60, 141, 10%);
    color: var(--theme-color);
}
.accordion-button:not(.collapsed)::after {
    background-image:url(../images/arrow-down.svg);
}
.certificate-img{
    width: 75%;
}
.detail-video{
    width: 60%;
    margin:0 auto;
}
#qty_selector {
    width: 130px;
    flex-wrap:none;
    align-items: center;
    justify-content: space-around;
}
#qty_display {
    height: 40px;
    border-width: 0px;
    border-color: white;
    background-color:transparent;
    width: 35%;
    margin:0px 10px;
}
#qty_display:focus {
    outline: none;
}
i:hover, a:hover {
    background-color: transparent;
}
#qty_select {
    border-radius:10px;
}
.increment-btn,
.decrement-btn{
    cursor: pointer;
}
.detail-form-check{
    height: 32px;
}
.detail-form-ckeck-input{
    height: 15px;
    width: 15px;
}
.detail-form-ckeck-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.detail-form-ckeck-input:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}
.nav-pills .nav-link{
    color: #000;
    border-bottom: 2px solid transparent;
}
.nav-pills .nav-link.active{
    border-bottom: 2px solid var(--theme-color);
}
.add-width-form{
    width: 50%;
}
.form-control:focus {
    box-shadow: none;
}
.input-custom-bg{
    background-color: #f8f9fa !important;
}
  .stars i {
    color: var(--grey-color);
    font-size: 18px;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
  }
  .stars i.active {
    color: #ffd700 !important;
    transform: scale(1) !important;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #ccc #fff; 
  }
  .table-responsive::-webkit-scrollbar {
    height: 8px; 
    background-color: #fff;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: #ccc; 
    border-radius: 10px;
  }
  .list-star{
    color:#ffd700 ;
    font-size: 12px;
   }
.cart-img{
    width: 100px;
    height: 89px;
    object-fit: cover;
    object-position: center;
}
.status-icon{
    height: 45px;
    width: 45px;
    background: #fff;
    border:1px solid #dee2e6;
    font-size: 15px;
}
.active .status-icon{
    background:var(--theme-color);
    color: #fff;
    border:1px solid var(--theme-color);

}
.stel-box-w.active p{
    color:var(--theme-color);
}
.using-icon-after::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 120px;
    left: 100%;
    background: #dee2e6;
    z-index: -1;
}
.back.active .using-icon-after::after {
    background: var(--theme-color);
}
.stel-box-w{
    width: 160px;
}
.add-cursor-pointer{
    cursor: pointer;
}
.coupon-input{
    padding-right: 145px;
}
.coupon-w{
    width: 70%;
}
.address-btn{
    background: rgb(217, 60, 141,15%) !important;
    border: 2px dashed var(--theme-color) !important;
}
.address-btn:hover{
    border: 2px dashed var(--theme-color) !important;
}
.add-plus-icon{
    height: 40px;
    width: 40px;
    background: var(--theme-color);
}
.address-content:checked +.address-content-label {
    color: var(--theme-color); 
    border: 1px solid var(--theme-color);
  }
.address-content-label{
    border: 1px solid #dee2e6;
}
.shipping-img{
    width: 120px;
}
.upi-img{
    width: 30px;
}
.order-cinfirm-icon{
    width: 170px;
}
.use-login-after-img .modal-dialog::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../images/sale2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}
.use-login-after-img .modal-dialog .modal-content{
    background: #000000b3;
}
.all-login-input{
    width: 30%;
    position: relative;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    padding: 1px 0;
}
.all-login-input .bg-white{
    padding: 1px 0;
    border-radius: 5px;
}
.submit-btn:focus,
.reset-btn:focus,
.reset-btn,
.submit-btn{
    border:  1px solid var(--theme-color);
}
.nav-pills .account-btn.nav-link{
    background-color: transparent;
    border-bottom: 1px solid rgb(217, 60, 141, 10%);
}
.nav-pills .account-btn.nav-link.active,
.account-btn:hover{
    background-color:rgb(217, 60, 141, 10%) ;
}
.using-no-drop{
    pointer-events: none;
}
@media screen and (max-width:1400px) {
    .all-login-input {
        width: 42%;
    }
}
@media screen and (max-width:1200px) {
    .certificate-img{
        width: 50%;
    }
    .detail-video{
        width: 70%;
    }
    .all-login-input {
        width: 60%;
    }
}
@media screen and (max-width:992px) {
    .nine-nine-two,
    .add-width-form,
    .added-width{
        width: 100%;
    }
    .add-50-w,
    .modal-fullscreen-50{
        width: 50%;
    }
    .coupon-w{
        width: 100%;
    }
    .nav-pills .account-btn.nav-link{
        border-bottom:0;
        border-right: 1px solid rgb(217, 60, 141, 10%);
    }
}
@media screen and (max-width:768px) {
    .certificate-img{
        width: 60%;
    }
    .detail-video{
        width:80%;
    }
    .list-width{
        width: 100%;
    }
    .stel-box-w {
        width: 112px;
    }
    .stel-box-w .use-font-14{
        font-size: 12px !important;
    }
    .using-icon-after::after {
        width: 70px;
    }
    .all-login-input {
        width: 80%;
    }
}
@media screen and (max-width: 575px) {
    .use-font-14{
        font-size: 12px !important;
    }
    .use-font-15{
        font-size: 13px;
    }
    p{
        font-size: 15px;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after, .swiper-rtl .swiper-button-next:after {
        font-size: 20px;
    }
    .certificate-img{
        width: 80%;
    }
    .product-item-d img.product-image {
        height: 230px;
    }
    .product-images .swiper-arrows.next {
        margin-right: 0;
    }
     .product-images .swiper-arrows.prev {
        margin-left: 0px;
    }
    .detail-video{
        width:100%;
    }
    .status-icon {
        height: 34px;
        width: 34px;
        font-size: 10px;
    }
    .stel-box-w .use-font-14 {
        font-size: 9px !important;
    }
    .stel-box-w {
        width: 78px;
    }
    .table{
        font-size: 14px;
    }
    .cart-img {
        width: 70px;
        height: 52px;
    }
    .sm-w-100,
    .add-50-w{
        width: 100%;
    }
    .order-cinfirm-icon{
        width: 100px;
    }
    .all-login-input {
        width: 98%;
    }
    input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select{
        height: 40px;
    }
    body {
        font-size: 14px;
    }
}
@media screen and (max-width: 450px) {
    .modal-fullscreen-50{
        width: 100%;
    }
}
@media (max-height: 730px) {
    .all-login-input .bg-white{
        border-radius: 0px;
    }
    .login-modal-body .all-login-input ,
    .register-modal-body .all-login-input {
        height: 100%;
    }
  }

  .product-image-wrap { padding-top: 100%; }
.product-item img.product-image { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100% !important; }


.dropdown-menu.profile-dropdown-menu { border: 0; min-width: 200px; right: 0 !important; top: 100% !important; box-shadow: 0 0 15px rgba(38, 50, 56,0.1); margin-top: 1rem !important; left: auto !important; transform: none !important; }
.dropdown-menu.profile-dropdown-menu:after { content: ""; position: absolute; bottom: 100%; right: 0.6rem; height: 0; width: 0; border-bottom: 8px solid #fff; border-left: 8px solid transparent; border-right: 8px solid transparent; }
.profile-dropdown-menu ul { margin: 0; padding: 0; list-style: none; }
.profile-dropdown-menu ul a { margin: 0; padding: 0; color: #020202; }
.profile-dropdown-menu ul a:hover { color: #159615; }
  
.dropdown .dropdown-toggle::after { margin-left: 0.455em; position: relative; top: 0.15rem; }
.dropdown-menu { background-color: #fff; border: 0; border-radius: 8px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); font-size:1.2rem}


.main-logo { min-width: 125px; }
#header { position: sticky; top: 0; z-index: 9; padding: 1rem 0; background: #fff; }

@media screen and (max-width:992px) {
    .secondary-nav { position: relative; }
    .secondary-nav .navbar { position: absolute; left: 0; right: 0; top: 100%; z-index: 3; }
    .secondary-nav .navbar .menu-item { padding: 0; margin: 0.5rem 0; }
}
