* {
  box-sizing: border-box;
}

a:active,
a:focus {
  text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
}

.headerWrapper {
  display: block;
  position: relative;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 1400px;
  max-width: 100%;
  margin: 0px auto;
  background: white;
  min-height: 180px;
}

.headerTop {
  display: flex;
  position: relative;
  justify-content: flex-end;
  background: #f5f5f5;
  color: #000000;
  min-height: 45px;
  padding: 0px 30px;
  border-radius: 0px 0px 20px 20px;
}

.fa-star {
  color: gold;
  text-shadow: 0px 0px 1px black;
}

.headerTop a {
  color: #000000;
  text-decoration: none;
}

.headerTopNav {
  display: block;
  position: relative;
}

.headerTopNav ul {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  list-style: none;
}

.headerTopNav ul li {
  display: inline-block;
  position: relative;
}

.headerTopNav ul li a {
  display: block;
  position: relative;
  padding: 15px 5px;
  font-size: 13px;
  color: #000000;
  letter-spacing: -0.5px;
}

.headerTopNav ul li a:hover {
  color: #333;
}

.headerMiddle {
  padding: 0px 30px;
}

.headerBottom {
  padding: 0px 30px;
}

.headerLogo {
  display: inline-block;
  position: relative;
  width: 358px;
  height: 73px;
  top: 0px;
  left: 0px;
  z-index: 9;
}

.headerLogo a {
  display: block;
  width: 358px;
  height: 73px;
}

.headerBottom,
.headerMainNav {
  z-index: 9;
}

.headerLogo img {
  width: 100%;
  height: 100%;
}

.headerTopAddress {
  display: flex;
  align-items: center;
  padding-left: 3%;
}

.headerTopAddress a {
  font-size: 13px;
  letter-spacing: -0.5px;
}

.headerTopWorktime {
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 13px;
  letter-spacing: -0.5px;
}

.headerTopWorktimeInner {
  padding-left: 5px;
}

.headerTopSocial {
  display: flex;
  align-items: center;
  padding-left: 3%;
}

.headerTopSocial a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 3px;
  background: black;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  width: 25px;
  height: 24px;
}

.headerTopLang {
  display: flex;
  align-items: center;
  padding-left: 3%;
}

.headerTopLang .langDel {
  color: #c3c3c3;
}

.headerTopLang .langActive {
  font-weight: bold;
}

.headerMiddle {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  color: #333;
  min-height: 100px;
  padding: 0px 30px;
}

.blogTagsHref a {
  color: #ff2a00;
  font-size: 18px;
}

.headerMiddleSearch .input-lg {
  padding: 11.5px 16px;
  font-size: 12px;
  border-radius: 6px;
  height: inherit;
  min-width: 255px;
}

.headerMiddleSearch .btn-lg {
  padding: 10px 16px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  background: black;
  color: white;
  height: inherit;
}

.headerMiddleUnderSearch {
  display: flex;
  position: relative;
  font-size: 13px;
  color: #ff2a00;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.headerMiddleUnderSearch a {
  margin-right: 10px;
  color: #000000;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.headerMiddleDelivery {
  display: flex;
  position: relative;
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.headerMiddleDelivery i {
  font-size: 28px;
  padding-right: 10px;
}

.headerMiddleDeliveryTitle {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  letter-spacing: -0.5px;
}

.headerMiddleDeliveryContent {
  font-size: 13px;
  color: gray;
  letter-spacing: -0.5px;
}

.headerMiddleDeliveryWrapper {
  display: flex;
  position: relative;
}

.headerMiddlePhones {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-left: 5px;
  min-width: 290px;
}

.headerMiddlePhones a {
  display: block;
  position: relative;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  text-align: right;
  font-size: 22px;
  margin-right: 15px;
  letter-spacing: -0.5px;
}

.headerMiddlePhones a {
  text-decoration: none;
}

.headerMiddleCart {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-left: 30px;
}

.headerCartBtn {
  display: flex;
  position: relative;
  background: #ff2a00;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.headerCartBtn i {
  font-size: 36px;
  color: white;
  text-shadow: 1px 1px 0px black;
}

.headerCartBtn .count {
  display: flex;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  border: 2px solid #ff2a00;
  background: #e9e9e9;
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: black;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.headerBottom {
  z-index: 99 !important;
}

.headerMainNav ul {
  display: none;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.headerMainNav a {
  text-decoration: none;
  cursor: pointer;
}

.headerMainNav>ul {
  display: flex;
  position: relative;
  font-size: 0px;
  justify-content: space-between;
}

.headerMainNav>ul>li {
  font-size: 0px;
}




.headerMainNav>ul>li.navLiAll div {
  font-size: 14px;
  cursor: pointer;
}

.headerMainNav>ul>li.navLiAll>div {
  /* border: 1px solid #ff2a00; */
}

.headerMainNav>ul>li.navLiAll {
  display: inline-block;
  position: relative;
}

.headerMainNav>ul>li.navLiAll {
  font-size: 0px;
}

.headerMainNav>ul>li.navLiAll>div {
  display: block;
  position: relative;
  background: #ff2a00;
  border-radius: 20px;
  font-weight: bold;
  color: white;
  padding: 10px 15px;
  margin: 0px 5px;
  font-size: 16px;
}

.headerMainNav>ul>li.navLiAll:hover>div {
  display: block;
  position: relative;
  background: white;
  color: #333;
}




.headerMainNav>ul>li.navLiAll a {
  font-size: 14px;
}

.headerMainNav>ul>li.navLiAll>a {
  /* border: 1px solid #ff2a00; */
}

.headerMainNav>ul>li.navLiAll {
  display: inline-block;
  position: relative;
}

.headerMainNav>ul>li.navLiAll {
  font-size: 0px;
}

.headerMainNav>ul>li.navLiAll>a {
  display: block;
  position: relative;
  background: #ff2a00;
  border-radius: 20px;
  font-weight: bold;
  color: white;
  padding: 10px 15px;
  margin: 0px 5px;
  font-size: 16px;
}

.headerMainNav>ul>li.navLiAll:hover>a {
  display: block;
  position: relative;
  background: white;
  color: #333;
}

.headerMainNav>ul>li.navLiAll:hover {
  background: white;
  color: #333;
}

.headerMainNav>ul>li.navLiAll:hover>ul {
  display: block;
}



.headerMainNav>ul>li.navLiAll>ul {
  display: none;
  /* display:block; */
  position: absolute;
  background: white;
  color: #333;
  border: 1px solid #cdcdcd;
  box-shadow: 0px 10px 20px 0px #91919161;
}

.headerMainNav>ul>li.navLiAll>ul>li {
  display: block;
  position: relative;
}

.headerMainNav>ul>li.navLiAll>ul>li>a {
  display: block;
  position: relative;
  border-bottom: 1px solid #cdcdcd;
  color: #333;
  padding: 5px 10px;
  padding-right: 15px;
  width: 240px;
}

.headerMainNav>ul>li.navLiAll>ul>li:hover>a {
  background: #ff2a00;
  color: white;
}

.headerMainNav>ul>li.navLiAll>ul>li:after {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 18px;
  content: "\f105";
  transition: .4s;
  color: #ff2a00;
}

.headerMainNav>ul>li.navLiAll>ul>li:hover::after {
  color: #fff;
  transform: translate(0%, -50%) rotate(90deg);
}

.headerMainNav>ul>li.navLiAll>ul>li.noarrow:after {
  display: none;
}

.headerMainNav>ul>li.navLiAll>ul>li:hover>ul {
  display: block;
  box-shadow: 8px 10px 20px 0px #91919161;
}

.headerMainNav>ul>li.navLiAll>ul>li>ul {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  width: 100%;
  background: white;
  color: #333;
  border: 1px solid #cdcdcd;
}

.headerMainNav>ul>li.navLiAll>ul>li>ul>li {
  display: block;
  position: relative;
}

.headerMainNav>ul>li.navLiAll>ul>li>ul>li>a {
  display: block;
  position: relative;
  border-bottom: 1px solid #cdcdcd;
  color: #333;
  padding: 5px 10px;
  padding-right: 15px;
  width: 240px;
}

.headerMainNav>ul>li.navLiAll>ul>li>ul>li:hover>a {
  background: #ff2a00;
  color: white;
}

.navLiMore {
  position: absolute !important;
  right: 0px;
  border-left: 1px solid #ff2a00;
}

.headerTopWorktime .far {
  color: #333;
}

.headerMiddlePhones a .fab {
  color: #333;
}

.headerMainNav>ul>li.navLiOther:hover>a {
  display: block;
  position: relative;
  background: white;
  color: #333;
  text-shadow: 1px 1px 0px white;
}

.headerMainNav>ul>li.navLiOther>a {
  display: block;
  position: relative;
  background: #ff2a00;
  border-radius: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 0px 0px;
  font-size: 14px;
  text-shadow: 1px 1px 0px black;
}

.headerMainNav>ul>li.navLiOther {
  display: inline-block;
  position: relative;
}

.navLiOther ul {
  display: none;
  position: absolute;
  background: white;
  left: 50%;
  transform: translate(-50%, 0);
  color: #333;
  border: 1px solid #cdcdcd;
  box-shadow: 0px 10px 20px 0px #91919161;
}

.navLiOther:hover ul {
  display: block;
}

.navLiOther ul li {
  display: block;
  position: relative;
  font-size: 0px;
}

.navLiOther ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #cdcdcd;
  color: #333;
  padding: 5px 10px;
  padding-right: 15px;
  width: 240px;
  font-size: 14px;
}

.navLiOther ul li:hover a {
  display: block;
  position: relative;
  background: #ff2a00;
  color: white;
}

.headerMainNav>ul>li.navLiManufacturer:hover>a {
  display: block;
  position: relative;
  background: white;
  color: #333;
  text-shadow: 1px 1px 0px white;
}

.headerMainNav>ul>li.navLiManufacturer>a {
  display: block;
  position: relative;
  background: #ff2a00;
  border-radius: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  padding: 10px 15px;
  margin: 0px 5px;
  font-size: 16px;
  text-shadow: 1px 1px 0px black;
}

.headerMainNav>ul>li.navLiManufacturer {
  display: inline-block;
  position: relative;
}

.navLiManufacturer ul {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: white;
  color: #333;
  border: 1px solid #cdcdcd;
  box-shadow: 0px 10px 20px 0px #91919161;
  /* flex-direction: column;
    flex-wrap: wrap; */
  max-height: 300px;
  width: 220px;
}

.navLiManufacturer:hover ul {
  display: block;
  font-size: 0px;
}

.navLiManufacturer ul li {
  display: block;
  position: relative;
  font-size: 0px;
  width: 100%;
  border-left: 1px solid #cdcdcd;
}

.navLiManufacturer ul li a {
  display: block;
  position: relative;
  color: #333;
  padding: 5px 10px;
  font-size: 14px;
}

.navLiManufacturer ul li:hover a {
  display: block;
  position: relative;
  background: #ff2a00;
  color: white;
}

.navLiManufacturer ul {
  overflow-y: auto;
}

.navLiManufacturer ul li:nth-child(odd) {
  background: #f7f7f7;
}

.navLiAllManufacturer ul li:nth-child(odd) {
  background: #f7f7f7;
}

.navLiMore ul {
  right: 0px;
}

#mfilter-opts-price-min,
#mfilter-opts-price-max {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}

.footerWrapper {
  display: block;
  position: relative;
}

.footer {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  width: 1400px;
  max-width: 100%;
  margin: 0px auto;
  background: white;
  min-height: 180px;
  padding: 50px 30px;
}

.footerLeftSide {
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
  color: gray;
  min-width: 150px;
}

.footerCopyrightInner {
  display: block;
  position: relative;
  padding: 20px 0px;
}

.footerLogo {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
  z-index: 9;
}

.footerLogo img {
  width: 100%;
}

.footerInfo {
  padding-left: 50px;
}

.footerInfoTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footerInfoNav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.footerCopyrightInner {
  font-size: 12px;
}

.footerInfoNav ul li {
  display: block;
  position: relative;
}

.footerInfoNav ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0px;
  color: #333;
  text-decoration: none;
  max-width: 240px;
}

.footerCategories {
  padding-left: 40px;
}

.footerInfoTitle {
  color: #ff2a00;
}

.footerCategoriesTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ff2a00;
}

