.ps-breadcrumb .breadcrumb a {
color: rgb(155, 35, 33);
}

#back2top:hover  i {
color:white;
}
h1, h2, h3, h4, h5, h6 {
color: #383e42;
}
.ps-product--cart-mobile .ps-product__content a {
color: #383e42;
}
.ps-breadcrumb {
    background-color: white;
}
.ps-product--detail .ps-product__specification p.categories a {
color: rgb(155, 35, 33);
}
.ps-product .ps-product__title {
color: #383e42;
}
.a126-secondary-button {
    height: 4.5rem;
    width: 100%;
}
 .a126-secondary-button.is-gray {
    border: .1rem solid #cdcdcd;
}
 .a126-secondary-button {
    border: .2rem solid #2fc48d;
    padding: 1rem 3.6rem;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    border-radius: .4rem;
}
.a126-secondary-button {
    display: inline-flex;
    align-items: center;
    min-width: 12.6rem;
    min-height: 4.5rem;
    position: relative;
    color: #2fc48d;
    vertical-align: middle;
    transition: all .15s ease;
    text-decoration: none;
    justify-content: center;
}
.a126-secondary-button .icon {
    height: 2rem;
    width: 2rem;
      display: inline-block;
    vertical-align: middle;

}
.a126-secondary-button  .icon svg {
    height: 100%;
    width: 100%;
    display: block;
    fill: rgb(155, 35, 33);
}
.a126-secondary-button .icon~.cta-text {
    margin-left: .6rem;
}
.a126-secondary-button.is-gray .cta-text {
    color: #838383;
    transition: color .25s linear;
    font-weight: 400;
}
.a126-secondary-button .cta-text {
    text-align: center;
}
.a126-secondary-button .cta-text {
    font-weight: 600;
    line-height: 1;
}
.widget_features {
    background-color: white; 
      padding-top: 0px;
   
}
.a126-secondary-button.is-gray:hover {
    border: .1rem solid rgb(155, 35, 33);
}
.a126-secondary-button:hover {
    color: rgb(155, 35, 33);
}
.product-hero-detail-label {
    text-align: center;
    padding-bottom: 5px;
}
.attribute-swatch-item  label {
    font-size: 16px;
}
.ps-product--header-sticky .ps-product__price span {
    color: #383e42;
}
.ps-product--detail h1 {
    color: #383e42;
}
.product__attribute>label {
    margin-bottom: 10px;
  font-size: 18px;
}
.bg-light-mod {
    background-color: #f6f7fb;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #d8e0e6;
}
.ps-product-list .ps-section__header {
    background-color: #f6f7fb;
  border-bottom: unset;
}
.ps-product-list .ps-section__header h3 {
    font-size: 18px;
}
.tp-product-details-additional-info table td:first-child {
    background-color: #f6f7fb;
}
.widget_shop {
background-color: white;
      border: .1rem solid #e1e1e1;
    border-radius: 3px;
}
.ps-product--wide .ps-product__content {
    max-width: 600px;
}
.widget--blog .widget__title {
color: #383e42;
}
.ps-page--blog .ps-page__header {
    padding-top: 60px;
    padding-bottom: 60px;
}
.widget--blog .widget__title {
margin-bottom: 15px;
}
.widget--blog.widget--recent-post .widget__content a {
color: #383e42;
  font-weight:400;
}
.triangle-container {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    width: 50px; /* Combined width for both triangles */
    height: 30px; /* Height of each triangle */
}

.red-triangle {
    width: 0;
    height: 0;
    border-top: 30px solid #C8102E; /* Red color */
    border-right: 30px solid transparent;
}

.grey-triangle {
    width: 0;
    height: 0;
    border-bottom: 30px solid #333333; /* Grey color */
    border-left: 30px solid transparent;
    margin-left: -30px; /* Overlaps with the red triangle */
}
.widget_shop .widget-title {
text-transform: none;
}
.ps-table--shopping-cart thead tr th {
    background-color: #f6f7fb;
}
.ps-block--shopping-total {
  background-color: #f6f7fb;
}
.ps-product--cart .ps-product__content a {
    color: #383e42;
}
.ps-list--link li a:before, .ps-footer__links p a:before {
background-color: #9b2321 !important;
}
.ps-product:hover {
    border-color: #9b2321;
}
#back2top.active {
bottom: 80px;
}
#calculator-modal .product-image-50 {
        max-width: 50%;
    }
#calculator-modal .icon-cross2 {
    color: #8e9dad;
      
}

#calculator-modal .icon-cross2 {
    display: inline-block; /* Allow rotation */
    transition: all 0.5s ease; /* Apply transition on the element itself */
      text-shadow: 1px 0 currentColor, -1px 0 currentColor, 0 1px currentColor, 0 -1px currentColor;
      user-select: none!important;    /* Prevent text selection */
    outline: none !important;     /* Remove focus outline */
}

#calculator-modal .icon-cross2:hover {
    color: rgb(155, 35, 33);
    transform: rotate(180deg); /* Rotate on hover */
    user-select: none!important;    /* Prevent text selection */
    outline: none !important;     /* Remove focus outline */
}


