@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
}
body {
   font-family: 'Quicksand', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  color: #086FA1;
}
a:hover {
  cursor: pointer;
  color: #ff0000;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
 font-family: 'Poppins', sans-serif;
}
h1, .section-title h2 {
  font-size: 45px;
  font-weight: 700;
  color: #000;
}
h2 {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
h4 {
  font-size: 20px;
  margin-bottom: 0;
  color: #000000;
  font-weight: 500;
}
h5 {
  font-size: 16px;
}
img {
  max-width: 100%;
  margin: 0;
}
p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #293A4A;
}
span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #293A4A;
}

ul{
    list-style: none;    
}

.top-5{margin-top:5px}
.top-10{margin-top:10px}
.top-15{margin-top:15px}
.top-20{margin-top:20px}
.top-25{margin-top:25px}
.top-30{margin-top:30px}
.top-35{margin-top:35px}
.top-40{margin-top:40px}
.top-45{margin-top:45px}
.top-50{margin-top:50px}
.top-55{margin-top:55px}
.top-60{margin-top:60px}
.top-65{margin-top:65px}
.top-70{margin-top:70px}
.top-75{margin-top:75px}
.top-80{margin-top:80px}
.top-85{margin-top:85px}
.top-90{margin-top:90px}
.top-95{margin-top:95px}
.top-100{margin-top:100px}
.bottom-0{margin-bottom:0}
.bottom-5{margin-bottom:5px}
.bottom-10{margin-bottom:10px}
.bottom-15{margin-bottom:15px}
.bottom-20{margin-bottom:20px}
.bottom-25{margin-bottom:25px}
.bottom-30{margin-bottom:30px}
.bottom-35{margin-bottom:35px}
.bottom-40{margin-bottom:40px}
.bottom-45{margin-bottom:45px}
.bottom-50{margin-bottom:50px}
.bottom-55{margin-bottom:55px}
.bottom-60{margin-bottom:60px}
.bottom-65{margin-bottom:65px}
.bottom-70{margin-bottom:70px}
.bottom-75{margin-bottom:75px}
.bottom-80{margin-bottom:80px}
.bottom-85{margin-bottom:85px}
.bottom-90{margin-bottom:90px}
.bottom-95{margin-bottom:95px}

.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}

