/*.archive-container{*/
/*    padding:80px 0;*/
/*}*/

/*.identity-custom-container {*/
/*    padding: 0 15px;*/
/*}*/

/*.identity-breadcrumb .breadcrumb {*/
/*    background: none;*/
/*    padding: 0;*/
/*}*/

/*.identity-breadcrumb .breadcrumb-item a {*/
/*    color: #333;*/
/*    text-decoration: none;*/
/*}*/

/*.identity-breadcrumb .breadcrumb-item.active {*/
/*    color: #E31D47;*/
/*}*/

/*.product-details-container {*/
/*    align-items: stretch;*/
/*}*/

/*.slider-image-container {*/
/*    border: 2px solid #ddd;*/
/*    margin-bottom: 10px;*/
/*    border-radius: 8px;*/
/*}*/

/*.slider-image-container:hover {*/
/*    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
/*}*/

/*.slider-image img {*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    object-fit: cover;*/
/*}*/

/*.main-product-image img {*/
/*    object-fit: contain;*/
/*}*/

/*.product-info-container {*/
/*    background-color: #f6f6f6;*/
/*    border: 1px solid #ddd;*/
/*}*/

/*.product-details-accordion .accordion-button {*/
/*    background-color: #f1f1f1;*/
/*    font-weight: 500;*/
/*}*/

/*.product-details-accordion .accordion-button:not(.collapsed) {*/
/*    background-color: #e9ecef;*/
/*    box-shadow: none;*/
/*}*/

/*.product-details-accordion .accordion-button::after {*/
/*    background-image: none;*/
/*    content: '+';*/
/*    font-size: 1.3em;*/
/*    transition: transform 0.3s;*/
/*}*/

/*.product-details-accordion .accordion-button:not(.collapsed)::after {*/
/*    content: '-';*/
/*}*/

/*.position-relative.d-flex.flex-column {*/
/*    padding: 20px;*/
/*    background-color: #f6f6f6;*/
/*}*/


/*.p.fw-semibold.text-danger {*/
/*    font-size: 1.2em;*/
/*}*/

/*.fabric-color-container {*/
/*    background-color: #fff;*/
/*    border: 1px solid #ddd;*/
/*}*/

/*.fabric-color-img img {*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    object-fit: cover;*/
/*}*/

/*.quantity input {*/
/*    width: 60px;*/
/*    text-align: center;*/
/*}*/

/*#addToCart {*/
/*    background-color: #E31D47;*/
/*    border-color: #E31D47;*/
/*}*/

/*#addToCart:hover {*/
/*    background-color: #E31D47;*/
/*    border-color: #E31D47;*/
/*}*/

/*.quantity-wrapper {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    border: 2px solid #004080;*/
/*    border-radius: 4px;*/
/*    overflow: hidden;*/
/*    background-color: #fff;*/
/*}*/

/*.quantity-wrapper input[type="number"] {*/
/*    border: none;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    padding: 6px 12px;*/
/*    outline: none;*/
/*    appearance: textfield;*/
/*}*/

/*.quantity-wrapper input::-webkit-outer-spin-button,*/
/*.quantity-wrapper input::-webkit-inner-spin-button {*/
/*    -webkit-appearance: none;*/
/*    margin: 0;*/
/*}*/

/*.quantity-btn {*/
/*    border: none;*/
/*    background: transparent;*/
/*    color: #333;*/
/*    width: 40px;*/
/*    font-size: 1.2rem;*/
/*    cursor: pointer;*/
/*    transition: background 0.2s;*/
/*}*/

/*.quantity-btn:hover {*/
/*    background-color: #e9ecef;*/
/*}*/

/*.quantity-result {*/
/*    display: flex;*/
/*    align-items: center;*/
    background-color: #dc3545; /* red */
/*    border-radius: 16px;*/
/*    padding: 10px 20px;*/
/*    color: #fff;*/
/*    justify-content: space-between;*/
/*    margin-top: 24px;*/
/*}*/

/*.quantity-result .btn {*/
/*    background-color: transparent;*/
/*    color: #fff;*/
/*    border: none;*/
/*    font-weight: 500;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 0;*/
/*    font-size: 1rem;*/
/*}*/

/*.quantity-result .result {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-end;*/
/*    margin-left: auto;*/
/*}*/

/*.quantity-result #quantityResult {*/
/*    font-weight: bold;*/
/*    font-size: 1.1rem;*/
/*    margin: 0;*/
/*    color: #fff;*/
/*    text-align: right;*/
/*}*/

/*.quantity-result .text-muted {*/
    /*color: #f8d7da !important;*/
/*    margin: 0;*/
/*    font-size: 0.85rem;*/
/*}*/


