@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    /* font-family: 'Ubuntu', sans-serif; */
    font-family: 'Montserrat', sans-serif;
}

.whole-container {
    width: 100%;
}

.pa-6 {
    padding: 6px;
}

.bg-color {
    background-color: #eee;
}

.container {
    width: 1200px;
    margin: auto;
}
.profile-wholecontainer{
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
    
}

a {
    cursor: pointer;
}

input:focus::placeholder {
    color: transparent;
}

.add-shipping {
    position: relative;
    width: 100%;
    height: 20vh;

}

.enter-shippingaddress{
    padding: 20px;
    background-color: rgb(240, 240, 240);
    border-bottom: 1px solid rgb(179, 179, 179);
}

.shipping-address-add{
    padding: 20px;
}
.error-div{
    width: 100%;
    background-color: #da0a22;
    color: white;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-flex;
}

.error-div p{
    width: 50%;
}

i.cross-absolute{
 text-align: right;
 width: 50%;
 cursor: pointer;
}

.ship-head{
    padding: 20px; background-color: rgb(240, 240, 240);
    border-bottom: 1px solid rgb(179, 179, 179) ;
    color: black;
    position: relative;
}

#open-modal{
    padding: 10px;
    background: rgb(218, 10, 34);
    border-radius: 5px;
    color: white!important;
}

.add-shipping a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(218, 10, 34);
    padding: 10px;
    color: white !important;
    font-size: 16px;
}

/*navbar starts here*/

.top-bar p a {
    font-size: 15px;
    /* color: rgb(97, 95, 95); */
    color: white;
    text-transform: uppercase;
}

.top-bar {
    display: inline-flex;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.right-bar {
    display: inline-flex;
    justify-content: right;
    width: 50%;
}

.left-bar {
    width: 50%;
    display: inline-flex;
}

.left-bar p {
    margin-left: 8px;
}

.left-bar p i {
    margin-right: 5px;
}

.left-bar p:first-child {
    margin-left: 0px;
}

.logo img {
    height: 65px;
}

.category-show{
    display: block!important;
}

.show-all-category p{
    text-transform: uppercase;
}

.all-cate{
    margin-top: 20px;
}

.search-top-bar {
    position: relative;
    /* width: 350px; */
    border-right: 1px solid rgb(167, 165, 165);
    padding-right: 10px;
}

.search-nav-bar{
    border: 1px solid rgb(184, 184, 184);
    border-radius: 50px;
    display: inline-flex;
    width: 100%;
}

.search-nav-bar button{
    cursor: pointer;
}

.none-display{display: none;
margin-left: 10px;
}

.show1{
    display: block!important;
}

.show-categories{
    padding-left: 20px;
    padding-right: 20px;
    border-right:1px solid rgb(184, 184, 184); 
 
}


.search-nav-bar p{
    font-size: 13px;
    color: white;
    width: 100%;
  
    padding-top: 10px;
    text-align: center;
  
    cursor: pointer;
}

.search-nav-bar p i{
    font-size: 11px;
    margin-left: 3px;
}

.show-categories ul.dropdown-menu-contents li{
    padding: 10px;
}

.show-categories ul.dropdown-menu-contents1 li{
    padding: 10px;
}
.show-categories ul.dropdown-menu-contents li a{
    font-size: 13px;
    color: black;
}

.show-categories ul.dropdown-menu-contents1 li a{
    font-size: 13px;
    color: black;
}

.search-top-bar input {
 border: none;
 color: white;
 font-size: 12px;
 padding-left: 15px!important;
 background-color: transparent;
 padding: 11px 0px 11px 0px;
 width: 270px;
 font-family: 'Montserrat', sans-serif;
}
.search-top-bar button{
 padding-left: 20px;
 padding-right: 20px;
    background: none;
    border: none;
    border-left: 1px solid rgb(184, 184, 184);
    
}

.search-top-bar button i{
    color: white;
}


#category-list li{
    cursor: pointer;
}

#category-list .caret-up{
    left: 10px;
}

i.mag-glass {
 
    cursor: pointer;
    color: white;
  width: 100%;
  
    font-size: 17px;
    padding-left: 0px;
    transition: 0.3s;
   
    
}


i.mag-glass:hover{
    color: rgb(218, 10, 34);
}

textarea:focus,
input:focus {
    outline: none;
}

.whole-nav {
    display: inline-flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav {
    width: 30%;
}

.close-nav-toggle{
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.close-nav-toggle i{
    font-size: 20px;
    margin-right: 20px;
    color: white;
}

.nav-left {
    width: 70%;
    display: inline-flex;
    justify-content: right;
    margin-top: 30px;
    height: 2rem;
}

.login-cart-same-div {
    display: flex;
}

.login-form{
    margin-top: 5px;
}

.login-form button {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    border: none;
    background-color: rgb(218, 10, 34);
    color: white;
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
}

.login-form button:hover{
    background-color: rgb(255, 255, 255);
    color: black;
}

.cart{
    margin-top: 5px;
}


.error-message {
    margin-top:-36px;
    color: red;
    font-size: 16px;
}

.error-input {
    border: 1px solid red!important;
}

.cart p {
    margin-left: 5px;
    font-size: 13px;
    color: white;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    border: 1px solid white;
    border-radius: 30px;
}

.cart i {
    margin-left: 5px;
    margin-right: 10px;
}

.cart span {
    color: rgb(218, 10, 34);
    font-weight: bolder;
    font-size: 13px;
}

.search-bar{
    position: relative;
    
}

.scroll-overflow{
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgb(102, 102, 102) rgb(219, 219, 219);   
}

.scroll-overflow::-webkit-scrollbar {
    -webkit-appearance: none!important;
    width: 8px!important;
}

.scroll-overflow::-webkit-scrollbar-thumb {
    background-color: rgb(102, 102, 102)!important;
}


ul.search-result{
    background-color: white;
    position: absolute;
    width: 99%;
    top: 50px;
    z-index: 999999999999999;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    right: 5px;
   max-height: 300px;
   overflow-y: auto;
   overflow-x: hidden;
   display: none;
   scrollbar-width: thin;
   scrollbar-color: rgb(102, 102, 102) rgb(219, 219, 219);   
}


ul.search-result::-webkit-scrollbar {
    -webkit-appearance: none!important;
    width: 8px!important;
}

.scroll-overflow li{
    cursor: pointer;
}

ul.search-result::-webkit-scrollbar-thumb {
    background-color: rgb(102, 102, 102)!important;
}

ul.search-result li{
    list-style: none;
    padding: 10px;
}

ul.search-result button{
    background-color: rgb(218, 10, 34);
    color: white;
    font-size: 15px;
    transition: 0.5s;
    font-weight: bold;
}

ul.search-result button:hover{
    background-color: rgb(165, 8, 27);
}

ul.search-result button i{
    font-size: 12px;
    margin-left: 5px;
}

li.list-li{
    display: inline-flex;
    border-bottom: 1px solid rgb(236, 236, 236);
    width: 100%;
    cursor: pointer;
}

#list-search a {
    border-bottom: 1px solid rgb(236, 236, 236);
    padding-bottom: 7px;
}


li.list-li:last-child{
    border-bottom: none!important;
}

li.list-li:nth-last-child(2){
    border-bottom: none!important;
}


li.list-li:hover{
    background-color: rgb(238, 238, 238);
}


li.list-li .result-img img{
width: 100%;
height: 100%;
}

.result-img{
    width: 25%;
    margin-right: 20px;
    height: 74px;
    object-fit: cover;
 
}

.result-info{
    padding-top: 5px;
}

.result-info h4{
    font-size: 16px;
    color: #3b3b3b;
}

.result-info p{
    margin-top: 5px;
    font-size: 13px;
    color: rgb(218, 10, 34);
}

.search-result-cart {
    top: 35px!important;
}

#search-result-cart{
    display: none;
}
/*sidenavbar*/

.whole-nav-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    display: none;
}

.car-new-responsive{
    padding-top: 20px;
    padding-bottom: 10px;
    width: 19%;
    text-align: right;
    position: relative;
    display: none;
}

.car-new-responsive i{
    color: white;
    font-size: 22px;
    margin-right: 18px;
}

.cart-new-details{
    height: 20px;
    width: 20px;
    background-color: rgb(218, 10, 34);
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 10px;
    padding-top: 1px;
    position: absolute;
    top:10px;
    right: 8px;
    border: 2px solid rgb(32, 32, 32);
}

.side-nav-btn {
    height: 35px;
    width: 35px;
    text-align: center;
    background: rgb(32, 32, 32);
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
}

.side-nav-btn span {
    color: white;
    font-size: 22px;
    line-height: 35px;
    margin-top: 5px;
    margin-left: 18px;
}

.sidebar-navbar {
    position: fixed;
    width: 300px;
    height: 100%;
    left: -100%;
    transition: left 0.4s ease;
    background: rgb(32, 32, 32);
    overflow-x: auto;
    z-index: 99999999999999999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sidebar-navbar.show {
    left: 0px;
}

.fa-x {
    font-size: 17px!important;
}

.fa-plus {
    font-size: 16px;
}

.feat-show li a {
    line-height: 20px;
}

.feat-show li {
    padding-top: 10px;
}

.feat-show li:first-child {
    padding-top: -10px;
}

.feat-show li:last-child {
    padding-bottom: 25px;
}

sidenav ul {
    height: 100%;
    width: 100%;
    list-style: none;
}

sidenav ul li:first-child{
    border-top: 1px solid transparent;
}

sidenav ul li {
    line-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

sidenav ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

sidenav ul li a {
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding-left: 25px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
    width: 95%;
}

sidenav ul li.active a {
    color: #cc3741;
    border-left-color: #cc3741;
}

sidenav ul ul {
    position: static;
    display: none;
}

li.sub-view {
    line-height: 25px;
    padding-left: 10px;
}

li.sub-view a {
    margin-top: 10px;
    font-size: 13px;
}

sidenav ul .feat-show.show {
    display: block;
}

sidenav ul .serv-show.show1 {
    display: block;
}

sidenav ul .serv-show.show2 {
    display: block;
}

sidenav ul .nepal-show.show3 {
    display: block;
}

sidenav ul .india-show.show4 {
    display: block;
}

sidenav ul ul li {
    line-height: 42px;
    border-top: none;
}

sidenav ul ul li a {
    font-size: 15px;
    color: #e6e6e6;
    padding-left: 25px;
}

sidenav ul li.active ul li a {
    color: #e6e6e6;
    border-left-color: transparent;
    font-size: 13px;
    margin-left: 15px;
    width: 80%;
}

sidenav ul ul li a:hover {
    color: #cc3741!important;
}

sidenav ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform 0.4s;
}

sidenav ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
}


/*sidenavbar ends her*/


