/*your custom css goes here*/

.login {
    background-image: linear-gradient(
        to right,
        #2c3782 calc(60% - 150 px),
        #39469f calc(60% - 150 px),
        #39469f 60%,
        #4856b5 60%,
        #4856b5 calc(60% + 150 px),
        #5b6ac6 calc(60% + 150 px),
        #5b6ac6 100%
    );
}

.card-login {
    -webkit-box-shadow: 0 0 13px 0 rgb(82 63 105 / 0%);
    box-shadow: 0 0 13px 0 rgb(82 63 105 / 0%);
    background-color: #fff0;
    margin-bottom: 20px;
    border-color: #ebedf200;
}

.header_menue_bar_bg_color {
    background-color: var(--primary);
}
#custom_subCategory_menu_Design {
    margin: 0px;
    background-color: var(--primary);
}

#custom_subCategory_menu_Design ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    border-radius: 20px !important;
}

#custom_subCategory_menu_Design ul li {
    display: inline-block;
    background-color: var(--primary);
}

#custom_subCategory_menu_Design a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
}

#custom_subCategory_menu_Design a:hover {
    text-decoration: none;
    color: var(--gray-dark);
    transition-property: color;

    transition-duration: 0.5s;
    transition-delay: 0.1s;
}

/* Hide Dropdowns by Default */
#custom_subCategory_menu_Design ul ul {
    display: none;
    position: absolute;
    top: 42px; /* the height of the main  */
    border-radius: 20px;
}

/* Display Dropdowns on Hover */
#custom_subCategory_menu_Design ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
#custom_subCategory_menu_Design ul ul li {
    width: 170px;

    float: none;
    display: list-item;
    position: relative;
}

/* Second, Third and more Tiers */
#custom_subCategory_menu_Design ul ul ul li {
    position: relative;
    top: -28px;

    left: 170px;
}

/* Change this in order to change the Dropdown symbol */
#custom_subCategory_menu_Design li > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;

    color: white;
    content: " \f0d7";
}
#custom_subCategory_menu_Design li > a:hover:after {
    font-weight: 800;
    color: var(--gray-dark);
    transition-property: color;

    transition-duration: 0.5s;
    transition-delay: 0.1s;
    font-family: "Font Awesome 5 Free";

    content: " \f0da";
}
#custom_subCategory_menu_Design li > a:only-child:after {
    content: "" !important;
}

.menue_parent_category_heading:after {
    content: "" !important;
}

@media (max-width: 496px) {
    .mobileNavigationManuView {
        overflow-x: scroll !important;
        max-width: 300px !important;
        padding: 30px 0px;
    }
}
@media (max-width: 1199px) {
    #custom_subCategory_menu_Design {
        display: none;
    }
}

.pbi-image {
    /*width: 70px;*/
    /*height: 70px;*/
    width: 100%;
height: 130px;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#hover-category-menu:hover {
    display: block !important;
}

#hover-category-menu {
    margin-top: -15px !important;
}

.image-fit2 {
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    height: 150px;
}

.border1 {
    border: solid 1px #ccc;
}

/* catagore style */
.category-overlay {
    position: relative;
}
.category-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0.5;
    background: #000000a1;
}
.category-overlay:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0.5;
    background: rgba(0, 0, 0, 0);
}

.category-wrapper-overlay {
    position: relative;
}
.category-title {
    position: absolute;
    bottom: 20px;
    color: white;
    left: 56px;
}
.category-title a {
    color: white;
}
.category-title:hover a {
    color: #efad1f;
}

 /*Search bar css*/
 .search-radious-right{border-top-right-radius: 100px;
border-bottom-right-radius: 100px;}

 .search-radious-left{border-top-left-radius: 100px;
border-bottom-left-radius: 100px;}