.footerCategories ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.footerCategories ul li {
  display: block;
  position: relative;
}

.footerCategories ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0px;
  color: #333;
  text-decoration: none;
}

.footerLang {}

.footerLang a {
  color: #333;
}

.footerLang .langDel {
  color: #c3c3c3;
}

.footerLang .langActive {
  font-weight: bold;
}

.footerAddress {
  margin-top: 20px;
}

.footerAddress a {
  font-size: 14px;
  color: #333;
  letter-spacing: -0.5px;

}

.footerWorktime {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-left: 30px;
  color: #333;
  font-size: 16px;
  letter-spacing: -0.5px;
  justify-content: flex-end;
}

.footerWorktimeInner {
  padding-left: 10px;
}

.footerSocial {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.footer a:hover {
  text-decoration: none;
}

.footerSocial a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 3px;
  background: black;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  width: 33px;
  height: 32px;
}

.footerEmail {
  margin-top: 20px;
}

.footerEmail a {
  color: #333;
  font-size: 16px;
}

.footerPhones {
  position: relative;
  margin-top: 20px;
}

.footerPhones a {
  display: block;
  position: relative;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-align: right;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.footerPhones a {
  text-decoration: none;
}

.footerRightSide {
  text-align: right;
  min-width: 230px;
}

.documentContentWrapper {
  display: block;
  position: relative;
}

.documentContent {
  display: block;
  position: relative;
  width: 1400px;
  max-width: 100%;
  margin: 0px auto;
  background: white;
  min-height: calc(100vh - 670px);
  padding: 15px 30px;
}

.breadcrumb a {
  color: #333;
  text-decoration: none;
}

.pageContent {
  padding: 0px;
}

.pageContent h1,
.pageContent h2,
.pageContent h3,
.pageContent h4,
.pageContent h5,
.pageContent h6 {
  color: #333;
}

.pageContentTitle {
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 32px;
}

.sitemapContent {
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
}

.sitemapContent a {
  color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.homepageManufacturerWrapper {
  display: block;
  position: relative;
  margin-top: 50px;
}

.homepageManufacturerList {
  display: flex;
  position: relative;
  width: 100%;
  border: 1px solid #e7e7e7;
  list-style: none;
  border-radius: 3px;
  margin: 0px;
  padding: 20px;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  overflow: hidden;
  transition: all 1s ease-out;
  margin-bottom: 50px;
  flex-direction: row;
  flex-wrap: wrap;
}

.homepageManufacturerListShow {
  height: inherit !important;
  transition: all 1s ease-out;
}

.homepageManufacturerList li {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  margin: 10px;
}

.homepageManufacturerList li img {
  opacity: 1;
  transition: .4s;
  height: 116px;
  width: 116px;
}

.homepageManufacturerList li {
  display: block;
  position: relative;
}

.homepageManufacturerList li a {
  display: flex;
  position: relative;
  width: 120px;
  height: 120px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: black;
  font-weight: bold;
  padding: 5px;
}

.homepageManufacturerList li a:hover {
  text-decoration: none;
}

.homepageManufacturerListMore {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -33px;
  transform: translate(-50%, 0%);
  font-size: 45px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  cursor: pointer;
  text-align: center;
  color: #ff2a00;
  border-radius: 10px;
  background: white;
  border: 1px solid #e7e7e7;
  transition: .4s;
}

.homepageManufacturerListMore:hover {
  color: #333;
}

.productItem {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 240px;
  margin: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 15px;
  background: white;
  transition: .4s;
  z-index: 1;
}

.productItem:hover {
  box-shadow: 0px 0px 10px 0px #e9e9e9;
}

.productItemImage {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 200px;
  height: 210px;
  margin: 0px auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.productItemImage img {
  display: block;
  position: relative;
  object-fit: contain;
}

.productItemLink {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 6px;
  padding-bottom: 2px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 46px;
  color: #000000;
  text-align: left;
}

.productItemLink:active,
.productItemLink:focus,
.productItemLink:hover {
  text-decoration: none;
  color: #ff2a00;
}

.productItemPrice {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

.productItemPriceMain {
  display: inline-block;
  color: #000;
}

.productItemPriceOld {
  display: inline-block;
  line-height: .8;
  /* color: #acacac; */
  color: #ff2a00;
  font-size: 14px;
  text-decoration: line-through;
  padding-left: 10px;
}

.productItemsWrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.productItemStock-1 {
  opacity: 1;
}

.productItemStock-2 {
  opacity: .5;
}

.productItemStock-3 {
  opacity: .9;
}

.productItem:hover {
  opacity: 1;
  z-index: 2;
}

.productItemStockStatus {
  margin-top: 4px;
  font-size: 13px;
}

.productItemStockStatus {
  text-align: left;
  font-weight: bold;
  text-shadow: 1px 1px 0px white;
}

.productItemStockStatus-1 {
  color: #69b815;
}

.productItemStockStatus-2 {
  color: #ff3a00;
}

.productItemStockStatus-3 {
  color: #2196f3;
}

.productItemAddToCart {
  display: inline-block;
  position: relative;
  margin: 5px 0px;
  padding: 5px 15px;
  background: #1a941e;
  border: 1px solid #1a941e;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  border-radius: 3px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-shadow: 1px 1px 0px black;
}

.headerMiddlePhonesCart {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

.productItemAddToCart:hover {
  text-decoration: none;
  color: white;
}

.productItem {
  transition: .4s;
}

.productItem:hover .productItemHover {
  visibility: visible;
  top: 99%;
  opacity: 1;
  transition-delay: 0.3s;
}

.productItemHover {
  display: block;
  visibility: hidden;
  position: absolute;
  z-index: 9;
  top: 80%;
  opacity: 0;
  left: 0px;
  padding: 10px;
  width: 100%;
  background: white;
  border: 1px solid #e5e5e5;
  transition: .4s;
  box-shadow: 0px 0px 10px 0px #e9e9e9;
}

.productItemAddToWishlist {
  display: inline-block;
  position: relative;
  font-weight: 300;
  margin: 5px 0px;
  padding: 5px 7px;
  /* background:#333; */
  background: #ff2a00;
  color: white;
  border-radius: 3px;
  text-decoration: none;
  width: 49.5%;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  text-shadow: 1px 1px 0px black;
}

.productItemAddToCompare {
  display: inline-block;
  position: relative;
  margin: 5px 0px;
  font-weight: 300;
  padding: 5px 7px;
  /* background:#333; */
  background: #03A9F4;
  color: white;
  border-radius: 3px;
  text-decoration: none;
  width: 49.5%;
  font-size: 12px;
  text-shadow: 1px 1px 0px black;
  text-align: center;
  cursor: pointer;
}

.popupFixedAlert {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999999;
}

.homepageContentFeaturedTitles {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.homepageFeaturedWrapper {
  display: none;
}

.homepageFeaturedWrapper .owl .owl-item {
  text-align: center;
}

.homepageFeaturedTitle {
  display: inline-block;
  position: relative;
  border-radius: 20px;
  background: white;
  border: 1px solid #e7e7e7;
  color: #333;
  margin: 10px;
  cursor: pointer;
  transition: .4s;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.homepageFeaturedTitle:hover {
  background: #ff2a00;
  border: 1px solid #e7e7e7;
  color: white;
  text-shadow: 1px 1px 0px black;
}

.homepageFeaturedTitleActive {
  background: #ff2a00;
  border: 1px solid #e7e7e7;
  color: white;
  text-shadow: 1px 1px 0px black;
}

.homepageFeaturedWrapper {
  display: block;
  position: relative;
}

.homepageFeaturedWrapper .owl-stage {
  padding-bottom: 140px;
  z-index: 9;
}

.homepageFeaturedWrapper .owl-nav {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
}

.homepageFeaturedWrapperIconLeft {
  position: absolute;
  display: block;
  left: -10px;
  top: 160px;
  font-size: 32px;
  color: #ff2a00;
}

.homepageFeaturedWrapperIconRight {
  position: absolute;
  display: block;
  right: -10px;
  top: 160px;
  font-size: 32px;
  color: #ff2a00;
}

.homepageFeaturedWrapperIconLeft:hover {
  color: #333;
}

.homepageFeaturedWrapperIconRight:hover {
  color: #333;
}

.productItemAddTo {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.pageDescriptionWrapper h1 {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}

.pageDescriptionWrapper h2 {
  font-size: 22px;
  font-weight: 300;
}

.pageDescriptionWrapper h3 {
  font-size: 21px;
  font-weight: 300;
}

.pageDescriptionWrapper h4 {
  font-size: 19px;
  font-weight: 300;
}

.pageDescriptionWrapper h5 {
  font-size: 17px;
  font-weight: 300;
}

.pageDescriptionWrapper h6 {
  font-size: 15px;
  font-weight: 300;
}

.pageDescriptionWrapperContent {
  display: block;
  position: relative;
  overflow: hidden;
  height: 350px;
}

.pageDescriptionWrapperContent:after {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 140%);
  content: " ";
  z-index: 9;
}

.pageDescriptionWrapper {
  margin-bottom: 50px;
}

.pageDescriptionWrapperContentBtn {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  background: white;
  color: #333;
  border: 1px solid gray;
  font-weight: bold;
  border-radius: 20px;
  cursor: pointer;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.pageDescriptionWrapperContentSubtitle b {
  font-weight: 300 !important;
}

.pageDescriptionWrapperContentSubtitle {
  text-align: center;
}

.pageDescriptionWrapperContentSubtitleManuf {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.pageDescriptionWrapperContentFull:after {
  display: none;
}

.productItemGroupItems {
  display: flex;
  position: relative;
}

.pageDescriptionManufShortDescriptionWrapper {
  display: flex;
  position: relative;
}

.pageDescriptionManufShortDescriptionWrapper img {
  margin-right: 15px;
  max-height: 120px;
}


.productItemGroupItem {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 3px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid green;
}

.productItemGroupItem img {
  width: 100px;
  height: 100px;
}

.productItem .productItemGroupItem img {
  width: 30px;
  height: 30px;
}

.productItem .productItemGroupItem {
  width: 30px;
  height: 30px;
}

/* .productPageFirstRow .productItemGroupItem {
    border-left:0px;
    border-top:0px;
    border-right:0px;
    border-bottom:3px solid green;
}
.productPageFirstRow .productItemGroupItemOutofstock {
    border-left:0px;
    border-top:0px;
    border-right:0px;
    border-bottom:3px solid #ff3a00;
    opacity:.5;
}
.productPageFirstRow .productItemGroupItemPreorder {
    border-left:0px;
    border-top:0px;
    border-right:0px;
    border: 1px solid #2196f3;
    opacity: 1;
} */
.productItemGroupItemOutofstock {
  border: 1px solid #ff3a00;
  opacity: .5;
}

.productItemGroupItemPreorder {
  border: 1px solid #2196f3;
  opacity: 1;
}

.categoryWrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.categorySidebar {
  display: inline-block;
  position: relative;
  width: 250px;
}

.categoryContent {
  display: inline-block;
  position: relative;
  width: calc(100% - 250px);
  padding-left: 30px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background: #ff2a00 !important;
  border-color: #ff2a00 !important;
  text-shadow: 1px 1px 0px black;
  z-index: 1 !important;
}

.btn-primary {
  background: #ff2a00 !important;
  border-color: #ff2a00 !important;
  text-shadow: 1px 1px 0px black;
}

#productItemsWrapperCat .product-grid:nth-child(2) {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.leftSidebarFilterTitle {
  display: none;
  margin-top: 0px;
}

.bredcrumbCatTitle {
  display: inline;
  font-size: 14px;
  font-weight: bold;
}

.categoryContent .pageDescriptionWrapperContent {
  height: 100px;
  margin-bottom: 20px;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
}

.categoryContent .pageDescriptionWrapper {
  margin-top: 50px;
}

.searchRowWrapper {
  padding: 20px 30px;
}

.pageDescriptionWrapperContentFull {
  height: inherit !important;
}

.navLiAllManufacturer ul {
  overflow-y: auto;
  overflow-x: hidden;
}

.headerMainNav ul::-webkit-scrollbar {
  width: 7px;
  height: 7px
}

.headerMainNav ul::-webkit-scrollbar-button {
  width: 0;
  height: 0
}

.headerMainNav ul::-webkit-scrollbar-thumb {
  background: #ff2a00;
  border: 0 none #fff;
  border-radius: 0
}

.headerMainNav ul::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.headerMainNav ul::-webkit-scrollbar-thumb:active {
  background: #fff
}

.headerMainNav ul::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #ff2a00;
  border-radius: 0
}

.headerMainNav ul::-webkit-scrollbar-track:hover {
  background: #fff;
}

.headerMainNav ul::-webkit-scrollbar-track:active {
  background: #ff2a00
}

.headerMainNav ul::-webkit-scrollbar-corner {
  background: transparent
}

.pageDescriptionWrapperContent img {
  max-width: 100% !important;
  height: auto !important;
}

.pageContent img {
  max-width: 100% !important;
  height: auto !important;
}

.headerBottomFixed {
  display: block;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 0px;
  width: 100%;
  max-width: 1400px;
  background: #ff2a00;
}

.headerMiddleAddBottomPadding {
  padding-bottom: 50px !important;
}

.container {
  width: 100%;
}

.headerTopAddress .fas {
  color: #333;
}

.headerTopNav .fas {
  color: #333;
}

.categoryCategoriesWrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.categoryCategoriesInner {
  display: block;
  position: relative;
  width: 300px;
  text-align: center;
  padding: 10px;
}

.categoryCategoriesInner:hover img {
  box-shadow: 0px 0px 10px 0px #777777
}

.categoryCategoriesInnerImg {
  display: inline-block;
  position: relative;
}

.categoryCategoriesInner img {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  padding: 4px;
  background: white;
  transition: .4s;
  box-shadow: 0px 0px 10px 0px #e5e5e5;
}

.categoryCategoriesInnerTitle {
  display: block;
  position: relative;
  font-weight: 300;
  color: black;
  font-size: 18px;
  margin-top: 10px;
}

a.categoryCategoriesInnerTitle:hover {
  text-decoration: none;
  color: black;
}

a.categoryCategoriesInnerImg:hover {
  text-decoration: none;
  color: black;
}

.categoryContentFullWidth {
  width: 100% !important;
  padding-left: 0px;
}

.headerMiddleCart .dropdown-menu {
  width: 400px;
  padding: 10px;
}

.headerMiddleCart .dropdown-menu .table {
  border: 1px solid #ddd;
}

.cartTdQuantity {
  width: 40px;
}

.cartTdName {
  width: 150px;
  font-size: 12px;
}

.cartTdThumb {
  width: 60px;
}

.cartTdTotal {
  width: 80px;
  font-size: 12px;
}

.cartTdRemove {
  width: 40px;
  font-size: 12px;
}

.productPageFirstRow {
  display: flex;
  position: relative;
  margin: 30px 0px;
  align-items: center;
}

.productPageFirstRowLeft {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 600px;
  text-align: center;
  justify-content: center;
}

.productPageFirstRowLeftImgWrapper {
  /* display: flex;
    position: relative;
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center; */
  display: flex;
  flex-wrap: wrap;
  /* Allow images to wrap to the next line */
  justify-content: center;
  /* Center images horizontally */
  align-items: center;
  /* Center images vertically */
  width: 100%;
  max-width: 400px;
}

.productPageFirstRowLeftImgWrapper::before {
  content: '';
  flex-basis: 100%;
  /* Forces a line break */
  height: 0;
  /* No height needed */
}

.productPageFirstRowLeftImg {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 400px;
  flex-basis: 100%;
  height: inherit;
  cursor: pointer;
  border: 3px solid white;
}

.productPageFirstRowLeftImg:after {
  display: block;
  position: relative;
  content: " ";
  height: 2px;
  width: 100%;
}

.productPageFirstRowRight {
  display: block;
  position: relative;
  padding-left: 30px;
  width: 100%;
  max-width: calc(100% - 400px);
}

.productPageFirstRowRightTitle {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  max-width: 600px;
}

.productPageFirstRowRightSku {
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  color: gray;
}

.productPageStock {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0px;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 3px;
  text-shadow: 1px 1px 0px black;
}

.productPageStockInStock {
  background: #4caf50;
  color: white;
}

.productPageStockOutOfStock {
  background: #F44336;
  color: white;
}

.productPageStockPreOrder {
  background: #2196f3;
  color: white;
}

.productPageFirstRowRightManuf a {
  color: #ff2a00;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.productPageNotify {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0px;
  padding: 3px 10px;
  border-radius: 3px;
  background: #4caf50;
  color: white;
  transition: .4s;
  cursor: pointer;
  text-shadow: 1px 1px 0px black;
}

.productPagePriceRow {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

.productPagePrice {
  display: inline-block;
  color: #000;
  font-weight: bold;
}

.productPagePriceOld {
  display: inline-block;
  line-height: .8;
  color: #ff2a00;
  font-weight: bold !important;
  font-size: 16px;
  text-decoration: line-through;
  padding-left: 10px;
}

.productPageAddToCart {
  display: inline-block;
  position: relative;
  color: white;
  /* background: #ff2a00;
    border: 1px solid #ff2a00; */
  background: #1a941e;
  border: 1px solid #1a941e;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0px;
  padding: 10px 15px;
  margin-right: 10px;
  transition: .4s;
  text-shadow: 1px 1px 0px black;
}

.productPageFastOrder {
  display: inline-block;
  position: relative;
  color: white;
  /* background: black;
    border: 1px solid black; */
  background: #FF5722;
  border: 1px solid #FF5722;
  text-shadow: 1px 1px 0 black;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0px;
  padding: 10px 15px;
  margin-right: 10px;
  transition: .4s;
}

.productPageFirstRowRightRating {
  margin-bottom: 10px;
}

.productPageFirstRowRightAddTo {
  margin-bottom: 10px;
}

.productPageFirstRowRightAddToWishlist {
  margin: 10px 0px;
  margin-right: 10px;
  cursor: pointer;
}

.productPageFirstRowRightAddToCompare {
  margin: 10px 0px;
  cursor: pointer;
}

.productPageFirstRowRightAddToWishlist:hover {
  color: #ff2a00;
}

.productPageFirstRowRightAddToCompare:hover {
  color: #ff2a00;
}

.productPageAddToCart:hover {
  box-shadow: 0px 0px 10px 0px #838383;
}

.productPageFastOrder:hover {
  box-shadow: 0px 0px 10px 0px #838383;
}

.productPageNotify:hover {
  box-shadow: 0px 0px 10px 0px #838383;
}

.productPageSecondRowWrapper {
  display: block;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
}

.nav-tabs>li>a {
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background: #ff2a00;
  border: 1px solid #ff2a00;
  color: #fff;
  text-shadow: 1px 1px 0px black;
}

.productPageSecondRowIframeWrapper {
  display: block;
  text-align: center;
}

.productPageSecondRowIframeWrapper iframe {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 270px;
  border: 0px;
  height: inherit;
  margin: 20px auto;
}

.productPageFirstRowLeftImgIcons {
  opacity: .5;
}

.productPageFirstRowLeftImgIcons i {
  margin: 0px 1px;
}

.productPageSecondRowWrapper .tab-content {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #d7d7d7;
  border-top: 0px;
}

#d_quickcheckout .btn-primary {
  background: #4caf50 !important;
  border-color: #4caf50 !important;
}

.productPageSecondRowWrapper * {
  font-size: 18px !important;
}

#tab-description img {
  display: block;
  position: relative;
  margin: 10px auto;
  max-width: 100%;
  float: inherit !important;
}

#tab-description iframe {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 270px;
  border: 0px;
  height: inherit;
  margin: 20px auto;
  float: inherit !important;
}

#tab-images img {
  display: block;
  position: relative;
  margin: 10px auto;
  float: inherit !important;
  max-width: 100%;
}

#fastOrderBtn {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  background: #ff9800;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  border: 0px;
}

#notifyBtn {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  background: #ff9800;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  border: 0px;
}

.lg-backdrop {
  background-color: white;
}

.productPageSecondRowDescription strong {
  font-weight: 300;
}

.productPageFirstRowRightRating img {
  width: 100px;
}

.productPageFirstRowRightGroup {
  margin-bottom: 10px;
}

.productPageFastOrderOverlay {
  display: flex;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .3);
  z-index: 99999;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.productPageFastOrderOverlayHide {
  display: none;
}

.productPageFastOrderWrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 15px;
  padding-top: 25px;
  border: 1px solid #4CAF50;
  background: #4CAF50;
  border-radius: 10px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.productPageFastOrderClose {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.productPageFastOrderWrapper #fastOrderPhone {
  display: block;
  position: relative;
  border: 1px solid white;
  padding: 10px;
  width: 100%;
  margin: 15px 0px;
  border-radius: 5px;
  text-align: center;
  color: black;
}

.productPageFastOrderRow1Lock {
  font-size: 12px;
  margin-top: 10px;
}

.productPageFastOrderRow2Title .far {
  font-size: 48px;
  margin-bottom: 10px;
}

.productPageFastOrderRow1Error {
  margin: 10px 0px;
  text-align: center;
  font-size: 14px;
  color: red;
}

.g-recaptcha-fastorder {
  display: block;
  position: relative;
  text-align: center;
}

.g-recaptcha-fastorder>div {
  display: block;
  position: relative;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 10px;
}

.productPageFastOrderRow1ErrorNumber {
  margin-bottom: 10px;
  color: red;
}

.productPageNotifyOverlay {
  display: flex;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .3);
  z-index: 99999;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.productPageNotifyOverlayHide {
  display: none;
}

.productPageNotifyWrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 15px;
  padding-top: 25px;
  border: 1px solid #4CAF50;
  background: #4CAF50;
  border-radius: 10px;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.productPageNotifyClose {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.productPageNotifyWrapper #notifyEmail {
  display: block;
  position: relative;
  border: 1px solid white;
  padding: 10px;
  width: 100%;
  margin: 15px 0px;
  border-radius: 5px;
  text-align: center;
  color: black;
}

.productPageNotifyRow1Lock {
  font-size: 12px;
  margin-top: 10px;
}

.productPageNotifyRow2Title .far {
  font-size: 48px;
  margin-bottom: 10px;
}

.productPageNotifyRow1Error {
  margin: 10px 0px;
  text-align: center;
  font-size: 14px;
  color: red;
}

.g-recaptcha-notify {
  display: block;
  position: relative;
  text-align: center;
}

.g-recaptcha-notify>div {
  display: block;
  position: relative;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 10px;
}

.productPageNotifyRow1ErrorNumber {
  margin-bottom: 10px;
  color: red;
}

.productCategoryFeaturedTitle {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
}

.productCategoryFeaturedOwl .productItem:hover .productItemHover {
  opacity: 0;
}

.productCategoryFeaturedOwl .owl-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.productPageFeaturedTitle {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
}

.productPageViewedTitle {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
}

.productPageVieweddOwl .owl-stage {
  padding-bottom: 130px;
}

.productPageFeaturedOwl .owl-stage {
  padding-bottom: 130px;
}

.productPageFeaturedOwl .owl-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.productPageVieweddOwl .owl-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.headerMiddleCart #cart .dropdown-menu .scrollableDiscountCell {
  max-height: 100px;
  padding-right: 5px;
  overflow-y: auto;
}

.headerMiddleCart #cart .dropdown-menu .scrollableDiscountCell::-webkit-scrollbar {
  width: 7px;
  height: 7px
}

