body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color: whitesmoke;
}
.main-header{
    width: 100%;
    background-color: whitesmoke;
}
#header-container{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: whitesmoke;
    padding-bottom: 20px;
}
#logo{
    margin-top: 20px;
}
#input-icons{
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
}
.input-group-append{
    height: 38px !important;
    border-right: transparent !important;
    border-radius: 10px !important;
}
#icons-section{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.input-group{
    margin-top: 41px;
    width: 90%;
}
.input-group-text{
    background-color: white !important;
    border-right: transparent !important;
    padding-right: 0% !important;
}
.m-input{
    border-left: transparent !important;
}
.form-control{
    border-radius: 0% !important;
}
.form-control.m-input::placeholder{
    color: #11357F;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.dropdown-toggle::after{
    display: none;
}
.btn.dropdown-toggle{
    outline: none !important;
    box-shadow: none !important;
}
#icon{
    color: #11357F;
    text-decoration: none !important;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
}
.active-star{
    color: #9FCB38 !important;
}
.bag-link{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.number-circle{
    background-color: #9FCB38;
    color: white;
    height: 12px;
    width: 14px;
    border-radius: 20px;
    font-size: 10px;
    text-align: center;
    padding-bottom: 14px;
    float: right;
    margin-top: -10px;
    z-index: 2000 !important;
    margin-left: 50%;
}
.navbar-expand-md{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    background-color: #11357F;
    border-radius: 7px;
    border: none;
    height: 38px;
    outline: none;
}
.navbar-expand-md .navbar-nav{
    width: 100%;
    justify-content: space-between;
}
.nav-link{
    color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.main-slider{
    width: 100%;
    height: auto;
    margin-top: -15px;
}
.custom-navbar{
    padding-top: 45px;
}
.swiper {
    width: 100%;
  }
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 20px !important;
}
.swiper-slide {
text-align: center;
font-size: 18px;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide img {
display: block ;
width: 100%;
height: 100%;
object-fit: cover;
}
.effect-swiper {
width: 100% !important;
}

.effect-slide {
background-position: center !important;
background-size: cover !important;
}

.effect-slide img {
display: block !important;
width: 100% !important;
height: 500px !important;
}
#main-input2{
    display: none;
}
#respo-icon{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 0%;
    right: 50%;
    padding-top: 6px;
}
#respo-icon2{
    color: #11357F;
    font-size: 20px;
    /* position: absolute;
    top: 0%;
    right: 50%;
    padding-top: 10px; */
}
#bars{
    padding-top: 2px;
    color: white;
}
.featured-products{
    width: 100%;
    margin-top: 70px;
}
.featured-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.featured-header p{
    font-family: Arial, Helvetica, sans-serif;
    color: #11357F;
    font-size: 20px;
}
.featured-container{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    position: relative;
}
#borders-decoration{
    background-color: transparent;
    border-top: 2px solid rgb(184, 184, 184);
    border-bottom: 2px solid rgb(184, 184, 184);
    width: 100%;
    height: 280px;
    z-index: 400;
    margin-top: 50px;
}
#featured-slider{
    width: 100%;
    z-index: 600;
    position: absolute;
    top: -50px;
}
.featured-swiper{
    height: auto;
}
#featured-p-content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    background-color: transparent !important;
}
.featured-slide{
    display: flex;
    flex-direction: column !important;
}
.swiper-wrapper a{
    text-decoration: none !important;
}
#f-pro-name{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0%;
    padding-bottom: 0%;
    color: #11357F;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none !important;
}
#f-pro-price{
    width: 100%;
    padding-top: 0%;
    margin-top: 0%;
    color: #11357F;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none !important;
}
.new-arrivals{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 20px;
}
.new-arrivals-pro{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
}
.new-arrivals-pro a{
    text-decoration: none !important;
}
#arrival-name-con{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 13px;
}
#arrival-name{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 7px;
}
#arrival-product :hover{
    transform: scale(1.1);
}
.three-rectangles{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 60px;
    margin-bottom: 20px;
}
.rectangles-container{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.rectangle{
    width: 300px;
    height: 180px;
    border-radius: 14px;
    position: relative;
    text-decoration: none !important;
}
#rectangle-header{
    position: absolute;
    top: 10%;
    text-align: center;
    width: 100%;
    z-index: 400;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 40px;
}
#graphic-images{
    width: 100%;
}
.dark-blue{
    background-color: #11357F;
}
.blue{
    background-color: #1B95E7;
}
.green{
    background-color: #9FCB38;
}
.partners{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 80px;
}
.patrners-header{
    width: 100%;
    display: flex;
    justify-content: center;
}
.patrners-header p{
    color: #11357F;
    font-size: 30px;
    font-weight: bold;
}
.partners-container{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.partners-logo{
    width: 23%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.commercial{
    width: 100%;
    margin-top: 30px;
}
.upcoming-events{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    flex-direction: row;
    margin-top: 70px;
}
.events-sec{
    width: 50%;
}
.vertical-swiper{
    width: 100%;
    height: 200px;
}
.swiper-scrollbar-drag{
    background-color: #9FCB38;
}
.event-image{
    width: 50%;
    height: 200px;
    border-right: #9FCB38 5px solid;
    display: flex;
    justify-content: center;
}
#event-img{
    width: 100% !important;
}
#s-v-header{
    width: 100%;
    display: flex;
    justify-content: start;
    margin-left: 5%;
}
#s-v-header p{
    color: #11357F;
    font-size: 22px;
     font-weight: bold;
}
.dropdown-submenu{
  padding-right: 12%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 5%;
  width: auto;
}
li.dropdown-submenu ul.dropdown-menu{
    top: 10%;
    right: 100%;
}
.dropdown-submenu .test{
    color: black;
    text-decoration: none;
}
#sub{
    text-align: right;
    padding-right: 10%;
}
#sub:hover{
    background-color: whitesmoke;
}
.dropdown-submenu.dropdown-menu li#l-sub:hover{
    background-color: whitesmoke;
}
.event-slide{
    display: flex;
    flex-direction: column;

}
#event-details{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 8px;
}
#event-name p{
    margin-bottom: 0% !important;
    padding-bottom: 0% !important;
    font-size: 21px;
    color: #11357F;
}
#event-date{
    font-size: 15px;
    color: grey;
}
.swiper-slide.event-slide{
    display: flex;
    justify-content: left !important;
}
.footer{
    width: 100%;
    background-color: #E8E8E8;
}
.footer-contain{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #E8E8E8;
}
.footer-col{
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 30px;
}
#footer-logo{
    width: 50%;
    height: auto;
    margin-bottom: 15px;
}
.footer-col a{
    text-decoration: none !important;
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 3px;
    width: auto;
}
#second-column{
    padding-top: 20px;
}
#third-column{
    padding-top: 20px;
}
#forth-column{
    padding-top: 20px;
}
.user-drop button.dropdown-toggle{
    padding: 0% !important;
}
.user-drop div.dropdown-menu.show{
    z-index: 1050;
}
#foot-input::placeholder{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-left: 15px;
}
.footer-input{
    width: 100%;
}
#foot-input{
    width: 100%;
    border: 1px solid whitesmokes;
}
#submit-butt{
    color: #11357F;
    border: 1px solid #11357F;
    font-size: 14px;
    cursor: pointer;
}
.footer-icons-row{
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#footer-icons{
    color: #11357F;
    font-size: 20px;
}
.product-detail{
    width: 100%;
}
.product-detail-container{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid rgb(185, 185, 185);
}
.product-gallery{
    width: 40%;
    margin-top: 25px;
}
.product-description{
    width: 50%;
    margin-left: 10%;
    margin-top: 25px;
}

