.red {
    color: #fe0053; 
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.page-item {
	list-style: none;
	margin: 0 5px;
}

.page-link {
    display: block;
    padding: 10px 15px;
    background-color: #fe005375;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fe0053;
    border-color: #fe0053;
}


.page-item.active .page-link {
	background-color: #fe0053;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: not-allowed;
}

/* Hover effect for non-active links */
.page-item:not(.active) .page-link:hover {
	background-color: #fe0053;
	color: #fff;
}


.quickview__value--quantity.decrease {
    border-radius: 10px 0 0 10px;
    background: #121416;
    color: white;
	width: 50px;
}


.quantity__value.increase {
    margin-left: 0px;
    border-radius: 0 10px 10px 0 !important;
    background: #121416;
    color: white;
    width: 50px;
}

.toast-message {
    font-size: small !important;
}

#toast-container>div { 
    opacity: 1 !important;
}

.section--padding {
    padding-top: 2rem !important;
    padding-bottom: 8rem !important;
}


.save-product .card-header {
    padding: 15px 0px 0px 25px;
    background-color: #5f9ea0;
    color: white !important;
    margin: 0px 0px 0px 0px !important;
}

.form-check-input:checked {
    background-color: #fe0053;
    border-color: #fe0053;
}
.save-product .card .card-title {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}
.save-product label {
    font-weight: 600;
    color: #282f3a;
    padding: 0px !important;
    margin: 0px !important;
}

.save-product .form-group {
    margin-bottom: 0.5rem !important;
}

.save-product input[type="radio"], .save-product input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    margin: -10px 0px 0px -30px !important;
    zoom: 2;
}

.note-toolbar.card-header {
    background: white !important;
    padding: 10px !important;
}


.save-product  .text-primary, .list-wrapper .completed .remove {
    color: #282f3a !important;
    font-weight: 600;
}

.save-product .text-dark {
    color: #282f3a !important;
    font-weight: 600;
}

 
.save-product .margin-top {
    margin: 45px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}
.save-product  .form-control {
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    border-radius: 3px;
    border: 1px solid var(--border-color);
    font-size: small;
}

input#slug {
    width: fit-content;
}

.save-product .outer-div {
    background: aliceblue;
    padding: 15px 0px 15px 15px !important;
    border: 2px solid #282f3a47;
    margin: 10px 0px 10px 0px;
}

.save-product a.text-danger:hover, .save-product a.text-danger:focus {
    color: #ffffff !important;
    text-decoration: none;
}


.cat .row {
    margin-right: 0rem;
    margin-left: 0rem;
}

.save-product  i.fa.fa-plus {
    color: white;
    font-weight: 600;
    font-size: 20px;
}

span#add_more_size {
    padding: 5px 15px 5px 15px;
    margin: 0px 10px 0px 0px;
    font-size: small;
    font-weight: 700;
}


img.edit_img {
    height: 100px;
    float: right;
    padding: 0px;
    border: 1px solid gray;
    width: 100px;
    right: 5px !important;
    margin: 4px 10px 0px 0px;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    background: white;
    padding: 0px 0px 0px 0px;
    margin: -20px 0px 0px 0px;
}

.save-product h6.col-md-12.text-primary {
    font-size: 18px;
    color: #ffffff !important;
    font-weight: 500;
    background: cadetblue;
    padding: 5px 0px 0px 10px;
    margin: 0px 0px 0px 4px;
    width: 97%;
}

.save-product .delete_section, .remove {
    float: right;
    font-size: 15px;
    margin: 0px 15px 5px 0px;
}

.btn-success {
    color: #fff;
    background-color: #03b362;
    border-color: #03b362;
}

input#is_prod_size {
    margin: -5px 10px 0px 0px !important;
}

.my__account--section__inner {
    padding: 3rem 1rem;
}

.account__menu--list {
    font-size: 1.6rem;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dashed #aeabac;
    margin: 0px 10px 10px 10px;
}


 .edit_button ,  .edit_button:hover {
    background: #009688;
    color: white !important;
    border: 0px solid !important;
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    font-weight: 700;
    border-radius:3px;
}

 

.delete_button, .delete_button:hover {
    background: red;
    color: white !important;
    border: 0px solid !important;
    padding: 0px 3px 0px 3px;
    font-size: 12px;
    font-weight: 700;
    border-radius:3px;
}

.active_status, .active_status:hover {
    color: #00a607;
    background: white !important;
    border: 0px solid !important;
    padding: 0px 3px 0px 3px;
    font-size: 12px;
    font-weight: 700;
    border-radius:3px;
}


