/* [simple-slider key="home-slider" ads_1="VC2C8Q1UGCBG" ads_2="NBDWRXTSVZ8N"][/simple-slider] */
/* [theme-ads key_1="Q9YDUIC9HSWS" key_2="IZ6WU8KUALYE"][/theme-ads] */

/* HTML */
 .container-html {
        display: flex;
   		margin: 30px;
    }
    .item-html {
        flex: 1;
        height: 350px; /* Set a height for demonstration */
        background-size: cover;
        background-position: center;
        position: relative;
        margin: 20px;
        border-radius: 10px;
    }
    .item-html .content-html {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background for text */
        padding: 10px;
        text-align: left;

    }
    .item-html.fashion {
        background-image: url('https://halalah.shop/storage/ads/rectangle-10.png'); /* Replace with your fashion background image */
           margin-top: 3em;
      margin-bottom: 2em;
  
    }
    .item-html.food {
        background-image: url('https://halalah.shop/storage/ads/rectangle-10-1.png'); /* Replace with your food background image */
           margin-top: 3em;
      margin-bottom: 2em;
    }
    .item-hml .content h2 {
        margin: 0;
    }

/* Header */
.header .header__top {
    /* padding: 25px 0; */
    background-color: var(--color-1st);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0;
}

.header .header__top .ps-container, .header .header__top .container {
    display: flex;
    flex-flow: row nowrap;
    padding-bottom: 20px;
}
/* Forms */

.ps-form--account {
    margin: 0 auto;
    max-width: 530px;
    padding-top: 100px;
  	margin-bottom: 20px;
}

/* Home Page */

#homepage-1 .ps-home-banner {
    padding-top: 0;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #homepage-1 .ps-home-banner .ps-banner {
        min-height: 500px;
    }
}

/* Home Featured Product */
.ps-product-list .ps-section__header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: white;
    border-bottom: 0;
}
.ps-product-list .ps-section__links li a {
    color: var(--color-1st);
    font-size: larger;
    font-weight: 500;
}
.ps-product-list .ps-section__header h3 {
    margin-bottom: 0;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}
@media (max-width: 500px) {
  .prod-col {
    display: flex;
  }
}
/* Header */
.header .header__top {
    background-color: #FFFBF4;
    border-bottom: 0;
}

.navigation > .ps-container, .navigation > .container {
    display: flex;
    flex-flow: row nowrap;
    background-color: #FFF5E5;
}

.navigation__extra > li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 0;
    height: 15px;
    background-color: #000; 
}

.ps-block--user-header .ps-block__right a:hover {
  color: black;
}


/* Footer */

.ps-footer {
    padding-top: 70px;
    background: #1C1C1C;
}
.widget_footer .widget-title {
    font-size: 16px;
    margin-bottom: 30px;
    color: white;
    font-weight: 600;
}
.ps-footer__copyright {
    padding: 35px 0;
    display: none;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
}
a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
}
.ps-list--link li a {
    display: inline-block;
    color: white;
    line-height: 20px;
    position: relative;
}
.ps-footer__widgets {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    padding-bottom: 35px;
    padding-right: 100px;
    padding-left: 100px;
}
@media (max-width: 760px) {
  .ps-footer__widgets {
    display: flex;
    flex-flow: column-reverse;
    justify-content: space-between;
    padding-bottom: 35px;
    padding-right: 0; 
    padding-left: 0; 
    font-size: medium;
}
}

.ps-footer__links {
    padding: 60px 0;
    border-top: 1px solid #e1e1e1;
    display: none;
}
/* Homepage */
#homepage-1 .ps-home-banner .ps-container {
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
}

.ps-product .ps-product__vendor {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 13px;
    line-height: 1.2;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 0;
}
@media (max-width: 760px) {
  .ps-collection {
    flex-direction: column;
   
}
}

/* Download App */
.ps-block--download-app {
    background-color: #ffff;
    padding: 80px 0 0;
    display: none;
}
.ps-block--download-app {
    background-color: #ffff;
    padding: 80px 0 0;
}
.ps-block--download-app h3 {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 500;
    margin-top: 5em;
}

/* Arrow up */
#back2top i {
    z-index: 10001;
    font-size: 14px;
    margin-bottom: -2px;
    color: #FF9900;
}

/* Features */

.ps-block--site-features {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 20px 40px;
    width: 80%;
    /* border: 1px solid #d9d9d9; */
    border-radius: 20px;
    margin-top: -8em;
    z-index: 1;
    position: relative;
    background: white;
    margin-left: auto;
    margin-right: auto;
}


.ps-block--site-features .ps-block__item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 15px 45px;
    border-right: 1px solid #dadada;
    max-width: 32%;
    th: 100%;
}
@media (max-width: 760px) {
  .ps-block--site-features {
    display: block;
    margin-top: 0;
    padding: 30px;
  }
  .ps-block--site-features .ps-block__item {
    /* display: flex; */
    /* flex-flow: row nowrap; */
    /* align-items: center; */
    padding: 0;
     border-right: 0;
    max-width: 100%;
    th: 100%;
    text-align: left;
}
  .ps-block--site-features .ps-block__right h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
}

.ps-block--site-features .ps-block__left i {
    font-size: 30px;
    color: #FF9900;
    font-weight: bolder;
    margin-right: 20px;
}


.ps-block--site-features .ps-block__right p {
    color: black;
    margin-bottom: 0;
    font-size: 11px;
}
}

@media (min-width: 760px) and (max-width: 1100px) {
  .ps-block--site-features .ps-block__item {
    display: flex; 
    flex-flow: column;
}
  
}


/* Newsletter */
.ps-form--subscribe-popup h4 {
    /* color: black; */
    margin-bottom: 10px;
    /* font-size: 22px; */
    font-weight: 500;
    /* -webkit-text-stroke: 1px black; */
    color: black;
    font-size: 25px;
    -webkit-text-stroke: 0.1px white;
     text-shadow: 1px 1px white;
}
.ps-btn, button.ps-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    background-color: #FF9900;
    transition: all 0.4s ease;
    cursor: pointer;
}
.ps-form--newsletter p {
    margin-bottom: 0;
    color: black;
}
.ps-newsletter {
    padding: 65px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #FFE0B3;
}
.ps-form--newsletter h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 40px;
}
}.ps-form--newsletter p {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.6em;
    color: black;
}
.form-group--nest input {
    border-radius: 10px 0 0 10px;
    border-color: #ccc;
    border-right: none;
}
.form-control {
    outline: none;
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 0;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 #000;
}
.form-group--nest .ps-btn {
    border-radius: 0 10px 10px 0;
    padding-left: 25px;
    padding-right: 25px;
}

/* Terms and Condition */

.terms-condition {
  display: flex;
}

.terms-condition a {
  margin: 5px;
  cursor: pointer;
  font-weight: 500;
}

.terms-condition a:hover {
  color: var(--color-1st); 
}

.terms-condition-active {
   color: var(--color-1st);
   font-size: 1.1em;
}

.terms-condition-left {
  width: 20%;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 5em;
    border-right: 1px solid lightgray;
    margin-right: 2em;
  
}

.terms-condition-right {
  width: 70%;
}

.terms-icon {
   display: none;
  }

.terms-condition-bread {
   display: none;
}

@media (max-width: 750px) {
  .terms-condition-left {
    display: none;

}
}

@media (max-width: 900px) {
    .terms-condition-left {
      margin-left: 0
  }
  .terms-condition-right {
  width: 100%;
}

}