.headerMiddleCart #cart .dropdown-menu .scrollableDiscountCell::-webkit-scrollbar-button {
  width: 0;
  height: 0
}

.headerMiddleCart #cart .dropdown-menu .scrollableDiscountCell::-webkit-scrollbar-thumb {
  background: #ff2a00;
  border: 0 none #fff;
  border-radius: 0
}

.headerMiddleCart #cart .dropdown-menu .scrollableDiscountCell::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.headerMiddleCart #cart .dropdown-menu .scrollableDiscountCell::-webkit-scrollbar-thumb:active {
  background: #fff
}

.headerMiddleCart #cart .dropdown-menu .scrollableDiscountCell::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #ff2a00;
  border-radius: 0
}

.headerMiddleCart #cart .dropdown-menu .scrollableDiscountCell::-webkit-scrollbar-track:hover {
  background: #fff;
}

.headerMiddleCart #cart .dropdown-menu .scrollableDiscountCell::-webkit-scrollbar-track:active {
  background: #ff2a00
}

.headerMiddleCart #cart .dropdown-menu .scrollableDiscountCell::-webkit-scrollbar-corner {
  background: transparent
}

.productStickerWrapper {
  display: flex;
  position: absolute;
  left: 0px;
  top: 0px;
  flex-direction: column;
  align-items: flex-start;
  flex-direction: column;
  z-index: 9;
}

