@charset "UTF-8";
/*
Theme Name: Crown
Author: SYP LAB
Author URI: http://lab.sypsolutions.com.bd
Description: Crown eCommerce HTML Template
Version: 1.0.0
*/

/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500|Anton&amp;display=swap");

:root {
  --main-color-one: black;
  --fromColor: #33373a;
  --toColor: #111d25;
  --dark: #060805;
  --heading-color: #2d2e30;
  --paragraph-color: #6b6d73;
  --heading-font: "Rubik", sans-serif;
  --body-font: "Rubik", sans-serif;
  --anton-font: "Anton", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.8;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
}

h1 {
  font-size: 70px;
  line-height: 1.2833333333;
}

h2 {
  font-size: 45px;
  line-height: 1.2380952381;
}

h3 {
  font-size: 32px;
  line-height: 1.2833333333;
}

h4 {
  font-size: 23px;
  line-height: 1.2380952381;
}

h5 {
  font-size: 24px;
  line-height: 1.2380952381;
}

h6 {
  font-size: 22px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
} */

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

  @media (max-width: 768px) {
        .navbar-brand img {
            max-width: 68% !important; /* Force override if needed */
            height: auto; /* Maintain aspect ratio */
        }
        .middleHeader {
  padding: 0px 0 !important;
}
    }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.btn-basic-sm,
a.remove-td,
a.change-td {
  background: var(--main-color-one);
  border: 0;
  padding: 0 32px;
  height: 40px;
  border-radius: 0;
  color: #fff;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in;
}
a.remove-td,
a.change-td {
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid var(--main-color-one);
  transition: 0.5s all;
  height: 25px !important;
  line-height: 25px !important;
}
a.change-td {
  color: var(--main-color-one);
  background-color: transparent;
}
a.remove-td:hover,
a.change-td:hover {
  color: var(--main-color-one);
  background-color: transparent;
  border: 1px solid var(--main-color-one);
}
.bg-gray {
  background: #f5f5f5 !important;
  padding: 0 0 50px 0;
}















.common-pd {
    background: #f5f5f5;
}


.owl-prev, .owl-next {
    display: none !important;
}


/* .product-title h3 {
    margin-bottom: 51px !important;
} */

@media (min-width: 1024px) {
  .sticky-footer {
    display: none !important;
  }
}




.common-pd {
  padding: 8px 0px;
}
.common-pd-50 {
  padding: 50px 0;
}
/*---------------------------------------
    ## Button
---------------------------------------*/
.add_button,
.remove_button {
  cursor: pointer;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.add_button {
  color: black;
  border: 1px solid black;
}
.remove_button {
  color: black;
  border: 1px solid black;
}
.btn {
  position: relative;
}
.btn:hover {
  color: #fff;
}
.btn:focus {
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.btn:active {
  box-shadow: none;
  color: #fff;
  outline: 0;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1, 0.5);
  transition: all 0.4s ease;
}

.btn:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-basic-lg {
  background: var(--main-color-one);
  border: 0;
  padding: 0 36px 0 38px;
  height: 60px;
  border-radius: 0;
  color: #fff;
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in;
}

.btn-basic-sm {
  background: var(--main-color-one);
  border: 0;
  padding: 0 32px;
  height: 40px;
  border-radius: 0;
  color: #fff;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in;
}

.btn-black {
  background-color: #191919;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease-in;
  border: 1px solid #191919;
}
.btn-black:hover {
  background: var(--main-color-one);
  color: #fff;
  border: 1px solid var(--main-color-one);
}

.btn-transparent {
  background: transparent;
  color: var(--heading-color);
  border: 1px solid #dddddd;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  transition: all 0.3s ease-in;
}
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover {
  background: var(--main-color-one);
}

.btn-black {
  background: #f74135;
}
/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.product-title {
  padding: -1px 0 28px;
  position: relative;
}
.product-title h3 {
font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.product-title.featublack-category-title h3 {
  text-align: center;
}
/* .product-title h3:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100px;
  background: var(--main-color-one);
  bottom: -1px;
  left: 0;
} */
.product-title.featublack-category-title h3:after {
  left: 50%;
  transform: translateX(-50%);
}

/* Navbar */
.navbar-area {
  padding: 0;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 9999;
  transition: all 0.4s;
}
.navbar-top {
  border-bottom: 1px solid #ececec;
}
.topHeader {
  border-bottom: 1px solid #ececec;
}
.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-inner-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-inner-header ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-inner-header ul li a {
  padding: 2px 20px;
  font-size: 14px;
  color: var(--paragraph-color);
  border-left: 1px solid #ececec;
  display: flex;
  line-height: 40px;
  height: 40px;
  align-items: center;
}
.top-inner-header ul li a i {
  display: block;
  margin-right: 5px;
}
.top-inner-header ul li a span {
  display: block;
}
.top-inner-header ul li.get-quote a {
  background-color: black;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.navbar-middle {
  padding: 10px 0;
}
.main-search {
  display: flex;
  position: relative;
}
.main-search input {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 4px;
  outline: 0;
  padding: 0 25px;
  z-index: 1;
  background: white;
  width: 444px;
  border: 1px solid #ddd;
}
.main-search button {
  border-radius: 0 0px 0px 0;
  font-size: 18px;
  font-weight: 500;
  background: transparent !important;
  border: 0;
  color: #060805;
  padding: 11px 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  z-index: 3;
}
.navbar-nav li a {
  color: #fff;
  height: 40px;
  padding: 0 5px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.dropdown-submenu {
  position: relative;
}

.navbar-toggler {
  color: #fff !important;
  text-align: right;
  padding-right: 45px;
}

/* rotate caret on hover */

.dropdown-menu {
  position: relative;
  padding: 0 !important;
}
.dropdown-item {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #fff;
  background-color: black;
}
.dropdown-item:hover {
  background-color: black;
}
.dropdown-submenu .dropdown-item {
  color: #fff;
  height: 100% !important;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #86baad;
  background-color: black !important;
  justify-content: center !important;
}
.header-button .header-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.header-button .header-link .text p {
  margin: 0;
  font-weight: 500;
  transition: 0.4s all;
  font-size: 15px;
}
.header-button .header-link .text  .bottom {
  font-size: 10px;
  text-align: left;
}
.header-button .header-link:hover .text p {
  color: black;
}
.header-button .header-link .text .bottom > a:hover {
  color: black;
}
.quickOrder {
  text-align: right;
  position: relative;
}
.quickOrder button.btn.btn-basic-sm {
  background: var(--fromColor);
  background: radial-gradient(circle, var(--fromColor) 0%, var(--toColor) 100%);
  height: 48px;
  border-radius: 4px;
}


.navbar-area .navbar {
  background: var(--dark);
}
.navbar-area {
  padding: 0;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 9999;
  transition: all 0.4s;
}
.navbar-area .nav-container {
  background-color: transparent;
  transition: all 0.4s;
}
.mobile-logo {
  display: none;
}
.toggle-btn {
  top: 10px;
  right: 0;
  position: absolute;
  width: 30px;
  height: 60px;
  padding: 0;
  transition-duration: 0.5s;
  background: transparent;
  border: 0;
}
.toggle-btn .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 10px;
  top: 30px;
  left: 7px;
  background-color: #fff;
}
.toggle-btn .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 10px;
  top: 30px;
  background-color: #fff;
  left: 17px;
}
.toggle-btn .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 7px;
  left: 0;
}
.mobile-logo {
  display: none;
}
.navbar .shop-cart-area {
  display: none;
  text-align: right;
}
.shop-cart-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.shop-cart-area ul li {
  position: relative;
  margin: 0 10px;
  font-weight: 500;
}
.shop-cart-area ul li span {
  position: absolute;
  font-size: 11px;
  font-weight: 500;
  right: -10px;
  top: -5px;
  background: var(--main-color-one);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 15px;
}
.shop-cart-area ul li {
  position: relative;
  margin: 0 10px;
  font-weight: 500;
}
.shop-cart-area ul li a i {
  padding: 0 2px;
}
.navbar-nav {
  width: 100% !important;
  justify-content: center !important;
  flex-wrap: wrap;
}

/*  DROPDOWN MENU  */

.navbar-area-fixed {
  position: fixed;
  width: 100%;
}
.navbar-area-fixed .mobile-logo a img {
  width: 40px;
}
.navbar-area-fixed .toggle-btn {
  top: -10px;
}
.navbar-area.navbar-area-fixed .nav-container .navbar-collapse {
  top: 60px;
}

/* Slider */

.banner-area .banner-inner {
  margin: 73px 0 75px;
}
.banner-area .banner-inner h2 {
  color: var(--heading-color);
  line-height: 1.111;
}
.banner-inner h2 span {
  color: var(--main-color-one);
}
.banner-inner h2 {
  font-family: var(--anton-font);
  font-size: 72px;
  color: #fff;
}
.banner-area .banner-inner .btn {
  margin-top: 42px;
  background: #191919;
}
.btn-basic-lg {
  background: var(--main-color-one);
  border: 0;
  padding: 0 36px 0 38px;
  height: 60px;
  border-radius: 0;
  color: #fff;
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.round-controler .owl-nav .owl-prev {
  left: -80px;
}
.round-controler .owl-nav .owl-next {
  right: -80px;
}
.round-controler .owl-nav .owl-prev,
.round-controler .owl-nav .owl-next {
  height: 40px;
  width: 40px;
  border: 1px solid var(--main-color-one) !important;
  line-height: 40px !important;
  color: var(--main-color-one) !important;
  border-radius: 50%;
  top: 47%;
  margin-top: -20px;
  position: absolute;
}
.round-controler .owl-nav .owl-prev {
  left: 15%;
}
.round-controler .owl-nav .owl-next {
  right: 15%;
}
.banner-area .owl-dots {
  text-align: center;
}
.round-controler .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: var(--main-color-one);
  border-radius: 50%;
  margin-left: 8px;
  position: relative;
}
.round-controler .owl-dots .owl-dot.active:after {
  opacity: 0;
}
.round-controler .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  width: 8px;
  border-radius: 50%;
  height: 8px;
  background: #fff;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.owl-carousel .owl-prev:focus,
.owl-carousel .owl-prev:active,
.owl-carousel .owl-next:focus,
.owl-carousel .owl-next:active,
.owl-carousel .owl-dot:focus,
.owl-carousel .owl-dot:active {
  outline: 0;
  box-shadow: none;
}
/* Category */
.single-gadget {
  background: #fff;
  border: 1px solid #ececec;
  padding: 29px 20px 34px 19px;
  margin-bottom: 30px;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single-gadget .gadget-details span {
  font-size: 14px;
  color: var(--paragraph-color);
}
.single-gadget .gadget-details h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  margin-top: 12px;
  margin-bottom: 100px;
}
.btn-basic-sm {
  background: var(--main-color-one);
  border: 0;
  padding: 0 32px;
  height: 40px;
  border-radius: 0;
  color: #fff;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in;
}

/* Top Product Category */
.single-product-card {
  border: 1px solid #ececec;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  margin: 15px -9px;
  height: calc(100% - 30px);
}
.single-product-card:hover .title a {
  color: var(--main-color-one);
}
.single-product-card .product-card-details {
  padding: 23px 20px 24px;
}
.single-product-card .product-card-details p.categories {
  font-size: 14px;
  color: var(--paragraph-color);
  margin-bottom: 9px;
}
.single-product-card .product-card-details .title {
  font-size: 14px;
  font-weight: 400;
  color: var(--heading-color);
  line-height: 1.375;
  margin-bottom: 8px;
  transition: linear 0.5s;
  height: 65px;
}
.single-product-card .product-card-details .title a {
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    font-weight: 500 !important;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: linear 0.5s;
  
}
.single-product-card .product-card-details .price {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  display: inline-block;
}
/* Top Product Category */

/* Banner */
.offer-area h5.subtitle,
.offer-area h2.title,
.offer-area .countdown-item h2,
.offer-area .countdown-item span {
  color: var(--heading-color);
}
.offer-area h5.subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  margin-bottom: 22px;
}
.offer-area h2.title {
  margin-bottom: 41px;
  font-family: var(--anton-font);
  font-size: 48px;
  color: #222;
}
.offer-area h2.title span {
  color: var(--main-color-one);
}
/* Banner */

