@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

* {
    padding: 0px;
    margin: 0px;
    font-family: "Oswald", sans-serif;
    box-sizing: border-box;
}

body {
    background: #e0e0e0;
}

:root {
    --main-color: #c80406;
    --black-color: #000000;
    --light-black-color: #9e9e9e;
}

a {
    text-decoration: none;
}

header {
    padding: 20px 0px;
    background: #ffffff;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
}

header .logo-text .logo a {
    font-size: 24px;
    color: var(--main-color);
}

header svg {
    fill: var(--main-color);
}

.search-section .search input {
    padding: 10px 50px;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #e0e0e0;
    outline: none;
    color: var(--black-color);
    font-size: 16px;
}

.search-section {
    background: #ffffff;
    padding: 0px 0px 20px 0px;
}

.search-section .search input::placeholder {
    color: var(--black-color);
}

.search-section .search {
    position: relative;
}

.search-section .search .search-icon {
    position: absolute;
    top: 8px;
    left: 16px;
}

.categories-section {
    background: #ffffff;
    padding: 20px 0px;
    margin: 20px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.categories-section .categories-box:first-child {
    margin-left: 0px;
}

.categories-section .container {
    overflow-x: scroll;
    flex-wrap: nowrap;
}

/* width */
.categories-section .container::-webkit-scrollbar {
    display: none;
}

/* Track */
.categories-section .container::-webkit-scrollbar-track {
    display: none;
}

/* Handle */
.categories-section .container::-webkit-scrollbar-thumb {
    display: none;
}

/* Handle on hover */
.categories-section .container::-webkit-scrollbar-thumb:hover {
    display: none;
}

.categories-section .categories-box {
    text-align: center;
    margin-left: 30px;
}

.categories-section .categories-box .image-box {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin: auto;
}

.categories-section .categories-box .image-box img {
    object-fit: cover;
    height: 100%;
}

.categories-section .categories-box span {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    color: var(--black-color);
}

.items-div {
    margin-top: 30px;
}

.items-div .item-box {
    background: #ffffff;
    padding: 3px;
    text-align: center;
    margin-bottom: 30px;
}

.items-div .item-box span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--black-color);
    display: block;
    padding: 10px 0px;
    font-size: 16px;
}

.wedding-spacial-drees {
    margin: 10px 0px;
}

.best-cloth {
    margin-top: 30px;
}

.best-cloth .item-box {
    background: #ffffff;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.best-cloth .item-box span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--black-color);
    display: block;
    padding: 10px 0px;
    font-size: 16px;
}

.title {
    font-size: 26px;
    margin-bottom: 20px;
}

.best-cloth {
    padding: 20px 0px;
    background: #add9e6;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.spacial-drees {
    margin-top: 10px;
    background: #ffffff;
    padding-bottom: 10px;
}

.recommended-cloth {
    background: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 10px;
}
.recommended-cloth .item-box {
    text-align: center;
    margin-bottom: 20px;
}