.productSticker {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  font-size: 12px;
  margin: 3px 0px;
  color: white;
  border-radius: 0px 2px 2px 0px;
  border-left: 2px outset #bdbdbd;
  text-shadow: 1px 1px 0px black;
}

.productStickerspecial {
  background: #f02828;
}

.productStickerdiscount {
  background: #f02828;
}

.productStickernew {
  background: #2196F3;
}

.productStickerhit {
  background: #f07828;
}

.productStickerprice {
  background: #8bc34a;
}

.productPageFirstRowRight .productStickerWrapper {
  display: block;
  position: relative;
  left: inherit;
  top: inherit;
}

.homepageContentMiddleWrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.homepageContentMiddleCol {
  display: block;
  position: relative;
}

.homepageContentMiddleCol img {
  display: block;
  position: relative;
  max-width: 420px;
  width: 100%;
}

.mfilter-category-tree ul li.mfilter-to-parent {
  background: none;
}

.mfilter-to-parent a::before {
  display: inline-block;
  position: relative;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
}

.mfilter-category a {
  color: black;
}

.mfilter-category a:hover {
  color: #ff2a00;
}

.blogTag-title a {
  font-weight: bold;
  color: #ff2a00;
  text-transform: uppercase;
  font-size: 21px;
  text-decoration: none;
}

