/* FONTS
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
*/

.warning {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000e0;
    color: red;
    z-index: 999999;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}
.warning .close-button {
    background: transparent;
    border: none;
    position: absolute;
    right: 300px;
    top: 130px;
}
.warning .model-dialog,
.warning .close-button,
.warning .close-icon {
    z-index: 999999 !important;
}
.warning .close-icon {
    font-size: 100px;
    color: red;
}


.warning-discount {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000e0;
  color: red;
  z-index: 999999;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
}

.warning-discount .discount-message {
background-color: #ffffff;
    padding: 30px 50px;
    border-radius: 20px;
    font-weight: bold;
    color: #d90000;

}

.warning-discount .discount-message-text {
  text-align: center;
  animation: flash 2s infinite;
  font-size: 40px;
  margin-bottom:50px;
}
.warning-discount .close-button-discount {
  background: transparent;
    border: none;
    font-family: sans-serif;
    background-color: #087000;
    padding: 6px 20px;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    justify-self: center;

}
.warning-discount .model-dialog,
.warning-discount .close-button-discount,
.warning-discount .close-icon {
  z-index: 999999 !important;
}
.warning-discount .close-icon {
  font-size: 100px;
  color: red;
}


body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #666666;
}

/* Bootstrap icons line height */
.form-control:focus {
    box-shadow: none;
}

a {
    transition: all 0.25s ease-in-out !important;
    text-decoration: none;
    color: #151515;
}

a:hover {
    color: #ffc629 !important;
    text-decoration: none;
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
    line-height: unset;
}

.padding-0 {
    padding: 0;
}

.row {
    margin: 0;
}

._blank {
    display: flex;
    align-items: center;
    color: #666666;
}

.dot::before {
    content: "•";
    color: #ffffff;
    font-weight: 500;
    margin-right: 4px;
}

._blank i {
    font-size: 20px;
    color: #222222;
    margin-left: 10px;
}

.icon {
    line-height: 1.5;
}

.collapse-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.collapse-icon span {
    background: #e3f2fd;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.collapse-icon span:nth-child(1) {
    top: 0px;
}

.collapse-icon span:nth-child(2),
.collapse-icon span:nth-child(3) {
    top: 10px;
}

.collapse-icon span:nth-child(4) {
    top: 20px;
}

.collapse-icon.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.collapse-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.collapse-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.collapse-icon.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.sari {
    color: #ffc235;
}

.header {
    width:100%;
    text-align: center;
    color: #737f39;
    font-size: 30px;
    padding-bottom: 40px;
    margin-bottom: 26px;
    border-bottom: 1px solid #cecece;
}

.header-text {
    padding: 20px 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.iris-btn {
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    color: #ffffff;
    padding: 10px 40px;
    text-align: center;
}

.iris-success:hover {
    border-color: #737f39 !important;
    background-color: #737f39 !important;
}

.iris-success {
    border-color: #9aaa4b !important;
    background-color: #9aaa4b !important;
}

.iris-danger {
    background-color: #ff3d3d;
    color: #ffffff;
}
.iris-danger:hover {
    background-color: #f00606;
    color: #ffffff !important;
}

.iris-success {
    color: #ffffff;
    background-color: #73b111;
}

.iris-success:hover {
    background-color: #66a500;
    color: #ffffff !important;
}

.iris-back-success {
    color: #66a500;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}
.iris-back-success:hover {
    color: #6c8d36 !important;
}

.price {
    font-family: 'Noto Serif Ahom';
    font-size: 16px;
    font-weight:600;
    color: #f76464;
}

.price .iris-price-after {
    color: #6c8d36;
    font-weight: 600;
    font-size: 26px;
}

.tl{
    font-size:10px;
}

.iris-tl-after{
    font-size:12px;
}

#whatsapp:hover {
    bottom: 15px;
}
#whatsapp .close {
    font-weight: 400;
    line-height: unset;
    color: unset;
    text-shadow: unset;
    opacity: unset;
}

.floating-wpp {
    z-index: 999999;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    align-items: center !important;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    border-radius: 0 20px 20px !important;
    padding: 10px 20px !important;
    line-height: 24px !important;
}

.floating-wpp .floating-wpp-popup {
    border-radius: 10px !important;
}

.floating-wpp .floating-wpp-input-message textarea {
    border-radius: 20px !important;
    height: 40px !important;
    padding: 10px 20px !important;
    line-height: 16px !important;
    margin: 16px 0 !important;
}

.floating-wpp .floating-wpp-input-message {
    margin: 30px -15px -15px !important;
}

.floating-wpp .floating-wpp-input-message textarea:focus {
    border: 1px solid #151515 !important;
}

/*---------------------RESPONSIVE----------------------*/

