* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito'; 
    padding-top: 197px;
}

.modal-open {
    overflow:unset !important;
}

a, a:hover {
    text-decoration: none;
    outline: none;
}

.sizegu {
    text-decoration: underline;
    cursor:pointer;
}
.SizeGuide {
    text-decoration: underline;
    cursor: pointer;
}

label {
    color: #7e7e7e;
    cursor: pointer;
}

.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: unset;
}


.form-control {
    border-radius: 3px;
    padding: 20px;
    background-color: #FFF;
    font-size: 14px;
    color:#0F1833;
}

.form-control::placeholder {
    color: #7e7e7e;
}

.form-control,
textarea.form-control {
    box-shadow: 0px 3px 2px -2px transparent;
    border: 1px solid #ececec;
    transition: all 0.5s ease-in-out;
}

.form-control:focus,
textarea.form-control:focus {
    color:#0F1833;
    border-color:#951A83;
    box-shadow: 0px 6px 8px -2px #951A8330;
}

textarea.form-control {
    resize: none;
    height: 200px;
}


.modal {
    z-index:1075;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    border-radius: 3px;
    outline: 0;
    border: 0;
    box-shadow: none;
}

.SearchModelContent {
    background-color: transparent;
}


.search_box_popup {
    width: 80%;
    margin: auto;
    text-align: center;
}

.search_box_popup .search_input {
    width: 100%;
    padding: 7px;
    border: 1px solid #efeeee;
    border-radius: 0 20px 0 20px;
    font-size: 14px;
    outline: none;
    margin-bottom: 0px;
    -webkit-appearance: none;
    transition: all 0.5s ease-in-out;
}

.search_box_popup .search_btn {
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    background-color: #951A83;
    color: #FFF;
    width: 40%;
    outline: none;
    border: none;
    border-radius: 0 20px 0 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.search_box_popup .search_btn:hover {
    background-color: #DF6BA9;
}

.Search_Icon {
    position: absolute;
    right: 80px;
    top: 27px;
    font-size: 20px;
    color: #951A83;
}

.Arabic {
    font-family:'Cairo', sans-serif; 
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
}


.Section_title {
    text-align: left;
    margin-bottom: 40px;
}

.Section_title h2 {
    color: #231F20;
    text-transform: uppercase;
    font-size: 25px;
}

.Body_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1039;
    background-color: rgba(0, 0, 0, 0.6);
}

.breadcrumb {
    background-color: #FFF;
    margin-top: 0;
    border-radius: 0;
    margin-bottom: 20px;
  }
  
  .breadcrumb li a {
    color: #C8C8C8;
    outline: none;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  
  .breadcrumb li a:hover {
    color: #951A83;
  }
  
  .breadcrumb-item.active {
    font-size: 14px;
    margin-top: 3px;
    color: #951A83;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    color: #C8C8C8;
  }

.nav-pills {
    padding: 0;
}

.nav-pills .nav-link {
    color: #6A6A6A;
    border: 1px solid #E1E1E1;
    background-color: #FFF;
    padding: 5px;
    margin-right: 10px !important;
    border-radius: 3px;
    text-align: center;
    width: 140px;
}

.nav-pills .nav-link:last-of-type {
    margin-right: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
    border-color:#951A83;
    background-color:#951A83;
    color: #fff;
}

.Test_Tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 40px;
}

.owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 30%;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 0;
}

.owl-nav>div {
    background: #FFF;
    color:#951A83;
    border: 2px solid#951A83;
    font-size: 25px;
    z-index: 100;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owl-nav>div:hover {
    background:#951A83;
    color: #FFF;
}

.owl-nav .owl-prev {
    position: relative;
    right: 70px;
    top: 60px;
}

.owl-nav .owl-next {
    position: relative;
    left: 70px;
    top: 60px;
}

#owl-carousel-two .owl-nav .owl-next {
    top: 10px;
}

#owl-carousel-two .owl-nav .owl-prev {
    top: 10px;
}


.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: right;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
    padding: 5px 10px;
	text-decoration: none;
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #DDD;
    outline: none;
}

.page-link:focus {
    outline: none;
    box-shadow: none;
}

.page-link:hover {
    color: #FFF;
    background:#951A83;
    border-color: #951A83;
}

.simple-pagination .current {
	color: #FFF;
    background-color:#951A83;
    border-color: #951A83;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #FFF;
    color:#951A83;
    border: 1px solid #DDD;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #FFF;
    text-align: center;
    background-color:#951A83;
    border-radius: .25rem;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color:#951A83;
}

