body {
    font-family: 'Poppins';
    font-size: 12px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.grid-container {
    display: grid;
    grid-template-columns: 280px calc(100% - 280px);
    grid-template-rows: auto;
    grid-template-areas:
        "header header"
        "forms products";
}

.grid-container .left,
.grid-container .center,
.grid-container .right {
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
}

.grid-container .left {
    grid-area: forms;
    padding-top: 0px;
    height: calc(100vh - 52px);
    border-right: 1px solid var(--border);
}

.grid-container .center {
    grid-area: products;
    padding: 10px 20px 10px 10px;
    height: calc(100vh - 52px);
}

.grid-container .right {
    grid-area: selected;
    padding: 10px 20px 10px 10px;
    height: calc(100vh - 52px);
}


.top {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    grid-area: header;
    border-bottom: 1px solid var(--border);
    background: #8f1736;
    background: -moz-linear-gradient(-45deg, #8f1736 0%, #8f1736 0%, #d42e12 100%, #d42e12 100%, #d42e12 100%);
    background: -webkit-linear-gradient(-45deg, #8f1736 0%, #8f1736 0%, #d42e12 100%, #d42e12 100%, #d42e12 100%);
    background: linear-gradient(135deg, #8f1736 0%, #8f1736 0%, #d42e12 100%, #d42e12 100%, #d42e12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f1736', endColorstr='#d42e12', GradientType=1);
}

.top .logo-container {
    height:28px;
    position: relative;
    transition: all ease 300ms;
    padding: 11px 0;
}

.top #top-links {
    padding: 11px 0;
}

.top .logo {
    height: 100%;
    margin-left:20px;
    transition: all ease 300ms;
}

.top a {
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    text-decoration: none;
    font-size: 13px;
    color: #ddbcbe;
    font-weight: 400;
    padding: 11px 28px 11px 0px;
    cursor: pointer;
}

.top a>i {
    font-size: 18px;
    margin-right: 10px;
}

.top a:hover {
    color: #fff;
}

.top #search {
    width: 30%;
    padding: 11px 0px 11px 0px;
}

.top #search button {
    float: right;
    padding: 6px 10px;
    background: #ddd;
    font-size: 13px;
    border: none;
    cursor: pointer;
    line-height: 16px;
}

.top #search button:hover {
    background: #ccc;
}

.top #search input {
    border: none;
    width:calc(100% - 41px);
}

.filter-buttons {
    position:fixed;
    white-space:nowrap;
    margin-bottom: 10px;
    z-index:2;
    background-color: #fff;
    padding-top: 10px;
    transition: all 0.5s;
    left: 13px;
    width: 243px;
}

.filter-blocks {
    margin-top: 60px;
    padding: 0 10px;
}

#leftNavCloseBtn, #rightNavCloseBtn {
    display: none;
}

#leftNavCloseBtn .arrow {
    border-top: 1px solid var(--border);
    width: 100%;
    height: 25px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

#leftNavCloseBtn .arrow::before {
    position: absolute;
    content: "\25C4";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 4px 5px;
    line-height: 20px;
    box-sizing: border-box;
}

#sideNavLeft.closed #leftNavCloseBtn .arrow::before {
    transform: rotate(0deg);
}

#sideNavLeft #leftNavCloseBtn .arrow::before {
    transform: rotate(180deg);
}

#rightNavCloseBtn .arrow {
    border-left: 1px solid var(--border);
    height: 100%;
    width:25px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

#rightNavCloseBtn .arrow::before {
    position: absolute;
    content: "\25BC";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
}

#sideNavRight.closed #rightNavCloseBtn .arrow::before {
    transform: rotate(0deg);
}

#sideNavRight #rightNavCloseBtn .arrow::before {
    transform: rotate(180deg);
}

.title {
    color: var(--anval-title);
    text-transform: uppercase;
}

#products-list-title span {
    text-transform:none;
    font-size: 14px;
    color: var(--anval-red);
}

#products-list-subtitle {
    text-transform:none;
    font-size: 14px;
    margin-left: 62px;
}

#products-list-subtitle a{
    color: var(--anval-red);
}

.accordion {
    display: block;
}

