@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Karla:ital,wght@0,200..800;1,200..800&display=swap');.whiz-phonespics::-webkit-scrollbar {

    height: 15px;
}

.whiz-phonespics::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0);
    border-radius: 10px;
    background-color: #efefef;
}

.whiz-phonespics::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ff0000;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
}

.whiz-contain{
    border-top: 3px solid #ff0000;
    border-bottom: 3px solid #ff0000;
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    text-transform: capitalize;
}

#big-search{
    color: white;
    font-size: 18px;
    text-transform: capitalize;
}

.whiz-menu{
    max-width:1200px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
}
.whiz-logo{
    left:0px;
    width:240px;
}
.whiz-logo img{
    width:240px
}
.whiz-nav{
    right: 0px;
    color: #ff0000;
}

.whiz-advertise{
    background-image: url("../img/stockred.jpg");
    width:100%;
    background-size: cover;
    background-position: center;
    height:200px;
    background-color: red;
    color:#fff;
}
.whiz-step-header{
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    text-transform:  capitalize;
    padding-bottom: 40px;
    opacity: 1;
    transition: opacity .2s, padding-bottom .2s;
}

/*.whiz-step-header.completed{*/
/*    padding-bottom: 0px;*/
/*    opacity: 0;*/
/*}*/

.whiz-smartselect{
    min-height: 80px;
    position: relative;
    /* max-width: 1000px; */
    margin-left: auto;
    margin-right: auto;
}