.blogTag-description * {
  font-size: 18px;
}

.blogContent * {
  font-size: 18px;
}

.blogContentTitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.spinnerAnimation {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-top-color: #ff3838;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 49%;
  top: 49%;
}

.productPageTabSertifImg {
  display: block;
  position: relative;
  margin: 10px auto;
  max-width: 100%;
}

.mfilter-free-button {
  user-select: none;
  -webkit-user-select: none;
  /* Для Safari */
  -moz-user-select: none;
  /* Для Firefox */
  -ms-user-select: none;
  /* Для IE/Edge */
  right: -89px;
  top: 50%;
  opacity: .8;
  background: #ff2a00 !important;
  background-color: #ff2a00 !important;
  border-color: #ff2a00 !important;
  border-radius: 0px 10px 10px 0px;
  text-indent: 0px;
  font-size: 14px;
  color: white;
  width: 68px;
  background: none;
  padding: 0px;
  margin: 0px;
  line-height: 15px;
  height: 15px;
  font-size: 13px;
  transform: translate(0%, -35px);
  text-shadow: 1px 1px 0 black;
}

.margin-under-owl {
  /* margin-top: -120px; */
  z-index: 10 !important;
  position: relative;
}

.owl-carousel {
  z-index: 9;
}

.product-grid {
  text-align: center;
}

.productPageFeaturedTitle {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
}

.successOrderWrapper {
  display: flex;
  position: fixed;
  max-width: 300px;
  width: 100%;
  padding: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background: white;
  flex-wrap: nowrap;
  box-shadow: 0px 0px 15px 3px #009688;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
}

.successOrderWrapperTitle {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 19px;
  color: black;
  text-transform: uppercase;
}

.successOrderWrapperTitle .far {
  font-size: 48px;
  margin-bottom: 10px;
  color: #009688;
}

.wbp-mtp-images-wrapper img {
  display: block;
  position: relative;
  margin: 10px auto;
  max-width: 100%;
}

.sidebarSocial {
  display: flex;
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 99;
  flex-direction: column;
}

.sidebarSocial a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4px;
  position: relative;
  margin-left: 3px;
  font-size: 28px;
  width: 40px;
  height: 50px;
  margin-bottom: 15px;
  text-decoration: none;
  background: #23599b;
  color: white;
  text-shadow: 1px 1px 0px black;
}

.sidebarSocial a:before {
  display: inline-block;
  position: absolute;
  content: " ";
  left: -19.5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 50px 0;
  border-color: transparent #23599b transparent transparent;
  transform: rotate(0deg);
}

.sidebarSocial a.fab.fa-facebook-square {
  background: #23599b;
  color: white;
}

.sidebarSocial a.fab.fa-facebook-square:before {
  border-color: transparent #23599b transparent transparent;
}

.sidebarSocial a.fab.fa-instagram {
  background: #E91E63;
}

.sidebarSocial a.fab.fa-instagram:before {
  border-color: transparent #E91E63 transparent transparent;
}


.sidebarSocial a.fab.fa-telegram-plane {
  background: #24A1DE;
  color: white;
}

.sidebarSocial a.fab.fa-telegram-plane:before {
  border-color: transparent #24A1DE transparent transparent;
}

.sidebarSocial a.fab.fa-viber {
  background: #7360f2;
  color: white;
}

.sidebarSocial a.fab.fa-viber:before {
  border-color: transparent #7360f2 transparent transparent;
}

.sidebarSocial a:hover {
  text-decoration: none;
  box-shadow: -5px -1px 20px 0px #838383;
}