@media only screen and (max-device-width: 600px) {
    
    .price {
        font-size: 13px;
    }
    
    .tl{
        font-size:9px;
    }
    
    .iris-tl-after{
        font-size:11px;
    }

    .price .iris-price-after {
        font-size: 24px;
    }
    
    .warning-discount {
      position: absolute;
      width: 100%;
      height: 100%;
      top:0;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #000000e0;
      color: red;
      z-index: 999999;
      text-align: center;
      font-size: 30px;
      line-height: normal;
    }
    
    .warning-discount .discount-message {
    background-color: #ffffff;
        padding: 20px 10px;
        border-radius: 20px;
        font-weight: bold;
        color: #d90000;
        width:90%;
    
    }
    
    .warning-discount .discount-message-text {
      text-align: center;
      animation: flash 2s infinite;
      font-size: 24px;
      margin-bottom:20px !important;
      line-height:normal;
    }
    .warning-discount .close-button-discount {
      background: transparent;
        border: none;
        font-family: sans-serif;
        background-color: #087000;
        padding: 6px 20px;
        color: #ffffff;
        border-radius: 10px;
        font-size:20px;
        font-weight: 600;
        display: flex;
        justify-self: center;
    
    }
    .warning-discount .model-dialog,
    .warning-discount .close-button-discount,
    .warning-discount .close-icon {
      z-index: 999999 !important;
    }
    .warning-discount .close-icon {
      font-size: 100px;
      color: red;
    }
    
    
    .header {
        font-size: 24px;
        padding: 30px 0;
    }

    .header {
        display: block;
        text-align: center;
        color: #737f39;
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 26px;
        border-bottom: 2px solid #cecece;
    }

    .header .text {
        width: 100%;
    }

    .shopping-modal {
        z-index: 999999;
        line-height: 20px;
    }

    .shopping-modal .modal-dialog {
        width: 100% !important;
        height: 70% !important;
    }

    .shopping-modal.fade .modal-dialog {
        left: 0;
        right: 0;
        bottom: 0;
    }

    .shopping-modal .modal-header {
        position: fixed;
        width: 100%;
        padding: 4px;
        background-color: #ffffff !important;
        z-index: 9999999;
    }

    .shopping-modal .modal-header .baslik {
        text-align: center;
        color: #151515;
        margin-left: 0 !important;
    }

    .shopping-modal .modal-header .close {
        position: absolute;
        right: 20px;
        padding: 4px !important;
        opacity: 0.9;
    }

    .shopping-modal .modal-body {
        padding: 58px 10px 111px 10px !important;
        z-index: 999999;
    }

    .shopping-modal .shopping-bag {
        border-spacing: 0 !important;
    }
    .shopping-modal .shopping-bag td {
        padding: 10px 0 !important;
    }

    .shopping-modal .shopping-bag .shopping-img {
        width: 70px !important;
    }

    .shopping-modal .shopping-bag .shopping-name {
        font-size: 14px !important;
        color: #151515;
    }

    .shopping-modal .shopping-bag .shopping-liter {
        padding-right: 0;
        font-weight: 300 !important;
        color: #151515 !important;
        font-size: 14px !important;
    }

    .shopping-modal .shopping-bag .shopping-tin {
        font-weight: 300 !important;
        color: #151515 !important;
        font-size: 14px !important;
    }

    .shopping-modal .shopping-bag .shopping-price-before {
        font-weight: 300 !important;
        color: #151515 !important;
        font-size: 12px !important;
        display: inline-block !important;
        width: 100% !important;
        padding-right: 8px;
    }

    .shopping-modal .shopping-bag .shopping-price {
        display: inline-block !important;
        width: 100% !important;
        padding-right: 8px;
        font-size: 12px;
    }

    .shopping-modal .shopping-bag .shopping-counter-frame {
        padding-right: 8px;
    }

    .shopping-modal .shopping-bag .shopping-counter-frame .shopping-counter {
        padding: 0 !important;
        width: 30px !important;
        height: 40px !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        border-radius: 6px;
        background: #ebebeb;
        border: 1px solid #f5f5f5;
        color: #151515;
        text-align: center;
        margin: 2px !important;
    }

    .shopping-modal .shopping-bag .counter-arrow {
        width: 24px !important;
        height: 24px !important;
        font-size: 16px !important;
        padding: 0;
        text-align: center;
        cursor: pointer;
        color: #151515;
        transition: 0.3s all ease;
        border-radius: 6px;
        background-color: #ebebeb;
        border: 1px solid #f5f5f5;
    }

    .shopping-total .modal-footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #ffffff;
    }

    .shopping-modal .shopping-total {
        font-size: 16px !important;
        font-weight: 400;
        color: #3a3a3a;
    }

    .shopping-modal .shopping-total .total-cart-before {
        font-size: 14px !important;
        text-decoration: line-through;
        color: #3a3a3a;
        margin-left: 10px;warn
        font-weight: 400;
    }

    .shopping-modal .shopping-total .total-cart {
        font-size: 14px;
    }

    .shopping-modal .iris-btn {
        text-align: center;
        width: 100%;
        border: none;
        background-color: #ffc235;
        border-radius: 6px;
        color: #151515;
        transition: all 0.3s ease-in-out;
        line-height: normal;
        padding: 8px 0;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 14px;
        box-shadow: 1px 1px 1px 0 #0000008b;
    }

    .shopping-modal .modal-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 9999999 !important;
    }

    .shopping-modal .modal.fade .modal-dialog {
        transform: translate(0, 0);
        webkit-transform: translate(0, 0);
    }
}
