.wholeSectionWrapper {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif !important;

    max-width: 1200px;
    margin: 1rem auto;

    padding: 1rem;
}

#dropdownContainer {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    justify-content: space-between;
}

#dropdownContainer select {
    height: 50px;
}

.dd-section-header {
    font-size: 24px;
    text-align: center;
    margin-bottom: 2rem;
}


@media screen and (max-width: 620px) {
    #dropdownContainer {
        grid-template-columns: 100%;
    }

    .dd-section-header {
        font-size: 20px;
    }

}

:root {
    --animate-duration: 0.5s;
    --animate-delay: 0.5s;
    --animate-repeat: 0.5;
}

.animate__animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@media (prefers-reduced-motion: reduce),
print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }

    .animate__animated[class*="Out"] {
        opacity: 0;
    }
}

.select {
    width: 100%;
}

.selectContainers {
    width: 100%;
    background-image: none;
}

.columns {
    flex-direction: column;
}

#productContainer {
    display: none;
    padding-top: 3rem;
}

#stickyPanelContainer {
    display: none;
}

/* .is-active-dd {
            border-color: #485fc7;
              box-shadow: 0 0 0 0.125em rgb(72 95 199 / 25%);
          } */
@media screen and (min-width: 768px) {
    .columns {
        margin: auto;
        flex-direction: row;
    }

    .column {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .columns {
        max-width: 1200px;
        margin: auto;
        flex-direction: row !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* .select:not(.is-multiple):not(.is-loading)::after {
      
            border-color: #ccc;
          }
      
          .select.is-primary:not(.is-multiple):not(.is-loading)::after {
            border-color: #00d1b2;
          } */

.p-img-slider li {
    background: none;
}

.p-img-slider li img {
    display: flex !important;
    max-width: 100% !important;
    height: 100% !important;
}

.section-wrapper {
    max-width: 1170px;
    /* padding: 0 10px; */
    margin: 0 auto 20px;
    display: block;
}

.tabs-content li {
    font-size: 16px;
}

.tabs-content li p {
    margin: 0;
}

.list-tabs .is-active a {
    font-size: 16px;
}

.p-header-sec {
    display: block;
    width: 100%;
    padding: 0;
}

.p-header-sec .header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    text-align: left;
}

.p-header-sec .header .p-title .pcTitle {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: none;
    overflow-wrap: break-word;
    line-height: 1.2;
    margin: 8px 0 0;
}

.p-header-sec .header .p-title .vehicle-selection {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin: 8px 0 0;
    text-transform: initial;
    letter-spacing: initial;
}

.p-header-sec .header .p-reviews {
    text-align: center;
    display: flex;
    align-items: center;
}

.p-header-sec .header .p-reviews .review-counter {
    margin-left: 0;
    font-size: 14px;
    line-height: 16px;
    color: #333e48;
    font-weight: 400;
}

.p-header-sec .header .p-price {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    color: #201f1f;
    margin-left: 0;
    display: flex;
    align-items: center;
}

.p-regularPrice {
    font-size: 14px;
    font-weight: 700;
    text-decoration: line-through;
    color: #7a7a7a;
    margin-right: 1px;
}

.p-header-sec .header .p-price .price-before {
    color: #c3c3c3;
    margin-left: 5px;
    position: relative;
    font-weight: 500;
}

.p-header-sec .header .p-price .price-before:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 50%;
    height: 1px;
    background: #c3c3c3;
    background-color: #c3c3c3;
    position: absolute;
}

.p-header-sec .header .p-price .affirm-as-low-as {
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
}

.p-img-slider {
    display: block;
    width: 100%;
    padding: 6px 0 0;
}

.p-img-slider .thumbnails {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

.p-img-slider .thumbnail {
    width: 48px;
    height: 48px;
    overflow: hidden;
    list-style: none;
    cursor: pointer;
    opacity: 1;
    margin-top: 10px;
    margin-right: 8px;
}

.p-img-slider .thumbnail.is-active {
    opacity: 1;
}

.p-img-slider .thumbnail img {
    width: 100%;
    height: auto;
}

.p-text-con {
    display: block;
    width: 100%;
    padding: 0;
}

.p-payment {
    margin-top: 20px;
    padding: 0;
    margin-bottom: 20px;
}

.add-to-cart {
    position: relative;
    overflow: hidden;
    transition: background 0.2s ease 0s;
    min-height: 45px;
    display: block;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    margin: 0;
    min-width: 90px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    user-select: none;
    -webkit-appearance: none;
    background: #212121;
    color: #fff;
    background-color: #000;
    box-sizing: border-box;
}

#checkoutBtn {
    background-color: #f4f4f4;
}

.p-payment .add-to-cart:hover {
    opacity: 0.75;
}

.trust-badges {
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

@media only screen and (min-width: 768px) {
    .p-header-sec {
        display: inline-block;
        width: 47%;
        vertical-align: top;
    }

    .p-img-slider {
        padding-right: 20px;
        float: left;
        display: inline-block;
        width: 50%;
        font-size: 1rem;
        vertical-align: top;
    }

    .p-img-slider .splide__slide {
        height: 500px !important;
    }

    .p-text-con {
        /*     max-width: 490px; */
        display: inline-block;
        width: 50%;
        font-size: 1rem;
        vertical-align: top;
        display: flex;
        flex-direction: column;
    }

    .p-img-slider .thumbnail {
        width: 74px;
        height: 74px;
        overflow: hidden;
        list-style: none;
        cursor: pointer;
        opacity: 1;
        margin-top: 10px;
        margin-right: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .p-img-slider {
        padding-right: 40px;
    }
}

.content li+li {
    margin-top: 8px;
}

.content p:not(:last-child),
.content ul:not(:last-child) {
    margin-bottom: 1em;
}

.content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em;
}

.content ol:not([type]) {
    list-style-type: decimal;
}

.content ul {
    list-style: disc outside;
    margin-left: 2em;
}

.tabs-content {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    width: 100%;
}

.trust-badges ul.list-tabs {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 0;
    margin-left: 0;
}

.trust-badges ul.list-tabs a {
    align-items: center;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #2b2823;
    display: flex;
    justify-content: center;
    padding: 8px;
    font-weight: 500;
}

.trust-badges ul.list-tabs li {
    display: block;
    margin-top: 0.25em;
}

.trust-badges ul.tabs-content {
    margin-left: 0;
}

.trust-badges ul.list-tabs a:hover {
    background-color: #fff;
    border-bottom-color: #ccc;
}

.trust-badges ul.list-tabs li.is-active a {
    background-color: #fff;
    border-color: #ccc;
    border-bottom-color: transparent !important;
}

.splide__slide img {
    width: 100%;
    height: auto;
}


.product-section {
    display: block;
}

.product-section:before {
    display: table;
    content: " ";
}

.product-section:after {
    clear: both;
    display: table;
    content: " ";
    box-sizing: inherit;
}

.feature-con-wrapper {
    overflow: auto;
    display: flex;
    max-width: 1200px;
    margin: auto;
}

.feature-con {
    display: flex;
    flex: 1 1 0%;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    flex: 1 0 0px;
    justify-content: center;
}

.feature-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    align-items: center;
    text-align: center;
    padding: 10px;
    background: white;
    margin: 10px;
    border-radius: 10px;
}

.feature-img {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    height: 50px;
    width: 50px;
    fill: #3f3f3f;
    margin-bottom: 8px;
}

.feature-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: inline-block;
    border-radius: 0;
}