.productPageGifts {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.productPageGift {
  display: inline-block;
  position: relative;
  padding: 5px 20px;
  background: #ffecec;
  margin: 4px 0px;
  border-radius: 2px;
  font-weight: bold;
  border-left: 2px solid red;
}

.qc-checkout-product .productPageGift {
  font-size: 10px;
  padding: 3px 5px;
}

.productPageButtonCreditPartPrivat {
  display: flex;
  position: relative;
  color: #000000;
  background: #fdfdfd;
  border: 2px solid #4ea524;
  font-size: 14px;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 10px 0px;
  width: 100%;
  max-width: 500px;
  padding: 10px 15px;
  margin-right: 10px;
  transition: .4s;
  align-content: center;
  flex-direction: row;
  align-items: center;
}

.productPageButtonCreditPartPrivat img {
  margin-right: 10px;
}

.privatbank_pp_selectcounter {
  font-size: 12px;
  padding-left: 12px;
}

.privatbank_pp_selectcounter div {
  margin-bottom: 10px;
}

.privatbank_pp_overlay {
  display: flex;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: rgba(0, 0, 0, .5);
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.privatbank_pp_wrapper {
  display: inline-block;
  position: relative;
  padding: 20px;
  max-width: 800px;
  height: 80vh;
  overflow-y: auto;
  width: 100%;
  background: white;
  border-radius: 5px;
}

.privatbank_pp_wrapper::-webkit-scrollbar {
  width: 7px;
  height: 7px
}

.privatbank_pp_wrapper::-webkit-scrollbar-button {
  width: 0;
  height: 0
}

.privatbank_pp_wrapper::-webkit-scrollbar-thumb {
  background: #ff2a00;
  border: 0 none #fff;
  border-radius: 0
}

.privatbank_pp_wrapper::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.privatbank_pp_wrapper::-webkit-scrollbar-thumb:active {
  background: #fff
}

.privatbank_pp_wrapper::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #ff2a00;
  border-radius: 0
}

.privatbank_pp_wrapper::-webkit-scrollbar-track:hover {
  background: #fff;
}

.privatbank_pp_wrapper::-webkit-scrollbar-track:active {
  background: #ff2a00
}

.privatbank_pp_wrapper::-webkit-scrollbar-corner {
  background: transparent
}

.privatbank_pp_wrapper p {
  font-size: 18px;
}

.privatbank_pp_overlay_hidden {
  display: none;
}

.privatbank_pp_close {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ff2a00;
  cursor: pointer;
}

.privatbank_pp_close i.fa {
  font-size: 28px !important;
}

.privatbank_pp_showoverlay {
  padding-left: 12px;
  font-size: 13px;
  font-weight: bold;
  color: #ff2a00;
  cursor: pointer;
}

.productItemRightSidebar {
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
}

.productItemCenterSidebar {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 99;
}

.productItemSlaveInstock {
  background: #69b815;
  color: white;
  border: 4px solid #4caf50;
  font-weight: bold;
  padding: 3px;
  text-shadow: 1px 1px 0px black;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 0px 7px 0px #ff0000db;
}

.productPartPayPrivat {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background: url('/image/ppicon.png') no-repeat;
  background-size: contain;
  content: " ";
}

.productItemPpIconCount {
  display: flex;
  position: absolute;
  right: -9px;
  top: -5px;
  font-weight: bold;
  border-radius: 50%;
  background: white;
  color: black;
  font-weight: bold;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border: 1px solid #dddddd;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.documentContent .pageContent p,
.documentContent .pageContent ul,
.documentContent .pageContent ol,
.documentContent .pageContent li {
  font-size: 18px;
}

.documentContent .pageContent .pageContentTitle {
  font-size: 32px !important;
}

.blogContent img {
  max-width: 100%;
  height: inherit !important;
}

.productPageBrandLink.gyeon {
  color: #4a457d;
}

.productPageBrandLink.carpro {
  color: black;
}

.productPageBrandLink.polytop {
  color: darkblue;
}

.btn-add-cart-pp {
  display: block;
  color: white;
  background: #4caf50 !important;
  border-color: #4caf50 !important;
}

label[for="liqpay"]::after {
  display: inline-block;
  position: relative;
  content: " ";
  background: url(/image/payment/visa.png) no-repeat;
  width: 85px;
  height: 10px;
  background-size: contain;
  background-position: center center;
}

label[for="privatbank_paymentparts_pp"]::after {
  display: inline-block;
  position: relative;
  content: " ";
  background: url(/image/ppicon.png) no-repeat;
  width: 28px;
  height: 15px;
  background-size: contain;
  background-position: center center;
}

label[for="novaposhta.novaposhta"] .text {
  padding-left: 35px;
}

label[for="novaposhta.novaposhta"] .text::before {
  display: inline-block;
  position: absolute;
  content: " ";
  top: -4px;
  left: 20px;
  background: url(/image/payment/novaposhta_icon.png) no-repeat;
  width: 30px;
  height: 25px;
  background-size: contain;
  background-position: center center;
}

label[for="cs.cs_0"] .text {
  padding-left: 35px;
}

label[for="cs.cs_0"] .text::before {
  display: inline-block;
  position: absolute;
  content: " ";
  top: -4px;
  left: 20px;
  background: url(/image/payment/novaposhta_icon.png) no-repeat;
  width: 30px;
  height: 25px;
  background-size: contain;
  background-position: center center;
}

.choices__list * {
  font-size: 10px;
}

.choices__inner * {
  font-size: 10px;
}

#cookieConsent {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding: 20px;
  z-index: 99999999;
}

.cookie-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.cookie-container p {
  margin: 0;
  flex-grow: 1;
}

.cookie-container a {
  color: #ffdd57;
  text-decoration: underline;
}

.cookie-container button {
  background-color: #ffdd57;
  color: black;
  border: none;
  padding: 10px 20px;
  margin-left: 10px;
  cursor: pointer;
}

.cookie-container button:hover {
  background-color: #ffcc00;
}

.checkout-cart .input-group input.form-control {
  min-width: 80px !important;
}

.account-logout .pull-right .btn-primary,
.account-address-edit .pull-right .btn-primary,
.account-address-add .pull-right .btn-primary,
.wishlistBuyBtn,
#wexSubmitButton.btn-primary,
.headerMiddleCart .btn-primary,
.checkout-cart .input-group-btn button.btn-primary,
.checkout-cart .pull-right .btn-primary,
.btn-register,
.btn-login,
.account-return-info .pull-right .btn.btn-primary,
.account-address .pull-right .btn.btn-primary,
.account-newsletter .pull-right .btn.btn-primary,
.account-password .pull-right .btn.btn-primary,
.account-edit .pull-right .btn.btn-primary {
  background: #4caf50 !important;
  border-color: #4caf50 !important;
}

.account-logout #content h1,
.account-address-add #content h2,
.account-return-info #content h1,
.account-return-info #content h2,
.account-address-edit #content h2,
.account-edit h1,
.account-password h1,
.account-address #content h2,
.account-order h1,
.account-return h1,
.account-newsletter h1 {
  font-size: 24px;
}


.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

.addressListDeleteBtn {
  margin-top: 10px;
}

.documentContent .well p {
  font-size: 16px;
  text-align: center;
}


/* Основные стили для таблицы с классом table-adaptive */
.table-adaptive {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.table-adaptive th,
.table-adaptive td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

/* Стили для зебра-строк */
.table-adaptive tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Адаптивные стили */
@media screen and (max-width: 600px) {

  .table-adaptive,
  .table-adaptive thead,
  .table-adaptive tbody,
  .table-adaptive th,
  .table-adaptive td,
  .table-adaptive tr {
    display: block;
  }

  .table-adaptive thead tr {
    display: none;
  }

  .table-adaptive tr {
    margin-bottom: 2rem;
  }

  .table-adaptive td {
    display: flex;
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    /* padding-left: 50% !important; */
    width: 100%;
    text-align: right;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }

  .table-adaptive td::before {
    content: attr(data-label);
    position: relative;
    left: 0;
    width: 45%;
    padding-left: 15px;
    white-space: normal;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
  }
}

@media (max-width:1400px) {
  .headerTopWorktime {
    padding-left: 1%;
  }

  .headerTopAddress {
    padding-left: 1%;
  }

  .headerTopLang {
    padding-left: 1%;
  }

  .headerTopSocial {
    padding-left: 1%;
  }

  .headerMainNav>ul>li.navLiManufacturer>a {
    font-size: 14px;
  }

  .headerMainNav>ul>li.navLiOther>a {
    font-size: 14px;
  }

  .headerMainNav>ul>li.navLiAll>a {
    font-size: 14px;
  }
}

@media (max-width:1370px) {
  .headerMiddleCart {
    padding-left: 1%;
  }

  .headerMiddlePhones {
    padding-left: 1%;
  }

  .headerMiddleDelivery {
    margin-left: 1%;
  }
}

@media (max-width:1300px) {
  .headerMiddleDeliveryTitle {
    font-size: 11px;
  }

  .headerMiddleDeliveryContent {
    font-size: 10px;
  }

  .headerTopNav ul li a {
    font-size: 11px;
    padding: 15px 3px;
  }

  .headerTopAddress a {
    font-size: 11px;
  }

  .headerTopWorktimeInner {
    font-size: 11px;
  }

  .headerTopSocial a {
    font-size: 12px;
    width: 21px;
    height: 20px;
  }

  .headerMainNav>ul>li.navLiManufacturer>a {
    font-size: 11px;
  }

  .headerMainNav>ul>li.navLiOther>a {
    font-size: 10px;
  }

  .headerMainNav>ul>li.navLiAll a {
    font-size: 11px;
  }

  .headerMainNav>ul>li.navLiAll div {
    font-size: 11px;
  }
}

@media (max-width:1200px) {
  .headerMiddleDeliveryWrapper {
    width: 30%;
  }

  .headerMiddleDelivery {
    display: none;
  }

  .headerMiddlePhones {
    padding: 15px 0px;
  }
}

@media (max-width:1130px) {
  .headerMiddleDeliveryWrapper {
    width: 20%;
  }

  .headerTopWorktime {
    display: none;
  }

  .headerMiddlePhones {
    min-width: 240px;
  }

  .headerMiddlePhones a {
    font-size: 18px;
  }
}

@media (max-width:1100px) {
  .headerMainNav>ul>li.navLiOther>a {
    font-size: 11px;
    padding: 10px 13px;
  }

  .headerMainNav>ul>li.navLiAll>a {
    font-size: 11px;
  }
}

@media (max-width:1080px) {
  .headerMiddleDeliveryWrapper {
    width: 20%;
  }

  .headerTopWorktime {
    display: none;
  }

  .headerTopSocial {
    display: none;
  }

  .headerMainNav>ul>li.navLiManufacturer>a {
    padding: 10px 10px;
  }

  .headerMainNav>ul>li.navLiOther>a {
    padding: 10px 10px;
  }

  .headerMainNav>ul>li.navLiAll a {
    padding: 10px 10px;
  }

  .headerMainNav>ul>li.navLiAll div {
    padding: 10px 10px;
  }

  .headerMiddleSearch .input-lg {
    min-width: 150px;
  }
}

@media (max-width:1040px) {
  .footer {
    flex-direction: column-reverse;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }

  .footerInfo {
    padding: 0px;
    margin-top: 30px;
  }

  .footerInfoTitle {
    text-align: center;
  }

  .footerCategories {
    padding: 0px;
    margin-top: 30px;
    width: 100%;
    max-width: 500px;
  }

  .footerCategoriesNav {
    width: 100%;
    max-width: 500px;
  }

  .footerInfoNav {
    width: 100%;
    max-width: 500px;
  }

  .footerCategoriesTitle {
    text-align: center;
  }

  .footerLeftSide {
    margin-top: 0px;
  }

  .footerRightSide {
    text-align: center;
  }

  .footerWorktime {
    align-items: center;
    justify-content: center;
    padding-left: 0px;
  }

  .footerPhones a {
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding-left: 60px;
  }

  .footerSocial {
    align-items: center;
    justify-content: center;
  }

  .footerPhones a .fab {
    padding-left: 5px;
  }

  .footerLogo {
    margin-top: 40px;
  }
}

@media (max-width:1000px) {
  .headerMiddleSearchWrapper {
    width: 100%;
  }

  .cookie-container {
    flex-direction: column;
  }

  #acceptCookies {
    margin: 15px 0px;
  }

  #declineCookies {
    margin: 0px;
  }

  #column-right .list-group {
    display: block;
    position: relative;
    top: inherit;
    bottom: inherit;
    padding: 0px;
    margin: 0px;
    margin-top: 100px;
  }

  .headerTop {
    min-height: 30px;
  }

  .productPageButtonCreditPartPrivat {
    font-size: 14px;
    text-transform: none;
  }

  .productPageButtonCreditPartPrivat div {
    text-align: center;
  }

  .productPageGift {
    padding: 2px 10px;
    font-size: 12px;
  }

  .sidebarSocial {
    display: none;
  }

  .productPageSecondRowWrapper * {
    font-size: 14px !important;
  }

  .productPageSecondRowWrapper .nav>li>a {
    padding: 10px 12px;
  }

  .headerMiddle {
    justify-content: space-between;
    padding: 0px 30px;
    flex-direction: column;
    align-items: center;
  }

  .headerMiddleSearch .input-lg {
    padding: 6px;
    min-width: 210px;
  }

  #input-search {
    font-size: 12px;
  }

  .dropdown-menu {
    max-width: 300px;
    overflow-y: auto;
    max-height: 400px;
  }

  .headerMiddleSearch .dropdown-menu {
    width: 100%;
    max-width: 100%;
  }

  .headerMiddleSearch .dropdown-menu li {
    width: 100%;
    max-width: 100%;
  }

  .searchRowWrapper [name="search"] {
    margin-bottom: 10px;
  }

  select[name="category_id"] {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .dropdown-menu li {
    max-width: 300px;
    padding: 5px;
  }

  .dropdown-menu>li>a {
    overflow: hidden;
    font-size: 12px;
    white-space: inherit;
  }

  .headerMiddleSearch .btn-lg {
    padding: 4px 15px;
  }

  .headerMiddleCart {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    opacity: .8;
    transition: .4s;
    padding-left: 0px;
  }

  .headerMainNav>ul>li.navLiOther {
    display: none;
  }

  .headerMainNav li:hover ul {
    display: initial;
  }

  .headerMainNav>ul>li.navLiAll>ul>li:hover>ul {
    display: initial;
  }

  .headerMainNav>ul>li.navLiManufacturer {
    display: none;
  }

  .headerMainNav {
    text-align: center;
  }

  .headerMainNav>ul {
    width: 100%;
  }

  .headerMainNav>ul>li.navLiAll {
    width: 100%;
  }

  .headerMainNav>ul>li.navLiAll>a {
    width: 100%;
    font-size: 18px;
  }

  .headerMiddleDeliveryWrapper {
    display: none;
  }

  .headerMainNav>ul>li.navLiAll>ul {
    width: 100%;
  }

  .headerMainNav>ul>li.navLiAll>ul>li {
    width: 100%;
  }

  .headerMainNav>ul>li.navLiAll>ul>li>a {
    width: 100%;
  }

  .headerMainNav>ul>li.navLiAll a {
    font-size: 20px;
  }

  .headerMainNav>ul>li.navLiAll div {
    font-size: 20px;
  }

  .headerMainNav>ul>li.navLiAll>ul>li:after {
    display: none;
  }

  .headerMainNav>ul>li.navLiAll>ul>li>ul {
    position: relative;
    left: inherit;
    top: inherit;
  }

  .headerMainNav>ul>li.navLiAll>ul>li>ul>li {
    width: 100%;
  }

  .headerMainNav>ul>li.navLiAll>ul>li>ul>li>a {
    width: 100%;
    font-size: 16px;
    text-align: left;
  }

  .headerMainNav>ul>li.navLiAll>ul>li>ul>li:nth-child(odd) {
    background: #f7f7f7;
  }

  .headerMainNav>ul>li.navLiAll>ul {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }

  .headerTop {
    /* justify-content: space-between; */
    padding: 0px 10px;
    /* flex-direction: column-reverse;
        align-items: center; */
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-radius: 0px;
  }

  .tltBlogTag {
    text-align: center;
  }

  .headerLogo {
    display: inline-block;
    position: relative;
    left: inherit;
    top: inherit;
  }

  .headerLogo {
    width: 100%;
    max-width: 358px;
    height: inherit;
  }

  .headerLogo a {
    width: 100%;
    max-width: 358px;
    height: inherit;
  }

  .headerTopAddress {
    padding-left: 0px;
  }

  .headerTopAddress a {
    font-size: 13px;
    padding: 5px 10px;
  }

  .headerMiddle {
    justify-content: space-between;
    padding: 0px 30px;
    flex-direction: column;
    align-items: center;
  }

  .headerTopNav ul li a {
    font-size: 13px;
    padding: 5px 10px;
  }

  .headerMiddleCart {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999999;
    opacity: .8;
    transition: .4s;
    padding-left: 0px;
  }

  .headerMiddleCart:hover {
    opacity: 1;
  }

  .headerMiddleUnderSearch {
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
  }

  .headerMiddleSearch {
    margin: 15px 0px;
  }

  .headerTopNav ul {
    text-align: center;
  }

  .headerTopLang {
    padding-left: 0px;
  }

  .headerTopLang a {
    padding: 1px;
  }

  .headerTop {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .headerMiddleCart .dropdown-menu {
    bottom: 100%;
    top: inherit;
  }

  .headerMiddlePhones {
    padding-right: 0px;
    padding-top: 0px;
  }

  .headerLogo a {
    display: block;
  }

  .headerMainNav>ul>li.navLiAll>a {
    margin: 0px;
    border-radius: 0px 0px 10px 10px;
  }
}

@media (max-width:870px) {

  /* .homepageSliderSection {
        display: none;
    } */

  .homepageContentMiddleWrapper {
    display: none;
  }

  .homepageManufacturerList {
    justify-content: space-around;
  }

  .homepageManufacturerList li {
    width: 120px;
    height: 120px;
    margin: 3px;
  }


  .homepageManufacturerList li img {
    width: 117px;
    height: 117px;
    object-fit: contain;
  }
}

@media (max-width:780px) {
  .checkoutProductTitle a {
    width: 400px;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
  }

  .checkout-cart .documentContent #content h1 {
    font-size: 24px;
  }

  .cartTdThumb {
    display: none;
  }

  .mfilter-free-container #mfilter-opts-price-min,
  .mfilter-free-container #mfilter-opts-price-max {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
  }

  .homepageContentMiddleWrapper {
    /* display:flex; */
    display: none;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .homepageContentMiddleCol {
    margin-bottom: 20px;
  }

  .productPageFirstRowLeft {
    max-width: 250px;
  }

  .productPageFirstRowRight {
    max-width: 100%;
  }

  .productPageFirstRowRightTitle {
    font-size: 18px;
  }

  .breadcrumb * {
    font-size: 10px;
  }

  .homepageFeaturedTitle {
    padding: 5px 10px;
    margin: 5px;
  }

  .homepageContentFeaturedTitles {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width:520px) {
  .productPageFirstRowLeft {
    max-width: 250px;
  }

  .productPageFirstRowRight {
    max-width: 100%;
  }

  .productPageFirstRowRightTitle {
    font-size: 18px;
  }

  .productPageNotify {
    padding: 10px 10px;
  }

  .productPageFirstRow {
    display: flex;
    position: relative;
    margin: 30px 0px;
    align-items: center;
    flex-direction: column;
  }

  .productPageFirstRowRightTitle {
    margin-top: 20px;
  }
}

@media (max-width:460px) {
  .homepageFeaturedTitle {
    padding: 5px 10px;
    margin: 5px;
  }

  .homepageFeaturedWrapper .owl-stage {
    padding-bottom: 130px;
  }

  .pageDescriptionWrapper h1 {
    font-size: 24px;
  }

  .pageDescriptionWrapper h2 {
    font-size: 23px;
    font-weight: 300;
  }

  .pageDescriptionWrapper h3 {
    font-size: 22px;
    font-weight: 300;
  }

  .pageDescriptionWrapper h4 {
    font-size: 21px;
    font-weight: 300;
  }

  .pageDescriptionWrapper h5 {
    font-size: 20px;
    font-weight: 300;
  }

  .pageDescriptionWrapper h6 {
    font-size: 19px;
    font-weight: 300;
  }

  .pageDescriptionWrapperContent {
    display: block;
    position: relative;
    overflow: hidden;
    height: 350px;
  }
}

@media (max-width:380px) {}

@media (max-width:350px) {
  .headerMiddleSearch .input-lg {
    min-width: 100px;
  }

  .headerMiddlePhones {
    padding-right: 0px;
  }

  .headerMiddleUnderSearch {
    padding: 3px 0px;
  }

  .headerMiddleUnderSearch a {
    padding: 10px;
    margin: 0px;
  }
}

@media (max-width:860px) {
  .categoryContent {
    width: calc(100% - 150px);
  }
}

@media (max-width:830px) {
  .categoryContent {
    padding-left: 0px;
  }
}

@media (max-width:768px) {
  #bingc-phone-button {
    bottom: 100px !important;
    right: 0px !important;
  }

  .categoryContent {
    width: 100%;
    padding-left: 0px;
  }

  .categoryWrapper {
    justify-content: center;
  }

  .categorySidebar {
    display: none;
  }

  #productItemsWrapperCat {
    width: 100%;
  }

  /* .mfilter-free-button {
        background-color: #333;
        border-color: #333;
    } */

  .mfilter-free-container {
    top: 60px;
    z-index: 99999;
  }

  .dropdown-menu .btn-primary {
    margin: 3px 0px;
  }

  .checkout-cart .pull-right {
    margin-top: 10px;
  }

  #d_quickcheckout .qc-cart {
    display: block;
    overflow-x: auto;
    max-width: 100%;
  }
}

