
:root{
    --primary-color : #b7032c;
    --second-color : #050505; 
    --light-color : #f9f9f9;
    --dark-color : #f3f2f2;
    --dark-color-hover : #ebebeb;

    --border-radius-lg: 12px;
    --border-radius-md: 8px;
    --border-radius-sm: 4px;
}

.dashboard-card{
    background-color: var(--dark-color);
    padding: 20px;
    border-radius: var(--border-radius-md);
}

.material-card-wrapper{
    width: 100%;
    cursor: pointer;

}
.material-thumb{
    width: 100%;
    height: 175px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.material-thumb img{
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.material-card-wrapper:hover > .material-thumb > img {
    transform: scale(1.1) translateX(5px) rotate(2deg);
}

.material-card-wrapper .material-card-info{
    width: 100%;
    height: auto;
    background-color: var(--dark-color);
    padding: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}

.material-card-wrapper .material-card-info span.thickness{
    background-color: var(--light-color);
    color: var(--second-color);
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 4px;
}
.material-card-wrapper .material-card-info .price{
    color: var(--primary-color);
    font-size: 14px;

}
span.category{
    background-color: #b7032c;
    color: white;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 2px;
    position: absolute;
    margin: 10px;
    z-index: 99;
}
.whb-header{
     z-index: 99999!important;
}
.material-item a{
    text-decoration: none;
    color: var(--second-color);
}

span.m-category{
    background-color: #b7032c;
    color: white;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 2px;
}
span.m-color{
    background-color: var(--dark-color);
    color: var(--second-color);
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 2px;
}
.red-text{
    color: var(--primary-color);
}
.material-gallery-photo-wrapper{
    width: 100%;
    height: 250px;
    cursor: pointer;
   
}
.material-gallery-photo-wrapper > img.vc_single_image-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}
.br-8{
    border-radius: 8px!important;
}
.lightbox img {
    max-width: 100%;
    height: auto;
}
span.m-thickness{
    background-color: var(--dark-color);
    color: var(--second-color);
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 4px;
}

select.form-select:focus{
    box-shadow: none;
    outline: none;   
    border: none;
}
select.form-select{
    box-shadow: none;
    outline: none;
    height: 53px;
    background-color: #f9f9f9;
    border: none;
    border-radius: 8px;
}
select.form-select option{
    border: none!important;
    border-radius: 0px!important;
    box-shadow: none;
    outline: none;
    background: #f9f9f9;
}
.wp-block-post-title{
    display: none;
}

 /* Style the form */
 #quoteForm {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 25px!important;

  }
  
  /* Hide all steps by default: */
  .q-tab {
    display: none;
  }
  
  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  /* Mark the active step: */
  .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: var(--primary-color);
  } 

  .add-material{
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: white;
    cursor: pointer;
    justify-content: center;
    border: 1px solid rgb(238, 238, 238);
    transition: 0.5s;
  }
  .add-material:hover{
    background-color: rgb(238, 238, 238);
  }

#nextBtn,#submitBtn{
    border:none;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: var(--primary-color);
    color: white;
}
#nextBtn:hover{
    background-color: #ac0129;
}
#prevBtn{
    border:none;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: white;
    color: #050505;
    margin-right: 10px;
}
#prevBtn:hover{
    background-color: rgb(238, 238, 238);
}
.model {
    max-height: 770px!important;
    overflow-x: auto;
}

.selected-material-wrapper .selected-material-thumb-wrapper{
    width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgb(238, 238, 238);
}
.selected-material-wrapper .selected-material-thumb-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

