/*
* CUSTOM CSS
*/
.header_box {
    position: fixed;
    left: 0px;
    top: 0px;
    background: blue;
    height: 3px;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}

.header_box_item {
    height: 3px;
    float: left;
}

.fs-24 {
    font-size: 24px;
}

.go_to_link {
    background: #60c74a;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 0;
}

.go_to_link:hover {
    /*background: #73db5c;*/
    /*color: #fff;*/
}

.offers-badge {
    right: 5px;
    top: 5px;
}

.product-body {
    text-align: center;
    padding: 0 20px;
}

.price_range {
    font-weight: 500;
    margin-bottom: 8px;
}

.product-img {
    /*max-height: 130px;*/
    margin: 0 auto;
    border-radius: 10px;
    /*width: auto !important;*/
    /*padding: 0px 40px;*/
}

.product-image {
    text-align: center;
}

.product-title {
    height: 50px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.d-flex-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-box {
    margin-bottom: 40px;
    box-shadow: var(--bs-box-shadow);
    transition: all 0.3s ease;
}

.product-box:not(.loading-box):hover {
    transform: scale(1.05);
    box-shadow: var(--bs-box-shadow-lg);
}

.product-box:not(.loading-box):hover * {
    opacity: 1;
}

.product_boxes {
    margin-top: 20px;
    margin-bottom: 20px;
}

.placeholder-btn {
    min-height: 40px;
    background: #000;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}


.timcom_header {
    width: 100%;
    /*background: #126ff7;*/
    background: #f5f5f5;
    border-bottom: 1px solid rgba(201, 201, 201, .2);
    height: 90px;
    transition: all 0.5s ease;
}

.colx {
    margin-top: 0;
}

.header-brand {
    padding: 0 20px;
    font-size: 20px;
    color: #126ff7;
    letter-spacing: -1px;
    /*font-weight: 600;*/
}

.header-brand .dropdown-toggle {
    color: #126ff7;
}

.hamburger_icon i {
    font-size: 22px;
}

.hamburger_icon .times {
    display: none;
}

.hamburger_icon {
    margin-right: 5px;
}

.hamburger_link {
    text-decoration: none;
    color: #fff;
}

.hamburger_link:hover {
    text-decoration: none;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);

}

.search input {
    height: 45px;
    /*text-indent: 25px;*/
    border: 2px solid #d6d4d4;
}


.search input:focus {
    box-shadow: none;
    border: 2px solid blue;
}

.search .fa-search {
    /*position: absolute;*/
    /*top: 16px;*/
    /*left: 16px;*/
    position: relative;
    top: -1px;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 35px;
    width: 110px;
    background: #ababab;
    border-color: #ababab;
}

.last-col {
    padding: 0 30px;
}

.offcanvas-header {
    background: #126ff7;
    height: 60px;
    color: #fff;
}

.product-link {
    display: none;
}

.target_link {
    text-decoration: none;
    color: #000;
}

.target_link:hover {
    text-decoration: underline;
}