.inactive_status, .inactive_status:hover {
    color: #FF9800ed;
    background: white !important;
    border: 0px solid !important;
    padding: 0px 3px 0px 3px;
    font-size: 12px;
    font-weight: 700;
    border-radius:3px;
}

a.remove, a.remove:hover {
    background: #e00f00;
    color: white !important;
    padding: 0px 5px 0px 5px;
    font-size: 15px;
    font-weight: 900;
}


/* CSS For Datatable Design Start */

.data_table .table {
    border-spacing: 0 0.85rem !important;
  }
  
  .data_table .table .dropdown {
    display: inline-block;
  }
  
  .data_table .table td,
  .data_table .table th {
    vertical-align: middle;
    margin-bottom: 10px;
    border: none;
  }
  
  .data_table .table thead tr,
  .data_table .table thead th {
    border: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
  }
  
  .data_table .table td {
    background: #fff;
  }
  
  .data_table .table td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  .data_table .table td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .data_table .avatar {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 3rem;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 700;
    vertical-align: bottom;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .data_table .avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.83333rem;
    line-height: 1.5;
  }
  
  .data_table .avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .data_table .avatar-blue {
    background-color: #c8d9f1;
    color: #467fcf;
  }
  
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    top: 28px;
    left: 14px;
    border: none;
    box-shadow: none;
  }
  
  table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
  table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-left: 48px;
  }
  
  table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
  }
  
  table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 50%;
  }
  
  table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
  table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    padding: 0.75rem 1rem 0.125rem;
  }
  
  .data_table div.dataTables_wrapper div.dataTables_length label,
  .data_table div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0;
  }
  
  @media (max-width: 767px) {
      .data_table div.dataTables_wrapper div.dataTables_paginate ul.pagination {
      -ms-flex-pack: center !important;
      justify-content: center !important;
      margin-top: 1rem;
    }
  }
  
  .data_table .btn-icon {
    background: #fff;
  }
  .data_table .btn-icon .bx {
    font-size: 20px;
  }
  
  .data_table .btn .bx {
    vertical-align: middle;
    font-size: 20px;
  }
  
  .data_table .dropdown-menu {
    padding: 0.25rem 0;
  }
  
  .data_table .dropdown-item {
    padding: 0.5rem 1rem;
  }
  
  .data_table .badge {
    padding: 0.5em 0.75em;
  }
  
  .data_table .badge-success-alt {
    background-color: #d7f2c2;
    color: #7bd235;
  }
  
  .data_table .table a {
    color: #212529;
  }
  
      .data_table .table a:hover,
      .data_table .table a:focus {
      text-decoration: none;
      }
  
      .data_table table.dataTable {
           margin-top: 12px !important;
      }
  
       .data_table .icon > .bx {
          display: block;
          min-width: 1.5em;
          min-height: 1.5em;
          text-align: center;
          font-size: 1.0625rem;
      }
  
  
      .data_table .btn {
          font-size: 0.9375rem;
          font-weight: 500;
          padding: 0.5rem 0.75rem;
      }
  
      .data_table .avatar-blue {
          background-color: #c8d9f1;
          color: #467fcf;
      }
  
      .data_table .avatar-pink {
          background-color: #fcd3e1;
          color: #f66d9b;
      }


      /* CSS For Datatable Design End */
     
      
      #vendor img {
        max-width: 100%;
        display: block;
      }
      #vendor  ul {
        list-style: none;
      }
      
      /* Utilities */
      #vendor .card::after,
      #vendor .card img {
        border-radius: 50%;
      }
      
      #vendor .card  {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
    }
      
      #vendor .card {
        padding: 2.5rem 2rem;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, .5); 
        box-shadow: 0 0 30px rgba(0, 0, 0, .15);
        margin: 1rem;
        position: relative;
        transform-style: preserve-3d;
        overflow: hidden;
      }

      #vendor .card::before,
      #vendor .card::after {
        content: '';
        position: absolute;
        z-index: -1;
      }

      #vendor .card::before {
        width: 100%;
        height: 100%;
        border: 1px solid #FFF;
        border-radius: 10px;
        top: -.7rem;
        left: -.7rem;
      }

     #vendor .card::after {
        height: 15rem;
        width: 15rem;
        background-color: #4172f5aa;
        top: -8rem;
        right: -8rem;
        box-shadow: 2rem 6rem 0 -3rem #FFF
      }
      
      #vendor .card img {
        width: 8rem;
        min-width: 80px;
        box-shadow: 0 0 0 5px #FFF;
      }
      
      #vendor .infos {
        margin-left: 1.5rem;
      }
      
      #vendor .name {
        margin-bottom: 1rem;
      }

      #vendor .name h2 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
 
      #vendor .name h4 {
        font-size:  1.6rem;
        color: #333
      }
      
      #vendor  .text {
        font-size: .9rem;
        margin-bottom: 1rem;
      }
      
     
      #vendor  .stats {
        margin-bottom: 1rem;
        display: flex;
    }

       
    #vendor .stats li {
      text-align: center;
      padding: 4px;
      margin: 0px 20px 0px 0px;
  }
      #vendor .stats h3 {
        font-size: 1.5rem !important
    }
     #vendor.stats h4 {
        font-size: .75rem !important
      }

      
      
      #vendor .links button {
        font-family: 'Poppins', sans-serif;
        min-width: 120px;
        padding: .5rem;
        border: 1px solid #222;
        border-radius: 5px;
        font-weight: bold;
        cursor: pointer;
        transition: all .25s linear;
      }
      #vendor .links .follow,
      #vendor .links .view:hover {
        background-color: #222;
        color: #FFF;
      }
      #vendor .links .view,
      #vendor .links .follow:hover{
        background-color: transparent;
        color: #222;
      }
      
      @media screen and (max-width: 450px) {
        #vendor .card {
          display: block;
        }
        #vendor .infos {
          margin-left: 0;
          margin-top: 1.5rem;
        }
        #vendor .links button {
          min-width: 100px;
        }
      }
      


      /* Comment section Start*/


      

