/*
Theme Name: Costica Child
Template: costica
Version: 1.0.0
Text Domain: costica-child
*/

/* @import url("../costica/style.css"); */

/* Header top Css  */

.header-top > div {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}


/* ul , ol css  privacy and term of service page */

.ul-ol-li-class p {
  margin-bottom: 1.2rem;
}

/* Only override list styles within your content area */
.ul-ol-li-class ol {
  list-style-type: decimal !important;
  margin-left: 1.5rem;
}

.ul-ol-li-class ol ol {
  list-style-type: lower-roman !important;
  margin-left: 1.5rem;
}

.ul-ol-li-class ol ol ol {
  list-style-type: lower-alpha !important;
  margin-left: 1.5rem;
}

.ul-ol-li-class h4{
  margin-top: 20px;
}
.ul-ol-li-class li{
  margin-bottom: 10px;
}

.ul-ol-li-class ul {
  list-style: disc inside !important; 
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.ul-ol-li-class ul li {
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.6; 
}


/* Header store location hide */

.rbb-location.flex.items-center.justify-center.mr-8 {
    display: none;
}
