/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .col-xs-4{
        width: 25% !important;
    }
    .col-xs-6{
        width: 50% !important;
    }
    .d-xs-none{
        display: none;
    }
    .sm-pt-1{
        margin-top: 1rem !important;
    }
    .sm-img-none{
        display: none;
    }
    button.navbar-toggler{
        display: none;
    }
    .frame_div{
        height: 1711px;
    }
    .frames_product{
        height: 1711px;
    }
    .sm-w-100{
        width: 100%;
    }
    .sm-ma{
        display: flex;
        padding-top: 15px;
    }
    #slider-text h2{
        font-family: 'Poppins';
        font-weight: 700 !important;
        font-size: 20px;
        letter-spacing: 0px;
        margin: 21px auto;
        padding-left: 21px;
        color: #FF1493;
        text-align: left;
    }
    .own_col {
        width: 25% !important;
        background-color: #ffffffcf;
        border-radius: 10px;
    }
    .fts-1{
        font-size: 0.5rem;
    }
    .delivery{
        width: 100% !important;
    }
    .spacefication{
        padding-left: 26px !important;
    }

    .carousel-caption{
        padding-right: 0rem !important;
    padding-left: 0rem !important;
    }
    img.testi-img {
        width: 16%;
        padding-right: 12px;
    }
    .recommend_product{
        font-size: 15px;
        text-align: center;
        padding: 15px;
    }
    .sm-mobile{
        width: 20% !important;
    }
    .col-sm-6{
        width: 50% !important;
    }
    .cart-btn{
        width: 100% !important;
        padding: 15px !important;
        box-shadow: 2px 1px 22px -5px #00000038;
        margin: 3px;
    }

    .owl-next {
        right: 0;
        height: 38px;
        width: 30px;
        cursor: pointer;
        box-shadow: 1px 2px 10px -1px rgb(0 0 0 / 30%);
        padding: 8px 10px !important;
        background-color: white !important;
        color: #00000063 !important;
    }
    .owl-prev{
        height: 38px;
        width: 30px;
        padding: 13px 10px !important;
        background-color: white !important;
        border: 1px solid white;
        box-shadow: 1px 2px 10px -1px rgb(0 0 0 / 30%);
        padding: 8px 10px !important;
        color: #D6D6D6 !important;
    }
    /* Filter Page Navigation Filter */
    .open-filter {
        left: -96% ;
        transition: 1s ease-in-out;
    }
    .title-product{
        color: #52636B;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.125;
    }
    .logo {
        width: 150px;
        margin-top: -8px;
    }
    .sm-left-2{

    }
    .header_search{
        margin-left: 12px;
    }
    span.price-large {
        font-size: 1.6rem;
        font-weight: 700;
        font-size: 14px;
        font-weight: 700;
        display: block;
        margin-top: 1px;
    }
    .price_div{
        display: flex;
    }
    .color-secondary{
        color: #52636B;
        font-style: inherit;
        font-weight: inherit;
    }
    p.color-light{
        color: #52636B;
        font-style: inherit;
        font-weight: inherit;
    }
    button.btn.btn-pink{
        font-size: 8px;
    }
    header.section-header.pt-3.text-white{
        display: none;
    }
    .car {
        color: #1e1a1a !important;
        font-size: 15px !important;
        padding: 12px !important;
        background-color: #ffffff !important;
        border: 0px solid #de2572 !important;
        box-shadow: 1px 2px 12px -6px black;
    }
    .car:hover {
        color:white !important;
        font-size: 15px !important;
        padding: 12px !important;
        background-color: black !important;
        border: 0px solid #de2572 !important;
        box-shadow: 1px 2px 12px -6px black;
    }
    .qty-btn {
        font-size: 15px !important;
    }
    input#product_qty{
        height: 37px;
    }
    .is-price-box {
        color: rgb(0 0 0);
        font-family: var(--default-fonts);
        font-size: 10px;
        text-align: center;
    }
    .filter_product_desc{
        text-align: center;
        font-size: 15px;
      padding: 0px;
      margin: 0px;
      font-family: var(--default-fonts);
      text-transform: capitalize;
    }
    .courier-name{
        font-size: 11px;
        font-style: italic;
    }
    img.w-50{
        width: 100% !important;
         text-align: center;
         display: inline;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .own_col{
        width: 25% !important;
        background-color: #ffffffcf;
        border-radius: 10px;
    }
    .sm-left-2{
        margin-left: 30px;
    }
    header.section-header.pt-3.text-white{
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .frame_div{
        height: 2075px;
    }
    .frames_product{
        height: 2075px;
    }
    .footer-top-content{
        display: flex;
        width: 47%;
        padding: 0px;
        margin: 0px;
    }
    .own_col{
        width: 25% !important;
    }
    .sm-img-none{
        display: none;
    }
    img.testi-img{
        width: 17%;
        margin-right: 34px;    
    }
    .owl-next {
        right: 0;
        height: 38px;
        width: 30px;
        cursor: pointer;
        box-shadow: 1px 2px 10px -1px rgb(0 0 0 / 30%);
        padding: 8px 10px !important;
        background-color: white !important;
        color: #00000063 !important;
    }
    .owl-prev{
        height: 38px;
        width: 30px;
        padding: 13px 10px !important;
        background-color: white !important;
        border: 1px solid white;
        box-shadow: 1px 2px 10px -1px rgb(0 0 0 / 30%);
        padding: 8px 10px !important;
        color: #D6D6D6 !important;
    }
    .delivery {
        background-color: black;
        padding: 5px;
        width: 100%;
        font-size: 15px;
        text-align: center;
        color: white;
    }
    .qty-btn {
        font-size: 15px !important;
    }
    input#product_qty{
        height: 37px;
    }
    .btn-cart{
        background-color: rgb(22, 7, 7) !important;
        color: white !important;
    }


}
@media only screen and (max-width: 768px) {
    .exer {
      height: 30vh;
    }
    .navbar > .container-fluid {
      display: flex;
      flex-wrap: inherit;
      align-items: center;
      justify-content: start !important;
    }
    .d-mds-none {
      display: none;
    }
      .flex-xs-content{
    display: contents !important;
  }
  img.w-50{
   width: 100%!important;
    text-align: center;
    display: inline;
  }
  .sm-img-none{
    display: none;
}
    /* importent Section */
    header.section-header.pt-3.text-white{
        display: none;
    }
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    img.testi-img{
        width: 5%;
        margin-right: 25px;
    }
    .own_col {
        width: 10% !important;
    }
    .hide-lg{
        display: none !important;
    }
    .delivery {
        background-color: black;
        padding: 5px;
        width: 60%;
        font-size: 15px;
        text-align: center;
        color: white;
    }
        /* importent Section */
    header.section-header.pt-3.text-white{
        display: block;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .testi-img{

    }
    .frame_div {
        height: 1650px;
    }
    .frames_product{
        height: 1650px;
    }
    .own_col {
        width: 10% !important;
        background-color: #ffffffcf;
        border-radius: 10px;
    }
}
@media only screen and (min-width: 2560px) {

}