/* .border-bottom {
    border-bottom: 1px solid rgb(177, 176, 176);
} */

.bg-yellow {
    background-color: rgb(218, 10, 34);
}

.nav-links ul.costume-nav {
    display: inline-flex;
}

.nav-links ul.costume-nav li {
    list-style: none;
    display: inline-flex;
    border-left-style: solid;
    border-width: 0.5px;
    transition: 0.3s;
    border-color: rgba(0, 0, 0, 0.25);
}

.nav-links ul li a {
    padding: 15px!important;
    color: white;
    /* line-height: 40px; */
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-links ul li:hover {
    background-color: black;
}

.nav-links ul li:first-child {
    border-left-style: solid;
    border-width: 0.5px;
    border-color: rgba(0, 0, 0, 0.25);
}

.nav-links ul li:last-child {
    border-right-style: solid;
    border-width: 0.5px;
    border-color: rgba(0, 0, 0, 0.25);
}

li.list-dropdown {
    position: relative;
}

.login-form-user {
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    cursor: pointer;
    position: relative;
}

.login-form-user i.fa-circle-user {
    margin-right: 3px;
}

.login-form-user i.down-account-arrow {
    font-size: 12px;
    margin-left: 3px;
}

.dropdown-menu-contents li a .fa-right-from-bracket {
    margin-left: 10px;
}

.login-form-user:hover>ul.dropdown-menu-contents {
    visibility: visible;
    opacity: 1;
    background: white;
    -webkit-transition: all .5s, background, 2s .5s linear;
    transition: all .5s, background 2s .5s linear;
    top: 160%;
}

.show-categories:hover>ul.dropdown-menu-contents {
    visibility: visible;
    opacity: 1;
    background: white;
    -webkit-transition: all .5s, background, 2s .5s linear;
    transition: all .5s, background 2s .5s linear;
    top: 160%;
}

.login-form-user ul li {
    padding: 12px;
}

.login-form-user ul li a {
    font-weight: bold;
}

li.list-dropdown:hover>ul.dropdown-menu-contents {
    visibility: visible;
    opacity: 1;
    background: white;
    -webkit-transition: all .5s, background, 2s .5s linear;
    transition: all .5s, background 2s .5s linear;
    top: 120%;
}

li.multiple-list:hover ul.multiple-dropdown {
    visibility: visible;
    opacity: 1;
    background: white;
    -webkit-transition: all .5s, background, 2s .5s linear;
    transition: all .5s, background 2s .5s linear;
    top: 10%;
}



li.multiple-list i {
    margin-left: 10px;
    font-size: 11px;
}

ul.dropdown-menu-contents {
    background-color: white;
    position: absolute;
    z-index: 99999999;
    width: 170px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding-top: 4px;
    padding-bottom: 7px;
    top: 70px;
    visibility: hidden;
    opacity: 0;
}



ul.dropdown-menu-contents1 {
    background-color: white;
    position: absolute;
    z-index: 99999999;
    width: 200px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding-top: 4px;
    padding-bottom: 7px;
    top: 45px;
    right: 110px;
    display: none;
}




ul.multiple-dropdown {
    background-color: white;
    position: absolute;
    z-index: 99999999;
    width: 170px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 7px;
    top: 30px;
    left: 175px;
    visibility: hidden;
    opacity: 0;
}

ul.dropdown-menu-contents li {
    display: block!important;
    border: transparent!important;
    border-bottom: 1px solid rgb(221, 221, 221)!important;
    text-align: left;
    font-size: 14px;
}

ul.dropdown-menu-contents1 li {
    display: block!important;
    border: transparent!important;
    border-bottom: 1px solid rgb(221, 221, 221)!important;
    text-align: left;
    font-size: 14px;
}


ul.multiple-dropdown li a {
    cursor: pointer;
}

ul.multiple-dropdown li:hover {
    background-color: rgb(236, 235, 235);
}

ul.dropdown-menu-contents li:hover {
    background-color: rgb(236, 235, 235);
}

ul.dropdown-menu-contents1 li:hover {
    background-color: rgb(236, 235, 235);
}

ul.dropdown-menu-contents li a {
    color: rgb(71, 71, 71);
    font-size: 13px;
    width: 100%;
    display: block;
}
ul.dropdown-menu-contents1 li a {
    color: rgb(71, 71, 71);
    font-size: 13px;
    width: 100%;
    display: block;
}

ul.dropdown-menu-contents li:last-child {
    border-bottom: transparent!important;
}

ul.dropdown-menu-contents1 li:last-child {
    border-bottom: transparent!important;
}

.caret-up {
    position: absolute;
    top: -15px;
    left: 25px;
    width: 100%;
}
.search-result-cart{
    position: absolute;

    width: 100%;
}

.search-result-cart i{
    position: absolute;
    right: 35px;
    color: white;
    font-size: 30px;
}

.caret-left {
    position: absolute;
    width: 10%;
    left: -10px;
    height: 100%;
}

.caret-left i {
    font-size: 30px;
    color: white;
    display: none;
}

.caret-up i {
    font-size: 30px;
    color: white;
}

.bg-gray {
    background-color: rgb(32, 32, 32);
}

.bg-gray1 {
    background-color: #141414;
}

.whole-filter {
    display: inline-flex;
    width: 100%;
    position: relative;
}

.filter-datas {
    width: 75%;
    margin-left: 40px;
}

.filter {
    width: 25%;
    border-right: 1px solid rgb(212, 212, 212);
}

.filter h3 {
    position: relative;
}

.filter h3:after {
    content: '';
    display: block;
    position: absolute;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none;
    width: 80px;
    height: 2px;
    background-color: rgb(218, 10, 34);
}

.search-filter {
    width: 24.1%!important;
    position: relative;
    cursor: pointer;
    margin-top: 0px!important;
}

.img-adjust {
    height: 200px!important;
}

.search-categories {
    margin-top: 30px;
}

.search-brands{
    margin-top: 30px; 
}

.search-categories li {
    list-style: none;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: #525253;
}

.search-brands li{
    list-style: none;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    color: #525253;
}

.search-categories li a {
    color: #525253;
    font-size: 12px;
}

.search-categories li:hover {
    color: #da0a22;
}

.box-recomended {
    margin-top: 30px;
    padding-bottom: 10px;
    width: 96%;
}


.refresh-filter{
    margin-top: 20px;
}

.refresh-filter button{
    margin-top: 25px;
    padding: 12px;
    width: 95%;
    cursor: pointer;
    font-size: 16px;
    background-color: rgb(218, 10, 34);
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: bold;

}

.recomended {
    margin-top: 30px;
}

.active-categoies{
    font-weight: bold!important;
    color: rgb(218, 10, 34)!important;
}

.ratings {
    margin-top: 30px;
}

.rating-search {
    margin-top: 10px;
}

.rating-search i {
    font-size: 15px;
    margin-left: 10px;
    color: #878788;
}

.rating-search i.gold {
    color: rgb(241, 186, 5);
}

.rating-search li {
    list-style: none;
    margin-top: 10px;
    line-height: 30px;
}

.rating-search li input {
    width: 17px;
    height: 17px;
    accent-color: rgb(218, 10, 34);
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.recomended-img {
    width: 25%;
    height: 75px;
    border: 1px solid rgb(170, 167, 167);
}

.recomended-info .price {
    margin-top: 3px;
    color: rgb(117, 116, 116);
    font-weight: bold;
}

.bottom-recomended {
    margin-top: 5px;
}

.bottom-recomended i {
    font-size: 11px;
    margin-left: 5px;
    color: rgb(221, 71, 88);
    cursor: pointer;
}

.bottom-recomended i:first-child {
    margin-left: 0px;
}

.recomended-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-recomended {
    display: inline-flex;
}

.recomended-info {
    width: 75%;
    margin-left: 10px;
}

.recomended-info p {
    font-size: 13px;
}

.projectsClass {
    max-height: 0 !important;
    display: none;
}

.projects a {
    margin-left: 20px;
    max-height: 20px;
    visibility: visible;
    transition: all 0.5s;
    transition: 0.5s;
}

.projects a:hover {
    color: rgb(218, 10, 34);
}

#filter>.toggleTitle {
    line-height: 1.5;
    border: 0;
    color: white;
}

#toggleTitle {
    position: relative;
}

#toggleTitle i {
    font-weight: 200!important;
    position: absolute;
    right: 40px;
    font-size: 18px;
}

#toggleTitle li a{
    padding-left: 10px;
    transition: 0.5s;
    
}

#toggleTitle li a:hover{
color: rgb(218, 10, 34);
}

#toggleTitle li a i{
    position: absolute;
    left: 0px;
    font-size: 18px; 
}

.projects i {
    position: relative!important;
    right: 0px!important;
    font-size: 14px!important;
    top: 3px;
}



/*slider*/

.products-slider {
    /* padding: 0px 20px; */
    box-sizing: border-box;
}

.slider-heading h3 span {
    color: #6e6e73;
}

.product-box {
    display: flex;
    flex-direction: column;
    /* width: 670px; */
    width: 480px;
    text-decoration: none;
    /* margin: 5px; */
    box-sizing: border-box;
    transition: all ease 0.3s;
    overflow: hidden;
    height: 73vh;
    margin-top: 3px;
}


/* .lslide {
    margin-right: -10px!important;
} */

.product-box strong {
    color: #29292c;
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 24px;
}

.product-box img {
    width: 100%;
    height: 70vh;
    object-position: center;
    object-fit: cover;
}

.available-colors {
    display: flex;
    justify-content: center;
    align-items: center;
}

.available-colors .product-color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 2px 2px 30px rgba(0, 0, 0, 0.03);
    margin: 3px;
}

.buy-price {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.lSAction>a {
    background-color: rgb(218, 10, 34)!important;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: rgb(218, 10, 34)!important;
}

.lSSlideOuter .lSPager.lSpg>li a {
    height: 11px;
    width: 11px;
}

.lSpg>li.active a {
    font-size: 20px;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: grey!important;
}

.lSAction>a {
    background-color: #00000033;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.8;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lSAction>a::after {
    position: absoult;
    content: '';
    margin: auto;
    border: solid #ffffff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
}

.lSAction>.lSPrev::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.lSAction>.lSNext::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.explore-products {
    height: 530px;
    position: relative;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}

.explore-products strong {
    z-index: 2;
}

.img-container-exploreimg {
    width: 100%;
    height: 340px;
    position: relative;
}

.explore-img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.explore-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    margin: 0px;
    padding: 0px;
}

.banner-text-heading {
    width: 100%;
}

.banner-heading {
    font-size: 70px;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-left: 50%;
    transform: translateX(-200%);
    opacity: 0;
    animation: slide-in-anim 2.5s ease-out forwards;
    color: white;
    font-weight: bolder;
}

