@import url(https://fonts.googleapis.com/css2?family=Noto+Sans&family=Open+Sans:wght@400;600&display=swap);
@font-face {
  font-family: "poppins regular";
  src: url(Poppins-Regular.otf);
}
@font-face {
  font-family: Raleway-Regular;
  src: url(../fonts/Raleway-Regular.woff);
}
@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.woff);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.woff);
}
@font-face {
  font-family: Rabelo;
  src: url(../fonts/Rabelo.woff);
}
@font-face {
  font-family: HindSiliguri-Regular;
  src: url(../fonts/HindSiliguri-Regular.woff);
}
@font-face {
  font-family: Oswald-Regular;
  src: url(../fonts/Oswald-Regular.woff);
}
@font-face {
  font-family: Swansea;
  src: url(../fonts/Swansea.woff);
}
@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.woff);
}
@font-face {
  font-family: DarkerGrotesque-Regular;
  src: url(../fonts/DarkerGrotesque-Regular.woff);
}
@font-face {
  font-family: Quicksand-Regular;
  src: url(../fonts/Quicksand-Regular.woff);
}
@font-face {
  font-family: FuturaPTDemi;
  src: url(../fonts/FuturaPTDemi.otf);
}
@font-face {
  font-family: Axiforma-Bold;
  src: url(../fonts/Axiforma-Bold.ttf);
}
@font-face {
  font-family: Axiforma-Regular;
  src: url(../fonts/Axiforma-Regular.ttf);
}
@font-face {
  font-family: Proxima-Nova-Bold;
  src: url(../fonts/Proxima-Nova-Bold.otf);
}
@font-face {
  font-family: Proxima-Nova-Reg;
  src: url(../fonts/Proxima-Nova-Reg.otf);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(../fonts/HelveticaNeueLTStd-Bd.otf);
}
@font-face {
  font-family: Ubuntu-Bold;
  src: url(../fonts/Ubuntu-Bold.ttf);
}
@font-face {
  font-family: Ubuntu-Regular;
  src: url(../fonts/Ubuntu-Regular.ttf);
}
@font-face {
  font-family: BoxedRegular;
  src: url(../fonts/BoxedRegular.ttf);
}
@font-face {
  font-family: Asap-Medium;
  src: url(../fonts/Asap-Medium.otf);
}
@font-face {
  font-family: HelveticaNeue-Bold;
  src: url(../fonts/HelveticaNeue-Bold.ttf);
}
@font-face {
  font-family: Rockwell-bold;
  src: url(../fonts/Rockwell-bold.ttf);
}
@font-face {
  font-family: Rockwell;
  src: url(../fonts/Rockwell.TTF);
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: CenturyGothic;
  src: url(../fonts/CenturyGothic.ttf);
}
@font-face {
  font-family: Fontspring-biennaleblack;
  src: url(../fonts/Fontspring-biennaleblack.otf);
}
@font-face {
  font-family: SourceSansPro-Bold;
  src: url(../fonts/SourceSansPro-Bold.otf);
}
@font-face {
  font-family: Biennale-UltraLight;
  src: url(../fonts/Biennale-UltraLight.otf);
}
@font-face {
  font-family: Biennale-Black;
  src: url(../fonts/Biennale-Black.otf);
}
@font-face {
  font-family: SourceSansPro-Regular;
  src: url(../fonts/SourceSansPro-Regular.otf);
}
@font-face {
  font-family: Montserrat-VariableFont_wght;
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}
@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
	font-family: 'Quicksand-Bold';
	src: url('../fonts/Quicksand-Bold.ttf'),
}
body {
  font-family: var(--font-family);
  font-size: 12px;
}
body a:hover {
  text-decoration: none;
  color: var(--buttons-text-hover-color)!important;
}
body a.clickaction:hover {
  color: var(--from-price-hover-color) !important;
}
body .contact_number a:hover {
  text-decoration: none;
  color: var(--header-mobile-hover-colour) !important;
}
body .contact_email a:hover {
  text-decoration: none;
  color: var(--header-email-hover-colour) !important;
}
@media (min-width: 320px) {
  .container {
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 767px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 92%;
    margin: 0 auto;
  }
}
@media (min-width: 880px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 880px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 966px;
  }
}
@media (min-width: 1110px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
:focus {
  outline: -webkit-focus-ring-color auto 0;
}
#backtotop {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--scroll-to-top-button-color);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 24px;
  right: 85px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtotop:hover {
  cursor: pointer;
  background-color: var(--scroll-to-top-button-hover-color);
}
#backtotop:active {
  background-color: var(--secondary-color);
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  #backtotop {
    display: none;
  }
}
.top-header {
  padding: 7px 0;
  background: var(--top-color-bar);
  min-height: 32px;
}
.top-header-right ul {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-header-right ul li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
.top-header-left span {
  color: var(--primary-color);
}
.top-header-right {
  text-align: right;
  padding-right: 0;
  height: 55px;
}
.top-header-left {
  padding-left: 0;
}
.top-header-right ul li a {
  color: #000;
}
.top-header-right ul li a:hover {
  color: var(--primary-color);
}
.top-header-right ul li:first-child a {
  background-image: url(../img/phone.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 18px;
  background-size: 12%;
}
.top-header-right ul li:nth-child(2) a {
  background-image: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 21px;
  background-size: 9%;
}
.top-header-right ul li:nth-child(3) a {
  background-image: url(../img/user.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  margin-right: 0;
  background-size: 25%;
}
.logo-section {
  padding-left: 0;
}
.middle-header .container {
  padding: 0;
  min-height: 115px;
}
.logo-section .logo-block {
  width: var(--header-logo-size);
  display: flex;
  align-items: center;
}
.logo-block {
  width: var(--header-logo-size);
  display: flex;
  align-items: center;
}
.logo-block img {
  width: 100% !important;
  object-fit: contain;
}
.logo-section .footer-logo-block {
  width: var(--footer-logo-size);
  display: flex;
  align-items: center;
}
.footer-logo-block {
  width: var(--footer-logo-size);
  display: flex;
  align-items: center;
}
.footer-logo-block img {
  width: 100% !important;
  object-fit: contain;
}
.middle-header {
  padding: 20px 0;
  min-height: 155px;
}
.search-form .form-control {
  padding: 10px 20px !important;
  height: auto !important;
  border-radius: 100px;
  width: 100%;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  border-color: var(--border-color);
}
.btn-custom-search {
  background: var(--search-button-color);
  margin-right: 3px;
  top: 2px;
  padding: 0 20px;
  bottom: 2px;
  color: #fff;
  border-radius: 100px;
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}
.search-form form {
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--secondary-color);
  outline: 0;
  box-shadow: none;
}
.cart-wrapper ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.cart-wrapper ul li {
  margin-left: 0;
  list-style: none;
  position: relative;
}
.cart-wrapper ul li img {
  width: 80%;
}
.cart-icon {
  top: 1px;
  right: -2px;
  border-radius: 60px;
  z-index: 1;
  width: 14px;
  height: 14px;
  text-align: center;
  font-size: 9px;
  color: #fff;
  position: absolute;
}
.cart-icon i {
  color: var(--cart-color);
  font-size: 1.9em !important;
}
.cart-icon i:hover {
  color: var(--cart-hover-color);
}
#addToCart i {
  color: var(--custom-cart-color) !important;
}
#addToCart i:hover {
  color: var(--cart-hover-color) !important;
}
.cart-item-count {
  top: -7px;
  right: -20px;
  background: var(--primary-color);
  border-radius: 60px;
  z-index: 1;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  position: absolute;
}
.middle-header .row {
  align-items: center;
}
.middle-header .cart-wrapper {
  padding-right: 0;
}
.mobile-device-search {
  display: none;
}
.main-primary-header .navbar {
  padding: 5px 10px;
  background: var(--menu-color-bar);
  font-family: var(--menu-font-family);
}
.main-primary-header .bg-light-gray {
  padding: 0;
}
.main-primary-header .navbar-nav li a.nav-link {
  color: #000;
}
.main-primary-header .navbar-nav li a.nav-link:hover {
  color: var(--primary-color);
}
.main-primary-header .show .navbar-nav li.active::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 2px solid var(--primary-color);
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
}
.nav-item {
  position: relative;
}
.nav-item::after {
  content: "";
  width: 0;
  height: 1px;
  border-bottom: 1px solid var(--primary-color);
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.main-primary-header .navbar-nav li.nav-item:hover::after {
  width: 80%;
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-primary-header .navbar-nav li.active::after {
  content: "";
  width: 84%;
  height: 1px;
  border-bottom: 1px solid var(--primary-color);
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  right: 0;
}
.main-primary-header .dropdown-menu {
  font-size: inherit;
  list-style: none;
}
.btn-custom-search:hover {
  background: var(--search-button-hover-color);
  color: #fff;
}
.main-primary-header {
  margin-bottom: 10px;
}
.main-primary-header .navbar-nav li {
  position: relative;
}
.main-primary-header .show .navbar-nav li {
  position: relative;
  text-align: left;
}
.dropdown-menu.show ul li {
  list-style: none;
  border-bottom: 1px solid var(--border-color);
}
.dropdown-menu.show ul li:hover > a {
  background: var(--primary-color) !important;
}
.dropdown-menu.show ul li:hover > a {
  color: #ffff !important;
}
.home-page-banner-wrapper .container {
  padding: 0;
}
.banner-section {
  position: relative;
}
.banner-section {
  position: relative;
}
.banner-text h5 {
  font-size: 23px;
  text-transform: uppercase;
  margin: 0;
}
.banner-text p {
  font-size: 16px;
  color: #63666a;
  margin: 0;
}
.banner-section .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-indent: -999px;
  cursor: pointer;
  transition: opacity 0.6s ease;
  border-radius: 50px !important;
  height: 15px;
  width: 15px;
  border: 1px solid var(--border-color);
  background-color: #ebebeb;
  margin: 5px;
  position: relative;
}
.banner-section .carousel-indicators li.active::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid var(--border-color);
  border-radius: 50%;
}
.banner-section .carousel-indicators li.active {
  background: var(--primary-color) !important;
  opacity: 1;
}
button:focus {
  outline: 0 dotted;
  outline: 0 auto -webkit-focus-ring-color;
}
.main-primary-header .nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-left: 0;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  left: auto;
  bottom: auto;
  top: 14px;
  display: none;
}
.dots_postion_set {
  left: auto;
  right: 0;
  margin: 3%;
}
.banner-text {
  top: 50%;
  background: #fff;
  width: 87%;
  transform: translateY(-50%);
  margin: 0 auto !important;
  right: 0;
  left: 0;
  position: absolute;
  padding: 10px 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.banner-section-img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  max-height: 450px;
  overflow: hidden;
}
.banner-section-img .carousel-item {
  max-height: 450px;
}
.btn-view {
  text-align: right;
}
.btn-square-blue {
  background: var(--secondary-color);
  border: 0 !important;
  border-radius: 0;
  transition: cubic-bezier;
}
.btn.btn-square-blue:hover {
  background: var(--primary-color);
  border: 0 !important;
  border-radius: 0;
  transition: cubic-bezier;
}
.btn-square-blue a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.home-page-right-category {
  padding: 0;
}
.banner-text .row {
  align-items: center;
}
.banner-category-title h4 {
  font-size: 18px;
  color: #000;
  font-family: var(--font-family);
}
.banner-category-text p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #63666a;
}
.banner-side-category {
  border-bottom: 1px solid var(--border-color);
  padding: 17px 0;
  display: flex;
  align-items: center;
}
.banner-side-category:last-child {
  border-bottom: 0;
}
.product-top-category-section .container {
  padding: 0;
}
.product-top-category-section {
  padding: 0 0;
}
.top-category .banner-category-img img {
  height: 200px !important;
  margin: 0 auto;
  width: 100% !important;
  object-fit: cover;
}
.top-category .banner-category-img-new img {
  height: 200px !important;
  margin: 0 auto;
  width: 200px !important;
  object-fit: cover;
  border: 1px solid var(--border-color);
}
.carousel-control-next,
.carousel-control-prev {
  width: 6%;
}
.product-new-category .slick-slider .slick-next::before,
.product-new-category .slick-slider .slick-prev::before,
.testimonial_wrapper .slick-slider .slick-next::before,
.testimonial_wrapper .slick-slider .slick-prev::before,
.search-brand-colour-section .slick-slider .slick-next::before, 
.search-brand-colour-section .slick-slider .slick-prev::before {
  font-size: 28px;
  opacity: 0.75;
  color: #fff;
  background: var(--primary-color);
  border-radius: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 0;
  height: 20px !important;
  width: 20px !important;
}
.slick-next:focus::before,
.slick-next:hover::before,
.slick-prev:focus::before,
.slick-prev:hover::before {
  opacity: 1;
  background: var(--secondary-color) !important;
}
.price-btn a {
  text-transform: uppercase;
  font-size: 13px;
}
.product-new-category {
  padding: 0 0 20px 0;
}
.banner-category-text h6 {
  font-size: 15px;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
.product-stock {
  font-size: 15px;
  color: #4ecc8a;
  padding: 15px 0 0 0;
}
.price-btn {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding: 15px 0;
}
.price-btn::after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  border-bottom: 1px solid var(--primary-color);
  left: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}
