/* -------------- Header Css Start -------------- */

.cart-header {
    padding: 34px 40px 32px 57px;
}
.main-nav {
    max-width: 375px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#progress-bar { 
    margin: 0;
    padding: 0;
    width: 100%;
    counter-reset: step;
    display: flex;
}
#progress-bar li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    width: 33.333%;
    float: left;
    position: relative;
    text-align: center;
    color: #6D6D6D;
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 12px;
    line-height: 110%;
}
#progress-bar li:before {
    width: 37px;
    height: 37px;
    color: #7A7A7A;
    content: counter(step);
    counter-increment: step;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #E4E4E4;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    text-align: center;
}
#progress-bar li:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #E4E4E4;
  top: 19px;
  left: -50%;
  z-index: -1;
}
#progress-bar li:first-child:after {
  content: none;
}
#progress-bar li.step-done {
  color: #6FAA6C;
}
#progress-bar li.step-done:before {
  border-color: #6FAA6C;
  background-color: #6FAA6C;
  color: #fff;
  content: "";
  background-image: url("../img/home/check-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
#progress-bar li.step-done + li:after {
  background-color: #6FAA6C;
}
#progress-bar li.step-active {
    color: #000;
    font-weight: 700;
}
#progress-bar li.step-active:before {
  border-color: #6FAA6C;
  color: #6FAA6C;
  font-weight: 700;
  background: #fff;
}
.cart-header .btn {
    border: 1px solid #000000;
    padding: 14px 20px;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}
#progress-bar li a {
    color: inherit;
    text-decoration: none;
}
#progress-bar li a:before {
    content: "";
    position: absolute;
    width: -webkit-fill-available;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    height: 100%;
}
.cart-header .btn.call-btn {
    background: #F5F5F5;
    border-color: #F5F5F5;
    gap: 0;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #555555;
}
.cart-header .btn.call-btn svg, .cart-header .btn.call-btn img {
    margin-right: 10px;
}
.cart-header .btn.call-btn span {
    margin-right: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
}

body.quote-pages {
    padding-top: 0px;
}


/* -------------- Header Css End -------------- */


/* -------------- Footer Css Start -------------- */

footer.footer {
    padding: 24px 32px 34px 42px;
}
.footer-top {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #3D464D;
}
.footer-top a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000;
    text-decoration: none;
}
.footer-main {
    margin-top: 20px;
}
.footer-main-nav {
    margin-top: 8px;
}
.footer-main-nav h5 {
    font-weight: 700 !important;
    font-size: 17.5px;
    line-height: 100%;
    color: #3D464D;
    margin-bottom: 14px;
}
.footer-main-nav p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.footer-main-nav a.a--black {
    color: #3D464D !important;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.footer-main-nav a.a--black:last-child {
    margin-bottom: 0;
}
.footer-main-nav-contect {
    margin-top: 12px;
}
.footer-main-nav-contect a {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.footer-main-nav-contect a span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.footer-main-address p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9px;
}
.footer-main-address-social a + a {
    margin-left: 10px;
}
.footer-main-copyright {
    margin-top: 21px;
}
.footer-main-copyright p {
    text-align: end;
    margin: 0;
}


/* -------------- Footer Css End -------------- */

#quote-timer-bar img {
    width: 25px;
    height: 30px;
    object-fit: contain;
}
#quote-timer-bar {
    padding: 10px 20px;
    box-shadow: 0px 4px 4px 0px #0000001A;
    background: #FFD6B0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 0;
    color: #000000;
    gap: 5px;
}
#quote-timer-bar span {
    background: #D84524;
    border-radius: 5px;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    padding: 3px 2px;
}
.cart-page {
    padding: 57px 0;
}
.quote-summary-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.quote-summary-left h2 {
    font-family: var(--font-inter);
    font-weight: 600 !important;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 10px;
}
.quote-summary-left p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #555555;
    margin: 0;
}
.quote-summary-right p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 5px;
    color: #555555;
}
.quote-summary-right a {
    background: #F5F5F5;
    padding: 9px 10px;
    border-radius: 15px;
    color: #464646;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    display: inline-block;
    text-decoration: none;
}
.quote-summary-right a:hover {
    color: var(--orange-color);
}
.quote-summary-right a img {
    width: 18px;
    margin-right: 5px;
}
.cart-page-price-list {
    padding: 27px 29px 16px;
    max-width: 370px;
    width: 100%;
    margin-left: auto;
    background: #F5F5F5;
    border-radius: 10px;
}
.cart-page-price-list h2 {
    font-family: var(--font-inter);
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 14px;
}
.cart-page-price-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.cart-page-price-list-item h4 {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    margin: 0;
    color: #555555;
}
.cart-page-price-list-item p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    margin: 0;
    color: #555555;
}
.cart-page-price-list-table .divider {
    border: 1px solid #555555;
    margin: 25px 0 18px;
}
.cart-page-price-list-promo h4 {
    max-width: 111px;
    font-family: var(--font-inter);
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    line-height: 110%;
    margin: 0;
}
.cart-page-price-list-promo p.total {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #555555;
}
.cart-page-price-list-promo p.total span {
    color: #000000;
}
.cart-page-price-list-item.cart-page-price-list-promo {
    margin-bottom: 25px;
}
.cart-page-price-list-item.cart-page-price-list-total p {
    font-weight: 600;
    color: #339B2D;
}

