/* basic styles */

.modal {
    z-index: 9999999;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

input {
    border-radius: 0 !important;
}

textarea {
    border-radius: 0 !important;
}

select {
    border-radius: 0 !important;
}

/* menu page */

.theme-categories-wrapper li a,
.theme-categories-wrapper .dropdown.open a {
    text-transform: uppercase;
    font-weight: 600;
}

.theme-product-group-name {
    letter-spacing: 4px;
    text-transform: uppercase;
}

.theme-product-center .theme-product-name {
    text-transform: uppercase;
}

.theme-plus-btn {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

.theme-product-center .theme-product-desc {
    max-height: 80px;
}

._start-order {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

._start-order i {
    display: none;
}

.theme-categories-toggler {
    padding: 10px;
}

.modal h1 {
    color: #000;
}

.modal h2 {
    color: #000;
}

.theme-product-attribute {
    font-size: 11px;
    color: #000;
    font-weight: 600;
    text-transform: lowercase;
}

.modal .theme-product-desc {
    color: #000;
}

.modal .theme-product-name {
    color: #000;
}

.modal .theme-price {
    color: #000;
}

@media (max-width: 991px) {
        
    ._start-order {
        letter-spacing: 0;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    
    ._start-order {
        font-size: 14px;
    }
}

@media (max-width: 560px) {
    
    .theme-product-box-col {
        width: 100%;
    }
    
    .theme-paragraph-with-icon {
        font-size: 14px;
    }
}