a.productItemGroupItemVarVal {
  width: inherit !important;
  height: inherit !important;
  text-decoration: none;
}

a.productItemGroupItemVarVal .productVariationValue {
  display: block;
  position: relative;
  font-size: 12px;
  color: black;
  padding: 0px 4px;
}

.productPageWrapper a.productItemGroupItemVarVal .productVariationValue {
  font-size: 14px;
}

@media (max-width:1000px) {
  .pageDescriptionManufShortDescriptionWrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
  }

  .pageDescriptionWrapperContentSubtitleManuf {
    font-size: 14px;
  }

  .pageDescriptionManufShortDescriptionWrapper img {
    width: 120px;
    max-height: 120px;
    margin-top: 10px;
  }
}

.mfilter-heading-content {
  background: #343231;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}



.headerMainNavAll {
  display: block;
  position: fixed !important;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 300px;
  height: 100vh;
  overflow-y: auto;
  border-right: 3px solid #ff2a00;
  background: white;
  z-index: 9999999;
  padding: 10px;
  padding-top: 20px;
  box-shadow: 0px 0px 19px 2px #000000;
  transition: .4s;
}

.headerMainNavAll .navLiAllManufacturer ul {
  max-height: 150px !important;
}

.headerMainNavAllClosed {
  left: -300px;
  opacity: 0;
}

.headerMainNavAllOpened {
  left: 0px;
  opacity: 1;
}

.headerMainNavAll ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.headerMainNavAll ul>li>ul {
  display: none;
  /* max-height:350px; */
  overflow-y: auto;
  border-left: 4px solid #ff2a00;
  margin-bottom: 10px;
}

.headerMainNavAll ul>li {
  display: block;
  position: relative;
}

.headerMainNavAll ul>li>a {
  display: inline-block;
  position: relative;
  padding: 3px 5px;
  text-decoration: none;
  cursor: pointer;
  color: black;
  font-weight: bold;
  overflow: hidden;
  padding-right: 30px;
}

.headerMainNavAll ul>li>a:hover {
  color: #ff2a00;
}

.headerMainNavAll ul>li:nth-child(even) {
  background: #f5f5f5;
}

.headerMainNavAll ul>li>ul>li>a {
  display: block;
  position: relative;
  padding-left: 15px;
}


.headerMainNavAll::-webkit-scrollbar,
.headerMainNavAll ul::-webkit-scrollbar {
  width: 7px;
  height: 7px
}

.headerMainNavAll::-webkit-scrollbar-button,
.headerMainNavAll ul::-webkit-scrollbar-button {
  width: 0;
  height: 0
}

.headerMainNavAll::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}