.formobile {
    display: none;
}

.formobile img {
    margin-right: 5px;
    height: 15px;
}

.headSection {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background-color: #951A83;
}

.headSection .Links {
    margin-top: 5px;
}

.headSection .Links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.headSection .Links ul li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}


.headSection .Links ul li a {
    color:#FFF;
    font-size: 14px;
    padding-right: 5px;
    transition: all 0.2s ease-in-out;
}

.headSection .Links ul li a:hover {
    color: #efefef;
}
 

.headSection .social {
    text-align: right;
    padding: 5px 0;
}

.headSection .social  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.headSection .social ul li{
    display: inline-block;
    margin-left: 5px;
}

.headSection .social ul li a {
    display: flex;
    color: #FFF;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}

.headSection .social ul li a i {
    font-size: 16px;
}

.headSection .social ul li a:hover {
    transform: rotate(360deg);
    color: #951A83;
    background-color: #FFF;
}





.navbar {
    background-color: #FFF;
    padding: 0;
    top: 46px;
    transition: top 0.5s ease-in-out 0s;
}

.navbar-new-bottom{
    background-color:#FFF;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    top: 146px;
    z-index: 1040;
    transition: top 0.5s ease-in-out 0s;
}

.navbar-collapse {
    justify-content: center;
}

#navbarContent::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #C5C5C5 !important;
    background-color: transparent;
    font-size: 13px;
    padding: 15px 29px 14px;
    transition: all 0.2s ease-in-out;
}


.navbar-light .navbar-nav .active>.nav-link,
 .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
   .navbar-light .navbar-nav .show>.nav-link {
    color: #FFF !important;
    background-color: #951A83;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #FFF !important;
  background-color: #951A83;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/menu-button.svg');
}

.navbar-light .navbar-toggler {
    position: fixed;
    right: 4%;
    top: 18px;
    z-index: 1;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    box-shadow: none;
    outline: none;
}

.navbar-toggler>.close {
    display:inline-block;
    color:#951A83;
    opacity: 1;
    text-shadow: none;
    margin-top: 3px;
}
.navbar-toggler.collapsed>.close, 
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

.close:not(:disabled):not(.disabled):focus, 
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.navbar-brand {
    outline: none;
    text-decoration: none;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}

.navbar-brand img {
    width: auto;
    height: 70px;
}

.navbar .links {
    text-align: right;
}

.navbar .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar .links ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}


.CartNumber {
    position: absolute;
    top: -30%;
    left: 60%;
    color: #FFF;
    text-align: center;
    background-color: #951A83;
    border: 2px solid #FFF;
    border-radius: 30px;
}

.CartNumber h5{
    font-size: 10px;
    width: 14px;
    padding: 1px 0;
	margin: auto;
}

.navbar .links ul li a {
    outline: none;
    text-decoration: none;
}

.navbar .links ul li img {
    width: auto;
    height: 20px;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0px;
    background-color: #951A83;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-item {
    padding: 10px 0px;
    padding-right: 30px;
    padding-left: 20px;
    color: #FFF;
    font-size: 14px;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
}



.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
    background-color:#DF6BA9;
    color: #FFF;
} 


.navSearch .email-box  {
    position: relative;
    width: 100%;
}

.navSearch .email-box .subscribeInp {
    padding-left: 30px;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

.navSearch .email-box .subscribeInp::placeholder {
    color: #951A83;
}

.navSearch .email-box i {
    position: absolute;
    left: 0;
    top: 11px;
    color: #951A83;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.navSearch .email-box .subscribeInp:focus {
    box-shadow: none;
    border-color: #eaeaea;
}





.My_Slider {
    position: relative;
}

.My_Slider .slide {
    position: relative;
}

.My_Slider .slide img {
  width: 100%;
  height: auto;
}

.slick-dots {
  bottom: 10px;
  text-align: right;
  padding-right: 20px;
}
.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 40px;
  opacity: 1;
  color: #FFF;
}

.slick-dots li.slick-active button:before {
  color: #951A83;
  opacity: 1;
}


.contentSlider {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(50%,-50%);
  color: #FFF;
  width: 40%;
  text-align: left;
  z-index: 3;
}

