/*your custom css goes here*/

.top-navbar {
    background-color: var(--primary);
}
#custom-navbar ul a {
    color: white;
}
.home-banner-area .carousel-box {
    height: 388px;
}
.mytags {
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: 35px;
    display: flex;
    margin: 0 12px;
    box-shadow: 2px 3px 3px 4px #e1dfdf;
    border: 1px solid #f26522;
}
.abc {
    margin: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 32px;
    color: red;
    background: linear-gradient(
        135deg,
        rgba(120, 204, 109, 0.4) 0%,
        rgba(120, 204, 109, 0.01) 100%
    );
    box-shadow: 0px 0px 0px 4px #e1dfdf;
    position: relative !important;
}
.custom-categories .mytags:nth-child(3) {
    background-color: blue;
}
.mytags:first-child:hover {
    background-color: #f26522;
    transition: ease-in 0.3s;
    box-shadow: 2px 3px 13px 4px #f26522;
}
.mytags:nth-child(2):hover {
    background-color: #0c4da2;
    transition: ease-in 0.3s;
    box-shadow: 2px 3px 13px 4px #0c4da2;
}
.mytags:hover .category_name {
    color: #ffffff !important;
}
.mytags:hover .abc > .la-shopping-cart:before {
    color: white;
}

.abc > .la-shopping-cart:before {
    content: "\f07a";
    position: absolute;
    top: 4px;
    left: 3px;
}
#custom-container {
    width: 1170px;
    margin: 0 auto;
}

.footer-widget {
    background-color: #e85721;
}

#custom-container .row > div:nth-child(2) .mytags {
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: 35px;
    display: flex;
    margin: 0 12px;
    box-shadow: 2px 3px 3px 4px #e1dfdf;
    border: 1px solid #0c4da2;
}
#custom-container .row > div:nth-child(2) .mytags:hover {
    background-color: #0c4da2;
}
#custom-container
    .row
    > div:nth-child(2)
    .mytags:hover
    .abc
    > .la-shopping-cart:before {
    color: white;
}

#custom-container .row > div:nth-child(2) .abc > .la-shopping-cart:before {
    color: #0c4da2;
}

#custom-container .row > div:nth-child(3) .mytags {
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: 35px;
    display: flex;
    margin: 0 12px;
    box-shadow: 2px 3px 3px 4px #e1dfdf;
    border: 1px solid #1da8a6;
}
#custom-container .row > div:nth-child(3) .mytags:hover {
    background-color: #1da8a6;
}
#custom-container
    .row
    > div:nth-child(3)
    .mytags:hover
    .abc
    > .la-shopping-cart:before {
    color: white;
}

#custom-container .row > div:nth-child(3) .abc > .la-shopping-cart:before {
    color: #1da8a6;
}

#custom-container .row > div:nth-child(4) .mytags {
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: 35px;
    display: flex;
    margin: 0 12px;
    box-shadow: 2px 3px 3px 4px #e1dfdf;
    border: 1px solid #cc0000;
}
#custom-container .row > div:nth-child(4) .mytags:hover {
    background-color: #cc0000;
}
#custom-container
    .row
    > div:nth-child(4)
    .mytags:hover
    .abc
    > .la-shopping-cart:before {
    color: white;
}

#custom-container .row > div:nth-child(4) .abc > .la-shopping-cart:before {
    color: #cc0000;
}

@media only screen and (max-width: 600px) {
    #custom-container {
        margin-top: 0px !important;
        width: 100% !important;
    }
    .mytags {
        width: 93% !important;
    }
}