.container-fluid {
    max-width: 1200px;
}
.container {
    max-width: 1220px;
}
header {
    border-bottom: 1px solid aliceblue;
}
.site-logo img {
    max-height: 155px;
    max-width: 100%;
}
.header-top-image img {
    width: 100%;
}
.header-sigup {
  float: right;
  padding: 5px 0px;
}
.header-sigup a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.navbar-logo {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
.navbar-logo span {
  color: #5ca133;
}
.carousel-caption h1 {
  font-size: 70px;
  font-weight: 800;
  color: #fff;
  line-height: 60px;
  text-shadow: 2px 2px 4px #000;
  font-family: 'Roboto', sans-serif;
}
.carousel-caption {
    bottom: inherit;
    top: 50%;
    transform: translate(0, -50%);
}
.home-login-register a{
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 3px 5px rgba(0,0,0,0.5);
  color: #fff;
}
.btn.btn-enquiry {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    background-color: #FF41D6;
    box-shadow: 80px 0px 80px -10px #6FD8FF inset;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    padding: 13px 30px 13px 30px;
}
.btn.btn-enquiry {
    width: 100%;
}
.btn.btn-enquiry:hover {
    color: #fff;
    background-color: #BB0895;
    box-shadow: 80px 0px 80px -10px #47B6DF inset;
}

/*-------------------------------------------------------*/
/* search
/*-------------------------------------------------------*/
.header-search .search-btn{
    float: right;
    font-size: 17px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -1px;
    height: 42px;
    text-align: center;
    color: #fff;
    font-family: inherit;
    background-color: #1415A3;
    -webkit-appearance: none;
    border-radius: 0 3px 3px 0 !important;
  }
.search-bar .form-control {
    height: 42px;
    border-radius: 0;
    color: #000;
}
.search-bar {
    position: relative;
    margin: 0;
    width: 100%;
    border-radius: 3px;
    display: inline-flex;
}
.search-bar span {
  color: #fff;
}
.select_category {
    background-color: #445268;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
    display: table-cell;
    vertical-align: top;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.select_category .select-category-list {
    color: #fff;
    font-size: 12px;
    height: 42px;
    width: auto;%;
    padding: 0 5px;
    border: none;
    float: left;
    background-color: transparent;
    -moz-appearance: none;
}
#search input[id="txt"] {
  border-radius: 0;
height: 42px;
font-size: 14px;
width: 100%;
background-color: #fff;
color: #000;
line-height: 20px;
padding: 0 10px;
border: 1px solid #e5e5e5;
box-shadow: none;
}
#search select {
    border-radius: 0;
    height: 42px;
    font-size: 12px;
    width: auto;
    background-color: #fff;
    color: #000;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
}
/*-------------------------------------------------------*/
/* Category
/*-------------------------------------------------------*/
.header-bottom {
    padding: 15px 0;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
.header-bottom-sticky {
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}
.category-title {
    padding: 11px 20px;
    border: 1px solid #e5e5e5;
}
.category-list h4 {
    color: #666;
    padding: 0;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.category-list h4:hover {
    opacity: 0.5;
}
.category-list h4::before {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    color: #666;
}
.category-list h4::after {
    content: "\f078";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    color: #666;
    transition: all 0.5s ease 0s;
    float: right;
}
.category-list li a {
    font-size: 14px;
    padding: 5px 15px;
}
ul.top-category_list {
    background-color: #fff;
    box-shadow: 0 0 2px #cccccc;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    width: -moz-available;
    z-index: 999;
}
ul.top-category_list li {
    line-height: 30px;
    display: none;
    z-index: 999;
    position: relative;
}
ul.top-category_list li a {
    color: #6d6e72;
    display: block;
}
.category-list:hover ul.top-category_list li {
    display: block;
}
ul.top-category_list li a:hover {
    color: #ff0000;
}
ul.top-category_list li:hover::after {
    display: block;
    color: #ff0000;
}
ul.top-category_list li::after {
    content: "\f054";
    float: right;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 15px;
    bottom: 0; 
    padding: 5px 0;
}
ul.main-category li.menu-item-has-children ul.sub-category li:after
{
  right:15px;
}


.main-category li.menu-item-has-children ul.sub-category {
    position: absolute;
    top: 0;
    left: -9999px;
    z-index: 999;
    width: 100%;
    background: rgb(41,41,41);
    list-style: none;
    padding: 0;
    margin: 0;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 0 5px;
}
 
ul.main-category li.menu-item-has-children:hover > ul.sub-category{
    left: 100%;
}
ul.main-category li.menu-item-has-children ul.sub-category li a {
    color: #666;
    font-size: 14px;
    padding: 5px 15px;
    display: block;
    background-color: #fff;
    border-right: none;
}

.main-category li.menu-item-has-children ul.sub-category li:last-child a{
  border-bottom: none;
}
.main-category li.menu-item-has-children ul.sub-category li:hover > a{
  color: #f0552b;
}
ul.sub-category li.menu-item-has-children{
    position:relative;
}
ul.sub-category li.menu-item-has-children:hover > ul.sub-category{
  top: 10px;
}


/*-------------------------------------------------------*/
/* header Menu
/*-------------------------------------------------------*/
.down-menu {
    background-color: #F1F3F6;
    color: #445268;
}

.navbar-nav {
    list-style: none;
}
.mega-menu {
    position: static;
}
.down-menu nav ul > li.nav-item > .nav-link {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0rem;
    text-transform: uppercase;
    padding: 15px 15px;
    position: relative;
}
nav.navbar .nav-item .nav-link {
    color: #445268;
}
.navbar-nav > .dropdown > .nav-link::after {
    display: inline-block;
    margin-left: .5em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
nav.navbar .mega-menu > .dropdown-menu {
    border: 0 !important;
    padding: 0;
    width: 115%;
    padding: 20px;
}
nav.navbar .dropdown > .dropdown-menu {
    border-radius: 0;
    margin-top: -2px;
    background-color: rgba(255, 255, 255, 0.97);
    min-width: 275px;
}
.mega-menu .nav-item.menu-item.menu-item-has-children.dropdown {
    border: 0;
    width: 20%;
    margin: 0;
    padding: 0 10px;
}
nav.navbar .dropdown.mega-menu .dropdown-menu > .nav-item > .nav-link {
    padding: 15px 0;
}
nav.navbar .dropdown .dropdown-menu > .nav-item > .nav-link {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    white-space: normal;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 2px;
}
.dropdown:not(.mega-menu) .dropdown-menu {
    padding: 15px 0;
}
.mega-menu .dropdown-menu .dropdown-menu {
    position: static !important;
}
.mega-menu .dropdown-menu .dropdown-menu {
    background: transparent !important;
}
.mega-menu .dropdown-menu .dropdown-menu {
    display: block !important;
}
.mega-menu > ul > li > .dropdown-menu {
    border: 0 !important;
    padding: 0;
    margin: 0;
        margin-top: 0px;
    width: 100%;
}
.mega-menu ul > li > ul > .nav-item {
    border: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100%;
    position: relative;
}
.dropdown:not(.mega-menu) .dropdown-menu .nav-item .nav-link {
    text-transform: none;
    padding: 11px 20px;
}
nav.navbar .mega-menu.dropdown .dropdown-menu.show {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E74C3C !important;
    left: -85px;
}
nav.navbar .dropdown > .dropdown-menu.show {
    display: block;
}
nav.navbar .mega-menu > .dropdown-menu {
    border: 0 !important;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    padding: 0;
    width: 115%;
    padding: 20px;
}
nav.navbar .dropdown > .dropdown-menu {
    border-radius: 0;
    margin-top: -2px;
    background-color: rgba(255, 255, 255, 0.97);
    min-width: auto;
}
.mega-menu > .dropdown-menu > li > ul > li > a {
    font-size: 12px !important;
    font-weight: 300 !important;
    border-bottom: none !important;
}
.navbar .navbar-nav > .nav-item > .nav-link {
    padding: 15px 20px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    color: #445268;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;

}

/*-------------------------------------------------------*/
/* Feature Products
/*-------------------------------------------------------*/

.section-title h2 {
    padding-bottom: 25px;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;

}
.section-title h2::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-right: -100%;
    border-bottom: 1px solid #ccb8b8;
    margin-bottom: 10px;
}
.featured-section {
    padding: 30px 0;
    background-color: #F1F3F6;
}
.featured-section .product-img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
  min-height: 100px;
}
.product-img:hover > img {
    transform: scale(1.5);
    transition: 1.5s;
}
.space-between-product {
    margin-bottom: 10px;
}
.product-bg {
    background-color: #fff;
    padding: 0;
    height: 100%;
}
.product-bg:hover {
    box-shadow: 0 0 12px rgba(0,0,0,.12);
}
.featured-section .product-text {
    padding: 15px;
}
.featured-section .product-text h3 {
    font-size: 13px;
    text-align: center;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.price-box {
    text-align: center;
}
.featured-section .product-text h4 {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}
.product-bg img {
	opacity: 1;
	display: block;
	width: 100%;
	height: 180px;
	transition: .5s ease;
	backface-visibility: hidden;
}
.product-text span {
  font-size: 13px;
  color: #999;
}
.product-bg:hover img {
  opacity: 0.3;
}
.new-product-section .lsAction a.lSNext {
    right: 20px;
}
.new-product-section .lsAction a.lSPrev {
    left: 20px;
}

.new-product-section .lsAction a {
    top: 50%;
}
.new-product-section .lsAction a {
    position: absolute;
    top: 45%;
    font-size: 50px;
    color: #e1cfcf;
    cursor: pointer;
}
.parallax {
  background-image: url("../images/yogi.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.second-parallax {
  background-image: url("../images/everest.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
/*----------page detail--------------*/
#PageDetail {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*-------------------------------------------------------*/
/* Contact Page
/*-------------------------------------------------------*/
.contact-page {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FAF8FF 100%);
    text-align: center;
    padding: 30px;
}
.contact-page h1 {
    color: #050547;
    font-family: "Poppins", Sans-serif;
    font-size: 65px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    text-align: center;
}
.contact-page p, .contact-information p {
    color: #828282;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    line-height: 28px;
}
.contact-social-media ul li {
    list-style: none;
    display: inline-block;
    padding: 5px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.contact-social-media li a {
    color: #fff;
}
.contact-social-media li a i {
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    margin-right: 5px;
    transition: all .4s ease-in-out;
    display: table-cell;
}
.facebook-icon {
    background-color: #4267B2;
}
.twitter-icon {
    background: #55acee;
}
.youtube-icon {
    background-color: #b00;
}
.instagram-icon {
    background-image: linear-gradient(180deg, #CE009B 0%, #BD0618 100%);
}
.contact-hazuur {
    padding-left: 60px;
}
.contact-hazuur h2 {
    margin-bottom: 20px;
}
.contact-page-detail .form-control {
    line-height: 32px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    padding: 1.5rem 1rem;
}
.contact-submit-btn .submit-btn {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: #FFFFFF;
    background-color: #1415A3;
    box-shadow: 80px 0px 80px -10px #6FD8FF inset;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 3px 3px 3px 3px;
    padding: 18px 36px 18px 36px;
    width: 100%;
}
.map-location-iframe {
    line-height: 0;
}
.related-section {
  padding: 60px;
}
/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer-section {
    padding: 30px 0;
    background-color: #1415A3;
}
.footer h5 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    font-family: Sans-serif;
}
.footer-top .footer-links a{
    font-size: 14px;
    color: #fff;
    padding: 2px 0px;
}
.footer-top .contact-address p{
    font-size: 14px;
    color: #fff;
}
footer ul li {
    list-style: none;
}
footer .social-media ul li {
    display: inline-block;
    padding: 5px;
}
footer .social-media ul li a {
    color: #fff;
}
.footer-logo img{
    width: 170px;
    opacity: 0.1;
}
.copyright {
    margin-top: 45px;
}
.copyright-text p{
    color: #445268;
}
.copyright-text a{
    color: #445268;
}
.copyright-text .designed-by {
    color: #000;
}
.footer-bottom {
    background-color: #fff;
    padding: 10px 0;
}

/*-------------------------------------------------------*/
/* Top Selling section
/*-------------------------------------------------------*/
.top-selling-section {
    padding: 30px 0;
    background-color: #F1F3F6;
}
.column-item-space{
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.col-item-bottom-space {
    margin-bottom: 30px;
}
.column-item-space > [class*="col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.item_lists {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.item_lists .item-details-list {
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.img-product-size {
    max-width: 100%;
    height: auto;
}
.discount-ribbon {
    background-color: #F33;
}
.discount-ribbon {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    left: 10px;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    padding: 7px 10px;
    font-weight: 600;
    min-width: 45px;
    z-index: 1;
}
.discount-ribbon::before {
    border-color: #F33 transparent transparent;
    border-style: solid solid solid none;
    border-width: 9px 9px 9px 0;
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
    width: 9px;
}
.countdown {
    color: #fff;
    font-weight: 600;
    width: 100px;
    height: 22px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 25px;
    z-index: 1;
    line-height: 23px;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.75rem;
    background: #F33;
    text-align: center;
}
.countdown::before {
    position: absolute;
    left: -15px;
    top: -6px;
    content: '';
    background: url(../img/countdown_bg.svg) top left no-repeat;
    width: 27px;
    height: 30px;
    display: inline-block;
}
.countdown {
    color: #fff;
    font-weight: 600;
    line-height: 23px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
}
.item_lists .rating {
    display: block;
    margin-bottom: 0;
    color: #ccc;
}
.item_lists a h3 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 3px 0 0 0;
    color: #444;
    font-weight: 500;
    display: inline-block;
}
.item_lists .price_box {
    margin-bottom: 5px;
}
.new_price {
    color: #445268;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
}
.item_lists .price_box .old_price {
    font-size: 14px;
    font-size: 0.875rem;
}
.old_price {
    color: #999;
    text-decoration: line-through;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
}
.item_lists ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    z-index: 2;
}
.item_lists ul li:nth-child(1) {
    animation-delay: 0.05s;
}
.item_lists:hover ul li {
    display: block;
}
.item_lists ul li {
    margin-bottom: 5px;
    animation: fadeIn 0.1s ease;
    animation-delay: 0s;
    animation-fill-mode: none;
    animation-fill-mode: both;
    display: none;
    position: relative;
}
.item_lists ul li a:hover i {
    color: #fff;
}
.item_lists ul li a {
    background-color: #444;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
    margin: 0;
    padding: 0;
}
.item_lists ul li a span {
    display: none;
}
.item_lists ul li a:hover {
    background-color: #445268;
}
.item_lists ul {
    list-style: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
}
.top-selling-section .item-details-list:hover {
    box-shadow: 0 0 12px rgba(0,0,0,.12);
}
.top-selling-section .item-details-list:hover img {
    opacity: 0.3;
}

/*--------------product detail-------------*/

.breadcrumb {
    background-color: #fff;
}
.breadcrumb-item {
  font-size: 12px;
}
.breadcrumb a {
  color: #6c757d;
}
.product-highlights {
    margin-bottom: 30px;
}
.product-main-image {
    border: 1px solid #F0F8FF;
    text-align: center;
}
.product-highlights .lsAction a.lSNext {
    right: 20px;
}
.product-highlights .lsAction a.lSPrev {
    left: 20px;
}
.product-highlights .lsAction a {
    position: absolute;
    top: 45%;
    font-size: 50px;
    color: #e1cfcf;
    cursor: pointer;
}
.product-highlights .lsAction a {
    top: 25%;
}
.product-name-brand{
    border-bottom: 1px solid #F0F8FF;
}
.product-name-brand h1 {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.product-brand a {
  font-size: 14px;
  color: #445268;
  font-size: 16px;
  font-weight: 300;
}
.company-name a {
  color: #000;
  font-size: 18px;
}
.company-name a:hover {
  color: #E74C3C;
}
.product-price-box {
  border-bottom: 1px solid #F0F8FF;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-price-box .old-product-price {
  color: #999;
  text-decoration: line-through;
  margin-right: 20px;
}
.product-price-box .product-price {
  font-size: 28px;
  color: #000;
  margin-right: 15px;
}
.product-price-box .product-price small {
    font-size: 16px;
    font-weight: 300;
}
.product-colors, .product-size, .company-name {
  margin: 20px 0;
}
.blue {
  background-color: #30427a;
}
.black {
  background-color: #000;
}
.pink {
  background-color: #ffd8db;
}
.colors-item {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.size-label, .colors-label {
    margin-right: 20px;
    letter-spacing: .03em;
}
.product-size p {
     display: inline-block;
}
.company-name .view-company-profile {
    font-size: 12px;
}

.company-images{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 5px;
   
}
.company-organization-images {
    text-align: center;
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.company-organization-images li {
    max-height: 180px;
    align-self: center;
}
.company-images a {
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    align-self: center;
    align-items: center;
    height: 185px;
}
.company-images a img {
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.share-media-icon span a {
    list-style: none;
    display: inline-block;
    padding: 7px;
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    background-color: #4267B2;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.product-detail-description {
  margin-top: 30px;
  margin-bottom: 30px;
}
.product-detail-section {
    margin-bottom: 30px;
    margin-top: 30px;
}
.sidebar-enquiry-form {
    position: sticky;
    top: 30px;
}
.product-enquiry-form {
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, 0.3);
}
.form-top-left {
    float: left;
    width: 90%;
}
.form-top-left h3 {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.form-top-right {
    float: left;
    width: 10%;
    font-size: 20px;
    color: #ddd;
    text-align: right;
    margin-top: -5px;
}
.form-top {
  padding: .75rem 1.25rem;
  background-color: #445268;
  border: 1px solid transparent;
}
.user-form-padding {
    padding: 30px;
}
/*--------------Company detail page-------------*/

.company-top-image {
    position: relative;
}
.company-layout {
    background-color: #F5F5F5;
    padding-top: 30px;
}
.company-title-name {
    position: absolute;
    right: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    bottom: inherit;
    top: 50%;
    transform: translate(0,-50%);
}
.company-title-name  h1 {
    color: #fff;
    font-size: 2.8rem;
    font-family: Poppins,sans-serif;
    text-shadow: 4px 4px 4px rgba(0,0,0,.5);
}
.company-tab-menu {
    position: sticky;
    top: 20px;
}
.company-layout .company-tab-menu ul {
    list-style: none;
    width: 100%;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.13);
    border-bottom: 5px solid #052748;
    border-radius: 5px;
}
.company-layout .company-tab-menu ul li {
    color: #fff;
    padding: 0;
    width: inherit;
}
.company-layout .company-tab-menu ul li a {
    color: #454545;
}
.company-layout .company-tab-menu ul li a i {
    padding-right: 10px;
}
.company-tab-menu ul .nav-link.active {
    border-bottom-color: #A3F01A;
    background-color: #445268;
    color: #fff;
    width: inherit;
}
.company-tab-menu ul .nav-link {
    border-bottom: 2px solid transparent;
}
.company-tab-menu ul .nav-link:hover {
    border-bottom-color: #A3F01A;
    background-color: #445268;
    color: #fff;
    width: inherit;
}
#nav-tabContent h4 {
    margin-bottom: 15px;
    font-size: 22px;
}
#nav-tabContent p {
    font-family: 'Roboto', sans-serif;
}
.box-seperator > div {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}

.selected-product-section h4 {
    padding: 15px 0;
}
.company-years-name {
    display: inline-block;
}
.company-contact-info {
    display: inline-block;
    float: right;
    padding: 2px;
}
.company-years-name .title-text {
    font-size: 20px;
}
.company-years-name .join-year {
    background-color: aliceblue;
    padding: 10px;
    border-radius: 20px;
    margin-right: 10px;
}
.company-contact-info a {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    background-color: #240579;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 30px;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}

.company-logo-bg {
    border: 1px solid aliceblue;
}
.selected-product-section .product-text h3 {
    font-size: 14px;
}
.selected-product-section .product-text {
    padding: 15px;
}
.selected-product-section .product-img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    min-height: 100px;
}
#fixed-go-back {
    position: fixed;
    top: 20%;
    z-index: 99999;
    right: 0;
}
.fixed-back {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    z-index: 2;
    background-color: #1415A3;
    padding: 8px;
}
.fixed-back:hover {
    color: #fff;
}
.fixed-back span {
    font-size: 17px;
    color: #fff;
}
.company-contact-details h4, .company-about-us h4 {
    margin-bottom: 10px;
}

.company-contact-details ul li{
    display: inline-block;
}

/*---------------table css-----------------*/
table {
    width: 100%;
}
td, th {
  border: 1px solid #f4f4f4;
  text-align: left;
  padding: 8px;
}
.table-col-item-list > .title {
    width: 170px;
    max-width: 170px;
    border-right: 1px solid #f4f4f4;
    background-color: #fafafa;
}
/*---------------category page-----------------*/

.sidebar-title {
    background-color: #1415a3;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 15px;
}
.sidebar .left-sidebar ul li {
    position: relative;
    list-style: none;
    padding: 1px 0;
    border-top: 1px dashed #e9e9e9;
}
.left-sidebar li a {
    color: #7b7b7b;
}
.sidebar .left-sidebar ul li span {
    font-size: 14px;
}
.sidebar .left-sidebar ul {
    padding: 0 15px;
}
.left-sidebar.filter_categories.sidebar-bottom-line {
    box-shadow: 1px 1px 10px -4px rgba(0, 0, 0, 0.3);
}
.input-price-box {
    float: left;
    display: block;
    width: 70px;
    height: 30px;
    padding: 0 7px;
    text-align: left;
    color: #404040;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 #ececec;
    box-shadow: 0 1px 1px 0 #ececec;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    min-width: auto;
    -moz-appearance: textfield;
}
.minus-sign {
    float: left;
    width: 10px;
    text-align: center;
    line-height: 30px;
    color: gray;
}
.filter-btn .btn.btn-sm.btn-dark {
    margin-left: 10px;
}
.shop-filter {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #F0F8FF;
}
.found-result-count span , .price-ordering-label {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 15px;
}
.found-result-count{
  display: inline-block; 
}
.sorting-by-price-order {
    float: right;
    border-left: 1px solid #F1F3F6;
}
.product-price-ordering {
  display: inline-block;
}
.price-ordering-label {
  margin-left: 10px;
}
.product-price-ordering select {
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 0 12px;
}
.category-list-section .product-img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    min-height: 100px;
}
.category-list-section .product-text {
    padding: 15px;
}
.category-list-section .product-text h3 {
    font-size: 14px;
}
.category-list-section .product-text h4 {
    font-size: 14px;
    line-height: 1.5;
}
.pagination-section {
  text-align: center;
  margin-top: 30px;
}
.pagination {
  display: inline-block;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}
.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.header-search{
    position: relative;
}
#front-supplier-searched-data{
    position: absolute;
    left: 0;
    top: 100%;
}
#front-supplier-searched-data {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 20px 40px;
    width: 100%;
}
#front-supplier-searched-data:empty{
    display: none;
}

/*---------------responsive design css-------------------*/

@media(max-width: 576px){
    .section-title h2{
        font-size: 24px;
    }
.header-search {
    margin-top: 5px;
    margin-bottom: 5px;
}
.site-logo {
    padding: 5px 0 0 0;
}
.product-name-brand {
    margin-top: 10px;
}
.product-price-box .product-price {
    font-size: 18px;
}
#PageDetail {
    padding-top: 0px;
}
#PageDetail h1 {
    font-size: 22px;
}
.contact-page {
    padding: 5px;
}
.contact-page h1 {
    font-size: 22px;
}
.contact-hazuur h2 {
    font-size: 22px;
}
.product-name-brand h1 {
    font-size: 22px;
}
.product-detail-section h3 {
    font-size: 20px;
}
#UserDashboard {
    padding-bottom: 15px;
}
#UserDashboard h2 {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-sigup {
    float: none;
}
.search-bar .form-control {
    font-size: 0.8rem;
}
.contact-hazuur {
    padding-left: 15px;
    margin-top: 20px;
}
.company-images a {
    height: 60px;
}
.company-layout {
    padding-top: 10px;
}
}