@keyframes slide-in-anim {
    20% {
        opacity: 0;
    }
    60% {
        transform: translateX(-45%);
    }
    75% {
        transform: translateX(-52%);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%);
    }
}



/*search filter*/
.search-filter-toggle{
    width: 50px;
    height: 50px;
    background-color: rgb(218, 10, 34);
    border-radius: 50%;
    position: fixed;
    bottom: 47px;
    right: 25px;
    text-align: center;
    padding-top: 11px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: none;
}

.search-filter-toggle i{
    color: white;
    font-size: 25px;
  
}

/*about-us*/

.about-us{
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-us p{
    text-align: justify;
    line-height: 25px;
    color: #535353;
}

/*about-us


/*search filter ends here*/

/*making-responsive-css-------*/

@media(max-width:600px) {
    .slider-heading h3 {
        font-size: 21px;
    }
 
    .explore-products {
        height: 427px;
    }
    .product-box{
        width: 350px;
    }
    .product-box strong {
        font-size: 21px;
    }
    .lSAction>a {
        display: none;
    }
    .products-slider {
        background-color: #f5f5f7;
        padding: 0px;
    }
    .item-a{
        margin-right: 7px!important;
     height: 50vh;
    }
    .img-container-exploreimg{
        height: 100%;
    }
    .products-slider{
        background: transparent!important;
    }
    .img-container-exploreimg img{
        width: 100%;
       
    }
    .product-box img{
        height: 100%!important;
    }
    .product-box{
        height: 100%!important;
    }
    .lSPager {
        margin-top: 15px!important;
    }

}

@media(max-width:400px) {
    .buy-btn {
        font-size: 0.8rem;
    }
}

@media(max-width:324px) {
 
    .product-box{
        height: 33vh!important;
    }
   
    .explore-products {
        height: 445px;
    }
    .buy-price {
        flex-direction: column;
    }
}
.fa-x:before{
    font-size: 13px;
}

h1 {
    color: #da0a22;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    font-size: 25px;
}


/*new arrivals*/

.margin {
    margin-top: 30px;
}

.our-offer h1{
    color: black!important;
 
}

.our-offer h1::before{
    background-color: black!important;
}
.our-offer h1::after{
    background-color: black!important;

}

.new-arrivals h1 {
    color: rgb(218, 10, 34);
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}


.searchfor-shortby{
    margin-bottom: 10px;
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    display: inline-flex;
    width: 100%;
}

.search-for {
    width: 50%;
}
.shortby{
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: right;
    
}

.search-for p{
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 15px;
  
}

.search-for p span{
    color: rgb(218, 10, 34);
}

.product-not-available{
    width: 100%;
    height: 80vh;
    position: relative;
}


.img-continue-shopping{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-not-available img{
 
    opacity: 0.2;
}

.shortby select{
    background-color: transparent;
    text-transform: uppercase;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgb(131, 130, 130);
    margin-left: 10px;
}

.shortby p{
    color: rgb(68, 68, 68);
    width: auto;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid rgb(131, 130, 130);
}
.shortby p span{
    padding: 10px;
}

button.continue-shopping{
    padding: 14px;
    border: none;
    background-color: rgb(218, 10, 34);
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-top: 30px;
}

p.classic{
    width: auto!important;
    border: none!important;
    font-size: 14px;
}


.shortby p i{
    padding-left: 10px;
    font-size: 12px;
}

.container h1::before {
    margin-right: 10px;
    width: 50px;
    height: 3px;
    background: rgb(218, 10, 34);
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
}

.container h1::after {
    margin-left: 10px;
    width: 50px;
    height: 3px;
    background: rgb(218, 10, 34);
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
}

.input-div input.search {
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid rgb(179, 177, 177);
}

.input-div select{
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid rgb(179, 177, 177);
    width: 100%;
padding: 12px;
margin-top: 10px;
border-radius: 2px;
background: transparent;
cursor: pointer;
}

.search-div {
    width: 100%;
    display: inline-flex;
}

.search-div button {
    padding: 10px;
    border: none;
    width: 50px;
    /* height: 50px; */
    margin-top: 10px;
    margin-left: 6px;
    border-radius: 5px;
    background-color: rgb(218, 10, 34);
    cursor: pointer;
}

.search-div button i {
    font-size: 18px;
    color: white;
}

.productinfo {
    padding: 20px;
    position: relative;
}

.select-color{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: white;
    padding: 15px;
    height: 100%;
    z-index: 99;
    cursor: default!important;
    display: none;
}

.color-display{
    display: block!important;
}

.select-color .icon-abso{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #7a7979;
    cursor: pointer;
    transition: 0.5s;
}

.select-color .icon-abso:hover{
color: rgb(218, 10, 34);
}

.selct-color-next{
    padding: 9px;
    border: 1.5px solid rgb(218, 10, 34);
    cursor: pointer;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    border-radius:5px;
    background-color: rgb(218, 10, 34);
    transition: 0.5s;
}
.selct-color-next:hover{
    border: 1.5px solid rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
}


.next-button{
    margin-top: 20px;
    width: 100%;
    text-align: right;
}

.select-color select{
    width: 100%;
    padding: 8px;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid rgb(199, 198, 198);
    color: rgb(145, 145, 145);
    cursor: pointer;

  }

  

  .select-color h4{
    margin-bottom: 20px;
    color: #6b6a6a;
    margin-top: 5px;
  }

  .select-color h4 span{
    color: rgb(218, 10, 34);
  }

  .select-color select option{
    background: white;
  }


.buy-now {
    margin-top: 10px;
}

.buy-now1 button {
    width: 120px!important;
}

.product-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.productbox {
    width: 24.2%;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid rgb(233, 232, 232);
}

.favouritebox {
    width: 31.5%;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
    border: 1px solid rgb(233, 232, 232);
}

button.fav{
    color: white;
    background: transparent!important;
    color: rgb(218, 10, 34);
    border-radius: 5px;
    transition: 0.5s;
}

button.fav:hover{
background-color: rgb(218, 10, 34)!important;
color: white;
}

.productimg {
    width: 100%;
    height: 290px;
    position: relative;
}

.productimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: 1px solid rgb(233, 232, 232);
}

.image-main {
    transition: opacity .4s;
}

.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .4s;
}

.productbox:hover .image-hover {
    opacity: 1;
}

.productbox:hover .image-main {
    opacity: 0;
}

.product-company {
    margin-top: 10px;
}

.product-company p {
    font-weight: bold;
    text-transform: uppercase;
    color: #6c6c6d;
    font-size: 11px;
    letter-spacing: 1px;
}

.product-company p span {
    color: rgb(218, 10, 34);
}

.company-name {
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px!important;
    color: black;
}
.company-name a{
    color: black;
}

.stars {
    margin-top: 10px;
    color: #656565;
    font-size: 13px;
}

input[type="number"].add-input {
    -moz-appearance: textfield;
    border: 1px solid rgb(168, 166, 166);
    text-align: center;
    width: 40px;
    padding: 6px;
    /* margin-top: 20px; */
    font-family: 'Montserrat', sans-serif;
}

input.add-input::-webkit-outer-spin-button,
input.add-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.add-cart {
    margin-top: 10px;
}

ul.colorselect{
box-shadow: none!important;
border: 1px solid rgb(233, 232, 232);
width: 200px!important;

}

.colorselect .caret-up {
   top: -18px!important;
}

ul.colorselect i{
  position: absolute;
  right: 10px!important;
}

ul.colorselect li{
    padding: 10px;
}

ul.colorselect{
    top: 55px;
    right: 0px;
}

.color-show{
    opacity: 1!important; 
    visibility: visible !important;
}

button.inc-dec {
    padding: 6px;
    width: 30px;
    border: 1px solid rgb(218, 10, 34);
    background-color: rgb(218, 10, 34);
    cursor: pointer;
    color: white;
    font-weight: bold;
}

button.add-cart {
    width: auto!important;
    padding: 9px;
    border: 1.5px solid black;
    cursor: pointer;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 30px;
    background-color: black;
    transition: 0.5s;
}

button.add-cart:hover{
    background-color: rgb(218, 10, 34);
    border: 1.5px solid rgb(218, 10, 34);
}

.add-cart1 {
    display: flex;
    justify-content: right;
    position: relative!important;
}

.price-product {
    margin-top: 5px;
    font-size: 19px;
    font-weight: bold;
    color: rgb(218, 10, 34);
}