.cart-page-product-item .cart-page-product-img {
    width: 81px;
    height: 125px;
}
.cart-page-product-item .cart-page-product-img img {
    height: 100%;
    object-fit: cover;
}
.cart-page-product-item {
    border: 0.75px solid #3D464D;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 12px 15px 10px;
}
.cart-page-product-item + .cart-page-product-item {
    margin-top: 30px;
}
.cart-page-product-name {
    max-width: 200px;
    width: 100%;
}
.cart-page-product-name h5 {
    font-family: var(--font-inter);
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 110%;
    color: #555555;
    margin-bottom: 6px;
}
.cart-page-product-name p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    margin: 0;
    color: #555555;
}
.cart-page-product-quantity {
    max-width: 109px;
    width: 100%;
    display: flex;
    align-items: center;
}
.cart-page-product-quantity .input-group-item {
    display: flex;
    flex-direction: column;
    width: calc(100% - 37px);
}
.cart-page-product-quantity .input-group-item label {
    margin: 0;
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    padding: 5px 0 0 6px;
    color: #6D6D6D;
}
.cart-page-product-quantity .input-group-btn {
    width: 37px;
}
.cart-page-product-quantity .input-group {
    border: 1px solid #000;
    height: 60px;
    background: #fff;
    border-radius: 5px;
}
.cart-page-product-quantity .input-group input {
    height: 40%;
    display: block;
    margin: 0;
    padding: 0 5px;
    background: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #000;
    border-radius: 5px;
    text-align: left !important;
}
.cart-page-product-quantity .input-group .input-group-btn .btn {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 5px;
    position: relative;
    border-radius: 5px;
}
.cart-page-product-quantity .input-group .input-group-btn .btn:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background: #6D6D6D;
    height: calc(100% - 12px);
}
.cart-page-product-quantity .input-group input::-webkit-inner-spin-button,
.cart-page-product-quantity .input-group input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-page-product-price {
    max-width: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.cart-page-product-price h5 {
    font-family: var(--font-inter);
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 110%;
    text-align: right;
    color: #3D464D;
}
.cart-page-product-price h5 span {
    font-family: var(--font-inter);
    font-size: 20px;
    line-height: 110%;
    vertical-align: middle;
    color: #CC3232;
    font-weight: 500 !important;
}
.cart-page-product-close button.btn {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid #E4E4E4;
    background: #E4E4E4;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #7A7A7A;
    line-height: 110%;
    font-family: var(--font-inter);
}
.cart-page-product-close button.btn:hover {
    text-decoration: none;
}
.cart-page-product-close {
    display: flex;
    align-items: center;
    justify-content: center;
}
.quote-summary-right {
    text-align: right;
}
.quote-summary-right a span:last-child {
    display: none;
}
.cart-page-price-list-btn a.cart-page-price-list-btn-process {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    padding: 17px 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: max-content;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.cart-page-price-list-btn a.btn.btn--orange img {
    width: 19px;
}
.cart-page-price-list-btn a.cart-page-price-list-btn-continue {
    padding: 0;
    margin: 13px auto 0;
    display: flex;
    width: fit-content;
    text-decoration: underline;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    text-align: center;
    color: #555555;
}
.cart-page-quote-rating {
    max-width: 290px;
    width: 100%;
    margin: 20px 40px 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
}
.cart-page-quote-rating-cont h5 {
    font-family: var(--font-inter);
    font-weight: 600 !important;
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    margin: 0;
}
.cart-page-quote-rating-img {
    width: 57px;
    height: 40px;
}
.cart-page-quote-rating-cont  p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #555555;
    margin: 0;
}
.cart-page-quote-rating-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-page .cart-page-testimonials {
    display: flex;
    align-items: center;
    border-top: 1px solid #555555;
    padding-top: 20px;
    margin-top: 50px;
}
.cart-page-testimonials-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-page-testimonials-inner-img {
    width: 82px;
    height: 82px;
    display: block;
}
.cart-page-testimonials-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-page-testimonials-inner-cont {
    max-width: calc(100% - 92px);
    width: 100%;
}
.cart-page-testimonials-inner-cont h5 {
    font-family: var(--font-inter);
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 110%;
    color: #555555;
    margin-bottom: 5px;
}
.cart-page-testimonials-inner-cont p {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #555555;
    margin: 0;
}
.cart-page-testimonials-inner + .cart-page-testimonials-inner {
    padding-left: 38px;
}


/* ==================== Checkout Page Css Start ==================== */

.checkout-page {
    padding: 60px 0;
}
.checkout-page .checkout-page-form-inner {
    padding: 52px 38px 15px;
}
.checkout-page .form-floating-back-btn .btn {
    padding: 0;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: #3D464D;
}
.checkout-page-form-inner .dropdown-divider {
    margin: 24px 0;
    border-top: 1px solid #959595;
}
.checkout-page-form-inner h2 {
    font-family: var(--font-inter);
    font-weight: 600 !important;
    font-size: 28px;
    line-height: 110%;
}
.checkout-page-form-inner h3 {
    margin-bottom: 26px;
    font-family: var(--font-inter);
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 110%;
}

.checkout-product-item-img {
    max-width: 150px;
    width: 100%;
}
.checkout-product-item-name {
    max-width: 218px;
    width: 100%;
}

.checkout-page-quote-rating-review-inner {
    height: 140px;
}
.checkout-product-item-quantity h5 {
    display: flex;
    align-items: center;
    margin: 0;
}
.checkout-product-item-quantity h5 label {
    margin: 0;
}
.checkout-product-item-price-inner .percentage-offer {
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    background: #CC3232;
    border-radius: 5px;
    padding: 7px 9px;
    width: fit-content;
    margin-left: auto;
}
.checkout-product-item-price-inner h5 {
    margin: 0 0 5px;
}
.checkout-product-item-price-inner h5 s {
    font-family: var(--font-inter);
    font-weight: 300;
    font-size: 12px;
    line-height: 110%;
    color: #3D464D;
    text-align: right;
}
.checkout-product-item-price-inner h5 {
    text-align: right;
}
.checkout-product-item-price-inner h5 span {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #CC3232;
}
.checkout-product-item-close .btn img {
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
    margin-left: 3px;
}
.checkout-product-item-close .btn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 11px;
    line-height: 110%;
    color: #3D464D;
}
.checkout-product-item-close .btn:hover {
    text-decoration: none;
}
.checkout-product-item-close {
    text-align: right;
    margin-top: 10px;
}
.checkout-product-item-quantity h5 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.checkout-product-item-quantity h5 label {
    margin: 0;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 13px;
    line-height: 110%;
    vertical-align: middle;
    color: #3D464D;
}
.checkout-product-item-quantity .quantity {
    border: 1px solid #000;
    background: #fff;
    border-radius: 5px;
    width: 50px;
    height: 30px;
}
.checkout-product-item-quantity .quantity .input-group-btn span.btn {
    width: 30px;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-product-item-quantity .quantity input {
    display: block;
    margin: 0;
    padding: 0 5px;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    text-align: left;
}
.checkout-product-item-quantity .quantity .input-group-btn img {
    display: block;
    width: 20px;
    height: 20px;
}
.checkout-product-item-quantity .quantity .input-group-btn {height: 100%;}
.checkout-product-item-quantity .quantity .input-group-btn span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background: #6D6D6D;
    height: calc(100% - 12px);
}
.checkout-product-item-quantity .quantity input::-webkit-inner-spin-button,
.checkout-product-item-quantity .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout-page-form-inner .form-floating input,
.checkout-page-form-inner .form-floating textarea {
    padding: 10px 16px;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #000000;
    border: 1px solid #CDCDCD;
    border-radius: 15px;
}
.checkout-page-form-inner .form-floating label {
    padding: 10px 16px;
}
.checkout-page-form-inner .form-floating input:focus + label,
.checkout-page-form-inner .form-floating textarea:focus + label {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    margin: 0;
}
.checkout-page-form-inner .form-floating label {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    color: #555555;
}
.checkout-page-quote #product_list .dropdown-divider {
    margin: 24px 0;
}
.checkout-page-quote-coupen button.btn {
    background: #D6D6D6;
    border: 1px solid #CDCDCD;
    border-radius: 7px;
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
    padding: 13px 5px;
    max-width: 90px;
    width: 100%;
}
.checkout-page-quote-coupen {
    display: flex;
    align-items: stretch;
    gap: 10px;
}
.checkout-page-quote-coupen input {
    border: 1px solid #CDCDCD;
    border-radius: 7px;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    color: #555555;
    padding: 14px 12px;
    background: #fff;
}
.checkout-page-quote-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 20px;
}
.checkout-page-quote-total h4 {
    margin: 0;
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #3D464D;
}
.checkout-page-quote-total h4#subtotal h4 {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 23px;
    line-height: 110%;
    color: #CC3232;
}
.checkout-page-quote-total h4#subtotal {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #3D464D;
}
.checkout-page-quote-rating {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.checkout-page-quote-rating-review {
    max-width: 200px;
    width: 100%;
}
.checkout-page-quote-rating-bus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
}
.checkout-page-quote-rating-bus-img {
    width: 57px;
    height: 40px;
}
.checkout-page-quote-rating-bus-img img {
    width: 100%;
    height: 100%;
}
.checkout-page-quote-rating-bus-cont {
    max-width: calc(100% - 67px);
    width: 100%;
}
.checkout-page-quote-rating-bus-cont h5 {
    margin: 0;
    font-family: var(--font-inter);
    font-weight: 600 !important;
    font-size: 13px;
    line-height: 110%;
    color: #555555;
}
.checkout-page-quote-rating-bus-cont p {
    margin: 0;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    color: #555555;
}
.checkout-page-quote-guaranted h4 {
    margin: 0 auto 25px;
    text-align: center;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #3D464D;
    max-width: 183px;
    width: 100%;
    position: relative;
}
.checkout-page-quote-guaranted:before, .checkout-page-quote-guaranted:after {
    content: "";
    position: absolute;
    width: 195px;
    height: 1px;
    background: #CDCDCD;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.checkout-page-quote-guaranted {
    position: relative;
}
.checkout-page-quote-guaranted:after {
    left: auto;
    right: 0;
}
.checkout-page-quote {
    padding-top: 46px;
}