.swiper.product-swiper2 {
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.product-swiper2.swiper-wrapper.swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-swiper2 {
    height: 80%;
    width: 100%;
}

.product-swiper {
    height: 20%;
    box-sizing: border-box;
    padding: 23px 0;
    width: 400px;
}

.product-swiper .swiper-slide {
    width: 25%;
    height: 100%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-pro-swiper{
      width: 100%;
      height: 600px;
}
  /* .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
      color: #11357F;
      font-size: 30px;
      padding: 8px 14px;
      border: 1px solid #11357F;
      border-radius: 28px;
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
      color: #11357F;
      font-size: 30px;
  } */
#pro-des-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
}
#pro-des-header p{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 0% !important;
}
#pro-mini-des{
    width: 85%;
    height: auto;
}
#pro-mini-des p{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}
.pro-description{
    width: 100%;
    height: auto;
    border-top: 2px solid rgb(185, 185, 185);
    padding-top: 10px;
    padding-bottom: 10px;
}
#name-plus{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}
#name-plus button{
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}
#title{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
#plus-icon{
    color: #11357F;
}
#minus-icon{
    color: #11357F;
}
.descrition-text{
    color: #11357F;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 8px;
}
#text-one{
    display: block;
}
#text-two{
    display: none;
}
#text-three{
    display: none;
}
#text-four{
    display: none;
}
#less-button1{
    display: block;
}
#less-button2{
    display: none;
}
#less-button3{
    display: none;
}
#less-button4{
    display: none;
}
#more-button1{
    display: none;
}
.buttons-line{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid rgb(185, 185, 185) ;
    border-bottom: 2px solid rgb(185, 185, 185) ;
}
.add-to-bag{
    width: 200px;
    height: 50px;
    display: flex;
    position: relative;
    border: 1px rgb(185, 185, 185) solid;
    border-radius: 7px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}
.add-to-wish{
    width: 200px;
    height: 50px;
    position: relative;
    display: flex;
    border: 1px rgb(185, 185, 185) solid;
    border-radius: 7px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}