.slick-slide.slick-active:hover .price-btn a {
  color: var(--primary-color) !important;
  text-decoration: none;
}
.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: var(--primary-color);
}
.slick-slide.slick-active:hover .price-btn::after {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.slick-slide.slick-active:hover .price-btn {
  border: 0;
}
.price-btn a {
  text-transform: uppercase;
  font-size: 13px;
  font-family: var(--font-family);
  color: #000;
  font-weight: 600;
}
.product-new-category .banner-category-img img {
  width: 100% !important;
  margin: 0 auto;
  height: 200px;
  object-fit: contain;
  margin-bottom: 10px !important;
  padding: 0;
}
.border-category-image {
  border: 1px solid var(--border-color);
  height: auto;
}
.badge-section {
  top: auto;
  bottom: 25px;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-new-category img {
  padding: 10px;
}
.product-new-category .banner-category-img {
  position: relative;
}
.product-new-badge {
  background: var(--primary-color);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 7px;
}
.footer-wrapper {
  border-top: 1px solid var(--border-color);
  background: var(--footer-color);
  position: relative;
  padding: 15px 0;
  margin-top: 50px;
}
.CarouselWidget-prefix {
  background: var(--footer-color);
}
.main-footer {
  display: flex;
  align-items: self-start;
  padding: 0;
  color: var(--footer-text-color);
}
.copyright-text {
  margin: 10px 0 0 0;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 10px 15px 0 15px;
}
.footer-page-links {
  text-align: left;
}
.footer-page-links ul {
  padding: 0;
  margin: 0;
}
.footer-page-links ul li {
  list-style: none;
}
.footer_widget_title {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  padding-top: 0;
}
.footer-social-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.footer-social-links a {
  font-size: 16px;
  text-align: center;
  display: flex;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  color: #babcbe;
  border: 1px solid var(--border-color);
  background-color: #fff;
  align-items: center;
}
.footer-contact ul {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
}
.footer-contact ul li {
  list-style: none;
  display: block;
  background-size: 4%;
  background-position: 0 5px;
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-contact {
  text-align: left;
  padding-right: 0;
}
.footer-contact ul li a {
  color: var(--footer-text-color);
  margin-left: 28px;
  margin-top: 0;
}
.copy-right-text {
  color: var(--footer-text-color);
}
.footer-contact ul li i {
  content: "";
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #babcbe;
  margin-right: 10px;
  position: absolute;
  top: 5px;
}
.footer-contact ul li:hover,
.footer-contact ul li:hover a {
  color: var(--footer-text-hover-color) !important;
}
.footer-contact ul li:hover i {
  color: var(--footer-text-hover-color) !important;
}
.footer-contact ul li {
  background-repeat: no-repeat;
  position: relative;
}
.footer-social-links li .facebook:hover {
  background: #3d5b99 !important;
  text-decoration: none;
}
.footer-social-links li .twitter:hover {
  background: #000000 !important;
  text-decoration: none;
}
.footer-social-links li .instagran:hover {
  background: #ce255e !important;
  text-decoration: none;
}
.footer-social-links li .gpay:hover {
  background: #cd201f !important;
  text-decoration: none;
}
.border-top-custom-gray {
  border-top: 1px solid var(--border-color);
}
.gpay i {
  font-size: 12px;
}
.footer-links ul li {
  list-style: none;
}
.footer-links ul li a {
  color: #63666a;
}
.footer-wrapper .top-menu-icon {
  margin-bottom: 10px;
}
.footer-social-links li {
  list-style: none;
  margin-bottom: 5px;
  margin-right: 5px;
}
.footer-map .mapouter {
  width: 100%;
  overflow: hidden;
  border: 3px solid #fff;
}
.footer-links ul li a {
  transition: all 0.2s ease-in;
  line-height: 1.8;
  color: var(--footer-text-color);
}
.footer-links ul li a:hover {
  text-decoration: none;
  color: var(--footer-text-hover-color) !important;
  padding-left: 5px;
  transition: all 0.2s ease-in;
  border-left: 2px solid var(--footer-text-hover-color) !important;
}
.top-header-left-nav ul li a:hover {
  color: var(--primary-color) !important;
}
.footer-social-links a:hover {
  color: #fff;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color) !important;
  transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.footer-social-links li a:hover i {
  color: #fff;
}
.footer-social-links {
  padding-top: 10px;
}
.footer-social-links .d-md-inline-block li {
  float: left;
}
.w-100 {
  margin: 0 auto;
}
/* Header Sticky CSS Starts  */
.header-stick.sticky {
    position: fixed;
    top: 0;
    z-index: 9;
    margin: 0 auto;
    float: none;
    display: inline-block;
    width: 100%;
    background: var(--menu-color-bar);
    box-shadow: 0 2px 10px rgb(0 0 0 / 35%);
}
.header-stick.sticky .navbar-brand{
  background: #fff;
  width: 100% !important;
  margin: 0;
}
.header-stick.sticky .navbar-light{
  justify-content: end;
}
.header-stick.sticky .navbar-toggler{
  padding: 15px;
}
/* Header Sticky CSS Ends  */
@media (max-width: 1440px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
  }
  .defaultsetheight {
    height: auto !important;
  }
}
@media (max-width: 1366px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 1109px) {
  .main-primary-header {
    margin-bottom: 0;
  }
  .footer-contact ul li:first-child::before {
    /*! width: 35px; */
  }
  .main-primary-header .navbar-nav li a.nav-link {
    padding: 6px;
  }
  .middle-header .container {
    padding: 0;
  }
  .middle-header .search-form {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .logo-section .logo-block {
    width: var(--header-logo-size);
    display: flex;
    align-items: center;
  }
  .logo-block img {
    height: auto;
    width: 100% !important;
  }
  .logo-section .footer-logo-block {
    width: var(--footer-logo-size);
    display: flex;
    align-items: center;
  }
  .footer-logo-block img {
    height: auto;
    width: 100% !important;
  }
  .main-primary-header .navbar {
    margin-bottom: 10px;
  }
  .header-stick{
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .header-stick.sticky .navbar{
    margin-bottom: 0;
  }
  .main-primary-header .navbar #navbarSupportedContent {
    background: var(--menu-color-bar);
  }
  .header-stick.sticky {
  background: transparent;
  box-shadow: none;
  z-index: 9999;
}
.header-stick.sticky button.navbar-toggler span.navbar-toggler-icon {
    background-color: #fff;
}
.header-stick.sticky nav.navbar {
    background: var(--menu-color-bar);
}
}
@media (max-width: 1023px) {
  .home-page-banner-wrapper .home-page-left-banner,
  .home-page-banner-wrapper .home-page-right-category {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer-social-links ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-social-links li {
    display: inline-block;
  }
  .product-new-category .banner-category-text {
    height: 30px;
  }
  .product-new-category .banner-category-img img {
    height: 140px;
  }
  .banner-category-title h4 {
    font-size: 13px;
  }
  .banner-category-text h6 {
    font-size: 13px;
  }
  .top-category .banner-category-img img {
    height: 140px !important;
  }
  .border-category-image {
    height: auto !important;
  }
  .footer-contact ul li {
    background-size: 6%;
    background-position: 0 7px;
  }
  .main-primary-header .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
    width: 100%;
    text-align: right;
  }
  .main-primary-header .navbar-toggler-icon {
    background-size: 100% 75%;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: auto;
    left: 0;
    width: 100%;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-left: 10px;
  }
  .footer-contact ul li:first-child::before {
    /*! width: 45px; */ /*! height: 50px; */
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-primary-header .navbar {
    padding: 0;
    margin-bottom: 10px;
    background: 0 0;
  }
  .main-primary-header .navbar #navbarSupportedContent {
    background: var(--menu-color-bar);
    padding: 5px 10px;
  }
}
@media (max-width: 768px) {
  .footer-contact ul li:first-child::before {
    /*! width: 55px; */ /*! height: 50px; */
  }
  .main-primary-header {
    margin-bottom: 10px;
  }
  .medium-device-search {
    display: none;
  }
  .search-form .mobile-device-search {
    display: block;
    background: 0 0;
    padding: 0 0 !important;
  }
  .middle-header {
    padding: 10px 0;
  }
  .cart-wrapper ul li img {
    width: 80%;
  }
  .middle-header .search-form {
    padding-left: 0;
  }
  .top-header-right ul {
    display: flex;
    justify-content: flex-end;
  }
  .top-header-right ul li a {
    color: #0000;
    font-size: 1px;
    display: block;
    padding-left: 18px !important;
    background-size: 90% !important;
    width: 0;
    background-position: 0 0 !important;
    height: 17px;
  }
  .top-header-right ul li a:hover {
    filter: saturate(10%) brightness(119%) sepia(100%) contrast(100%);
    color: transparent;
  }
}
@media (max-width: 767px) {
  .middle-header .container {
    padding: 0 10px;
  }
  .product-top-category-section .category-block:last-child {
    padding-right: 15px;
  }
  .product-top-category-section .category-block:first-child {
    padding-left: 15px;
  }
  .logo-section {
    padding-left: 0;
    display: none;
  }
  .footer-contact ul li:first-child::before {
    /*! width: 23px; */ /*! height: 30px; */
  }
  .cart-bag-section div img {
    width: 90%;
    margin: 0 auto;
  }
  .cart-bag-section div {
    text-align: right;
    width: 50%;
  }
  .cart-item-count {
    display: flex;
    justify-content: center;
  }
  .cart-item-count {
    top: -6px;
    right: 0;
    height: 17px;
    font-size: 11px;
    width: 17px !important;
  }
  .banner-text {
    display: none;
  }
  .main-primary-header .navbar-toggler {
    padding: 0;
    margin-right: 10px;
  }
  .main-primary-header .navbar-brand {
    width: 40% !important;
    padding-left: 10px;
    display: flex !important;
    align-items: center;
    height: 60px;
  }
  .main-primary-header .navbar-brand img {
    margin: 0;
    height: 100%;
    width: auto !important;
  }
  .main-primary-header .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: var(--border-color);
    width: auto;
    text-align: initial;
  }
  .main-primary-header .navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    background-size: 100% 70%;
  }
  .footer-map .mapouter {
    width: 100%;
  }
  .footer-map .mapouter .gmap_canvas {
    width: 100%;
  }
  .footer-social-links li {
    display: inline-block;
    float: none;
  }
  .footer-wrapper .footer_widget_title {
    margin-top: 0;
    padding: 0 !important;
    margin-bottom: 15px;
  }
  .footer-wrapper .col-12:first-child {
    margin-top: 0;
  }
  .footer-wrapper .col-12 {
    margin-top: 15px;
  }
  .product-top-category-section .category-block:first-child {
    padding-left: 15px;
  }
  .product-new-category {
    padding: 25px 0 5px 0;
  }
  .footer-contact ul li {
    background-size: 2.5%;
    background-position: 0 7px;
  }
}
@media (max-width: 667px) {
  .footer-contact ul li {
    background-size: 3.5%;
    background-position: 0 7px;
  }
  .middle-header .logo-section {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer-contact ul li:first-child::before {
    /*! width: 35px; */ /*! height: 30px; */
  }
  .main-primary-header .navbar-brand {
    width: 120px !important;
    height: 40px;
  }
  .main-primary-header .navbar-brand img {
    margin: 0;
    height: 100%;
    width: unset !important;
    object-fit: contain;
  }
}
@media (max-width: 414px) {
  .footer-map .mapouter {
    width: auto;
    margin: 0 auto;
  }
  .footer-contact ul li {
    background-size: 4.5%;
  }
  .slider.slider-nav.slick-initialized.slick-slider {
    width: 80%;
    margin: 0 auto;
  }
  .container {
    width: 100% !important;
  }
}
.breadcrumb li {
  font-style: italic;
  padding: 0 0;
  font-size: 11px;
}
.bredcrumb-wrapper .breadcrumb {
  background: 0 0;
  padding: 0 15px !important;
  margin: 0;
}
.breadcrumb li a {
  color: gray;
}
.search-product-block:hover .price-btn a {
  color: var(--primary-color);
  font-weight: 600;
}
.section-filter-product-list .banner-category-img {
  position: relative;
  text-align: center;
}
.section-filter-product-list .banner-category-text p {
  font-size: 13px;
  padding: 0;
  margin: 0;
}
.search-product-block:hover .price-btn::after {
  width: 100%;
}
.search-product-block:hover .price-btn {
  border: 0;
}
.page-heading {
  font-size: 20px;
  font-family: var(--font-family);
  font-weight: bolder;
}
.page-title {
  display: flex;
  align-items: center;
  padding: 15px;
}
.color-platters a {
  color: #4ecc8a;
  font-size: 14px;
  display: grid;
  line-height: 1;
  align-items: center;
}
.product-stock.color-platters ul li.color a {
  background: red;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  line-height: 1;
  margin-bottom: -2px;
}
.search-product-block {
  margin-bottom: 25px;
}
.product-stock.color-platters {
  padding: 0;
 /* height: 54px;*/
}
.product-stock.color-platters ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.product-stock.color-platters ul li {
  display: inline-block;
}
.section-filter-product-list .banner-category-img img {
  /* width: auto; */
  height: 200px;
  width: 90% !important;
	object-fit: contain;
}
.section-search-filter {
  padding-left: 0;
  padding-right: 0;
}
.filter-header button {
  float: right;
  background: 0 0;
  border: 0;
  color: #c4c4c5;
}
.filter-header button i {
  font-size: 8px;
}
.checkbox-container {
  position: relative;
}
.checkbox-container input[type="checkbox"],
.checkbox-container input[type="radio"] {
  position: absolute;
  border: 0;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  opacity: 0;
}
.checkbox-container input[type="checkbox"] + label,
.checkbox-container input[type="radio"] + label {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  cursor: pointer;
  padding-top: 6px;
  color: #63666a;
  font-size: 13px;
  margin-bottom: 3px !important;
}
.filter-body .checkbox-container input[type="checkbox"] + label::before,
.filter-body .checkbox-container input[type="radio"] + label::before {
  width: 11px;
  height: 11px;
  border: 1px solid #63666a;
}
.filter-body a {
  color: #63666a;
  font-size: 13px;
}
.filter-body .checkbox-container input[type="checkbox"]:checked + label::after,
.filter-body .checkbox-container input[type="radio"]:checked + label::after {
  left: 0;
  width: 5px;
  height: 5px;
  background: #63666a;
  margin-left: 3px;
  top: 13px;
}
.checkbox-container input[type="checkbox"] + label::after,
.checkbox-container input[type="checkbox"] + label::before,
.checkbox-container input[type="radio"] + label::after,
.checkbox-container input[type="radio"] + label::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
}
.filter-header {
  padding: 10px 0 0 0;
  border-top: 1px solid var(--border-color);
  margin: 10px 0 10px 0;
  font-size: 14px;
  cursor: pointer;
}
.filter-option-list .product-stock.color-platters {
  height: auto;
}
.filter-option-list:first-child .filter-header {
  border: 0;
  margin-top: 0;
}
.filter-body {
  padding-bottom: 0;
  font-size: 13px;
}
.login a {
  font-size: 15px;
  color: #ea5813;
  font-weight: 600;
}
.register a {
  font-size: 12px;
  text-decoration: underline;
  margin: 10px 0;
  display: block;
  text-underline-offset: 5px;
  text-decoration-color: #cfd0d2;
}
.register a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.filter-body .color-platters a {
  margin: 10px 0 5px 0;
  width: 29px;
  height: 29px;
}
.filter-body .color-platters a {
	margin: 10px 0 5px 0;
	width: 29px;
	height: 29px;
  }
#collapsefive .filter-body .color-platters a  {
    margin: 10px 0 5px 0;
    width: 26px;
    height: 26px;
    top: 0 !important;
	position: relative;
}
#collapsefive .filter-body .color-platters a:hover:before {
    content: '';
    display: flex;
    width: 0;
    height: 0;
    border: 5px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
    opacity: 0.5;
}
.product-stock ul li .color_box_wrap div:hover:before{
	content: '';
    display: flex;
    width: 0;
    height: 0;
    border: 4px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
    opacity: 0.5;
}
.filter-body .color-platters a[data-original-title="Black"]:hover:before {
	border: 5px solid #fff;
}
.tooltip-inner::first-letter {
	text-transform: capitalize;
}
.defaultsetheight {
  height: 366px;
}
@media (max-width: 991px) {
  .product-page-detail .filter-body .product-stock.color-platters a {
    margin: 0 0 5px 0;
    width: 22px;
    height: 20px;
  }
  .defaultsetheight {
    height: auto !important;
  }
}
.filter-body .product-stock.color-platters ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.filter-body .product-stock.color-platters ul li {
  display: inline-block;
}
.select-custom {
  padding: 4px 23px 4px 5px;
  -webkit-appearance: none;
  background: #fff0;
  border: 1px solid var(--border-color);
  box-sizing: border-box;
  border-radius: 0;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}