#calculator-modal .modal-close {
  transition: all .5s ease;
  position: absolute;
    right: 15px;
    top: 15px;
}
*:focus {
       user-select: none!important;    /* Prevent text selection */
    outline: none !important;     /* Remove focus outline */
}
body, div, span, p {
    cursor: pointer;
}
input, textarea, select {
    cursor: text;
}
#calculator-modal .modal-body {
    padding: 30px;
}
.ps-btn:hover, .ps-btn:active, button.ps-btn:hover, button.ps-btn:active {
    background-color: #b02826;
}
#calculator-modal .btn-center {
    display: block;
    margin: 0 auto;
}
#calculator-modal .input-group-text {
    background-color: #f6f7fb;

}
#calculator-modal .modal-title {
color: rgb(155, 35, 33);
}
#calculator-modal .modal-header {
    text-align: center;
      padding-left: 30px;
    padding-right: 30px;
  display: block;
 
}
#calculator-modal .modal-header  h4{
  font-weight: 600;
}
.btn-secondary {
    color: #fff;
    background-color: #878581;
    border-color: #878581;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: rgb(155, 35, 33) !important;
    border-color: rgb(155, 35, 33) !important;
}
#calculator-modal p {
color: #383e42;
}

#calculator-modal .btn-secondary {
    font-size: 16px;
}
#calculator-modal .btn-secondary.focus {
   box-shadow: none !important;
}
.help-image-placeholder {
    width: 120px;
    position: absolute;
    top: 20px;
    right: 30px;
}
#result-section .result-title {
    padding-top: 30px;
}
#result-section .text-muted {
    margin-bottom: 30px;
}
.header--mobile .header__extra span i,.header .header__extra:hover i {
    color: var(--color-1st);
}
@media (max-width: 767px) {
    .footer-payments {
           width: 100%;
    }
  .footer-payments .payment-method-title {
  	display:none;
  }
  .ps-product-list .ps-section__links {
      text-align: center;
  }
  .ps-section__header h3 {
      padding-left: unset !important;
        margin-left: auto;
    margin-right: auto;
  }
  .ps-section__header img {
  display: none;
  }
}

.navigation__right .current-menu-item {
	background: #A73A38;
}
.navigation__right li a:hover {
	color: #FCECEC !important;
}
   .custom-ps-shop-categories {
        margin-bottom: 20px;
    }

    .custom-ps-block-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .custom-ps-block__wrapper {
        display: flex;
        align-items: stretch; /* Ensure both elements fill available height */
        justify-content: center;
        width: 100%;
        max-width: 350px; /* Adjust as needed for overall width */
        margin-bottom: 10px;
       
        overflow: hidden; /* Ensure the image and color grid are visually combined */
          transition: transform 150ms ease-in-out;
    }
.custom-ps-block__wrapper:hover {
 transform: scale(1.05) translateY(4px);
}
   
    .custom-ps-block__thumbnail {
        flex: 1;
        display: flex;
    }

    .custom-ps-block__thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .custom-color-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Two columns */
        grid-template-rows: repeat(3, 1fr); /* Three rows */
        flex: 1;
        gap: 0; /* Remove any space between color blocks */
        width: 100%;
        max-width: 120px; /* Width of color grid */
    }

    .custom-color-box {
        width: 100%;
        height: 100%;
    }

    .custom-ps-block__content h4 {
        margin-top: 10px;
    }
.custom-groups-collections h3 {
	     margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}
.group_wrapper {
background-color: #f6f7fb;
}
.h_wrapper {
   margin-left: 35px;
      padding-top: 10px;
    padding-bottom: 10px;
}
.h_wrapper p {
    margin-bottom: 0px;
}
.custom-groups-collections-content {
margin-top: 30px;
}
.custom-groups-collections {
 margin-bottom: 30px;
}
/* color collections inside page */


.custom-page-layout {
    display: flex;
    flex-direction: row;
    padding: 20px;
    gap: 20px;
}

/* Left panel */
.custom-left-panel {
    flex: 0 0 320px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 50px);
}

.custom-main-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.custom-main-image {
    width: 100%;
   
}

.custom-collection-info {
   
   
}

.custom-brand-logo {
    margin-bottom: 10px;
}

.custom-brand-logo-img {
    width: 60px;
    height: auto;
}

.custom-collection-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-collection-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Right panel */
.custom-right-panel {
    flex: 1;
    position: relative;
    overflow-y: auto;
    padding: 24px;
}

/* Responsive grid for color cards */
.custom-color-grid-mod {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr)); /* Default for smaller screens */
    grid-auto-rows: max-content;
    gap: 16px;
}

/* Responsive grid columns based on screen width */
@media (min-width: 900px) {
    .custom-color-grid-mod {
        grid-template-columns: repeat(4, minmax(100px, 1fr));
    }
}

@media (min-width: 1200px) {
    .custom-color-grid-mod {
        grid-template-columns: repeat(5, minmax(150px, 1fr));
    }
}

@media (min-width: 1536px) {
    .custom-color-grid-mod {
        grid-template-columns: repeat(6, minmax(180px, 1fr));
    }
}

/* Color card styling */
.custom-color-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* Make color cards square */
      transition: transform 150ms ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.13) 2px 2px 7px;
    background-color: #f9f7ed;
    overflow: hidden;
}
.custom-color-card:hover {
    transform: scale(1.05) translateY(4px);
}
.custom-color-card-link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    text-decoration: none;
    color: inherit;
}

/* Color box and label */
.custom-color-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 8px;
}

.custom-color-label {
    position: absolute;
    bottom: 5px;
    left: 8px;
    font-size: 14px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3px 5px;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.custom-color-main-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.custom-color-main-image {
    width: 100%;
    max-width: 300px; /* Sets the max width */
    aspect-ratio: 1 / 1; /* Keeps it square */
   
    background-size: cover; /* Ensures background covers the div if it's an image */
    background-position: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-color-main-image {
        max-width: 200px; /* Adjusts size on smaller screens */
    }
}

@media (max-width: 480px) {
    .custom-color-main-image {
        max-width: 150px; /* Further adjusts size on very small screens */
    }
}
.custom-color-ollection-link:hover {
 border: 1px solid #9b2321 !important; 
}