@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;
    width: 100%;
}

header .logo-text .logo a {
    font-size: 20px;
    color: var(--main-color);
}

header svg {
    fill: var(--main-color);
    height: 26px;
    width: 26px;
}

.search-section .search input {
    padding: 6px 40px;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #e0e0e0;
    outline: none;
    color: var(--black-color);
    font-size: 14px;
}

.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: 3px;
    left: 12px;
}

.search-section .search .search-icon svg {
    height: 16px;
    width: 16px;
    fill: var(--black-color);
}

.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;
    z-index: 1;
}

.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;
}


/* new */
.items_mein .item-box {
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.items_mein .item-box .image {
    background: #fff;
    position: relative;
    height: 200px;
}

.items_mein .item-box .image img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.items_mein .item-box .image video,
.items_mein .item-box .image img,
.items_mein .item-box .image iframe {
    height: 200px;
}

.items_mein .item-box .progress_section {
    background: #ffffff;
    padding: 10px 20px;
}

.items_mein .item-box h4 {
    font-size: 14px;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
}

.items_mein .item-box h4.rating {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.items_mein .item-box h4 span {
    color: var(--main-color);
    font-family: Arial, Helvetica, sans-serif;
}

.items_mein .item-box h4 div {
    font-family: Arial, Helvetica, sans-serif;
}

.items_mein .item-box span {
    display: inline-block;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.items_mein .item-box .progress {
    background: #9e9e9e;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.items_mein .item-box .progress .progress-bar {
    background: #c80406;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    font-family: Arial, Helvetica, sans-serif;
}

.items_mein .item-box .title_items {
    background: #ffffff;
    padding: 10px 20px;
}

.items_mein .item-box h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.items_mein .item-box h3.date {
    font-size: 12px;
    color: #ff7315;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
}

.items_mein .item-box .requ_text {
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
}

.items_mein .item-box .requ_text span {
    color: #ff7315;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.items_mein .item-box .product_title {
    margin-bottom: 30px;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
}

.items_mein .item-box .argent_top {
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1;
    padding: 3px 20px 3px 10px;
    clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    background: #ff7315;
    color: #ffffff;
}

.rukmani_image {
    text-align: end;
}

.rukmani_image img {
    width: 70px !important;
}

.support_icon {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 11;
    width: 40px;
    height: 40px;
}

.support_icon_inner {
    height: 100%;
    position: relative;
    background: var(--main-color);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support_icon_inner:before {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid var(--main-color);
    border-radius: 50%;
    animation: support_icon_innereffects 1.5s linear infinite;
    -webkit-animation: support_icon_innereffects 1.5s linear infinite;
    animation-delay: 0.8s;
}

.support_icon_inner:after {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid var(--main-color);
    border-radius: 50%;
    animation: support_icon_innereffects 1.5s linear infinite;
    -webkit-animation: support_icon_innereffects 1.5s linear infinite;
    animation-delay: 0.4s;
}

@keyframes support_icon_innereffects {
    0% {
        transform: scale(0.5);
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.support_icon span {
    font-size: 10px;
    text-align: center;
    display: block;
    margin-top: 2px;
    color: var(--main-color);
}

.items_mein .item-box .progress_section .progess_inner {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    background: #ffd577;
}

.items_mein .item-box .button {
    display: inline-block;
    background: #ffd577;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 14px;
    color: #000000;
    line-height: 1
}

.video_icons {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_icons .video_inner {
    background: #c80406;
    padding: 15px 22px 15px 16px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    cursor: pointer;
}

.video_icons .icon {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    height: 28px;
    width: 20px;
    background: #ffffff;
}




@media (max-width: 1920px) {
    .items_mein .item-box .image {
        height: 234px;
    }

    .items_mein .item-box .image video,
    .items_mein .item-box .image img,
    .items_mein .item-box .image iframe {
        height: 234px;
    }
}

@media (max-width: 1399px) {
    .items_mein .item-box .image {
        height: 200px;
    }

    .items_mein .item-box .image video,
    .items_mein .item-box .image img,
    .items_mein .item-box .image iframe {
        height: 200px;
    }
}

@media (max-width: 1199px) {
    .items_mein .item-box .image {
        height: 166px;
    }

    .items_mein .item-box .image video,
    .items_mein .item-box .image img,
    .items_mein .item-box .image iframe {
        height: 166px;
    }
}

@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: 991px) {
    .items_mein .item-box .image {
        height: 189px;
    }

    .items_mein .item-box .image video,
    .items_mein .item-box .image img,
    .items_mein .item-box .image iframe {
        height: 189px;
    }
}

@media (max-width: 767px) {
    .footer-hny .sub-columns {
        grid-template-columns: 1fr 1fr;
    }

    .items_mein .item-box .image {
        height: 100%;
    }

    .items_mein .item-box .image video,
    .items_mein .item-box .image img,
    .items_mein .item-box .image iframe {
        height: 100%;
    }
}

@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.topslider img {
        height: 80px;
    }

    .homeslider img {
        height: 215px !important;
    }

    .categories-items .item-box .image img {
        height: auto;
        object-fit: contain;
    }

    .items_mein .item-box .image img {
        height: 100%;
    }

    .items_mein .item-box .image {
        height: 290px;
    }

    /* .rukmani_image img {
        width: 70px !important;
    } */
}

@media (max-width: 415px) {
    header .logo-text .logo a {
        font-size: 14px;
    }
}


/* video play css */
/**Typeo CSS End**/
.video-custom {
    margin: 40px auto;
    max-width: 800px;
    position: relative;
}

.video-custom .poster-img {
    display: block;
}

.video-custom video {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.video-custom .play-btn,
.video-custom .pause-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 3;
    cursor: pointer;
    transition: 0.5s all;
    overflow: hidden;
}

.video-custom .pause-btn {
    display: none;
}

.video-custom .play-btn i {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 18px solid #000000;
    border-right: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
}

.pause-btn i {
    position: absolute;
    left: -3px;
    right: 0px;
    bottom: 0px;
    top: 2px;
    margin: auto;
    width: 16px;
    height: 24px;
    flex-flow: row wrap;
}

.pause-btn i:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #000;
    display: inline-block;
}

.pause-btn i:after {
    content: '';
    width: 4px;
    height: 100%;
    margin-left: 8px;
    background-color: #000;
    display: inline-block;
}

.playvideo .video-custom img {
    opacity: 0;
}

.playvideo .video-custom video {
    opacity: 1;
}

.video-custom .vplay {
    display: none;
}

.video-custom:hover .vplay+.pause-btn {
    display: block;
}

/***Volume Control***/
html:not(.playvideo) .sound-ctrl {
    display: none;
}

.sound-ctrl {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 5px;
    cursor: pointer;
}

.sound-ctrl .on-button {
    display: none;
}

.sound-ctrl img {
    opacity: 0;
}

.sound-ctrl .off-button,
.sound-ctrl .on-button {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 0px;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    cursor: pointer;
}

.soundctrlshow .on-button {
    display: block;
}

.soundctrlshow .off-button {
    display: none;
}

.playvideo .video-custom .sound-ctrl img {
    opacity: 1;
}

.soundctrlshow .on-button:before {
    content: '';
    position: absolute;
    left: 12px;
    top: -5px;
    z-index: 10;
    width: 3px;
    height: 32px;
    background-color: #fff;
    transform: rotate(45deg);
}

/***Volume Control***/
@media(max-width:800px) {
    .video-custom {
        width: calc(100% - 20px);
    }

}

.video_icons .video_inner {
    background: #f1f1f14d !important;
    /* padding: 15px 22px 15px 16px; */
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    cursor: pointer;
}

.video_icons .icon {
    clip-path: none;
    ;
    /* height: 28px;
width: 20px; */
    background: #f1f1f14d !important;
}



/* product details */

.product-details .product-info{
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 16px;
    margin-right: 16px;
}
.product-details .product-info h4{
    font-size: 16px;
    margin-bottom: 10px;
}
.product-details .product-info p{
    font-size: 18px;
    margin-bottom: 10px;
}
.product-details .product-info .text-inner{
    font-size: 16px;
    color: #000000;
}
.product-details .product-info .text-inner span{
    color: #fbe7a2;
    margin-left: 5px;
}
.product-details .product-info .rating-share{
    font-size: 16px;
    color: var(--main-color) ;
}
.product-details .product-info .rating-share a{
    padding: 10px 16px;
    font-size: 13px;
    background: #085E19;
    color: #ffffff;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
}
.product-info-2{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.product-info-2 .button-1 a{
    background: #000000 !important;
    margin-left: 0px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.product-info-2 .button-2 a{
    background: #ff7315 !important;
    margin-left: 0px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.product-info-2 .button-3 a{
    background: #c80406 !important;
    margin-left: 0px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.return-policy p{
    font-size: 12px !important;
    color: #565252;
    display: flex;
    align-items: center;
}
.return-policy{
    background: #feefea;
    color: #565252;
    padding: 10px;
}
.inner-description{
    color: #9e9e9e;
}
.product-info-2 .location-time{
    font-size: 14px !important;
}
.product-info-2 .location-time span{
    color: #c80406;
}
.product-info-2 .location-time a{
    background: #c80406;
    padding: 5px 30px;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.product-details .product-info .cart-button a{
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    background: #ff7315;
}
.product-details .product-info .cart-button a.red-color-button{
    background: #c80406 !important;
}
.product-details .product-info .prize-inner-details,
.product-details .product-info .prize-inner-details p {
    font-size: 14px !important;
}
.product-details .product-info .prize-inner-details .red{
    color: #c80406;
}
.product-details .product-info .prize-inner-details .red del{
    color: #000000;
    margin-left: 5px;
}
.product-details .product-info .prize-inner-details .green{
    color: #085E19;
}
.buy-product-item input::-webkit-outer-spin-button,
.buy-product-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.buy-product-item .type-product-count .icon{
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
    background: #c80406;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.buy-product-item .type-product-count input{
    outline: none;
    border: none;
}

.user-review{
    background: #fff;
    padding: 20px 0px;
}
.user-review .total-review h5{
    font-size: 40px;
}
.user-review .total-review p{
    color: #9e9e9e;
    font-size: 14px;
}
.user-review .total-review .left{
    border-right: 1px solid #9e9e9e;
    height: 105px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-review .total-review .star-protection{
    font-size: 14px;
}
.user-review .total-review .star-protection .border-review{
    height: 4px;
    width: 120px;
    background: #9e9e9e;
    margin: 0px 10px;
    position: relative;
}
.user-review .total-review .star-protection .border-review.active:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #085E19;
}
.user-review input{
    padding: 5px 20px;
    border: 1px solid #9e9e9e;
    margin-bottom: 20px;
    outline: none;
    font-size: 14px;
    color: #9e9e9e;
}
.user-review input::placeholder{
    color: #9e9e9e;
}
.user-review button{
    border: none;
    background: #c80406;
    border-radius: 10px;
    padding: 5px 20px;
    text-align: center;
    color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.review-all .review{
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 20px;
}
.review-all .review:last-child{
    margin-bottom: 0px;
}
.review-all .review .greenstar{
    color: #ffffff;
    background: #085E19;
    padding: 4px 10px;
    display: flex;
    align-items: center;
}
.review-all .review .reviewt-text{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.review-all .review title{
    font-size: 14px;
    color: #9e9e9e;
    margin: 5px 0px;
}
.review-all .review p{
    font-size: 14px;
    margin-bottom: 5px;
    color: #9e9e9e;
}
.products-items.new{
    background: #ffffff;
    padding: 20px;
}
.products-items.new .item-box{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
@media (min-width: 768px) and (max-width: 991px){
    .product-details .product-info .rating-share{
        font-size: 14px;
    }
    .product-details .product-info .rating-share a.btn-green {
        padding: 4px 10px;
        font-size: 10px;
        background: #085E19;
        color: #ffffff;
        display: inline-block;
        margin-left: 10px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        text-align: center;
    }
}
@media (max-width: 386px) {
    .rating-share .star .icon svg{
        height: 16px;
        width: 16px;
    }
    .product-details .product-info .rating-share a.btn-green{
        padding: 6px 10px;
        font-size: 12px;
    }
}