.overlay-buttons {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    gap: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.over-button {
    background-color: white;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 13px;
    padding-right: 13px;
    border: 1px solid rgb(201, 200, 200);
    transition: 0.3s;
    height: 37px;
}

.offers {
    /* background-color: rgb(2, 104, 2); */
    padding: 10px;
    width: auto;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 10px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 13px;
    letter-spacing: 1px;
    background-color: rgb(218, 10, 34);
}

.load-more {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.load-more button {
    padding: 10px;
    cursor: pointer;
    border: 1px solid black;
    background-color: black;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    transition: 0.5s;
}

.active-save-button{
    border: 1px solid rgb(218, 10, 34)!important;
    background-color: rgb(218, 10, 34)!important;
}

.active-save-button i{
    color: white!important;
}

.load-more button:hover {
    border: 1px solid rgb(218, 10, 34);
    background-color: rgb(218, 10, 34);
}

.details-container p i {
    font-size: 12px;
    margin-right: 5px;
}


/* .shape,
.preview,
.shoppingcart {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

.over-button:hover {
    background-color: rgb(218, 10, 34);
    color: white;
    border: 1px solid rgb(218, 10, 34);
}

.productbox .productimg:hover .overlay-buttons {
    z-index: 7;
    height: 18%;
}

.ser-div {
    width: 99%;
    display: flex;
    justify-content: center;
}

.top-categories h1 {
    margin-top: 50px;
}

.top-categories .lSAction {
    display: none!important;
}

.small-box {
    width: 230px!important;
    height: 230px!important;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 2px solid rgb(194, 194, 194);
    position: relative;
}

.small-box img {
    height: 100%!important;
    width: 100%!important;
}

.text {
    color: black;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
}

p.top-categories {
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
    text-align: center;
    line-height: 25px;
}

.item-a1 {
    justify-content: center;
    width: 230px;
    height: 310px;
}

.item-a:hover .small-box {
    border: 2px solid rgb(218, 10, 34)
}

.item-a:hover p.top-categories {
    color: rgb(218, 10, 34);
}


/*footer Starts here*/

footer {
    width: 100%;
    background: #111;
    margin-top: 15px;
  
}

footer p{
    font-size: 14px;
}

.content span.text1{
  font-size: 15px;
  margin-left: 5px;
}

.main-content {
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    color: white;
    flex-wrap: wrap;
}

.main-content .box {
    width: 22.5%;
    margin-left: 30px;
}

.main-content .box:first-child {
    margin-left: 0px;
}

.box h2 {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.box .content {
    margin: 20px 0 0 0;
    position: relative;
}

/* .box .content:before {
    position: absolute;
    content: '';
    top: -10px;
    height: 2px;
    width: 100%;
    background: #1a1a1a;
} */

.box .content:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 15%;
    background: #f12020;
    top: -10px;
}

.left .content p {
    text-align: justify;
}

.left .content .social {
    margin: 20px 0 0 0;
}

.left .content .social a {
    padding: 0 2px;
}

.left .content .social a span {
    height: 40px;
    width: 40px;
    background: #1a1a1a;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    transition: 0.3s;
}

.left .content .social a span:hover {
    background: #f12020;
}

.center .content .fas {
    font-size: 1.1rem;
    background: #1a1a1a;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}
.place{
    margin-top: 10px;
}

.center .content .fas:hover {
    background: #f12020;
}

.center .content .text {
    font-size: 1.0625rem;
    font-weight: 500;
    padding-left: 10px;
}

.center .content .phone {
    margin: 15px 0;
}

.right form .text {
    font-size: 1.0625rem;
    margin-bottom: 2px;
    color: #656565;
}

.right form .msg {
    margin-top: 10px;
}

.right form input,
.right form textarea {
    width: 100%;
    font-size: 1.0625rem;
    background: #151515;
    padding-left: 10px;
    border: 1px solid #222222;
    font-family: 'Montserrat', sans-serif;
}

.right form input:focus,
.right form textarea:focus {
    outline-color: #3498db;
}

.right form input {
    height: 35px;
    margin-top: 20px;
    border-color: rgb(204, 203, 203);
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.right form .btn {
    margin-top: 10px;
}

.right form .btn button {
    height: 40px;
    width: 100%;
    border: none;
    outline: none;
    background: #f12020;
    font-size: 1.0625rem;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

.right form .btn button:hover {
    background: #800909;
}

.bottom center {
   padding-top: 12px;
   padding-bottom: 12px;
    font-size: 0.9375rem;
    background: #151515;
}

.bottom center span {
    color: #656565;
}

.bottom center a {
    color: #f12020;
    text-decoration: none;
}

.bottom center a:hover {
    text-decoration: underline;
}

.img-inline {
    display: flex;
}

.img-background {
    background-color: white;
    width: 38%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin-left: 10px;
}
.img-background img{
    width: 100%;
}

.img-background:first-child {
    margin-left: 0px;
}

ul.footer-lists li{
list-style: none;
padding-top: 20px;
}

ul.footer-lists li:first-child{
    padding-top: 10px;
}

ul.footer-lists li a{
    color: white;
    transition: 0.5s;
}

ul.footer-lists li a:hover{
    color: rgb(218, 10, 34);
}



/*modal*/


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    height: 80vh;
}

.modal-footer{
    position: sticky;
    bottom: 0px;
    display: inline-flex;
    background-color: white;
    border-top: 1px solid rgb(209, 208, 208);
    width: 100%;
    padding: 5px;
}

.modal-footer .add-cart{
    margin-top: 0px;
}

.modal-footer .buy-now{
    display: flex;
    width: 50%;
    justify-content: right;
}

.modal-footer .buy-now button{
    width: 150px;
}

.modal-footer .add-cart-button{
    border-radius: 0px;
    height: 100%;
}
.modal-footer .quantity-section button{
    border-radius: 0px;
    height: 100%; 
    width: 40px;
}

.modal-footer .quantity-section{
    margin-bottom: 0px;
}

.modal-footer .input-quantity{
    padding: 9px 10px;
    text-align: center;
}

/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.close {
    position: absolute;
    color: white;
    font-size: 24px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(218, 10, 34);
    text-align: center;
    right: 20px;
    top: 20px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.modal-body-left {
    width: 55%;
    height: 100%;
}

.modal-body-right {
    width: 45%;
}

.right-modal {
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 33px;
    height: 65vh;
    overflow-y: auto;
}

.scroll-right {
    width: 95%;
}

.right-modal h2 {
    color: #656565;
    font-size: 20px;
}

.right-modal p.by {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    color: #737375;
}

.right-modal p.by span {
    color: rgb(218, 10, 34);
}

.right-modal p.price {
    color: rgb(218, 10, 34);
    font-size: 25px;
    font-weight: 1000;
    margin-top: 10px;
    border-bottom: 1px solid rgb(218, 218, 218);
    padding-bottom: 15px;
}

.buy-now button {
    background-color: rgb(218, 10, 34);
    border: none;
    padding: 10px;
    width: 100%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
}

.buy-now button:hover{
    background-color: rgb(139, 7, 22);

}

.desc p {
    line-height: 25px;
    margin-top: 10px;
    color: #656565;
    text-align: justify;
    border-bottom: 1px solid rgb(218, 218, 218);
    padding-bottom: 15px;
}


.modal-select{
    margin-top: 10px;
    width: 100%;
}

.red-color-border select{
    border: 1px solid rgb(218, 10, 34)!important;
}

.modal-select select{
    width: 100%;
    padding: 8px;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid rgb(199, 198, 198);
    color: rgb(145, 145, 145);
    cursor: pointer;
}

.modal-select select option{
    background-color: white;
    cursor: pointer;
}


.container6 {
    position: relative;
}



.mySlides {
    display: none;
}

.mySlides img{
    cursor: pointer;
}


.cursor {
    cursor: pointer;
}

.mar {
    margin-left: 15px;
}



.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(218, 10, 34, 1);
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* Container for image text */

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Six columns side by side */

.column {
    float: left;
    width: 16.66%;
}


/* Add a transparency effect for thumnbail images */

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}


/*add banners*/

.whole-add {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
}

.add-banner-container {
    width: 50%;
    height: 50vh;
    position: relative;
    cursor: pointer;
}

.banner-info {
    position: absolute;
    top: 35%;
    left: 7%;
}

.banner-info h2 {
    font-weight: bolder;
    font-size: 45px;
    font-family: 'Bruno Ace', cursive;
    color: white;
}

.con1 {
    background-image: url(../photos/add-1.jpg);
    background-size: cover;
}

.con2 {
    background-image: url(../photos/add-2.jpg);
    background-size: cover;
}

.banner-info button {
    margin-top: 20px;
    width: 120px;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 3px;
    transition: 0.5s

}

.banner-info button:hover{
    background-color: rgb(218, 10, 34);
    border-color:rgb(218, 10, 34);
    color: white;
}

.search-filter:hover .overlay-buttons {
    z-index: 7;
    height: 25%;
}


/*description starts here*/

.bg-light-grey {
    background-color: rgb(238, 238, 238);
}

.whole-padding {
    padding: 25px;
}

.product-title-description {
    text-align: center;
}

.product-title-description h2 {
    text-transform: uppercase;
}

.product-title-description h2 i {
    color: rgb(218, 10, 34);
}

.home-link {
    margin-top: 20px;
}

.home-link p i {
    color: #535353;
    font-size: 13px;
}

.home-link p i:hover {
    color: rgb(218, 10, 34);
}

.home-link p {
    color: #535353;
}

.home-link span {
    font-weight: bold;
}

.whole-desc-container {
    width: 100%;
    display: inline-flex;
    margin-top: 20px;
}

.container3 {
    width: 45%;
    position: relative;
}

.style-desc{
    height: 100%;
}

.row {
    height: 20vh;
}

.row .column {
    height: 100%;
    margin-left: 10px;
    width: 33%;
}

.row .column:first-child {
    margin-left: 0px;
}

.row .column img {
    height: 100%;
    object-fit: cover;
}

.desc-img {
    height: 50vh;
    margin-bottom: 10px;
}

.desc-img img {
    object-fit: cover;
}

.item-desc {
    margin-left: 50px;
    width: 50%;
}

.item-desc h2 {
    font-size: 22px;
    font-weight: bold;
    color: #535353;
    border-bottom: 1px solid #d4d3d3;
    padding-bottom: 20px;
}

.desc-lists {
    border-bottom: 1px solid #d4d3d3;
    padding-bottom: 20px;
}

.item-desc h2:before {
    margin-right: 10px;
    width: 30px;
    height: 2px;
    background: rgb(218, 10, 34);
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
}

.desc-lists p {
    margin-top: 20px;
    color: #6b6a6a;
    font-weight: bold;
    font-size: 16px;
}

p.stock span {
    color: green;
    font-weight: bold;
}

p.soldby span {
    color: rgb(218, 10, 34);
}

.desc-lists h3 {
    font-size: 27px;
    font-weight: bold;
    margin-top: 10px;
    color: #535353;
}

p.availablecolors span {
    color: rgb(218, 10, 34);
}

.desc-lists select {
    padding: 10px;
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid #8f8e8e;
    color: #6b6a6a;
}

.desc-lists select option {
    background-color: white;
}

.desc-lists button {
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
    border: none!important;
}

.desc-lists input {
    font-size: 16px;
    padding: 8px!important;
    width: 60px!important;
}

.desc-lists button.addtocartdesc {
    width: 180px;
    border: none;
    background-color: black;
    color: white;
    transition: 0.5s;
}

.desc-lists button.addtocartdesc:hover {
    background-color: rgb(218, 10, 34);
}

.desc-lists button.buynowdesc {
    width: 180px;
    border: none;
    background-color: rgb(218, 10, 34);
    color: white;
    transition: 0.5s;
}

.desc-lists button.buynowdesc:hover {
    background-color: rgb(160, 6, 24);
}

.desc-lists .add-cart button.inc-dec {
    width: 50px!important;
}

.review-desc {
    margin-top: 60px;
    border-bottom: 1px solid #d4d3d3;
    padding-bottom: 20px;
}

.product-description {
    width: 45%;
}

.product-description h2 {
    margin-bottom: 10px;
    color: #535353;
    font-size: 27px;
    border-bottom: 1px solid #d4d3d3;
    padding-bottom: 15px;
}

.product-description h2::before {
    margin-right: 10px;
    width: 30px;
    height: 2px;
    background: rgb(218, 10, 34);
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
}

.write-review h2 {
    margin-bottom: 10px;
    color: #535353;
    font-size: 27px;
    border-bottom: 1px solid #d4d3d3;
    padding-bottom: 15px;
}

.write-review {
    width: 50%;
    margin-left: 50px;
}

.write-review h2::before {
    margin-right: 10px;
    width: 30px;
    height: 2px;
    background: rgb(218, 10, 34);
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
}

p.desc-para {
    width: 100%;
    text-align: justify;
    line-height: 26px;
    font-weight: 100!important;
    margin-top: 8px;
}

.product-description ul {
    margin-left: 15px;
}

.product-description ul li {
    line-height: 30px;
}

.product-description h3 {
    margin-top: 10px;
}

.review-desc {
    display: inline-flex;
    width: 100%;
}

.star-container {
    position: relative;
    border-radius: 5px;
    display: flex;
}

.star-container .star-widget input {
    display: none;
}

.star-widget label {
    font-size: 26px!important;
    color: #e4e1e1;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

input.start-review:not(:checked)~label:hover,
input.start-review:not(:checked)~label:hover~label {
    color: #fd4;
}

input.start-review:checked~label {
    color: #fd4;
}

input#rate-5:checked~label {
    color: #fe7;
    text-shadow: 0 0 20px #952;
}

input.start-review:checked~form {
    display: block;
}

.review-form label {
    font-size: 18px;
}

.review-form input {
    padding: 10px;
    width: 100%;
}

.review-form label span {
    color: rgb(243, 10, 38);
    font-weight: bold;
}

.review-form textarea {
    width: 100%;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
}

.review-button {
    background-color: black;
    border: none;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.button-align {
    width: 100%;
    display: flex;
    justify-content: right;
}

.margin-top {
    margin-top: 30px;
}

.product-cart-display {
    width: 100%;
    border-bottom: 1px solid rgb(224, 224, 224);
    padding-bottom: 10px;
}

.product-cart-display:last-child {
    border-bottom: none;
}


/*cart */

h3.cart-info-heading{
    padding: 15px;
    background-color: rgb(240, 240, 240);
    border-bottom: 1px solid rgb(179, 179, 179); 
}

.cart-container {
margin-left: 10px;
margin-top: 10px; 
    width: 75%;
    border: 1px solid rgb(179, 179, 179);
}

p.empty-cart{
    width: 100%;
    padding: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #403e3e;
}

.inline-flex {
    display: flex;
    align-items: flex-start;
}

.inline-flex1{
    display: flex;
    align-items: flex-start;
}

.cart-empty-img{
    width: 100%;
    display: flex;
    justify-content: center;
    
}

.cart-empty-img img{
    width: 10%;
    margin: 10px;
    border: 3px solid #403e3e;
    border-radius: 50%;
    padding: 10px;
}

.side-cart {
    width: 25%;
    margin-left: 20px;
    margin: 10px;
}

.coupen-container {
    border: 1px solid rgb(179, 179, 179);
}

.check-out-cart {
    margin-top: 15px;
    border: 1px solid rgb(179, 179, 179);
}
.padding-cart{
    padding: 15px;
}

.check-out-cart p {
    margin-top: 25px;
    font-weight: bold;
 
}

.check-out-cart p:first-child {
    margin-top: 0px;
}

.price-lists {
    border-bottom: 1px solid rgb(187, 187, 187);
    padding-bottom: 20px;
}

.discount-color {
    color: rgb(235, 29, 29);
}

.make-purchase-buttons {
    margin-top: 10px;
}

.pay-ment{
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
}

.pay-ment label{
    cursor: pointer;
}

.pay-ment:first-child{
    margin-top: 0px;
}
.payment-images p{
    font-size: 14px;
    margin-left: 20px;
}
.make-purchase-buttons form button{
    margin-top: 10px;
    background-color: black;
    transition: 0.3s;
}

.make-purchase-buttons form button:hover{
    background-color: rgb(218, 10, 34);
}

.make-purchase-buttons .payment-all{
    margin-top: 20px;
    border: 1px solid rgb(185, 185, 185);
    padding: 20px;
}

.make-purchase-buttons form img{
    height: 30px;

}

.pay-ment{
    display: inline-flex;
}

button.make-purchase {
    margin-top: 10px;
    background-color: rgb(6, 170, 6)!important;
    color: white;
}

.make-purchase-buttons button {
    width: 100%;
    padding: 10px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    color: white;
    background-color: rgb(218, 10, 34);
    font-weight: bold;
    transition: 0.5s;
}

.make-purchase-buttons button:hover{
    background-color: black;
}

.coupen-container input {
    width: 100%;
    padding: 10px;
    font-size: 15px;
}

.coupen-container label {
    font-size: 18px;
    font-weight: bolder;
    color: black;
}

.product-cart-headings {
    width: 100%;
    display: inline-flex;
    /* background-color: #ebe9e9; */
    border-bottom: 1px solid #ebe9e9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-cart-headings h3 {
    width: 25%;
    color: #383838;
    text-align: center;
}

.product-cart-headings h3:first-child {
    width: 37%;
}

.product-img-cart {
    width: 37%;
    display: flex;
    position: relative;
}

.product-img-cart img {
    height: 20vh;
    object-fit: contain;
    width: 20vh;
    margin-left: 10px;
}

.product-quantity-cart {
    width: 25%;
    position: relative;
}

.product-quantity-cart select {
    padding: 10px;
    background-color: transparent;
    border: 1px solid #8f8e8e;
    color: #6b6a6a;
    width: 70%;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-price-cart {
    width: 25%;
    text-align: center;
    position: relative;
}

.product-remove-cart {
    width: 12%;
    display: flex;
    position: relative;
}

.whole-cart-container1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.product-cart-display {
    display: flex;
    margin-top: 20px;
}

.product-cart-display button {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background-color: rgb(218, 10, 34);
    color: white;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}

.red-color{
    background-color: rgb(218, 10, 34)!important;
}

.price-each {
    margin-top: 10px;
    color: #858484;
}

.total-price {
    font-size: 17px;
    color: black;
}

.whole-cart-container {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    letter-spacing: 1px;

}

p.prod-brand {
    color: #525253;
    font-size: 13px;
    margin-top: 10px;
    
}



.pic-desc-cart {
   
    width: 50%;
  margin-left: 20px;
  margin-top: 10px;
}

.pic-desc-cart1{
    width:90% ;
    margin-left: 30px;
    margin-top: 10px;
}

.pic-desc-cart1 p{
font-size: 13px;
}

.coupen-button {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background-color: rgb(218, 10, 34);
    color: white;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}

.coupen-button-div {
    display: flex;
    justify-content: right;
}

.side-img-cart{
    height: 100%;
    width: 14%;
    margin-right: 20px;
}

.side-img-cart img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-cart-display{
    margin-top: 15px;
}

.product-side-display{
    margin-top: 15px;
}
.product-side-display:first-child{
    margin-top: 0px!important;
}

.product-side-display i{
    cursor: pointer;
    position: absolute; 
    top: 10px;
    right: 10px;
    transition: 0.5s;
}

.product-side-display i:hover{
    color: rgb(218, 10, 34);
}


.payment-gateway{
    height: 150px;
    width: 150px;
    margin-left: 20px;
    cursor: pointer;
}

.payment-gateway:first-child{
    margin-left: 0px;
}

.payment-gateway img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#esewa-id{
    border: 1px solid green;
}

/* .phonepay{
    border: 1px solid red;
} */

.payment-buttons{
    margin-top: 20px;
}

.payment-buttons button{
    padding: 10px;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.payment-buttons button.esewa-button{
    background: green;
}

.payment-buttons button.fonepay-button{
    background: red;
   
}

#fonepay-button{
    display: none;
}

/*Modal Pop Up*/
@keyframes modal-pop-out {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    70% {
      transform: scale(1.05);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  #modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
  }
  

.modal-return-status{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

  #modal-content {
    background-color: #fff;
    padding: 20px;
   width: 50%;
    border-radius: 5px;
    animation: modal-pop-out 0.3s ease;
  }

  .return-content{
    background-color: #fff;
    padding: 20px;
   width: 50%;
    border-radius: 5px;
    animation: modal-pop-out 0.3s ease;
  }
  
  #modal.show {
    display: flex;
  }

  .modal-return-status.show{
    display: flex;
  }
  
  #save-changes{
    padding: 10px 20px;
    background-color:rgb(218, 10, 34);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
  }
 
  #close-modal {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
  }
/*Modal Pop Ends Here*/

/*description ends here*/


/*login-register*/

.login-container {
    width: 50%;
    margin-right: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 50px;
}

.register-container {
    width: 50%;
    margin-left: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 50px;
}

.login-title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.register-title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.login-container h2 {
    border-bottom: 2px solid rgb(37, 37, 37);
    width: 130px;
    padding-bottom: 5px;
    text-align: center;
    color: rgb(37, 37, 37);
}

.register-title h2 {
    border-bottom: 2px solid rgb(37, 37, 37);
    width: 150px;
    padding-bottom: 5px;
    text-align: center;
    color: rgb(37, 37, 37);
}

.login-form-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.login-form-container form {
    width: 85%;
}

.login-form-container form label {
    width: 100%;
    font-size: 18px;
    color: #6b6b6b;
}

.register-form-container {
    margin-top: 30px;
}

.register-form-container label {
    width: 100%;
    font-size: 18px;
    color: #6b6b6b;
}

label span {
    color: rgb(218, 10, 34);
}

.register-form-container input {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    font-size: 15px;
    border: 1px solid #a8a8a8;
}

.login-form-container form input {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    font-size: 15px;
    border: 1px solid #a8a8a8;
}

.register-form-container form input {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    font-size: 15px;
    border: 1px solid #a8a8a8;
}

button.login-button {
    padding: 15px;
    border: none;
    background-color: #000;
    color: white;
    font-size: 20px;
    width: 100%;
    transition: 0.5s;
    cursor: pointer;
}

button.login-button:hover {
    background-color: rgb(218, 10, 34);
}

button.login-button i {
    font-size: 16px;
}

a.otp-resend{
    display: block;
    text-align: center;
    width: 100%;
    color: rgb(61, 61, 61);
    margin-top: 20px;
    font-weight: bold;
    transition: 0.5s;
}

a.otp-resend:hover{
    color: rgb(218, 10, 34);
}


/*contact us starts here*/

.contactform {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.contact-us-form {
    width: 69%;
}

.contact-whole-container {
    display: flex;
    margin-top: 50px;
    align-items: flex-start;
}

.cont-input {
    width: 33.33%;
}

.contact-details {
    width: 30%;
    margin-left: 40px;
}

.width-full {
    width: 100%!important;
    margin-top: 30px;
}

.submit-button {
    margin-top: 30px;
}

.cont-input label {
    font-weight: bold;
    font-size: 16px;
}

.cont-input input {
    width: 95%;
    padding: 15px;
    margin-top: 10px;
    font-size: 15px;
    background-color: #f3f1f1;
    border: none;
    font-family: 'Montserrat', sans-serif;
}

.cont-input textarea {
    width: 98.5%;
    padding: 15px;
    margin-top: 10px;
    font-size: 15px;
    background-color: #f3f1f1;
    border: none;
    height: 250px;
    font-family: 'Montserrat', sans-serif;
}

button {
    font-family: 'Montserrat', sans-serif;
}

.submit-button button {
    padding: 15px;
    border: none;
    color: white;
    background-color: black;
    font-weight: bold;
    width: 200px;
    cursor: pointer;
}

.details-container {
    border-bottom: 1px solid rgb(206, 206, 206);
    padding-bottom: 20px;
    margin-top: 20px;
}

.details-container:first-child {
    margin-top: 0px;
}

.details-container:last-child {
    border-bottom: none;
}

.details-container h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.details-container p {
    line-height: 25px;
    font-size: 14px;
}

.details-container i {
    font-size: 22px;
    margin-left: 25px;
    cursor: pointer;
    color: #464444;
    transition: 0.5s;
}

.details-container i:hover {
    color: rgb(218, 10, 34);
}

.details-container i:first-child:hover {
    color: #d6249f;
}

.details-container i:nth-child(2):hover {
    color: #3b5998;
}

.details-container i:nth-child(3):hover {
    color: #26a7de;
}

.details-container i:first-child {
    margin-left: 0px;
}


.login-bar{
    display: none;
}


/*loader*/

.middle-loader-position {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    width: 100px;
    display: none;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 35%;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999;
    background-color: rgb(32, 32, 32);
    border-radius: 5px;
    text-align: center;
}

.middle-loader-position.show {
    display: flex;
}

.loader-middle {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid rgb(218, 10, 34);
    width: 60px;
    height: 60px;
    -webkit-animation: midspin 2s linear infinite;
    animation: midspin 2s linear infinite;
}


/* a#loading{
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 22px;
} */


/*flex reverse*/


/* Safari */


@-webkit-keyframes midspin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes midspin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*sweet message*/

.sweetmessage {
    position: fixed;
    height: 60px;
    top: 75px;
    right: 10px;
    background-color: rgb(218, 10, 34);
    color: white;
    padding: 18px;
    animation: fadeOut 3s linear forwards;
    z-index: 99999;
    margin-top: -10px;
    margin-right: 20px;
    display: inline-flex;
}

.sweetmessage i {
    font-size: 19px;
    font-weight: bold;
}

.sweetmessage p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-left: 5px;
}

.sweetmessage ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.sweetmessage li {
    margin: 0;
    padding: 0;
    margin-left: 1.5em;
    font-size: 14px;
    line-height: 1.2;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}


/*seet messsage ends here*/

.otp form {
    text-align: center;
}

.otp input {
    width: 13.5%!important;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 5px;
    text-align: center;
}


/*contact us ends here*/


/*user profile starts here*/

.gap {
    gap: 30px;
}

.user-profile-menu {
    width: 30%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px;
    border-radius: 2px;
}

.user-profile-menu h4 {
    border-bottom: 1px solid rgb(214, 211, 211);
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 17px;
}

.user-profile-menu h4::before {
    margin-right: 10px;
    width: 25px;
    height: 2px;
    background: rgb(218, 10, 34);
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
}

.profile-container h4::after {
    margin-left: 10px;
    width: 25px;
    height: 2px;
    background: rgb(218, 10, 34);
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
}

.profile-container h4 {
    border-bottom: 1px solid rgb(214, 211, 211);
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 17px;
}

.profile-container {
    width: 70%;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 2px;
}

ul.menu-list li {
    list-style: none;
    margin-top: 5px;
    cursor: pointer;
    padding: 8px;
}

ul.menu-list a:hover li {
    color: rgb(218, 10, 34);
}

.ul-li-a-active {
    color: rgb(218, 10, 34)!important;
}

ul.menu-list a li {
    font-size: 14.5px;
    font-weight: bold;
    color: #636161;
}

ul.menu-list a i {
    font-size: 11px;
}

.basic-information {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.basic-information input {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
}

.input-div {
    width: 48.5%;
}

.whole-table {
    width: 100%;
    overflow-x: auto;
}

.overflow {
    width: 130%;
    font-size: 13px;
}

#customers {
    border-collapse: collapse;
    margin-top: 20px;
}

#customers td,
#customers th {
    /* border: 1px solid #ddd; */
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    color: white;
    background-color: rgb(218, 10, 34);
}

#message {
    position: fixed;
    height: 60px;
    top: 75px;
    right: 10px;
    background-color: rgb(218, 10, 34);
    color: white;
    padding: 18px;
    animation: fadeOut 3s linear forwards;
    z-index: 99999;
    margin-top: -10px;
    margin-right: 20px;
    display: inline-flex;
}
#message p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-left: 5px;
}