#add-tb-icon{
    position: absolute;
    width: 50px;
    top: 24%;
    right: 75%;
}
#add-tw-icon{
    position: absolute;
    width: 50px;
    top: 24%;
    right: 75%;
}
#icon2{
    color: #11357F !important;
    text-decoration: none !important;
    font-size: 20px;
}
#button-word{
    position: absolute;
    width: 150px;
    height: 101%;
    background-color: #11357F;
    color: white;
    text-align: center;
    top: 0%;
    right: 0%;
    padding-top: 13px;
    border: none;
    border-radius: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
#button-word2{
    position: absolute;
    width: 150px;
    height: 101%;
    font-size: 15px;
    background-color: #cbcaca;
    color: #11357F;
    text-align: center;
    top: 0%;
    right: 0%;
    padding-top: 13px;
    border: none;
    border-radius: 7px;
    font-family: Arial, Helvetica, sans-serif;
}
#link-line{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 15px;
}
#link-line a{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.s-icons-row{
    width: 100%;
    border-bottom: 2px solid rgb(185, 185, 185) ;
    padding-bottom: 10px;
    padding-top: 10px;
}
#s-icons-container{
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.final-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.corner{
    width: 30%;
    height: 60px;
}
.corner-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#center-corner{
    border-right:2px solid rgb(185, 185, 185) ;
    border-left:2px solid rgb(185, 185, 185) ;
}
#pro-code{
    color: #11357F;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