@media (max-width: 767.98px) { 
    




}

@media (max-width: 991.98px) { 
    
    .category-title {
    padding: 13px 10px;
}
.category-list h4 {
    font-size: 12px;
}
.featured-section.latest .product-bg img {
	height: 145px !important;
}
.featured-section.clothes .product-bg img,
.featured-section.jewellery .product-bg img,
.featured-section.accessories .product-bg img {
	height: 180px !important;
}

}

#search-form {
	float: left !important;
}
#pagination-form {
	float: right !important;
}
.btn.btn-sm.btn-primary.end_search {
	margin-left: 5px !important;
}
.image-gallery {
    display: flex;
    flex-wrap: wrap;
}

.image-item {
    padding: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.image-item img {
    width: 200px; /* Adjust the image size as needed */
    height: 100px;
}

.image-item.selected {
    border-color: #007bff; /* Change to your preferred highlight color */
}

.image-item img:hover {
    opacity: 0.8;
}

.jFiler-input-dragDrop {
	display: none !important;
}

.list-inline.pull-right {
	display: none !important;
}
#UserDashboard .nav-link.active {
	background: #1415a3 !important;
	color: #fff !important;
}
.featured-section.latest .product-bg img {
	height: 150px !important;
}
.featured-section.clothes .product-bg img,
.featured-section.jewellery .product-bg img,
.featured-section.accessories .product-bg img {
	height: 180px !important;
}