select.thickness-select:focus{
    box-shadow: none;
    outline: none;   
    border: none;
}
select.thickness-select{
    box-shadow: none;
    outline: none;
    height: 53px;
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
select.thickness-select option{
    border: none!important;
    border-radius: 0px!important;
    box-shadow: none;
    outline: none;
    background: #ffffff;
}

.text-red{
    color: red;
}
.text-silver{
   color: #6b6b6b;
}

.former-wrapper p{
    padding-bottom: 34px;
}
.former-wrapper {
   background-color: white;
   border-radius: 8px;
   cursor: pointer;
   transition: 0.5s;
}
.former-wrapper:hover{
    background-color: rgb(238, 238, 238)
}
.active-former-option{
    background-color: rgb(238, 238, 238)
}
.custome-input{
    background-color: white!important;
    border: 1px solid rgb(238, 238, 238)!important;
}
.custome-input:focus{
    outline: none!important;
    box-shadow: none!important;
    border: 1px solid rgb(238, 238, 238)!important;

}
/* 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;
}
.more-details-button-outline{
    border: none;
    color: var(--primary-color);
    background-color: transparent;

}
.more-details-button-outline:hover{
    color: var(--second-color);
}
.custom-hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.moreDetailsInputs p{
    margin: 0px!important;
}

.mt-24{
    margin-top: 22px!important;
}
.kant-wrapper p{
    padding-bottom: 34px;
}
.kant-wrapper {
   background-color: white;
   border-radius: 8px;
   cursor: pointer;
   transition: 0.5s;
}
.kant-wrapper:hover{
    background-color: rgb(238, 238, 238)
}
.kant-wrapper img {
    padding-top: 34px;
}
.wd-300{
    width: 150px!important;
}

.active-kant-option{
    background-color: rgb(238, 238, 238)
}
.diskho-wrapper .diskho-wrapper-option{
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    padding: 4px;
    cursor: pointer;
}
.option-active{
    background-color: rgb(238, 238, 238)!important;
}
.diskho-wrapper .diskho-wrapper-option:hover{
    background-color: rgb(238, 238, 238)
}

.diskho-shapes-wrapper {
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
 }
 .diskho-shapes-wrapper:hover{
     background-color: rgb(238, 238, 238)
 }
 .bg-white{
    background-color: white!important;
 }

 .blandare-wrapper .blandare-wrapper-option{
    background-color: white;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    padding: 4px;
    cursor: pointer;
}

.blandare-wrapper .blandare-wrapper-option:hover{
    background-color: rgb(238, 238, 238)
}

.blandare-wrapper .blandare-wrapper-option{
    background-color: white;
    border-radius: 8px;
   
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    padding: 4px;
    cursor: pointer;
}

.blandare-wrapper .blandare-wrapper-option:hover{
    background-color: rgb(238, 238, 238)
}


.kontroll-wrapper .kontroll-wrapper-option{
    background-color: white;
    border-radius: 8px;
  
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    padding: 4px;
    cursor: pointer;
}

.kontroll-wrapper .kontroll-wrapper-option:hover{
    background-color: rgb(238, 238, 238)
}

.installation-wrapper .installation-wrapper-option{
    background-color: white;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    padding: 4px;
    cursor: pointer;
}

.installation-wrapper .installation-wrapper-option:hover{
    background-color: rgb(238, 238, 238)
}

.rot-wrapper .rot-wrapper-option,
.spishall-wrapper .spishall-wrapper-option,
.stankskydd-wrapper .stankskydd-wrapper-option{
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    padding: 4px;
    cursor: pointer;
}

.rot-wrapper .rot-wrapper-option:hover,
.spishall-wrapper .spishall-wrapper-option:hover,
.stankskydd-wrapper .stankskydd-wrapper-option:hover{
    background-color: rgb(238, 238, 238)
}

.form-tab {
    display: none;
}
.active {
    display: block;
}

.file-preview {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 10px;
        }
        .file-item {
            display: flex;
            align-items: center;
            background-color: #f0f0f0;
            padding: 5px 10px;
            border-radius: 10px;
            max-width: 200px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 14px;
        }
        .file-item img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 5px;
            margin-right: 10px;
        }
        .remove-file {
            background: none;
            border: none;
            color: red;
            font-weight: bold;
            margin-left: 10px;
            cursor: pointer;
        }

        .mb-10{
            margin-bottom: 10px!important;
        }