/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-item:hover a img {
  border-color: blue;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}

.customNavigation {
  position: absolute;
  width: 50px;
  top: -15%;
  direction: ltr !important;
  right: 15px;
}

.customNavigation a {
  font-size: 0;
  position: absolute;
  font-weight: 300;
  height: 30px;
  width: 25px;
  line-height: 27px;
  padding: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.customNavigation a:before {
  font-size: 30px;
  font-family: "FontAwesome";
  color: #666;
  position: absolute;
  left: 0;
  right: 0px;
}

.customNavigation a.prev:before {
  content: "\f104";
  color: #000;
}

.customNavigation a.next:before {
  content: "\f105";
  color: #000;
}

.customNavigation a:hover:before {
  color: #9e2548;
}

#cztestimonialcmsblock .customNavigation a:before {
  font-size: 0px;
  display: none;
}

.customNavigation a.next {
  right: 0;
}

.customNavigation a.prev {
  left: 0px;
}

.customNavigation a.next:hover {}

.brands .customNavigation a.prev:before {
  display: none;
}

.brands .customNavigation a.next:before {
  display: none;
}

.homeblog-latest .customNavigation a.prev {
  left: 0;
}

.homeblog-latest .customNavigation a.next {
  right: 0;
}

#czcategorytabs .customNavigation {
  top: 35%;
  width: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 6;
}

#czcategorytabs .customNavigation a:after {
  font-size: 40px;
  font-family: "FontAwesome";
  color: #666;
  position: absolute;
  left: 0;
  right: 0px;
}

#czcategorytabs .customNavigation a.prev {
  left: -20px;
}

#czcategorytabs .customNavigation a:hover:after {
  color: #9e2548;
}

#czcategorytabs .customNavigation a.next {
  right: -20px;
}

#czcategorytabs .customNavigation a.next:hover:after {
  color: #9e2548;
}

#czcategorytabs:hover .customNavigation {
  opacity: 1;
}

.brands .customNavigation a:after {
  font-size: 40px;
  font-family: "FontAwesome";
  color: #666;
  position: absolute;
  left: 0;
  right: 0px;
}

.brands .customNavigation a.prev {
  left: 0px;
}

.brands .customNavigation a.prev:after {
  content: "\f104";
  color: #000;
}

.brands .customNavigation a:hover:after {
  color: #9e2548;
}

.brands .customNavigation a.next {
  right: 0px;
}

.brands .customNavigation a.next:after {
  content: "\f105";
  color: #000;
}

.brands .customNavigation a.next:hover:after {
  color: #9e2548;
}

.special-products .customNavigation {
  top: 35%;
  width: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 6;
}

.special-products .customNavigation a.prev {
  left: -20px;
}

.special-products .customNavigation a.next {
  right: -20px;
}

@media (max-width: 767px) {
  #czcategorytabs .customNavigation {
    top: 42%;
  }

  #czcategorytabs .customNavigation a.prev {
    left: -10px;
  }

  #czcategorytabs .customNavigation a.next {
    right: -10px;
  }

  .special-products .customNavigation a.prev {
    left: 0px;
  }

  .special-products .customNavigation a.next {
    right: 0px;
  }
}

#czleftbanner img,
#czrightbanner img {
  max-width: 100%;
}

#czleftbanner li,
#czrightbanner li {
  display: inline-block;
}

#czleftbanner li a,
#czrightbanner li a {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

#czleftbanner li a:before,
#czrightbanner li a:before {
  background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#czleftbanner li:hover a:before,
#czrightbanner li:hover a:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.top_button {
  background: url(../img/codezeel/top-arrow.png) no-repeat scroll center center transparent;
  right: 30px;
  bottom: 30px;
  position: fixed;
  z-index: 99;
  width: 50px;
  height: 50px;
  font-size: 0;
  display: none;
}

/* Flexslider */

#index .spinner {
  background: url(../img/codezeel/loading.gif) no-repeat center center #ececea;
  width: 100%;
  min-height: 750px;
}

@media (max-width: 1459px) {
  #index .spinner {
    min-height: 700px;
  }

  .brands .customNavigation a.prev {
    left: -20px;
  }

  .brands .customNavigation a.next {
    right: -20px;
  }
}

@media (max-width: 1259px) {
  .brands .customNavigation a.prev {
    left: 0;
  }

  .brands .customNavigation a.next {
    right: 0;
  }
}

@media (max-width: 1199px) {
  #index .spinner {
    min-height: 550px;
  }
}

@media (max-width: 991px) {
  #index .spinner {
    min-height: 400px;
  }

  #cztestimonialcmsblock .customNavigation a.next {
    right: 0px;
  }

  #cztestimonialcmsblock .customNavigation a.prev {
    left: 0px;
  }
}

@media (max-width: 480px) {
  #index .spinner {
    min-height: 250px;
  }
}

@media (max-width: 380px) {
  #index .spinner {
    min-height: 200px;
    background-size: 10%;
  }
}

.copyright {
  text-align: left !important;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#subcategories ul li .subcategory-image {
  display: none !important;
}

div#czcategorytabs h2.h1~.czcategory-tab {
  display: none;
}

.block.ets_block_categories.ets_blog_ltr_mode {
  display: none;
}

.block.ets_block_search.ets_blog_ltr_mode {
  display: none;
}

.block.ets_block_archive.ets_blog_ltr_mode {
  display: none;
}

div#czcategorytabs .view_more {
  display: none;
}

div#subcategories {
  display: none;
}

.blog_view_all_button a {
  background: #940b3a !important;
}

ul#footer_account_list>li:last-child {
  display: none;
}



.file-box {
  background: white;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  padding: 12px 16px;
  margin-bottom: 16px;
  max-width: 700px;
}

.file-icon {
  width: 36px;
  margin-right: 12px;
}

.file-details {
  flex: 1;
}

.file-details a {
  font-weight: bold;
  font-size: 15px;
  color: #0066cc;
  text-decoration: none;
}

.file-meta {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

.download-btn {
  background: #458bff;
  color: white;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}

.download-btn:hover {
  background: #2c6fde;
}