/*@media (max-width: 992px) {*/
/*    .product-details-container {*/
/*        flex-direction: column;*/
/*    }*/

/*    .col-lg-2,*/
/*    .col-lg-6,*/
/*    .col-lg-4 {*/
/*        width: 100%;*/
/*    }*/

/*    .slider-image img {*/
/*        width: 80px;*/
/*        height: 80px;*/
/*    }*/
/*}*/


/*@media (max-width: 576px) {*/
/*    body {*/
/*        padding: 20px;*/
/*    }*/

/*    .slider-image img {*/
/*        width: 60px;*/
/*        height: 60px;*/
/*    }*/

/*    .main-product-image img {*/
/*        width: 100%;*/
/*        height: auto;*/
/*    }*/

/*    .position-relative.d-flex.flex-column {*/
/*        padding: 15px;*/
/*    }*/

/*    .p.fw-semibold.text-danger {*/
/*        font-size: 1em;*/
/*    }*/

/*    .quantity input {*/
/*        width: 50px;*/
/*    }*/

/*    #addToCart {*/
/*        width: 100%;*/
/*        padding: 10px;*/
/*    }*/

/*    .fabric-color-img img {*/
/*        width: 30px;*/
/*        height: 30px;*/
/*    }*/
/*}*/


.product-details1 {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .product-tab-container {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.product-tab-list .nav {
  background-color: #f6f6f6;
  border-radius: 5px;
  overflow: auto;
  padding: 15px;
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .product-tab-list .nav {
    flex-direction: row !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-tab-list .nav {
    flex-shrink: 0;
    overflow: auto;
    flex-wrap: nowrap;
  }
}
.product-tab-list .nav button {
  border: 1px solid rgba(128, 128, 128, 0.1647058824);
  background: white;
  overflow: hidden;
  box-shadow: 0 2px 2px -1px rgba(50, 50, 93, 0.2509803922), 0 1px 2px -1px rgba(0, 0, 0, 0.2);
}
.product-tab-list .nav button img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .product-tab-list .nav button {
    width: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .product-tab-list .nav button {
    width: 90px;
    flex-shrink: 0;
  }
}
.product-tab-list .nav .nav-link.active,
.product-tab-list .nav .nav-link:hover {
  background: white;
  border-color: rgba(128, 128, 128, 0.801);
  box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
}

.single-product-tab {
  position: relative;
}
.single-product-tab .popup-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  border: 1px solid rgba(211, 211, 211, 0.507);
  box-shadow: 0 2px 2px -1px rgba(50, 50, 93, 0.2509803922), 0 1px 2px -1px rgba(0, 0, 0, 0.2);
  height: 40px;
  width: 40px;
  background-color: white;
  color: #a6a6a6;
  border-radius: 5px;
}
.single-product-tab .tab-content {
  border-radius: 5px;
  overflow: hidden;
}
.single-product-tab .tab-content .tab-pane img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.my-modal .modal-header {
  border-bottom: none;
}
.my-modal .modal-header .btn-close {
    background-color: #ce0007;
    opacity: 1;
    right: 25px;
    position: relative;
    top: 6px;
   
    width: 30px;
    height: 30px;
    left: 93%;
    border-radius: 5px;
    padding: 5px !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.my-modal .modal-header .btn-close:focus {
  box-shadow: none;
}

.sidebar-content {
  background-color: #f6f6f6;
  border-radius: 5px;
  overflow: auto;
  padding: 25px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-content {
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-content {
    padding: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .sidebar-content {
    padding: 15px;
  }
}

.header-content .rb-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #212529;
  margin-bottom: 0;
}
.header-content span {
  display: block;
}
.header-content .rb-price-bd {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #212529;
  margin-top: 12px;
}
.header-content .rb-price-bd span {
  display: inline-block;
}
.header-content.show-md {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-content.show-md {
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header-content.show-desktop {
    display: none;
  }
}

.faq-section {
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.faq-section .accordion-item {
  border-radius: 5px;
  overflow: hidden;
  border-color: #f1f1f4;
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq-section .accordion-button {
  font-weight: 500;
  font-size: 16px;
  color: #474747;
}
.faq-section .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion-button span {
  color: #807d7a;
  height: 45px;
  width: 45px;
  border-radius: 5px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border: 1px solid rgba(211, 211, 211, 0.507);
}
.faq-section.style-2 .accordion {
  padding: 4px;
}
.faq-section.style-2 .accordion-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.faq-section.style-2 .accordion-button {
  font-size: 16px;
  font-weight: 400;
  color: #a6a6a6;
  border-bottom: 1px solid rgba(211, 211, 211, 0.507);
}
.faq-section.style-2 .accordion-button span {
  border: none;
  width: auto;
  height: auto;
}
.faq-section.style-2 .accordion-body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.faq-section.style-2 .accordion-body ul li {
  font-weight: 300;
  font-size: 16px;
  color: #474747;
  line-height: 2;
}
.faq-section.style-2 .accordion-body ul li i {
  font-size: 16px;
  color: #807d7a;
  margin-right: 10px;
}
.faq-section.style-3 .accordion {
  padding: 0;
}
.faq-section.style-3 .accordion-button {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #474747;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .faq-section.style-3 .accordion-button {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .faq-section.style-3 .accordion-button {
    font-size: 18px;
  }
}
.faq-section.style-3 .accordion-button .text-span {
  color: #a6a6a6;
  width: auto;
  font-size: inherit;
  border: none;
  display: inline-block;
}
.faq-section.style-3 ul {
  list-style-type: circle;
  padding: 0;
  margin: 0;
  padding-left: 23px;
}
.faq-section.style-3 ul li {
  font-weight: 400;
  font-size: 16px;
  color: black;
  line-height: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .faq-section.style-3 ul li {
    font-size: 14px;
  }
}
.faq-section.style-3 ul li span {
  font-weight: 700;
}
.faq-section.style-3 .rb-product-img {
  text-align: center;
}
.faq-section.style-3 .rb-product-img h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .faq-section.style-3 .rb-product-img h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .faq-section.style-3 .rb-product-img h3 {
    font-size: 24px;
  }
}
.faq-section.style-3 .rb-product-img img {
  width: 350px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-section.style-3 p {
  font-weight: 400;
  font-size: 16px;
  color: black;
  line-height: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .faq-section.style-3 p {
    font-size: 14px;
  }
}
.faq-section.style-3 p span {
  font-weight: 700;
  display: block;
}
.faq-section.style-3 .product-info-img-wrapper {
  overflow: scroll;
  display: flex;
  align-items: center;
  gap: 32px;
}
.faq-section.style-3 .product-info-img-wrapper .product-info-img {
  display: flex;
  border-radius: 20px;
  position: relative;
  max-height: 320px;
  max-width: 580px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .faq-section.style-3 .product-info-img-wrapper .product-info-img {
    max-width: 350px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .faq-section.style-3 .product-info-img-wrapper .product-info-img {
    max-width: 300px;
  }
}
.faq-section.style-3 .product-info-img-wrapper .product-info-img img {
  width: 100%;
  height: auto;
}

.rb-qty-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.rb-qty-wrapper span {
  font-size: 18px;
  color: #474747;
  font-weight: 500;
}
.rb-qty-wrapper .rb-qty {
  border-radius: 5px;
  background-color: white;
  border: 1px solid #f1f1f4;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
.rb-qty-wrapper .rb-qty button {
  color: #212529;
  border: none;
  background: transparent;
  font-size: 16px;
  border-right: 1px solid rgba(211, 211, 211, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rb-qty-wrapper .rb-qty button.plus {
  border-right: none;
  border-left: 1px solid rgba(211, 211, 211, 0.6);
}
.rb-qty-wrapper .rb-qty .qty-number {
  flex: 1;
  text-align: center;
}

.rb-btn-wrapper {
  background-color: #eb1c23;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
}
.rb-btn-wrapper button {
  background-color: transparent;
  border: none;
  color: white;
  text-align: center;
  width: 100%;
  flex: 1;
  height: 60px;
}
.rb-btn-wrapper button h5 {
  line-height: 1;
  margin-bottom: 0;
  font-size: 20px;
}
.rb-btn-wrapper button:hover {
  background-color: #ce0007;
}
.rb-btn-wrapper button span.unit {
  font-size: 14px;
  font-weight: 300;
}
.rb-btn-wrapper .hr-line {
  height: 40px;
  width: 2px;
  background-color: white;
  display: inline-block;
}
.rb-btn-wrapper .add-cart-btn {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .rb-btn-wrapper .add-cart-btn {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */



/* === Bootstrap 5 Accordion Flush Style - Isolated === */

.accordion.accordion-flush {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: transparent;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: rgba(0, 0, 0, 0.125);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-accordion-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}

.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: 0;
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border-radius: 0;
    margin-bottom: 0;
}

.accordion-item:last-child {
    border-bottom: 0;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    text-decoration: none;
    font-weight: 500;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

 .accordion-collapse {
    transition: height 0.3s ease-in-out;
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    font-size: 0.95rem;
    color: #555;
}

/* Optional: Add spacing between tags */
.accordion-body span {
    display: inline-block;
    background: #f1f3f5;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    margin: 0.25rem;
}

/* Optional: Icon Style */
.accordion-button i {
    margin-right: 0.75rem;
    color: #6c757d;
    font-size: 1.1rem;
}