.sub-form {
    display: flex;
    gap: 40px;
}

.sub-form input {
    cursor: pointer;
}

.sub-form label {
    font-weight: 600;
    margin-left: 10px;
    cursor: pointer;
}

.button-sub {
    width: 100%;
    display: flex;
    justify-content: right;
}

.sub-submit {
    padding: 10px;
    border: none;
    margin-top: 20px;
    width: 130px;
    font-weight: bold;
    background-color: black;
    color: white;
    cursor: pointer;
}

.ham-burger-menu{
    display: none;
    margin-bottom: 10px;
    background-color: rgb(218, 10, 34);
    width: 35px;
    padding: 5px;
    height: 35px;
    text-align: center;
    border-radius: 3px;
}

.ham-burger-menu i{
    color: white;
    font-size: 23px;
}

.close-icon{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 22px;
    display: none;
}
.user-shipping-address{
    border: 1px solid rgb(204, 203, 203);
    padding: 20px;
    display: inline-flex;
    width: 100%;
}

.user-shipping-address p{
    color: #757575;
    margin-top: 20px;
    font-size: 15px;
}

.user-shipping-address p:first-child{
    margin-top: 0px;
}

.shipping-address-box{
    width: 60%;
}

.shipping-address-edit-delete{
    position: relative;
    width:40%;
}
.button-centered{
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    display: inline-flex;
  
}
.button-centered button{
    border: none;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    border-radius: 3px;
    width: 100px;
    cursor: pointer;
}

