/*--------------------------checkout-page-----------------------------------------------*/
.over-btn .btn-completecheckout{
    background: #FE9A05;
    box-shadow: 0px 25px 35px rgb(21 20 33 / 8%);
    border-radius: 20px;
    display: block;
    width: 100%;
    line-height: 67px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    border: 2px solid #fe9a03;
}
.thanks-btn{
    display: block;
    margin: auto;
    width: 68%;
}
.ebook-cart-btn-group .add-cart-btn{
    border: 1px solid #01957D;
    box-sizing: border-box;
    border-radius: 20px;
    width: 100%;
    max-width: 294px;
    line-height: 67px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #01957D;
    font-family: 'DM Sans', sans-serif;
}
.ebook-cart-btn-group .buy-now-btn{
    background: #01957D;
    box-shadow: 0px 25px 35px rgb(21 20 33 / 8%);
    border-radius: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    width: 100%;
    max-width: 294px;
    line-height: 67px;
}

.login-box .fade:not(.show) {
    opacity: 1;
}  
.login-box ul li{
  color: #212831;
  height: 63px;  
}
.login-box .nav-tabs {
    border-bottom: 0px solid #dee2e6; 
}

.login-box ul li a {
    color: #212831;
    height: 63px;
}
.login-box ul li:active {
    border-bottom: 4px solid #01957D;
}
.wizard>ul:not(.step-circles)>li.active .btn {
    opacity: 1!important;
    background: #FFFFFF;
    border-bottom: 4px solid #01957D;
    box-sizing: border-box;
    box-shadow: 0px 25px 35px 5px rgb(232 68 56 / 4%);
    border-radius: 12px;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    color: #050931;
    height: 70px;
    padding: 17px 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent !important;
    border-bottom: 4px solid #01957D !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent !important;
    border-bottom: 4px solid #01957D !important;
}
.nav-tabs .nav-link {
    border: 0px solid transparent !important;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.pro-modal-content h2{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    text-align: left;
    color: #151421;
}

.pro-modal .product-box-container {
    width: 100%;
    display: inline-block;
    background: #fff;
    height:auto;
}

#addToCart-modal-body .product-price h3{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-align: left;
    color: #F1A501;
}

.crt-btn .addtocart-btn{
    background: #01957D;
    border-radius: 20px;
    height: 64px;
    width: 160px;
    color: #fff;
}
#addToCart-modal-body .p-qty input{
    height: 60px;
    width: 185px !important;
    width: 100%;
    padding: 7px 41px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 10px;
}
.absolute-close-btn {
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 1;
}
.add-cart-modal-close{
    background: #23957d;
    color: #fff;
    border: 1px solid #23957d;
    padding: 8px 20px;
    border-radius: 6px;
}
.added-to-cart .product-box {
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
    padding: 15px 0;
    margin: 25px 0;
}

.product-box-container {
    width: 100%;
    display: inline-block;
    background: #fff;
    height: 470px;
}

.explore-best-sellers .viewall-btn a {
    background: #01957D !important;
    width: 168px;
    height: 66px;
    color: #fff;
    padding: 17px;
    border-radius: 20px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    color: #FFFFFF;
}

.col-orange{
    color: #F1A501 !important;
}
button.slick-prev.slick-arrow {
    display: none !important;
}


@media screen and (max-width:767px){
    #cart_items_sidenav {
    display: inline-block;
    position: absolute;
    top: 19px;
    left: auto;
    padding: 4px 4px;
    font-size: 60%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #23957d;
    color: #fff;
    border-radius: 8px;
}
}


.dropdown-cart .dc-actions button {
    background: rgb(35 149 125);
    color: #ffffff;
    border: 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 0.5rem;
    padding: 3px;
    margin: 0;
    cursor: pointer;
}
.dc-product-name a {
    color: #23957d;
    text-decoration: none;
    background-color: transparent;
}
.dc-item .subtotal-amount {
    display: inline-block;
    float: right;
    color: rgb(228 137 1);
}
.dropdown-cart .dc-quantity, .dropdown-cart .dc-price {
    display: inline-block;
    font-size: 0.75rem;
    color: rgb(228 137 1);
    padding-right: 0.5rem;
}

@media screen and (max-width: 767px){
.add-cart {
    display: block;
    background: url(../images/cart.png) no-repeat 131px 10px #01957D;
    border-radius: 12px;
    width: 189px;
    line-height: 72px;
    position: relative;
    bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #FFFFFF;
    padding: 0px 0px 0px 25px;
    text-decoration: none;
    transition: all 2s;
}
.product-pagination{
    display: block;
    width: 100%;
    overflow-x: scroll;
}


.ebook-cart-btn-group .buy-now-moible-btn {
    border: 1px solid #01957D;
    box-sizing: border-box;
    border-radius: 20px;
    width: 100%;
    max-width: 231px;
    line-height: 78px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #01957D;
    font-family: 'DM Sans', sans-serif;
}
.ebook-cart-btn-group .add-cart-moible-btn{   
    background: #01957D;
    box-shadow: 0px 25px 35px rgb(21 20 33 / 8%);
    border-radius: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    width: 100%;
    max-width: 231px;
    line-height: 78px;}
}

}

.productilistin-main .explore-product {
    background: #FFFFFF;
    box-shadow: 0px 60px 60px rgb(21 20 33 / 5%);
    border-radius: 24px;
    margin-bottom: 30px;
    padding-bottom: 40px;
    height: 500px;
}

 
}
@media screen and (max-width: 767px){
.dropdown-menu-right{
    position: absolute;
    transform: translate3d(-43px, -410px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    width: 404px;
    background: #f3faed;
}
.dc-product-name a{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: right;
    color: #01957D;
}
.dropdown-cart .dc-actions button {
    background: #dc3545;
    color: #ffffff;
    border: 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 0.5rem;
    padding: 3px;
    margin: 0;
    cursor: pointer;
}
}
.process-steps li.active .icon {
    color: #ffffff;
    background:#01957D;
}
.process-steps li.active .title {
    color: #23957d;
}
.process-steps li + li:after {
    position: absolute;
    content: "";
    height: 3px;
    width: calc(100% - 30px);
    background: #23957d;
    top: 14px;
    z-index: 0;
    right: calc(50% + 15px);
}
.process-steps li .icon {
    height: 30px;
    width: 30px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #23957d;
    position: relative;
}
.modal-header button{
    background: #23957d;
    border: 2px solid #23957d;
    border-radius: 14px;
    color: #fff;
}
.order-table tr td a{
    color: #23957d;
    text-decoration: none;
    background-color: transparent;
}

.explore-product img{
    display:block;
    margin:auto;
}