/* footer */
.footer-area {
  color: #fff;
  background-color: #060805ed;
  padding-top: 20px;
}
.footer-area .footer-top {
  border-bottom: 1px solid #323436;
  /* padding-bottom: 30px; */
}
.contact-widget {
  background: transparent;
  padding: 0 !important;
  margin-bottom: 45px;
}
.widget {
  margin-bottom: 30px;
}
.widget-info .info {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.widget-info .info .icon {
  flex: 0 0 24px;
  width: 24px;
  font-size: 18px;
  text-align: center;
  margin-right: 10px;
}
.footer-widget .widget-info p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
}
.footer-widget h4 {
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.footer-widget ul,
.footer-widget ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget ul li a {
  font-size: 13px;
}
.information p {
  color: #fff;
  margin: 0;
  font-size: 13px;
}
.footer-logo {
  display: block;
}
.footer-block h4 {
  color: #fff;
}
.ending-footer p {
  margin-bottom: 0;
  font-size: 13px;
}
.ending-footer p a {
  color: var(--main-color-one) !important;
}
.social-links {
  margin: 5px 0;
}
.social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links li {
  display: inline-block;
  margin: 0px;
  padding: 0;
  transition: 0.3s;
}
.social-links li a {
  height: 25px;
  width: 25px;
  background: var(--light);
  border: 1px solid transparent;
  display: block;
  text-align: center;
  line-height: 25px;
  color: #000;
  transition: 0.3s;
}
.bottom-social-link li a{
    height: 40px;
    width: 40px;
    margin: 3px;
    padding: 6px;
    background: var(--light);
    border: 1px solid transparent;
    display: block;
    text-align: center;
    line-height: 25px;
    color: #000;
    transition: 0.3s;
}
.qrCode-show {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: none;
  background-color: #fff;
  border: 1px solid #000;
}
.qrCode-img-show {
  width: 100%;
  height: 100%;
}
.qrCode-show.show {
  display: block;
}
.social-links li.facebook a,
.social-links li.instagram a,
.social-links li.weChat a,
.social-links li.whatsapp a {
  transition: linear 0.5s all;
}
.social-links li.facebook:hover a {
  color: #fff !important;
  background-color: #1877f2;
}
.social-links li.instagram:hover a {
  color: #fff !important;
  background-color: #e4405f;
}
.social-links li.whatsapp:hover a {
  color: #fff !important;
  background-color: #25d366;
}
.social-links li.weChat:hover a {
  color: #fff !important;
  background-color: #09b83e;
}
.footer-widget h4 img {
  width: 100px;
}

.widget.footer-widget p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.contact-widget .contact_info_list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 22px;
}
.contact-widget .contact_info_list li.single-info-item {
  position: relative;
  margin-bottom: 18px;
}
.widget ul li:first-child {
  margin-top: 0px;
}
.contact-widget .contact_info_list li {
  display: block;
}
.widget.footer-widget p {
  margin: 15px 0;
  color: rgba(255, 255, 255, 0.6);
}
.contact-widget p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.widget.footer-widget .widget-title {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
  position: relative;
}
.widget .widget-title {
  font-size: 16px;
  font-weight: 500;
}
.widget.footer-widget .widget-title:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  height: 2px;
  width: 15px;
  background: var(--main-color-one);
}
.widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.widget_nav_menu ul li:first-child {
  margin-top: 0;
}
.widget.widget_nav_menu ul li {
  margin: 15px 0;
}
.footer-area .footer-top .widget.widget_nav_menu ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  transition: padding 0.5s;
}
.footer-widget.widget_nav_menu ul li a {
  position: relative;
}
.footer-area .footer-top .widget.widget_nav_menu ul li a:hover {
  color: var(--main-color-one);
}
.footer-area .footer-top .widget.widget_nav_menu ul li a i {
  font-size: 12px;
  position: relative;
  top: -2px;
  opacity: 0;
  transition: all 0.5s;
  margin-right: -15px;
}
.footer-area .footer-top .widget.widget_nav_menu ul li a:hover i {
  opacity: 1;
  margin-right: 5px;
}
.footer-area .footer-bottom {
  padding: 30px 0;
}
.footer-area .footer-bottom .copyright {
  margin: 0;
}
.social-area {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.social-area li {
  margin-right: 10px;
}
.social-area li a {
  border: 1px solid var(--paragraph-color);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in;
  display: block;
  font-size: 18px;
}
.social-area li a:hover {
  border: 1px solid #fff;
  background: #fff;
  color: var(--main-color-one);
}
/* footer */

/* breadcrumb-area */
.breadcrumb-area {
  border-bottom: 1px solid #ececec;
}
.breadcrumb-area .breadcrumb {
  margin: 0;
  padding: 25px 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  background-color: #fff;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding: 0 13px;
}
.breadcrumb-area .breadcrumb .breadcrumb-item a {
  color: var(--heading-color);
  font-size: 12px;
}
.breadcrumb-item.active {
  color: #6c757d;
}
/* breadcrumb-area */

/* Page Title */
.page-title-area {
  padding: 27px 0 23px;
  box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 10%);
  margin-bottom: 4px;
}
.page-title-area h3 {
  font-size: 24px;
  font-weight: 500;
}
/* Page Title */

