/*****cta-section*****/

.sp-call-to-action {
    position: relative;
}

.sp-call-to-action .scta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.sp-call-to-action .scta-each-btn .btn {
    padding: 28px 36px 28px 56px;
    width: 100%;
}

.sp-call-to-action .scta-each-btn {
    display: block;
    margin-left: 48px;
    position: relative;
    cursor: pointer;
}

.sp-call-to-action .scta-each-btn:hover .btn {
    background-color: #6E1110;
    border-color: #6E1110;
}

.sp-call-to-action .scta-each-btn:hover .scta-circle-border {
    transform: translate(-50%, -50%) scale(1.1);
}

.sp-call-to-action .scta-circle {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #EE7425;
}

.sp-call-to-action .scta-circle img {
    height: 100%;
    object-fit: cover;
}

.sp-call-to-action .scta-circle-border {
    height: 96px;
    width: 96px;
    border-radius: 50%;
    padding: 8px;
    position: absolute;
    top: 50%;
    transition: 0.7s;
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
}

.sp-call-to-action .scta-grp-btns {
    position: relative;

}

.sp-call-to-action .scta-grp-btns .btn {
    transition: .7s;
}

@media (min-width:768px) {

    .sp-call-to-action .scta-circle-border {
        height: 164px;
        width: 164px;
        padding: 6px;

    }

    .sp-call-to-action .scta-circle {
        height: 144px;
        width: 144px;
    }

    .sp-call-to-action .scta-each-btn {
        margin-left: 82px;
    }

    .sp-call-to-action .scta-each-btn .btn {
        padding: 28px 36px 28px 44px;
    }
}

/*****cta-section close *****/

/*****marten starts *****/
.ss-marten.show-bg:before {
    position: absolute;
    content: '';
    width: 700px;
    height: 850px;
    left: -250px;
    top: -100px;
    background: url(/images/wood\ grain.svg) no-repeat;
    background-size: cover;
}

@media (min-width:1200px) {
    .ss-marten .ssm-content {
        margin-left: 20px;
    }
}


/*****marten closes *****/
/*****rounded-banner starts *****/
.sp-values-banner .spv-rectangle {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    position: relative;
    background-color: #ba642e;
    opacity: 0.9;
    padding: 120px 16px 40px 16px;
}

.sp-values-banner .spv-rectangle-border {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 84px;
    padding: 16px 16px 16px 16px;
    max-width: 90%;
    border: 4px solid #fff;
}

.sp-values-banner .spv-circle {
    height: 168px;
    width: 168px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid white;
}

.sp-values-banner .spv-circle img {
    height: 100%;
}

