/**
 * Theme Name:     Anmol Jewellers
 * Author:         Sourabh Themes
 * Template:       Divi
 * Text Domain:	   anmol-jewellers
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */
.et-login-icon {
    display: inline-block;
    margin-left: 30px;
    font-size: 18px;
    color: #fff;
    position: relative;
}
@media only screen and (max-width: 980px) {
  .et-login-icon {
    display: none !important;
  }

}
@media (max-width: 980px) {
.social_cls .et_pb_column {
        margin-bottom: 0px !important;
    }
}
.et-login-icon span::before {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/04/avatar.png);
    background-size: contain;
    background-repeat: no-repeat;
     width: 21px;
    height: 22px;;
    vertical-align: middle;
    top: -5px;
    position: relative;
}

.ccicon-cart:before {
/*     content: "\24"; */
   content: "";
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/04/shopping-bag.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    margin-right: 0px;
    vertical-align: middle;
    top: -5px;
    position: relative;
}



.cc-compass-count {
    background-color: #cc9d74;
}


.anmol-top-bar {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    font-weight: 500;
    position: fixed;
    z-index: 9999;
    width: 100%;
}
.cc-compass.cc-compass-open .licon::before {
    content: "\e901" !important;
    font-family: "caddy-public-icons";
    color: #000;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    transition: all 0.3s ease;
    background-image: NONE;
}
.cc-compass .licon::before {
    content: "\24";
    font-family: "caddy-public-icons";
    color: #fff;
    font-size: 28px;
    -webkit-font-smoothing: auto;
    content: "";
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/04/shopping-bag.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    /* margin-right: 10px; */
    vertical-align: middle;
    top: -2px;
    position: relative;
}
.cc_cart_items_list i, .cc_saved_items_list i {
    margin-right: 0px;
}
span.cc_cart_count {
    margin-left: 0px;
}
.cc-screen-tab .cc-poweredby {
    border-top: 0;
    display: none;
}

.anmol-bar-slider .bar-message {
    display: none;
    animation: fadeIn 1s ease-in-out;
    font-family: roboto;
    font-weight: 300;
}

.anmol-bar-slider .bar-message.active {
    display: inline-block;
    font-family: roboto;
    font-weight: 300;
}

.et_fixed_nav #main-header {
    position: fixed;
    background-color: rgb(0 0 0 / 84%) !important;
    top: 30px !important;
}

@media only screen and (max-width: 980px) {
  .et_pb_row_2_tb_footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px; /* spacing between icons */
  }

  .et_pb_row_2_tb_footer .et_pb_column {
    width: auto !important;
    float: none !important;
  }

  .et_pb_row_2_tb_footer .et_pb_text {
    text-align: center;
  }
}