.checkout-page span.coupon-badge {
    background: #F2F2F2;
    padding: 8px 0px 8px 12px;
    border-radius: 7px;
    font-weight: 400;
    font-size: 16px;
}

.checkout-page .coupon-badge button.btn {
    font-weight: 500;
    font-size: 16px;
    padding: 0px 8px;
    color: black !important;
}

/* ==================== Checkout Page Css End ==================== */


.mini-cart {
    position: fixed;
    height: 100%;
    padding-bottom: 0px;
    margin-bottom: 50px;
    width: 440px;
    background: #fff;
    top: 0;
    z-index: 9;
    right: -150%;
    /*height: calc(100vh + 30px);*/
    /*padding-bottom: 30px;*/
    transition: all 500ms linear;
}
.mini-cart.show {
    transition: 500ms linear;
    right: 0;
}
.mini-cart .cartSliderModal-body {
    height: 100%;
    overflow-y: auto;
}
body.mini-cart-active {
    position: relative;
    transition: all 500ms linear;
    overflow: hidden;
    height: 100vh;
}
body.mini-cart-active:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 9;
    transition: 500ms linear;
}
.mini-cart .cart-page-product-item {
    padding: 10px 16px 10px 10px;
}
.mini-cart .cart-page-product-item .cart-page-product-img {
    width: 70px;
    height: 105px;
    position: unset;
    transform: unset;
    order: unset;
}
.mini-cart .cart-page-product-item .cart-page-product-name {
    max-width: 160px;
}
.mini-cart .cart-page-product-item .cart-page-product-name h5 {
    font-size: 14px;
}
.mini-cart .cart-page-product-item .cart-page-product-name p,
.cart-page-product-name p {
    font-size: 12px;
}
.mini-cart .cart-page-product-item .cart-page-product-price {
    justify-content: start;
    margin-top: auto;
}
.mini-cart .cart-page-product-item .cart-page-product-details {
    display: flex;
    flex-direction: column;
}
.mini-cart .cart-page-product-item .cart-page-product-price h5 {
    text-align: left;
    font-size: 10px;
}
.cart-page-product-price h5 s {
    font-size: 14px;
}
.mini-cart .cart-page-product-item .cart-page-product-price h5 span, .mini-cart .cart-page-product-item .cart-page-product-price h5 {
    font-size: 14px;
}
.mini-cart .cart-page-product-item .cart-page-product-quantity-close {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.mini-cart .cart-page-product-item .cart-page-product-quantity-close {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.mini-cart .cart-page-product-quantity .input-group .input-group-btn .btn img {
    width: 15px;
}
.mini-cart .cart-page-product-quantity .input-group .input-group-btn .btn {
    padding: 0;
    width: 100%;
    justify-content: center;
}
.mini-cart .cart-page-product-quantity .input-group-item {
    width: calc(100% - 25px);
}
.mini-cart .cart-page-product-quantity .input-group-item label {
    padding: 3px 0 0 4px;
    font-size: 9px;
}
.mini-cart .cart-page-product-quantity .input-group input {
    height: 40%;
    text-align: left !important;
    font-size: 16px;
}
.mini-cart .cart-page-product-quantity .input-group {
    height: 40px;
    width: 80px;
}
.mini-cart .cart-page-product-quantity .input-group-btn {
    width: 25px;
}
.mini-cart .cart-page-price-list-item h4 {
    font-size: 14px;
    color: #555555;
}
.mini-cart .cart-page-price-list-item p {
    font-size: 14px;
    color: #555555;
}
.mini-cart .cart-page-price-list-table .divider {
    margin: 20px 0;
}
.mini-cart .cart-page-price-list-promo h4 {
    font-size: 12px;
}
.mini-cart .cart-page-price-list-promo p.total {
    font-size: 18px;
}
.mini-cart .cart-page-price-list-item.cart-page-price-list-promo {
    margin-bottom: 20px;
}
.mini-cart .checkout-page-quote-guaranted:before,
.mini-cart .checkout-page-quote-guaranted:after {
    width: 120px;
}
.mini-cart .cart-page-quote-rating {
    margin: 24px 0 10px;
}
.mini-cart .cart-page-testimonials {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}
.mini-cart .cart-page-testimonials-inner:nth-child(even) {
    flex-direction: row-reverse;
}
.mini-cart .cart-page-testimonials-inner + .cart-page-testimonials-inner {
    padding-left: 0;
}
.mini-cart .cart-page-price-list-btn-continue {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 11px;
    line-height: 110%;
    border-bottom: 0.75px solid #7A7A7A;
    padding: 0 0 4px;
}
.mini-cart .cart-page-testimonials-inner {
    width: 100%;
}
.mini-cart .cartSliderModal-body button.close {
    width: 30px;
    height: 30px;
    background: #E4E4E4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mini-cart-icon {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mini-cart-icon .badge {
    width: 25px;
    height: 25px;
    margin-left: 2px;
    border: 1px solid #3D464D;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-cart .mini-cart-head h5 {
    font-family: var(--font-inter);
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 110%;
    color: #3D464D;
}
.mini-cart .checkout-page-quote-guaranted h4 {
    margin: 34px auto 25px;
}
.mini-cart .cart-page-quote-rating-cont p {
    font-size: 12px;
}

.mini-cart .cart-page-testimonials {
    display: flex;
    align-items: center;
    /*border-top: 1px solid #555555;*/
    padding-top: 20px;
    /*margin-top: 50px;*/
}

.cart-header .btn.call-btn:hover,
.mini-cart .cart-page-price-list-btn-continue:hover {
    color: var(--orange-color);
}
.checkout-page-quote h2,
.checkout-product-item-name h5.text--lg {
    font-weight: 600 !important;
    font-family: var(--font-inter);
}
.checkout-product-item-name h5.text--sm {
    color: #3D464D;
    font-weight: 500 !important;
    font-family: var(--font-inter);
}
.checkout-product-item-name h5.text--sm span {
    font-weight: 300 !important;
}
.checkout-page .form-check {
    margin: 0 !important;
    display: flex;
    align-items: center;
    padding: 0 !important;
}
.checkout-page .form-check input {
    margin: 0 !important;
}
.checkout-page .form-check label.form-check-label {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    color: #555555;
    padding-left: 25px;
}
.checkout-page .form-floating-submit a.btn, .checkout-page-quote a#submitQuoteMobile {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    padding: 20px !important;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.cart-page-price-list-item.cart-page-price-list-total p {
    color: #339B2D;
}




/* ==================== 06-08-2025 ==================== */

.header-request img {
    width: 18px;
}

.masthead {
    background: #F4F4F4;
    position: relative;
    padding: 30px 0 200px;
}
.masthead h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #F94616;
    margin-bottom: 20px;
}
.masthead h1 span {
    display: block;
    color: #212121;
}
.masthead p {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #7A7A7A;
    margin-bottom: 50px;
}
.masthead-btn-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}
.masthead-btn-group .btn {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    padding: 16px 13px;
    display: inline-block;
    min-width: 230px;
    border-radius: 10px;
}
.masthead .container-fluid {
    padding: 0 30px;
}
.recent-product {
    position: relative;
    margin-top: -200px;
    padding: 100px 0 50px;
    overflow: hidden;
}
.recent-product:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../img/ellipse-shape.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.masthead img {
    object-fit: cover;
    width: 100%;
}
.masthead .desktop-img {
    display: block;
}
.masthead .mobile-img {
    display: none;
}