.hide {
    display: none !important;
}

#get-button, #reset-button {
    display: inline-block;
    width: 120px;
}

#rfq-alert {
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin-top: 50px;
}

#send-rfq-button {
    display: block;
    margin-top: 20px;
}

#alert {
    text-align: center;
    max-width: 300px;
    margin-top: 50px;
}

#alert p{
    margin-bottom:20px;
}

#alert button{
    width:80px;
}

fieldset {
    padding: 8px;
    border: 0px;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
}

#formContainer,
#flowContainer,
#optionsContainer {
    padding-left: 6px;
    white-space : nowrap;
}

legend {
    width: 100%;
    font-size: 18px;
    padding: 0 8px;
    position: relative;
    border-bottom: 1px solid var(--border);
}

.legend-caret {
    cursor: pointer;
}

.legend-caret::after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url(../img/icon-sprite.png);
    background-repeat: no-repeat;
    background-position: -1px -2554px;
    color: var(--anval-text);
    transform: rotate(90deg);
}

.legend-caret-down:after {
    top: 0px;
    right: 4px;
    transform: rotate(-90deg);
}

#welcome-message {
    font-size: 20px;
    padding: 40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: calc(100% - 16px);
    margin-bottom: 0px;
    box-sizing: border-box;
}

#welcome-message a{
    color: var(--anval-red);
}

#welcome-message p{
    margin-bottom: 0px;
}

.product {
    color: var(--anval-text);
    padding: 10px;
}

.product>div {
    position: relative;
    padding: 4px;
    background-color: #edf1f4;
    height: calc(100% - 10px);
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.product>div>a {
    text-transform: uppercase;
    display: none;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 45%;
    z-index: 6;
    text-align: center;
    font-size: 18px;
    transition: all 500ms;
}

.product>div>a:hover {
    font-size: 24px;
}

.product>div::before {
    border-radius: 5px;
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    bottom: 0;
    left: -2px;
    right: 0;
    display: none;
    opacity: .8;
    z-index: 5;
    background: #c21e9c;
    background: -moz-linear-gradient(left, #c21e9c 0%, #c21e9c 0%, #dc2432 100%, #dc2432 100%, #dc2432 100%);
    background: -webkit-linear-gradient(left, #c21e9c 0%, #c21e9c 0%, #dc2432 100%, #dc2432 100%, #dc2432 100%);
    background: linear-gradient(to right, #c21e9c 0%, #c21e9c 0%, #dc2432 100%, #dc2432 100%, #dc2432 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c21e9c', endColorstr='#dc2432', GradientType=1);
}

.product>div:hover::before,
.product>div:hover>a {
    display: inline-block;
}

.product>div:hover>a {
    display:none;
}

.active-slide .product.is-active>div {
    border: 1px solid var(--anval-red);
    -webkit-box-shadow: 0 0 5px 2px var(--anval-red);
    -moz-box-shadow: 0 0 5px 2px var(--anval-red);
    box-shadow: 0 0 5px 2px var(--anval-red);
}

.product>div>img {
    max-width: 100%;
    width: auto;
    max-height: 150px;
}

.product>div>p {
    text-align: center;
    font-weight: bold;
    margin: 4px 0;
}

#status {
    margin: 5px 0;
    text-align: center;
    font-weight: bold;
}

.button {
    font-family: 'Poppins';
    cursor: pointer;
    width: 100%;
    padding: 11px 0px 11px 0px;
    border: 0;
    text-transform: uppercase;
    background-color: #d42e12;
    color: white;
    font-size: 13px;
}
.button:focus-visible{
    outline: 3px solid yellow;
}

.button:hover {
    background-color: #ed482c;
}

#selected-options ul {
    list-style-type: none;
    padding-left: 0px;
}

#selected-options>ul::before {
    text-transform: uppercase;
    display: block;
    width: 100%;
    content: attr(data-header);
    border-bottom: 1px solid var(--border);
}

#selected-options li>ul>li {
    padding-left: 10px;
}

#selected-options li>ul::before {
    display: block;
    width: 100%;
    content: attr(data-header);
}

#selected-options ul li {
    position: relative;
}

