:root {
    --saiz-font-family: "Helvetica";
    --saiz-font-family-archivo: "Helvetica";
    --saiz-font-size: 0.8em;
    --saiz-font-family-link: "Helvetica", monospace;
    --saiz-text-transform: uppercase;
    --saiz-letter-spacing: 0.3em;
}

.btnsoft img {
    width: 25%;
    vertical-align: middle;
}
.saiz-modal,
#saizBackdrop {
    visibility: unset !important;
}

.saiz-radio {
    padding: 0px !important;
    width: 16% !important;
}

.saiz-checkbox {
    padding: 0px !important;
    width: 19px !important;
    height: 19px !important;
}

.saiz-checkbox:checked {
    background-color: black !important;
    border-color: black !important;
}

.saiz-radio:checked {
    background-color: black !important;
    border-color: black !important;
}

.saiz-input {
    height: 27px !important;
    border-radius: 30px !important;
}
.card {
    border: none !important;
}
@media (max-width: 575.98px) {
    .card.product-wap,
    .card .product-overlay {
        visibility: visible !important;
        opacity: 2 !important;
        background: rgba(8, 8, 8, 0.568) !important;
    }
}

@media (max-width: 767.98px) {
    .card.product-wap,
    .card .product-overlay {
        visibility: visible !important;
        opacity: 2 !important;
        background: rgba(8, 8, 8, 0.568) !important;
    }
}
@media (min-width: 992px) {
    .card.product-wap:hover .card .product-overlay {
        visibility: visible !important;
        opacity: 2 !important;
        background: rgba(8, 8, 8, 0.568) !important;
    }
}

.cursor-pointer {
    cursor: pointer !important;
}

.color-black {
    color: black !important;
}

.text-danger {
    color: red !important;
}

.pl-1 {
    padding-left: 10px !important;
}

.font-weight-400 {
    font-weight: 400;
}

.form-range::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    margin-top: -2.5px;
    background-color: black;
    border: 0;
    border-radius: 10px;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

.saiz .form-range {
    border: none !important;
}

.words,
#words {
    line-height: 16px;
    opacity: 2;
    color: white;
    font-size: 14px;
}