.home-page-quote-rating-review-inner .es-badge-sources-container {
    z-index: 0;
}

/* ==================== Product Detail Page Start ==================== */
div#product_feed .product-item-grid {
    margin-bottom: 40px;
}
div#product_feed .product-item-grid .product-item {
    box-shadow: 1px 1px 4px 5px #0000001A;
    padding: 20px 10px;
    overflow: hidden;
    /*height: 100%;*/
    position: relative;
}
div#product_feed {
    align-items: stretch;
}
div#product_feed .product-item-grid .product-item:hover {
    height: calc(100% + 70px);
    z-index: 2;
    position: relative;
}
/*div#product_feed .product-item-grid .product-item:not(.single-variation):hover {
    height: calc(100% + 70px);
}
div#product_feed .product-item-grid .product-item.single-variation:hover {
    height: 100%;
}*/
div#product_feed .product-item-grid .product-item .product-btn {
    padding-top: 15px;
    bottom: -60px;
    position: absolute;
    width: calc(100% - 20px);
}
/*.product-item .product-name {
    min-height: 40px;
    height: 40px;
    display: block;
}*/
.less-colors-arrow {
    left: 10px !important;
}
.more-colors-arrow {
    right: 10px !important;
}
div#product_feed .product-item-grid .product-item:hover .product-btn {
    bottom: 20px;
}

div#product_feed .product-item-grid .product-item .product-btn button {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding: 11px 20px;
}

@media (min-width: 992px) { 
    .navbarMenu {
        z-index: 3;
        transition: all 300ms linear;
    }
}


.product-item .color-variation span {
    padding: 5px 10px;
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    top: -35px;
    opacity: 0;
    visibility: hidden;
}
.product-item .color-variation {
    overflow: visible;
}
.product-item .color-variation:hover span {
    visibility: visible;
    opacity: 1;
}
.product-item .color-variation span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.product-item .color-variation-main {
    padding-top: 40px;
    margin-top: -40px;
    display: flex;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    overflow: hidden;
}
.product-item .color-variation-main::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
div#product_feed .product-item-grid .product-item {
    padding: unset;
}

div#product_feed .product-item-grid .product-item .product-btn {
    width: 100%;
    padding: 0 10px;
}

.product-item .btn.add-quote-btn:hover {
    color: #fff !important;
}

.page-item.active .page-link {
    z-index: 1;
}

/* ==================== Product Detail Page Start ==================== */

.product-detail .retention-icon img {
    width: 34px;
}

.product-detail .product-warranty img {
    width: 40px;
}

.product-detail .breadcrumb-custom {
    gap: 8px;
}

.product-detail .breadcrumb-custom, .product-detail .breadcrumb-custom a {
    color: #000000;
}
/* ==================== Product Detail Page End ==================== */