.headerMainNavAll::-webkit-scrollbar-thumb:hover {
  background: #dbdbdb;
}

.headerMainNavAll::-webkit-scrollbar-thumb:active {
  background: #dbdbdb;
}

.headerMainNavAll::-webkit-scrollbar-track {
  background: #3e3e3e;
  border: 1px solid #3e3e3e;
  border-radius: 0;
}

.headerMainNavAll::-webkit-scrollbar-track:hover {
  background: #3e3e3e;
}

.headerMainNavAll::-webkit-scrollbar-track:active {
  background: #3e3e3e;
}

.headerMainNavAll ul::-webkit-scrollbar-thumb {
  background: #ff2a00;
  border: 0 none #fff;
  border-radius: 0
}

.headerMainNavAll ul::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.headerMainNavAll ul::-webkit-scrollbar-thumb:active {
  background: #fff
}

.headerMainNavAll ul::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #ff2a00;
  border-radius: 0
}

.headerMainNavAll ul::-webkit-scrollbar-track:hover {
  background: #fff;
}

.headerMainNavAll ul::-webkit-scrollbar-track:active {
  background: #ff2a00
}

.headerMainNavAll::-webkit-scrollbar-corner,
.headerMainNavAll ul::-webkit-scrollbar-corner {
  background: transparent
}

.headerMainNavAll>ul>li:after {
  display: flex;
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 2px;
  width: 25px;
  height: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 18px;
  content: "\f105";
  transition: .4s;
  color: #ff2a00;
  justify-content: center;
  align-items: center;
  border: 1px solid #ff2a00;
}

.headerMainNavAll>ul>li.opened::after {
  color: #ff2a00;
  transform: rotate(90deg);
}

.headerMainNavAll>ul>li.noarrow:after {
  display: none;
}

.dsDiscountLink img {
  width: 100%;
}

@media (max-width:580px) {
  .pageDescriptionWrapperContentSubtitleManuf {
    font-size: 12px;
    line-height: 16px;
  }

  .dsDiscountLink {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 15px;
  }

  .dsDiscountLink img {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
    top: 0px;
    width: 700px;
    height: 15px;
  }

  .product-grid .productSticker {
    padding: 2px 4px;
    font-size: 10px;
  }

  .product-grid .productItem {
    max-width: 48%;
    padding: 10px;
    margin: .5%;
  }

  .product-grid .productItem .productItemImage {
    overflow: hidden;
    max-width: 160px;
    height: 160px;
  }

  .product-grid .productItem .productItemImage img {
    width: 100%;
    height: 160px;
  }

  .product-grid .productItem .productItemAddToWishlist {
    font-size: 0px;
  }

  .product-grid .productItem .productItemAddToWishlist i {
    font-size: 14px;
  }

  .product-grid .productItem .productItemAddToCompare {
    font-size: 0px;
  }

  .product-grid .productItem .productItemAddToCompare i {
    font-size: 14px;
  }

  #input-sort {
    margin-bottom: 10px;
  }

  .categoryCategoriesInner img {
    max-width: 100%;
  }

  .categoryCategoriesInner {
    max-width: 50%;
  }

  .categoryCategoriesInnerTitle {
    font-size: 13px;
  }

  .pagination>li>a,
  .pagination>li>span {
    padding: 6px 10px;
  }

  .pagination {
    display: inline-block;
    position: relative;
    margin: 20px auto !important;
    transform: translate(-50%, 0%);
    left: 50%;
  }
}

bwchat#bwc-wrap {
  position: relative;
  z-index: 9999 !important;
}

.productItemsWrapperCat .owl-carousel .owl-item {
  z-index: 12;
}

.lg-toolbar .lg-close {
  color: red !important;
  border: 1px solid gray !important;
  background: white !important;
}

.headerMiddleSearch .dropdown-menu>li>a {
  display: flex;
  position: relative;
  align-items: center;
}


.autocompleteStockStatus {
  font-size: 12px;
}

.productDeliveryDiscount {
  display: inline-flex;
  position: relative;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  background: #ff2a00;
  border: 1px solid #ff2a00;
  color: #fff;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 530px;
  width: 100%;
}

.productDeliveryDiscountContent {
  text-align: left;
}

.productSummaryDiscount {
  display: inline-flex;
  position: relative;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  position: relative;
  text-align: center;
  background: #1a941e;
  border: 1px solid #1a941e;
  color: #fff;
  margin-top: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 530px;
  width: 100%;
}

.productSummaryDiscountContent {
  text-align: left;
}

.productSummaryDiscount .fas {
  font-size: 50px;
  padding-right: 10px;
}

.productDeliveryDiscount .fas {
  font-size: 38px;
  padding-right: 10px;
}


.productFeedbackLink {
  display: flex;
  position: relative;
  color: #000;
  background: #fdfdfd;
  border: 2px solid #4ea524;
  font-size: 14px;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 10px 0;
  width: 100%;
  max-width: 500px;
  padding: 10px 15px;
  margin-right: 10px;
  transition: .4s;
  align-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.productFeedbackLink:hover,
.productFeedbackLink:focus,
.productFeedbackLink {
  color: black;
  text-decoration:none;
  text-align: center;
} 
@media (max-width:900px) {
  .productFeedbackLink  {
    flex-direction: column;
  }
}



@media (max-width:800px) {

  .productDeliveryDiscount,
  .productSummaryDiscount {
    font-size: 14px;
  }
}