#selected-options ul li span {
    font-size: 28px;
    line-height: 12px;
    vertical-align: middle;
    margin: 0 3px;
}

#selected-options ul li::before {
    content: "\2022";
    position: absolute;
    left: -8px;
    size: 8px;
}

#selected-options li>ul>li::before {
    left: 0px;
}

.overlay {
    background-color: rgba(204, 204, 204, 0.6);
    width: 100%;
    height: 100%;
    z-index: 666;
    position: fixed;
    top: 0;
    left: 0;
}

#loader .spinner {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 25px);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid var(--anval-red);
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* User Registration/Login */

#arounder {
    position: relative;
    display: grid;
    grid-template-columns:  auto 100px auto;
    justify-content: center;
    background-color: #f3f7fb;
    padding: 40px;
    border-radius: 10px;
    margin-top: -25px;
}

#close-user-container {
    position: sticky;
    left: calc(100% - 40px);
    top: 20px;
    font-size: 20px;
    cursor: pointer;
}

#close-user-container:hover {
    color: var(--anval-red);
}

#register-form {
    padding: 0 20px 0px 20px;
    box-sizing: border-box;
    height: 100%;
    max-width: 400px;
    /*position: relative;*/
}

.form-actions {
    text-align: center;
    width: 100%;
}

.google-recaptcha-policy {
    position: absolute;
    bottom: 0px;
    padding:20px 20px 20px 0;
}

#login .button, #login-2 .button, #register .button {
    max-width: 150px;
}

#request-otp-btn:disabled,
#sign-in-btn:disabled, #sign-in-btn-2:disabled,
#register-btn:disabled {
    background-color: #e3e3e3;
    cursor: default;
}

#idd, #phone {
    height:30px;
    box-sizing:border-box;
    display:inline-block;
}

#idd {
    width:80px;
}

#phone {
    width:calc(100% - 84px)
}

#separator {
    position: relative;
    margin-top:57px;
    height: calc(100% - 57px);
}

#separator::before {
    content: " ";
    position: absolute;
    border-left: 1px solid var(--border);
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
}

checkbox-slider{
    border:1px black solid;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 17px);
    --panel-color:white;
    --panel-color-checked: white;
    --switch-color: green;
}

/*
#separator::after {
    font-weight: bold;
    background-color: #fff;
    content: "OR";
    text-align: center;
    position: absolute;
    border: 1px solid var(--border);
    height: 30px;
    width: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    border-radius: 30px;
    line-height: 28px;
}
*/

.error {
    color: var(--required);
    font-weight: bold;
}

label > .error {
    margin-left: 10px;
}

#otp-email.required,
#register-form input.required {
    border-left: 3px solid var(--active);
}

#otp-email.required.err,
#register-form input.required.err {
    border-left: 3px solid var(--required);
}

.modal-inner {
    border-radius: 10px;
    overflow-x: auto !important;
    overflow-anchor: none;
}

[data-modal-close] {
    background:transparent !important;
    box-shadow: none !important;
}

input:focus, button:focus, select:focus { 
    outline: 0px;
}

.grid-container .right {
    width:280px;
    height: calc(100vh - 50px);
    transition: all 0.5s;
    background-color: #fff;
    z-index:9;
    box-sizing: border-box;
    position: fixed;
    top:51px;
    right:0;
    border-left: 1px solid var(--border);
}

.grid-container .right #selected-list-title{
    visibility: hidden;
}

.grid-container .right.closed{
    height: 0px;
    overflow-y: hidden;
    padding: 0px 20px 0px 10px;
}

.grid-container .right .closebtn {
    display: initial !important;
    position: fixed;
    top: 51px;
    right: 20px;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid var(--border);
    border-top:0px;
    color: var(--anval-title);
    text-align: center;
    transition: all 0.5s;
    background-color: #fff;
    z-index:2;
    height: 28px;
}

.grid-container .right .closebtn span:first-child{
    text-transform: uppercase;
    position: relative;
    top: -7px;
    padding:0 8px;
}

.grid-container .right .closebtn:hover {
    color: var(--anval-red);
}

.powered-by{
    float:right;
    text-transform: none;
    font-size: 13px;
}

.powered-by a{
    color: #e52429;
}