.contentSlider span {
    border-left: 2px solid #FFF;
    color: #FFF;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}

.contentSlider h1 {
  margin-bottom: 10px;
  font-size: 50px;
  color:#FFF;
  font-weight: 600;
  font-family: 'Ubuntu';
}

.contentSlider p {
  margin-bottom: 30px;
  font-size: 14px;
  color: #FFF;
}


.contentSlider a {
    background: #951A83;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 5px;
    width: 140px;
    border-radius: 0 30px 0 30px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

.contentSlider a:hover {
  background-color: #FFF;
  color: #951A83;
}

.imgbottomslider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 2;
}

.imgbottomslider img {
    width: 100%;
}



/* Category */
#Category {
  padding: 40px 0;
}

.CategoryItem {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.CategoryItem:hover .image img {
  border-radius: 0;
}

.CategoryItem:hover .image .title {
  background-color: #DF6BA9;
  border-radius: 0;
}

.CategoryItem .image {
    width: 100%;
    height: auto;
    position: relative;
}

.CategoryItem .image img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0px 0px 10px #DDD;
    transition: all 0.5s ease-in-out;
}

    .CategoryItem .image .title {
        position: absolute;
        left: 50%;
        bottom: -14%;
        transform: translate(-50%,-50%);
        background-color: #951A83;
        padding: 10px;
        border-radius: 0 20px 0 20px;
        text-align: center;
        width: 79%;
        transition: all 0.5s ease-in-out;
    }
        .CategoryItem .image .title h4 {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 0;
}



/* Products */
#Products {
    padding: 40px 0;
}

.productItem {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    transition: all 0.5s ease-in-out;
}

.productItem:hover .image .prod_img {
    border-radius: 0;
}

.productItem:hover .title h5 {
    color: #951A83;
}

.productItem .image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
}

.productItem .image .prod_img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0px 0px 10px #DDD;
    transition: all 0.5s ease-in-out;
}

.productItem .image .newitem {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
}

.productItem .title {
    /*margin-bottom: 10px;*/
}

.productItem .title h5 {
    font-size: 16px;
    color: #7B7B7B;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.productItem .price {
    margin-top: 5px;
}

.productItem .price p {
    font-size: 14px;
    color: #DF6BA9;
    font-weight: 600;
}

.productItem .price p span {
    font-size: 12px;
    margin-right: 5px;
    text-decoration: line-through;
    color: #C5C5C5;
}


#Products .moreButton {
    text-align: center;
    margin-top: 20px;
}

#Products .moreButton a {
    background: #DF6BA9;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 5px;
    width: 130px;
    border-radius: 0 30px 0 30px;
    color: #FFF;
    outline: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

#Products .moreButton a:hover {
    background-color: #951A83;
}


/* Ads */
#Ads {
    padding: 40px 0;
}

#Ads .image {
  width: 100%;
  height: 263px;
}

#Ads .image img {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 0 20px;
}


/* Welcome */

#Welcome {
    padding: 80px 0;
    /*background-image: url('../images/aboutBG01.png');*/
    background-image: url('../images/aboutBG.png');
    background-size: cover;
    background-position: center;
}

#Welcome .content {
  padding: 40px;
  background-color: #df6ba97a;
  border-radius: 30px;
}

#Welcome .content .image {
  width: 100%;
  height: 408px;
}

#Welcome .content .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#Welcome .content .title {
  margin-bottom: 10px;
}

#Welcome .content .title span {
  color: #DF6BA9;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}

#Welcome .content .title h3 {
  color: #FFF;
  font-weight: 600;
  font-size: 40px;
}

#Welcome .content .desc {
  margin-bottom: 30px;
}

#Welcome .content .desc p {
  font-size: 14px;
  text-align: justify;
  color: #FFF;
  line-height: 1.8;
  margin-bottom: 0;
}

#Welcome .moreButton a {
  background: #FFF;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 5px;
  width: 100px;
  border-radius: 30px;
  color: #000;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

#Welcome .moreButton a:hover {
  background-color: #313131;
  color: #FFF;
}




/* Footer */
.footer {
    padding-top: 80px;
    padding-bottom: 0;
    background-color: #DF6BA9;
}

.title-widget {
    color: #FFF;
    font-size: 18px;
    position: relative;
    margin: 30px 0;
    font-weight: 600;
}

.widget_nav_menu .footerTitle {
    width: 45px;
    height: auto;
    margin-bottom: 20px;
}