#pro-code-num{
    color: #11357F;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#pro-code-num2{
    color: #11357F;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.related-products{
    width: 100%;
    margin-top: 20px;
}
#borders-decoration2{
    background-color: transparent;
    border-bottom: 2px solid rgb(184, 184, 184);
    width: 100%;
    height: 280px;
    z-index: 400;
    margin-top: 50px;
}
.responsive-navbar-new{
    width: 90%;
    margin-left: 5%;
    height: 45px;
    background-color: #11357F;
    border-radius: 7px;
    display: none;
}
.responsive-container{
    width: 100%;
    position: relative;
}
#icons-section2{
    position: absolute;
    top: 5%;
    right: 0%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 40%;
    padding-top: 5px;
}
#icon3{
    color: white !important;
    text-decoration: none !important;
    font-size: 20px;
}
#new-res-togg{
    position: absolute;
    top: 5%;
    left: 0%;
}
.bread-crumb-sec{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}
.breadcrumb{
    background-color: transparent;
    padding-bottom: 0% !important;
    margin-bottom: 0% !important;
}
.breadcrumb-item a{
    color: grey;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px !important;
}
.breadcrumb-item.active{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb-item.active{
font-size: 12px !important;
padding-top: 5px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
}
.product-list{
    width: 100%;
}
.filter{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    /* display: flex;
    justify-content: end; */
}
#filter-word{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
}
/* .filter-dr-menu{
    left: -70px !important;
}
.filter-dr-menu2{
    left: -159px !important;
} */
.filter-cont{
    width: 110px;
    cursor: pointer;
}
.product-lis-main{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}
#pro-list-header{
    width: 100%;
    display: flex;
    justify-content: center;
}
#pro-list-header p{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}
.pro-list-body{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#pro-list-element{
    width: 25%;
    height: auto;
    margin: 10px auto;
    text-decoration: none !important;
    color: #11357F;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#pro-list-img{
    width: 210px;
    height: 210px;
    border-radius: 12px;
    border: 1px solid black;
    position: relative;
    background-color: white;
}
#pro-list-img2{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: none;
}
#pro-list-line1{
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}
#pro-list-name{
    width: 50%;
    height: 50px;
}
#pro-list-icons{
    width: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#element-icon{
    color: #11357F;
    font-size: 18px;
}
#pro-list-icons button{
    background-color: transparent;
    border: none;
    padding: 0%;
    outline: none;
    height: 28px;
    cursor: pointer;
}
#prices{
    display: flex;
    flex-direction: row;
}
#pro-list-line2{
    width: 85%;
}
#pro-old-price{
    text-decoration: line-through;
    text-decoration-color: #11357F;
    font-size: 17px;
}
#pro-new-price{
    margin-left: 15px;
    font-size: 17px;
    color: #9FCB38;
}
.new-element-sticker{
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: #9FCB38;
    font-size: 22px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.dropdown-item{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
}
#link1{
    color: #11357F;
    text-decoration: none;
    padding: 0.25rem 1.5rem ;
}
#shopping-bag{
    padding-bottom: 4px;
}
@media only screen and (min-width: 1400px) {
    #pro-list-line1{
        width: 77% !important;
    }
    #pro-list-line2{
        width: 77% !important;
    }
}
.elements-sizes{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#element-size-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(185, 185, 185);
}
#size-icon{
    padding-bottom: 4px;
}
.responsive-detail{
    width: 82%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
.responsive-detail #pro-list-name{
    width: 100% !important;
    font-size: 13px !important;
    text-align: center !important;
}
.responsive-detail #pro-list-icons{
    width: 100px !important;
}
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.myImg:hover{
    opacity: 0.7;}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.compare{
    width: 100%;
}
.compare-container{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.compare-element{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}
#compare-title{
    font-family: Arial, Helvetica, sans-serif;
    color: #11357F;
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}
#compare-mini-description{
    font-family: Arial, Helvetica, sans-serif;
    color: #11357F;
    text-align: center;
    height: 50px;
}
#old-crossed-price{
    font-family: Arial, Helvetica, sans-serif;
    color: #11357F;
    text-decoration: line-through;
    text-decoration-color: grey;
}
#compare-final-price{
    font-family: Arial, Helvetica, sans-serif;
    color: #11357F;
}
.compare-prices{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    border-bottom: 2px solid rgb(184, 184, 184);
    padding-bottom: 8px;
    height: 58px;
}
#compare-description-header{
    font-family: Arial, Helvetica, sans-serif;
    color: #11357F;
    margin-top: 10px;
    font-size: 15px;
}
#compare-description-text{
    font-family: Arial, Helvetica, sans-serif;
    color: #11357F;
    text-align: center;
    font-size: 13px;
    padding-top: 8px;
    height: 130px;
}
#copmare-button1{
    margin-top: 25px !important;
}
.swiper-slide.scroll-slide {
    font-size: 14px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.swiper-slide.scroll-slide p{
    text-align: center;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #11357F;
}
.scroll-text{
    width: 100%;
    height: 130px;
}
#close-element{
   font-size: 30px;
   cursor: pointer;
   position: absolute;
   top: -5%;
   right: -1%;
}
.compare-add-button{
    width: 20%;
}
.compare-container-responsive{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.brochure{
    width: 100%;
}
.brochure-container{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}
.brochure-element{
    width: 31%;
    height: auto;
    border: none;
    border-radius: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.opacity1{
    position: absolute;
    background: rgba(159, 203, 56, 0.5);
    z-index: 500;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    border: none;
    border-radius: 26px;
}
.opacity2{
    position: absolute;
    background: rgba(191, 188, 104, 0.5);
    z-index: 500;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    border: none;
    border-radius: 26px;
}
.opacity3{
    position: absolute;
    background: rgba(129, 191, 232, 0.5);
    z-index: 500;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    border: none;
    border-radius: 26px;
}
#brochure-image{
    width: 100%;
    height: 100%;
    z-index: 300;
    border: none;
    border-radius: 26px;
}
#brochure-name{
    z-index: 800;
    position: absolute;
    text-align: center;
    bottom: 5%;
    left: 0%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 32px;
    width: 100%;
}
.brochure-filter{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.filter-select-buttons{
    width: 26%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.select-design{
    color: #11357F;
    padding: 6px 3px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 7px;
    font-size: 13px;
}
#filter-bro-search{
    width: 70%;
    margin-left: 15%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.brochure-search{
    border-radius: 7px;
    border: 1px solid grey;
}
.brochure-search::placeholder{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
    font-size: 12px;
    box-shadow: none !important;
    outline: none !important;
}
.responsive-filter-search{
    width: 30%;
    text-align: right;
    display: none;
}
.this-nav-item{
    display: flex;
    flex-direction: row;
}
#icon-white{
    color: #11357F !important;
    text-decoration: none !important;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
}
#second-logo{
    width: 84px ;
    height: auto;
}
#navbar-line-scroll{
    display: none;
}
#icon8{
    color: white;
}
.categories{
    width: 100%;
}
.categories-container{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
}
#categories-element{
    width: 45%;
    height: 260px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
    border-radius: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    position: relative;
    background-color: white;
}
.trapezoid {
    position: absolute;
    width: 83%;
    height: 100%;
    clip-path: polygon(0 0, 90% 0, 55% 100%, 0 100%);
    border-radius: 30px;
    z-index: 400;
}
.green-trape{
    background: #9FCB38;
}
.blue-trape{
    background: #11357F;
}
.image-section{
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 100;
    background-color: white;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#categories-image{
    width: 190px;
    height: auto;
    border-radius: 30px;
}
#name-height-center{
    height: 100%;
    width: 60%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    left: 0%;
}
#categories-name{
    text-decoration: none !important;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
}
.add-more-button{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}
.grey-rec{
    height: 70px;
    width: 70px;
    background-color: rgb(185, 185, 185);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#grey-rec-plus{
    color: white;
    font-size: 40px;
}
.after-rec-writing{
    text-align: center;
    margin-top: 15px;
    color: rgb(185, 185, 185);
    text-decoration: none !important;
}
.card-input{
    margin-top: 0% !important;
    width: 100% !important;
}
.card-input input{
    height: 25px !important;
}
.card-input .input-group-append{
    height: 25px !important;
}
.card-products-coll{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.card-products-coll a{
    text-decoration: none;
    border-bottom: 1px solid rgb(185, 185, 185);
    color: #11357F;
    padding: 3px 0px;
    font-size: 11px;
}
.card-body{
    padding: 8px !important;
}
.respo-coll{
    width: 70%;
    margin-left: 15%;
    margin-bottom: 25px;
}
.contact-us{
    width: 100%;
    background-color: #BFDEF1;
    margin-top: -20px;
    padding-top: 80px;
    padding-bottom: 60px;
}
.contact-us-card{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    height:auto;
    background-color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
#information-section{
    width: 46%;
    display: flex;
    flex-direction: column;
    height: 95%;
    padding-left: 5%;
    padding-top: 5%;
}
#contact-c-header{
    color: #11357F;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}
#icnos-addresses{
    width: 70%;
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}
#con-icon{
    padding-right: 15px;
    color: #11357F;
}
#con-text{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
}
#inputs-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 35px;
}
.con-input{
    width: 90%;
}
.con-input::placeholder{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.con-message{
    width: 95%;
    padding-bottom: 70px;
    margin-top: 30px;
}
.con-message::placeholder{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
#send-button-blue{
    font-size: 12px;
    background-color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    width: 95%;
    height: 40px;
    margin-top: 15px;
    outline: none ;
    box-shadow: none;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
}
#map-section{
    width: 46%;
    height: 95%;
}
.blogs{
    width: 100%;
}
.blogs-container {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-body{
    width: 30%;
    height: 350px;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
    text-decoration: none;
}
#blog-image{
    width: 95%;
    height: 100%;
    border: none !important;
    border-radius: 12px;
    position: absolute;
    z-index: 400;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
#blog-text{
    position: absolute;
    width: 100%;
    background-color: white;
    height: 110px;
    bottom: 0%;
    z-index: 600;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    display: flex !important;
    flex-direction: column !important;
}
#blog-text-header{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 23px;
    width: 91%;
    margin-left: 9%;
    padding-top: 15px;
}
#blog-text-date{
    width: 100%;
    margin-top: 2px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