#otp-entry-container, #otp-entry-container-2 {
    display: flex;
    /*border: 1px solid black;*/
    column-gap: 1em;
    margin: 0px;
    padding: 0px;
}
#otp-entry-container input, #otp-entry-container-2 input{
    display: inline-block;
    width: 0.8em;
    
    border: 1px solid black;
    font-size: 2em;
    text-align: center;
}

#login, #login-2 {
    position: relative;
    width: 350px;
}

#login-2{
    min-height: 430px;
}

.disable_form_overlay {
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index:100;
}

countdown-timer {
    color: red;
}

@media only screen and (max-width: 1200px) {
    .grid-container {
        display: block;
    }

    .grid-container .top a {
        padding: 11px 11px 11px 0px;
    }

    #cart-link {
        padding-right: 20px;
    }

    .grid-container .top a > .link-label {
        display:none;
    }

    #smartcart-counter {
        right:15px;
    }

    .top #search {
        width: 40%;
    }

    .grid-container .center {
        box-sizing: border-box;
        display: block;
        width: 100%;
        position: absolute;
        top:50px;
    }

    .grid-container .left {
        position:fixed;
        box-sizing: border-box;
        width:280px;
        height: calc(100vh - 50px);
        transition: all 0.5s;
        background-color: #fff;
        z-index:10;
        top:51px;
    }
    
    .grid-container .left.closed {
        width: 0px;
        padding-right: 0px;
        overflow-y: hidden;
    }
    
    .grid-container .left.closed .filter-buttons {
        left: -256px;
    }
    
    .grid-container .left .closebtn {
        display: initial !important;
        position: fixed;
        width:28px;
        top: 100px;
        left: 280px;
        font-size: 18px;
        text-decoration: none;
        cursor: pointer;
        border: 1px solid var(--border);
        border-left:0px;
        color: var(--anval-title);
        letter-spacing: 2px;
        text-align: center;
        transition: all 0.5s;
        background-color: #fff;
    }
    
    .grid-container .left.closed .closebtn {
        left:1px;
    }
    
    .grid-container .left .closebtn span {
        text-transform: uppercase;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        writing-mode: tb-rl;
    }
    
    .grid-container .left .closebtn:hover {
        color: var(--anval-red);
    }
    
    #welcome-message {
        height:auto;
        font-size: 16px;
        padding: 0px 20px 0px 40px;
        margin-bottom: 80px;
        display: flex;
        flex-flow: column;
        justify-content: start;
        /* margin-left: 300px; */
    }
}

@media only screen and (max-width: 900px) {
    #login, #login-2 {
        width: 100%;
    }
    #sign-in-btn, #sign-in-btn-2 {
        margin-bottom: 0.5em;
    }
    checkbox-slider {
        transform: rotate(90deg);
    }
    #arounder {
        grid-template-columns: 100%;
        align-items: center;
    }
    #separator {
        position: relative;
        height: 1px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #separator::before {
        content: " ";
        position: absolute;
        border-top: 1px solid var(--border);
        width: 100%;
        height: 1px;
        left: 0;
        top: 0;
    }
    .top .logo-container {
        height: 20px;
    }
    .google-recaptcha-policy {
        position: relative;
        padding:0px;
        padding-top:20px;
    }
}

@media only screen and (max-width: 680px) {
    .top {
        flex-wrap: wrap;
    }
    .top .logo {
        margin-left: 10px;
    }
    .top #search {
        order: 2;
        width: 100%;
        padding: 0px 0px 10px 0px;
        margin: 0px 10px;
    }
    .grid-container .center {
        top:82px;
        padding: 0px 20px 10px 10px;
        margin-top:35px;
    }
    .grid-container .right .closebtn {
        right:0px;
    }
    .grid-container .left .closebtn {
        top: 160px;
    }
    .grid-container .left, .grid-container .right, .grid-container .right .closebtn {
        top:82px;
    }
    .grid-container .top a {
        padding-right: 0px;
    }
    #cart-link {
        padding-right: 10px;
    }
    #smartcart-counter {
        right: 8px;
    }
    #products-list-subtitle {
        margin-left:20px;
        font-size: 13px;
    }
}