/* ==================== Product Detail Page Start 27-08 ==================== */
.accordion .accordion-item .accordion-header .accordion-button {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #212121;
    padding: 15px;
    border: 0;
    background: none;
    position: relative;
    font-family: var(--font-inter);
}
.accordion .accordion-item {
    margin: 0;
    border: 1px solid #282828;
    border-top: 0;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
    outline: none;
}
.accordion .accordion-item .accordion-header {
    margin: 0;
}
.accordion-collapse,
.accordion .accordion-item:first-child{
    border-top: 1px solid #282828;
}
.accordion .accordion-item .accordion-header .accordion-button:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 12px;
    background: url("../img/detail/down-arrow.svg");
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: all 300ms linear;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
    transform: translateY(-50%);
}
.accordion .accordion-item  .accordion-body {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #212121;
    font-weight: 400;
    font-family: var(--font-inter);
}
.accordion .accordion-item .accordion-body ul {
    padding: 0 0 0 20px;
    margin: 0;
}
.accordion .accordion-item .accordion-body ul li + li {
    margin-top: 10px;
}
.accordion .accordion-item .accordion-body ul li,
.accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 20px;
    color: #212121;
    font-weight: 400;
    font-family: var(--font-inter);
}
.retention-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.retention-icon span {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #000;
    padding-left: 10px;
    font-family: var(--font-inter);
}
.shop-details-btn .tooltip-cont {
    display: none;
    position: absolute;
    width: 300px;
    bottom: 30px;
    right: -10px;
    border-radius: 10px;
    padding: 15px;
    background: #000;
}
.shop-details-btn {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    margin-bottom: 15px;
}
.shop-details-btn button.btn {
    max-width: calc(100% - 30px);
    width: 100%;
}
.shop-details-btn .shop-details-tooltip .shop-details-tooltip-img {
    width: 22px;
    height: 22px;
    display: block;
}
.shop-details-btn .shop-details-tooltip .shop-details-tooltip-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-details-btn .shop-details-tooltip .shop-details-tooltip-img:hover + .tooltip-cont {
    display: block;
}
.shop-details-btn .tooltip-cont p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}
.shop-details-btn .tooltip-cont p::before {
    content: "";
    position: absolute;
    bottom: -11px;
    right: 15px;
    border-width: 6px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.product-specifications {
    text-align: center;
}
.product-specifications a {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #F94616;
    text-decoration: none;
    font-family: var(--font-inter);
}
.shop-details-btn button.btn {
    border-radius: 10px;
    padding: 16px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    min-height: 63px;
}
.product-qty-price-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.product-qty-price-group .product-quantity-group .cart-page-product-quantity .input-group input {
    height: 100%;
}
.product-qty-price-group .product-quantity-group .cart-page-product-quantity {
    max-width: 121px;
}
.product-detail-price h3 {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.product-quantity-group {
    max-width: 121px;
    width: 100%;
}
.product-detail-price h3 small {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #3D464D;
    margin-bottom: 2px;
    font-family: var(--font-inter);
}
.product-detail-price h3 span {
    font-weight: 600;
    font-size: 26px;
    line-height: 110%;
    color: #CC3232;
    font-family: var(--font-inter);
}
.product-color-variations {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-color-tooltip {
    padding: 5px 10px;
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    top: -30px;
    opacity: 0;
    visibility: hidden;
    right: 50%;
    transform: translateX(50%);
}
.product-color-variation-inner:hover .product-color-tooltip {
    visibility: visible;
    opacity: 1;
}
.product-color-variation-inner {
    position: relative;
}
.product-color-tooltip::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.product-color-variation-inner .color-variation span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    border: 1px solid #959595;
}
.product-color-variation-inner .color-variation {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
}
.product-color-variation-inner .color-variation.selected span {
    border-color: transparent;
}
.product-color-variation-inner .color-variation.selected {
    border-color: #F94616;
}
.more-colors-arrow.left {
    left: 10px !important;
}
.more-colors-arrow.left i {
    transform: translate(-50% , -50%) rotate(180deg);
}
.more-colors-arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.more-colors-arrow:hover {
    background: #000;
}
.more-colors-arrow:hover i {
    color: #fff;
}
.color-variation-main .more-colors-arrow {
    height: 56px;
}
.single-variation.product-item .color-variation-main {
    padding-left: 10px;
    padding-right: 10px;
}
.color-selected-name {
    font-family: var(--font-inter);
    font-weight: 300;
    font-size: 15px;
    line-height: 150%;
    color: #000;
    margin-bottom: 10px;
}
.color-selected-name strong {
    font-weight: 500;
}
.product-detail-main {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
}
.product-detail-main-price {
    max-width: 160px;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    align-content: center;
}
.product-detail-main-cont {
    max-width: calc(100% - 160px);
    width: 100%;
}
.product-detail-main-price-num small {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    color: #3D464D;
    margin-bottom: 5px;
    display: inline-block;
}
.product-detail-main-price-num span {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 38px;
    line-height: 110%;
    color: #CC3232;
}
.product-detail-main-price-num {
    margin-bottom: 10px;
}
.product-detail-main-price .pro-percentage-offer {
    background: #CC3232;
    display: inline-block;
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 2px 7px;
    border-radius: 10px;
}
.product-detail-main-cont h1 {
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    color: #3D464D;
    margin-bottom: 23px;
}
.product-warranty {
    font-family: var(--font-inter);
    font-weight: 700;
    font-style: Italic;
    font-size: 15px;
    line-height: 150%;
    color: #F94616;
}
.product-detail-main-cont-review {
    display: flex;
    align-items: center;
    gap: 11px;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #828282;
    margin-bottom: 10px;
}
.product-order-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px 35px;
    justify-content: space-between;
    border-bottom: 1px solid #464646;
    padding-bottom: 23px;
    margin-bottom: 22px;
}
.product-detail .color-variations-container {
    border-top: 1px solid #464646;
    padding-top: 23px;
}

.product-order-cont-wholesale, .product-order-cont-larger-order {
    font-family: var(--font-inter);
    font-size: 16px;
    line-height: 150%;
    color: #555555;
    max-width: calc(50% - 22px);
    width: 100%;
}
.product-order-cont-wholesale p,
.product-order-cont-larger-order p {
    margin: 0;
    font-weight: 700;
}
.product-order-cont-wholesale ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.product-order-cont-wholesale ul li {
    font-weight: 400;
}
.product-order-cont-wholesale ul li strong {
    font-weight: 700;
}
.product-order-cont-wholesale ul li span,
.product-order-cont-larger-order span {
    font-style: italic;
}
.product-order-cont-larger-order p {
    color: #3D464D;
}
.product-order-cont-larger-order span {
    font-weight: 300;
}
.product-order-cont-larger-order {
    text-align: right;
}
.product-detail .breadcrumb-custom {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding: 15px 0;
    /*gap: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;*/
    display: inline-block;
}
.product-detail .breadcrumb-custom .breadcrumb-item {
    display: inline;
}
.product-detail .breadcrumb-custom span.separator {
    margin: 0 5px;
}
.product-detail {
    padding: 47px 0;
}

.product-detail h4.text--md.wholesale-info {
    margin: 10px 0;
}

.product-detail-main-cont h1 {
    margin-bottom: 10px;
}

.product-detail .specifications-container-content .hr--gap {
    align-content: center;
}

.product-detail #carouselRelated .splide__slide a:hover {
    color: #3D464D;
}

.product-detail #carouselRelated .splide__slide .related-product-title:hover {
    color: var(--orange-color);
}

/* ==================== Product Detail Page End 27-08 ==================== */
.specifications-container-content .a--black {
    text-decoration: underline !important;
    /* text-underline-offset: 5px; */
    text-underline-position: under;
}

.specifications-container-content .a--black:hover {
    cursor: pointer;
}

