body {
    margin: 0;
    padding: 0;
    display: inherit;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: 'Jost',sans-serif;
/*    background:linear-gradient(45deg, #BB1900, #FD6F01, #FFB000);*/
}

.contents{
    background: whitesmoke;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 40px;
    box-shadow: 0 4px 4px rgba(87,100,126,.21);
    max-width: 752px;
}

.place_info{
    margin: 0;
    line-height: 1.45;
    padding: 28px 14px;
}

#header_name{
    font-weight: 600;
    font-size: 1.8em;
    margin-left: 43%;
}

#details_place{
    font-weight: 100;
    font-size: 1.5em;
    text-align: center;
}

.item_separator{
    border-bottom: solid 1px rgba(195,202,216,.5);
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

#cart_icon{
    font-weight: bold;
    color: black;
    text-decoration: none;
}

#cart_icon:hover,#cart_icon i:hover{
    text-shadow: white;
}

.quantity_cart input.qty {

    max-width: 50px;
    width: fit-content;
    font-size: 12px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .product {
        display: flex;
        flex: 0 1 auto;
    }
    .product_image, .product_desc {
        padding: 0 15px;
    }
    .product_image { order: 0;
    }
    .product_desc {
        order: 1;
        width: 100%;
    }
    .prim_desc{
        margin-bottom: 15px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 480px), screen and (max-device-width: 768px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape){
    .product_image {
        min-height:168px;
        width: 85%;
        height: 100%;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #F4F4F4;
    }
    .quantity_cart .plus,.quantity_cart .minus,.del_item {
        padding: 0.3em 0.3em !important;
        display: inline-block;
    }
    .quantity_cart input.qty {
        width: 25px;
        max-width: fit-content;
    }
    .cmim,.subtotal,.sasi{
        font-weight: 500;
        font-size: 13px;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
    {
        padding: 2px;
        vertical-align: middle;
        line-height: 0;
    }
}

@media screen and (max-width: 480px),screen and (max-device-width: 415px){
    .img_cart{
        display:none;
    }
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}



.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.no-spin {
    -moz-appearance:textfield !important;
}





.product{
    border-width: 1px;
    border-style: solid;
    position: relative;
    padding: 1px 50px 1px 60px !important;
    border-radius: 3px;
    margin: 0 12px 12px 0;
    display: inline-grid;
    border-color: rgba(195,202,216,.5);
}

.product_image{
    min-height: 200px;
    max-height: 200px;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #F4F4F4;
    object-fit: contain;
}

#frm_detaje_porosie{
}

.modal-confirm {
    color: #636363;
    font-size: 14px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #6fb32b;
    outline: none;
}

#detaje_porosie{
    color: black;
}

#detaje_porosie:hover{
    color: #6fb32b;
}

#detajet_porosi{
    display: none;
}

.admin_panel{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.img_cart img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: 50% 50%;
}

.img_cart, .del_td{
    width: 70px;
}

.quantity_cart{
    width: 150px;
}

.checkout_panel{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom:15px;
    margin-top: 15px;
}


#final_checkout{
    margin: 30px auto;
    width: 50%;font-size: 16px;
}

#frm_detaje_porosie{
    margin: 0;
}

#detaje_ttl{
    justify-content: center;
    display: flex;
}

#dated_order{
    margin-left: 5px;
}

#delivery_rb,#merr_rb {
    margin-right: 5px;
}

#basket-icon:hover{
    color: #337ab7;
}

@media screen and (max-width: 480px), screen and (max-device-width: 768px) and (orientation: portrait), screen and (max-device-width: 415px) and (orientation: landscape){
    .not_vis_phone{
        display: none;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 8px;
        vertical-align: middle;
        line-height: inherit;
    }
}

.main{
    width: 350px;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 50px 2000px 500px deepskyblue;
    background:linear-gradient(45deg, #c98e84, #ff9e54, #ff4700);
}

.main #chk{
    display: none;
}

.main .signup{
    position: relative;
    width: 100%;
    height: 100%;
}

.notranslated {
    unicode-bidi: plaintext;
}

.skiptranslate > iframe {
    z-index: -10;
    visibility: hidden !important;
}

.goog-te-gadget {
    font-size: 0 !important;
}

    .goog-te-gadget span {
        display: none !important;
    }