.widget_nav_menu .footerLogo {
    width: 180px;
    height: 180px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.widget_nav_menu img {
    width: auto;
    height: 26px;
    border-radius: 0 10px 0 10px;
}

.widget_nav_menu .linksList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_nav_menu .linksList li {
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    color: #FFF;
}

.widget_nav_menu .linksList li a {
    color: #FFF;
    font-weight: lighter;
    transition: all 0.2s ease-in-out;
}

.widget_nav_menu .linksList li a:hover {
    color: #951A83;
    padding-left: 10px;
    border-left: 3px solid #951A83;
}

.widget_nav_menu hr {
    border-color: #fff;
}

.footer-bottom {
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid #fff;
}

.language {
    color: #FFF;
    padding: 10px 0;
    text-align: left;
}

.copyright {
    color: #FFF;
    text-align: right;
    padding: 10px 0;
}

.copyright img {
    height: auto;
    width: 50px;
}

.copyright p, .language p {
    font-size: 14px;
    margin-bottom: 0;
}

.SocialList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .social {
    margin-top:10px;
}
.footer .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer .social ul li {
        display: inline-block;
        margin-left: 5px;
    }

        .footer .social ul li a {
            display: flex;
            color: #FFF;
           /* width: 28px;
            height: 28px;*/
           margin-right:10px;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-radius: 30px;
            transition: all 0.2s ease-in-out;
        }

            .footer .social ul li a i {
                font-size: 16px;
            }

            .footer .social ul li a img {
                width: 15px;
                height: 15px;
            }
            

            .footer .social ul li a:hover {
                transform: rotate(360deg); /*
                color: #951A83;
                background-color: #FFF;*/
            }
 .plus-btn,  .minus-btn {
    border: 0;
    background-color: #df6ba9 !important;
    padding: 2px 8px;
}
table td .quantity-border {
    display: inline-block;
    width: fit-content;
    /*border: 1px solid #000;*/
    border-radius: 3px;
}

    table td .quantity-border input {
        -webkit-appearance: none;
        border: none;
        text-align: center;
        width: 25px;
        font-size: 14px;
        color: #5F3A66;
        font-weight: 600;
        background-color: #FFF;
        padding: 0;
    }
table td .quantity-border {
    display: flex;
    width: fit-content;
    /* border: 1px solid #000; */
    border-radius: 3px;
}

    table td .quantity-border button[class*=btn] {
        width: 25px;
        height: 25px;
        background: none;
        /* border: 1px solid #000; */
        /* background-color: #000; */
        background-color: #df6ba9 !important;
        cursor: pointer;
        border: 0;
    }

        table td .quantity-border button[class*=btn] img {
            margin-bottom: 3px;
        }

        table td .quantity-border button[class*=btn]:hover {
            border-color: #000;
            background-color: #000;
        }

    table td .quantity-border button:focus,
    table td .quantity-border input:focus {
        outline: 0;
    }

/*Pop Up Size Guide*/
.Sizes_PopUp {
    padding: 30px;
    box-shadow: 2px 3px 10px #2727274d;
}

    .Sizes_PopUp .title {
        border-bottom: 1px solid #e9e6e6;
        margin-bottom: 20px;
        text-align: center;
    }

        .Sizes_PopUp .title h3 {
            font-size: 20px;
            text-transform: uppercase;
        }

    .Sizes_PopUp .table-striped tbody tr:nth-of-type(odd) {
        background-color: #FFF;
    }

    .Sizes_PopUp .table thead {
        background-color: #000;
        border: 1px solid #000;
    }

    .Sizes_PopUp .table-bordered td,
    .Sizes_PopUp .table-bordered th {
        border: none;
        text-align: center;
    }

    .Sizes_PopUp .table td,
    .Sizes_PopUp .table th {
        padding: 3px 10px;
        font-size: 14px;
    }

    .Sizes_PopUp .table thead th {
        color: #FFF;
        font-size: 14px;
        text-transform: uppercase;
        border: none;
    }
.modal-backdrop{
   position:relative!important;
}
/*Scroll To Top */
.scroll_top {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #951A83;
    text-align: center;
    position: fixed;
    right: 0px;
    bottom: 50px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    border-radius: 0 5px 0 5px;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

.scroll_top i {
    position: absolute;
    top: 10px;
    right: 13px;
    font-size: 22px;
    transition: all 0.2s ease-in-out;
}

.scroll_top:hover {
    background-color: #DF6BA9;
}






@media only screen and (max-width: 600px) {
    .admin-header-links {
        width: 35%;
    }
    body {
        padding-top: 73px;
    }
    .navbar-brand {
        text-align: unset;
        width: unset;
    }
    .unit-price .td-title,
    .subtotal .td-title {
        margin-bottom: 0;
    }
    table td .quantity-border {
        display: flex;
        justify-content: center;
        width: 100%;
        /* border: 1px solid #000; */
        border-radius: 3px;
    }
    .navbar-brand img {
        height: 43px;
    }
    .headSection,
    .navbar .links,
    .navSearch {
        display: none;
    }
    .formobile {
        display: block;
    }
    .navbar {
        top: 0;
        padding: 0;
        box-shadow: 0px 3px 10px #00000008;
    }
    .navbar-collapse {
        right: -100%;
        transition: right 0.2s ease-in-out;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-new-bottom {
        top: 0;
        left: unset;
        width: 80%;
        background-color: #FFF;
        border: none;
    }
    #navbarContent {
        height: 100vh;
        margin: 80px 0px 0px;
        padding-bottom: 90px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .search-box {
        display: none;
    }
    .navbar-nav {
        text-align: justify;
    }
    .navbar-light .navbar-nav .homeLink:first-child a {
        border: none;
    }
    #dropdownMenu_2 {
        background-color: #efefef;
        box-shadow: none;
    }
    #dropdownMenu_2 .dropdown-item {
        padding-left: 2.5rem;
    }
   


    .slick-dots {
        bottom: -12px;
    }
    .slick-dots li {
        width: 15px;
        height: 15px;
    }
    .slick-dots li button:before {
      font-size: 30px;
    }
    .contentSlider {
        width: 55%;
        right: 32%;
    }
    .contentSlider span {
        font-size: 10px;
        margin-bottom: 5px;
    }
    .contentSlider h1 {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .contentSlider p {
        margin-bottom: 5px;
        font-size: 7px;
    }
    .contentSlider a {
        font-size: 10px;
        padding: 3px;
        width: 75px;
    }





    .CategoryItem .image {
        height: auto;
    }
    .CategoryItem .image .title h4 {
        font-size: 12px;
    }
        .CategoryItem .image .title {
           
            bottom: -30%;
            padding: 10px;
            
        }

    .Section_title {
        text-align: center;
    }
    .Section_title h2 {
        font-size: 18px;
    }



    .productItem .image {
        height: auto;
    }
    #Products .moreButton a {
        font-size: 14px;
    }



    #Ads .image {
        height: auto;
    }



    #Welcome .content .image {
        height: auto;
        margin-bottom: 20px;
    }
    #Welcome .content {
        text-align: center;
    }
    #Welcome .content .desc p {
        font-size: 12px;
    }
    #Welcome .content .title h3 {
        font-size: 35px;
    }
    #Welcome .content .title span {
        font-size: 16px;
    }





    .footer {
        text-align: center;
        padding-top: 40px;
    }
    .footer-bottom {
        margin-top: 20px;
    }
    .copyright, .language {
        text-align: center;
    }
    .language {
        padding-bottom: 0;
    }
    .copyright p, .language p {
        font-size: 12px;
    }



}