.product-sticky-left {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sticky-nav-product-info .sticky-nav-img {
    max-width: 70px;
    margin-right: 15px;
}

.sticky-nav-product-info {
    display: flex;
    align-items: center;
}

.sticky-product-title {
    margin-right: 15px;
    min-width: 40%;
    max-width: 60%;
}

.sticky-product-title h3 {
    margin: 0;
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    vertical-align: middle;
}

.price-box {
    color: #000;
    font-size: 18px;
    margin-right: 15px;
}

.product-sticky-nav .shop-details-btn {
    min-width: 265px;
}

.price-box span.normal-price {
    color: #CC3232;
    font-size: 20px;
    font-weight: 700;
}

.price-box .old-price {
    text-decoration: line-through;
    font-weight: 300;
}

.product-nav ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}

.product-nav ul li {
    display: inline-block;
}

.product-sticky-nav {
    box-shadow: 0px 4px 4px 0px #00000040;
    padding-top: 10px;
    background: #ffffff;
    transform: translateY(-125%);
    position: fixed;
    top: 0;
    transition: all 300ms ease-in-out;
    width: 100%;
    z-index: 8;
}

.product-nav ul li a {
    color: #000;
    padding: 4px 16px;
    line-height: 150%;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.product-nav ul li a:hover {
    /*border-bottom: 2px solid #000000;*/
    text-decoration: none;
}

.product-nav {
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.product-nav ul li a.active {
    border-bottom: 2px solid #000000; 
}

.sticky-nav .product-sticky-nav {
    transform: translateY(0);
}

.sticky-nav .navbarMenu {
    transform: translateY(-100%);
}

#scrollContainer h2 {
    font-size: 24px;
}

.product-detail .nav-tabs {
    margin-bottom: 40px;
}

.scrollContainer-section {
    margin-bottom: 60px;
}

.scrollContainer-section:last-child {
    margin-bottom: 0;
}

.product-detail .whyseatco-item-wrap p:last-child {
    margin-bottom: 0;
}

.product-detail .gallery-container-content .splideProductDescription.slider-remove {
    height: unset;
}

.product-detail .gallery-container-content .splideProductDescription.slider-remove .splide__slide {
    opacity: 1;
}

.product-detail .gallery-container-content .splideProductDescription.slider-remove .splide__track {
    justify-content: flex-start !important;
}

.product-nav .scroll-top { display: none;}

.footer-sticky {
    position: fixed;
    bottom: -100%;   
    transition: all 300ms ease-in-out;
    width: 100%;
    z-index: 8; 
}

/* ==================== Media Query Start ==================== */


@media (max-width: 1199px) {
    .main-nav {
        max-width: 276px;
        position: relative;
        left: unset;
        transform: unset;
    }
    .checkout-page-quote-guaranted:before, .checkout-page-quote-guaranted:after {
        width: 145px;
    }
    div#product_feed .product-item-grid .product-item .best-seller-label {
        width: 35%;
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    div#product_feed .product-item-grid .product-item .best-seller-label {
        width: 35%;
        font-size: 12px;
    }
    #product_feed .product-img {
        height: auto !important;
    }
    #product_feed .product-item .product-img img {
        transform: none;
    }
    .masthead h1 {
        font-size: 35px;
        line-height: 43px;
        margin: 15px 0 19px;
    }
    .masthead p {
        margin-bottom: 24px;
    }
    .masthead img {
        width: 100%;
    }
    .masthead .desktop-img {
        display: none;
    }
    .masthead .mobile-img {
        display: block;
    }
    
    .cart-header {
        padding: 26px 21px 24px 28px;
    }
    #progress-bar li:before {
        width: 36px;
        height: 36px;
    }
    
    footer.footer {
        padding: 24px 15px 34px 15px;
    }

    .cart-page {
        padding: 27px 0;
    }
    .quote-summary-left h2 {
        font-size: 22px;
        margin-bottom: 7px;
    }
    .quote-summary-left p {
        font-size: 14px;
    }
    .quote-summary-right a span:nth-child(2) {
        display: none;
    }
    .quote-summary-right {
        text-align: right;
    }

    .quote-summary-container {
        margin-bottom: 30px;
    }
    .quote-summary-right p span {
        display: none;
    }
    .quote-summary-right a {
        background: transparent;
        font-weight: 400;
        text-transform: capitalize;
        color: #555555;
        font-size: 14px;
        line-height: 150%;
        padding: 0;
    }
    .quote-summary-right a span {
        text-decoration: underline;
    }
    .quote-summary-right a img {
        margin-right: 2px;
    }
    .quote-summary-right a span:last-child {
        display: inline-block;
    }
    .cart-page-product-item .cart-page-product-img {
        width: 71px;
        height: 90%;
        order: 1;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .cart-page-product-item {
        padding: 2px 15px 4px 95px;
        flex-wrap: wrap;
        position: relative;
    }
    .cart-page-product-name {
        max-width: calc(100% - 70px);
        height: auto;
        order: 2;
        margin-top: 8px;
    }
    .cart-page-product-quantity {
        order: 5;
        max-width: 80px;
    }
    .cart-page-product-close {
        order: 3;
        align-items: self-start;
        margin-top: 8px;
    }
    .cart-page-product-price {
        order: 4;
        justify-content:flex-start;
    }
    .cart-page-product-item .cart-page-product-img img {
        width: 100%;
        object-fit: contain;
    }
    .cart-page-product-price h5 {
        text-align: left;
        margin: 0;
    }
    .cart-page-product-quantity .input-group-item label {
        padding: 3px 0 0 5px;
        font-size: 9px;
    }

    .cart-page-product-quantity .input-group input {
        font-size: 16px;
        text-align: left !important;
        line-height: 16px;
        height: auto;
    }

    .cart-page-product-quantity .input-group {
        height: 40px;
    }

    .cart-page-product-quantity .input-group-item {
        width: calc(100% - 27px);
    }

    .cart-page-product-quantity .input-group .input-group-btn .btn img {
        width: 15px;
    }

    .cart-page-price-list {
        max-width: 100%;
        margin-top: 0;
        padding: 20px 15px 15px;
    }

    .cart-page-price-list h2 {
        text-align: center;
        margin-bottom: 18px;
    }
    .cart-page-product-quantity .input-group-btn {
        width: 27px;
    }
    .checkout-page-form-inner h2 {
        font-size: 24px;
        margin: 0;
        max-width: calc(100% - 90px);
        width: 100%;
    }
    .checkout-page-form-inner-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .checkout-page-form-inner-title .quote-summary-right {
        max-width: 80px;
        width: 100%;
    }
    .checkout-page-form-inner-title .quote-summary-right p {
        font-size: 14px;
    }
    .checkout-product-item-quantity .quantity input {
        font-size: 18px;
    }
    .cart-page-testimonials {
        flex-wrap: wrap;
        justify-content: center;
    }
    .cart-page-testimonials-inner {
        width: 50%;
    }
    .cart-page-testimonials-inner:last-child {
        padding-left: 0;
        padding-top: 20px;
    }

    .product-detail .specifications-container-content p {
        margin-top: 16px;
    }

    .product-detail .product-detail-img-slider {
        padding-top: 20px;
    }

    .product-detail {
        padding: 10px 0 47px;
    }

    .product-detail .specifications-container-content .hr--gap {
        border-right: 1px solid var(--orange-color);
        border-bottom: 1px solid var(--orange-color);
        padding-right: 20px;
        align-content: center;
    }

    .specifications-container-content .hr--gap:nth-last-child(-n + 3) {
        border-bottom: none;
    }

    .specifications-container-content .hr--gap:nth-child(3n) {
        border-right: none;
    }

    .product-color-variations {
        gap: 5px;
        flex-wrap: wrap;
    }

    .sticky-nav-product-info {
        display:none;
    }

    .product-sticky-nav .shop-details-btn {
        display: none;
    }

    .product-sticky-left {
        width: 100%;
    }

    .product-nav .scroll-top {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        color: #3D464D;
        font-size: 10px;
        padding-left: 10px;
        text-decoration: none;
    }

    .product-nav ul li a.active {
        border-bottom: 2px solid #F94616;
        color: #F94616;
    }
    
    .sticky-nav #bottomBar.mobileMenuC {
        transform: translateY(-100%);
    }

    .product-nav {
        padding-top: 0;
    }

    .product-sticky-nav {
        padding-top: 0;
    }

    .product-nav ul li a {
        padding: 6px 16px;
    }

    .product-nav ul {
        overflow: auto;
        scrollbar-width: none;
    }

    .product-nav ul::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

    .footer-sticky {
        text-align: center;
        padding: 4px 8px;
        box-shadow: 0px 4px 4px 0px #00000040;
        background: #FFFFFF;
    }

    .sticky-nav .footer-sticky  {
        bottom: 0;
        position: sticky;
    }

    .footer-sticky button.btn.btn--orange {
        width: 100%;
        border-radius: 50px;
    }

   
}