.goog-te-banner-frame .skiptranslate {
    display: none !important;
}

.language-selector-ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    margin-top: 0.9rem;
}

    .language-selector-ul .language-selector-item {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }

    .language-selector-ul .nav-link {
        padding: 0;
        font-weight: bold;
        margin-right: 10px;
    }

.main label{
    color: #fff;
    font-size: 2.3em;
    justify-content: center;
    display: flex;
    margin: 60px;
    font-weight: bold;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.password{
    width: 85%;
    height: 20px;
    background: white;
    justify-content: center;
    display: flex;
    margin: 12px auto;
    padding: 15px;
    border: none;
    border-color: red !important;
    outline: none;
    border-radius: 15px;
}
.phoneNumber{
    width: 85%;
    height: 20px;
    background: white;
    justify-content: center;
    display: flex;
    margin: 12px auto;
    padding: 16px;
    border: none;
    outline: none;
    border-radius: 15px;
    flex-wrap: wrap;
    flex-direction: column;
}

.main button{
    width: 60%;
    height: 40px;
    margin: 10px auto;
    justify-content: center;
    display: block;
    color: #fff;
    background: #008800;
    font-size: 1em;
    font-weight: bold;
    margin-top: 0px;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.main button:hover{
    background: #008800;
}

.main .login{
    height: 460px;
    background:linear-gradient(45deg, #c98e84, #ff9e54, #ff4700);
    border-radius: 60% / 10%;
    transform: translateY(-180px);
    transition: .8s ease-in-out;
}

.main .login label{
    color: #573b8a;
    transform: scale(.6);
}

.main #chk:checked ~ .login{
    transform: translateY(-500px);
}

.main #chk:checked ~ .login label{
    transform: scale(1);
}

.main #chk:checked ~ .signup label{
    transform: scale(.6);
}

.singinError{
    display: flex;
    justify-content: space-around;
    color: red;
    font-size: 14px;
}

.loginfrm{
    display: none;
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    top: 0;
}

.loginOrSingUp{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999 !important
}

.close-btn{
    margin-right: 8px;
    margin-top: 8px;
    color: white;
    font-size: 24px;
    color: white;
   float: right;
    cursor: pointer;

}
.newpass{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999 !important;
    background: linear-gradient(to right, #afafda, #a6bce6, #aef1ec);
    width: 350px;
    outline: none;
    border: none;
    border-radius: 10px;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.newpass input{
    width: 70%;
    height: 20px;
    background: white;
    justify-content: center;
    display: flex;
    margin: 20px auto;
    padding: 14px;
    border: none;
    border-color: red !important;
    outline: none;
    border-radius: 15px;
}

.newpass span{
    margin-left: 25%;
    color: red;
}

.newpass button{
    margin-bottom: 30px;
    width: 60%;
    height: 40px;
    margin: 10px auto;
    justify-content: center;
    display: block;
    color: #fff;
    background: #573b8a;
    font-size: 1em;
    font-weight: bold;
    margin-top: 0px;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.configPassw{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999 !important;
    background: white;
    width: 350px;
    border-radius: 10px;
}

.verifikim{
    padding-bottom: 20px;
}

.verifikim h2{
    margin-left: 35%;
    padding-top: 20px;
}
.verifikim span{
    margin-left: 10%;
}

.verifikim .phone{
    margin-left: 35%;
}

#otp{
    padding-top: 30px;
    margin-left: 30%;
    padding-bottom: 20px;
}
#otp input{
    width: 20px;
    background: rgba(66,245,96,0.3);
    border:none;
    padding-left: 6px;
}

.verifikim button{
    margin-top: 20px;
    margin-left: 40%;
    color: white;
    background: rgb(66,245,96);
    border: none;
}

.alert_note{
    display: block;
    position: fixed;
    /*pyet Gazin per ndihm*/
}

.confirmation-text{
    font-size: 18px;
    font-weight: 500;
}

#porosi_info{
    background-color: #3193af;
    font-size: 15px;
    font-weight: 500;
}

.main-cart-container{
    width: 100%;
}

@media screen and (max-width: 800px){
    .main-cart-container{
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        border-radius: 0;
    }
}

.logout_btn{
    background-color: red;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.logout_btn:hover{
    color: white;
    text-decoration: none;
}

.logout_btn:after{
    color: white;
    text-decoration: none;
}

.password_container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}