@media only screen and (min-width: 601px) and (max-width: 767px) {
    body {
        padding-top: 73px;
    }
    .Search_Icon {
        right: 90px;
    }
    .navbar-brand {
        text-align: unset;
        width: unset;
    }
    .navbar-brand img {
        height: 43px;
    }
    .headSection,
    .navbar .links,
    .navSearch {
        display: none;
    }
    .formobile {
        display: block;
    }
    .navbar {
        top: 0;
        padding: 0;
        box-shadow: 0px 3px 10px #00000008;
    }
    .navbar-collapse {
        right: -100%;
        transition: right 0.2s ease-in-out;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-new-bottom {
        top: 0;
        left: unset;
        width: 80%;
        background-color: #FFF;
        border: none;
    }
    #navbarContent {
        height: 100vh;
        margin: 80px 0px 0px;
        padding-bottom: 90px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .search-box {
        display: none;
    }
    .navbar-nav {
        text-align: justify;
    }
    .navbar-light .navbar-nav .homeLink:first-child a {
        border: none;
    }
    #dropdownMenu_2 {
        background-color: #efefef;
        box-shadow: none;
    }
    #dropdownMenu_2 .dropdown-item {
        padding-left: 2.5rem;
    }
   


    .slick-dots {
        bottom: -12px;
    }
    .slick-dots li {
        width: 15px;
        height: 15px;
    }
    .slick-dots li button:before {
      font-size: 30px;
    }
    .contentSlider {
        width: 50%;
        right: 26%;
    }
    .contentSlider span {
        font-size: 10px;
    }
    .contentSlider h1 {
        font-size: 35px;
    }
    .contentSlider p {
        font-size: 10px;
    }
    .contentSlider a {
        font-size: 12px;
        width: 110px;
    }





    .CategoryItem .image {
        height: 211px;
    }
    .CategoryItem .image .title h4 {
        font-size: 16px;
    }


    .Section_title h2 {
        font-size: 20px;
    }



    .productItem .image {
        height: 335px;
    }
    #Products .moreButton a {
        font-size: 14px;
    }



    #Ads .image {
        height: 120px;
    }



    #Welcome .content .image {
        height: auto;
        margin-bottom: 20px;
    }
    #Welcome .content {
        text-align: center;
    }
    #Welcome .content .desc p {
        font-size: 12px;
    }
    #Welcome .content .title h3 {
        font-size: 35px;
    }
    #Welcome .content .title span {
        font-size: 16px;
    }





    .footer {
        text-align: center;
        padding-top: 40px;
    }
    .footer-bottom {
        margin-top: 20px;
    }
    .copyright p, .language p {
        font-size: 12px;
    }

  
}