#blog-text-p{
    width: 75%;
    color: grey;
    padding-left: 9%;
    font-size: 14px;
}
#blog-date{
    width: 25%;
    color: grey;
    font-size: 14px;
}
#subtitle-row{
    width: 50px;
    height: 21px;
    margin-top: 48px;
    border: 1px solid grey;
    border-radius: 2px;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.language-rec{
    text-decoration: none !important;
    width: 50%;
    height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    display: flex;
    justify-content: center;
    padding: 3px;
    color: #11357F;
    background-color: #fff;
}
.active-lang{
    color: white !important;
    background-color: #11357F !important;
}
.package-main{
    width: 100%;
    margin-top: 30px;
}
#package-container{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#pacakge-images{
    width: 350px;
    height: 350px;
    border: 1px solid black;
    border-radius: 10px;
    margin: 20px auto;
}
#package-header{
    width: 100%;
    display: flex;
    justify-content: center;
}
#package-header p{
    font-family: Arial, Helvetica, sans-serif;
    color: #11357F;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 3px;
}
#package-con-text{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
    border-top: 2px solid rgb(185, 185, 185);
    border-bottom: 2px solid rgb(185, 185, 185);
    padding-bottom: 10px;
}
#package-con-text p{
    width: 350px;
    max-height: 130px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
}
#package-price{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}
#package-items-header{
    font-family: Arial, Helvetica, sans-serif;
    color: #11357F;
    font-weight: bold;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 6px;
}
#items-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#items-list a{
    color: #11357F;
    font-family: Arial, Helvetica, sans-serif;
}
#package-first-button{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}
#package-first-button .add-to-bag{
    margin-left: 10% ;
}
#package-first-button input{
    width: 20%;
    height: 30px;
    margin-top: 10px;
    border-radius: 5px;
    margin-left: 10%;
}
#package-second-button{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
#package-second-button .add-to-wish{
    margin-left: 15%;
}
#package-share-button{
    margin-left: 15%;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}