.sort_form {
  position: relative;
  margin-left: 10px;
}
.page_label,
.sort_by_label {
  font-weight: 600;
  color: #63666a;
  position: relative;
}
.sort_form::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  display: inline-block;
  right: 9px;
  transform: rotate(-45deg);
  top: 9px;
}
.serach_row {
  background: #f6f6f8;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #63666a;
  margin-bottom: 25px;
  padding: 10px 0;
}
.search_pagination .pagination {
  margin: 0;
}
.sort_by_default {
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
  position: relative;
}
.sort_by_section {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.search_pagination_section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sort_by_label::before {
  content: "|";
  padding: 0 8px;
}
.search_pagination .page-link:hover {
  color: var(--primary-color);
}
.search_pagination .page-link {
  position: relative;
  display: block;
  padding: 3px;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff0;
  border: 1px solid #dee2e600;
}
.search_pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff0;
  border-color: #dee2e600;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
@media (max-width: 1199px) {
  .sort_by_label::before {
    padding: 0 6px;
  }
  .sort_form::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: inline-block;
    right: 11px;
    transform: rotate(-45deg);
    top: 12px;
  }
  .sort_form {
    margin-left: 5px;
  }
}
@media (max-width: 1024px) {
  .total_search_items {
    display: block;
    width: 100%;
  }
  .total_search_items + .sort_by_label::before {
    display: none;
  }
}
@media (max-width: 1023px) {
  .section-filter-product-list .banner-category-img img {
    width: auto;
    height: 140px;
  }
  .sort_by_label::before {
    content: "|";
    padding: 0 5px;
  }
  .section-filter-product-list .banner-category-img img {
    object-fit: contain;
  }
  .col-form-label,
  .contact_form #is_offers_required {
    display: inline;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .price-btn a {
    font-size: 11px;
  }
  .search-product-block .banner-category-title h4 {
    font-size: 15px;
  }
  .sort_by_section {
    display: flex;
    font-size: 11px;
  }
  .search_pagination_section,
  .sort_by_section .select-custom {
    font-size: 11px;
  }
  .sort_form::after {
    top: 10px;
  }
}
@media (max-width: 959px) {
  .sort_by_default .sort_by_section {
    display: inline-block;
  }
  .sort_by_default .sort_form {
    display: inline-block;
  }
  .sort_by_default .sort_by_label {
    display: inline-block;
  }
  .total_search_items + .sort_by_label::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .product-stock.color-platters ul li.color a {
    width: 11px;
    height: 11px;
    margin-bottom: 0;
  }
  .search_pagination_section {
    flex-direction: column;
  }
  .sort_by_default .sort_by_label {
    width: 25%;
    margin-top: 10px;
  }
  .sort_by_label::before {
    display: none;
  }
  .select-custom {
    width: 100%;
  }
  .sort_form {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .sort_by_default {
    width: 70%;
    float: left;
  }
  .search_pagination_section {
    width: 30%;
  }
}
@media (max-width: 667px) {
  .sort_by_default {
    padding: 0 0 15px 0;
    position: relative;
    justify-content: center;
  }
  .search_pagination_section {
    justify-content: center;
  }
  .section-filter-product-list .banner-category-img img {
    width: auto !important;
    height: 225px;
  }
  .section-filter-product-list {
    padding: 0;
  }
  .product-stock.color-platters ul li.color a {
    width: 17px;
    height: 16px;
    margin-bottom: -4px;
  }
}
@media (max-width: 479px) {
  .sort_by_default {
    width: 100%;
    float: left;
    justify-content: flex-start;
    padding-left: 10px;
  }
  .search_pagination_section {
    width: 100%;
    padding-left: 10px !important;
    justify-content: flex-start;
  }
  .sort_by_label {
    width: 30%;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .sort_form {
    width: 60%;
  }
  .sort_by_default .sort_by_section {
    width: 97%;
  }
  .contact_form #is_offers_required,
  .contact_form label {
    display: inline;
    margin-right: 5px;
  }
  .main-primary-header .navbar-brand img {
    margin: 0;
  }
  .contact-page-row .p-0 {
    padding: 0 15px !important;
  }
  .contact-page-row .p-0:last-child {
    padding: 0 !important;
  }
  .btn-form {
    margin-left: -15px;
  }
}
@media (max-width: 414px) {
  .col-6.product-block {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 320px) {
  .search_pagination_section,
  .sort_by_section .select-custom {
    font-size: 10px;
  }
  .sort_form {
    margin-left: 0;
  }
  .select-custom {
    padding: 4px 20px 4px 5px;
  }
}
.product-page-detail .product-stock {
  padding: 5px 0 0 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.product-page-detail .product-price h4 {
  line-height: 1;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.product-title h2 {
  font-weight: 600;
}
.product-page-detail .product-text p {
  font-size: 14px;
  color: #63666a;
}
.product-page-detail .product-stock a {
  color: #4ecc8a;
  font-weight: 600;
}
.product-information .nav-tabs {
  border-bottom: 0 solid #dee2e6;
  justify-content: flex-start;
}
.product-information .nav-tabs .nav-link {
  border: 0 solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: 0;
  color: #dad7d8;
  font-size: 16px;
  font-weight: 700;
  background: 0 0;
  width: auto;
  padding: 10px 20px;
}
.product-information .nav-tabs .nav-link:first-child {
  padding-left: 0;
}
.product-information .tab-content {
  border: 0 solid #dee2e6;
  padding: 20px 0;
}
#product-image {
  width: 80%;
  text-align: center;
}
.tab-title {
  margin-bottom: 20px;
  width: 100%;
  margin-top: 20px;
}
.product-information {
  margin-bottom: 35px;
  margin-top: 35px;
}
.description-wrap p {
  margin: 6px 0 6px 0;
  font-size: 14px;
}
.table-wrapper {
  width: 100%;
}
.description-wrap {
  margin-bottom: 25px;
  background: #dad7d81a;
  padding: 14px 20px;
}
.tab-title h6 {
  font-weight: bolder !important;
}
.table-wrapper .table {
  font-size: 13px;
}
.price-stock table tr:first-child td:nth-child(2n) {
  background: #000;
  color: #fff;
}
.price-stock table tr:first-child td::first-child {
  background-color: transparent;
}
.price-stock table tr:first-child td:nth-child(2n + 1) {
  background: #dee2e6;
}
.price-stock table tr:first-child td:first-child {
  background: 0 0;
}
.price-stock table td {
  font-size: 14px;
}
.price-stock table td:first-child:hover,
.price-stock table tr:first-child:hover {
  background: 0 0;
}
.price-stock table td:hover {
  background: #babcbe7d;
}
.tab-download-link {
  padding: 0;
  margin-bottom: 15px;
}
.tab-download-link-btn {
  text-align: center;
  background: var(--download-button-color-blue);
  padding: 10px;
  font-size: 14px;
  margin: 0 10px;
  border: 1px solid var(--download-button-color-blue);
}
.tab-download-link-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.tab-download-link-btn:hover {
  border: 1px solid var(--download-button-hover-color-blue) !important;
  background: 0 0;
}
.tab-download-link-btn:hover a {
  color: var(--download-button-hover-color-blue) !important;
}
.tab-download-link-btn-orange {
  text-align: center;
  background: var(--download-button-color);
  padding: 10px;
  font-size: 14px;
  margin: 0 10px;
  border: 1px solid var(--download-button-color);
}
.tab-download-link-btn-orange:hover {
  border: 1px solid var(--download-button-hover-color);
  background: 0 0;
}
.tab-download-link-btn-orange:hover a {
  color: var(--download-button-hover-color) !important;
}
.tab-download-link-btn-orange a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.tab-download-link-btn,
.tab-download-link-btn-orange {
  margin-left: 0;
}
.product-information .nav-link.active {
  background: #ccc0 !important;
  color: #000;
}
.download-btn-wrap {
  display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 22px;
}
.download-btn-wrap button{
  margin-bottom: 10px;
}
.btn-custom-download {
  font-size: 12px;
  color: #000;
  padding: 8px 7px;
  display: block;
}
.btn-custom-download i {
  margin-right: 7px;
  font-size: 15px;
  color: var(--primary-color);
}
.btn-custom-download.btn-download-img i,
.btn-custom-download.btn-req-quote i,
.btn-custom-download.btn-req-sample i {
  color: #fff;
}
.btn-custom-download.btn-download-img {
  background: var(--spec-sheet);
  color: var(--spec-text-color);
  font-weight: 600;
  margin-left: 5px;
}
.btn-custom-download.btn-download-img:hover, .btn-custom-download.btn-download-img:hover i
{
  color:  (--spec-text-color) !important;
  background-color: var(--spec-sheet-sample);
}
.btn-custom-download.btn-req-sample {
  background: var(--request-sample);
  color: var(--reqsample-text-color);
  font-weight: 600;
  margin-left: 5px;
}
.btn-custom-download.btn-req-sample:hover,
.btn-custom-download.btn-req-sample:hover i {
  color: var(--reqsample-text-color) !important;
  background-color: var(--request-hover-sample);
}
.btn-custom-download.btn-req-quote.color {
  background: var(--request-quote);
  color:  var(--reqquote-text-color) !important;
  font-weight: 600;
  margin-left: 5px;
}
.btn-custom-download.btn-req-quote.color:hover,
.btn-custom-download.btn-req-quote.color:hover i {
  color:  var(--reqquote-text-color) !important;
  background-color: var(--request-hover-quote);
}
.btn-custom-download.btn-req-quote {
  background: var(--download-image);
   color: var(--downimg-text-color);
  font-weight: 600;
  margin-left: 5px;
}
.btn-custom-download.btn-req-quote:hover, .btn-custom-download.btn-req-quote:hover i
{
  color:  var(--downimg-text-color) !important;
  background-color: var(--download-image-sample);
}
.btn.btn-primary.tab-download-link-btn-orange:hover {
  color: #fff;
  background: #001689;
}
form label {
  font-size: 15px;
}
.request_sample_form .text-header h3 {
  background: #fff;
  display: block;
  position: relative;
  margin: 0;
}
.request_sample_form .text-header {
  margin-bottom: 15px;
  position: relative;
  background: #fff !important;
}
.request_sample_form .text-header::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 217px;
  border-radius: 100px;
  margin: auto auto;
  z-index: 9;
  top: 0;
  bottom: 0;
  border: 1px solid red;
}
.request_sample_form .text-header::after {
  content: "";
  position: absolute;
  right: 0;
  width: 76.5%;
  height: 2px;
  border-bottom: 2px solid var(--primary-color);
  bottom: 0;
  top: 0;
  margin: auto;
}
.modal-submit .tab-download-link-btn-orange {
  margin: 0;
  border: 0 solid;
  border-radius: 0;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
}
.modal-submit {
  text-align: center;
}
.modal a:hover {
  color: #001689;
}
.btn-custom-download:hover {
  cursor: pointer;
  background: var(--primary-color);
 color: var(--spec-text-color) !important;
}
.btn-custom-download:hover i {
  color: #fff;
}
.product-page-image-slider-wrapper {
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  display: block;
}
.product-information nav.w-100 {
  border-top: 1px solid #cfd0d2;
  border-bottom: 1px solid #cfd0d2;
}
.table-wrapper .table tr td:first-child {
  width: 25%;
}
.thumbelina-but.vert i {
  font-size: 16px;
}
.product-page-detail-wrapper {
  margin-top: 0;
}
@media (max-width: 1467px) {
  .download-btn-wrap {
    display: block;
  }
  .btn-custom-download {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  #thumbnails {
    height: 310px;
  }
  .bredcrumb-wrapper {
    margin: 10px 0;
  }
}
@media (max-width: 1445px) {
  .btn-custom-download {
    font-size: 11px;
  }
}
@media (max-width: 1023px) {
  .download-btn-wrap {
    display: block;
    margin-bottom: 20px;
  }
  .btn-custom-download {
    margin-bottom: 10px;
  }
  .table-wrapper .table tr td:first-child {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .product-information .nav-tabs .nav-link {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .request_sample_form .text-header::after {
    width: 27%;
  }
  .table-wrapper .table tr td:first-child {
    width: 35%;
  }
}
@media (max-width: 414px) {
  .product-information .nav-tabs .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .table-wrapper .table tr td:first-child {
    width: 25%;
  }
}
.thumbelina {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  white-space: nowrap;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.thumbnail-one #thumbnails .thumbelina-but.vert.top, .thumbelina-but.vert.bottom {
    background: white !important;
}
.thumbelina-but.vert.bottom {
    right: -4px !important;
}
.thumbelina li {
  line-height: 0;
  margin:  0 5px;
  width: 78px;
  height: 78px !important;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #thumbnails ul.thumbelina li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #thumbnails ul.thumbelina li {
    height: 70px !important;
  }
}
@media (max-width: 413px) {
  .thumbelina li {
    width: 100%;
    height: 78px !important;
  }
}
@media (max-width: 374px) {
  .thumbelina li {
    height: 60px !important;
  }
}
.thumbelina li img {
  border: 1px solid #ccc;
  object-fit: contain;
  height: 100% !important;
}
.thumbelina li img.cloudzoom-gallery-active,
.thumbelina li img:hover {
  border: 2px solid var(--primary-color);
}
.thumbelina-but {
  position: absolute;
  background-color: #ccc0; /*! border:1px solid #aaa; */ /*! box-shadow: 0px 0px 8px rgba(0,0,0,0.25); */
  z-index: 1;
  cursor: pointer;
  color: #888;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-family);
}
.thumbelina-but:hover {
  color: #f60;
}
.thumbelina-but.disabled,
.thumbelina-but.disabled:hover {
  background-color: #efefef00; /*! color: #ccc; */
  cursor: default;
  box-shadow: none;
}
.thumbelina-but.horiz {
  width: 20px;
  height: 119px;
  line-height: 119px;
  top: -1px;
}
.thumbelina-but.horiz.left {
  left: -22px;
  border-radius: 5px 0 0 5px;
}
.thumbelina-but.horiz.right {
  right: -22px;
  border-radius: 0 5px 5px 0;
}
.thumbelina-but.vert {
  left: -1px;
  height: 20px;
  line-height: 20px;
  width: 100%;
}
.thumbelina-but.vert.top {
  top: -22px; /*! border-radius: 5px 5px 0px 0px; */
}
.thumbelina-but.vert.bottom {
  bottom: -22px;
  border-radius: 0 0 5px 5px;
}
.cloudzoom-zoom-inside {
  cursor: zoom-in;
  z-index: 1;
}
.thumbelina {
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 23px;
}
.thumbelina li img,
.thumbelina li img:hover {
  height: auto;
  width: 100%;
}
.thumbelina-but.vert {
  line-height: 28px;
}
#thumbnails {
  position: relative;
  width: calc(100% - 86%);
  height: 380px;
  background-color: #fff;
  border-left: 1px solid #aaa0;
  border-right: 1px solid #aaa0;
  float: left;
  margin-top: 0;
  z-index: 2;
}
#thumbnails a {
  width: 100%;
  display: flex;
  text-align: center;
  height: 100%;
}
#thumbnails ul {
  visibility: hidden;
}
#thumbnails ul.thumbelina {
  visibility: visible;
}
#product-image {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-left: 1rem;
}
#zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeout 0.5s;
  background: url("http://res.cloudinary.com/thdoan/image/upload/v1498133706/carousel/watch01-large.jpg")
    no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: zoom-out;
  display: none;
  opacity: 0;
  z-index: 1;
}
.fullscreen {
  overflow: hidden;
}
.fullscreen .cloudzoom-zoom-inside {
  visibility: hidden;
}
.fullscreen #thumbnails {
  position: fixed;
  top: 8px;
  left: 8px;
  opacity: 0.8;
}
.fullscreen #zoom-overlay {
  animation: fadein 0.5s;
  display: block;
  opacity: 1;
}
.cloudzoom-blank div:last-child {
  display: none !important;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
img.cloudzoom {
  width: 85%;
  height: 370px;
  object-fit: contain;
}
#forgot-password-modal-content,
#signup-modal-content {
  display: none;
}
@media (max-width: 950px) {
  #thumbnails {
    height: 240px;
  }
}
@media (max-width: 768px) {
  #product-image {
    width: 73%;
    text-align: center;
  }
  img.cloudzoom {
    width: 100%;
    height: auto !important;
    margin-bottom: 15px;
  }
  #thumbnails {
    display: flex;
    width: 100%;
    height: 80px;
  }
  #thumbnails div {
    position: relative !important;
    top: unset;
    bottom: unset;
    width: auto;
    margin: 0 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    left: unset;
    right: unset;
    height: auto;
  }
  .thumbelina-but.vert.top.disabled {
    /*transform: rotate(-90deg);*/
  }
  .thumbelina-but.vert.bottom.disabled {
    /*transform: rotate(-90deg);*/
  }
  #thumbnails ul.thumbelina {
    visibility: visible;
  }
  #thumbnails ul.thumbelina li {
    height: 70px !important;
    width: 70px;
    float: left;
    margin-right: 5px;
  }
  .thumbnail-one #thumbnails .thumbelina-but.vert.bottom{
    position: absolute !important;
  }
}
@media (max-width: 650px) {
  .product-information .nav-tabs {
    justify-content: space-between;
  }
  .product-information .nav-tabs .nav-link:last-child {
    padding-right: 0;
  }
  .product-information .nav-tabs .nav-link:first-child,
  .product-information .nav-tabs .nav-link:last-child {
    justify-content: center;
  }
  .product-information .nav-tabs .nav-link {
    display: flex;
    align-items: center;
    width: calc(100% / 2);
    font-size: 13px;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .thumbelina li img,
  .thumbelina li img:hover {
    height: auto;
  }
}
.search_result {
  text-decoration: none;
}
.serach_result_list li {
  padding: 10px;
  list-style: none;
  padding-left: 20px;
}
.serach_result_list li .search_block {
  display: flex;
  align-items: center;
}
.search_product_des {
  display: flex;
  flex-direction: column;
}
.search_product_des span {
  color: #000;
  text-decoration: none;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.search_product_des span.description {
  font-weight: 700;
}
.search_product_img {
  margin: 5px 10px;
}
.serach_result_list li.serach_product_result:hover {
  background: #eee;
}
.serach_result_list_header {
  padding: 20px;
  font-size: 16px;
  border-bottom: 1px solid #eeee;
  margin-bottom: 5px;
}
.serach_result_list li a {
  color: #000;
  font-size: 13px;
}
.search-result-warpper {
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 95%;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: 2px;
}
.serach_result_list {
  padding: 0;
  margin: 0;
}
.page_header {
  padding: 17px 0;
}
.contact_form label {
  font-size: 14px;
}
.contact_form label .red-color {
  color: red;
}
.btn-form {
  margin-left: 0;
  color: #fff;
  margin-bottom: 40px;
}
.btn.btn-square-blue {
  color: #fff;
}
.form_title {
  margin-bottom: 25px;
}
.contact_fields {
  padding: 0 0 0 60px;
}
.contact_fields .footer-contact ul li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}
.contact_fields .footer-contact ul li p {
  margin: 0;
}
.social_icons_contact {
  padding: 0;
  margin: 10px 0;
}
.follow_title {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .contact_fields {
    padding: 0 0 0 30px;
  }
  .contact_fields .footer-contact ul li {
    font-size: 15px;
  }
  .social_icons_contact {
    padding: 0 30px;
    margin: 25px 0;
  }
}
@media (max-width: 650px), (max-width: 767px) {
  .contact_fields,
  .social_icons_contact {
    padding: 0 0;
  }
  .contact_fields .footer-contact ul li {
    margin-top: 20px;
  }
}
.about-text h5 {
  margin-bottom: 25px;
}
.about-text h6 {
  margin-bottom: 15px;
}
.about-para {
  font-size: 14px;
  margin-bottom: 35px;
}
.about-text h5,
.about-text h6 {
  font-weight: 600 !important;
}
.about-para ol li,
.about-para ul li {
  margin-bottom: 10px;
}
.about-para ::marker {
  color: #fc5000;
  font-size: 14px;
}
.testimonial {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  padding: 20px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.testimonial p {
  font-size: 15px;
  color: #63666a;
}
.testimonial_uthor {
  font-size: 18px;
  color: #000;
  font-family: var(--font-family);
}
.testimonial_img {
  float: right;
}
.testimonial_img img {
  width: 200px;
}
.testimonial::before {
  background-image: url(../img/left-quotes-sign.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 0;
  background-size: 25%;
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  left: 8px;
  opacity: 0.05;
  z-index: 0;
  top: 3px;
  transform: rotate(0);
}
.list-area ul li {
  padding-left: 10px;
}
.apply_block .footer-contact ul {
  display: flex;
  justify-content: space-around;
}
.apply_block .footer-contact ul li {
  margin-right: 20px;
}
.apply_block .footer-contact ul li a {
  font-size: 18px;
}
.footer-address {
  pointer-events: none;
}
@media (max-width: 479px) {
  .testimonial_wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
.main-primary-header .navbar-nav li .div-sub-category-dropdow.show {
  left: 100%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transition: unset;
}
.main-primary-header .navbar-nav li .div-sub-category-dropdow {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transition: unset;
}
.main-primary-header .sub-category-dropdow .nav-link.dropdown-toggle::after {
  display: none;
}
.main-primary-header .navbar-nav li .div-sub-category-dropdow a.nav-link {
  color: #000;
  background: 0 0;
}
.main-primary-header .navbar-nav li .div-sub1-category-dropdow.show {
  left: 100%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transition: unset;
}
.main-primary-header .navbar-nav li .div-sub1-category-dropdow {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transition: unset;
}
.main-primary-header .sub1-category-dropdow .nav-link.dropdown-toggle::after {
  display: none;
}
.main-primary-header .navbar-nav li .div-sub1-category-dropdow a.nav-link {
  color: #000;
  background: 0 0;
}
.g-recaptcha > div {
  width: auto !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .main-primary-header ul li.nav-item.dropdow.show .dropdown-menu.p-0.show {
    display: block;
    position: relative;
    transform: unset;
    left: auto;
  }
}
.page-item.active .page-link {
  z-index: 3;
  color: var(--primary-color);
  background: 0 0;
  border: 0;
  border-bottom: 1px solid var(--primary-color) !important;
}
@media (max-width: 1023px) {
  .g-recaptcha iframe {
    transform: scale(0.85);
    margin: 0 auto;
    text-align: left;
    margin-left: -22px;
  }
}
@media (max-width: 767px) {
  .g-recaptcha iframe {
    transform: scale(0.85);
    margin: 0 auto;
    text-align: left;
    margin-left: -38px;
  }
  .section-filter-product-list {
    padding: 0;
  }
  .product-block:nth-child(2n + 1) {
    padding-left: 0;
  }
  .product-block:nth-child(2n) {
    padding-right: 0;
  }
  .contact-us-form .form-group.row .col-sm-12 {
    padding: 0;
  }
  .contact-us-form .form-group.row {
    margin-left: 0;
    margin-right: 0;
  }
  #product-image {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .section-filter-product-list .banner-category-img img {
    width: 100% !important;
    height: auto;
    object-fit: cover;
  }
  .g-recaptcha iframe {
    transform: scale(1.02);
    margin-left: 3px;
  }
  .product-block:nth-child(2n + 1) {
    padding: 0;
  }
  .product-block:nth-child(2n) {
    padding: 0;
  }
}
@media (max-width: 375px) {
  #thumbnails {
    height: 221px;
  }
  #product-image {
    width: 77%;
    margin-bottom: 0;
  }
  .defaultsetheight {
    height: 75px !important;
  }
}
@media (max-width: 320px) {
  #thumbnails {
    height: 160px;
  }
  .g-recaptcha iframe {
    transform: scale(0.75);
    margin-left: -52px;
  }
}
.slider-nav .slick-dots {
  display: none !important;
}
@media (min-width: 768px) {
  .middle-header .row {
    align-items: center;
    flex-wrap: nowrap;
  }
  .middle-header .contact_section,
  .middle-header .logo-section {
    flex: auto;
    height: auto;
    max-width: inherit;
    width: auto;
  }
  .middle-header .search-form {
    flex: 100%;
    max-width: 100%;
    width: 100%;
  }
  .middle-header .search-form form {
    padding: 0 20px;
  }
  .middle-header .contact_section .contact_number a {
    white-space: nowrap;
  }
}
.section-filter-product-list
  .banner-category-img
  .image-icons-view.expressicn
  img {
  width: var(--express-icon-logo-size) !important;
  height: var(--express-icon-logo-size);
  float: right;
  margin: 0 0 0 10px;
}
.section-filter-product-list
  .banner-category-img
  .image-icons-view.ukmadeicn
  img {
  width: var(--british-made-icon-logo-size) !important;
  height: var(--british-made-icon-logo-size);
  float: right;
  margin: 0 0 0 10px;
}
.section-filter-product-list
  .banner-category-img
  .image-icons-view.ecofriendinc
  img {
  width: var(--eco-icon-logo-size) !important;
  height: var(--eco-icon-logo-size);
  float: right;
  margin: 0 0 0 10px;
}
.top-icon-cat {
  position: absolute;
  right: 0;
  top: 0;
}
.top-icon-cat-details {
  position: relative;
  right: 0;
  top: 0;
}
.top-icon-cat-details .image-icons-view.expressicn img {
  width: var(--express-icon-logo-size);
  height: var(--express-icon-logo-size);
  float: right;
  margin: 0 0 0 10px;
}
.top-icon-cat-details .image-icons-view.ukmadeicn img {
  width: var(--british-made-icon-logo-size);
  height: var(--british-made-icon-logo-size);
  float: right;
  margin: 0 0 0 10px;
}
.top-icon-cat-details .image-icons-view.ecofriendinc img {
  width: var(--eco-icon-logo-size);
  height: var(--eco-icon-logo-size);
  float: right;
  margin: 0 0 0 10px;
}
a.headfontfamily {
  font-family : var(--menu-font-family) !important;
}