.whiz-step{
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.whiz-step-id{
    color: #fff;
    left: -45px;
    position: absolute;
    top: 3px;
    text-decoration: underline;
    font-weight: 100;
    font-size: 12px;
    transform: rotate(270deg);
}
.whiz-step-id.s1{

    top:10px;
}
.whiz-step-id.s2{
    color: #ff0000;
}
.whiz-step-id.s4{
    color: #ff0000;
}
.whiz-outer{
    width:100%;
    padding: 70px 0 0 0;
    box-sizing:  border-box;
    position: relative;
    overflow: hidden;
}
.whiz-outer.s1{
    background-color: #000000;
    color:#fff;
    padding-top: 41px;
}
.whiz-outer.s2{
    background-color: #fff;
    color: #ff0000;
    height: 560px;
    transition: height .4s, padding .4s;
    /* padding: 50px 0 0 0; */
}
.whiz-outer.s3{
    background-color: #ff0000;
    color:#fff;
    height: unset;
    padding:40px 20px;
    transition: height .4s, padding .4s;
}
.whiz-outer.s4{
    background-color: #ffffff;
    color: #ff0000;
    /* height: 400px; */
    padding-top: 20px;
    padding-bottom: 40px;
    transition: height .4s, padding .4s;
}

.whiz-outer.s2.closed{
    color: #ffffff;
    height: 0px;
    padding:0 !important;
}
.whiz-outer.s3.closed{
    background-color: #ff0000;
    color:#fff;
    height: 0px;
    padding:0 !important;
}
.whiz-outer.s4.closed{
    background-color: #ffffff;
    color:#ff0000;
    padding:  0;
    height: 0px;
    padding:0 !important;
}




.whiz-search{

}

.whiz-searchtab{
    display: inline-flex;
    width: 100%;
}
.whiz-searchtabs.comingsoonoption {
    pointer-events: none;
    opacity: .5;
}
span.comingsoontext {
    font-size: 8px;
    background: #fff;
    border-radius: 8px;
    color: #000;
    padding: 1px 2px;
}
.whiz-searchtabs{

padding: 15px 0 35px 0;
    text-align: center;
    /* margin-left: auto; */
    /* margin-top: 20px; */
    /* margin-right: auto; */
    font-size: 18px;
    cursor: pointer;
    background-color: #000;
    transition: all .6s;
    font-weight: 700;
    border-radius: 500px;
    text-transform: capitalize;
    line-height: 1;
}

.whiz-searchbar input{
    width: 100%;
    border-radius: 100px;
    height: 45px;
    padding: 5px 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 300;
    /* text-transform:  uppercase; */
    font-family:  'Open Sans', sans-serif;
}

.whiz-phonespics{
    display: inline-flex;
    /* align-content: flex-end; */
    /* padding-bottom: 20px; */
    /* align-content: flex-end; */
    overflow-x: scroll;
    /* padding-bottom: 20px; */
    width: 100%;
    position: absolute;
    left: 0%;
    padding-bottom:10px;
}
.whiz-phonespic img{
    width:100%;
}
.whiz-phonespic{
    flex-grow: 1;
    text-transform: capitalize;
    /*     padding: 35px 25px 70px 25px; */
    text-align: center;
    max-width: 24%;
    min-width: 24%;
    margin-left:auto;
    /* align-content: flex-end; */
    vertical-align:  bottom;
    margin-right:auto;
    cursor:  pointer;
    /* background-color: #515151; */
    transition: all .6s;
    /* margin-top:  auto; */
}

/*.whiz-phonespic.notchose{*/
/*    padding:0px;*/
/*    max-width: 0%;*/
/*    min-width: 0%;*/
/*}*/



.whiz-carriers{
    display: flex;
    flex-flow: row wrap;
}
.whiz-carrier img{
    max-width: 100%;
}
.whiz-carrier{
    flex-grow: 1;
    background-color: #ff0000;
    text-align: center;
    max-width: 100%;
    min-width: 15%;
    /* margin-left:auto; */
    /* margin-right:auto; */
    margin: 0;
    cursor:  pointer;
    transition: all .6s;
}
/*.whiz-carrier.notchose{*/
/*    padding:0px;*/
/*    max-width: 0%;*/
/*    min-width: 0%;*/
/*}*/

/*.whiz-phonespic.notchose .whiz-phonebrand{*/
/*    font-size:0px;*/
/*}*/

/*.whiz-phonespic.notchose .whiz-phonename{*/
/*    font-size:0px;*/
/*}*/

.whiz-sizeoption {
    background: #ff0000;
    /* width: 200px; */
    /* height: 40px; */
    padding: 10px 20px;
    color: #fff;
    /* transition: all .4s; */
    margin: 5px;
    border-radius: 18px;
    font-size: 18px;
    flex-grow: 1;
    cursor: pointer;
    transition: all .6s;
}

.whiz-sizeoptions {
    display: flex;
    flex-flow: row wrap;
}

.whiz-sizeoption-size {
    font-size: 20px;
    font-weight: 700;
    transition: all .4s;
}

.whiz-phonebrand {
    position: relative;
    font-size: 14px;
    font-weight: 900;
    bottom:0px;
    transition: bottom .4s;
}

.whiz-phonename{
    position: relative;
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
    bottom:0px;
    padding-bottom:5px;
    color: #ff0000;
    transition: bottom .4s, font-size .3s;
}

/*.whiz-phonespic.active .whiz-phonebrand {*/
/*    position: relative;*/
/*    font-size: 12px;*/
/*    bottom: 100%;*/
/*}*/

/*.whiz-phonespic.active .whiz-phonename{*/
/*    position: relative;*/
/*    font-size: 22px;*/
/*    font-weight: 100;*/
/*    bottom: calc(100% + 5px);*/
/*}*/

/*.whiz-phonespic.active {*/
/*    !* background-color: #ff0000; *!*/
/*    border-radius: 8px 8px 0 0;*/
/*    !* 	border: 10px solid #ff0000; *!*/
/*    !* padding: 75px; *!*/
/*    font-size:  20px;*/
/*    max-width: 100%;*/
/*    min-width: 100%;*/
/*    padding: 35px 25px 70px 25px;*/
/*    font-weight: 700;*/
/*    !* text-transform:  uppercase; *!*/
/*}*/

.whiz-carrier.active {
    /*     background-color: #fff; */
    border-radius: 8px 8px 0 0;
    /*!*     margin: 70px 20px 0 20px; *!*/
    /*padding: 20px 20px 70px 20px;*/
    max-width: 100%;
    min-width: 100%;
}

.whiz-searchtabs.active {
    background-color: #ffffff;
    border-radius: 80px 80px 0 0;
    color: #000000;
    font-size: 20px;
    padding-top: 31px;
    font-weight: 900;
    /* top: 14px; */
    /* line-height: 48px; */
    padding: 15px 10px 0px 10px;
    /* position: relative; */
    padding-top: 32px;
}

.whiz-sizeoption.hover {
    font-size: 23px;
    font-weight: 900;
    background-color: #eee;
    color: #ff0000;
    border: #515151 solid 1px;
}

.hover .whiz-sizeoption-size {
    font-size:  28px;
    color: #000000;
}
.whiz-outer{
    padding-left: 20px;
    padding-right: 20px;
}

.search-preloader {
    margin: auto;
}

.search-prelaoder img {
    width:120px;
}

@media screen and (max-width: 1000px) {
    .whiz-phonespic.active{
        padding:3px;
        max-width: 100%;
        min-width: 100%;
    }
    .whiz-phonespic{
        padding:0;
        max-width: 34%;
        min-width: 34%;
    }
    .whiz-outer.s2 {
        height: 490px;
    }
    .whiz-searchtabs{
        font-size:14px;
    }
    .whiz-searchtabs.active{
        font-size:18px;
        border-radius: 15px 15px 0 0;
    }



}
.whiz-outer.popular.closed{
    display: none;
}

.whiz-phonespic.active {
    grid-column: span 2;
    background: #ff0000;
    border-radius: 10px;
    padding: 10px;
}
.whiz-phonespic.notchose {
    grid-column: span 1;
}

.whiz-phonespics.selected {
    gap: 0px;
}

.whiz-outer.s2.selected {
    height: 250px;
    padding: 0;
    max-height: 50vh;
}

.whiz-outer.s3.selected {
    padding: 0;
    height: 120px;
}
.whiz-outer.popular.closed{
    display:none;
}
.s2 .whiz-phonebrand{
    display:none;
}
.s2 .whiz-phonebrand{
    display:none;
}
.s2 .whiz-phonename {
    font-weight: 600;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -3px;
    line-height: 1;
}
.whiz-upprice {
    background: #ff0000;
    border-radius: 22px;
    color: #fff;
    width: fit-content;
    margin: auto auto 10px auto;
    padding: 4px 8px;
    line-height: 1;
    font-size:10px;
}
span.whiz-upprice-actual {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 0.5;
    position: relative;
    top: 1.5px;
}
.whiz-outer.s2 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 40px 20px !important;
}
.whiz-outer.s2 .whiz-step{
    overflow: hidden;
}
.whiz-step-header {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 20px;
    opacity: 1;
    text-align: center;
    transition: opacity .2s, padding-bottom .2s;
    padding-top: 20px;
}
.active .whiz-phonename {
    color: #fff;
}
.whiz-phonespic.active img {
    width: 100%;
    border-radius: 8px;
}
.whiz-carrier.notchose {
    min-width: 0%;
    width: 0%;
}
.whiz-outer.s3.selected {
    padding: 40px 0 !important;
    height: unset;
}
.s3 .whiz-step-header {
    color: #fff !important;
    opacity:1;
}
.whiz-sizeoptions {
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.searchtab .searchtabs:first-of-type{
    text-align: left;
}
.searchtab .searchtabs:last-of-type{
    text-align:right;
}
.whiz-searchtab {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 14px;
}
.whiz-searchtabs.active {
    padding: 17px 30px !important;
    border-radius: 18px 18px 0 0;
}
.s4 span.whiz-upprice-actual {
    color: #ff0000;
    margin-top: 10px;
}
.s4 .whiz-upprice {
    background: #fff;
    color: #ff0000;
}
.whiz-phonespics::-webkit-scrollbar {
    display: none;
}
.whiz-phonepics{
    padding-bottom:40px;
}
.whiz-outer{padding: 40px 0 0 0;}
.whiz-summaries {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: #ff0000 4px solid;
    padding: 5px 20px;
    border-radius: 0 0 10px 10px;
}
.whiz-smartvalue{
    position: absolute;
    top: -50px;
    right:0px;
    font-size:10px;
    background:#ff0000;
    border-radius: 50px;
    border:2px solid #fff;
    color:#fff;
    padding:5px 10px;
}
.smartvalueactual{
    font-size:22px;
    font-weight: 700;
}
.whiz-contain, .whiz-smartselect {
    min-height: fit-content !important;
}
.whiz-step.s6{
    align-items: baseline !important;
    justify-content: space-between;
}
.whiz-step.s6 .whiz-details {
    text-align: center;
    width: 50%;
    margin-bottom: 33px;
}
@media (max-width: 690px){
    .whiz-step.s6 .whiz-details {
        width: 100%;
    }
}
.whiz-option-desc {
    font-size: 18px;
    font-weight: bold;
}
.whiz-outer.closed{
    height:0px !important;
}
.whiz-outer {
    padding-bottom: 20px;
    height: fit-content !important;
}
.whiz-step.s6 .whiz-detail {
    font-size: 14px;
    padding: 5px 10px;
    margin: 10px auto;
    width: fit-content;
}
.whiz-checkout {
    margin-top: 0;
}



input#quantity {
    font-family:montserrat;
    font-weight:bold
}