.feature-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 0;
}

.feature-text span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

@media screen and (min-width: 1100px) {
    .feature-content {
        display: flex;
        flex-direction: column;
        flex: 1 1 0%;
        align-items: center;
        text-align: center;
        padding: 14px 10px;
        gap: 10px;
        background: #fff;
        margin: 10px;
        border-radius: 10px;
    }

    .feature-img {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        height: 60px;
        width: 60px;
        fill: #3f3f3f;
        margin-bottom: 8px;
    }

    .feature-text span {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }
}

.install-section-wrapper {
    margin-top: 10px;
}

.install-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    text-transform: none;
    letter-spacing: 0;
    width: 90%;
    color: #000;
    margin-bottom: 6px;
    margin-top: 0;
}

.wrench-icon {
    margin: 0 10px 2px;
}

.install-section-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.install-section-content {
    margin-bottom: 5px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}

.install-title-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.install-content {
    margin-top: 6px;
}

.install-content ul {
    list-style: disc;
    padding-left: 20px;
}

.install-content .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 10px;
}

.install-content .list-title {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
}

.install-content .subdetails {
    margin: 0 0 10px;
}

.ins-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 0 10px;
    vertical-align: middle;
}

@media only screen and (min-width: 1260px) {
    .install-section-wrapper {
        margin-top: 30px;
    }

    .install-section-content {
        padding: 0 16px;
    }

    .wrench-icon {
        margin-left: 0;
    }

    .install-title-wrapper {
        justify-content: flex-start;
    }

    .install-content {
        margin-top: 10px;
    }
}