/*30-6-22*/
.thumbnail-one {    display: flex;    flex-direction: column-reverse;overflow: hidden;}
.thumbnail-one #thumbnails{  height: 78px;  float: unset;    display: flex;    width: 100%;}
.thumbnail-one #thumbnails div:nth-child(2){    height: 84px !important;width: 300% !important;position: absolute !important;}
.thumbnail-one #thumbnails .thumbelina{    display: flex;    justify-content: start;}
.thumbnail-one #thumbnails  .thumbelina-but.vert.top {    top: 0;    left: 0;    width: 20px;    height: 100%;    display: flex;    justify-content: center;    align-items: center;}
.thumbnail-one #thumbnails .thumbelina-but.vert.bottom{    margin: 0 !important;    top: 0;    left: unset;    right: 0;    width: 20px;    height: 100%;    display: flex;    justify-content: center;    align-items: center;}
.thumbnail-one #thumbnails .thumbelina-but.vert.bottom i{    transform: rotate(270deg);}
.thumbnail-one #thumbnails .thumbelina-but.vert.top i{    transform: rotate(270deg);}
.thumbnail-one .top-icon-cat-details {    order: 1;}
.thumbnail-one .top-icon-cat-details img{float: left !important;margin-left: 16px !important;}
.product-name-one{  
    padding-left: 16px !important;
    padding-top: 22px !important;
    padding-bottom: 0 !important;
}


