.product-cart-btn.btn-flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    bottom: 0;
}

.product-cart-btn .product-btn {
    padding: 1.2rem 1.6rem 1.2rem 2.5rem;
    border-top-left-radius: 3rem;
    background: #bdd4f9;
    color: #0557D6;
    font-size: 1.6rem !important;
    transition: all .4s;
    font-weight: bold;
}
.product-cart-btn button:first-child{
    border-top-left-radius: 0rem;
    border-top-right-radius: 3rem;
}
.product-cart-btn.btn-flex button.product-btn:hover {
    background-color: #0557D6 !important;
    color: #fff;
}
.product-wrapper {
   height: auto;
}
.product-info-order-btn button{
    background-color: #0557D6 !important;
    color: #FFF;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
}
.modal-body {
    padding: 20px !important;
}
.modal-body p{
    color: #000;
    margin-bottom: 30px;
    padding-top: 20px;
    font-size: 17px;
    text-align: center;
}
.modal-body p span{
    color: #0557D6;
}
.modal-header button{
    color: #0557D6 !important;
}
.modal-body input{
    border: solid 1.5px #9e9e9e;
    background: none;
    font-size: 15px;
    color: #000;
    transition: border 150ms cubic-bezier(0.4,0,0.2,1);
    width: 100%;
    border-radius:7px !important;
    -webkit-border-radius:7px !important;
    -moz-border-radius:7px !important;
    -ms-border-radius:7px !important;
    -o-border-radius:7px !important;
    padding:12px 15px;
    position: relative;
}
.modal-body select{
    border: solid 1.5px #9e9e9e;
    font-size: 15px;
    color: #000;
    transition: border 150ms cubic-bezier(0.4,0,0.2,1);
    width: 100%;
    border-radius:7px !important;
    -webkit-border-radius:7px !important;
    -moz-border-radius:7px !important;
    -ms-border-radius:7px !important;
    -o-border-radius:7px !important;
    padding:12px 15px;
}
.modal-body select:focus{
    outline: none;
    border: 1.5px solid #0557D6;
}
.modal-body button{
    background-color: #0557D6 !important;
    width: 100%;
    color: #fff !important;
    font-size: 16px;
    padding: 10px 0px;
}
.modal-body button:hover{
    background-color: #b3079c;
    color: #fff;
}

  .modal-body input:focus{
    outline: none;
    border: 1.5px solid #0557D6;
  }
  .modal-body input:valid{
    outline: none;
    border: 1.5px solid #0557D6;
  }
  
  .modal-body input:focus ~ label,
  .modal-body input:valid ~ label {
   transform: translateY(-50%) scale(0.8);
   background-color: #fff;
   padding: 0 .2em;
   color: #0557D6;
  }
  
  .user-label {
   position: absolute;
   left: 15px;
   color: #e8e8e8;
   pointer-events: none;
   transform: translateY(1rem);
   transition: 150ms cubic-bezier(0.4,0,0.2,1);
   font-size: 16px;
   color: #000;
   -webkit-transform: translateY(1rem);
   -moz-transform: translateY(1rem);
   -ms-transform: translateY(1rem);
   -o-transform: translateY(1rem);
   padding: 6px;
}
.product-wrapper{
    padding-bottom: 60px;
    height: 100%;
}
.product-wrapper .product-info {
   margin-bottom: 0px;
}

  /* start::All category
  ================================ */
  .position-relative {
    position: relative!important;
    top: 100% !important;
}
  .main-menu{
    position: absolute;
    z-index: 99;
    min-width: 250px;
    transform: scaleY(0);
    transition:all .4s ;
    -webkit-transition:all .4s ;
    -moz-transition:all .4s ;
    -ms-transition:all .4s ;
    -o-transition:all .4s ;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}
  .main-menu.active{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
  .main-menu ul >li,
  .mobile-menu-wrapper ul > li{
    background: #fff;
    padding: 8px 19px;
    border-top: 1px solid rgba(174,28,154,.08);
    transition: all .5s;
    width: 100%;
    position: relative;
    /*display: flex;
    */align-items: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
  .main-menu ul >li:hover{
   background-color: #0557D6;
   color: #fff;
  }
  .main-menu ul> li> a{
    font-weight: 500;
    color: #232532;
    font-size: 14px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
  .main-menu ul >li:hover > a{
    color: #fff;
  }
   
.main-menu ul> li> span,
.mobile-menu-wrapper ul> li> span {
    position: absolute;
    top: 8px;
    right: 19px;
    font-size: 12px;
    color: #232532;
  }
  .mobile-menu-wrapper ul> li> span{

  }
  .main-menu ul >li:hover > span {
    color: #fff;
  }
  .main-menu ul> li> img,
  .mobile-menu-wrapper ul> li> img{
    width: 17px;
    height: 17px;
    object-fit: contain;
    margin-right: 7px;
  }


.main-menu ul> li> ul {
  position: absolute;
  left:100%;
  right: 0;
  top: 0;
  z-index: 1;
  min-width: 250px;
  transition:all .5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  opacity: 0;
    display: none;
}
.main-menu ul> li:hover > ul {
    opacity: 1;
    display: block;
}
.product-category {
    margin-top: 50px;
}


  
  


@media(max-width:1100px){
    .product-cart-btn.btn-flex button.product-btn {
        padding: 1rem;
    }
    .product-btn {
        padding: 1rem;
    }
    .product-wrapper .product-info {
        margin: 1.5rem 3rem 0rem;
        padding-left: 13px;
    }
  
}
@media(max-width:991.99px){
    .product-cart-btn.btn-flex button.product-btn {
        padding: 1rem;
    }
    .product-btn {
        padding: 1rem;
    }
    .product-wrapper .product-info {
        margin: 1.5rem 3rem 0rem;
    }
    .footer-top-menu {
        display: flex;
        position: fixed;
        bottom: 0;
        justify-content: space-between;
        background-color: #fff;
        width: 100%;
        text-align: center;
        padding: 10px 15px 0px 15px;
        z-index: 11;
    }
    .footer-top-menu p{
      padding-bottom: 0;
      font-weight: 600;
      color: #000;
    }
    .footer-top-menu span svg{
      font-size: 20px;
      color: #0557D6;
    }
    .footer-top-menu a:hover { 
        color: #0557D6;
    }
  
    .footer-top-menu a:hover p{ 
        color: #0557D6;
    }
    .footer-top-menu .cart a {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #0557D6;
        line-height: 40px;
        border-radius: 100%;
        text-align: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        position: relative;
        top: -25px;
    }
    .footer-top-menu .cart a span svg{ 
       color: #fff;
    }
    .offcanvas-body {
        padding: 2rem 0px;
    }
    .mobile-menu-wrapper a{
        font-size: 15px;
    }
    .offcanvas-body .header-top {
        padding: 0px 15px;
    }
    .mobile-menu-wrapper ul > li> span {
        background-color: #f1f1f1;
        color: #000;
        width: 20px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        border-radius: 3px;
        z-index: 99;
    }
    .mobile-menu-wrapper ul > li> ul> li> span {
        right: 0;
    }
    .mobile-menu-wrapper ul > li> ul {
        display: none;
        width: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    .mobile-menu-wrapper ul > li> ul > a {
        font-weight: normal;
    }
    .mobile-menu-wrapper ul > li> ul > li {
        /* padding: 8px 15px 8px 0px; */
        border-left: 1px solid #0557D6;
        margin: 2px 0px;
    }
    .mobile-menu-wrapper ul > li.active> ul {
        display: block;
        background-color: #fff;
        padding-left: 8px;
    }
  
    .mobile-menu-wrapper ul > li.active> span {
        background-color: #0557D6;
        color: #fff;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
}
    .mobile-menu-wrapper ul > li.active> span  {
       transform: rotate(-90deg);
       -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
}

  
}
@media(max-width:767px){
    .container {
        padding: 0 1rem;
    }
    .product-wrapper .product-img {
        height: 20rem;
    }
    .product-wrapper .product-details {
        font-size: 15px;
    }
    .product-wrapper{
        padding-bottom: 60px;
    }
    .product-btn {
        font-size: 1.6rem;
        padding: 1.2rem 1.6rem 1.2rem 2.5rem;
    }
    .best-product .best-product-section .product-info .product-details {
        font-size: 16px;
    }
}

@media(max-width:575px){
    .product-description {
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-wrapper .price span {
        font-size: 15px;
    }
    .product-cart-btn.btn-flex button.product-btn {
        border-top-left-radius: 10px;
        font-size: 14px !important;
    }
    .product-cart-btn.btn-flex button.product-btn:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 1.5rem;
    }
    .product-cart-btn.btn-flex button.product-btn:last-child span i {
        font-size: 20px;
    }
    .product-btn {
        padding: 4px;
        font-size: 13px;
        border-top-left-radius: 1rem;
    }
    .product-wrapper{
        padding-bottom: 30px;
    }
    .section-title h5 {
        font-size: 2rem;
    }
    .product-wrapper .product-info {
        margin: 5px;
    }
    .best-product .best-product-section .product-info .product-details {
        font-size: 15px;
    }
    .best-product .best-product-section .product-info {
        margin: 0px;
    }
    
}