.sp-values-banner .spv-circle-border {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    padding: 12px;
    border: 4px solid #fff;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
    .sp-values-banner .spv-rectangle {
        border-top-left-radius: 600px;
        border-bottom-left-radius: 600px;
        border-top-right-radius: 0%;
        padding: 80px 0px;
    }

    .sp-values-banner .spv-rectangle-border {
        padding: 16px 0px 16px 16px;
        margin-right: 0;
        border-top-left-radius: 600px;
        border-bottom-left-radius: 600px;
        border-top-right-radius: 0%;
        max-width: 80%;
        margin-left: auto;
        border-right: 0;
        margin-top: 0;
    }

    .sp-values-banner .spv-circle {
        height: 200px;
        width: 200px;
    }

    .sp-values-banner .spv-circle-border {
        height: 232px;
        width: 232px;
        border-radius: 50%;
        padding: 12px;
        top: 50%;
        left: 0px;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1200px) {
    .spv-content {
        margin-left: 80px;
    }
}

/*****rounded-banner closes*****/

/*****four-box starts*****/
.sprf {
    position: relative;
}

.sprf:before {
    position: absolute;
    content: '';
    width: 700px;
    height: 850px;
    right: -200px;
    bottom: -400px;
    background: url(/images/wood\ grain.svg) no-repeat;
    background-size: cover;
}

.sprf .sprf-item {
    cursor: pointer;
    margin-bottom: 48px;
    max-width: 384px;
    margin: auto;
}

.sprf .sprf-content {
    position: relative;
}

.sprf .sprf-item .sprf-img {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #dc5126;
    border-radius: 50%;
    padding: 4px;
    transition: .7s;

}

.sprf .sprf-item .sprf-text {
    width: calc(100% - 100px);
    margin-left: 8px;
    display: inline-block;
}

.sprf .sprf-item:hover .sprf-text h4 {
    background: #6e1110;
    border-color: #6e1110;
}

.sprf .sprf-item .sprf-text h4 {
    margin-top: 24px;
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #dc5126;
    background-color: #dc5126;
    border-radius: 20px;
    padding: 4px 20px;
    margin-bottom: 20px;
    transition: .7s;
}

.sprf .sprf-item .sprf-text:nth-child(1),
.sprf .sprf-item .sprf-text:nth-child(2) {
    margin-left: -24px;
    margin-right: -24px;
}

.sprf .sprf-item .sprf-img img {
    border: 1px solid #dc5126;
    border-radius: 50%;
    transition: .7s;
}


.sprf .sprf-item:hover .sprf-img  {
    transform: scale(1.03);
    border-color: #6e1110;
}

.sprf .sprf-item:hover .sprf-img img {
    border-color: #6e1110;
}

.sprf .sprf-image-viewer {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    height: 56%;
    width: 60%;
    margin: auto;
}

.sprf .sprf-image-viewer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
    opacity: .2;
    display: none;
}

@media screen and (min-width: 768px) {
    .sprf .sprf-image-viewer {
        height: 68%;
    }

    .sprf .sprf-image-viewer img {
        display: block;
    }

    .sprf .sprf-item.last {
        margin-bottom: 8px;
    }

    .sprf .sprf-item .sprf-text:nth-child(1),
    .sprf .sprf-item .sprf-text:nth-child(2) {
        margin-left: -8px;
        margin-right: -8px;
    }

    .sprf .sprf-item .sprf-text h4 {
        margin: 16px -24px;
        padding: 8px 32px;
    }
}


@media screen and (min-width: 992px) {
    .sprf .sprf-item .sprf-img {
        width: 120px;
        height: 120px;
    }

    .sprf .sprf-item .sprf-text {
        width: calc(100% - 120px);
        margin-top: 28px;
    }
}

@media screen and (min-width: 1200px) {
    .sprf .sprf-item .sprf-text h4 {
        padding: 8px 40px;
        margin: 8px -32px;
    }

    .sprf .sprf-image-viewer img {
        opacity: 1;
    }

    .sprf .sprf-image-viewer {
        width: 33%;
    }

}

/*****four-box closes*****/

/*****grade-chart starts*****/

.section-title.show-line.text-center h2:before {
    margin-left: auto;
    margin-right: auto;
}

.sq-grade-chart .sgc-table {
    overflow-x: auto;
    padding: 36px 0;
}