#panel-title  {
  font-size: 1.3em;
}

#comments .panel-header {
  background-color: #000000;
  color: white;
  padding: 1%;
}

#comments .counter {
  background-color: #e8eaf6;
  color: #000000;
  font-size: 0.8em;
  border-radius: 50%;
  padding: 0.1% 0.8%;
  margin-left: 10px;
  vertical-align: text-top;
}

#comments .panel-collapse {
  background-color: #ffffff;
  box-shadow: 0px 3px 5px -3px black;
  padding: 3% 4%;
}

#comments .comment {
  border-left: 4px solid #000000; 
  padding: 0 1% 1% 3%;
  margin-bottom: 5%;
}

#comments .comment-header {
  margin-bottom: 1%;
}

#comments .panel-collapse .icon {
  width: 3%;
  margin-right: 0.5%;
}

#comments .panel-collapse small {
  color: #777;
  margin-left: 2%;
}

#comments .formtitle {
  font-size: 1.5em;
  float: left;
}

#author, form textarea {
	clear:both;
	display:block;
  width:100%;
  padding: 1%;
  margin: 1% 0 1% 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #777;
  resize:none;
}

#author:focus, textarea:focus {
  border-bottom: 1px solid #000000;
}

#comments form {
  text-align:center;
}

#comments .commentButton {
  border: 0px solid;
  background-color: #000000;
  color: white;
  padding: 3px 0px 3px 0px;
  box-shadow: 0 2px 5px black;
  width: 10%;
  float: right;
}


.logn {
  background: antiquewhite;
  padding: 10px;
  font-weight: 400;
  font-size: 20px;
}

 
/* Comment Section End */

.header__search--form {
  border: 1px solid  #e7e7e7;
  box-shadow: 0px -1px 3px 0px;
}

.header__search--input {
  width: 100%;
  border: 0px;
  height: 35px;
  border-radius: 0 5px 5px 0;
  padding: 24px 52px 24px 17px;
}

.header__search--button { 
  padding: 0px 15px 0px 15px !important; 
}

button.header__search--button.bg__primary.text-white {
  border-left: 2px solid;
  background: #000000 !important;
}


img.main__logo--img {
  height: 103px !important;
  width: 372px !important;
  object-fit: cover;
}


.header-img {
      height: 36px;
      width: 35px;
      border: 1px solid #8c8c8c;
      border-radius: 25px;
      object-fit: cover;
      padding: 2px;
}

a.header__account--btn.minicart__open--btn {
  display: none;
}

li.account__menu--list a {
  width: -webkit-fill-available;
}

section.breadcrumb__section.breadcrumb__bg {
  margin: 0px !important;
  padding: 10px !important;
  background: #e6eefd;
}


