.form-group {
    font-size: 18px;
    font-weight: normal;
}

.btn-cancel {
    background-color: orangered;
    color: whitesmoke;
}

.btn-cancel:hover {
    color: whitesmoke;
}

.required-note {
    color: #666;
    font-size: 14px;
}

.product-discription ul {
    line-height: 35px;
    padding-left: 0;
    margin-left: 0;
}

.product-discription ul li {
    background-color: #ededed;
    padding-left: 15px;
    margin: 0;
    line-height: 35px;
}

.product-discription ul li:nth-child(even) {
    background-color: #f7f7f7;
}

.search-btn {
    background-color: #F58634 !important;
    color: #000 !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    padding: 9px 21px !important;
    text-transform: uppercase !important;
    position: relative !important;
    z-index: 1 !important;
}

.search-input {
    margin: 0 !important;
}

.elementskit-navbar-nav-default.elementskit_fill_arrow .elementskit-submenu-indicator::before {
    content: "\f0dd" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    margin-left: 4px !important;
    font-size: 14px !important;
    position: relative !important;
    top: -2px !important;
}