

.c-theme{
  color: #1785b8;
}

.hero-slider__counter{
    display: none;
}

.mt-nav-right-side{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.my-pro-det-img-wrp{
    height: max-content;
}

.my-logo{
    width: 170px;
}

.my-nav-login-a{
    padding: 8px 10px ;
    border: 1px solid #649eb9;
    border-radius: 5px;
    color: #000000 ;
    transition: all 0.3s ease-in-out;

}

.my-nav-login-a:hover{
    transition: all 0.3s ease-in-out;
    border: 1px solid #ffffff;
    background-color: #649eb9;
    color: #ffffff !important;
    box-shadow: 0px 0px 5px #649eb9;
}

.my-nav-aftr-login-mnu-a{
    display: flex;
    align-items: center;
}

.mycatelog-card-btn-wrp{
    display: flex;
    align-items: center;
    gap: 10px;
}



.mybtn-sm {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: transparent;
    border: 1px solid var(--floens-base, #C7844F);
    color: var(--floens-base, #C7844F);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--floens-font, "DM Sans", sans-serif);
    padding: 10px 8px;
    transition: 500ms;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    /* padding-right: 75px; */
    line-height: 1;
    z-index: 1;
  }
  @media (max-width: 575px) {
    .mybtn-sm {
      padding-top: 18px;
      padding-bottom: 18px;
      font-size: 14px;
    }
  }
  
  .mybtn-sm:hover{
    color: #ffffff;
  }

  .mybtn-sm::before, .mybtn-sm::after {
    content: "";
    background-color: var(--floens-base, #C7844F);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
  }
  .mybtn-sm::before {
    top: 0;
    left: 0;
    right: auto;
  }
  .mybtn-sm::after {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .mybtn-sm:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }
  .mybtn-sm:hover:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .mybtn-sm span {
    position: relative;
    top: 1px;
    color: inherit;
  }
  .mybtn-sm i {
    /* position: relative;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 23.88px;
    color: inherit;
    transition: all 400ms ease; */
  }
  .mybtn-sm i::after {
    /* content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    background-color: RGBA(var(--floens-white-rgb, 255, 255, 255), 0.3);
    transition: all 400ms ease; */
  }

  .my-edit-prof-adrs-input{
    height: 120px !important;
  }

  .myorder-action-btn-dv{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .my-oder-det-ro1{
    padding-bottom: 2rem;
  }

  .my-oder-det-custmr-det-wrp{
    padding-left: 20px;
  }

  .my-oder-det-ro1-col-bodr{
    border-right: 1px solid lightgray;
  }

  .my-oder-det-ro1-col>h2{
    color: var(--floens-base, #C7844F);
    font-family: var(--floens-font, "DM Sans", sans-serif);
    letter-spacing: 0;
    padding-left: 10px;
    border-left: 4px solid;
  }

  .my-oder-det-custmr-det-wrp>h5{
    font-size: 15px;
    font-family: var(--floens-font, "DM Sans", sans-serif);
    color: var(--floens-text, #7A736A);
  }

  .my-oder-det-custmr-det-wrp>h5>.bold{
    color: #000000;
  }

  .about-contnt-img-dv{
    text-align: center;
  }
  
  .about-contnt-img{
    height: 100%;
    width: auto;
    object-fit: fill;
    margin: auto;
  }

  .product-main-img-dis-img-col{
    height: 90vh;
    overflow: hidden;
    object-fit: cover;
    position: relative;
  }

  .product-main-img-dis-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .my-prod-titl{
    position: relative;
    text-align: center;
    color: #fff;
  }

  .my-prod-titl-p{
    text-align: left;
    padding: 2rem 0rem;
  }

  .my-prod-pg-titl-fix{
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 5;
    background: linear-gradient(0deg, rgb(0 0 0 / 70%) 40%, rgba(166, 186, 220, 0) 99%);
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
  }

  .my-prod-filtr-check-bxdv-ul{
    display: flex;
    align-items: start;
    gap: 10px;
    flex-direction: column;
    padding-left: 0px;
    justify-content: left;
    text-align: left;
    margin-top: 20px;
  }

  .my-prod-filtr-check-bxdv-ul>li{
    transition: all 0.3s ease-in-out;
    padding: 10px;
    width: 100%;
  }

  .my-prod-filtr-check-bxdv-ul>li:hover{
    position: relative;
  }

  .my-prod-filtr-check-bxdv-ul>li:not(:last-child){
    border-bottom: 1px dashed lightgrey;
    width: 100%;
    padding-bottom: 10px;
  }

  .my-prod-filtr-check-bxdv{
    display: flex;
    align-items: center;
    justify-content: left;
    transition: all 0.3s ease-in-out;
  }

  .my-prod-filtr-check-bxdv>input[type=checkbox] + label span{
    top: 0 !important;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
  }

  .my-prod-filtr-check-bxdv:hover input[type=checkbox] + label span{
    color: #1785b8;
    border-color: #1785b8;
  }

  .my-prod-filtr-check-bxdv>label{
    font-weight: 600;
  }

  .my-prodct-filter-dv-wrp{
    padding: 0px 0px 0px 30px;
  }

  .productpg-explore-more-btn-dv{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mysec-title--center{
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .my-prod-titl-small>a{
    color: #fff;
  }

  .mypro-big-img-icon-dv>a{
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
  }

  .mypro-big-img-icon-dv>a>i{
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    animation: myanimupdwn 1s infinite ease-in-out both;
  }

  @keyframes myanimupdwn {
    0%{transform: translateY(0px);}
    50%{transform: translateY(-10px);}
    100%{transform: translateY(0px);}
  }

  .titl-bodr-lft-4px{
    padding-left: 10px;
    border-left: 4px solid #1785b8;
  }

  .myprod-container{
    height: max-content !important;
  }

  .myprodct-detl-contnt-titl-color-wrp>h5{
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
  
  .myprodct-detl-contnt-titl-color-wrp>h5{
    margin-bottom: 0;
    padding-bottom: 1rem;
  }

  .myprodct-detl-contnt-titl-color-wrp-ro{
    padding-bottom: 0rem;
  }

  .myprodct-detl-contnt-titl-color-wrp-ro-col>a{
    color: #121212;
    text-decoration: none;
  }

  .myprodct-detl-contnt-titl-color-wrp-ro-col>a>h6{
    color: #121212;
  }

  .mypro-denim-img-dv>a>img{
    transition: all 0.3s ease-in-out;
    background-color: #f9f9f9;
    margin-bottom: 10px;
  }

  .mypro-denim-img-dv>a{
    transition: all 0.3s ease-in-out;
  }

  .mypro-denim-img-dv:hover{
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 5px;
  }

  .mypro-denim-img-dv:hover>a>img{
    transition: all 0.3s ease-in-out;
    transform: scale(0.9) ; 
  }

  .mypro-denim-img-dv>a>p{
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .myprod-dif-slide-wrp{
    padding-top: 4rem;
  }

  .myprod-explore-tabs-wrp{
    padding-top: 4rem;
  }

  .my-local-acordian-titl{
    background-color: #f2eeea !important;
  }

  .my-local-acordian-inner{
    background-color: #f2eeea !important;
  }

  .my-table-wp{
    border: 1px solid #121212;
  }

  .my-table-head{
    border: 1px solid #121212;
  }

  .my-table-tr{
    border: 1px solid #121212;
  }

  .my-table-tr>th{
    border: 1px solid #121212;
  }

  .my-table-bdtr>td{
    border: 1px solid #121212;
  }