/*  all Product  */
.sidebar {
  border-radius: 5px;
}
.single-widget {
  margin-bottom: 30px;
}
.sidebar .sidebar-title {
  background: #191919;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-weight: 500;
  margin-bottom: 0;
  padding: 20px 27px 18px 20px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.sidebar .sidebar-title img {
  margin-right: 20px;
}
.sidebar .sidebar-title i {
  float: right;
  top: 50%;
  margin-top: 4px;
}
.sidebar-categories {
  background: #fff;
  border-radius: 0 0 5px 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-categories li a {
  padding: 20px 24px 18px 53px;
  font-size: 16px;
  font-weight: 400;
  color: var(--heading-color);
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  display: block;
  transition: all 0.3s ease-in;
}
.sidebar-categories li img {
  position: absolute;
  left: 20px;
  top: 33%;
}
.sidebar-categories li i {
  float: right;
  top: 47%;
  margin-top: 4px;
}
.sidebar-rating {
  background: #fff;
  padding: 25px 20px 18px;
  border-radius: 0 0 5px 5px;
}
.sidebar-rating .sidebar-single-rating {
  position: relative;
}
.sidebar-rating .sidebar-single-rating input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.sidebar-rating .sidebar-single-rating .checkmark {
  position: absolute;
  top: 5px;
  left: 0px;
  height: 13px;
  width: 13px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #2d2e30;
  border-radius: 2px;
}
.sidebar-rating .sidebar-single-rating .star-rating {
  display: inline-block;
  padding: 0 0 10px 25px;
}
.sidebar-rating .sidebar-single-rating .star-rating span {
  font-size: 14px;
}

/* Page details  */
.product-thumbnail-carousel2 {
  height: 485px;
  overflow: hidden;
}
.product-thumbnail-wrapper .product-thumbnail-carousel2 .slick-slide {
  margin: 0 5px;
}
.product-thumbnail-wrapper
  .product-thumbnail-carousel2
  .slick-slide.slick-current
  .single-thumbnail-item {
  border: 1px solid var(--main-color-one);
}
.product-thumbnail-wrapper
  .product-thumbnail-carousel2
  .slick-slide
  .single-thumbnail-item {
  border: 1px solid #ececec;
  transition: all 0.3s ease-in;
}
.slick-slide img {
  width: 100%;
}
.slick-prev,
.slick-next {
  font-size: 20px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.product-thumbnail-wrapper .single-thumbnail-slider2 .slick-prev {
  position: absolute;
  left: 0;
  border: 1px solid #ececec;
  background: black;
  z-index: 9;
  width: 30px;
  height: 80px;
  transition: all 0.3s ease-in;
}
.product-thumbnail-wrapper .single-thumbnail-slider2 .slick-prev:before {
  content: "";
  font-family: FontAwesome;
  color: var(--light);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.product-thumbnail-wrapper .single-thumbnail-slider2 .slick-next {
  position: absolute;
  right: 0;
  border: 1px solid #ececec;
  background: black;
  z-index: 9;
  width: 30px;
  height: 80px;
  transition: all 0.3s ease-in;
}
.product-thumbnail-wrapper .single-thumbnail-slider2 .slick-next:before {
  content: "";
  font-family: FontAwesome;
  color: var(--light);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-thumbnail-wrapper .single-thumbnail-slider2 .slick-prev:hover {
  background: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}
.product-thumbnail-wrapper .single-thumbnail-slider2 .slick-prev:hover:before {
  color: #fff;
}
.product-thumbnail-wrapper .single-thumbnail-slider2 .slick-next:hover {
  background: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}
.product-thumbnail-wrapper .single-thumbnail-slider2 .slick-next:hover:before {
  color: #fff;
}
.shop-item-details .entry-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--main-color-one);
}

.product-thumbnail-wrapper .single-thumbnail-slider2 .slick-next , .product-thumbnail-wrapper .single-thumbnail-slider2 .slick-prev{
    display: none !important;
}

.shop-item-details .star-rating {
  display: inline-block;
}
.shop-item-details .star-rating span {
  font-size: 14px;
}
.shop-item-details .star-rating span i {
  color: #fdb819;
}
.shop-item-details .review-counter {
  margin-left: 16px;
  font-size: 14px;
}
.shop-item-details .price {
  font-weight: 500;
  font-size: 16px;
  color: var(--main-color-one);
  margin: 13px 0px 17px;
  display: none;
}
.shop-item-details .price del {
  font-size: 18px;
  font-weight: 400;
  margin-left: 17px;
}
.shop-item-details button.view-more {
  background: transparent;
  display: inline-block;
  line-height: 24px;
  padding-bottom: 2px;
  border: 0;
  color: var(--main-color-one);
  border-bottom: 2px solid var(--main-color-one);
  cursor: pointer;
  margin-left: -15px;
  margin-top: 10px;
}
.shop-item-details .stock {
  font-size: 14px;
  margin-bottom: 26px;
}
.shop-item-details .stock i {
  background: #1cce68;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  height: 15px;
  width: 15px;
  padding: 0 2px;
  line-height: 17px;
  margin-right: 10px;
}
.shop-item-details .product-cart {
  display: flex;
  align-items: center;
}
.product-cart .qty {
  display: inline-block;
  border: 1px solid #e7e7e7;
}
.product-cart .qty input {
  background: transparent;
  border: 0;
  height: 40px;
  color: var(--heading-color);
  padding: 0;
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.product-cart .qty input.qty-input {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.btn-black {
  background: #191919;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s ease-in;
  margin-left: 5px;
  cursor: pointer;
}
.cartBtn {
  display: flex;
  margin: 20px 0;
}
.wishlist.btn-black {
  display: inline-block;
  padding: 0;
  width: 40px;
  text-align: center;
  background: transparent;
  border: 1px solid #222;
  color: #222;
  margin-left: 10px;
}
.shop-tabs {
  background: #fff;
  border: 1px solid #ececec;
  margin-top: 34px;
}
.shop-tabs .nav-tabs {
  border: 0;
  margin-bottom: 20px;
}
.shop-tabs .nav-tabs .nav-item .nav-link {
  height: 60px;
  padding: 0 45px;
  line-height: 60px;
  border: 0;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-radius: 0;
}
.shop-tabs .nav-tabs .nav-item .nav-link.active {
  background: var(--main-color-one);
  color: #fff;
}
.shop-tabs .specific-tab .table-bordeblack {
  border: 1px solid #ececec;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}
.shop-tabs .describe-tab {
  padding: 17px 30px 28px;
}
.shop-tabs .describe-tab .title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 13px;
}
.shop-tabs .describe-tab .quick-view {
  margin: 37px 0px 34px;
}
.shop-tabs .describe-tab .quick-view ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-tabs .describe-tab .quick-view ul li {
  position: relative;
  padding: 0 0 13px 15px;
}
.shop-tabs .describe-tab .quick-view ul li:before {
  content: ".";
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  padding-right: 10px;
}
.shop-tabs .review-tab {
  padding: 30px;
}
.shop-tabs .review-tab .star-rating {
  display: inline-block;
  padding: 0 0 10px 0px;
}
.shop-tabs .review-tab .star-rating span {
  font-size: 14px;
}
.shop-tabs .review-tab .star-rating span i {
  color: #fdb819;
}
.single-input-wrap {
  position: relative;
}
.single-input-wrap label {
  transition: all 0.15s ease;
  color: var(--paragraph-color);
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 15px;
}
.single-input-wrap .single-input {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 0 18px;
  margin-bottom: 30px;
  font-size: 15px;
  color: var(--heading-color);
  line-height: 50px;
}
.single-input-wrap .single-input.textarea {
  min-height: 140px;
  padding: 0px 18px 16px;
  margin: 0;
}
.shop-tabs .review-tab .btn {
  margin-top: 30px;
}

/* Recent Product */
.section-title {
  margin-bottom: 55px;
}
.section-title .title {
  font-size: 24px;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 13px;
}
.section-title .subtitle {
  font-size: 16px;
  color: var(--paragraph-color);
}
.single-product-card .product-card-details .price {
  color: var(--main-color-one);
}
.single-product-card .product-card-details .price del {
  font-size: 15px;
  color: var(--paragraph-color);
  font-weight: 400;
  margin-left: 16px;
}

/* Contact us */
.contact-page {
  display: flex;
  align-items: center;
}
.contact-adress {
  width: 50%;
  padding: 30px;
}
.contact-map {
  width: 50%;
}
.contact-adress ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-adress ul li {
  display: flex;
  margin: 10px 0;
  align-items: center;
}
.contact-adress ul li i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #222;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.contact-adress ul li span {
  line-height: 40px;
  font-size: 13px;
}
.contact-form form label {
  display: block;
  font-weight: 500;
  font-size: 13px;
}
.contact-form form .contact-input-form {
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}
.contact-form form .contact-input-form:focus {
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #222;
}
.contact-title {
  margin: 0 0 20px 0;
}

.single-product-card a img {
  margin: 0 auto;
  display: block;
}
.form-group.show label,
.form-group.sort-order.pull-right label {
  margin: 0 !important;
}
.form-group.show {
  display: flex;
  align-items: center;
}
.form-group.sort-order.pull-right {
  display: flex;
  align-items: center;
}
.top-bar {
  padding: 10px 10px 10px 20px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.top-bar .show-sort .form-group {
  margin: 0;
}
.top-bar .page-heading {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.top-bar .show-sort {
  display: flex;
  align-items: center;
  justify-content: end;
}
.show-sort .form-group {
  padding-left: 10px;
  margin-bottom: 0;
}
.form-group label {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
}
.show-sort .form-group select {
  background: #f1f3f5;
  padding: 6px 5px;
  font-size: 14px;
  border: none;
  position: relative;
  outline: none;
  height: 30px;
  max-width: 110px;
}

@media only screen and (min-width: 991px) {
  .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }
  .navbar-nav li:nth-child(10):hover > .dropdown-menu {
    left: inherit;
    right: 0;
  }
  .navbar-nav li .dropdown-menu .dropdown-submenu:hover > .last-child {
    top: -3px;
    display: block;
  }
  .navbar-nav
    li:nth-child(10)
    .dropdown-menu
    .dropdown-submenu:hover
    > .last-child {
    right: 100%;
    left: inherit;
  }
  .navbar-nav
    li:nth-child(11)
    .dropdown-menu
    .dropdown-submenu:hover
    > .last-child {
    right: 100%;
    left: inherit;
  }
  .navbar-nav
    li:nth-child(12)
    .dropdown-menu
    .dropdown-submenu:hover
    > .last-child {
    right: 100%;
    left: inherit;
  }
  .navbar-nav
    li:nth-child(13)
    .dropdown-menu
    .dropdown-submenu:hover
    > .last-child {
    right: 100%;
    left: inherit;
  }
  .navbar-nav
    li:nth-child(14)
    .dropdown-menu
    .dropdown-submenu:hover
    > .last-child {
    right: 100%;
    left: inherit;
  }

  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
  }
  .navbar-brand {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
      .messanger-chat {
    bottom: 90px !important;}   
  .topHeader {
    display: none;
  }
  .product-thumbnail-carousel2 {
    height: auto !important;
  }

  .form-group.show,
  .form-group.sort-order.pull-right {
    padding: 0;
    justify-content: left;
  }
  .form-group.show {
    padding-right: 10px;
  }

  .subscribe form {
    justify-content: center !important;
    margin: 0 0 28px 0 !important;
  }
}


@media only screen and (max-width: 991px) {
  .success-msg {
    padding-left: 40px !important;
  }
  .msg-details {
    flex-direction: column;
  }
  .cart-info {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 10px 0 0 0;
  }
  .msg-details:before {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .product-cart .qty {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .breadcrumb-area .breadcrumb {
    padding: 5px 0 !important;
  }
  .common-pd-50 {
    padding: 10px 0 !important;
  }
  column#column-left {
    position: fixed;
    top: 90px;
    right: -100%;
    z-index: 999999;
    transition: 0.5s all;
    overflow: auto;
    height: calc(100% - 90px);
    background: #fff;
    padding: 10px;
    border-radius: 0;
    width: 280px;
  }
  column#column-left.active,
  .sidebar.active {
    right: 0;
  }
  .top-bar {
    padding: 10px !important;
  }
  .form-group.show label,
  .form-group.sort-order.pull-right label {
    display: none;
  }
  .col-sm-4.col-6.actions {
    display: none;
  }
  .show-sort {
    justify-content: space-between !important;
  }
  .form-group.filter {
    padding: 0 !important;
    display: block !important;
  }
  span.lc-close {
    display: block !important;
    text-align: center;
    height: 30px;
    width: 30px;
    float: right;
    padding: 0 10px;
    background-color: black;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 10px 0;
  }
  /* .single-product-card .product-card-details {
    padding: 10px !important;
  }
  .single-product-card .product-card-details .title {
    font-size: 11px !important;
    text-align: left;
  }
  .single-product-card .product-card-details .price {
    font-size: 10px !important;
  } */
  footer {
    background-color: whitesmoke;
    padding: 30px 0 0 0 !important;
  }
  .mobile-footer-section {
    display: block !important;
  }
  .mobile-footer-inner-section {
    position: fixed;
    bottom: 0;
    background: black;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }
  .mobile-footer-inner-section a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .mobile-footer-inner-section a i {
    font-size: 30px;
    color: #fff;
  }
  .mobile-footer-inner-section a span {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
  }
  .btn-basic-sm {
    height: 30px !important;
    line-height: 30px !important;
    margin: 20px 0 0 0 !important;
  }
  .login-form {
    width: 100% !important;
  }
  a.pc-builder-button.get-quate.btn.btn-basic-sm {
    margin: 0 0 0 5px !important;
  }
  .pcb-inner-content {
    padding: 25px 10px !important;
  }
  .pcb-content .c-item .details {
    padding: 0 10px !important;
  }
  .c-item .details .product-name {
    font-size: 10px !important;
  }
  .pcb-content .c-item .actions .btn-basic-sm {
    margin: 0 !important;
    padding: 0 15px !important;
    font-size: 10px !important;
  }
  .c-item .item-price {
    font-size: 12px !important;
  }
  .cat-item p {
    font-size: 9px !important;
  }

  .subscribe form {
    justify-content: center;
    margin: 0 0 28px 0;
  }
  .cat-item {
    flex: 0 0 33.33% !important;
  }
  .navbar-top .topbar-right .topbar-single-info:last-child {
    display: none;
  }
  .navbar-area {
    padding-bottom: 0px;
  }
  a.navbar-brand {
    padding-left: 15px;
  }
  /**
  .navbar-area.nav-white .navbar,
  .navbar-area .navbar {
    background: var(--heading-color) !important;
  }
  **/
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    max-width: 90%;
  }
  .navbar-nav {
    text-align: center;
    border-top: 3px solid black;
  }
  .navbar-nav li a {
    border-bottom: 1px solid #171718;
  }
  .navbar-nav li:last-child a {
    border: 0;
  }
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
  .navbar-top .topbar-left li,
  .navbar-top .topbar-right li {
    border: 0;
  }
  .topbar-single-info {
    height: 30px;
    line-height: 30px;
  }
  .mobile-logo {
    display: block;
  }
  .navbar .shop-cart-area {
    display: block;
    padding-right: 40px;
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 0px;
    padding: 0;
    position: absolute;
    top: 100px;
    background: var(--heading-color);
    width: 100%;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: inline-block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav > li {
    display: block;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav > li:last-child {
    border-bottom: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #fff;
    display: block;
  }
  .navbar .nav-container .navbar-collapse .navbar-nav > li > a.active:after {
    display: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
    background-color: var(--main-color-one);
  }
  .footer-area {
    text-align: center;
  }
  .footer-widget.quick-links {
    text-align: center;
  }
  .widget.footer-widget .widget-title:after {
    top: 170%;
    left: 50%;
    width: 25%;
    transform: translate(-50%, -170%);
  }
  .footer-area .footer-bottom .copyright {
    text-align: center;
    margin: 0 0 15px 0;
  }
  .widget-info .info {
    justify-content: center;
  }
  .contact-page {
    flex-direction: column;
  }
  .contact-adress,
  .contact-form,
  .contact-map {
    width: 100% !important;
  }
  .contact-form {
    margin: 25px 0;
  }
  .contact-adress ul li span {
    line-height: 16px;
  }
  .mb-m-4 {
    margin: 0 0 20px 0;
  }
  .form-group {
    margin: 15px 0 0 0 !important;
  }
  .item__list {
    flex-direction: column;
    margin: 0 0 0 5px;
  }
  .item__sku__input {
    width: 100% !important;
  }
  .item__sku__input .form-control {
    width: 220px;
  }
  .breadcrumb-area .breadcrumb .breadcrumb-item a {
    font-size: 10px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 10px;
    padding: 0 3px;
  }
  .tab button {
    padding: 0 15px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 12px;
  }
  .top-header {
    justify-content: center !important;
  }
  .top-inner-header ul li a span {
    display: none;
  }
  .top-inner-header ul li a {
    display: block !important;
    height: auto;
    line-height: normal;
  }
  .middleHeader-inner .logo-area {
    display: none;
  }
  .middleHeader-inner .header-button {
    display: none;
  }
  .middleHeader-inner .for-mobile-class {
    width: 100%;
  }
}
.middleHeader {
  padding: 5px 0;
}
.middleHeader-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-button {
  display: flex;
  align-items: center;
  gap: 20px;
}

.item__list {
  display: flex;
  align-items: center;
}
.item__sku__input {
  width: 50%;
  margin: 0 30px 0 0;
}
.filters .filter-group {
  margin-bottom: 30px;
}
.filters .price-filter {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  background-color: #ffffff;
}
.filters .filter-group .label,
.filters .price-filter .label span {
  background: #191919;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  display: block;
}
.filters .price-filter .label span {
  margin-bottom: 20px;
}
.range-label {
  margin: 20px;
}
input#range-to {
  margin-right: 7px;
}
.panel .range-label input {
  float: left;
  width: 48%;
  outline: 0;
  padding: 3px;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  line-height: 24px;
}
span.lc-close {
  display: none;
}
.filters .items {
  background: #fff;
  border-radius: 0 0 5px 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.filters label.filter {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  color: var(--heading-color);
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  display: block;
  transition: all 0.3s ease-in;
}

.tab button {
  background-color: white;
  border: 0;
  color: black;
  padding: 0 45px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  outline: 0;
  box-shadow: 0px 1px 4px 1px #80808057;
  cursor: pointer;
}
.tab button.active {
  background-color: var(--main-color-one);
  color: white;
}
.tabcontent {
  display: none;
  padding: 20px;
}

.store-header {
  margin-bottom: 15px;
}
.store-header h2 {
  margin-bottom: 0;
}
.search-store {
  text-align: right;
}
.search-store input {
  border-radius: 0;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #eee;
}
.stores {
  padding-top: 15px;
}
.stores .store {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 70px;
}
.stores .store .location {
  padding: 15px;
  display: flex;
  flex: 25%;
  max-width: 25%;
  align-content: flex-start;
}
.stores .store .location-inner {
  padding: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  position: relative;
  text-align: left;
  border-radius: 10px;
  width: 100%;
}
.stores .store .image {
  text-align: center;
}
.stores .store .image img {
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 120px;
}
.stores .location h3 {
  margin-bottom: 0;
}
.stores .location .location-details hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.stores .location h3 {
  margin-bottom: 0;
}
.stores .store .phone i {
  margin-right: 5px;
}
.stores .location .map-link {
  display: inline-block;
  vertical-align: middle;
}
.stores .location .map-link a {
  display: flex;
  line-height: 24px;
  padding: 7px 8px 7px 5px;
  border: 1px solid;
}
.tab.contact button {
  box-shadow: 0px 1px 4px rgb(0 0 0 / 30%);
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #000;
}
.tab.contact button.active {
  color: #fff;
  background: var(--main-color-one);
}
.tab.contact {
  display: table;
  margin: 0 auto;
}
.tab-content-contact .tabcontent {
  border: 1px solid #000;
  margin: 20px 0;
  background: whitesmoke;
}
.global-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-container form {
  padding-top: 10px;
  font-size: 14px;
}

.card-title {
  font-weight: 300;
}

.btn {
  font-size: 14px;
}

.login-form {
  margin: 20px 0;
  max-width: 460px;
}

.sign-up {
  text-align: center;
  padding: 20px 0 0;
}

.alert {
  /*margin-bottom:-30px;*/
  font-size: 13px;
  margin-top: 20px;
}
.main_content ul li a {
  font-size: 13px;
}
.main-search .dropdown-menu {
  position: absolute;
  width: 100% !important;
  z-index: 99999 !important;
}
.main-search li.search-item {
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
}
/*.main-search label {*/
/*  position: absolute;*/
/*  top: 28%;*/
/*  left: 20px;*/
/*  animation: typewriter 5s steps(7) infinite, blinking-cursor 0.8s infinite;*/
/*  animation-fill-mode: forwards*/
/*}*/
/*.main-search input:not(:placeholder-shown) ~ label {*/
/*  display: none;*/
/*}*/

/*   Get a quotation   */
.quotation-box h6.mt-3 {
  margin-top: 55% !important;
  font-weight: bold;
}

.quotation-box .col-md-4 p {
  font-size: 12px;
  line-height: 15px;
  padding: 0 60px 0 60px;
  color: #0000009e;
  font-weight: 500;
}

.quotation-box .col-md-8 {
  background: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 80px;
}

.quotation-box p.mb-0 {
  color: #6c6d6f;
  font-size: 10px;
  font-weight: bold;
}

.quotation-box strong {
  font-size: 12px;
}

.quotation-box .fa-phone-volume {
  margin-right: 4px;
  font-size: 12px;
}
.quotation-box h4.form-heading {
  font-weight: bold;
  font-size: 23px !important;
}

.quotation-box p.form-para {
  font-size: 13px;
  font-weight: 500;
  color: #0000009e;
  line-height: 17px;
}

.quotation-box p.form-para::after {
  content: ".";
  font-size: 0;
  display: block;
  width: 8%;
  height: 4px;
  background: var();
  margin: 10px 0;
}

.quotation-box .form-group {
  position: relative;
  margin-bottom: 0.5rem;
  margin-right: 90px;
}

.quotation-box .form-control {
  border-radius: 0;
  outline: 0;
  font-size: 12px;
}

.form-control:focus {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.quotation-box .form-control-placeholder {
  position: absolute;
  top: 12px;
  left: 10px;
  transition: all 200ms;
  opacity: 0.5;
  font-size: 75%;
}

.quotation-box .form-control:focus + .form-control-placeholder,
.quotation-box .form-control:valid + .form-control-placeholder {
  font-size: 60%;
  transform: translate3d(0, -75%, 0);
  opacity: 1;
  top: 12px;
}

.quotation-box .btn-primary {
  border: none !important;
  background: #6200ea !important;
  height: 46px !important;
}

.quotation-box .btn-primary span {
  color: #e5ddff;
  font-size: 10px;
}

.quotation-box .terms {
  font-size: 10px;
  color: #0000009e;
  font-weight: 500;
}

.quotation-box .terms a {
  color: #6200ea !important;
}
@media screen and (max-width: 767px) {
    .messanger-chat {
    bottom: 90px !important;}
  .quotation-box .mycol1 {
    border-radius: 0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding: 50px 50px 50px 50px;
  }

  .quotation-box .image {
    margin-top: 0;
  }

  .quotation-box .mycol2 {
    border-radius: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    text-align: center;
    padding-bottom: 40px;
  }

  .quotation-box .form-group {
    margin: 10px 10px 0 10px;
  }

  .quotation-box .logo {
    transform: translate(-90px, -30px);
  }
}

@media screen and (min-width: 767px) {
  .quotation-box .form-group {
    margin-right: 40px;
  }
  .subscribe form {
    justify-content: center;
    margin: 0 0 20px 0;
  }
}

@media screen and (min-width: 1200px) {
  .quotation-box .form-group {
    margin-bottom: 0.5rem;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .main-search input {
    width: 100%;
  }
}
.product-name p {
  margin-left: 15px;
  color: #000 !important;
}
.product-name ol li {
  display: flex;
  align-items: center;
}
p.selected-product-name {
  width: 65%;
  overflow: hidden;
  margin: 0;
}
.product-name ol li p input.form-control {
  width: 70px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  font-size: 14px;
}
form.form-horizontal.registration_form .form-group .form-control {
  font-size: 12px !important;
}
.login-form .form-control {
  font-size: 13px;
}
.brand {
  position: relative;
  transition: all 0.5s linear;
}
.brand-hover {
  background-color: #060805;
  position: absolute;
  top: 100%;
  width: 150px;
  z-index: 99999;
  transition: all 0.5s linear;
  display: none;
}
.brand:hover .brand-hover {
  display: block;
  transition: all 0.5s linear;
}
.brand-hover a:last-child {
  border-bottom: 0;
}
.brand-hover a {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  padding: 0 5px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #ddd;
}
.cat-items-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  justify-content: center;
  text-align: center;
}
.cat-item {
  flex: 0 0 12.33%;
  padding: 0 5px;
  margin-bottom: 20px;
  text-align: center;
  transition: linear 0.5s;
}
.cat-item p {
  transition: linear 0.5s;
}
.cat-item:hover p {
  color: var(--main-color-one);
}
.cat-item .cat-item-inner {
  display: block;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  padding: 15px 0;
}
.cat-item .cat-icon {
  display: inline-block;
  padding: 15px;
}
.cat-item p {
  font-size: 12px;
  margin: 0;
  color: #000;
  font-weight: 500;
}
.h-100 {
  height: 100% !important;
}
.right-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-button .pc-builder-button {
  height: 30px;
  width: 30px;
  background: transparent;
  line-height: 30px;
  padding: 0;
  margin: 0 5px;
  text-align: center;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
  transition: linear 0.5s all;
}
.right-button .pc-builder-button:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.right-button a.pc-builder-button.get-quate.btn.btn-basic-sm {
  width: auto;
  height: auto;
  padding: 0 15px;
}
.single-inner-product-card {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid var(--main-color-one);
  margin: 10px 0;
}
.single-inner-product-card .item-info {
  padding: 0 15px;
  width: 55%;
}
.single-inner-product-card .item-info h3 {
  margin: 0;
  line-height: 15px;
}
.single-inner-product-card .item-info h3 a {
  font-size: 14px;
  margin: 0;
}

.main_content.component-table-wrapper.main-content-pc-builder.\32 .table td,
.table th {
  vertical-align: middle !important;
}
.pcb-inner-content {
  margin: 25px auto;
  padding: 25px 50px;
  background: #f5f5f5;
}
.pcb-top-content {
  display: flex;
  margin: 0 0 30px;
}
.pcb-top-content > div {
  flex: 1 1 50%;
}
.pcb-top-content .right {
  text-align: right;
}
.pcb-top-content > div {
  flex: 1 1 50%;
}
.pcb-top-content .checkbox-inline {
  color: #808996;
  font-size: 13px;
}
.checkbox-inline input {
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.pcb-top-content .total-amount {
  display: inline-block;
  border: 1px dashed #ef4a23;
  padding: 8px 0;
  margin-left: 10px;
  min-width: 140px;
  border-radius: 7px;
  text-align: center;
  color: #808996;
  position: relative;
}
.pcb-top-content .total-amount .amount {
  font-size: 18px;
  color: #111;
  padding-bottom: 3px;
}
.pcb-top-content .total-amount .items {
  font-size: 11px;
  font-weight: bold;
}
.betaa {
  top: 5px;
  right: 8px;
  position: absolute;
  color: #3749bb;
  font-weight: bolder;
  font-size: 10px;
}
.pcb-top-content .total-amount.t-price {
  border: 1px solid #3749bb;
  color: #fff;
  background: #3749bb;
}
.pcb-top-content .total-amount.t-price .amount {
  color: #fff;
}
.pcb-top-content .total-amount .amount {
  font-size: 18px;
  color: #111;
  padding-bottom: 3px;
}
.pcb-top-content .total-amount .items {
  font-size: 11px;
  font-weight: bold;
}
.pcb-content .c-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  flex: 0 0 auto;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.pcb-content .c-item .img {
  background: rgba(55, 73, 187, 0.1);
  border-radius: 3px;
  width: 60px;
  height: 60px;
  text-align: center;
}
.pcb-content .c-item .img-ico {
  width: 60px;
  height: 60px;
  display: block;
}
.pcb-content .c-item .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px 0 20px;
}
.c-item.blank .details .component-name {
  color: #666666;
}
.c-item .details .component-name {
  font-size: 12px;
  color: var(--main-color-one);
  font-weight: bold;
  padding-bottom: 7px;
}
.c-item.blank .details .product-name {
  background: #f2f3f4;
  min-height: 12px;
  max-width: 80%;
  margin-top: 4px;
}
.c-item .details .product-name {
  line-height: 15px;
}
.c-item .item-price {
  margin: 10px 0;
}
.c-item.blank .item-price:after {
  content: "";
  display: block;
  min-height: 12px;
  background: #f2f3f4;
  width: 100%;
}
.c-item .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.action-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pcb-content .content-label {
  background: #808996;
  color: #fff;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
}
li.topbar-single-info.get-a-quote {
  background-color: black;
  color: #fff;
}
.product-thumbnail-wrapper {
  padding: 5px 2px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 10%), -2px -2px 2px rgb(0 0 0 / 10%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shop-item-details {
  background: #fff;
  height: 100%;
  padding: 20px;
}
.quick-overview h6 {
  font-size: 18px;
  font-weight: 500;
}

.select-category {
  position: relative;
}
.select-category .dropdown-menu {
  position: absolute !important;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 0 !important;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  background-clip: padding-box;
}
.select-category .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.cart-table input {
  height: 35px;
  line-height: 35px;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  font-weight: 500;
  color: #111;
}
td {
  max-width: 220px;
}

ul.dropdown-menu.last-child {
  left: 100%;
}
.subscribe form {
  display: flex;
  align-items: center;
  justify-content: start;
}
.subscribe form input[type="email"] {
  height: 30px;
  line-height: 30px;
  padding: 0 6px;
  font-size: 14px;
  margin: 0;
  border: 1px solid #fff;
  width: 100%;
}
.subscribe form .btn-subscribe {
  background-color: var(--main-color-one);
  border: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 13px;
  margin: 0;
  color: var(--light);
  cursor: pointer;
}

.view-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-button a {
  position: relative;
  border: 1px solid #ececec;
  margin: 0 2px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  background-color: black;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.view-button a i {
  position: absolute;
  top: 95%;
  height: 30px;
  line-height: 30px;
  transition: linear 0.5s all;
}
.view-button a span {
  position: absolute;
  top: 0%;
  height: 30px;
  line-height: 30px;
  transition: linear 0.5s all;
}
.view-button a:hover i {
  top: 0;
}
.view-button a:hover span {
  top: -100%;
}

/*
## Popup Style
**************************/
.popup {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}
.popup-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 800px;
  text-align: left;
  background: #fff;
  margin: 20px;
  border-radius: 0px;
  padding: 30px;
}
.popup.f-in {
  visibility: visible;
}
.popup-inner .msg-wrap {
  padding: 30px;
}
.msg-details {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.success-msg {
  flex: 1 1 auto;
  padding: 4px 0 0 16px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
}
.success-msg a {
  color: black;
}
.cart-info {
  flex: 0 0 180px;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  position: relative;
  z-index: 10;
}
.cart-info > span {
  padding: 0 0 5px;
  display: flex;
  justify-content: space-between;
  color: #888;
  font-size: 11px;
  line-height: 20px;
}
.cart-info > span > span {
  font-weight: bold;
  color: #111;
  font-size: 11px;
}
.cart-info .cart-qty {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.cart-info > span {
  padding: 0 0 5px;
  display: flex;
  justify-content: space-between;
  color: #888;
  font-size: 14px;
  line-height: 20px;
}
.btn-wrapper a .btn {
  background-color: #ff3341;
  color: #fff;
  margin: 0 5px 0 0;
  border: 2px solid #ff3341;
}
.btn-wrapper a.checkout-btn .btn {
  background-color: transparent;
  color: #ff3341;
  transition: 0.3s all;
}
.btn-wrapper a.checkout-btn .btn:hover {
  background-color: #ff3341;
  color: #fff;
}

.popup-inner .btn-wrap {
  padding-left: 40px;
}
.msg-details {
  position: relative;
}
.msg-details:before {
  content: "\f00c";
  font-family: "FontAwesome";
  background-color: black;
  height: 28px !important;
  width: 28px !important;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
}
.msg-details i {
  display: none;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  background: black;
  z-index: 9999;
  cursor: pointer;
}
.popup-close::before {
  content: "\f2d3";
  font-family: "FontAwesome";
  color: #fff;
  padding: 0px 5px;
  font-weight: 400;
}
button.btn-cart {
  height: 40px;
  width: 40px;
  padding: 0;
  background-color: transparent;
  border: 1px solid black;
  color: black;
  border-radius: 6px;
  cursor: pointer;
}
.page-section {
  background: #fff;
  padding: 25px;
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.checkout .section-head {
  border-bottom: 2px solid #f8d7d4;
  margin-bottom: 16px;
}
.checkout .section-head h4 {
  color: #000000;
  font-size: 16px;
}
#gift-voucher .page-section .input-group,
#discount-coupon .page-section .input-group {
  align-items: center !important;
  flex-wrap: nowrap;
  justify-content: center;
}
#gift-voucher .page-section .input-group input,
#discount-coupon .page-section .input-group input {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  border: 1px solid #d8d8d8;
}
#gift-voucher .page-section .input-group input:focus,
#discount-coupon .page-section .input-group input:focus {
  border: 1px solid black;
}
#gift-voucher .page-section .input-group .btn-black,
#discount-coupon .page-section .input-group .btn-black {
  margin: 0;
  padding: 0 10px !important;
  background: transparent;
  color: var(--main-color-one);
  border-color: var(--main-color-one);
  border-radius: 5px;
  margin-left: 7px;
  border-width: 2px;
  line-height: 10px;
}

.checkout-form .form-group input,
.checkout-form .form-group select,
.checkout-form .form-group textarea {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  transition: linear 0.3s;
}
.checkout-form .form-group input:focus,
.checkout-form .form-group select:focus,
.checkout-form .form-group textarea:focus {
  border: 1px solid black;
}
.checkout-form .form-group.has-error .text-danger {
  font-size: 11px;
  font-weight: 500;
  margin: 8px 0;
}
th.cc-none {
  font-size: 15px;
  font-weight: 500;
  background: #F4F8F8;
}
td.cc-none,
.agree-text {
  font-size: 13px;
  font-weight: 500;
}
td.cc-none strong,
.agree-text a {
  color: black;
}
.thank-u p a {
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.cart-table thead tr td {
  font-size: 13px;
  font-weight: 600;
}
tbody.tbody_wrapper tr td {
  font-size: 13px;
  font-weight: 500;
}
.table-total tr td {
  font-size: 13px;
}

/* .sticky-cart {
  position: fixed;
  bottom: 255px;
  right: 20px;
  z-index: 99999;
} */

.select-item.cart-toggler.mc-toggler {
  /* position: relative; */
  background-color: rgb(72, 72, 72) !important;
  /* height: 60px !important;
  width: 60px !important; */
  text-align: center !important;
  /* border: 1px solid rgba(255, 255, 255, 0.2) !important; */
  /* box-shadow: 0 0 15px rgb(0 0 0 / 10%), -5px 5px 10px rgb(0 0 0 / 10%) !important; */
  /* border-radius: 4px !important; */
  cursor: pointer;
}

.select-item.cart-toggler.mc-toggler i {
  color: #fff !important;
  font-size: 16px !important;
  /* margin: 10px 0 0 0 !important; */
}

span.buy-num.value.count {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  font-weight: bold;
  background-color: #ff3341 !important;
  color: #fff !important;
  height: 25px !important;
  width: 25px !important;
  font-size: 15px !important;
  line-height: 25px !important;
  border-radius: 100% !important;
  font-weight: 500 !important;
}
.cart-name {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  text-transform: uppercase !important;
}
.mini-cart {
  position: fixed;
  right: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  width: 360px;
  z-index: 999999;
  max-width: 100%;
  transition: all 300ms ease;
  display: flex;
  flex-direction: column;
}
.mini-cart.open {
  right: 0;
  box-shadow: 0 0 30px rgb(0 0 0 / 20%), -1px 0 0 0 rgb(255 255 255 / 20%);
}
.mini-cart .content .header-title {
  background: black;
  padding: 10px 20px;
  position: relative;
  flex: 0 0 50px;
}
.mini-cart .content .header-title p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}
span.close-btn.close {
  float: right;
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 1;
  color: #fff !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.mini-cart .inner-content {
  flex: 1 1 auto;
  height: 89%;
  overflow: auto;
  width: 100%;
}
.mini-cart .inner-content .item {
  display: flex;
  padding: 15px 10px 15px 20px;
  position: relative;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
}
.mini-cart .inner-content .item .image {
  flex: 0 0 60px;
  display: flex;
}
.mini-cart .inner-content .item .image img {
  max-width: 45px;
  max-height: 45px;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  background: #fafafa;
}
.mini-cart .inner-content .item .name {
  font-size: 14px;
  line-height: 20px;
  padding: 0 15px 12px 0;
}
.mini-cart .inner-content .item .remove i {
  cursor: pointer;
  color: black;
}
.mini-cart .item .amount,
.mini-cart .item .total {
  font-weight: 600;
  font-size: 13px;
  color: #000;
}
.mini-cart .item .info i {
  font-size: 13px;
  margin: 0 5px;
  color: #999;
  width: 15px;
  height: 15px;
}
.cart-empty {
  padding: 50px 0;
  text-align: center;
  width: 100%;
}
.cart-empty p {
  font-size: 13px;
  font-weight: 500;
  color: black;
}
.mini-cart .footer {
  flex: 0 0 auto;
  padding: 5px 0 43px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: calc(100vh - 77%);
}
.mini-cart .footer .promotion-code {
  background: rgba(55, 73, 187, 0.1);
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.mini-cart .footer .promotion-code input {
  width: 75%;
  height: 36px;
  font-size: 14px;
  border: none;
  padding: 5px 15px;
  background: #fff;
  outline: none;
  font-family: "Trebuchet MS", sans-serif;
  border-radius: 4px;
}
.mini-cart .footer .promotion-code button {
  height: 36px;
  line-height: 36px;
  width: calc(100% - 77%);
  border: 0;
  background-color: black;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
}
.mini-cart .footer .total {
  display: flex;
  padding: 12px 10px;
}
.mini-cart .footer .total:nth-child(2) {
  border-bottom: 1px solid #eee;
}
.mini-cart .footer .total > div {
  flex: 1 1 50%;
  text-align: right;
  font-size: 16px;
  color: #666666;
}
.mini-cart .footer .total > div.amount {
  color: #111;
  font-weight: 600;
}
.mini-cart .footer .checkout-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.form-group.filter {
  display: none;
}
.filter-box {
  display: block;
  background: rgba(55, 73, 187, 0.05);
  color: #000;
  font-size: 14px;
  padding: 5px 15px;
}

.mobile-footer-section {
  display: none;
}
.sign-up a {
  color: black !important;
}
div#content {
  padding: 0px 0;
}
h4.ssl-heading {
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

/* Changes  */
.product-buy-info .btn-buy {
  line-height: 30px;
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid var(--dark);
  background: var(--dark);
  color: white;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
}
.product-buy-info {
  width: 100%;
}
.price-and-cart {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  flex-direction: column;
}
button.btn-buy:disabled {
  cursor: inherit;
  background: #f5f5f5;
  color: black;
  border-color: #f5f5f5;
}
.single-product-card .product-card-details .price {
  width: 100%;
}
.empty-content {
  padding: 50px 0;
  text-align: center;
  width: 100%;
}

.empty-content .icon {
  background: rgba(55, 73, 187, 0.1);
  color: var(--main-color-one);
  border-radius: 50px;
  font-size: 40px;
  width: 88px;
  height: 88px;
  display: inline-block;
  line-height: 88px;
}

.empty-content h5 {
  color: #666666;
  padding-top: 20px;
  font-size: 14px;
}

.empty-content p {
  color: black;
}
.share-links.social-links.share-on {
  font-size: 20px;
}

.share-links.social-links.share-on .share {
  margin-right: 10px;
  font-size: 16px;
}

.share-links.social-links.share-on .share-ico {
  margin-right: 10px;
  cursor: pointer;
  transition: 0.8s;
  border-color: black;
  color: black;
  font-size: 18px;
}

.share-links.social-links.share-on .share-ico:hover {
  color: var(--main-color-one);
}
.social-top-bar {
  background: white;
  padding: 5px 20px;
  border-radius: 30px;
  margin-bottom: 14px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-info-table tbody {
  display: flex;
  flex-wrap: wrap;
}

.product-info-table tbody tr {
  margin: 0 7px 7px -2px;
  background: rgba(55, 73, 187, 0.05);
  border-radius: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
}

.product-info-table tbody tr .product-info-label {
  color: #666666;
}

.product-info-table tbody tr .product-info-data {
  font-weight: 600;
  font-size: 13px;
  color: black;
}
.product-info-table {
  margin-bottom: 20px;
}

.product-buy-info .btn-buy:hover {
  background: black;
  border:1px solid black;
}

/* Menu CSS */

.main-nav .nav {
  position: relative;
}

.main-nav .nav .overlay {
  display: none;
}
.main-nav .nav:after {
  content: "";
  display: table;
  clear: both;
}

.main-nav .nav ul {
  padding: 0;
  margin: -10 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.main-nav .nav ul li {
  display: inline-block;
  list-style: none;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  text-align: left;
  line-height: 50px;
  height: 50px;
  position: relative;
  margin-right: 8px;
}

.main-nav .nav ul li:last-child {
  margin-right: 0;
}

.main-nav .nav li a {
  color: white;
  font-family: open sans, sans-serif;
  font-size: 12px;
  display: block;
  transition: 0.3s;
  padding-right: 0.2rem;
    padding-left: 0.2rem;
  font-weight:100;
}
.main-nav .nav li a:hover{
    color: black;
}

.nav .drop-down li.drop-open > a:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  float: right;
  margin-right: 15px;
  font-size: 8px;
}

.nav .responsive-menu a.active {
  color: var(--main-color-one);
}

.main-nav .nav .drop-menu-1 {
  left: 0;
}
.main-nav .nav .drop-menu-1 li {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 40px;
  background: var(--dark);
  text-align: left;
  margin: 0;
  height: auto;
  border-bottom: 1px solid white;
  position: relative;
}

.main-nav .nav .drop-menu-1 li:nth-last-child(1) {
  border-bottom: none;
}

.main-nav .nav .drop-down a:hover {
  background: black;
  color: #fff  !important;
}

.main-nav .nav .drop-menu-1 a {
  display: block;
  padding: 0 0 0 15px;
  color: white;
}
.messanger-chat img {
  width: 50px;
}
.messanger-chat {
  position: fixed;
  bottom: 160px;
  /* background: white; */
  /* padding: 15px; */
  /* box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px; */
  border-radius: 50%;
  right: 25px;
  z-index: 99999;
  transform: scale(1);
  
}

.main-nav .nav .nav a:hover,
a:focus {
  color: white;
  text-decoration: none;
}

.main-nav .nav .drop-menu-1 a :hover {
  background: var(--main-color-one);
}

.main-nav .nav ul ul {
  display: none;
  position: absolute;
  top: 50px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.drop-down.drop-menu-2 {
  left: 100%;
}
.main-nav .nav .drop-menu-2 {
  top: 0;
}

.main-nav .nav ul li:hover > ul {
  display: inherit;
}

.main-nav .nav ul ul li {
  width: 220px;
  float: none;
  display: list-item;
  position: relative;
}

.main-nav .nav .drop-menu-2 li {
  position: relative;
  background: var(--dark);
  border-bottom: 1px solid #f6f6f6;
}

.navigation-menu {
  background: black;
}
.main-nav .nav ul li.drop-open.c-1::after {
  content: "\f0d7 ";
  position: absolute;
  right: -3px;
  top: 0px;
  font-family: "FontAwesome";
  font-size: 10px;
}

.single-product-card .product-card-details .price .price-divider .regular-price {
  text-decoration: line-through;
  color: gray;
  font-size: 15px;
}
.footer-cart-icon {
  display: none;
}

@media (max-width: 991px) {
      .messanger-chat {
    bottom: 90px !important;}
  .footer-cart-icon {
    display: block;
  }
  #nav-toggler {
    width: 20px;
    position: relative;
    margin-right: 15px;
  }

  #nav-toggler span:after,
  #nav-toggler span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
  }

  #nav-toggler span:after {
    top: 7px;
  }

  #nav-toggler span {
    position: relative;
    display: block;
  }

  #nav-toggler span,
  #nav-toggler span:after,
  #nav-toggler span:before {
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }

  /* on activation */
  #nav-toggler.close span {
    background-color: transparent;
  }
  #nav-toggler.close span:before {
    transform: rotate(45deg) translate(6px, 5px);
  }
  #nav-toggler.close span:after {
    transform: rotate(-45deg) translate(5px, -4px);
  }
  .main-nav {
    position: absolute;
    left: 0;
    top: 2px;
  }

  .main-nav .nav.open .overlay {
    content: "";
    position: fixed;
    left: 0;
    top: 150px;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .main-nav .nav ul li {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    height: auto;
  }

  .main-nav .nav .drop-menu-2 li {
    position: relative;
    left: 0;
    top: 0;
  }

  .main-nav .nav li a {
    margin-left: 20px;
    color: black;
    line-height: 40px;
    font-size: 11px;
  }

  .main-nav .nav .drop-menu-1 li a {
    margin-left: 25px;
    color: black;
  }

  .main-nav .nav .drop-menu-2 li a {
    margin-left: 50px;
  }

  .main-nav .nav .toggle + a {
    display: none;
  }

  .main-nav .nav {
    visibility: hidden;
  }
  .nav .drop-down li.drop-open > a:before {
    display: none;
  }

  .main-nav .nav .drop-menu-1 li {
    display: block;
    background-color: #f1f5f9;
    border-bottom: none;
    line-height: 40px;
    color: black;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    padding: 0;
  }
  .main-nav .nav .drop-down a:hover {
    background: none;
    color: inherit;
  }
  .main-nav .nav .drop-menu-2 li {
    display: block;
    line-height: 30px;
    color: black;
    font-size: 12px;
    text-decoration: none;
    border: none;
    font-weight: 600;
    padding: 0;
  }

  .main-nav .nav ul ul {
    box-shadow: none;
  }

  .main-nav .nav .drop-menu-2 li a.active {
    color: var(--lightblack);
  }

  .main-nav .nav .drop-menu-2 li:hover {
    color: var(--lightblack);
  }

  .main-nav .nav.open {
    visibility: visible;
  }

  .main-nav .nav .responsive-menu {
    width: 300px;
    position: fixed;
    left: -300px;
    top: 150px;
    height: calc(100vh - 105px);
    overflow: auto;
    background: white;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99999;
  }

  .main-nav .nav.open .responsive-menu {
    left: 0;
  }
  .main-nav .nav:before {
    display: none;
  }

  .main-nav .nav ul li {
    display: block;
    width: 100%;
  }

  .main-nav .nav ul li > ul {
    display: none !important;
  }

  .main-nav .nav ul li.open > ul {
    display: block !important;
    width: 300px;
  }

  .main-nav .nav .drop-menu-1 a {
    display: block;
  }

  .main-nav .nav li a:hover {
    background: none;
  }

  .main-nav .nav ul ul {
    float: none;
    position: static;
    color: white;
  }

  /* Fisrt Tier Dropdown*/
  .main-nav .nav ul ul li {
    display: block;
    width: 100%;
  }
  .main-nav .nav ul ul ul li {
    position: static;
  }

  .main-nav .nav li.drop-open > a:after {
    content: " +";
    float: right;
    margin-right: 20px;
    font-size: 15px;
  }

  .main-nav .nav li.open > a:after {
    content: "-";
    font-size: 30px;
  }

  .drop-menu-1 li a:only-child:after {
    content: " ";
  }
  .responsive-menu > li:last-child {
    margin-bottom: 100px !important;
  }
  .for-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
  }
  .navbar-area-fixed .main-nav .nav.open .overlay {
    top: 89px;
  }

  .navbar-area-fixed .main-nav .nav.open .responsive-menu {
    top: 89px;
  }
  /* .single-product-card .product-card-details .price .price-divider .regular-price,.product-buy-info .btn-buy{
    font-size: 10px;
  } */
  .price-and-cart{
    margin-top : 15px;
  }
  .footer-cart-icon .select-item.cart-toggler.mc-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    height: auto !important;
  }

  .footer-cart-icon .cart-name {
    display: none;
  }

  .footer-cart-icon span.buy-num.value.count {
    background: var(--main-color-one)!important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    top: 0px !important;
    right: 0px !important;
    font-size: 10px !important;
  }

  .footer-cart-icon .select-item.cart-toggler.mc-toggler i {
    font-size: 20px !important;
  }

  .sticky-cart {
    display: none;
  }
}

.navigation-menu .container-fluid {
  justify-content: center;
}
/* .single-product-card .product-card-details .price .price-divider {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */


.top-inner-header ul li a:hover {
  color: var(--main-color-one);
}
.main-nav .nav li.home-icon a {
  font-size: 20px;
}
.bounce{animation:bounce .9s ease-in-out}

@keyframes bounce {
   0% {transform: translate(0, 0)}
   20% {transform: translate(0, -20px)}
   40% {transform: translate(0, 5px)}
   65% {transform: translate(0, -10px)}
   80% {transform: translate(0, 2px)}
   90% {transform: translate(0, -5px)}
   100% {transform: translate(0, 0)}
 }

.checkout .section-head span {
  background: black30;
  color: black;
  padding: 6px 11px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

.shipping-methods-wrapperr {
  display: flex;
  flex-direction: column;
  height: 55px;
  overflow-y: auto;
}
.row-payment-delivery-order ::-webkit-scrollbar {
  width: 5px;
}
.row-payment-delivery-order ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 15px;
}
.row-payment-delivery-order ::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 15px;
  transition: all .6s ease 0s;
}
.row-payment-delivery-order ::-webkit-scrollbar-thumb:hover {
  background-color: black;
}
.we-accepted-text img {
  height: 38px;
  object-fit: cover;
  object-position: left;
}

.we-accepted-text h6 {
  font-size: 14px;
}

.we-accepted-text {
  margin-top: 15px;
}
.table thead th{
 border: 1px solid #dee2e6;
}
.checkout-form label {
  color: black;
  font-weight: 500;
}
.payment-methods .page-section, .delivery-methods .page-section {
  height: 260px;
}
@media screen and (max-width: 991px) {
  .payment-methods .page-section, .delivery-methods .page-section {
    height: auto
  ;
  }
}

.social-top-bar span.add-list i {
  color: black;
  font-size: 16px;
  margin-right: 5px;
}

.pagination {
  gap: 20px;
  align-items: center;
}

.pagination li {
  cursor: pointer;
}

.pagination li.active {
  background: var(--main-color-one);
  padding: 2px 12px;
  color: white;
}

.pagination li:hover {
  color: var(--main-color-one);
}

.pagination li.active:hover {
  color: white;
}
.product-price-options {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

.product-price-options .p-wrap {
  flex: 1 1 auto;
  border: 2px solid #edf2f5;
  position: relative;
  padding: 15px 15px 15px 55px;
  box-shadow: 40px 0 0 #fafafa inset;
  cursor: pointer
}

.product-price-options .p-wrap:hover,.product-price-options .p-wrap.active {
  border: 2px solid var(--main-color-one);
}

.product-price-options .p-wrap.cash-payment {
  flex: 0 0 45%;
  margin-right: 15px
}

.product-price-options .p-wrap input {
  position: absolute;
  height: 20px;
  left: 12px;
  top: 50%;
  margin-top: -10px;
  transform: scale(1.5);
  cursor: pointer;
  accent-color: var(--main-color-one);
}
.payment-options {
  font-size: 18px;
  margin-bottom: 15px;
}

.product-price-options .p-wrap .price {
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 5px;
  font-weight: bold
}

.product-price-options .p-wrap .price .price-old {
  color: #666;
  font-size: 18px;
  font-weight: normal;
  text-decoration: line-through
}

.product-price-options .p-wrap .p-tag {
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap
}
@media only screen and (max-width: 991px) {
  .product-price-options .p-wrap.cash-payment {
    flex: 0 0 100%;
  }
}

/*Brand Page*/
.featublack-brands-wrapper .single-featublack-brand {
  background: white;
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 12%);
  margin: 5px;
}

.featublack-brands-wrapper .single-featublack-brand img {
  text-align: center;
  margin: auto;
  width: inherit !important;
}
.featublack-brands-wrapper.round-controler .owl-nav .owl-prev {
  left: 1px;
}
.featublack-brands-wrapper.round-controler .owl-nav .owl-next {
  right: 1px;
}
.featublack-brands-wrapper.round-controler .owl-nav .owl-prev, .featublack-brands-wrapper.round-controler .owl-nav .owl-next {
  border-radius: 0;
  background: var(--main-color-one);
  color: white !important;
  width: 30px;
  height: 30px;
  line-height: 30px !IMPORTANT;
  top: 55%;
}
.featublack-brands-wrapper {
  margin-top: -15px;
  margin-bottom: 30px;
}
.brand-filter-tab p {
  display: flex;
  font-weight: 300;
  align-items: center;
}
.brand-filter-tab .tab-link {
  flex: 1 1 auto;
  text-align: center;
  margin-left: 5px;
  background: rgba(240,75,35,.1);
  line-height: 30px;
  border-radius: 45px;
  color: var(--main-color-one);
}
.brand-filter-tab .tab-link.active, .brand-filter-tab .tab-link:hover {
  background: var(--main-color-one);
  color: white;
}
.brand-filter-tab {
  margin-top: -15px;
}
.all-manufactures-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
.all-manufactures-wrapper .tab {
  display: flex;
  gap: 15px;
}

.single-manufacture-img {
  background: white;
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 12%);
  justify-content: center;
  text-align: center;
  padding: 5px 10px;
}
.single-manufacture-img p {
  transition: 0.3s all;
  font-size: 13px;
  margin: 0;
  margin-top: 5px;
}
.single-manufacture-img p:hover {
  color: var(--main-color-one);
}
.subscription-area{
    background-color: black;
    height: 110px;   
}
.subscrib-row{
    margin: auto;
    padding: 30px;
    line-height:2.5;
}
.subscribe-text{
    padding: 0px;
}
.subscribe-text p{
    font-size: 1.5rem;
    font-weight: 600;
    color: #fafafa;
    text-align:center;
}
.subscription{
    display: flex;
    position: relative;
    height:50px;
}
.subscription-input{
    border-radius: 25px;
    width: 350px;
}
.subscribe-btn{
    position: absolute;
    border-radius: 0px 25px 25px 0px;
    background-color: #000;
    color: #fafafa;
    left: 300px;
    height: 50px;
}