input#quantity::-webkit-outer-spin-button,
input#quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input#quantity[type=number] {
    -moz-appearance: textfield;
}

span.quantity-footer {
    font-size: 10px;
    line-height: 0;
    color: #fff;
    padding-top: 6px;
    text-align: center;
    text-transform: capitalize;
}

.quantity-container {
    background: #000000;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 0 !important;
    border-radius: 8px 8px 0 0;
}

td.whiz-checkout-cell {
    padding: 20px !important;
}

td.whiz-checkout-cell {
    border-radius: 0 0 8px 8px;
}

.woocommerce .single-product-summary .entry-summary p {
    padding-bottom: 10px;
}

p.offerdetails {
    margin-bottom: 10px;
}

.whiz-checkout {
    margin-top: 0px !important;
}

button.quantity-button {
    background-color: #000000 !important;
    padding: 4px 10px !important;
    color: white;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}

/* Add styles for the fallback device */
.whiz-phonespic.fallback-device {
    border: 1px dashed #ccc; /* Differentiate it slightly */
    background-color: #f9f9f9; /* Lighter background */
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack elements vertically */
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    min-height: 180px; /* Give it some minimum height */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.whiz-phonespic.fallback-device:hover {
    background-color: #f0f0f0; /* Slightly darker on hover */
    border-color: #aaa;
}

/* Ensure the placeholder takes up space */
.whiz-phoneicon-placeholder {
    text-align: center; /* Center the icon */
    width: 100%;
}

/* Style the fallback text */
.fallback-device .whiz-phonename {
    color: #555; /* Adjust text color */
    padding: 5px 10px; /* Add some padding */
    margin-top: 0; /* Reset margin if needed */
    margin-bottom: 10px; /* Space before the CTA */
    text-align: center;
}

/* Style the fallback CTA */
.fallback-device .whiz-upprice.contact-cta {
    background-color: #ff0000; /* Use your theme's primary action color */
    color: #fff;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    width: auto; /* Don't force full width */
    margin-top: 5px;
    margin-bottom: 0; /* Reset default bottom margin if any */
}

/* Ensure fallback items are hidden initially when collapsed */
.sellcat.collapsed .whiz-phonespic.fallback-device:nth-child(n+11) {
    display: none;
}

/* Ensure the click handler doesn't conflict */
.whiz-phonespic.fallback-device {
    /* Inherit cursor: pointer from inline style or add here */
}

/* Adjustments for the "Load More" logic display */
/* Hide items beyond the 10th position (index 9) when collapsed */
.sellcat.collapsed .whiz-phonespic:nth-child(n+11) {
    display: none;
}

/* Make sure load more button is below the grid items */
.sellcat .load-more {
    /* Ensure it spans the full width if needed, or centers */
    grid-column: 1 / -1; /* Make it span all columns */
    text-align: center; /* Center the button inside */
    position: absolute; /* Keep positioning if needed */
    bottom: 10px;
    left: 0; /* Ensure it spans from left... */
    right: 0; /* ...to right */
    width: auto; /* Adjust width if needed */
    margin: 10px auto 0 auto; /* Add top margin */
}

/* Adjust sellcat padding-bottom to accommodate the absolute positioned button */
.sellcat {
    padding-bottom: 60px; /* Increase padding to avoid overlap with button */
    /* Reset max-height or adjust as needed */
    max-height: none; /* Let grid control height unless collapsed */
    overflow: visible; /* Allow button to show */
}
.sellcat.collapsed {
    /* You might need to set a max-height for the collapse animation */
    max-height: 327px; /* Restore original or adjusted collapsed height */
    overflow: hidden; /* Hide overflow when collapsed */
}