.product-summary{
    background-color:#fff
}
.product-summary .underlined-primary{
    font-size: 18px;
}
@media only screen and (min-width:769px){
    .product-summary{
                border:3px solid #f0f0f0;
        padding-bottom:10px;
        min-height:inherit
    }
}
.grid-content.grid-inner {
    padding-left: 20px;
    padding-right: 20px;
        transform: translate3d(0px, 0px, 0px);
}
.fly-content {
    will-change: transform;
}
.product-config-wrap .h2 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 25px;
}
.product-totals {
    font-weight: 300;
}
.product-totals dl {
    margin-top: 12px;
    font-size: 14px;
    margin-bottom: 15px;
}
.product-totals dt {
    float: left;
    width: 87%;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-totals dd {
    margin-left: 50%;
    width: 13%;
    white-space: nowrap;
    line-height: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-left: 17px;
}
.arrowed-box__middle {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin: 10px 0 0;
    position: relative;
}
.product-totals__save {
    color: #fff;
    font-weight: 400;
}
.product-totals__save.arrowed-box__middle {
    background-color: #066cb5;
}
.product-summary .product-totals__save {
    margin: 20px 0 15px;
}
/*.product-totals hr {
    margin-top: 0;
}
@media only screen and (min-width: 769px){
.product-totals hr {
    margin-bottom: 59px;
    border-color: #333;
}*/
}
.product-totals .total-title {
    letter-spacing: .2px;
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 1;
}
.product-totals .total-price {
    font-weight: 400;
    font-size: 19px;
    padding-bottom: 16px;
    line-height: 1;
}
.product-totals .tax-switch {
    text-align: center;
    width: 100%;
}
.ab-switch-wrapper {
    display: table;
    margin: auto;
    height: 20px;
}
.ab-switch-wrapper .ab-original {
    display: none;
}
.ab-switch-wrapper .ab-switch {
    display: table-cell;
    width: 45px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    position: relative;
    transition: background-color .25s;
}
.product-totals .tax-switch .ab-switch {
    display: inline-block;
    vertical-align: middle;
}
.ab-switch-wrapper .switch-left {
    float: left;
    color: #00aeef;
    line-height: 24px;
    padding: 2px 10px 0 0;
}
.ab-switch-wrapper .switch-right {
    float: right;
    color: inherit;
    line-height: 24px;
    padding: 2px 0 0 10px;
}
.ab-switch-wrapper .ab-switch .ab-handle {
    position: absolute;
    background-color: #066cb5;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    transition: right .25s,left .25s,background-color .25s;
}
.product-totals .tax-switch .ab-switch {
    display: inline-block;
    vertical-align: middle;
}
.ab-switch-wrapper .ab-original:checked~.ab-switch .ab-handle {
    left: 26px;
}
@media only screen and (min-width: 769px){
.product-actions {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
.fly-content .product-info {
    padding-top: 15px;
}
.btn-pink {
    -webkit-transition-property: color,background-color,width;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: color,background-color,width;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-property: color,background-color,width;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-in-out;
    transition-property: color,background-color,width;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    display: block;
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 15px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid;
    cursor: pointer;
    background-color: #e6007e;
    color: #fff;
    border-color: #e6007e;
}
.btn-full {
    border-color: #00aeef;
    color: #fff;
    background-color: #00aeef;
    -webkit-transition-property: color,background-color,width;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: color,background-color,width;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-property: color,background-color,width;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-in-out;
    transition-property: color,background-color,width;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    display: block;
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 15px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid;
    cursor: pointer;
}
.btn-full2 {
    -webkit-transition-property: color,background-color,width;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: color,background-color,width;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-property: color,background-color,width;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-in-out;
    transition-property: color,background-color,width;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    display: block;
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 15px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid;
    cursor: pointer;
    border-color: #066cb5;
    color: #fff;
    background-color: #066cb5;
}

.widget-product-detail .btn-y-thin svg {
    position: relative;
    top: -1px;
    font-size: 1.8em;
    margin-right: 3px;
}
.fly-content .product-info {
    padding-top: 15px;
}
.fly-content .product-info dl {
    margin: 6px 0;
}
.bg-gray{background-color: #f0f0f0;}
.product-info dd {
    padding: 4px 0 0 0;
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
        font-weight: 700;
    line-height: 1.2;
}
.slidecontainer #qty{width: 100%;}
.product-info dd.check-mark-icon  {
    padding: 4px 0 0 25px;}
.product-info dt {
    float: left;
    width: 20px;
    clear: left;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    vertical-align: text-top;
}
.check-mark-icon-context li:before, .check-mark-icon:before {
    content: "";
    display: inline-block;
    margin-right: 7px;
    margin-left: -1em;
    width: 0.3em;
    height: 0.7em;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
        border-color: inherit;
            margin-right: 0.9em;
    margin-left: -1.4em;
  }
  .arrowed-box__middle:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border: solid transparent;
    border-width: 8px;
    margin-left: -8px;
        border-top-color: #066cb5;
}

.product-summary .download-btn-wrap{      flex-direction: column;}
.product-summary .download-btn-wrap .btn-custom-download{
    text-align: center;
    margin: 10px 0;
    height: 40px !important;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    justify-content: center;
    padding: 10px 7px;
}
.product-summary .product__subtotal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-config {
    padding: 0 40px;
}
@media only screen and (min-width: 769px){
.product-config {
        padding: 10px 8px;
}
}
.product-config-wrap .h2 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 25px;
}
.product-info dl {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0;
}
.product-info dt {
    float: left;
    width: 20px;
    clear: left;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    vertical-align: text-top;
    line-height: 1.4;
    margin-bottom: 0;
}
.config {
    position: relative;
}
@media only screen and (min-width: 769px){
.config {
    margin: auto;
}
}
.product-config .config {
    width: 100%;
}
.config:not(.error) {
    counter-increment: config-counter;
}
.config .config-head {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    font-weight: 300;
}
.config .config-head .info,.config .config-head .color-one{
  padding-left: 15px;
  width: 100%;
  padding-top: 7px;
  
}
.pb-20{
  padding-bottom: 20px;
}
.color-one label,.config .config-head .info label{
  padding-bottom: 10px !important;
}
.config .config-head .info select{
  border-color: #6d7278;
}
.config .config-head .config-head-error, .config .config-head .config-head-number {
    display: inline-block;
    width: 31px;
    height: 31px;
    text-align: center;
    vertical-align: middle;
    align-self: flex-start;
    font-weight: 300;
    flex-shrink: 0;
}
.config .config-head .config-head-number {
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff;
}
.product-config .config.config-set .config-head-number {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
.config .config-head label, .config .config-head span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    font-size: inherit;
    flex-grow: 1;
    padding-right: 25px;
}
.config .config-head .config-head-number span {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 30px;
    padding: 0;
}
.product-config .config.config-set .config-head-number span {
    line-height: 31px;
}
.config .config-head .config-head-number span:before {
    content: counter(config-counter);
}
.config .config-head label, .config .config-head span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    font-size: inherit;
    flex-grow: 1;
    padding-right: 25px;
}