@media only screen and (max-width: 767px) {
  .shipping__items.style2.d-flex.align-items-center {
    width: 100% !important;
    justify-content: left;
  }
}



  .mobile-sell-btn {
      background: linear-gradient(137deg, #281AFE, #FF0052) !important;
      color: white;
      padding: 5px;
      text-align: center;
      border-radius: 8px;
      margin: 10px 0px 0px 0px !important;
      justify-content: center;
  }

  .shipping__items {
    gap: 1.7rem;
    padding: 3.5rem;
  }

  .bd-50 {
    border-radius: 50%;
  }

  .categories__icon {
    position: relative;
    width: 140px;
    height: 140px;
}

.categories__icon::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -5px;
    width: 150px; /* 214px (image size) + 2*10px (space around) */
    height: 150px;
    border: 2px dotted #000; /* Change color if needed */
    border-radius: 50%;
    box-sizing: border-box;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.categories__icon:hover::before {
    animation: rotate 1.4s linear infinite;
}

.woo-tag-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.rt-tag-shape {
    position: relative;
    display: inline-block;
}

.title-count-wrap {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

 .rt-tag-title {
    padding: 0 25px;
}

.rt-tag-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 1;
}

.bg-custom-1 {
  background-color: #85144b;
}

.bg-custom-2 {
background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

.navbar-nav {
    gap: 3em;
    flex: 1;
    justify-content: center;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bg {
  background: #00BBAE;
}

.ln{
    
    line-height: 2;
}

.br-sty {
   
    border-radius-top: 71%;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
}

.cw {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 89%;
    transform: translateY(-50%);
}

.im {
  border-radius: 10%;
  width: 300px; /* example width */
    height: 300px; /* example height */
    object-fit: cover;
}

.cl-1 {
    background-color: #fff6c9;
}

.cl-2 {
   background-color: #e5fcd4;
}


.cl-3 {
   background-color: #fdd2dc;
}


.cl-4 {
   background-color: #c0f5ff;
}

.rl {
 position: relative;
}

.rl::after {
content: "";
display: block;
width: 50px;
height: 2px;
background-color: #000;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}

.categories__card--link {
	align-items: center;
}


.contact__form {

width: 750px;

}

/*img.slider__thumbnail--style5 {
  float: inline-start;
}*/

.image-container {
    position: relative;
    display: inline-block; /* Ensure images remain inline */
    margin: 0; /* Reset margins */
    padding: 0; /* Reset padding */
}

.float-start {
    float: left; /* Use left float for inline-start */
   
   	margin-left: 64px;
	margin-top: 30px;
}

.float-right {
     margin-left: 25px;

    
}

.styl1 img {
    /* Adjust width as needed */
    height: auto; /* Maintain aspect ratio */
}

.styl3 img, .styl2 img {
     /* Adjust width to fit your layout */
    height: 334px; /* Ensure height is consistent */
}

.styl3 {
    margin-top: 30px;
}

.styl2 {
    margin-top: 10px;
}

.slider__thumbnail--img__style5 {
    display: block; /* Prevent margin issues with images */
}

.overlay {
    opacity: 0;
    transform: rotateZ(0);

    background: rgba(3, 146, 207, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    padding: 0 40px;
    transition: opacity 0.3s ease-in-out;

}


.image-container:hover .overlay {
    opacity: 1;
}

.slide_2 {
    position: absolute;
    top: 50%;
    left: 112px;
    transform: translate(-50%, -50%);
    transform-origin: center bottom;
    text-align: center;
    color: #685f52;
    z-index: 1;
}

.slide-sub-heading-2, .slide-heading, .slide-text, .slide-button {
    margin: 10px 0;
}

.slide-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ed3321;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.slide-heading {
    color: #ed3321;
}

@media (max-width: 768px) {
    .float-start, .float-right {
        float: none;
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }

    .styl1 img, .styl3 img, .styl2 img {
        width: 100%; /* Full width for mobile */
        height: auto;
    }

    .slide_2 {
        padding: 20px;
    }
}

@media (min-width: 1024px) {
    .float-right {
       margin-left: 50px;
   }


}

@media (min-width: 1440px) {
   
       .float-right {
   margin-left: 23px;
}
   }



/* Clearfix for floating elements */
.slider__thumbnail--style5::after {
    content: "";
    display: table;
    clear: both;
}

.slide-sub-heading-2 {
    font-size: 15px;
    font-weight: 700;
}

h3.blog__card--title.text-center {
    font-weight: 500;
}

a.header__menu--link {

    text-align: -webkit-center;
}

.slider__thumbnail--style5.position-relative {
  display: block;
  padding: 40px;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .slider__thumbnail--style5.position-relative {
    padding: 0px;
  }

  .sl {
    margin-top: 12px;
  }

  .sl1 {
    margin-top: 12px;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1440px) {

  .sl1 {
    margin-top: 10px;
  }
}