#slider-vid {
    height: 360px;
    width: 100%;
    background-color: #000;
    border: none;
    outline: none;
    border-right: 1px solid white;
}

.play-thumb-icon {
    margin-left: 12px;
    margin-top: 12px;
    position: absolute;
    opacity: 0.8;
}

@media screen and (min-width: 768px) {
    #slider-vid {
        width: 100%;
        height: 500px;
    }

    .play-thumb-icon {
        margin-left: 20px;
        margin-top: 20px;
    }

    .play-thumb-icon svg {
        width: 32px;
        height: 32px;
    }
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.splide {
    position: relative;
    visibility: hidden;
}

.splide.is-initialized {
    visibility: visible;
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide img {
    vertical-align: bottom;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
    outline: 0;
}

.p-title {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
    margin: 1px 0 6px;
    line-height: 1.1;
}

.p-price {
    font-weight: 700;
    font-size: 20px;
    color: #3e8ed0;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

/* ***********************************  */

.buyPanelWrapper {
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
    line-height: 1.25em;
    color: #232323;
}

.buyPanelWrapper {
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 31%);
    transition: 0.31s;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.contentWrapper {
    padding: 7px 0 7px 0;
}

.containerBox {
    padding-left: 15px;
    margin-left: auto;
    padding-right: 15px;
    margin-right: auto;
}

.rowItems {
    display: flex;
    margin-left: -14px;
    margin-right: -14px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.imgCon {
    flex: 80px 0 0;
    padding-right: 10px;
    padding-left: 10px;
}

.imgCon img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

.textCon {
    flex: 1 1;
    padding: 0;
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
}

.p-title {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
    margin: 1px 0 6px;
    line-height: 1.1;
}

.p-price {
    font-weight: 700;
    font-size: 20px;
}

.buyCon {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 12px;
    width: 100%;
    flex: 100%;
    margin-bottom: 1px;
    margin-left: auto;
    justify-content: flex-start;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

#addToCartBtn {
    transition: all 0.2s ease;
}

#addToCartBtn:hover {
    color: #fff;
    transform: scale(0.96);
}

.addToCartBtn {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.addToCartBtn:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.addToCartBtn {
    line-height: inherit;
}

.addToCartBtn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #354aec;
    padding: 9px 20px;
}

.addToCartBtn {
    margin: 0;
    width: 100%;
    outline: none !important;
    height: 100%;
    line-height: 24px;
}

@media (min-width: 768px) {
    .addToCartBtn {
        padding: 0.5rem 1rem;
    }
}

@media (min-width: 768px) {
    .rowItems {
        flex-wrap: nowrap;
    }

    .textCon {
        flex: none;
        padding: 0;
        float: none;
        position: relative;
        min-height: 1px;
    }

    .buyCon {
        max-width: 350px;
    }

    .payment-btns-wrapper {
        max-width: 420px;
    }
}

@media (min-width: 1180px) {
    .containerBox {
        max-width: 100%;
        width: 1120px;
    }

    .dd-section-header {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }
}

.rstBtn {
    border: none;
    background-color: #fff;
    color: rgba(127, 127, 127, 1);
    font-size: 22px;
    position: absolute;
    top: -26px;
    right: 0px;
    width: 11px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 1rem;
}

.rstBtn {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1300px) {
    .rstBtn {
        width: 17px;
        font-size: 19px;
    }
}

#featuredImage {
    background: linear-gradient(45deg, transparent, rgb(5, 14, 16));
    border-radius: 4px;
}

.more-payment-options-btn {
    margin: 0;
    padding: 20px 0px 10px 10px;
    text-align: right;
}

#checkoutBtn {
    color: #333;
    padding: none;
}