.button-centered button.red{
    background-color: rgb(218, 10, 34);
    margin-left: 10px;
    
}
.button-centered button.black{
    background-color: black
}

/*add quantity*/
.quantity-section {
    margin-bottom: 10px;
  }

  .quantity-section input {
    width: 50px;
  }

  .quantity-section button {
    padding: 5px 10px;
    font-size: 19px;
    cursor: pointer;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    height: 33px;
  }
  .input-quantity{
      padding: 5px 10px;
    font-size: 16px; 
  }
  .width-main{
    width: 100px!important;
  }

  .margin-auto{
    margin-left: 20px;
  }

  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type=number] {
-moz-appearance: textfield;
}

.flex-button{
    display: flex;
    width: 100%;
    gap: 15px;
}

.add-cart-button{
    padding: 5px 10px;
    font-size: 13px;  
    height: 35px;
    border: none;
    border-radius: 20px;
    background-color: black;
    color: white;
    cursor: pointer;
}

.add-cart-button i{
    font-size: 12px;
    margin-right: 7px;
}
/*add quantity ends*/
button.return-request{
    padding-left: 10px;
    padding-right: 10px;
 
    font-size: 14px;
    border: none;
    background-color: rgb(218, 10, 34);
    color: white;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    cursor: pointer; 
} 

/*user profile ends here*/

/*tools tip*/

.tool-tip{
    position: relative;
display: inline-block;
}

.tool-tip:hover .tooltiptext {
    visibility: visible;
    opacity:1;
  }

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

.tool-tip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    border-radius: 6px;
    z-index: 9999999999999999;
    opacity: 0;
    transition: opacity .6s;
    font-size: 13px;
  }
  .tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
  }

/*tools tip ends here*/

/*base on rating*/
.star-ratings {
    unicode-bidi: bidi-override;
    color: #ccc;
    font-size: 24px;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    
}



.star-rating-front{
    font-size: 18px!important;
    width: 115px;
 
}
    .fill-ratings {
      color: #fd4;
      padding: 0;
      position: absolute;
      z-index: 1;
      display: block;
      top: 0;
      left: 0;
      overflow: hidden;
      
    }
    .star-ratings span {
        display: inline-block;
     letter-spacing: 10px;
     
      
    }
    .empty-ratings {
      padding: 0;
      display: block;
      z-index: 0;
    }
  
.your-reviews{
    border: 1px solid rgb(197, 197, 197);
    margin-top: 20px;
    width: 100%;
}



.message-sucessfully-sent{
    background-color: green;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: white;
    position: relative;
}

.message-sucessfully-sent i{
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
}

.name-date{
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid rgb(197, 197, 197);
}

.name-date p{
    width: 50%;
    padding: 10px;
    font-size: 14px;
}

p.comented-date{
    text-align: right;
}

p.name-review{
    font-weight: bolder;
}
.your-comment {
    padding: 10px;
    font-size: 15px;
}

.whole-reviews-scrollable{
    max-height: 500px; 
    overflow-x: scroll; 
    overflow-x: hidden; 
    padding: 20px; 
    margin-top: 20px; 
    border: 1px solid rgb(199, 199, 199);
    scrollbar-width: thin;
scrollbar-color: rgb(102, 102, 102) rgb(219, 219, 219);
}

.whole-reviews-scrollable::-webkit-scrollbar {
    -webkit-appearance: none!important;
    width: 8px!important;
    background-color: rgb(219, 219, 219);
}
.whole-reviews-scrollable::-webkit-scrollbar-thumb {
    background-color: rgb(102, 102, 102)!important;
}

/*light slider*/

.preview-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 75%;

    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
  
  }
  .preview-box.show{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
  }
  .preview-box .details{
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 10px;
    justify-content: space-between;
    position: absolute;
    z-index: 9999;
    right: -150px;
    top:0px;
  }
  .preview-box .details .title{
    display: flex;
    font-size: 18px;
    font-weight: 400;
    display: none;
  }
  .details .title p{
    margin: 0 5px;
  }
  .details .title p.current-img{
    font-weight: 500;
  }
  .details .icon{
    color: white;
    font-size: 25px;
    cursor: pointer;
   
  
  }
  .preview-box .images-box{
    display: flex;
    width: 100%;
    position: relative;
    height: 90vh;
  }
  .images-box .slide{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    height: 50px;
    width: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
  }
  .slide.prev1{
    left: -150px;
  }
  .slide.next1{
    right: -150px;
  }
  .images-box img{
    width: 100%;
    object-fit: contain!important;
  }
  
  .shadow{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0,0,0,0.9);
  }

/*light slider ends here*/

/*price range starts here*/


