500;700&display=swap");
.homeRightSlider, .horizontalRightSlider, .multipleSlider {
  margin-bottom: 15px;
}
.homeRightSlider .owl-carousel .owl-nav, .horizontalRightSlider .owl-carousel .owl-nav, .multipleSlider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  background-color: aqua;
  margin: 0;
  margin-top: -30px;
  width: 100%;
}
.homeRightSlider .owl-carousel .owl-prev, .horizontalRightSlider .owl-carousel .owl-prev, .multipleSlider .owl-carousel .owl-prev {
  left: 0%;
  margin-left: 20px !important;
  position: absolute;
}
.homeRightSlider .owl-carousel .owl-prev:hover, .homeRightSlider .owl-carousel .owl-prev:after, .homeRightSlider .owl-carousel .owl-prev:focus, .horizontalRightSlider .owl-carousel .owl-prev:hover, .horizontalRightSlider .owl-carousel .owl-prev:after, .horizontalRightSlider .owl-carousel .owl-prev:focus, .multipleSlider .owl-carousel .owl-prev:hover, .multipleSlider .owl-carousel .owl-prev:after, .multipleSlider .owl-carousel .owl-prev:focus {
  outline: none;
}
.homeRightSlider .owl-carousel .owl-prev:hover:after, .horizontalRightSlider .owl-carousel .owl-prev:hover:after, .multipleSlider .owl-carousel .owl-prev:hover:after {
  color: #5c5c5c;
  box-shadow: inset 6px 0px 4px -5px #000;
}
.homeRightSlider .owl-carousel .owl-prev:after, .horizontalRightSlider .owl-carousel .owl-prev:after, .multipleSlider .owl-carousel .owl-prev:after {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  background: white;
  padding: 10px 20px;
  font-size: 30px;
  border-radius: 100px;
}
.homeRightSlider .owl-carousel .owl-next, .horizontalRightSlider .owl-carousel .owl-next, .multipleSlider .owl-carousel .owl-next {
  right: 0%;
  margin-right: 70px !important;
  position: absolute;
}
.homeRightSlider .owl-carousel .owl-next:hover, .homeRightSlider .owl-carousel .owl-next:after, .homeRightSlider .owl-carousel .owl-next:focus, .horizontalRightSlider .owl-carousel .owl-next:hover, .horizontalRightSlider .owl-carousel .owl-next:after, .horizontalRightSlider .owl-carousel .owl-next:focus, .multipleSlider .owl-carousel .owl-next:hover, .multipleSlider .owl-carousel .owl-next:after, .multipleSlider .owl-carousel .owl-next:focus {
  outline: none;
}
.homeRightSlider .owl-carousel .owl-next:hover:after, .horizontalRightSlider .owl-carousel .owl-next:hover:after, .multipleSlider .owl-carousel .owl-next:hover:after {
  color: #5c5c5c;
  box-shadow: inset -6px 0px 4px -5px #000;
}
.homeRightSlider .owl-carousel .owl-next:after, .horizontalRightSlider .owl-carousel .owl-next:after, .multipleSlider .owl-carousel .owl-next:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  background: white;
  padding: 10px 20px;
  font-size: 30px;
  border-radius: 100px;
}
.homeRightSlider .owl-carousel .owl-dots, .horizontalRightSlider .owl-carousel .owl-dots, .multipleSlider .owl-carousel .owl-dots {
  position: absolute;
  right: 0;
  margin-top: -30px !important;
  margin-right: 25px;
}
.homeRightSlider .owl-carousel .owl-dots button:hover, .homeRightSlider .owl-carousel .owl-dots button:after, .homeRightSlider .owl-carousel .owl-dots button:focus, .horizontalRightSlider .owl-carousel .owl-dots button:hover, .horizontalRightSlider .owl-carousel .owl-dots button:after, .horizontalRightSlider .owl-carousel .owl-dots button:focus, .multipleSlider .owl-carousel .owl-dots button:hover, .multipleSlider .owl-carousel .owl-dots button:after, .multipleSlider .owl-carousel .owl-dots button:focus {
  outline: none;
}
.homeRightSlider .owl-carousel .owl-dots button:hover > span, .horizontalRightSlider .owl-carousel .owl-dots button:hover > span, .multipleSlider .owl-carousel .owl-dots button:hover > span {
  background: #c3c3c3;
}
.homeRightSlider .owl-carousel .owl-dots span, .horizontalRightSlider .owl-carousel .owl-dots span, .multipleSlider .owl-carousel .owl-dots span {
  margin: 8px;
  margin-right: 0;
  padding: 6px;
}
.homeRightSlider .owl-carousel .owl-dots .active span, .horizontalRightSlider .owl-carousel .owl-dots .active span, .multipleSlider .owl-carousel .owl-dots .active span {
  background: #4f4f4f;
}