@media (min-width: 768px) {
    .bg-md-white {
        background: #fff !important;
    }
}

@media (max-width: 767px) {
    div#product_feed .product-item-grid .product-item .best-seller-label {
        width: 40%;
        font-size: 10px;
    }
    div#product_feed .product-item-grid .product-item:hover { height: unset; }
    .masthead-btn-group {
        gap: 22px;
    }
    .masthead-btn-group .btn {
        min-width: 310px;
        font-size: 18px;
    }
    .recent-product:before {
        background-size: 100% 20%;
    }
    .recent-product {
        margin-top: -180px;
    }
    .checkout-page .form-floating-submit a.btn, .checkout-page-quote a#submitQuoteMobile {
        font-size: 16px;
        padding: 15px 20px !important;
    }
    .cart-page-product-price h5 s {
        font-size: 10px;
    }
    .cart-page-product-name h5 {
        font-size: 14px;
    }
    .cart-page-testimonials-inner {
        width: 100%;
        justify-content: end;
        gap: 10px;
    }
    .cart-page-price-list {
        margin-top: 34px;
    }
    #quote-timer-bar img {
        width: 24px;
    }
    #quote-timer-bar {
        font-size: 12px;
        padding: 15px;
    }
    #quote-timer-bar span {
        font-size: 14px;
    }
    .checkout-product-item-img {
        max-width: 90px;
    }
    .checkout-page-quote-guaranted:before, .checkout-page-quote-guaranted:after {
        width: 140px;
    }
    
    .checkout-page-quote-guaranted h4 {
        font-size: 11px;
        max-width: 135px;
    }
    .checkout-page .checkout-page-form-inner {
        padding: 30px 15px;
    }
    .checkout-page {
        padding: 0px 0 50px;
    }
    .checkout-page-quote {
        padding-top: 25px;
    }
    .cart-page-testimonials-inner:nth-child(even) {
        flex-direction: row-reverse;
        justify-content: start;
    }
    .cart-page-testimonials-inner-img {
        width: 95px;
        height: 95px;
        display: block;
    }
    .cart-page-testimonials-inner + .cart-page-testimonials-inner {
        padding-left: 0;
    }
    .cart-page .cart-page-testimonials {
        gap: 20px;
        flex-wrap: wrap;
        border: 0;
        margin-top: 10px;
        padding-top: 0;
    }
    .cart-page-testimonials-inner-cont {
        max-width: calc(100% - 105px);
        max-width: 250px;
    }
    .cart-page-testimonials-inner-cont h5 {
        font-size: 14px;
    }
    .cart-page-testimonials-inner-cont p {
        font-size: 12px;
    }
    .cart-page .checkout-page-quote-guaranted h4 {
        margin: 30px auto 20px;
    }
    .checkout-product-item-name h5.text--lg {
        font-size: 16px;
    }
    .cart-page-quote-rating {
        max-width: 100%;
    }
    .checkout-product-item-quantity .quantity {
        width: 60px;
    }
    .cart-page-product-price h5,
    .cart-page-price-list-promo p.total {
        font-size: 14px;
    }
    /* div#product_feed .product-item-grid .product-item,
    div#product_feed .product-item-grid .product-item:hover {
        height: 100%;
    } */
    div#product_feed .product-item-grid .product-item .product-btn {
        position: unset;
        width: 100%;
        padding: 10px;
    }
    div#product_feed .product-item-grid .product-item .product-btn button {
        padding: 8px 20px;
        font-size: 14px;
    }
    div#product_feed .product-item-grid .product-item .product-name-wrap {
        padding-top: 10px;
    }
    div#product_feed .product-item-grid .product-item span.colors-count, div#product_feed .product-item-grid .product-item .product-name-wrap .product-name {
        font-size: 14px;
    }
    div#product_feed .product-item-grid .product-item .color-variation span::before, div#product_feed .product-item-grid .product-item .color-variation span {
        display: none;
    }
    /* .product-item .color-variation-main {
        padding-right: 20px;
        padding-left: 20px;
    } */
    div#product_feed .product-item-grid .product-item .color-variation-main .more-colors-arrow {
        height: 46px;
    }
    div#product_feed .product-item-grid .product-item .color-variation img {
        width: 40px !important;
    }
    div#product_feed .product-item-grid .product-item .color-variation {
        height: fit-content;
    }
    div#product_feed .product-item-grid .product-item .color-variation-main {
        width: 100%;
        padding-right: 30px;
        padding-left: 10px;
        overflow: hidden;
        gap: 5px;
    }
    div#product_feed .product-item-grid .product-item .color-variation-main .more-colors-arrow.left {
        left: 0px !important;
    }
    div#product_feed .product-item-grid .product-item .color-variation-main .more-colors-arrow {
        right: 0px !important;
    }

    .product-detail .product-detail-main-price {
        align-content: flex-start;
    }

    .product-detail .mb-4.color-variations-container {
        order: -1;
        border-top: unset;
        border-bottom: 0.5px solid #464646;
        padding-bottom: 20px;
    }

    .product-detail .h-100.bg-light {
        display: flex;
        flex-direction: column;
    }

    .product-detail-img-slider #thumbnailClients {
        margin-left: 0;
        width: 100%;
    }

    .product-detail-main-cont h1 {
        font-size: 25px;
    }

    .product-detail .product-color-variations {
        gap: 3px;
    }

    .product-detail .color-variations-container {
        padding-top: 10px;
    }

    .product-detail .product-color-variation-inner .color-variation {
        width: 36px;
        height: 36px;
    }

    .product-detail .product-color-variation-inner .color-variation span {
        width: 30px;
        height: 30px;
    }

    .product-detail .retention-icon {
        margin-bottom: 10px;
    }

    .product-detail-main-price-num span {
        font-size: 32px;
    }

    .product-detail-main-price-num small {
        font-size: 25px;
    }

    .product-detail-main-price .pro-percentage-offer {
        font-size: 14px;
        line-height: 150%;
        padding: 3px 12px;
        border-radius: 10px;
    }

    .product-detail-main-price {
        max-width: 100px;
        width: 100%;
        text-align: right;
        margin-top: 0;
    }

    .product-detail-main-cont {
        max-width: calc(100% - 100px);
        width: 100%;
    }

    .product-detail-main-cont h1 {
        margin-bottom: 9px;
    }

    .product-order-cont-wholesale, .product-order-cont-larger-order {
        font-size: 14px;
    }

    .product-order-cont {
        gap: 5PX;
        border-bottom: NONE;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .product-detail .cart-page-product-quantity .input-group {
        height: 67px;
    }

    .product-detail .cart-page-product-quantity .input-group .input-group-btn .btn { 
        justify-content: center;
    }

    .product-detail .cart-page-product-quantity .input-group-btn {
        width: 38px;
    }

    .product-detail .cart-page-product-quantity .input-group .input-group-btn .btn img {
        width: 26px;
    }

    .product-detail .cart-page-product-quantity .input-group-item {
        width: calc(100% - 38px);
    }

    .product-detail .cart-page-product-quantity .input-group input {
        font-size: 30px;
    }

    .product-detail .cart-page-product-quantity .input-group-item label {
        padding: 3px 0 0 5px;
        font-size: 15px;
    }

    .product-order-cont-larger-order {
        max-width: 38%;
    }

    .product-order-cont-wholesale {
        max-width: 60%;
    }

    .features-container-heading-content {
        font-size: 14px;
    }

    #scrollContainer h2 {
        font-size: 20px;
    }

    section#gallery {
        margin-bottom: 40px;
    }

    .whyseatco-item-wrap h5.whyseatco-item-title {
        font-size: 16px;
    }

    .whyseatco-item-desc {
        font-size: 14px;
    }

    .specifications-container-content h4 {
        font-size: 20px;
    }

    .specifications-container-content  h5 {
        font-size: 18px;
    }

    .specifications-container-content  {
        margin-bottom: 40px;
    }

    .specifications-container-content p {
        font-size: 14px;
    }

    .product-nav ul { overflow: auto; }
    .product-nav ul li a { font-size: 14px; white-space:nowrap;}

    .product-detail .product-color-variations .product-color-variation-inner span.product-color-tooltip::before, .product-detail .product-color-variations .product-color-variation-inner span.product-color-tooltip {
        display: none;
    }
    
    
}