@media only screen and (min-width: 768px) and (max-width: 991px){
    body {
        padding-top: 73px;
    }
    .Search_Icon {
        right: 90px;
    }
    .navbar-brand {
        text-align: unset;
        width: unset;
    }
    .navbar-brand img {
        height: 43px;
    }
    .headSection,
    .navbar .links,
    .navSearch {
        display: none;
    }
    .formobile {
        display: block;
    }
    .navbar {
        top: 0;
        padding: 0;
        box-shadow: 0px 3px 10px #00000008;
    }
    .navbar-collapse {
        right: -100%;
        transition: right 0.2s ease-in-out;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-new-bottom {
        top: 0;
        left: unset;
        width: 80%;
        background-color: #FFF;
        border: none;
    }
    #navbarContent {
        height: 100vh;
        margin: 80px 0px 0px;
        padding-bottom: 90px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .search-box {
        display: none;
    }
    .navbar-nav {
        text-align: justify;
    }
    .navbar-light .navbar-nav .homeLink:first-child a {
        border: none;
    }
    #dropdownMenu_2 {
        background-color: #efefef;
        box-shadow: none;
    }
    #dropdownMenu_2 .dropdown-item {
        padding-left: 2.5rem;
    }
   


    .slick-dots {
        bottom: -12px;
    }
    .slick-dots li {
        width: 15px;
        height: 15px;
    }
    .slick-dots li button:before {
      font-size: 30px;
    }
    .contentSlider {
        right: 26%;
    }
    .contentSlider span {
        font-size: 10px;
    }
    .contentSlider h1 {
        font-size: 35px;
    }
    .contentSlider p {
        font-size: 10px;
    }
    .contentSlider a {
        font-size: 12px;
        width: 110px;
    }





    .CategoryItem .image {
        height: 185px;
    }
    .CategoryItem .image .title h4 {
        font-size: 16px;
    }
    .CategoryItem .image .title {
        bottom: -20%;
    }




    .Section_title h2 {
        font-size: 20px;
    }



    .productItem .image {
        height: 293px;
    }



    #Ads .image {
        height: 163px;
    }



    #Welcome .content .image {
        height: 235px;
    }
    #Welcome .content .desc p {
        font-size: 12px;
    }
    #Welcome .content .title h3 {
        font-size: 35px;
    }
    #Welcome .content .title span {
        font-size: 16px;
    }





    .footer {
        padding-top: 40px;
    }
    .title-widget {
        font-size: 16px;
    }
    .widget_nav_menu .footerLogo {
        width: 150px;
        height: 150px;
    }
    .widget_nav_menu img {
        height: 21px;
    }
    .widget_nav_menu .linksList li {
        font-size: 12px;
    }
    .footer-bottom {
        margin-top: 20px;
    }
    .copyright p, .language p {
        font-size: 12px;
    }

  



  
}


@media only screen and (min-width: 992px)and (max-width: 1199px) {
    body {
        padding-top: 198px;
    }
  


    .contentSlider {
        right: 25%;
    }



    .CategoryItem .image {
        height: 255px;
    }
    .CategoryItem .image .title {
        bottom: -18%;
    }




    .productItem .image {
        height: 293px;
    }


    #Ads .image {
        height: 220px;
    }


    #Welcome .content .image {
        height: 335px;
    }





   
}




