:root {
    --mainGrey: #eeeeee;
    --mainBlack: #7a7a7a;
    --lightBlue: #75b7fd;
    --black: #000000;
    --darkBlue: #3661ee;
    --white: #ffffff;
    --skyblue: #c5cffc;
}

/* Carousel */
.carousel-item {
    position: relative;
  }
  
  .carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* 0.5 is the darkness level */
    z-index: 1;
  }
  
  .carousel-caption {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
  }
  
.header_top_items {
    font-weight: bold;
}

/* Alert Message css */
.alert_message {
    position: fixed;
    top: 250px;
    right: 5%;
    width: 50%;
    z-index: 2000;
    /* overflow: auto; */
}

/* Hidding Item  */
.hide_item {
    opacity: 0;
}


/* Feature products */
.featured {
    margin: 50px auto;
}

/* product card styles  */

.store {
    border-bottom: 8px solid #75b7fd;
}

.search-box {
    background: var(--mainPink);
    color: var(--mainBlack);
}

.single-item {
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
    height: 350px;
}

.single-item:hover {
    box-shadow: 0 10px 15px rgb(0, 0, 0);
}

.img-container {
    cursor: pointer;
    overflow: hidden;
}

.store-img {
    transition: all 1s ease-in-out;
}

.img-container:hover .store-img {
    transform: scale(1.2);
}

.text-container {
    background: var(--mainGrey);
}

.store-item-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1rem;
    background: var(--lightBlue);
    border-top-left-radius: 1rem;
    transition: all 1s ease-in-out;
    transform: translate(100%, 100%);
    color: #fff;
    width: 50px;
    height: 50px;
}

.single-item:hover .store-item-icon {
    transform: translate(0, 0);
}

.store-item-icon:hover {
    background: var(--black);
}

.store-item-icon i {
    transition: all 1s ease-in-out;
    font-size: 25px;
}

.store-item-icon:hover i {
    transform: scale(1.3);
}

/* Feature items */
.box {
    position: relative;
}

.box .icon {
    position: absolute;
    top: 0;
}

#nav-menu {
    border-bottom: 8px solid #75b7fd;
}

/* Signin and Signup form */
#form-container {
    background-color: var(--mainGrey);
    padding: 30px;
}

.signup-form {
    width: 60%;
    margin: 20px auto;
    background-color: var(--white);
    padding: 20px;
    position: relative;
}

.signup-form label {
    text-align: end;
}

.form_label {
    width: 20%;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
    float: left;
}

.form_input {
    width: 70%;
    display: inline-block;
}

.signup-form .login-btn {
    padding: 0px 5px;
    border-radius: 5px;
}

.signup-form .login-btn:hover {
    background: var(--lightBlue);
}

#marquee-text {
    display: inline;
    color: var(--mainGrey);
    font-weight: 700;
    font-weight: bolder;
    text-shadow: 2px 2px 4px #000000;
}

#marque-span {
    font-size: 24px;
    color: var(--mainGrey);
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-weight: bolder;
    color: rgb(238, 215, 111);
    text-shadow: 2px 2px 4px #000000;
}

.alert-div {
    width: 50%;
    position: fixed;
    top: 0;
    margin-left: 25%;
    margin-top: 20px;
    overflow: auto;
    z-index: 2000;
}

#carousel-div h3 {
    height: 30px;
    font-size: 2.5rem;
    font-family: "Arial Narrow Bold", sans-serif;
    font-weight: bolder;
    color: var(--darkBlue);
    text-shadow: 2px 2px 4px #000000;
    letter-spacing: 2px;
}

#carousel-div p {
    font-family: "Arial Narrow Bold", sans-serif;
    font-weight: bolder;
    color: #eaf2f7;
    text-shadow: 2px 2px 4px #000000;
    margin-top: 20px;
    font-size: 18px;
}

#order-container {
    padding: 50px;
    background-color: var(--mainGrey);
    border-bottom: 3px solid var(--lightBlue);
}

#order-container label {
    display: inline-block;
    width: 200px;
}

#order-container #customer-info span {
    font-weight: 700;
}

#cart-icon a:hover {
    color: #000000;
}

#quotationBtn:hover {
    background-color: var(--black);
}

#shipping-info label {
    margin: 0px;
}

/* carousel */
#carousel-div {
    position: relative;
}

#carousel_header {
    position: absolute;
    top: 50px;
    left: 20%;
    z-index: 100;
    text-align: center;
    font-weight: 800;

    color: white;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa,
        0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3),
        0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
        0 20px 20px rgba(0, 0, 0, 0.15);
}

#carousel_header #head1 {
    display: block;
}

.carousel-item img {
    /*filter: brightness(90%);*/
}

/* Enquiry */
#enquires {
    height: 400px;
}

/* category card */
.card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
    position: absolute;
    content: "";
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
    padding: 10px;
}

/* message alert */

#main-content {
    position: relative;
}

#alert_container {
    position: absolute;
    top: -120px;
    left: 25%;
    width: 50%;
    /* margin: 50px auto; */
}

.form_link {
    color: var(--darkBlue);
    font-weight: bold;
}

.form_link:hover {
    color: #000000;
    text-decoration: underline;
}

/* Modal */
@media screen and (min-width: 676px) {
    .modal-dialog {
        max-width: 700px;
        min-width: 500px;
    }
}

#enquiry label {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: var(--darkBlue);
}

/* search item */
.not-visible {
    display: none;
}

#search_result_box {
    width: 100%;
    height: auto;
    z-index: 2000;
    position: absolute;
    top: 70px;
    background-color: var(--white);
    padding: 20px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
    transition: 0.5s;
    border-radius: 7px;
}

.search_prod_item {
    text-decoration: none;
}

.items_row {
    margin: 0 -5px;
}

/* Clear floats after the columns */
.items_row:after {
    content: "";
    display: table;
    clear: both;
}

.item_column {
    float: left;
    width: 33%;
    height: 300px !important;
    padding: 10px;
    margin-bottom: 40px;
}

.searchedImg {
    width: 100%;
    height: 200px;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
    .item_column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Style the counter cards */
.search_card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: #f1f1f1;
}

/* Style the counter cards */
.search_prod_item_box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* padding: 16px; */
    text-align: center;
    background-color: #f1f1f1;
}

.card_title {
    font-size: 14px;
    text-transform: capitalize;
}

.card_price {
    font-size: 16px;
    margin-top: 10px;
}
