/*your custom css goes here*/
.btn {
    font-family: "Red Hat Display", sans-serif;
    border-radius: 0;
    font-size: 16px;
}

.bg-konstruk {
    background: #e05b26;
    color: white;
}

.bg-black-konstruk {
    background: #1e1e1e;
    color: white;
}

.h-md-48px {
    height: 48px;
}

.form-control {
    border-radius: 0;
    border: 1px solid #9199a4;
    height: calc(1.5rem + 1rem + 12px);
    display: flex;
    align-items: center;
    color: #343434;
}

.btn {
    padding: 0.8rem 1.2rem;
}

.letter-space-sm {
    letter-spacing: 1px;
}

.bg-konstrsuk-orange {
    background: #f89624;
    border-radius: 8px 8px 0px 0px;
    color: white;
}

.bg-konstrsuk-orange-footer {
    background: #e05b26;
}

.todays-deal-item {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.featured-category {
    min-height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-cover {
    object-fit: contain;
}

.item-border {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.h-168px {
    height: 168px;
}

.h7 {
    font-size: 14px;
}

.btn-konstruk-yellow,
.btn-soft-konstruk-yellow:hover,
.btn-outline-konstruk-yellow:hover {
    background-color: #f89624;
    border-color: #f89624;
    color: white;
    border-radius: 0 !important;
}

.btn-konstruk-white {
    width: 122px;
    background: #ffffff;
    color: #e64404;
}

.bg-konstruk-grad-dark-orange {
    background: linear-gradient(180deg, #e05b26 0%, #ff6c31 100%);
}

.bg-konstrsuk-grad-light-orange {
    background: linear-gradient(180deg, #f89624 0%, #ff8900 100%);
}

.bg-konstrsuk-grad-yellow {
    background: linear-gradient(180deg, #ffc659 0%, #ffa800 100%);
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #9199a4;
}

.card .card-header {
    border: none;
}

.card-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;

    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #E05B26;
}

.pending {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 11px;

    background: #fffdf5;
    border: 1px solid #e49f1a;
    box-sizing: border-box;
    border-radius: 5px;
    color: #e49f1a;
}

.confirmed {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 11px;

    background: #f1f0ff;
    border: 1px solid #170ab1;
    box-sizing: border-box;
    border-radius: 5px;
    color: #170ab1;
}

.picked_up {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 11px;

    background: #ddfff3;
    border: 1px solid #049561;
    box-sizing: border-box;
    border-radius: 5px;
    color: #049561;
}

.on_the_way {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 11px;

    background: #f1f0ff;
    border: 1px solid #170ab1;
    box-sizing: border-box;
    border-radius: 5px;
    color: #170ab1;
}

.delivered {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 11px;

    background: #ddfff3;
    border: 1px solid #049561;
    box-sizing: border-box;
    border-radius: 5px;
    color: #049561;
}

.cancelled {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 11px;

    background: #fff9f9;
    border: 1px solid #dd1003;
    box-sizing: border-box;
    border-radius: 5px;
    color: #dd1003;
}

.aiz-steps .active .icon {
    background: #e4711a;
}

.aiz-steps > .active *:not(:first-of-type):before {
    background: #e4711a;
}

.order-details {
    padding: 12px 25px;
    font-size: 14px;
}

.bg-gray-address {
    background: #f2f5fa;
    border-radius: 8px;
}

.bg-konstruk-grad-orange {
    background: linear-gradient(180deg, #ff8a5c 0%, #fe4747 100%);
    min-width: 272px;
    max-width: 100%;
    max-height: 80px;
}

.inter {
    font-family: "Inter", sans-serif;
}

.aiz-steps > * {
    opacity: 1;
}

.aiz-steps .icon {
    background: #f2f5fa;
}

.aiz-square-check,
.aiz-rounded-check {
    height: 20px;
    width: 20px;
}

.aiz-checkbox {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #62616a !important;
}

.aiz-checkbox .aiz-square-check,
.aiz-checkbox .aiz-rounded-check,
.aiz-radio .aiz-square-check,
.aiz-radio .aiz-rounded-check {
    border: 1px solid #c0bcbc;
    box-sizing: border-box;
    border-radius: 2px;
}

.min-table-height {
    height: 60px;
}

.btn-konstruk-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(1.442rem + 2px) !important;
    width: calc(1.442rem + 2px) !important;
}

.table td,
.table th {
    border-top: none;
}

.cart-summary-badge {
    /* others / #F2F5FA */
    min-width: 66px;

    background: #f2f5fa;
    /* others / lines #C2CBD7 */

    border: 1px solid #c2cbd7;
    box-sizing: border-box;
    padding: 2px 4px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.aiz-steps .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-label {
}

.dashboard-card {
    position: relative;
}

.dashboard-card .card-icon {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.profile-form .form-control {
    border: 1px solid #cbcdcf;
}

.col-form-label {
    font-size: 15px;
}

.profile-form .card-header {
    font-weight: 600;
}
.profile-form .card-header {
    display: block;
}

.header-line div {
    width: 100%;
    height: 1px;
    background-color: #c2cbd7;
    margin-top: 15px;
}
.header-line{
    position: relative;
}
.header-line span {
    width: 81px;
    height: 1px;
    left: 0;
    top: -3px;
    position: absolute;
    border: 2px solid #E05B26;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
}

.btn-circle {
    border-radius: 50em;
}

/* .cms-items .cms-item a{
    border-right: 1px solid #C2CBD7;
}
.cms-items .cms-item:nth-child(4n-1) a{
    border: none !important; 
} */

/* responsiveness */
@media (max-width: 767px) and (min-width: 320px) {
    .bg-konstrsuk-orange-footer {
        padding-top: 15px !important;
    }
    .subscription-form input[type="email"] {
        width: 175px;
    }
    .container,
    .container-sm {
        max-width: 750px;
    }
}

.title-border-bottom {
    border-bottom: 3px solid #E05B26 !important;
}

.document-upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #eaeff7;
    width: 100%;
}

.document-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}




@media (min-width: 767px){
  .home-title{
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .product-title{
    font-size: 14px;
  }
  .dashboard-title{
    font-size: 14px;
  }
  .cart-title{
    font-size: 14px;
  }
  .cart-btn-left{
    margin-left: 1rem;
  }
  .cart-btn-right{
    margin-right: 1rem;
  }
  .cart-table{
    display: contents;
  }
  .cart-btn-del{
    display: table-cell;
  }
  .qty-min-width-md{
    min-width: 40px;
  }
  .category-res{
    margin-left: none;
  }
  .image-size-md{
    width: 100%;
  }
}

@media (max-width: 766px){
  .home-title-sm{
    font-size: 10px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .product-title-sm{
    font-size: 12px;
  }
  .dashboard-title-sm{
    font-size: 11px;
  }
  .image-size-sm{
    width: 90px;
  }
  .cart-title-sm{
    font-size: 12px;
  }
  .cart-btn-left-sm{
    margin-left: none;
  }
  .cart-btn-right-sm{
    margin-right: none;
  }
  .cart-table-sm{
    display: none;
  }
  .cart-btn-del-sm{
    display: none;
  }
  .qty-min-width-sm{
    min-width: 40px;
  }
  .category-res-sm{
    margin-left: 10px !important;
  }
}

.btn-save-address{
  background-color: #9199A4;
  color: #fff;
  border: 1px solid #9199A4;
}
.btn-save-address:hover{
  color: #fff;
  background-color: #858a91;
}

@media (min-width: 375px){
  .nav-flex-row{
    flex-direction: row !important;
  }
}

@media (min-width: 320px){
  .qty-min-width{
    min-width: 2px;
  }
}
.relative{
    position: relative;
}

.cart-summary-loading-wrapper{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cart-summary-loading-screen{
    width: 100%;
    height: 100%;
    background-color: rgb(212 212 212 / 60%);
    display: grid;
    place-content: center;
}

.cart-summary-loading-screen span{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #272727;
  border-bottom-color: transparent;
  position: relative;
  animation: spinner 1s linear infinite paused;
  -webkit-animation: spinner 1s linear infinite;
}

.cart-items-loading-screen{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(212 212 212 / 60%);
    display: grid;
    place-content: center;
}

.cart-items-loading-screen span{
  width: 35px;
  height: 35px;
  /*background-color: #f1f1f9;*/
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 4px solid #272727;
  border-bottom-color: transparent;
  position: relative;
  animation: spinner 1s linear infinite paused;
  -webkit-animation: spinner 1s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
  }
}

#searchInput, #edit_searchInput, #add_searchInput{
    width: 100%;
    height: 40px;
    font-size: 16px;
    z-index: 1;
    left: 200px;
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
    padding: 10px;
}

.hidden{
    display: none;
}
.aiz-range-slider{
    margin-top: 15px;
    margin-bottom: 10px;
}
.noUi-horizontal{
    height: 10px !important;
}
.noUi-horizontal .noUi-handle{
    width: 20px !important;
    height: 20px !important;
    right: -10px !important;
    top: -6px !important;
    border-radius: 50% !important;
}


.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    display: inline-block;
}
  
@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }
    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.h-full{
    height: 100vh;
}
.w-full{
    width: 100vh;
}