@media (max-width: 440px) {
    .cart-page-testimonials-inner-img {
        width: 65px;
        height: 65px;
        display: block;
    }
    .cart-page-testimonials-inner:nth-child(odd) .cart-page-testimonials-inner-cont {
        /* max-width: calc(100% - 95px); */
        max-width: 65%;
    }
    .checkout-page-quote-rating {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    .checkout-page-quote-guaranted:before,
    .checkout-page-quote-guaranted:after {
        width: 90px;
    }
    .cart-header-main-inner {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center !important;
    }
    .form-floating-wrap .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .mini-cart {
        width: 84%;
        /*padding-bottom: 30px;*/
        /*height: calc(100vh + 30px);
        -webkit-overflow-scrolling: touch;
        position: absolute;*/
    }
    
    .mini-cart .cart-page-product-item .cart-page-product-name {
        max-width: 120px;
    }
    .mini-cart .cart-page-product-item .cart-page-product-img {
        order: 1;
    }
    .mini-cart .cart-page-product-item .cart-page-product-quantity-close {
        order: 3;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .mini-cart .cart-page-product-item .cart-page-product-quantity-close .cart-page-product-close {
        margin: 0;
    }
    .mini-cart .cart-page-product-item .cart-page-product-details {
        order: 2;
        max-width: 55%;
    }
    .mini-cart .cart-page-product-item {
        gap: 15px;
    }
    .mini-cart .checkout-page-quote-guaranted:before,
    .mini-cart .checkout-page-quote-guaranted:after {
        width: 80px;
    }
    .cart-page-price-list-btn a.cart-page-price-list-btn-process {
        font-size: 14px;
        padding: 17px 8px;
    }
    .checkout-product-item-img {
        max-width: 70px;
    }
    .checkout-product-item-name {
        max-width: 120px;
        width: 100%;
    }
    .checkout-product-item-name h5.text--lg {
        font-size: 14px;
    }
    .cart-page-product-price h5 span {
        font-size: 14px;
    }
    .mini-cart .cart-page-price-list-promo p.total {
        font-size: 14px;
    }

    .product-detail .product-color-variations {
        gap: 2px;
    }

    .product-detail .product-color-variation-inner .color-variation {
        width: 34px;
        height: 34px;
    }

    .product-detail .product-color-variation-inner .color-variation span {
        width: 28px;
        height: 28px;
    }

    .product-detail .retention-icon img {
        width: 32px;
    }

    .product-detail .retention-icon span {
        font-size: 12px;
        padding-left: 3px;
    }

    .product-detail h4.text--md.wholesale-info {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    div#product_feed .product-item-grid .product-item span.colors-count, div#product_feed .product-item-grid .product-item .product-name-wrap .product-name {
        font-size: 12px;
    }
}

@media (max-width: 380px) {
    div#product_feed .product-item-grid .product-item .product-btn button {
        padding: 8px 10px;
        font-size: 12px;
    }
}