#checkoutBtn:hover {
    text-decoration: underline;
    transition: 0.3s linear;
}

/* --------------------------- brands with click style ---------------------------  */
.brands-section-new .notification {
    padding: 1.25rem 1.5rem;
}


#brands-container-with-click {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between;
    gap: 2rem;
}

@media screen and (max-width: 1000px) {
    #brands-container-with-click {
        grid-template-columns: 48% 48%;
    }
}

@media screen and (max-width: 620px) {
    #brands-container-with-click {
        grid-template-columns: 100%;
    }
}

.brand-card-content h2 {
    font-size: 16px;
}

.brands-section-new {
    padding: 0.5rem;
}

.brands-section-new .brand-card-new {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 4px;
}

.brand-card-img-parent {
    overflow: hidden;
}

.brands-section-new img {
    width: 100%;

    height: 150px;
    object-fit: cover;

    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    transition: all 0.15s ease-in-out;
}

.brand-card-new:hover img {
    transform: scale(1.1);
}

.brands-section-new .brand-card-content {
    padding: 1.5rem 0.5rem;
}

.brands-section-new button {
    box-sizing: border-box;
    width: 100%;
    background-color: #52b3e0;
    color: white !important;
    font-weight: 500;
}

.brands-section-new h2 {
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 1.5rem;
    text-align: center;
}

#modelSelection {
    display: block;
    cursor: pointer;
}

/*   #contShopping:hover {
            animation: none;
        }
 */
@keyframes contShopping {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(23, 42, 171, 0);
        box-shadow: 0 0 0 0 rgba(28, 100, 246, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(18, 49, 255, 0);
        box-shadow: 0 0 0 10px rgba(23, 42, 171, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 34, 255, 0);
        box-shadow: 0 0 0 0 rgba(24, 42, 161, 0);
    }
}

/* model label animation */
@keyframes modelLabelAnimation {
    from {
        position: relative;
        top: 0px;
    }

    to {
        position: relative;
        top: 5px;
    }
}

.label-animation-container {
    animation: labelAnimationContainerAnimation 0.3s ease-out;
}

@keyframes labelAnimationContainerAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ---out of stock */
.wholeSectionWrapper .outOfStockParent {
    display: none;
    /* justify-content: center; */
    /* align-items: center; */
    flex-wrap: wrap;
    gap: 2rem;
}

.wholeSectionWrapper .outOfStockInfo {
    text-transform: capitalize;
    color: red;
}

.wholeSectionWrapper .outOfStockInfoLong {
    text-transform: capitalize;
    text-align: center;
}

.wholeSectionWrapper .outOfStockSelectAnother {
    /* background: #240909; */
    /* border-radius: 5px; */
    /* color: #fff; */
    /* font-size: 1.5rem; */
    /* padding: 1rem; */
    /* border-radius: .5rem;  */
    width: fit-content;
    cursor: pointer;
    /* padding: .5rem; */
    
    /* width: 100%;  */
    /* height: 22px; */
}

@media screen and (max-width: 768px) {
    .wholeSectionWrapper .outOfStockParent {
        justify-content: center;
    }

    .wholeSectionWrapper .outOfStockInfo {
        width: 100%;
        text-align: center;
    }

    .wholeSectionWrapper .outOfStockSelectAnother {
        padding: 1rem;
        /* width: 100%; */
    }
}