@media only screen and (max-width: 991px) {
    
    .subscription{
        height: 60px;
    }
    .subscrib-row{
        padding: 0px;
    }
    .subscription-input{
        width: 500px;
    }
    
    .subscription-area{
        height: 215px;
    }
    
    .subscribe-text{
        padding: 0px;
    }
    
    .subscribe-text p{
        font-size: 1.8rem;
        padding-top: 15px;
    }
    
    .subscribe-form{
        max-width: 550px;
    }
    
    .subscribe-btn{
        height: 60px;
        left: 430px;
        width: 110px;
    }
    
}

@media only screen and (max-width: 792px) {
    
    .subscription{
        height: 60px;
    }
    .subscrib-row{
        padding: 0px;
    }
    
    .subscription-area{
        height: 215px;
    }
    
    .subscribe-text{
        padding: 0px;
    }
    
    .subscribe-text p{
        font-size: 1.8rem;
        padding-top: 15px;
    }
    
    .subscribe-form{
        max-width: 550px;
    }
    
    .subscribe-btn{
        height: 60px;
        left: 430px;
    }
    
}

@media only screen and (max-width: 672px) {
    
    .subscription{
        height: 60px;
    }
    .subscrib-row{
        padding: 0px;
    }
    .subscription-input{
        width: 300px;
        height: 60px;
    }
    
    .subscription-area{
        height: 215px;
    }
    
    .subscribe-text{
        padding: 0px;
    }
    
    .subscribe-text p{
        font-size: 1.8rem;
        padding-top: 15px;
    }
    
    .subscribe-form{
        max-width: 550px;
    }
    
    .subscribe-btn{
        height: 60px;
        left: 130px;
    }
    
}

