/* Header */

header .header-top {
    background-color: #0089D0;
    color: white;
    font-size: 13px;
}

.navbar-brand img {
    max-width: 150px;
    transition: .3s ease;
}

.header-actions {
    color: #a6a6a6;
}

.header-actions .headerButtons {
    cursor: pointer;
}

.header-actions .headerButtons i {
    font-size: 20px;
}

.header-actions .headerButtons:hover span {
    color: #0089D0;
}

.headerBottom {
    padding: 12px 0px;
    border-top: 1px solid rgb(233, 233, 233);
}

.top-search {
    width: 50%;
}

.top-search input {
    border-radius: 0px;
    border: 1px solid transparent;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.top-search input:focus {
    border: 1px solid transparent;
    border-bottom: 1px solid #0089D0;
    box-shadow: none;
}

.main-nav li {
    font-size: 15px;
    transition: 0s !important;
}

.main-nav li a {
    transition: 0s  !important;
}

.main-nav li:hover {
    color: #0089D0;
}

.cartButton {
    position: relative;
}

#cartQuantity {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    top: -10px;
    right: 45px;
    font-size: 10px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: red;
}

.campaignText {
    font-size: 15px;
    font-weight: 400;
}

.btnCatalog {
    position: relative;
}

.btnCatalog:hover #navCatalog {
    display: block !important;
}

#navCatalog {
    position: absolute;
    background-color: white;
    top: 37px;
    width: 300px;
    left: 0px;
    display: none; 
    z-index: 2;
}

#navCatalog li {
    list-style: none;
    padding: 8px 12px;
    font-size: 15px;
    cursor: pointer;
    color: #212529 !important;
}

#navCatalog li:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.catalogCanvas ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.catalogCanvas ul li {
    list-style: none;
    padding: 8px 12px;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 5px;
}

/* Slider */

.carousel {
    height: 350px;
}

.carousel .carousel-inner {
    height: 100%;
}

.carousel .carousel-inner .carousel-item {
    height: 100%;
}

.carousel .carousel-inner .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.carousel-control-next-icon {
    background-image: none !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    font-size: 20px !important;
    background-color: rgba(0, 0, 0, 0.459);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.carousel-control-prev-icon {
    background-image: none !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    font-size: 20px !important;
    background-color: rgba(0, 0, 0, 0.459);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Categories Section */

.col-card {
    cursor: pointer;
}

.card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EAEAEC;
    height: 150px;
    border: 2px solid transparent;
    transition: .3s ease;
}

.col-card:hover .card-image {
    border: 2px solid #0089D0;
}

.col-card:hover .fw-semibold {
    color: #0089D0;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* MostSeller */

.card {
    border-radius: 0px !important;
    border: none !important;
}

.card-img-top {
    height: 200px;
    object-fit: contain;
}

.container-banner img {
    object-fit: cover;
}

/* Video Section */

.video-container {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; 
    object-fit: cover; 
}

/* Brands Carousel Section */

.brand-card {
    background-color: #EAEAEC;
    padding: 20px; 
    border: 1px solid transparent;
    border-radius: 8px; 
    text-align: center;
    height: 100px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}
.brand-card img {
    max-width: 160px;
    margin: 0px auto;
    height: auto;
}

/* Blog */

.card-img-top {
    border-radius: 0px !important;
}

.blog-p {
    font-size: 13px;
}


/* Services */ 

.services-section h6 {
    font-size: 14px;
}

.h6-p {
    font-size: 12px;
}