.sq-grade-chart .sgc-table tr th,
.sq-grade-chart .sgc-table tr td {
    padding: 12px 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.sq-grade-chart .sgc-table tr td {
    border-left: 2px solid #e0963f;
    vertical-align: middle;
}

.sq-grade-chart .sgc-table tr td:first-child {
    border-left-color: transparent;
    text-align: right;
    font-size: 18px;
    color: #dc5126;
    min-width: 206px;
}

.sq-grade-chart .sgc-table tr td:last-child {
    border-right: 2px solid #e0963f;
}

.sq-grade-chart .sgc-table tr:last-child th {
    border-bottom: 2px solid #e0963f;
}

.sq-grade-chart .sgc-table tr th {
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    min-width: 172px;
}

.sq-grade-chart .sgc-table tr td span {
    display: inline-block;
    vertical-align: middle;
}

.sq-grade-chart .sgc-table tr td span:not(.sgc-dot) {
    margin-left: 4px;
}

.sq-grade-chart .sgc-table tr th:first-child {
    border-bottom: transparent;
}

.sq-grade-chart .sgc-table tr th span {
    position: absolute;
    top: -58px;
    left: -36px;
    width: 140px;
    height: 140px;
}

.sq-grade-chart .sgc-table tr th span img {
    width: 100%;
}

.sq-grade-chart .sgc-table tr th:nth-child(2) {
    background: #e0963f;
    border-left: 2px solid #e0963f;
    border-right: 1px solid #e0963f;
}

.sq-grade-chart .sgc-table tr th:nth-child(3) {
    background: #d36b28;
    border-left: 1px solid #d36b28;
    border-right: 1px solid #d36b28;
}

.sq-grade-chart .sgc-table tr th:nth-child(4) {
    background: #b54326;
    border-left: 1px solid #b54326;
    border-right: 1px solid #b54326;
}

.sq-grade-chart .sgc-table tr th:nth-child(5) {
    background: #912524;
    border-left: 1px solid #912524;
    border-right: 1px solid #912524;
}

.sq-grade-chart .sgc-table tr th:nth-child(6) {
    background: #4b1a22;
    border-left: 1px solid #4b1a22;
    border-right: 2px solid #4b1a22;
}

.sq-grade-chart .sgc-table tbody tr:nth-child(odd) td:nth-child(even) {
    background: #f9f4ec;
}

.sq-grade-chart .sgc-table tbody tr:nth-child(odd) td:nth-child(odd) {
    background: #fff;
}

.sq-grade-chart .sgc-table tbody tr:nth-child(even) td:nth-child(even) {
    background: #f7e5cf;
}

.sq-grade-chart .sgc-table tbody tr:nth-child(even) td:nth-child(odd) {
    background: #f7e5cf;
}

.sq-grade-chart .sgc-dot {
    width: 17px;
    height: 17px;
    background: #0db14b;
    border-radius: 50%;
    display: inline-block;
}

.sq-grade-chart .sgc-dot.light-green {
    background: #b3c335;
}

.sq-grade-chart .sgc-dot.yellow {
    background: #ffd400;
}

.sq-grade-chart .sgc-dot.orange {
    background: #f99b1b;
}

.sq-grade-chart .sgc-dot.red {
    background: #d22429;
}

/*****grade-chart closes*****/

/*****comparison-table starts*****/
.sp-table-section .spt-table {
    overflow-x: auto;
    padding: 60px 0px 32px 0px;
    position: relative;
    z-index: 1;
}

.sp-table-section .spt-comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.sp-table-section .spt-comparison-table thead th {
    text-align: center;
    padding: 80px 20px 20px 20px;
    /* background-color: #e0963f; */
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    font-size: 28px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
}

/* .sp-table-section .spt-comparison-table thead th:nth-child(2) {
    background-color: #d36b28;
}

.sp-table-section .spt-comparison-table thead th:nth-child(3) {
    background-color: #b54226
}
.sp-table-section .spt-comparison-table thead th:nth-child(4) {
    background-color: #912524
} */


    .sp-table-section .spt-comparison-table thead th {    
    background-color: #912524;    
}
.sp-table-section .spt-comparison-table thead th:nth-child(2) {
    background-color: #b54226;
}

.sp-table-section .spt-comparison-table thead th:nth-child(3) {
    background-color: #d36b28
}
.sp-table-section .spt-comparison-table thead th:nth-child(4) {
    background-color: #e0963f
}



.sp-table-section .spt-comparison-table td {
    padding: 20px;
    border: 1px solid #e0963f;
    min-width: 200px;
}

.sp-table-section .spt-comparison-table td strong {
    display: block;
    color: #6E1110
}

.sp-table-section .spt-comparison-table td:nth-child(1) {
    background-color: #f9f4ec;
    min-width: 200px
}

.sp-table-section .spt-comparison-table td:nth-child(2) {
    background-color: #fcecdc;
}

.sp-table-section .spt-comparison-table td:nth-child(3) {
    background-color: #f9f4ec;
}

.sp-table-section .spt-circle {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #EE7425;
    display: inline-block;
}

.sp-table-section .spt-circle img {
    height: 100%;
    object-fit: cover;
}

.sp-table-section .spt-circle-border {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    padding: 6px;
    position: absolute;
    top: 0px;
    left: 50%;
    transition: 0.7s;
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
    display: inline-block;
}

@media (min-width:768px) {
    .sp-table-section .spt-circle {
        height: 144px;
        width: 144px;
    }

    .sp-table-section .spt-circle-border {
        height: 164px;
        width: 164px;
    }

    .sp-table-section .spt-table {
        padding-top: 82px;
    }

    .sp-table-section .spt-comparison-table {
        table-layout: fixed;
    }
}

/*****comparison-table closes*****/




/* ====== Unit-Size Chart ====== */
.sq-unit-chart .suc-table {
  overflow-x: auto;      /* safety net, likely won’t trigger now */
  padding: 36px 0;
}

.sq-unit-chart .suc-unit-table {
  border-collapse: collapse;
  width: 100%;
  max-width: 550px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

/* --- Headings --- */
.sq-unit-chart .suc-unit-table thead th {
  padding: 12px 8px;      /* tighter for 50 px cells */
  text-align: center;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  background: #e0963f;
  min-width: 50px;
  width: 50px;
}

.sq-unit-chart .suc-unit-table thead th:nth-child(2)  { background:#d36b28; }
.sq-unit-chart .suc-unit-table thead th:nth-child(3)  { background:#b54326; }
.sq-unit-chart .suc-unit-table thead th:nth-child(4)  { background:#912524; }
.sq-unit-chart .suc-unit-table thead th:nth-child(5)  { background:#4b1a22; }
.sq-unit-chart .suc-unit-table thead th:nth-child(6)  { background:#2e1019; } /* extra tone */
.sq-unit-chart .suc-unit-table thead th:nth-child(7)  { background:#2e1019; }
.sq-unit-chart .suc-unit-table thead th:nth-child(8)  { background:#2e1019; }
.sq-unit-chart .suc-unit-table thead th:first-child   { 
  background:transparent; 
  border:none;
  min-width:160px;        /* wider label column */
  width:auto;
}

/* --- Body cells --- */
.sq-unit-chart .suc-unit-table tbody td {
  padding: 8px 6px;
  text-align: center;
  border: 1px solid #e0963f;
  min-width: 50px;
  width: 50px;
}

.sq-unit-chart .suc-unit-table tbody td:first-child {
  text-align: right;
  color:#dc5126;
  font-size: 16px;
  font-weight: 700;
  min-width:160px;
  width:auto;
  background:#f9f4ec;
  border-left-color: transparent;
}

/* Zebra striping (copied logic, new selectors) */
.sq-unit-chart .suc-unit-table tbody tr:nth-child(odd) td:nth-child(even) { background:#f9f4ec; }
.sq-unit-chart .suc-unit-table tbody tr:nth-child(odd) td:nth-child(odd)  { background:#fff;    }
.sq-unit-chart .suc-unit-table tbody tr:nth-child(even) td:nth-child(even){ background:#f7e5cf; }
.sq-unit-chart .suc-unit-table tbody tr:nth-child(even) td:nth-child(odd) { background:#f7e5cf; }


.sq-unit-chart .suc-unit-table tbody td:first-child {
  border: none;          /* overrides the 1-px rule above */
}


.sq-unit-chart .suc-unit-table thead tr:first-child th:nth-child(2) {
  /* left = sits beside the blank cell, right = outermost edge */
  border-left: 1px solid #d36b28;
  border-right: 1px solid #d36b28;  
}

/* 2) left edge of the first size cell “3.5” */
.sq-unit-chart .suc-unit-table thead tr:last-child th:nth-child(2) {
  border-left: 1px solid #d36b28;
}

/* 3) right edge of the last size cell “11.5” */
.sq-unit-chart .suc-unit-table thead tr:last-child th:last-child {
  border-right: 1px solid #e0963f;
}



/* ================== LOG SUPPLIER INFO ================== */
/* Log Suppliers Tables*/


.log-supplier-info .log-table {
  max-width: 780px;          /* optional – gives it the same “wide” feel */
  border-collapse: collapse; /* keeps the 2-px frame crisp */
}

/* --- Header cells --- */
.log-supplier-info .log-table thead th {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-top: 2px solid #e0963f;   /* top frame */
}

/* orange / burnt-orange / orange pattern like the grade chart */
.log-supplier-info .log-table thead th:nth-child(1) {
  background: #e0963f;             /* light pumpkin */
  border-left: 2px solid #e0963f;  /* left frame */
  border-right: 1px solid #e0963f;
}
.log-supplier-info .log-table thead th:nth-child(2) {
  background: #d36b28;             /* darker orange */
  border-left: 1px solid #d36b28;
  border-right: 1px solid #d36b28;
}
.log-supplier-info .log-table thead th:nth-child(3) {
  background: #e0963f;
  border-left: 1px solid #e0963f;
  border-right: 2px solid #e0963f; /* right frame */
}

/* --- Body cells --- */
.log-supplier-info .log-table tbody td {
  padding: 12px 20px;              /* mirrors grade-chart spacing */
  border-left: 2px solid #e0963f;  /* vertical grid */
  border-right: 1px solid #e0963f;
}

/* rightmost cell gets the thicker edge */
.log-supplier-info .log-table tbody td:last-child {
  border-right: 2px solid #e0963f;
}

/* bottom frame on the very last row */
.log-supplier-info .log-table tbody tr:last-child td {
  border-bottom: 2px solid #e0963f;
}

/* first column – title style like grade chart */
.log-supplier-info .log-table tbody td:first-child {
  border-left-color: transparent;  /* no left border here */
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #dc5126;
}

/* --- Cream/tan zebra striping --- */
.log-supplier-info .log-table tbody tr:nth-child(odd)  { background: #f9f4ec; }
.log-supplier-info .log-table tbody tr:nth-child(even) { background: #f7e5cf; }



/* weight-comparison */


.weight-well-left,
.weight-well-right{
    display:flex;            
    flex-direction:column;
    position: relative; 
}
.weight-comparison .weight-well-left{
    background:#fff;
    border-top-right-radius:50px;
    /* border-bottom-right-radius:50px; */
    border:10px solid #ef7424;
    border-left:none;     
    border-bottom: none;             
    display:flex;
    flex-direction:column;            
    justify-content:flex-end;  
    align-items:flex-end;    
    justify-content:center;      
}

/* RIGHT WELL (new) */
.weight-comparison .weight-well-right{
    background:#fff;
    border-top-left-radius:50px;
    /* border-bottom-left-radius:50px; */
    border:10px solid #7c1a1a;    
    border-bottom: none;    
    border-right:none;                
    display:flex;                     
    flex-direction:column;
    justify-content:flex-start;   
    align-items:flex-start;  
    justify-content:center;   
}
@media (min-width: 2000px) {
.weight-comparison .weight-well-left{
  border-left:10px solid #ef7424;
  border-top-left-radius:50px;  
}

.weight-comparison .weight-well-right{
 border-right:10px solid #7c1a1a;  
 border-top-right-radius:50px; 
}
}

.weight-differnce-image {
    max-width: 275px; 
    margin-bottom: -250px;
}
@media (max-width: 1310px) {
    .weight-differnce-image {
    width: 200px; 
    height: 200px;
    margin-bottom: -250px;
}
}

@media (max-width: 1200px) {
    .weight-differnce-image {
    display: none;
}
}


.weight-content {
    max-width: 500px;
}


.weight-well-right .weight-content {
    padding: 40px 80px;
}
.weight-well-left .weight-content {
    padding: 40px 80px;
}


.weight-img-left {
    position: absolute;
    top: -50px;
    right: -40px;
}

.weight-img-right {
    position: absolute;
    top: -50px;
    left: -40px;
}



.weight-img-left img, .weight-img-right img {
    width: 125px;    
}
@media (min-width: 1200px) {
    .weight-img-left img, .weight-img-right img {
    display: none;  
}
}


.weight-comparison .weight-column,
.weight-comparison .weight-column2{
    flex: 0 0 100%;         /* each row = full width                         */
    max-width: 100%;
    padding: 0 15px;        /* gutter similar to Bootstrap                   */
}

.weight-comparison .row {
    display: flex;          /* lets us size the child cols with flex-basis   */
    flex-wrap: wrap;        /* stack on narrow screens                       */
}

/* ----- desktop / md+ (≥ 992 px) ----------------------------------------- */
@media (min-width:1200px) and (max-width:1309px){
    /* 5.5 / 12 = 45.833% */
    .weight-comparison .weight-column,
    .weight-comparison .weight-column2{
        flex: 0 0 49%;
        max-width: 49%;
    }
    /* offset-1 adds the missing (1 / 12) = 8.333% gap between them */
    .weight-comparison .weight-column2{      /* the right-hand column        */
        margin-left: 2%;
    }
    /* optional – push wells flush against the inner edge */
    .weight-comparison .weight-column  {justify-content: flex-end;}
    .weight-comparison .weight-column2 {justify-content: flex-start;}
    .weight-img-left img, .weight-img-right img {
    width: 75px;
}
.weight-img-left {
    position: absolute;
    top: -40px;
    right: -20px;
}

.weight-img-right {
    position: absolute;
    top: -40px;
    left: -20px;
}
}
@media (min-width:1309px){
   
    .weight-comparison .weight-column,
    .weight-comparison .weight-column2{
        flex: 0 0 45.833%;
        max-width: 45.833%;
    }
    
    .weight-comparison .weight-column2{      
        margin-left: 8.333%;
    }    
    
}


@media (max-width: 1200px) {
.weight-img-left,
  .weight-img-right{              
    left: 50%;             
    right: auto;           
    transform: translateX(-50%);      
  }

.weight-comparison .weight-well-right {
    margin-top: 75px;
}

.weight-comparison .weight-well-left, .weight-comparison .weight-well-right {
    justify-content: center;  
    align-items: center;     
}
.weight-content {
    text-align: center !important;    
}
.weight-content h3 {
    padding-top: 30px;  
}
.custom-weight-margin {
    margin: auto !important;
}
.weight-comparison .weight-well-left{    
    border-bottom-right-radius:50px;    
    border-bottom: 10px solid #ef7424;
}
}

@media (max-width:608px){

  /* keep children centred *vertically* but stretch them horizontally */
  .weight-comparison .weight-well-left,
  .weight-comparison .weight-well-right{
      align-items:stretch;         /* instead of center */
  }

  /* wrapper is now as wide as the card (≈ viewport) … */
  .weight-comparison .suc-table{
      width:100%;
      overflow-x:auto;
      -webkit-overflow-scrolling:touch;
  }

  /* … while the actual table is wider, so swipe bar appears */
  .weight-comparison .suc-table .suc-unit-table{
      min-width:560px;             /* 160 + (8×50px) */
  }
}


/* weight-comparison END*/



/* ===== Inner well colors ==================================== */
.custom-colors .col-md-custom-fifth:nth-child(1) .stc-content { 
    background-color:#ed9d3b;  /* Clear */
}

.custom-colors .col-md-custom-fifth:nth-child(2) .stc-content { 
    background-color:#d56b28;  /* Gold */
}

.custom-colors .col-md-custom-fifth:nth-child(3) .stc-content { 
    background-color:#b64427;  /* Silver */
}

.custom-colors .col-md-custom-fifth:nth-child(4) .stc-content { 
    background-color:#6e0f0f;  /* Bronze */
}

.custom-colors .col-md-custom-fifth:nth-child(5) .stc-content { 
    background-color:#4b1922;  /* Pallet */
}



/* ============================================================ */




.new-products-weight-section {
    background-image: url('/images/redwood-weights-bg-image.jpg');
    background-position: right top; 
    background-size:cover; 
    background-repeat: no-repeat;
}


@media (max-width: 991px) {
    .new-products-weight-section {    
    background-position: left top;     
}
.text-center-smxs {    
    text-align: center !important;     
}
}