@media only screen and (max-width: 554px) {
    
    .subscription-area{
        height: 200px;
    }
    .subscrib-row{
        padding: 0px;
    }
    
    .subscribe-text{
        padding: 0px;
    }
    
    .subscribe-text p{
        font-size: 1.2rem;
        padding-top: 30px;
    }
    
    .subscribe-form{
        max-width: 340px;
    }
    
    .subscribe-btn{
        left: 225px;
    }
    
}

@media only screen and (max-width: 420px) {
    
    .subscription-area{
        height: 200px;
    }
    .subscrib-row{
        padding: 0px;
    }
    .subscribe-text{
        padding: 0px;
    }
    .subscribe-text p{
        font-size: 1.2rem;
        padding-top: 30px;
    }
    .subscribe-form{
        max-width: 340px;
    }
    .subscribe-btn{
        left: 200px;
    }
    
}








/*
@media only screen and (max-width: 776px) {
    .subscribe-btn {
        left: 255px !importent;
    }
}
@media only screen and (max-width: 400px) {
    
    .subscribe-text p{
        font-size: 3.5vw;
        font-weight: 600;
        color: #fafafa;
        text-align:center;
    }
    
    .subscribe-btn{
        left: 255px;
    }
    
}
@media only screen and (max-width: 991px) {
    .subscription-area{
        background-color: black;
        height: 280px;   
    }
    .subscrib-row{
        line-height:3.5;
    }
    .subscribe-text{
        padding: 20px 0px 0px;
        text-align: center;
        display: block;
    }
    .subscribe-text p{
        font-size: 3.5vw;
        font-weight: 600;
        color: #fafafa;
    }
    .subscription{
        justify-content: center;
        display: flex;
        position: relative;
        height:50px;
        padding: 0px;
    }
    .subscription-input{
        border-radius: 25px;
        width: 283px;
    }
    .subscribe-btn{
        position: absolute;
        border-radius: 0px 25px 25px 0px;
        background-color: #000;
        color: #fafafa;
        left: 515px;
        height: 50px;
    }
    
}

@media only screen and (max-width: 776px) {
    .subscribe-btn{
        left: 398px;
    }
    
        .subscribe-text p {
            font-size: 3.5vw;
            font-weight: 600;
            color: #fafafa;
    
    }
    .subscription-area{
        height:240px;
    }
}

@media only screen and (max-width: 430px) {
    .subscribe-btn{
        left: 250px;
    }
    
        .subscribe-text p {
            font-size: 5.5vw;
            font-weight: 600;
            color: #fafafa;
    
    }
}

*/