.info-hover {
    position: relative;
    padding: 0;
    right: 0;
    top: 0;
    font-size: inherit;
    line-height: inherit;
}
.config .info-hover {
    font-size: 1.2em;
}
.question-icon {
    position: relative;
    background-color: transparent;
    font-size: inherit;
    font-weight: 400;
    height: 1em;
    width: 1em;
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    border: 1px solid #333;
    border-radius: 50%;
}
.question-icon div {
    font-size: .8em;
    line-height: 1.2em;
}
.info-hover-box {
    display: none;
    position: absolute;
    width: 250px;
    background-color: #fff;
    color: #333;
    padding: 20px;
    z-index: 115;
    left: 50%;
    margin-left: -129px;
    border: 1px solid #333;
    font-family: Roboto,sans-serif;
}
.info-hover-box--bottom {
    top: calc(100% + 0.6em);
}
.config .config-head label, .config .config-head span {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: inherit;
    flex-grow: 1;
    
    margin-bottom: 0;
}
.config .config-progressbar {
    position: absolute;
    top: 31px;
    width: 3px;
    height: calc(100% - 29px);
    margin-left: 14px;
    background: #dcdcdc;
    display: none;
}
#reset-page{
  cursor: pointer;
  color: var(--primary-color);
}
#reset-page:hover{
  color: var(--primary-color) !important;
}
.product-config .config .config-progressbar {
    display: inherit;
}+
@media only screen and (max-width: 480px) {
  .grid-content.grid-inner,.product-config{padding:0 10px;}
}
.config.config-set:not(.config-progress-gradient) .config-progressbar {
    background: var(--primary-color);
}
.product-config .config-body {
    margin-bottom: 20px;
}
.config .config-body {
    position: relative;
    width: calc(100% - 46px);
}
.bg-set{
  backgroundColor":#fff  !important;
  "color":#000  !important;
  "border-color":gainsboro  !important;
}
.bg-set-first{
   background: #fff !important;
    color: #000 !important;
    border-color: gainsboro !important;
}
.bg-set-first-1{
   background: #fff !important;
    color: #000 !important;
    border-color: gainsboro !important;
}
.bggrey-color{
  background: #dcdcdc !important;
}