#package-share-button i{
    font-size: 27px !important;
}
.draft{
    width: 100%;
    margin-top: 30px;
}
.draft-container{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}
.draft-image-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.draft-image{
    width: 300px;
    height: 300px;
}
.draft-container h3{
    font-family: Arial, Helvetica, sans-serif;
}
.draft-main{
    /* width: 80%;
    margin-left: 10%;
    margin-right: 10%; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
}
.draft-text{
    margin-top: 20px;
    margin-bottom: 20px;
}
#news-header{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
#news-header p{
    color: #11357F;
    font-weight: bold;
    font-size: 20px;
}
.ola-input{
    border-radius: 8px !important;
}
#user-login-card{
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 20px ;
}
.button-center{
    width: 100%;
    display: flex;
    justify-content: center;
}
.forgot{
    width: 100%;
    display: flex;
    justify-content: right;
    margin-bottom: 20px;
}
.forgot a{
    color: grey !important;
}
#login-button{
    background-color: #11357F;
    border-radius: 8px;
    border: 1px solid #cbcaca;
    color: white;
    cursor: pointer;
    padding-bottom: 4px;
    margin-bottom: 8px;
}
.country-sel{
    width: 100%;
    height: 40px;
    padding-left: 10px;
}
.captcha{
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
}
#final-section {
    background-color: #11357F;
    border-radius: 15px;
    padding: 15px 15px;
    margin: 0 20px;
}
#cart-header p {
    color: white;
    font-weight: bold;
    font-size: 20px;
}
#cart-header{
    border-bottom: 1px solid white;
}
#confirm-button {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #11357F;
    color: #11357F;
    cursor: pointer;
    padding-bottom: 4px;
    margin-bottom: 8px;
}
.cart-table th {
    color: #11357F;
    text-align: center;
    font-size: 13px;
}
#aboutus-header p {
    color: #11357F;
    font-weight: bold;
    font-size: 20px;
    margin-top: 25px;
}
.about-us {
    text-align: right;
    margin: 0 auto;
}
#quantity{
    color: white;
    width: 100% ;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#total-price{
    color: white;
    width: 100% ;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.table-in-select{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.qty{
    width: 45%;
    background-color: transparent;
    border: 1px solid #dee2e6;
    height: 30px;
    padding: 0;
    text-align: center;
}
.pricelist-qty {
    width: 30%;
    background-color: transparent;
    border: 1px solid #dee2e6;
    height: 30px;
}
.bill-qty {
    width: 30%;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    text-align: center;
}
.cart-select{
    width: 52%;
    background-color: transparent;
    border: 1px solid #dee2e6;
    height: 30px;
    font-size: 11px;
    padding: 0;
}
pricelist-select {
    width: 30%;
    background-color: transparent;
    border: 1px solid #dee2e6;
    height: 30px;
}
.bill-select {
    width: 30%;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    height: 30px;
    margin: 0 15px;
}
#itemsCount{
    width: 85px;
    text-align: center;
}
.esc-button{
    background-color: #9FCB38;
    color: white;
    width: 25px;
    height: 25px;
    padding: 0%;
    font-weight: bold;
    float: right;
}
#p-name1{
    text-align: center;
}
#p-name2{
    text-align: center;
}
.bills-container{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}
.productSearch{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 15px;
}
.father{
    position: relative;
}
.ola-seacrh{
    display: block;
    width: 100%;
    overflow-y: auto;
    max-height: 35em;
    z-index: 5000;
}
.offer-rec-img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.swiper-vertical>.swiper-scrollbar{
    right: -1px !important;
}
.respo-reciept{
    width: 25%;
}
.respo-table{
    overflow-x: auto;
    width: 75%;
}
.add-offer-to-cart {
    width: 96%;
    display: flex;
}
.add-offer-to-fav {
    width: 62%;
}
.pricelist-add-to-cart {
    border: 1px solid #dee2e6;
    background-color: #11357F;
    color: white;
    cursor: pointer;
}
.patient-menu {
    left: 0;
}
.patient-menu a {
    color: gray;
    background-color: transparent;
}
.patient-menu a:hover {
    color: white;
    background-color: #11357F;
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.modal-body {
    position:relative;
    padding:0px;
}
.navbar-toggler:focus {
    border: 0 !important;
    box-shadow: none !important;
}
.navbar-toggler {
    border: 0 !important;
}
.nav-link:focus {
    outline: 0;
}
#hide-me {
    display: none;
}
#hide-mee {
    display: none;
}
.nav-item {
    margin-top: 4px;
}
#icon8 {
    font-size: 20px;
}
@media only screen and (max-width: 1200px) {
    .new-arrivals-pro a {
        width: 25%;
    }
    .rectangles-container {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .rectangle {
        margin: 10px;
    }
    .new-arrivals-pro {
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav-link {
        font-size: 11px;
    }
    #categories-element {
        height: 210px;
    }
    .swiper.product-swiper2 {
        width: 350px;
        height: 350px;
    }
    .product-swiper {
        width: 350px;
    }
}
@media only screen and (max-width: 992px) {
    #navbar-line{
        display: none;
    }
    #navbar-line5 {
        display: none;
    }
    .responsive-navbar-new {
        display: block ;
    }
    .navbar-nav {
        background-color: white;
        margin-top: 7px;
    }
    .nav-link {
        color: #11357F;
        text-align: center;
    }
    .dropdown-item {
        text-align: center;
    }
    .footer-contain {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer-col {
        margin: 0 auto;
        width: auto;
    }
    .footer-col a {
        text-align: center;
    }
    #second-column {
        padding-top: 0;
    }
    #third-column {
        padding-top: 0;
    }
    #forth-column {
        padding-top: 0;
    }
    .footer-icons-row {
        margin: 0 auto;
    }
    #footer-logo {
        margin: 10px auto 10px;
    }
    #event-date {
        font-size: 10px;
    }
    #event-name p {
        font-size: 15px;
    }
    .swiper-slide {
        font-size: 12px;
    }
    #main-input {
        display: none;
    }
    #icons-section {
        display: none;
    }
    #subtitle-row {
        width: 80px;
        height: 30px;
        margin-top: 36px;
    }
    .language-rec {
        height: 28px;
    }
    .language-rec p {
        margin-top: 5px;
    }
    #categories-element {
        width: 90%;
        height: 260px;
    }
    #pro-list-element {
        width: 35%;
    }
    #pro-list-line1 {
        display: none;
    }
    #pro-list-line2 {
        display: none;
    }
    .responsive-detail {
        display: flex;
        margin-top: 10px;
    }
    #pro-list-name {
        height: auto;
    }
    #share-icon {
        color: #11357F;
        font-size: 18px;
    }
    #pro-list-icons a {
        margin-top: 3px;
    }
    .product-detail-container {
        flex-wrap: wrap;
        width: 75%;
        margin: 0 auto;
    }
    .product-gallery {
        width: 100%;
    }
    .product-description {
        width: 70%;
        margin: 0 auto;
    }
    .swiper.product-swiper2 {
        width: 450px;
        height: 450px;
    }
    .product-swiper {
        width: 450px;
    }
    .add-to-bag {
        margin-bottom: 15px;
    }
    .new-arrivals-pro a {
        width: 30%;
    }
}
@media only screen and (max-width: 600px) {
    #pro-list-element {
        width: 45%;
    }
    #pro-list-img {
        width: 160px;
        height: 160px;
    }
    .new-arrivals-pro a {
        width: 40%;
    }
}
@media only screen and (max-width: 480px) {
    #news-header{
        text-align: center;
    }
    .respo-reciept{
        width: 70% !important;
        margin-left: 15% !important;
        margin-right: 15% !important;
    }
    .respo-table{
        overflow-x: auto;
        width: 100% !important;
    }
    .con-message{
        padding-left: 5%;
    }
    .con-input{
        padding-left: 5%;
    }
    #message-input{
        margin-bottom: 15px;
    }
    .contact-us{
        margin-top: 0px !important;
    }
    #login-button{
        width: 25%;
    }
    .forgot{
        justify-content: center !important;
    }
    #user-login-card{
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    #package-con-text{
        width: 100% !important;
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
    #package-share-button{
        margin-left: 27% !important;
    }
    #package-second-button .add-to-wish{
        margin-left: 0% !important;
    }
    #package-first-button input{
        margin-left: 20% !important;
    }
    #package-first-button .add-to-bag{
        margin-left: 0% !important;
    }
    #pacakge-images{
        width: 300px !important;
        height: 300px !important;
    }
    #package-container{
        flex-wrap: wrap !important;
    }
    .draft-container{
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    #blog-image{
        width: 170px !important;
        height: 170px !important;
    }
    #blog-date{
        font-size: 8px !important;
    }
    #blog-text-p{
        font-size: 8px !important;
    }
    #blog-text{
        height: 90px !important;
    }
    #blog-text-header{
        font-size: 17px !important;
    }
    .blog-body{
        width: 48% !important;
        height: 250px !important;
    }
    .blogs-container{
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    #map-section{
        width: 100% !important;
        margin-bottom: 20px !important;
        margin-top: 20px !important ;
    }
    #map-image{
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    #information-section{
        width: 100% !important;
    }
    .contact-us-card{
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        flex-wrap: wrap !important;
        height: auto !important;
    }
    .card-input{
        display: flex !important;
    }
    .card-products-coll a{
        font-size: 17px !important;
    }
    #categories-name{
        font-size: 23px !important;
    }
    #categories-image{
        width: 150px !important;
    }
    .trapezoid {
        clip-path: polygon(0 0, 90% 0, 55% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 90% 0, 55% 100%, 0 100%) !important;
    }
    #categories-element{
        width: 95% !important;
    }
    .categories-container{
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    .responsive-filter-search{
        display: block !important;
    }
    .select-design{
        padding: 0% !important;
        width: 30% !important;
    }
    .filter-select-buttons{
        width: 70% !important;
    }
    .brochure-search{
        width: 100% !important;
    }
    .brochure-filter{
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        flex-wrap: wrap !important;
    }
    .brochure-container{
        justify-content: space-around !important;
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    .brochure-element{
        width: 47% !important;
    }
    #brochure-name{
        font-size: 12px !important;
    }
    #compare-mini-description{
        height: 100px !important;
    }
    .respo-com-element button.add-to-wish #button-word2{
        width: 80px !important;
        font-size: 9px !important;
        padding-top: 8px !important;
    }
    .respo-com-element button.add-to-wish #add-tb-icon #icon2 #button-word2{
        font-size: 15px !important;
    }
    .respo-com-element button.add-to-wish #add-tw-icon #icon2{
        font-size: 14px !important;
    }
    .respo-com-element button.add-to-wish #add-tw-icon{
        width: 40px !important;
        right: 69% !important;
        top: 15% !important;
    }
    .respo-com-element button.add-to-wish{
        width: 120px !important;
        height: 35px !important;
    }
    .respo-com-element button.add-to-bag #button-word{
        width: 80px !important;
        font-size: 10px !important;
        padding-top: 9px !important;
    }
    .respo-com-element button.add-to-bag #add-tb-icon #icon2 #button-word{
        font-size: 15px !important;
    }
    .respo-com-element button.add-to-bag #add-tb-icon #icon2{
        font-size: 14px !important;
    }
    .respo-com-element button.add-to-bag #add-tb-icon{
        width: 40px !important;
        right: 69% !important;
        top: 15% !important;
    }
    .respo-com-element button.add-to-bag{
        width: 120px !important;
        height: 35px !important;
    }
    .respo-com-element #pro-list-img{
        width: 100px !important;
        height: 100px !important;
    }
    .compare-add-button{
        width: 100% !important;
    }
    .respo-com-element{
        width: 40% !important;
    }
    .compare-container-responsive{
        display: flex !important;
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        flex-wrap: wrap !important;
        justify-content: space-around !important;
    }
    .compare-container{
        display: none !important;
    }
    .responsive-detail{
        display:flex !important ;
        margin-top: 10px;
    }
    #pro-list-line1{
        display: none !important;
    }
    #pro-list-line2{
        display: none !important;
    }
    .product-lis-main{
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    #pro-list-element{
        width: 50% !important;
    }
    #pro-list-img{
        width: 150px !important;
        height: 150px !important;
    }
    #pro-list-name{
        height: auto !important;
    }
    .filter{
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    .bread-crumb-sec{
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    #pro-list-line1{
        width: 80% !important;
    }
    #pro-list-line2{
        width: 80% !important;
    }
    .nav-link{
        color: #11357F !important;
    }
    .navbar-nav{
        align-items: center !important;
        background-color: white;
    }
    #icons-section{
        display: none;
    }
    .new-input input{
        width: 90% !important;
        margin-left: 5% !important;
        margin-top: 15px !important;
    }
    .new-input{
        width: 90% !important;
        margin-left: 5% !important;
        margin-top: 15px !important;
    }
    #main-input{
        display: none;
    }
    .responsive-navbar-new{
        display: block !important;
    }
    .footer-icons-row{
        margin-left: 15%;
    }
    .footer-submit{
        display: none !important;
    }
    .footer-input{
        display: none !important;
    }
    #footer-logo{
        margin-left: 25%;
    }
    .footer-col a{
        text-align: center;
    }
    .vertical-swiper{
        height: 250px !important;
    }
    .footer-col{
        width: 70% !important;
        margin-left: 15%;
        margin-right: 15%;
        margin-bottom: 0% !important;
        margin-top: 0% !important;
    }
    .footer-contain{
        display: flex !important;
        flex-direction: column !important;
        justify-content: unset !important;
    }
    #forth-column{
        padding-top: 0% !important;
    }
    #second-column{
        display: none;
    }
    #third-column{
        display: none;
    }
    .upcoming-events{
        flex-wrap: wrap !important;
    }
    .event-image{
        width: 100% !important;
        margin-bottom: 25px;
    }
    .events-sec{
        width: 100% !important;
        margin-bottom: 25px;
    }
    .rectangle{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .rectangles-container{
        flex-wrap: wrap !important;
        justify-content: center;
    }
    .new-arrivals-pro{
        flex-wrap: wrap !important;
        justify-content: space-around;
    }
    #borders-decoration{
        height: 185px !important;
    }
    #borders-decoration2{
        height: 160px !important;
    }
    .main-slider{
        margin-top: 10px;
    }
    #header-container{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    #input-icons{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .navbar-expand-md{
        width: 90%;
        margin-left: 5%;
        margin-top: -57px;
        display: none !important;
    }
    .navbar-expand-md .navbar-nav{
        background-color: white;
        justify-content: center !important;
    }
    .navbar-expand-md .navbar-nav li.nav-item a.nav-link{
        color: black !important;
        padding-left: 5%;
    }
    .swiper.product-swiper2{
        width: 300px !important;
        height: 300px !important;
    }
    .product-detail-container{
        flex-wrap: wrap !important;
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    .product-gallery{
        width: 100% !important;
        height: 410px !important;
    }
    .product-swiper{
        width: 300px !important;
    }
    .product-description{
        width: 90% !important;
        margin-left: 5% !important;
    }
    #pro-mini-des{
        width: 100% !important;
    }
    .add-to-bag{
        margin-bottom: 15px !important;
    }
    #pro-code{
        font-size: 11px !important;
    }
    #pro-code-num{
        font-size: 11px !important;
    }
    #pro-code-num2{
        font-size: 11px !important;
    }
    .partners {
        width: 90%;
        margin: 40px auto 0;
    }
    .nav-item {
        text-align: center;
    }
    .alola-navbar {
        margin-top: 5px;
    }
    #event-date {
        font-size: 10px;
    }
    #event-name p {
        font-size: 15px;
    }
    .swiper-slide {
        font-size: 12px;
    }
    .partners-container {
        width: 95%;
        margin: 0;
    }
}