@media only screen and (max-width: 776px) {
  .manufacture-area {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .brand-filter-tab p {
    flex-wrap: wrap;
  }

  .brand-filter-tab .tab-link {
    flex: initial;
    padding: 0px 11px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .all-manufactures-wrapper {
    margin: 20px 0;
  }

  .single-manufacture-img img {
    width: 70px;
    height: 70px;
  }

  .single-manufacture-img p {
    font-size: 10px;
  }
  .featublack-brands-wrapper {
    margin-top: -25px;
    margin-bottom: 15px;
  }

  .featublack-brands-wrapper .single-featublack-brand img {
    width: 70px;
    height: 70px;
  }
  .featublack-brands-wrapper.round-controler .owl-nav .owl-prev, .featublack-brands-wrapper.round-controler .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    line-height: 20px !important;
    top: 59%;
  }
  .navbar-area{
      background: black;
  }
}
/*
        
@media(max-width:375px){
    .subscription-area{
        height: 200px;
    }
    .subscrib-row{
        line-height: 0;
    }
    .subscribe-text{
      padding: 0px;   
    }
}
@media(max-width:4145px){
    
    .subscription-area{
        height: 200px;
    }
    
}

*/

.complain-btn {
    float: right;
    position: relative;
    top: -4px;
    padding-left: 0;
}
    
    .complain-btn a {
        background: black;
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        border: none;
        line-height: 42px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        padding: 0 20px;
        margin: 0;
        height: 42px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 4px;
        outline: none;
        text-align: center;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }
    
    .search-for-mobile-bottom{
            display: none;
        }

@media(max-width:991px){
    .footer-topic ul{
        justify-content:center;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-topic ul li{
        color: #fff;
        display: inline-block;
        width: auto;
        padding: 5px;
        margin-bottom: 10px;
        position: relative;
    }
    
    .footer-topic ul li a{
        font-size: 12px;
    }
     .footar-bottom-social{
         margin-left: auto;
        margin-right: auto;
         width:65%;
         text-align: center;
    }
    .footer-topic{
        padding-left:0;
    }
    .footer-topic ul{
        justify-content:center;
        display: flex;
        flex-wrap: wrap;
    }
    .search-for-mobile-top{
            display: none;
        }
    .search-for-mobile-bottom{
        display: block;
    }
    
}


.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    z-index: 2;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}



.demo-form {
            box-shadow: 10px 10px 14px 1px rgba(0, 0, 0, 0.18);
            border: 1px solid rgba(0, 0, 0, 0.18);
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .form-demo {
            padding: 90px;
        }

        .demo-header h1 {
            color: black;
            font-size: 30px;
            font-weight: 700;
        }

        .demo-header i {
            font-size: 150px;
        }

        .demo-blurb p {
            font-size: 18px;
            color: #686868;
            font-weight: 500;
            letter-spacing: -0.5px;
        }

        .demo-form {
            margin: 30px 0 70px 0;
            border-bottom: 1px solid #66666626;
        }

        .form-demo .form-group {
            margin: 0 0 15px 0;
        }

        .form-demo .form-group label {
            font-size: 18px;
            font-weight: 700;
            color: #3a3a3a;
        }

        .form-demo .form-group label small {
            font-size: 18px;
            font-weight: 700;
            color: black;
        }

        .form-demo .form-control {
            border-radius: 0;
            border: 1px solid #66666626;
            padding: 10px 10px 10px 10px;
            font-size: 14px;
        }

        .form-demo .form-control:focus {
            outline: 0;
            box-shadow: none;
        }

        .form-demo .btn-demo {
            width: 200px;
            margin: auto;
            border: 0 !important;
            background-color: black;
            color: #fff;
            font-weight: 700;
            font-size: 16px;
            padding: 10px 20px;
        }

        .form-demo .btn-demo.add-product {
            width: auto;
            padding: 10px 20px;
            font-size: 14px;
            text-align: right;
            display: inline-block;
        }

        .form-group.quotation-product-search {
            position: relative;
        }

        .form-group.quotation-product-search .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0 !important;
            z-index: 1000;
            display: none;
            float: left;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: white;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            max-height: 200px;
            overflow: auto;
            border-radius: 5px;
            margin: 0;
            padding: 0;
            border-left: 0;
            width: 100%;
        }

        .form-group.quotation-product-search .dropdown-menu li {
            border-bottom: 1px solid #e1e4e7;
            margin: 10px;
        }

        .form-group.quotation-product-search ul::-webkit-scrollbar {
            width: 8px;
        }

        .form-group.quotation-product-search ul ::-webkit-scrollbar-track {
            border-radius: 10px;
        }

        .form-group.quotation-product-search ul::-webkit-scrollbar-thumb {
            background-color: black;
            border-radius: 20px;
        }

        @media only screen and (max-width: 992px) {
            .demo-form {
                margin-top: 0;
                margin-bottom: 0;
                box-shadow: none;
                border: none;
            }

            .form-demo {
                padding: 90px 20px !important;
            }

            .demo-header h1 {
                font-size: 24px !important;
            }

            .demo-blurb p {
                font-size: 14px !important;
            }

            .demo-form hr {
                margin: 30px 0 !important;
            }

            .form-demo .form-group label {
                font-size: 14px !important;
                margin: 0;
            }

            .form-demo .form-group input,
            .form-demo .form-group textarea {
                font-size: 12px !important;
            }

            .demo-footer {
                margin: 0px 0 30px 0 !important;
            }
        }

        .success-message {
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
            text-align: center;
            background-color: #f5f5f5;
            border-radius: 10px;
        }

        .success-message img {
            max-width: 100%;
        }

        .success-message h2 {
            margin-top: 20px;
            font-size: 24px;
            font-weight: bold;
            color: #4caf50;
        }

        .success-message p {
            margin: 10px 0;
            font-size: 16px;
            line-height: 1.5;
        }

        .success-message p:last-child {
            margin-bottom: 0;
        }

        .success-message p+p {
            margin-top: 20px;
        }

        .success-message p:last-child br {
            display: none;
        }

        .success-message p:last-child:after {
            content: "Crown BD Team";
            font-size: 16px;
            font-weight: bold;
            display: block;
        }