img.footer-logo {
    max-height: 160px;
    width: auto;
    margin-bottom: 20px;
}

body,
html {
    font-family: "Geist";
}

#navigation ul li {
    margin: 0;
}

#logo {
    margin-right: 0px;
    padding-right: 10px;
}
#logo img {
    height: 35px;
}

#utf-header-container-block {
    top: 27px;
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 27px;
    background-color: #f44336;
    z-index: 5;
}
.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar .container::after,
.top-bar .container::before {
    display: none;
}
.top-bar .container p,
.top-bar .container a {
    font-size: 13px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.top-bar .container p {
    margin-right: 10px;
}
.top-bar .container a {
    margin-left: 10px;
}
.top-bar .container a:hover {
    text-decoration: underline;
}

#navigation ul a {
    font-size: 14px;
}

.whatsapp-button,
.product-search-button {
    display: none !important;
}

#titlebar.gradient {
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

#titlebar h1,
#titlebar h2 {
    font-size: 18px;
    line-height: 20px;
}

.slick-slider img {
    width: 100%;
    height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
}

.utf-sidebar-widget-item {
    position: relative;
}

.loading-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(67, 67, 67, 0.18);
    top: 0;
    left: 0;
    position: absolute;
    cursor: no-drop;
    display: flex;
    justify-content: center;
    z-index: 9999;
}
.loading-overlay__snipper {
    padding: 25px;
    background-color: white;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.loading-overlay__snipper img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.product-card {
    box-shadow: none !important;
    border: 1px solid #eaebed;
}
.product-card__btn-group {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    margin-top: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.product-card__btn-group a {
    padding: 5px !important;
    width: 50%;
}
.product-card__btn-group a:first-child {
    margin-right: 5px;
}
.product-card__image {
    width: 100% !important;
    height: 250px !important;
    overflow: hidden;
    margin-bottom: 0 !important;
}
.product-card__image img {
    border-radius: 4px !important;
    border: 0 !important;
    height: 100% !important;
    width: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
.product-card__price {
    font-weight: 700;
    font-size: 20px;
    height: 30px;
}
.product-card__brand,
.product-card__model {
    font-size: 12px !important;
    font-weight: 500;
}
.product-card__title {
    font-size: 15px !important;
    line-height: normal;
}
.product-card .company {
    padding: 5px !important;
    min-height: 220px !important;
}
.product-card:hover {
    box-shadow: 0 4px 10px rgba(1, 15, 28, 0.14) !important;
    border-color: #fff;
    transform: scale(1) !important;
}

.zoomContainer {
    height: 330px !important;
}

.lightbox-overlay {
    z-index: 9999 !important;
}

.project-photos__item {
    width: 100% !important;
    float: none !important;
    height: 250px !important;
    border: 1px solid #ccc;
    margin: 0 0 30px 0 !important;
    align-items: center;
    justify-content: center;
}

.catalogs-list li {
    list-style-type: decimal;
}
.catalogs-list li:before {
    display: none;
}

.product__gallery .zoomWrapper {
    position: relative !important;
    height: 330px !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.product__gallery-main {
    height: 100% !important;
    width: auto !important;
}
.product__gallery-thumbs {
    margin: 10px 0 20px;
    border-radius: 4px;
}
.product__gallery-thumbs img {
    width: 70px;
    height: 70px;
    border: 2px solid #ccc;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 3px;
}
.product__gallery-thumbs .active img {
    border: 2px solid #000;
}
.product__cart-btn {
    background-image: linear-gradient(
        to right,
        #1a2980 0%,
        #26d0ce 51%,
        #1a2980 100%
    );
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    width: 100%;
    position: relative;
}
.product__cart-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.product__cart-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.product__cart-btn i {
    position: absolute !important;
    top: 22px !important;
    right: 30px;
    font-size: 25px !important;
}
.product__raq-btn {
    width: 100%;
    position: relative;
    background-image: linear-gradient(
        to right,
        #ff512f 0%,
        #f09819 51%,
        #ff512f 100%
    );
    font-weight: 700;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}
.product__raq-btn:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
.product__raq-btn i {
    position: absolute !important;
    top: 35px !important;
    right: 30px;
    font-size: 25px !important;
}
.product__spec {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}
.product__brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product__brand img {
    height: 70px;
}

.cart__product-list .utf-job-listing-company-logo {
    height: 80px;
}
.cart__qty-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 150px;
}
.cart__qty-wrapper label {
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 13px;
}
.cart__qty-wrapper input {
    margin-bottom: 0;
    height: 30px;
    width: 80px;
    border: 1px solid #ccc;
}
.cart__qty-wrapper input:focus {
    border: 1px solid #333;
}

.table-data-sheet {
    width: 100%;
    font-size: 14px !important;
    table-layout: fixed;
}
.table-data-sheet td {
    border: 1px solid #ccc;
    padding: 3px 5px;
}
.table-data-sheet td:first-child {
    width: 100px;
    font-weight: 600;
    color: #333;
    background: #eeeeee;
}

.form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.search-wrapper {
    width: 300px;
    border-radius: 50px;
    border: 1px solid #dfe1e5;
    background: #fff;
    height: 40px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    top: -4px;
    margin-left: 20px;
}
.search-wrapper__mobile {
    width: 100%;
    top: 70px;
    margin: 0;
    border-radius: 0;
    position: absolute;
    left: 0;
}
.search-wrapper input {
    font-size: 15px;
    padding: 5px 15px;
    margin: 0;
}
.search-wrapper span {
    position: absolute;
    top: 4px;
    right: 6px;
    height: 30px;
    width: 30px;
    background: #d32f2f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    font-size: 16px;
}

.ui-widget.ui-widget-content {
    max-height: 500px;
    overflow-y: auto;
}

@media (max-width: 680px) {
    .utf-footer-item-links ul li a {
        display: flex;
        justify-content: left;
        align-items: baseline;
        font-size: 13px;
    }
    .project-photos__item {
        height: 160px !important;
        margin: 0 0 10px 0 !important;
    }
    .product__gallery .zoomWrapper {
        height: 270px !important;
    }
    .table-data-sheet tr {
        display: flex;
        justify-content: center;
    }
    .table-data-sheet tr td {
        font-size: 12px;
        display: inline-block;
        text-align: left;
    }
    .table-data-sheet tr td:nth-child(1) {
        border-right: 0;
        border-bottom: 0;
    }
    .table-data-sheet tr td:nth-child(2) {
        width: 100%;
    }
    .dashboard-box .headline {
        padding: 8px 10px;
    }
    .dashboard-box .headline h3 {
        font-size: 13px !important;
    }
    .search-wrapper__mobile input {
        height: auto;
        padding: 0 10px;
    }
    .ui-autocomplete {
        height: 250px !important;
        overflow-y: auto !important;
        top: 109px !important;
    }
    .cart__product-list h3 a {
        font-size: 13px !important;
    }
    .cart__product-list span,
    .cart__product-list li {
        font-size: 11px !important;
    }
    .cart__product-list > li {
        padding: 5px !important;
    }
    .cart__product-list .dashboard-status-button {
        padding: 0px 5px !important;
        line-height: 16px !important;
    }
    .cart__product-list .utf-job-listing-company-logo {
        height: 60px !important;
        max-width: 60px !important;
        display: block !important;
        margin-right: 15px !important;
    }
    .cart__qty-wrapper {
        bottom: -90px;
        left: 80px;
        right: auto;
        z-index: 5;
    }
    .products-list .col-6:nth-child(odd) {
        padding-right: 10px;
        padding-left: 10px;
    }
    .products-list .col-6:nth-child(even) {
        padding-left: 10px;
        padding-right: 10px;
    }
    .products-list .utf-notify-box-aera {
        padding: 5px 15px;
        line-height: 20px;
        min-height: 30px;
    }
    .product__notification {
        padding: 3px 10px;
    }
    .product__notification p {
        font-size: 13px !important;
    }
    .product-card {
        margin-bottom: 15px !important;
    }
    .product-card__image {
        height: 110px !important;
    }
    .product-card__title {
        font-size: 13px !important;
        line-height: normal;
        color: #333;
    }
    .product-card__brand {
        font-size: 11px !important;
        line-height: 18px !important;
    }
    .product-card__btn-group {
        padding: 0 5px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .product-card__btn-group a {
        font-size: 13px;
        margin-bottom: 5px;
        padding: 2px 5px !important;
    }
    .product-card .utf-job-listing-company {
        margin-top: 3px;
    }
    .product-card .utf-job-listing-company,
    .product-card .text-muted {
        font-size: 12px !important;
        line-height: 18px;
        font-weight: 500;
    }
    .product-card .text-muted {
        margin-bottom: 0 !important;
    }
    .product-card .text-muted .icon-feather-tag {
        position: relative;
        top: 2px;
    }
    .top-bar {
        display: none;
    }
    #utf-header-container-block {
        position: fixed;
        top: 0;
    }
    .whatsapp-button,
    .product-search-button {
        display: block !important;
    }
    #titlebar.gradient {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #titlebar.gradient h2 {
        font-size: 15px;
        line-height: normal;
    }
    #titlebar.gradient a {
        font-size: 14px;
    }
    #titlebar.gradient #breadcrumbs {
        margin-top: 0;
    }
    .slick-slider img {
        height: auto;
    }
    .trending-categories {
        margin-top: 10px !important;
    }
    .trending-categories .utf-section-headline-item.centered {
        margin-bottom: 20px !important;
    }
    .trending-categories .utf-section-headline-item h3 {
        font-size: 18px;
        line-height: normal;
    }
    .trending-categories__card {
        height: 140px;
        margin: 0 0 15px 0;
    }
    .trending-categories__card:before {
        opacity: 0.75;
    }
    .trending-categories__card .utf-opening-box-content-part {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .trending-categories__card h3 {
        font-size: 13px;
        line-height: normal;
    }
    .trending-categories__card span {
        font-size: 12px;
    }
    .utf-inner-search-section-title {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    .utf-inner-search-section-title h4 {
        font-size: 15px;
    }
    .utf-inner-search-section-title h4 i {
        font-size: 15px;
        width: 25px;
        height: 25px;
    }
    .utf-sidebar-container-aera {
        margin-bottom: 0;
    }
    .utf-sidebar-container-aera .utf-inner-search-section-title {
        padding: 5px 10px;
    }
    .utf-sidebar-widget-item {
        margin-bottom: 10px;
        padding: 10px;
    }
    .utf-sidebar-widget-item h3 {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .utf-sidebar-widget-item .utf-radio-btn-list label {
        font-size: 14px;
    }
    .titlebar-container {
        display: flex;
        align-items: center;
    }
    .titlebar-container h2 {
        margin: 0 !important;
        font-size: 12px !important;
        text-align: left !important;
    }
    .titlebar-container ul li {
        line-height: normal !important;
    }
    .titlebar-container ul li a {
        font-size: 12px !important;
    }
    .product-specification {
        margin-top: 20px;
    }
    .hidden-phone {
        display: none;
    }
    .product-button-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .product-button-wrapper i {
        display: none !important;
    }
    .product-button-wrapper button {
        margin-left: 10px;
    }
}
@media (max-width: 1099px) {
    #wrapper {
        padding-bottom: 80px !important;
        padding-top: 110px !important;
    }
}
@media (max-width: 992px) {
    .utf-footer-section-item-block {
        padding-top: 0;
        padding-bottom: 45px;
    }
    .home-carousel .col-md-12 {
        padding: 0;
    }
    .carousel .slick-prev,
    .carousel .slick-next {
        width: 24px;
        height: 24px;
    }
    .carousel .slick-prev {
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
    .carousel .slick-next {
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 1099px) {
    .mmenu-trigger {
        top: 13px;
    }
}
.utf-manage-resume-item h4 {
    position: relative;
}

#header {
    height: 70px;
}

#navigation {
    margin-top: 19px;
}
#navigation ul a {
    padding: 4px 7px;
}

.utf-sidebar-container-aera .utf-sidebar-widget-item h3 {
    display: flex;
    justify-content: space-between;
}

.ui-autocomplete {
    z-index: 9999 !important;
    border-radius: 4px;
}
.ui-autocomplete .ui-menu-item-wrapper {
    color: #66676b;
    line-height: 20px;
    border-bottom: 1px solid rgba(213, 213, 213, 0.4);
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    border: 1px solid #d32f2f;
    background: #d32f2f;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active a {
    color: #fff !important;
}
.ui-autocomplete .ui-menu-item-wrapper p {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}
.ui-autocomplete .ui-menu-item-wrapper div {
    font-size: 12px;
}