.homeCampaignsInfo .item a {
  position: relative;
}
.homeCampaignsInfo .item a .campaignsTitle {
  display: none;
}
.homeCampaignsInfo .item a:hover .campaignsTitle {
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 99999999;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}
.homeCampaignsInfo .item a:hover .altTitle {
  top: 60% !important;
  font-size: 14px;
}

.BlockTitle {
  font-size: 25px;
  margin-bottom: 15px;
  position: relative;
  margin-top: 50px;
}
.BlockTitle strong {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}
.BlockTitle:after {
  content: " ";
  position: absolute;
  width: 100%;
  border-top: 2px solid #808080;
  right: 0;
  top: 50%;
}

.exLeftPosition {
  background-color: #f5f5f5;
  border-radius: 100px;
  font-size: 12px;
  padding: 3px 4px;
}
.exLeftPosition .exIcon {
  background-color: #fff;
  font-size: 18px;
  border-radius: 100px;
  line-height: 1;
}

.campSecondCol li {
  margin-bottom: 15px;
}

.campSecondCol li > a > .col-12 {
  background-size: 100%;
  transition: all ease 1s;
}

.campSecondCol li:last-child {
  margin-bottom: 0;
}

.campFirstCol a, .campSecondCol li a {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.campFirstCol a img {
  transition: all ease 2s;
}

.campFirstCol a:after, .campSecondCol li a:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  margin: 13px;
  border: 1px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.campFirstCol a, .campSecondCol li a {
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.campFirstCol .titleBlock {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
  min-height: 100px;
  background: rgb(27, 27, 27);
  background: -moz-linear-gradient(0deg, rgb(27, 27, 27) 0%, rgba(0, 212, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(27, 27, 27) 0%, rgba(0, 212, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(27, 27, 27) 0%, rgba(0, 212, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1b1b",endColorstr="#00d4ff",GradientType=1);
}

.campFirstCol .titleBlock strong {
  float: left;
  display: block;
  width: 100%;
  position: absolute;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  transition: all ease 0.3s;
  font-weight: normal;
  top: 40px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.campFirstCol .titleBlock span {
  color: #fff;
  font-size: 17px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  position: relative;
  left: -100%;
  top: 15px;
  transition: all ease 0.3s;
}

.campFirstCol:hover .titleBlock span {
  left: 0;
  transition: all ease 0.3s;
}

.campFirstCol:hover .titleBlock strong {
  top: 0;
  transition: all ease 0.3s;
}

.campFirstCol:hover img, .campSecondCol li:hover > a > .col-12 {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transition: all ease 1s;
}

.campSecondCol .titleBlock {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  min-height: 85px;
  background: rgb(27, 27, 27);
  background: -moz-linear-gradient(0deg, rgb(27, 27, 27) 0%, rgba(0, 212, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(27, 27, 27) 0%, rgba(0, 212, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(27, 27, 27) 0%, rgba(0, 212, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1b1b",endColorstr="#00d4ff",GradientType=1);
  overflow: hidden;
}

.campSecondCol .titleBlock strong {
  float: left;
  display: block;
  width: 100%;
  position: absolute;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  transition: all ease 0.3s;
  font-weight: normal;
  top: 35px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.campSecondCol .titleBlock span {
  color: #fff;
  font-size: 15px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  position: relative;
  left: -100%;
  top: 30px;
  transition: all ease 0.3s;
}

.campSecondCol li:hover .titleBlock span {
  left: 0;
  transition: all ease 0.3s;
}

.campSecondCol li:hover .titleBlock strong {
  top: 0;
  transition: all ease 0.3s;
}

.homeComments {
  padding-top: 40px;
  padding-bottom: 30px;
}
.homeComments .commentTopTitle {
  font-family: "Titillium Web", sans-serif;
  color: #333;
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.homeComments .commentTopTitle .commentTopTitleRight span {
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  padding-right: 10px;
  font-weight: bold;
}
.homeComments .commentTopTitle .commentTopTitleRight star i {
  font-size: 20px !important;
}
.homeComments .commentTopTitle strong {
  padding-bottom: 20px;
}
.homeComments .commentTopTitle i {
  line-height: 29px;
  float: left;
  font-weight: bold;
  margin-right: 6px;
  font-size: 30px;
}
.homeComments .commentTopTitle:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}
.homeComments .commentScroll {
  overflow-y: auto;
  white-space: nowrap;
  display: block;
  padding-bottom: 30px;
  padding-top: 30px;
}
.homeComments .commentScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 10px;
  background-color: #F5F5F5;
  height: 1px;
}
.homeComments .commentScroll::-webkit-scrollbar {
  height: 12px;
  background-color: transparent;
}
.homeComments .commentScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: #808080;
}
.homeComments .commentScroll div.col-lg-4.col-12.d-inline-block.float-none.pl-0 {
  border-right: 1px solid #ddd;
}
.homeComments a {
  text-decoration: none;
  color: #333;
  font-family: inherit;
}
.homeComments .commentUserName {
  margin-bottom: 15px !important;
}
.homeComments .commentUserName span {
  float: left;
  width: 100%;
  font-size: 13px;
}
.homeComments .commentTitle strong {
  color: #333;
  text-transform: uppercase;
}
.homeComments .commentDetail {
  white-space: normal;
}

/*Responsive breakpoints Bootstrap 4.1 esas alinarak duzenlenmistir*/
/*Boyutlarin degistirilmesi responsive de sorun olusturabilir*/
home-region {
  display: inline-block;
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 50px;
  font-family: "DM Sans", sans-serif;
}
home-region .homeLeftCategory .treetitle {
  padding: 15px 10px;
  border-bottom: 2px solid #fd6506;
  background-color: #fff !important;
  padding-bottom: 5px !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0 2px 11px rgba(39, 39, 39, 0.1607843137);
}
home-region .homeLeftCategory .treetitle span {
  background-color: #fd6506;
  color: #fff;
  padding: 8px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
home-region .homeLeftCategory .treetitle i {
  display: none;
}
home-region .homeLeftCategory #homeLeftMenu {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  box-shadow: 0 2px 11px rgba(39, 39, 39, 0.1607843137);
}
home-region .homeLeftCategory .MenuBarVertical li {
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  display: flex;
}
home-region .homeLeftCategory .MenuBarVertical li a {
  color: #5b5b5b;
  font-family: inherit;
  padding: 0;
  text-align: left;
  padding-left: 6px;
  align-self: center;
  word-break: break-word;
}
home-region .homeLeftCategory .MenuBarVertical li .pageIndexCatBodyAlt {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 436px !important;
}
home-region .homeLeftCategory .MenuBarVertical li .pageIndexCatBodyAlt .leftMenuDiv {
  background-color: #f6f6f6;
}
home-region .homeLeftCategory .MenuBarVertical li .MenuBarItemSubmenu:hover {
  background-color: #fff;
}
home-region .homeLeftCategory .MenuBarVertical .leftCategoryMenu {
  padding: 0;
}
home-region .homeLeftCategory .MenuBarVertical .leftCategoryMenu > img {
  padding: 10px;
  padding-right: 0;
}
home-region .homeLeftCategory .MenuBarVertical .leftCategoryMenu > .MenuBarItemSubmenu {
  padding: 10px;
  padding-left: 6px;
}
home-region .homeLeftCategory .MenuBarVertical .leftCategoryMenu .pageIndexCatBodyAlt {
  left: 100%;
}
home-region .homeLeftCategory .MenuBarVertical .active .MenuBarItemSubmenu {
  background-color: #fff;
}
home-region .homeSlider {
  position: relative;
}
home-region .homeSlider .owl-nav {
  display: block !important;
}
home-region .homeSlider .owl-nav button {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
}
home-region .homeSlider .owl-nav button:hover {
  background-color: transparent;
}
home-region .homeSlider .owl-nav button:hover:before {
  color: #fff;
  background-color: #fd6506;
  border-color: #fd6506;
}
home-region .homeSlider .owl-nav button:before {
  font-family: Pe-icon-7-stroke;
  font-size: 32px;
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 100%;
  color: #000;
  transition: all 0.2s ease;
}
home-region .homeSlider .owl-nav button span {
  display: none;
}
home-region .homeSlider .owl-nav .owl-next {
  right: 7px;
}
home-region .homeSlider .owl-nav .owl-next:before {
  content: "\e684";
}
home-region .homeSlider .owl-nav .owl-prev {
  left: 7px;
}
home-region .homeSlider .owl-nav .owl-prev:before {
  content: "\e686";
}
home-region .homeSlider .owl-nav [class*=owl-]:hover {
  background: transparent;
}
home-region .homeSlider .singleSliderOwl .item img {
  border-radius: 10px;
}
home-region .horizontalRightSlider .owl-carousel .owl-item img {
  border-radius: 10px;
  max-width: 100%;
  width: auto;
}
home-region .horizontalRightSlider .owl-carousel .owl-nav button:after {
  padding: 3px 12px;
  font-size: 27px;
  color: #333;
  border: 1px solid #474747;
  transition: all 0.2s ease;
}
home-region .horizontalRightSlider .owl-carousel .owl-nav button:hover:after {
  box-shadow: none;
  background-color: #fd6506;
  color: #fff;
  border-color: #fd6506;
}
home-region .categoryCuffTitle {
  font-size: 21px;
  font-weight: 700;
  margin-top: 45px;
}
home-region .homeCategoryCuff .owl6item {
  position: relative;
}
home-region .homeCategoryCuff .owl6item .productItem .item {
  padding-top: 45px;
  max-width: 190px;
  margin: auto;
}
home-region .homeCategoryCuff .owl6item .productItem .item a img {
  width: 100%;
  border-radius: 15px;
  padding: 10px;
}
home-region .homeCategoryCuff .owl6item .productItem .item a span {
  color: #333;
  font-size: 14px;
  padding: 11px;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s ease;
}
home-region .homeCategoryCuff .owl6item .productItem .item a:hover {
  text-decoration: none;
}
home-region .homeCategoryCuff .owl6item .productItem .item a:hover span {
  color: #fd6506;
}
home-region .homeCategoryCuff .owl6item .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
home-region .homeCategoryCuff .owl6item .owl-nav button:hover {
  background-color: transparent;
}
home-region .homeCategoryCuff .owl6item .owl-nav button:hover:before {
  color: #fff;
  background-color: #fd6506;
  border-color: #fd6506;
}
home-region .homeCategoryCuff .owl6item .owl-nav button:before {
  font-family: Pe-icon-7-stroke;
  font-size: 37px;
  background-color: #fff;
  border: 1px solid #474747;
  border-radius: 100%;
  color: #000;
  transition: all 0.2s ease;
}
home-region .homeCategoryCuff .owl6item .owl-nav button span {
  display: none;
}
home-region .homeCategoryCuff .owl6item .owl-nav .owl-next {
  right: 0;
}
home-region .homeCategoryCuff .owl6item .owl-nav .owl-next:before {
  content: "\e684";
}
home-region .homeCategoryCuff .owl6item .owl-nav .owl-prev {
  left: 0;
}
home-region .homeCategoryCuff .owl6item .owl-nav .owl-prev:before {
  content: "\e686";
}
home-region .freeTopArea {
  margin-top: 50px;
}
home-region .productBlockTitle {
  font-size: 21px;
  padding-left: 5px;
}
home-region .productBlockTitle strong {
  background-color: transparent;
}
home-region .productBlockTitle:after {
  display: none;
}
home-region .homeProductOwl2 .owl-carousel .owl-nav button {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
}
home-region .homeProductOwl2 .owl-carousel .owl-nav button:hover {
  background-color: transparent;
}
home-region .homeProductOwl2 .owl-carousel .owl-nav button:hover:before {
  color: #fff;
  background-color: #fd6506;
  border-color: #fd6506;
}
home-region .homeProductOwl2 .owl-carousel .owl-nav button:before {
  font-family: Pe-icon-7-stroke;
  font-size: 32px;
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 100%;
  color: #000;
  transition: all 0.2s ease;
}
home-region .homeProductOwl2 .owl-carousel .owl-nav button span {
  display: none;
}
home-region .homeProductOwl2 .owl-carousel .owl-nav .owl-next {
  right: 7px;
}
home-region .homeProductOwl2 .owl-carousel .owl-nav .owl-next:before {
  content: "\e684";
}
home-region .homeProductOwl2 .owl-carousel .owl-nav .owl-prev {
  left: 7px;
}
home-region .homeProductOwl2 .owl-carousel .owl-nav .owl-prev:before {
  content: "\e686";
}
home-region .homeProductArea .productItem {
  padding: 0;
}
home-region .homeProductArea .allProductDiv {
  display: block;
  float: right;
}
home-region .homeProductArea .allProductDiv a {
  background-color: #fd6506;
  color: #fff;
  padding: 6px;
  font-size: 14px;
  border-radius: 3px;
}
home-region .homeProductArea .allProductDiv a:hover {
  text-decoration: none;
}
home-region .homeProductArea .homeCampaignsVitrin {
  margin-top: 50px;
}
home-region .ourServicesArea, home-region .campaignsArea {
  padding: 0;
  margin-top: 50px;
}
home-region .ourServicesArea .item, home-region .campaignsArea .item {
  padding-bottom: 10px;
}
home-region .ourServicesArea .item img, home-region .campaignsArea .item img {
  max-width: 100%;
  border-radius: 8px;
  transition: all 0.3s linear;
}
home-region .ourServicesArea .item a, home-region .campaignsArea .item a {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
home-region .ourServicesArea .item a:before, home-region .campaignsArea .item a:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
home-region .ourServicesArea .item:hover a:before, home-region .campaignsArea .item:hover a:before {
  left: 0;
}
home-region .ourServicesArea .item:hover img, home-region .campaignsArea .item:hover img {
  transform: scale(1.1);
}
home-region .ourServicesArea .vitrineOwl .productItem .item, home-region .campaignsArea .vitrineOwl .productItem .item {
  padding: 2px;
}
home-region .blogBlock .blogItem {
  padding: 15px;
}
home-region .blogBlock .blogItem .blogInfoImg {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 8px;
  height: 100%;
}
home-region .blogBlock .blogItem .blogInfoImg .blogInfo {
  align-self: center;
  display: block;
  width: 100%;
  background: #fff;
  padding: 30px;
}
home-region .blogBlock .blogItem .blogInfoImg .blogInfo span {
  color: #333;
  font-weight: 600;
  font-size: 17px;
}
home-region .blogBlock .blogItem .blogInfoImg .blogInfo p {
  font-size: 15px;
  color: #575757;
  margin-bottom: 0;
  float: right;
}
home-region .blogBlock .blogItem .blogInfoImg .blogInfo .allShowDiv {
  padding: 15px 0;
  margin-top: 23px;
}
home-region .blogBlock .blogItem .blogInfoImg .blogInfo .allShowDiv a {
  color: #666;
  padding: 8px;
  font-size: 16px;
  font-weight: 100;
  position: relative;
  z-index: 1;
}
home-region .blogBlock .blogItem .blogInfoImg .blogInfo .allShowDiv a:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 79px;
  height: 31px;
  background-color: #f0f0f0;
  z-index: -1;
  transition: all 0.5s ease;
}
home-region .blogBlock .blogItem .blogInfoImg .blogInfo .allShowDiv a:hover {
  text-decoration: none;
}
home-region .blogBlock .blogItem .blogInfoImg .blogInfo .allShowDiv a:hover:after {
  width: 100%;
}
home-region .exchangeRate {
  margin-top: 50px;
}
home-region .exchangeRate .exLeftPosition {
  background-color: #fff;
}
home-region .brandsBlock .owl-carousel .item img {
  max-width: 100%;
  width: auto;
  border-radius: 70px;
}
home-region .MenuBarVertical {
  max-height: 388px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #ddd;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
}
home-region .MenuBarVertical .active .MenuBarItemSubmenu {
  background-color: #f5f5f5;
}
home-region .MenuBarVertical li {
  display: block;
  float: left;
  width: 100%;
}
home-region .MenuBarVertical li a {
  padding: 10px 15px;
  display: block;
  float: left;
  width: 100%;
  color: #333;
  font-size: 13px;
}
home-region .MenuBarVertical li a:hover {
  text-decoration: none;
}
home-region .MenuBarVertical li .MenuBarItemSubmenuTitle {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ddd;
}
home-region .MenuBarVertical li .MenuBarItemSubmenu {
  position: relative;
}
home-region .MenuBarVertical li .MenuBarItemSubmenu i {
  margin-right: 5px;
}
home-region .MenuBarVertical li .MenuBarItemSubmenu strong {
  float: right;
  display: inline-block;
  font-size: 16px;
}
home-region .MenuBarVertical li .MenuBarItemSubmenu:hover {
  background-color: #f5f5f5;
}
home-region .MenuBarVertical li .MenuBarItemSubmenu:hover + .pageIndexCatBodyAlt {
  display: inline-block;
}
home-region .MenuBarVertical li .pageIndexCatBodyAlt {
  display: none;
  position: absolute;
  left: 97%;
  top: 0;
  margin: 0px 0 0 -11px;
  padding: 2px 1px 5px;
  z-index: 5;
  background-color: #f5f5f5;
  overflow: auto;
  height: 439px;
  border: 1px solid #ddd;
  border-left: none;
}
home-region .MenuBarVertical li .pageIndexCatBodyAlt li {
  float: left;
  display: block;
  width: 138px;
  height: 138px;
  margin-left: 6px;
  margin-top: 3.5px;
  margin-bottom: 3.5px;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  background-color: #fff;
}
home-region .MenuBarVertical li .pageIndexCatBodyAlt li:hover {
  border-color: #5c5c5c;
}
home-region .MenuBarVertical li .pageIndexCatBodyAlt a {
  width: 100%;
  padding: 0 4px;
  text-align: center;
  display: inline-block;
  float: left;
  line-height: 16px;
  font-size: 12px;
  height: 100%;
}
home-region .MenuBarVertical li .pageIndexCatBodyAlt:hover {
  display: inline-block;
}
home-region .MenuBarVertical .maincatTitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
home-region .MenuBarVertical .maincatTitle i {
  margin-right: 10px;
}
home-region .treetitle {
  padding: 15px 15px;
  background-color: #ddd;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
home-region .treeview {
  max-height: 353px;
  overflow: auto;
  padding: 0;
  list-style: none;
  border: 1px solid #ddd;
  border-top: none;
}
home-region .treeview li {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}
home-region .treeview li img {
  display: block;
  float: left;
  position: relative;
  z-index: 4;
}
home-region .treeview li a {
  padding: 0px 15px;
  display: block;
  float: left;
  color: #333;
  font-size: 13px;
  line-height: 44px;
}
home-region .treeview li a:hover {
  text-decoration: none;
}
home-region .treeview li button {
  display: block;
  float: right;
  background-color: rgba(241, 241, 241, 0);
  border: 0;
  padding: 0px 16px;
  margin-bottom: 0;
}
home-region .treeview li button i {
  font-size: 20px;
  line-height: 44px;
}
home-region .treeview li button:hover, home-region .treeview li button:active, home-region .treeview li button:focus {
  outline: none;
  cursor: pointer;
}
home-region .treeview li:hover {
  background-color: #f7f7f7;
}
home-region .treeview li ul {
  display: none;
  list-style: none;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
}
home-region .treeview li ul li a {
  line-height: 38px;
}
home-region .treeview li ul li button i {
  line-height: 38px;
}
home-region .treeview li ul ul {
  padding: 10px;
  padding-left: 25px;
}
home-region .treeview .activeLi {
  display: block;
  float: left;
  background-color: #f7f7f7;
  position: relative;
}
home-region .treeview .active {
  display: block;
  float: left;
  background-color: #f7f7f7;
}
home-region .treeview i.active:before {
  content: "\f106";
  color: #ff4a3e;
}
home-region .treeview a.active {
  color: #ff4a3e;
}
home-region .treeview li.activeLi:before {
  content: " ";
  position: absolute;
  display: block;
  left: 0;
  height: auto;
  top: 0;
  bottom: 27px;
  width: 4%;
  background-color: #f7f7f7;
  border-right: 1px dashed #939393;
  z-index: 3;
}
home-region .treeview li.activeLi li:before {
  width: 10%;
  height: auto;
  left: -8px;
  top: 30px;
  bottom: 27px;
}
home-region .treeview .active li:after {
  content: " ";
  display: block;
  position: absolute;
  right: 100%;
  height: 1px;
  width: 100%;
  top: 20px;
  z-index: 1;
  border-bottom: 1px dashed #939393;
}
home-region .counterStyle {
  position: absolute;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.53);
  padding: 11px;
  color: #ffffff;
  left: 0%;
  bottom: 2%;
  border-radius: 0;
  font-size: 12px;
  text-align: center;
  border-bottom-right-radius: 0px;
}
home-region .counterStyle span {
  color: #ffb400;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 5px;
  font-weight: bold;
}
home-region .counterLeftStyle {
  position: absolute;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.53);
  padding: 15px 25px;
  color: #ffffff;
  left: 0%;
  bottom: 2%;
  border-radius: 0;
  font-size: 12px;
  text-align: center;
  border-bottom-right-radius: 0px;
}
home-region .counterLeftStyle span {
  color: #ffb400;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 5px;
  font-weight: bold;
}
home-region .counterCampStyle {
  padding: 20px 30px;
}
home-region .exLeftPositionArea {
  position: relative;
}
home-region .exLeftPositionArea > .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
home-region .exLeftPositionArea > .row .exLeftPosition {
  overflow: hidden;
}
home-region .exLeftPositionArea > .row::-webkit-scrollbar {
  display: none;
}
home-region .exLeftPositionArea .left, home-region .exLeftPositionArea .right {
  position: absolute;
  top: -18px;
  width: 30px;
  height: 100%;
  color: #000;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  transition: all 0.3s ease;
  cursor: pointer;
}
home-region .exLeftPositionArea .left {
  left: -20px;
  display: none;
}
home-region .exLeftPositionArea .right {
  right: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  home-region .exLeftPositionArea .left {
    left: -22px;
  }
}
home-region ::-webkit-scrollbar {
  background: #fd6506;
  display: inline-block;
  width: 3px;
}
home-region ::-webkit-scrollbar-thumb {
  background: #fd6506;
  display: inline-block;
  width: 3px;
}

@media only screen and (min-width: 0) and (max-width: 575px) {
  home-region {
    padding-top: 30px;
  }
  home-region .homeCategoryCuff .owl6item .owl-nav {
    display: none;
  }
  home-region .horizontalRightSlider {
    margin-top: 30px;
  }
  home-region .homeSlider {
    margin: 0 -10px !important;
  }
  home-region .homeSlider .customNav {
    display: none;
  }
  home-region .freeTopArea {
    margin-top: 30px;
  }
  home-region .campaignsArea, home-region .ourServicesArea {
    margin-top: 25px;
  }
  home-region .productBlockTitle {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px;
  }
  home-region .blogBlock .blogItem .blogInfoImg .blogInfo {
    padding: 15px;
  }
  home-region .blogBlock .blogItem .blogInfoImg .blogInfo .allShowDiv a {
    font-size: 14px;
  }
  home-region .blogBlock .blogItem .blogInfoImg .blogInfo .allShowDiv a:after {
    width: 100%;
  }
  home-region .blogBlock .blogItem .blogInfoImg .blogInfo p {
    font-size: 14px;
  }
  home-region .owl-dots {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  home-region .homeCategoryCuff .owl6item .owl-nav {
    display: none;
  }
  home-region .horizontalRightSlider {
    margin-top: 40px;
  }
  home-region .homeSlider .customNav {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  home-region .homeLeftCategory .MenuBarVertical .leftCategoryMenu > img {
    width: 47px;
    align-self: center;
  }
  home-region .homeLeftCategory .MenuBarVertical .leftCategoryMenu > a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  home-region .homeLeftCategory .MenuBarVertical .leftCategoryMenu > img {
    width: 50px;
    align-self: center;
  }
}