.price-wrapper{
    width: 95%;

  }
  header h2{
    font-size: 24px;
    font-weight: 600;
  }

  header p{
    margin-top: 5px;
    font-size: 16px;
  }
  .price-input{
    width: 100%;
    display: flex;
    margin: 30px 0 30px;
    gap: 10px;
  }
  .price-input .field{
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
  }

  .field input{
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 13px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }
  .price-wrapper input[type="number"]::-webkit-outer-spin-button,
  .price-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator{
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .slider{
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .slider .progress{
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: rgb(218, 10, 34);
  }
  .range-input{
    position: relative;
  }
  .range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb{
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: rgb(218, 10, 34);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
  }
  input[type="range"]::-moz-range-thumb{
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: rgb(218, 10, 34);;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
  }

/*price range ends here*/

/*payment sucessfull*/
.payment-sucessfull{
    width: 100%;
    display: flex;
    justify-content: center;
}

.payment-unsucessfull{
    width: 100%;
    display: flex;
    justify-content: center; 
}
.card {
    background: white;
    padding: 50px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .card .checkmark {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left:-15px;
  }

  .card .cross{
    font-size: 100px;
    line-height: 200px;
    color: rgb(218, 10, 34);
  }
  .card p {
    color: #404F5E;
    font-size:16px;
    margin: 0;
    line-height: 25px;
  }

  .card h2 {
    color: #88B04B;
    font-weight: 900;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .card h2.unsuccess{
    color: rgb(218, 10, 34);
  }

  .card button{
    width: 80%;
    padding: 10px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    color: white;
    background-color: rgb(218, 10, 34);
    font-weight: bold;
    transition: 0.5s;
    margin-top: 20px;
    border-radius: 5px;
    transform: 0.5s;
  }

  .card button:hover{
    background-color: black;
  }
/*payment Sucefull ends here*/

/*404 not found*/


#notfound {
    position: relative;
    height: 60vh;
  }
  
  #notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .notfound {
    width: 100%;
    line-height: 1.4;
    text-align: center;
  }
  
  .notfound .notfound-404 {
    position: relative;
    height: 240px;
  }
  
  .notfound .notfound-404 h1 {
    font-family: 'Montserrat Alternates', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 252px;
    font-weight: 900;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: -40px;
    margin-left: -20px;
    color: rgb(218, 10, 34);

  }
  
  .notfound .notfound-404 h1>span {
    text-shadow: -8px 0px 0px #fff;
  }
  
  .notfound .notfound-404 h3 {
    font-family: 'Cabin', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 3px;
    padding-left: 6px;
    color: rgb(218, 10, 34);

  }
  
  .notfound h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(218, 10, 34);

    margin-top: 20px;
    margin-bottom: 25px;
  }
  

/*button pending and returned*/
.returned-button{
    padding: 8px;
    border: none;
    background-color: green;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    width: 100px;

}

.pending-button{
    padding: 8px;
    border: none;
    background: transparent;
    border: 1px solid #17a2b8;
    color: #17a2b8;
    font-weight: bold; 
    border-radius: 5px;
    width: 100px;
}

.error-button{
    padding: 8px;
    border: none;
    background: transparent;
    border: 1px solid rgb(218, 10, 34);
    color: rgb(218, 10, 34);
    font-weight: bold; 
    border-radius: 5px; 
    width: 100px;
    cursor: pointer;
    transition: 0.5s;
}

.error-button:hover{
    background-color: rgb(218, 10, 34);
    color: white;
}


/*button pending and reurned ends*/

  @media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
      height: 200px;
    }
    .notfound .notfound-404 h1 {
      font-size: 200px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
      height: 162px;
    }
    .notfound .notfound-404 h1 {
      font-size: 162px;
      height: 150px;
      line-height: 162px;
    }
    .notfound h2 {
      font-size: 16px;
    }
  }
  


/*404 not found Ends Here*/

.color-offer{
    background-color: rgb(2, 94, 2)!important;
}

.login-cart-nav{
    display: inline-flex;
}


.error-message {
    margin-top:-36px;
    color: red;
    font-size: 12px;
}

.error-input {
border: 1px solid red!important;
}
.error-message-shipping{
color:red;
}



/*add modal*/
.add-modal {
    display: none;
    position: fixed;
    z-index: 9999999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .add-modal-content {
    margin: 2% auto;
    padding: 20px;
    width: 55%;
    display: flex;
    justify-content: center;
   
  }

  .add-modal-content img{
   
    max-height: 80vh;
  }

.photo-cross-relative{
    /* width: 100%; */
 position: relative;
    display: flex;
    justify-content: center;
}
  
  .add-close {
    color: black;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right:10px;
    height: 30px;
    width: 30px;
    background-color: white;
    text-align: center;
    border-radius: 50%;
  }
  
  .add-close:hover,
  .add-close:focus {
    color: rgb(139, 7, 22);
    text-decoration: none;
    cursor: pointer;
  }


/*add modal ends here*/



@media screen and (min-width: 1600px) {
    .modal {
        padding-top: 130px;
    }
    .modal-content {
        width: 50%;
        height: 60vh;
    }
    .right-modal {
        height: 51vh;
    }
    .container {
        width: 1500px;
    }
    .product-box {
        width: 670px;
        height: 66vh;
    }
    .product-box img {
        height: 63vh;
    }
    .small-box {
        width: 225px!important;
        height: 225px!important;
        border-radius: 50%;
    }
    .small-box img {
        height: 100%!important;
        width: 100%!important;
    }
    .product-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }
    .productbox {
        width: 23.5%;
        position: relative;
        cursor: pointer;
        margin-top: 20px;
    }
    .item-a1 {
        justify-content: center;
        width: 245px;
        height: 310px;
    }
    .add-banner-container {
        height: 45vh;
    }
    .product-img-cart img {
        height: 12vh;
      }
      .style-desc{
        height: 71vh;
      }
      .search-filter{
        width: 23.2%!important;
      }

}

@media screen and (max-width: 1250px) {
    .container {
        width: 95%;
    }
    .product-img-cart img{
        height: 12vh;
    }
    .search-top-bar input{
        width: 200px;
    }
}

@media screen and (max-width: 1224px) {
  
    .productimg {
        height: 257px;
    }
    .product-box img {
        height: 58vh;
    }
    .product-box {
        height: 62vh;
    }
    .input-div{
        width: 48%;
    }
    
}

@media screen and (max-width:1212px){
    .search-filter{
        width: 24%!important;
    }
}

@media screen and (max-width:1200px){
    .nav{
        width: 20%;
    }
    .nav-left{
        width: 80%;
    }
  
}

@media screen and (max-width:1150px){
    .img-background img{
height: 25px!important;
    }
    .inline-flex{
        display: block;
    }
    .cart-container{
        width: 100%;
        margin-left: 0px;
    }
    .side-cart{
        margin: 0px;
        width: 100%;
        margin-top: 10px;

    }
    .coupen-container input{
        width: 25%;
    }
    .make-purchase-buttons button{
        width: auto;
    }
    .cart-container{
        width: 100%!important;
    }
    .product-whole-container{
        width: 100%!important;
    }
    .product-side-display{
        margin-left: 0px!important;
        width: 100%!important;
    }
  
}

@media screen and (max-width: 1100px){
    .whole-nav{
        display: block;
    }
    .nav{
        width: 100%;
        text-align: center;
    }
    .nav-left{
        width: 100%;
    }
    .nav-left{
        justify-content:left;
        margin-bottom: 5px;
    }
    .login-cart-nav{
        width: 40%;
        justify-content: right;
    }
    .search-top-bar{
        width: 60%;
        border-right: transparent;
    }
    .search-nav-bar{
        width: auto;
    }
    .search-top-bar input{
        width: 280px;
    }

.search-filter {
    width: 32.4%!important;
}
}

@media screen and (max-width: 1086px) {
    .filter{
        position: absolute;
        width: 30%;
        background-color: white;
        z-index: 9999999;
        left: -3000px;
        transition: 0.5s;
        height: 100%;
        overflow-y: auto;    
    }
        .filter-datas{
            margin-left: 0px;
        }

    .none-left{
        left: 0px!important;
    }
    .filter-datas{
        width: 100%;
    }
    .search-filter-toggle{
        display: block;
        z-index: 999999;
    }
 
    .shortby{
        padding-top: 10px;
    }
    .search-filter{
        width: 24.15%!important;
    }
    .modal-content{
        width: 95%;
    }
}

@media screen and (max-width: 1041px) {
    .productbox {
        width: 31%;
    }
    .banner-info h2 {
        font-size: 28px;
    }
    .add-banner-container {
        height: 34vh;
    }
    .main-content .box {
        width: 30.5%;
    }
    .main-content .box:last-child {
        margin-left: 0px;
        margin-top: 20px;
    }
    button.add-cart:hover{
        border: 1.5px solid black;
        background-color: black;
    }
  
}

@media screen and (max-width: 980px) {
    .row {
        height: 15vh;
    }
    .desc-img {
        height: 43vh;
    }
    .row .column {
        width: 37%;
    }
    .search-filter{
        width: 24.1%!important ;
    }

}

@media screen and (max-width: 971px) {
 
    .user-profile-menu{
        padding: 25px;
    }
    .input-div{
        width: 47.8%;
    }
}