.bg-color-second{
  
  background: linear-gradient(180deg,var(--primary-color),var(--primary-color),#dcdcdc,#dcdcdc) !important;
}

.product-stock ul li:first-child a{
  position: relative;
    top: -4px;
}

.product-stock ul li .color_box_wrap.active{    outline: #000 solid 2px;}

.checkout_page_form p{
	text-align: center;
	font-size: 16px;
 }
 #checkout_page{
	position: fixed;
    right: 4px !important;
    top: 0;
    width: 320px;
    top: 30px;
    right: 0;
    z-index: 9999;
    border: 1px solid;
 }
 .clear-fix
{
	clear: both;
}



.footer-wrapper.new-custom-footer .footer-page-links .footer-links ul {
	column-count: 3px;
	column-gap: 20px;
}
.footer-wrapper.new-custom-footer .footer-page-links .footer-links ul li {
	page-break-inside: avoid;
}
.footer-wrapper.new-custom-footer .footer-page-links .footer-links ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer-wrapper.new-custom-footer .logo-footer-block {
  display: flex;
  gap: 20px;
  position: relative;
}
.footer-wrapper.new-custom-footer .logo-footer-block img  {
  height: auto;
  max-width: 100%;
}
.footer-wrapper.new-custom-footer .footer-logo-block {
  width: 200px;
  margin-bottom: 24px;
}
.footer-wrapper.new-custom-footer .footer-social-links iframe {
  width: 100vw !important;
  max-width: 350px;
  margin-left: -67px;
}
.js-cookie-consent .p-4{
  padding:0!important;
}
.js-cookie-consent button{
  width: auto !important;
}

.logo-in-block.flex-col {
  display:flex;
  flex-direction: column;
  gap: 5px;

}
.logo-in-block.flex-col.gap-10 {
  gap: 10px;
}
.pre-logo-image {
  width:300px;
}

.new-custom-footer .items-end {
  align-items: end;
}