@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&family=Tajawal:wght@200;300;400;500&display=swap');
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

/* Start Navbar */
.bg-body-tertiary {
    background-color:hsl(0deg 0% 100% / 0%)!important;
}

.white-bg{
    background-color: #fff !important;
}

div#offcanvasRight {
    z-index: 9999999999;
}

div#st-1 {
    z-index: 1000;
}

nav.navbar.navbar-expand-md.bg-body-tertiary {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
/* .h-icons i {
    font-size: 25px;
    color: #fff;
} */

.input-error {
    border: 1px solid red !important;
}

ul.home-categories {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

ul.home-categories li a {
    margin: 5px;
    padding: 5px 15px;
    border: 2px solid #000;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    background: #000;
}

ul.home-categories li {
    flex: 0 0 auto;
    margin-right: 10px;
    margin-bottom: 15px;
}

span.discount-percentage {
    color: #ff6500 !important;
    background: #fff3cd;
    padding: 3px 5px;
    margin-right: 10px;
    font-size: 12px;
}
.cart-icon-nav:hover{
cursor: pointer;
}
.cart-icon-nav span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
}
/* End Navbar */

a.copyrights {
    display: block;
    margin-top: -20px;
    font-size: 12px;
    text-decoration: none;
    color: #333;
}

/* Start Landing */
.landing {
    width: 100%;
    background-image: url(..//images/Herro-Banner.png);
    border-radius: 0px 0px 40px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center ;
    padding-top: 185px;
    margin-top: -100px;
}
.landing h1 {
    font-size: 60px;
}
.landing h4 {
    font-size: 24px;
    margin-top: 13px;
    margin-left: 75px;
    margin-bottom: 25px;
}
.box {
    width: 465px;
    height: 50px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.box > i {
    font-size: 20px;
}

.cart-icon i{
    font-size: 28px;
}

.box > input {
    flex: 1;
    height: 40px;
    border: none;
    outline: none;
    font-size: 18px;
    padding-left: 10px;
}
.btn-sec1 > button {
    width: 209px;
    margin-top: 25px;
    margin-left: 115px;
    background-color: #111618;
    border: none;
    border-radius: 57px;
    color:#FDFDFD;
    height: 52px;
}
.passage {
    margin-top: 60px;
}
.passage > h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}
.passage > p {
    font-size: 16px;
    font-weight: 500;
}
.passage > .list-dot {
    width: 11px;
    height: 11px;
    background: #000;
    transform: rotate(287deg);
    float: left;
    margin-top: 8px;
    margin-right: 15px;
}

/* Start products */
.sec2 {
    display: inline-flex;
    justify-content: space-between;
}
.btn-sec2 > .btn-2 {
    width: 169px;
    height: 34px;
    margin-top: 40px ;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 20px;
}
.btn-2 {
    margin-top: 20px;
}
.product-box {
    border: none;
    border-radius: 12px;
    padding: 8px;
    margin-top: 30px;
    background: #FDFDFD;
    box-shadow: 0px 4px 28px -2px rgba(0, 0, 0, 0.08);
}
.product-img {
    border-radius: 10px ;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.card-text {
    font-family: 'Tajawal';
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 8px;
    height: 75px;
}
.buy_btn {
    width: 100%;
    display: inline-flex;
    background: #FFF0E6;
    height: 44px;
    border-radius: 8px;
    margin-top: 8px;
}
.buy_btn > p {
    margin-left: 15px;
    padding-top: 8px;
    font-weight: 500;
    font-size: 14px;
}
.buy_btn > .time-watch {
    color: #FF6500;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 20px;
}
/* End products */

/* Start Deliveries Sec  */
.deliveries {
    background-image: url(../images/Banner.png);
    width: 85%;
    height: 378px;
    margin-top: 120px;
    background-position: 65%;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.deliveries > .inner6 {
    padding: 64px 85px;
}
.inner7 {
    display: inline-flex;
}
.inner7 > h1 {
    font-style: normal;
    font-weight: 700;
    font-family: 'Inter';
    font-size: 46px;
}
.inner7 > .car-icon {
    color:#FF6500;
    font-size: 40px;
    margin: 15px 22px;
}
.inner6 > p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 50px;
}
.btn-outline-warning {
    width: 177px !important;
    height: 48px;
    background: #FF6500;
    border-radius: 57px;
    border: none;
    color: #fff;
 }
/* End Deliveries Sec  */

/* Start Footer  */
.footer {
    background-color: #FAFAFA;
    margin-top: 50px;
    padding-top: 15px;
}
.footer-content {
    display: flex;
    justify-content: space-between;
}

.brand_logo_footer {
    margin-top: 10px;
}
.d-flex {
    justify-content: end;
}
.footer .facebook {
    background-color: #000;
    width: 20px;
    height: 18px;
    margin-top: 6px;
}
.footer .facebook,
  .instagram,
  .youtube {
    font-size: 24px;
}

/* Shop page */


/* Landing */
.chevron-icon {
    margin-top: 16px;
    padding-left: 10px;
    font-size: 11px;
}
.cshowcase-area {
    background-image: url(../images/Banner2.png);
    height: 378px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 90px;
}
.cshowcase-area h1 {
    font-size: 53px;
    color: #fff;
    padding-top: 50px;
    padding-left: 77px;
}
.cshowcase-area h4 {
    font-size: 24px;
    margin-top: 13px;
    margin-left: 125px;
    margin-bottom: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 2;
    font-family: 'Inter';
}
.search-bar {
    width: 465px;
    height: 50px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-left: 45px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.search-bar > i {
    font-size: 20px;
}
.search-bar > input {
    flex: 1;
    height: 40px;
    border: none;
    outline: none;
    font-size: 18px;
    padding-left: 10px;
}
.btn-page2 {
    padding-left: 50px;
    padding-top: 5px;
}
.btn-page2 > button {
    width: 209px;
    margin-top: 25px;
    margin-left: 115px;
    background-color: #111618;
    border: none;
    border-radius: 57px;
    color:#FDFDFD;
    height: 52px;
}
.categories {
    margin-top: 30px;
}
.ticket-icon {
    font-size: 20px;
    margin-top: 15px;
}
.categories-links {
    text-decoration: none;
    color: #000;
    margin-left: 10px;
}
.cat-badge {
    background-color: #FF6500;
    font-size: 11px;
    margin-left: 14px;
}
.container-parent {
    padding-top:20px ;
}
.cat-name h2 {
    font-size: 24px;
    font-weight: 400;
}
.widget-content {
    margin-top: 28px;
}
.spacer {
    height: 100px;
}
.cat-line {
    height:1px;
    background-color: #efefef;
    width: 100%;
}

/* Product Page */

.flex-box {
    display: flex;
    width: 1000px;
    margin: 20px auto;
}
.left {
    width: 40%;
}
/* .big-img {
    width: 100%;
} */
.big-img img {
    border-radius: 10px;
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.images {
    display: flex;
    margin-top: 15px;
}
.small-img {
    width: 70px;
    margin-left: 25px;
    transition: 1s all ease-in-out;
}
.small-img:first-child {
    margin-left: 10px;
}
.small-img img {
    width: inherit;
    cursor: pointer;
    object-fit: contain;
    transition: all 0.3s ease;
    border-radius: 6px;
}
.small-img:hover {
    transform: scale(1.1);
}
.social-media  {
    display: flex;
    margin-top: 30px;
}
.social-media p {
    font-size: 18px;
    font-weight: 500;

}
.share,
.face,
.insta,
.yout {
    font-size: 27px;
}

.url {
    font-size: 16px;
    font-weight: 400;
    display: flex;
}
.stocks {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}
.Pragraph {
    font-size: 24px;
    font-weight: 500;
}
.price {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
}

.cart-product-price, .currency {
    display: inline-flex;
    margin-right: 5px;
}

.size {
    display: flex;
    align-items: center;
    margin: 20px  0;
}
.some-text {
    font-size: 18px;
    font-weight: 500;
}
.psize {
    width: 60px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100px;
    color: #000;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
}
.btn-box {
    display: flex;
    margin-top: 40px;
}
.btn-box button {
    font-size: 18px;
    padding: 8px 25px;
    border: none;
    outline: none;
    border-radius: 57px;
    cursor: pointer;
    color: #fff;
}
.cart-btn {
    transition: all 0.3s ease-in-out;
    background-color: #000;
}
.cart-btn:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}

.add-to-cart-success {
    display: none;
    opacity: 0;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}
.product-details {
    background-color: #FDFDFD;
    border: 2px solid #EBEEEF;
    border-radius: 20px;
    margin-top: 95px;
    padding: 30px;
}
.inner11 {
    font-size: 20px;
}
.inner12 {
    font-size: 30px;
}

/* Account Details  */
.account-details,
.oreder-sammry {
    background-color: #FDFDFD;
    border: 2px solid #EBEEEF;
    border-radius: 20px;
    margin-top: 95px;
    padding: 30px;
    height: 680px;
}
.icon-img {
    width: 18%;
    height: 26px;
}
.account {
    color: #FF6500;
}
.account,
.shipping,
.payment {
    font-size: 20px;
    padding: 0 10px 0 10px;
}
.account-details p {
    font-size: 20px;
    font-weight: 500;
    padding-left: 45px;
    line-height: 65px;
}
.form-address,
.form-pass {
    width: 430px;
    height: 47px;
    border-radius: 5px;
    background-color: #F2F2F2;
}
.box-left {
    display: flex;
    padding-left: 45px;
}
.form {
    padding-left: 45px;
}
.btn-login {
    display: flex;
    padding-left: 85px;
}
.btn-login p {
    font-size: 16px;
    font-weight: 400;
}
.btn-login button {
    width: 125px;
    height: 45px;
    margin-left: 25px;
    margin-top: 10px;
}
.form-line {
    height: 1px;
    background-color: #EBEEEF;
    width: 100%;
    margin-top: 80px;
}
.btn-continue {
    width: 206px;
    height: 46px;
    margin-top: 30px;
    margin-left: 120px;
}
.oreder-sammry h5 {
    font-size: 20px;
    font-weight: 500;
}
.oreder-sammry img {
    width: 145px;
    height: 137px;
    margin-top: 25px;
    border-radius: 6px;
}
.oreder-sammry p {
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
}
.oreder-sammry span {
    font-size: 20px;
    font-weight: 700;
}
.square {
    display: flex;
    text-align: center;
    margin-left: 260px;
}
.plus,
.minus {
    width: 35px;
    height: 30px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    margin: 0 10px;
    cursor: pointer;
}
.inner-6 {
    display: flex;
    justify-content: space-between;
}
/* Page Form */
.about-section  h6 {
    margin: 0;
}
.form-submit button {
    border: none;
}
.color-orange {
    color: #f98500;
}
.section-elment {
    display: flex;
    gap: 25px;
}
/* about */
.about-section {
    width: 60%;
    background-color: #FDFDFD;
    border: 2px solid #EBEEEF;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: start;
    justify-content: center;
}
.about-color {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.about-done {
    position: relative;
    width: 130px;
    height: 20px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.done {
    width: 10px;
    height: 10px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 8px;
}
.about-done::after {
    content: "";
    position: absolute;
    width: 26%;
    height: 1px;
    background-color: #f98500;
    bottom: 7px;
    left: 0;
}
.about-done::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 1px;
    background-color: #f98500;
    right: 0;
    bottom: 7px;
}
.done-black {
    background-color: black;
}

.form-content {
    margin-bottom: 15px;
    position: relative;
}
.about-form {
    margin-top: 30px;
}
label {
    display: block;
    margin-bottom: 10px;
}
.input-form {
    border: none;
    background-color: #F2F2F2;
    padding: 10px;
    width: 100%;
}
input:focus {
    outline: none;
}
select {
    -webkit-appearance: none;
}
select:focus {
    outline: none;
}
.span-select {
    position: absolute;
    top: 55px;
    right: 20px;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid black;
    border-right: 8px solid transparent;
    transform: rotate(180deg);
}
.form-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.button-submit {
    width: 200px;
    height: 60px;
    background-color: black;
    color: white;
    border-radius: 10px;
}
.actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
    gap: 20px;
}
.actions button {
    background-color: black;
    color: white;
    border: none;
    width: 110px;
    border-radius: 6px;
    height: 55px;
    padding: 15px 35px;
    outline: none;
}
.middle-line {
    width: 100%;
    height: 1px;
    background-color: #E2E8F0;
    margin-top: 110px;
}
.button-as-a-guest {
    border-top: 2px solid #ebeeef;
    width: 100%;
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center;
}
.button-as-a-guest button{
    margin: 0 auto 0;
    text-align: center;
    margin-top: 30px;
    background-color: black;
    color: white;
    height: 55px;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
}
/* gallery */

.gallery {
    width: 40%;
    background-color: #FDFDFD;
    border: 2px solid #EBEEEF;
    border-radius: 10px;
    padding: 20px 30px;
}
.gallery-box {
    margin-top: 95px;
}
.gallery-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gallery-content h6 {
    font-size: 20px;
    font-weight: 500;
}
.img-gallery {
    width: 143px;
    height: 137px;
    margin-top: 30px;
    border-radius: 6px;
}
.gallery-sallery p {
    font-size: 16px;
    font-weight: 500;
}
.number-egypt {
    font-size: 20px;
    font-weight: 700;
}
.gallery-sallery {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.content-sallery {
    display: flex;
    gap: 5px;
    margin-top: -5px;
}
.content-sallery .number {
    margin-top: 6px;
}
.negative , .plus{
    width: 35px;
    height: 35px;
    background-color: white;
    display: flex;
    justify-content: center;
    border: 2px solid #565656;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
}
.photo {
    width: 95px;
    height: 120px;
    border-radius: 6px
}
.text-1 {
    font-size: 14px;
    font-weight: 500;
}
.trash-icon {
    font-size: 16px;
    margin-left: 8px;
}
.text-2 {
    margin-left: 81px;
    font-size: 14px;
    line-height: 5px;
}
.cart-product-price {
    margin-top: -10px;
}
.buttons-content .negative, .plus {
    /* width: 25px;
    height: 29px; */
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}
.buttons-content .number {
    margin-top: 2px;
    padding-left: 7px;
}
.offcanvas-body span {
    margin-left: 120px;
    font-size: 16px;
    font-weight: 500;
}

.cart-container h4 {
    text-align: center;
    margin-top: 50%;
    font-size: 21px;
    color: #212529;
}

.cart-container h4 p {
    margin-top: 20px;
    font-size: 21px;
    font-weight:200
}

.remove-cart-product {
    cursor: pointer;
}

.cart-item{
    margin-bottom: 20px; padding-bottom: 20px;  border-bottom: 1px solid  #f1f1f1;
}

.cart-wrapper i{
    font-style: normal;
}

.lower-part {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0px -3px 17px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-left: -15px;
    width: 100%;
}
.cart-wrapper .d-flex{
    justify-content: start;
}
.clause1 {
    margin-right: 10px;
}
.clause2 {
    padding-left: 7px;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color: #f98500;
}

.categories-mobile {
    margin-bottom: 30px;
}


.offcanvas-body {
    overflow-x: hidden;
}



input#productQuantity {
    margin-top: -5px;
}


.cart-container {
    margin-bottom: 150px !important;
}

.pagination-portion {
    margin-top: 35px;
}

.pagination-portion .active>.page-link, .page-link.active {
    z-index: 3;
    color: #ff6500;
    background-color: #fef1e6;
    border-color: #ff6500;
}

.pagination-portion .page-link {
    color: #ff6500;
}

.cart-btn-container-mobile{
    margin-left: 150px;
    display: none;
}

.price-before{
    text-decoration: line-through;
    color: #565656;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.product-box span:not(.price-before){
    color:#ff8434;
    font-weight:bold;
}

/* Media Queries */

@media (max-width:1199px) {
    .buy_btn > p {
        font-size: 11px;
    }
}

@media (max-width:992px) {
    .section-elment {
        flex-wrap: wrap;
    }
    .about-section {
        width: 100%;
    }
    .gallery {
        width: 100%;
    }
    .shop-nav .navbar-nav{
        flex-direction: initial !important;
    }

    .cshowcase-area h1, .btn-page2 {
        padding-left:0px;
    }

    .cshowcase-area h4 ,.btn-page2 > button{
        margin-left:0px;
    }

    .shop-with-shein {
        text-align: center;
    }

    .search-bar {
        width: 90%;
        margin: auto;
    }
}

@media (max-width:850px) {
    .product-box.card span {
        /*font-size: 12px;*/
    }
    .buy_btn > p {
        font-size: 11px;
        margin-top: 5px;
    }
}


/* tablet size */
@media (max-width:767px) {
    .shein-product{
        margin-top: 20px;
    }

    .cart-btn-container-mobile{
        display: block;
    }

    .cart-icon-nav .cart-icon{
        display: none;
    }

    .product-details .images {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
    }
}

@media (min-width: 500px)and (max-width:991px) {
    .landing {
        margin-top: 0;
    }
    .cart-icon-nav {
        justify-content: start;
    }
}
@media (max-width:576px) {
   .deliveries h1 {
        font-size: 25px;
}
    .deliveries > .inner6 {
        padding-right: 10px;
        padding-left: 10px;
}
    .inner7 > .car-icon {
        color: #000;
}
    .widget-content {
        display: none;
}
}
@media (min-width:577px) {
    .categories-mobile {
        display: none;
    }
}

/* Landing */
@media (max-width: 576px) {
    .buy_btn > p {
        font-size: 14px !important;
    }
    .landing {
        background-image: url(..//images/Herrobanner-responsive.png);
    }
    .landing h1 {
        font-size: 50px;
        text-align: center;
    }
    .landing h4, .box {
        text-align: center;
        margin: 20px;
        width: auto;
     }
    .btn-sec1 button {
        margin-left: 50%;
        transform: translateX(-100px);
    }
    .small-img {
        width: 55px;
        margin-left: 6px
    }
}
@media (min-width: 500px) and (max-width: 991px) {
    .cshowcase-area {
        background-image: url(..//images/Banerbg.png);
    }
}
@media (max-width: 500px) {
    .cshowcase-area h1 {
        font-size: 40px;
        color: #fff;
        padding-top: 57px;
        padding-left: 65px;
    }
    .cshowcase-area h4 {
        font-size: 19px;
        margin-top: 10px;
        margin-left: 100px;
        margin-bottom: 22px;
        color: #fff;
        font-weight: 400;
        line-height: 2;
        font-family: 'Inter';
    }
    .cshowcase-area h4 {
        font-size: 19px;
        margin-top: 10px;
        margin-left: 100px;
        margin-bottom: 22px;
        color: #fff;
        font-weight: 400;
        line-height: 2;
        font-family: 'Inter';
    }
    .btn-page2 > button {
        width: 200px;
        margin-top: 25px;
        margin-left: 70px;
        height: 45px;
    }

    .cart-btn-container-mobile {
        margin-left: auto;
        margin-right: 20px;
    }
}

@media (max-width:450px) {
    .about-color {
        flex-wrap: wrap;
    }
    .button-submit {
        width: 170px;
        height: 50px;
    }

}
@media (max-width:350px) {
    .negative, .plus {
        width: 30px;
        height: 30px;
    }
}

@media (max-width:576px) {
    .content-1 {
        order: 2;
    }
}
@media (max-width:720px) {
    .content-1 {
        order: 2;
    }
}