.saizScreen,
#screen {
    position: relative;
}
.loginUserNew {
    height: 30px !important;
    width: 30px !important;
    border: 1px solid rgb(51, 50, 50);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px;
}
.saizToggler {
    font-size: 50px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.saizToggler .main {
    font-size: 80px;
}
.txt {
    font-size: 15px;
}
/* Ranges */
.range,
#ranges {
    margin-bottom: 25px;
}
.saizBtn {
    border-radius: 999px !important;
    display: inline !important;
    font-size: 14px;
    font-family: var(--saiz-font-family);
    padding: 8px;
}
i #icon {
    padding: 5px;
    cursor: pointer;
}
.editBtn {
    border-radius: 999px !important;
    display: inline !important;
    font-family: var(--saiz-font-family);
    font-size: 19px;
    background-color: #fffefe;
    color: #000;
    padding: 0 30px;
    border: 1px solid #000;
    margin: 10px auto;
}
.saizRanges .range .bNwRange {
    position: relative;
    height: 10px;
    width: 100%;
    background: rgb(255, 255, 255);
    /* background: linear-gradient(
        90deg,
        #2e2c2c 0%,
        rgba(243, 243, 243, 1) 50%,
        #2e2c2c 100%
    ); */
    border: 1px solid #000;
}
.saizRanges .range .fitting {
    display: flex;
    justify-content: space-between;
}
.saizRanges .range .saizPointer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -40px !important;
    z-index: 99;
    width: 60px;
}
.headings {
    font-family: var(--saiz-font-family-archivo) !important;
    font-size: 30px !important;
    color: #000 !important;
    text-transform: none !important;
}
.subheadings {
    font-family: var(--saiz-font-family);
    font-size: 14px;
    color: #000;
}
.quicksand {
    font-family: var(--saiz-font-family);
}
.archivo {
    font-family: var(--saiz-font-family-archivo);
}
.labels {
    padding: 0;
    letter-spacing: 1px !important;
    font-family: var(--saiz-font-family);
    font-size: 19px !important;
    /* padding-bottom: 30px; */
    text-align: start;
    color: #000;
    text-transform: none !important;
}
.inputBox {
    height: 30px;
    font-family: var(--saiz-font-family);
    font-size: 15px;
    padding: 10px;
    border-radius: 999px !important;
    width: 70px;
    border: 1px solid rgb(79, 77, 77);
}
.modal {
    position: fixed !important;
    top: 30px !important;
    height: 100vh !important;
    right: 100px !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10070 !important;
    overflow: auto !important;
    overflow-y: auto !important;
}
::-webkit-scrollbar {
    display: none;
}
.element::-webkit-scrollbar {
    width: 0 !important;
} /* chrome safari edge */
.element {
    overflow: -moz-scrollbars-none;
} /* firefox */
.element {
    -ms-overflow-style: none;
} /* internet Explorer 10+ */
.mainSize {
    text-decoration: none;
    font-size: 100px;
    font-weight: bolder;
    padding: 20px;
    color: #000;
}
.mainSize:hover {
    color: #000;
}
/* range styles */
input[type="range"] {
    height: 38px;
    -webkit-appearance: none;
    /* margin: 10px 0; */
    width: 100%;
    border: none;
    padding:0;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animation: 0.2s;
    /* box-shadow: 1px 1px 1px #000000; */
    background: #fff;
    border-radius: 5px;
    border: 1px solid #000;
}
input[type="range"]::-webkit-slider-thumb {
    /* box-shadow: 1px 1px 1px #000000; */
    /* border: 1px solid #000000; */
    height: 30px;
    width: 10px;
    border-radius: 999px;
    background: #000;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #fff;
}
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animation: 0.2s;
    /* box-shadow: 1px 1px 1px #000000; */
    background: #fff;
    border-radius: 5px;
    border: 1px solid #000;
}
input[type="range"]::-moz-range-thumb {
    height: 30px;
    width: 10px;
    border-radius: 999px;
    background: #000;
    cursor: pointer;
}
input[type="range"]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animation: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type="range"]::-ms-fill-lower {
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    /* box-shadow: 1px 1px 1px #000; */
}
input[type="range"]::-ms-fill-upper {
    background: #fff;
    border: 1px solida #000;
    border-radius: 10px;
    /* box-shadow: 1px 1px 1px #000000; */
}
input[type="range"]::-ms-thumb {
    margin-top: 1px;
    height: 30px;
    width: 10px;
    border-radius: 999px;
    background: #000;
    cursor: pointer;
}
input[type="range"]:focus::-ms-fill-lower {
    background: #fff;
}
input[type="range"]:focus::-ms-fill-upper {
    background: #fff;
}
/* radio button */
input[name="gender"] {
    accent-color: rgb(31, 32, 31);
}
.btn-dark {
    background: #000;
    color: #fff;
}

.card-img-overlay {
    opacity: 0 !important;
}
@media screen and (max-width: 430px) {
    .words #words {
        font-size: 10px;
    }
    .words,
    #words {
        line-height: 10px;
        opacity: 2;
        color: white;
        font-size: 10px;
    }
}

#sibling-color,
.flex,
.col {
    flex-grow: 0 !important;
}

.flex,
.col {
    flex-grow: 0 !important;
}

.saizLink {
    font-family: var(--saiz-font-family-link) !important;
    font-size: var(--saiz-font-size) !important;
    text-transform: var(--saiz-text-transform) !important;
    letter-spacing: var(--saiz-letter-spacing) !important;
}

a .saizLink {
    font-family: var(--saiz-font-family-link) !important;
    font-size: var(--saiz-font-size) !important;
    text-transform: var(--saiz-text-transform) !important;
    letter-spacing: var(--saiz-letter-spacing) !important;
}
.formSaiz {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
}
#saiz-embed, #saiz-link {
    display: block !important;
}