@media screen and (max-width: 956px){
    .search-top-bar input{
        width: 200px;
    }
    .login-cart-nav{
        width: 40%;
    }
    .search-top-bar{
        width: 60%;
    }
    .inline-flex1{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .login-container{
        width: 85%;
        margin-right: 0px;
    }
    .register-container{
        margin-left: 0px;
        margin-top: 20px;
        width: 85%;
    }
}

@media screen and (max-width: 900px) {
    .embled-maps iframe {
        height: 300px;
    }
    .contact-whole-container {
        display: block;
    }
    .contact-us-form {
        width: 100%;
    }
    .contact-details {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .smooth-scroll-active{
        left: 0px!important;
    }

    span.responsive-hidden{
        display: none;
    }

    .user-profile-menu{
        left: -300px;
        position: absolute;
        background-color: white;
        width: 300px;
        top: 0px;
        height: 100%;
        z-index: 6;
        transition: 0.5s;
    }
    .profile-container{
        width: 100%;
        padding: 25px;
    }
    .ham-burger-menu{
        display: block;
    }
    .profile-wholecontainer .margin-top{
        margin-top: 0px;
    }
    .profile-wholecontainer .contact-whole-container{
        padding-top: 10px;
        margin-top: 0px;
    }
    .close-icon{
        display: block;
    }
    .filter{
        width: 35%;
    }
    .search-filter{
        width: 32%!important;
    }
    .product-container{
        gap: 15px;
    }
    .product-img-cart img{
        display: none;
    }
    .pic-desc-cart{
        width: 100%;
    }
    .whole-cart-container{
        margin-top: 11px;
    }
    .product-img-cart{
        width: 25%;
    }
    .product-remove-cart{
        width: 25%;
        text-align: center;
    }
    .coupen-container input{
        width: 35%;
    }
}

@media screen and (max-width:834px) {
    .search-filter{
width: 31.5%!important;
    }
}

@media screen and (max-width:795px) {
    .productbox {
        width: 48%;
    }
    .main-content .box:nth-last-child(2) {
        margin-left: 0px;
        margin-top: 20px;
    }
    .main-content .box:last-child {
        margin-left: 30px;
        margin-top: 20px;
    }
    .add-modal-content{
        width: 80%;
    }
    .side-img-cart{
        width: 23%;
    }
    #modal-content{
        width: 90%;
    }
  

}

@media screen and (max-width:784px) {
    .main-content .box {
        width: 47%;
    }
    .nav-left{
        display: block;
        height: auto;
    }
    .search-top-bar{
        width: 100%;
        padding-right: 0px;
    }

    .search-top-bar input{
        width: 60%;
    }
   
    .responsive-top{
        top: 50px!important;
    }
  
    .search-nav-bar{
        width: 100%;
        height: 40px;
    }
    .show-categories{
        padding-top: 3px;
    }
    .cart p{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .login-form{
        margin-top: 8px;
    }
    .searchfor-shortby{
        display: block;
    }
    .search-for{
        width: 100%;
    }
    .shortby{
        width: 100%;
    }
    .login-cart-nav{
        display: none;
    }
    .whole-nav-button {
        display: block;
        width: 20%;
    
    }
    .logo{
        width: 60%;
        display: flex;
        justify-content: center;
    }

    .logo img{
        height: 50px;
        margin-top: 5px;
    }
    .bg-yellow{
        display: none!important;
    }
    .bg-gray1{
        background-color: rgb(218, 10, 34)!important;
    }
 
    .login-form{
        margin-top: 0px;
        display: inline-flex;
    }
    .login-bar{
        display: block;
        width: 50%;
        text-align: right;
    }
    .login-bar-dropdown{
        right: 0px;
    }
    .login-bar-dropdown .caret-up{
        left: -10px!important;
    }
    .login-form-user{
        padding-top: 0px;
    }
    .login-form button{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .top-bar{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .login-form-user{
        padding-top: 5px;
        padding-top: 5px;
    }
    .right-bar{
        display: none;
    }

    .contact-us-top-nav{
        display: none;
    }
    .car-new-responsive{
        display: block;
    }
    .left-bar p a{
        font-size: 11px!important;
        font-weight: bold;
        letter-spacing: 1px;
       
    }
    .left-bar p{
        margin-left: 0px;
        margin-top: 4px;
    }

}

@media screen and (max-width:765px) {
    .whole-desc-container {
        display: block;
    }
    .item-desc {
        margin-left: 0px;
        margin-top: 20px;
        width: 100%;
    }
    .container3 {
        width: 100%;
    }
    .row .column {
        width: 25%;
    }
    .desc-img {
        height: 48vh;
    }
    .review-desc {
        display: block;
    }
    .product-description {
        width: 100%;
    }
    .write-review {
        margin-left: 0px;
        margin-top: 20px;
        width: 100%;
    }
    .nav-links ul li a {
        padding: 13px!important;
    }
 
    .login-cart-nav{
        width: 100%;
    }
    .nav{
        text-align: center;
        width: 100%;
    }
    .filter{
        width: 40%;
    }
    .nav-left{
        justify-content: right;
    }
    .pic-desc-cart p{
        font-size: 13px!important;
    }
    .price-each{
        font-size: 13px;
    }
    .total-price{
        font-size: 13px;
    }

    .show-categories{
        padding-left: 0px;
        padding-right: 0px;
        width: 30%;
    }
    .whole-nav{
        padding-top: 0px;
    }
}

@media screen and (max-width:755px) {
   
    .nav-links {
        display: none;
    }
    .product-cart-display{
        display: block;
        padding: 20px;
    }
    .whole-cart-container1{
        position: static;
        transform: none;
    }
    .product-remove-cart{
        text-align: left;
        margin-top: 10px;
        width: 100%;
        margin-top: 20px;
    }
    .product-img-cart{
        width: 100%;
    }
    .product-quantity-cart{
        width: 100%;
        margin-top: 20px;
    }
    .product-price-cart{
        width: 100%;
    }
    .whole-cart-container{
        text-align: left;
        width: 100%;
        margin-top: 20px;
    }
    .pic-desc-cart{
        margin-left: 0px;
    }
    .product-cart-display{
        margin-top: 0px;
    }
    .pic-desc-cart p{
        font-size: 15px!important;
    }
    .total-price{
        font-size: 15px;
    }
    .coupen-container input{
      width: 60%;  
    }
    .preview{
        display: none;
    }

}
 


@media screen and (max-width:700px) {
    .productbox {
        width: 47%;
    }
    .whole-add{
        display: block;
    }
    .add-banner-container{
        width: 100%;
        margin-top: 10px;
    }
    .filter{
        width: 55%;
    }
    .side-img-cart{
        width: 35%;
    }
    .login-container{
    width: 100%;
    }
    .register-container{
        width: 100%;
    }
}
@media screen and (max-width:610px) {
.search-filter{
    width: 48.4%!important;
}
}


@media screen and (max-width:600px) {
    .nav-left {
        display: block;
    }

    .login-form {
        width: auto;
    }
    .cart {
        width: auto;
    }
    i.mag-glass {
        top: 10px;
    }
 
    .login-form button {
        margin-left: 0px;
    }
    .login-cart-same-div {
        width: 100%;
        justify-content: right;
    }
    .input-div{
        width: 100%;
    }
    .top-bar p a{
        font-size: 11px;
    }
    span.responsive-hidden{
        display: none;
    }
    span.items-account{
        display: none;
    }
}

@media screen and (max-width:554px) {
    .main-content .box {
        width: 100%;
        margin-top: 30px;
        margin-left: 0px!important;
    }
    .main-content .box:first-child {
        margin-top: 0px!important;
    }
    .product-title-description h2 {
        font-size: 20px;
    }
    .home-link p {
        font-size: 15px;
    }
    .item-desc h2 {
        font-size: 18px;
    }
    .desc-lists p {
        font-size: 15px;
    }
    .desc-lists h3 {
        font-size: 20px;
    }
    .product-description ul li {
        font-size: 15px;
    }
    .product-description h2 {
        font-size: 20px;
    }
    .write-review h2 {
        font-size: 20px;
    }
    .review-form label {
        font-size: 15px;
    }
    .review-button {
        font-size: 14px;
    }
    .cont-input {
        width: 100%;
        margin-top: 30px;
    }
    .cont-input input {
        width: 100%;
    }
    .cont-input:first-child {
        margin-top: 0px;
    }
    .cont-input textarea {
        width: 100%;
    }
    .load-more button{
        font-size: 12px;
    }
    .main-content{
        padding-top: 36px;
    }
    .add-modal-content{
        width: 95%;
    }

.add-modal-content img{
    max-height: 30vh;
}
}

@media screen and (max-width:534px) {
    .search-nav-bar p{
        font-size: 10px;
        padding-top: 10px;
        pointer-events: none;
    }
    .responsive-top li{
        font-size: 11px!important;
    }
    .responsive-top{
        top: 57px!important;
    }
 
}

@media screen and (max-width:520px) {
    .search-filter{
        width: 48%!important;
    }
    .footer-lists li a{
        font-size: 13px;
    }
    .box h2{
        font-size: 1rem;
    }
    .bottom center{
        font-size: 0.7rem;
    }
 
    .search-result-cart{
        top: 43px!important;
    }
    ul.search-result{
        top: 60px;
    }

}

@media screen and (max-width:500px) {
    .desc-lists button.addtocartdesc {
        width: 100%;
        margin-top: 10px;
        padding: 12px!important;
    }
    .desc-lists button.buynowdesc {
        width: 87%;
        margin-top: 10px;
        padding: 12px!important;
    }
    button.fav {
        padding: 11px!important;
    }
    .productbox {
        width: 49%;
    }
    .product-container{
        gap: 5px;
    }
    .container h1{
        font-size: 22px;
    }
    .coupen-container input{
        width: 100%;
    }
    .make-purchase-buttons button{
        width: 100%;
    }

  

    .nav {
        text-align: center;
        width: 100%;
        padding-bottom: 10px;
    }
    .responsive-top {
        top: 58px!important;
    }
    .product-box{
        width: 260px;
    }
    .item-a{
        height: 35vh;
    }
    .search-result-cart{
        top: 38px!important;
        z-index: 999;
    }
    ul.search-result{
        top: 53px;
    }
}

@media screen and (max-width:458px) {
    .container{
        width: 95%;
    }

    .side-img-cart{
        width: 55%;
    }
    .select-color h4{
        font-size: 14px;
    }
    .select-color select{
        font-size: 12px;
    }
    .add-modal-content img{
        max-height: 35vh;
    }

    .logo img{
        height: 40px;
        margin-top: 10px;
    }
    .show-categories{
        width: 35%;
    }
    .search-top-bar input{
        width: 55%;
    }

}

@media screen and (max-width:436px) {
    .search-filter{
        width: 100%!important;
        margin-top: 15px!important;
    }
    .product-container{
        justify-content: center;
    }
    .product-box{
        height: 40vh;
    }
    .lSSlideOuter .lSPager.lSpg>li a {
        height: 9px!important;
        width: 9px!important;
    }
    .whole-nav{
        display: block;
    }
    .nav{
        text-align: center;
        width: 100%;
        padding-bottom: 5px;
    }
    .container:first-child{
        width: 100%!important;
    }
    .nav-left{
        width: 98%;
        margin: auto;
   
       
    }
 
  
  
    .productimg{
        height: 195px;
    }
    .productinfo{
        padding: 6px;
    }
    button.add-cart{
        font-size: 9px;
    }
    .price-product{
        font-size: 13px;
    }
   
    .company-name{
        font-size: 13px!important;
    }
    .offers{
        width: auto;
        font-size: 10px;
    }
    .over-button{
      height: 30px;  
      width: 40px;
      text-align: center;
    }
    .overlay-buttons{
        gap: 7px;
    }

    .overlay-buttons i{
      font-size: 12px!important;
    }
   
    .main-content{
        padding-left: 15px!important;
    }
    .show-categories{
        width: 30%;
    }
    .responsive-sort{
        width: 100%!important;
    }
  
    
.left-bar p a i{
    display: none;
}
.shortby{
    margin-top: 20px;
}
.search-for p{
    text-align: center;
}
.show-categories{
    justify-content: center;
}
}



@media screen and (max-width:400px) {
    .banner-info h2{
        font-size: 22px;
    }
    .add-banner-container{
        height: 25vh;
    }
    .select-color select {
        font-size: 11px;
      }
    .selct-color-next{
        font: 12px;
        padding: 6px;
    }
    
    .search-nav-bar p{
        font-size: 10px;
   
    }
    .show-categories{
        width: 36%;
    }
  
    .add-modal-content img{
        max-height: 30vh;
    }
    .select-color h4{
        font-size: 12px;
    }
    .next-button{
        margin-top: 15px;
    }
    .select-color select{
        font-size: 9px;
    }
}