.recommended-cloth .item-box span {
    color: var(--black-color);
    font-size: 16px;
    display: block;
    margin: 10px 0px 0px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* .recommended-cloth .item-box .discount{
    margin-bottom: 10px;
} */
.recommended-cloth .item-box del {
    color: #A90406;
    margin-right: 10px;
}

.recommended-cloth .item-box a {
    color: var(--black-color);
}

.recommended-cloth .item-box .bank-offer {
    color: #085E19;
}

.main-heading {
    background: #ffc0cb;
    padding: 20px 0px;
}

.main-heading .title {
    margin-bottom: 0px;
}

.main-heading p {
    color: var(--black-color);
}

.main-heading a span {
    color: var(--black-color);
    font-size: 16px;
}

.background-white {
    background: #ffffff;
    padding-bottom: 20px;
}

.best-cloth-2 {
    background: #fbe7a2;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.main-heading-2 {
    background: #feefea;
}

.button_by_categories {
    text-align: center;
    margin: 20px 0px;
}

.button_by_categories a {
    padding: 8px 22px;
    border: 2px solid var(--main-color);
    display: inline-block;
    text-align: center;
    background: var(--main-color);
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.button_by_categories a:hover {
    background: transparent;
    color: var(--main-color);
}

.mobile-footer-icons {
    background: #ffffff;
    padding: 10px 0px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
}

.mobile-footer-icons .icons {
    text-align: center;
    width: 20%;
}

.mobile-footer-icons .icons svg {
    fill: var(--light-black-color);
}

.mobile-footer-icons .icons span {
    display: none;
}

.mobile-footer-icons .icons.active span,
.mobile-footer-icons .icons a:hover span {
    color: var(--main-color);
    display: block;
    margin-top: 5px;
    line-height: 1;
    font-size: 14px;
}

.mobile-footer-icons .icons.active svg,
.mobile-footer-icons .icons a:hover svg {
    fill: var(--main-color);
}

.profile-icon {
    margin: auto;
    padding: 50px;
    background: var(--main-color);
}

.menu-icon .menu .menu-inner{
    cursor: pointer;
}

.mobile-menu {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    height: 100%;
    transition: 0.3s;
    transform: scale(0, 1);
    transform-origin: 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.mobile-menu.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.mobile-menu .mobile-menu-inner {
    width: 260px;
    height: 100%;
    background: #ffffff;
    overflow-y: scroll;
    position: relative;
    z-index: 999;
}

/* width */
.mobile-menu .mobile-menu-inner::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.mobile-menu .mobile-menu-inner::-webkit-scrollbar-track {
    background: #e0e0e0;
}

/* Handle */
.mobile-menu .mobile-menu-inner::-webkit-scrollbar-thumb {
    background: var(--black-color);
}

/* Handle on hover */
.mobile-menu .mobile-menu-inner::-webkit-scrollbar-thumb:hover {
    background: #860002;
}

.mobile-menu ul {
    padding-left: 10px;
    margin-bottom: 0px;
}

.mobile-menu li {
    border-top: 1px solid #e0e0e0;
    list-style: none;
}

.mobile-menu li a {
    color: var(--main-color);
    padding: 10px;
    display: block;
}

.mobile-menu li a svg {
    margin-right: 10px;
}

.mobile-menu li.subscribe a {
    padding: 10px 0px;
    margin-left: 20px;
    width: 30px;
}

.mobile-menu li.subscribe a:first-child {
    margin-left: 0px;
}

.mobile-menu li:first-child {
    border-top: none;
}

.dh-menu-click {
    overflow: hidden !important;
}

.image-box:hover img,
.item-box:hover img {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


video{
    width: 100%;
    height: auto;
}

.image-box:hover img,
.item-box:hover img {
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
    /* border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; */
}


/* footer */

.footer-hny {
    background: #232020;
    padding: 40px 0px 20px 0px;
    margin: 0px 0px 66px 0px;
}
.footer-hny a.logo-footer {
    color: #fff;
    font-weight: 900;
}
.footer-hny ul.social-footerhny li {
    display: inline;
    margin-right: 16px;
}
.footer-hny ul.social-footerhny li a {
    color: #fff;
    display: flex;
    width: 36px;
    justify-content: center;
    align-items: center;
    height: 36px;
    background-color: #3a3535;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.footer-hny ul.social-footerhny li a:hover {
    background: #ff7315;
    transition: 0.3s ease;
}
.footer-hny ul.social-footerhny li a span.fa {
    color: #fff;
    font-size: 18px;
    line-height: 37px;
    margin: 0;
}
.google-play-btn {
    width: 180px;
}
.footer-hny ul{
    padding-left: 0px;
}
.footer-hny ul li{
    list-style: none;
}
.footer-hny .right-side h4 {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}
.footer-hny .sub-columns {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1.6fr 1fr;
    grid-gap: 20px;
    margin-top: 60px;
}
.footer-hny .sub-one-left h6, .footer-hny .sub-two-right h6 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.footer-hny .footer-hny-ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.footer-hny .footer-hny li {
    list-style: none;
}
.footer-hny .footer-hny-ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #a09292;
    margin: 0 0 10px 0;
    display: block;
}
.footer-hny .footer-hny-ul li a:hover, .footer-hny .columns p a:hover, .footer-hny .columns ul li a:hover {
    color: #ff7315;
}
.footer-hny .below-section {
    margin: 60px 0px 0px 0px;
}
.footer-hny .below-section {
    align-items: center;
    margin-top: 60px;
    border-top: 1px solid #565252;
    padding-top: 36px;
}
.footer-hny p {
    font-weight: normal;
    font-size: 16px;
    color: #a09292;
}
img.footer-logo {
    width: 135px;
}
.product-search-section .search{
    position: relative;
}
.product-search-section .search .search-icon{
    position: absolute;
    right: 20px;
    top: 8px;
}

.product-search-section .search input,
.product-search-section .search select{
    padding: 10px 20px;
    background: transparent;
    border: 1px solid var(--black-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    appearance: none;
    outline: none;
}
.product-search-section .search input::placeholder{
    color: var(--black-color);
}
.products-items a{
    margin-bottom: 20px;
    display: block;
}
.products-items .item-box {
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: var(--black-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
} 
.products-items .item-box img{
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
}
.products-items .item-box .teading{
    position: absolute;
    top: 20px;
    left: 0px;
    display: inline-block;
    background: #2387fa;
    padding: 5px 20px 5px 5px;
    color: #ffffff;
    z-index: 1;
    clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
.products-items .item-box .teading,
.products-items .item-box .popular{
    position: absolute;
    top: 20px;
    left: 0px;
    display: inline-block;
    background: #2387fa;
    padding: 5px 20px 5px 5px;
    color: #ffffff;
    z-index: 1;
    clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
.products-items .item-box .popular{
    background: var(--main-color);
}
.products-items .item-box .heart{
    position: absolute;
    right: 20px;
    top: 24px;
}
.products-items .item-box h2{
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.products-items .item-box span{
    margin-bottom: 10px;
    display: block;
}
.products-items .item-box .text{
    padding: 10px;
}
.products-items .item-box .prizes span{
    color: var(--main-color);
    margin-bottom: 0px;
}
.products-items .item-box .prizes .price-off{
    color: #085E19;
}
.categories-items .item-box {
    background: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 20px;
}
.categories-items .item-box:hover img{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.categories-items .item-box span{
    display: block;
    text-align: center;
    padding: 10px;
    color: #000000;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    background: var(--main-color);
}


.main-heading .row{
    flex-wrap: nowrap;
    overflow-x: scroll;
}


/* width */
.main-heading .row::-webkit-scrollbar {
    display: none;
}

/* Track */
.main-heading .row::-webkit-scrollbar-track {
    display: none;
}

/* Handle */
.main-heading .row::-webkit-scrollbar-thumb {
    display: none;
}

/* Handle on hover */
.main-heading .row::-webkit-scrollbar-thumb:hover {
    display: none;
}
.categories-items .item-box .image img {
    height: auto;
    object-fit: contain;
}
.categories-items .item-box span{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}








@media (max-width: 992px) {
    .footer-hny .right-side {
        margin-top: 2em;
    }
    .footer-hny .right-side h4 {
        font-size: 32px;
        line-height: 42px;
    }
}
@media (max-width: 767px) {
    .footer-hny .sub-columns {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .footer-hny .right-side h4 {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 575px) {
    .categories-section .categories-box .image-box {
        height: 60px;
        width: 60px;
    }
    .categories-section .categories-box span {
        font-size: 12px;
    }
    .categories-section .categories-box {
        margin-left: 20px;
    }
    .categories-section {
        padding: 10px 0px;
        margin: 10px 0px;
    }
    .items-div {
        margin-top: 10px;
    }
    .items-div .item-box .image img {
        height: auto;
    }
    .items-div .item-box span {
        padding: 4px;
        font-size: 12px;
    }
    .items-div .item-box {
        padding: 0px;
        margin-bottom: 10px;
    }
    .best-cloth {
        margin-top: 10px;
    }
    .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .best-cloth .item-box {
        margin-bottom: 10px;
    }
    .recommended-cloth .item-box span {
        font-size: 14px;
    }
    .recommended-cloth .item-box .bank-offer {
        font-size: 12px;
    }
    .recommended-cloth .item-box {
        text-align: center;
        margin-bottom: 10px;
    }
    .main-heading p {
        color: var(--black-color);
        font-size: 12px;
    }
    .recommended-cloth .item-box .discount{
        font-size: 14px;
    }
    .product-search-section .search input, .product-search-section .search select {
        padding: 6px 10px;
        font-size: 12px;
    }
    .product-search-section .search .search-icon {
        position: absolute;
        right: 20px;
        top: 2px;
    }
    .product-search-section .search .search-icon svg {
        height: 12px;
        width: 12px;
    }
    .products-items .item-box img {
        height: 200px;
        object-fit: cover;
    }
    .image.swiper-slide img{
        height: 80px;
    }
    .categories-items .item-box .image img {
        height: auto;
        object-fit: contain;
    }
}