

/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-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 */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-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: 65px;
  top: -65px;
  direction: ltr !important;
  left: auto;
  right: 15px;
  z-index: 8;
}

.customNavigation a {
  font-size: 0;
  position: absolute;
  padding: 0;
  color: #888888;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 30px;
  height: 30px;
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  background-color: #dddddd;
}
.customNavigation a:hover {
  background-color: #99cc00;
}
.customNavigation a.prev{
  left: 0;
  background-image: url(../img/codezeel/left-angle.svg);
}
.customNavigation a.prev:hover  {
  background-image: url(../img/codezeel/left-angle-hover.svg);
}
.customNavigation a.next{
  right: 0;
  background-image: url(../img/codezeel/right-angle.svg);
}
.customNavigation a.next:hover {
  background-image: url(../img/codezeel/right-angle-hover.svg);
}

#czleftbanner img,
#czrightbanner img{
	max-width: 100%;
}	
#czleftbanner li, #czrightbanner li {
    display: inline-block;
    vertical-align: top;
}
#czleftbanner li a, #czrightbanner li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
#czleftbanner li a:before, #czrightbanner li a:before {
    background: rgb(38 38 38 / 18%) 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: #99cc00;
  bottom: 20px;
  cursor: pointer;
  height: 40px;
  padding: 0;
  position: fixed;
  right: 24px;
  text-align: center;
  width: 40px;
  z-index: 99;
  transform: rotate(45deg);
  border: 2px solid #dddddd;
}
.top_button:before{
  font-family: "FontAwesome";
  content: "\f176";
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 15px;
  transform: rotate(-45deg);
}


/* Flexslider */

#index .spinner {
  background: url(../img/codezeel/loading.gif) no-repeat center center #f1f1f1;
  z-index: 100000;
  min-height: 650px;
  width: 100%;
}
@media (max-width: 1459px) {
  #index .spinner {
    min-height: 535px;
  }
}
@media (max-width: 1199px) {
  #index .spinner {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  #index .spinner {
    min-height: 340px;
  }
}
@media (max-width: 767px) {
  #index .spinner {
    min-height: 230px;
  }
}
@media (max-width: 480px) {
  #index .spinner {
    min-height: 180px;
    background-size: 10%;
  }
}
@media (max-width: 380px) {
  #index .spinner {
    min-height: 120px;
  }
}

#subcategories ul li {
    height: 166px;
}

/* logo */

#header .header_logo {
  max-width: 300px;
}

#header .header_logo h1 {
  margin-bottom: 0;
}



@media (max-width: 380px) {
  #header .header_logo img {
max-height: unset;
}
}

/* category icons */

@media (min-width: 1200px) {
  .top-menu a[data-depth="0"]{
      padding-left: 50px;
      height: 54px;
  }
.top-menu .category a[data-depth="0"]:before {
      display: block;
      height: 46px;
      width: 46px;
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
  }

  .top-menu #category-5 a[data-depth="0"]:before {
      background-image: url(../img/menu_images/computing.png);
  }
  .top-menu #category-2 a[data-depth="0"]:before {
      background-image: url(../img/menu_images/inverters.png);
  }
  .top-menu #category-4 a[data-depth="0"]:before {
      background-image: url(../img/menu_images/presentations.png);
  }
  .top-menu #category-3 a[data-depth="0"]:before {
      background-image: url(../img/menu_images/cameras.png);
  }
  .top-menu #category-6 a[data-depth="0"]:before {
      background-image: url(../img/menu_images/appliances.png);
  }
  .top-menu #category-7 a[data-depth="0"]:before {
      background-image: url(../img/menu_images/promos.png);
  }
}

/* top menu */

@media (min-width: 992px) {
  .header-top-inner {
      background-color: #99cc00;
  }
  .header-top-inner .category a[data-depth="0"],
  .header-top-inner .category a[data-depth="0"]:hover,
  .header-top-inner .category.current a[data-depth="0"] {
      color: white;
  }

  .top-menu a[data-depth="0"]:after {
      border: 2px solid #FF6633;
      visibility: hidden;
  }
   .header-top-inner .category.current a[data-depth="0"]:after, 
  .header-top-inner .category a[data-depth="0"]:hover:after {
    visibility: visible;
  }

  .top-menu .sub-menu li > a.dropdown-submenu{
    color: #336600;
  }

  .cz_search_block_top #cz_search_top_button .material-icons:hover {
      background-color: #99cc00;
  }
  #header .header-nav {
      background-color: #000000;
      height: 110px;
  }
  #header .header-top-inner.fixed {
      background-color: #99cc00;
  }
}

/* service cms block */
#czservicecmsblock .service_container .service-area .service-fourth::after{
  display: none;
}

/* top header cms block */

  @media (max-width: 575px){
    #header .header_logo {
  float: none;
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}
  }


#header .header-nav #cznavcmsblock {
  padding-top: 0;
}

/* top icons */
#header .user-info .user-info-title .account_title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-left: 30px;
}

.cz_search_block_top .block_content {
 padding: 10px;
 background: #000;
}

.cz_search_block_top .product_search {
 background: #fff;
}

@media (max-width: 1459px){
 .cz_search_block_top {
  margin-right: 20px;
 }
}


  @media (max-width: 480px){
    #header .user-info, #header .header-top .head-wishlist, #header .header-top .head-compare {
       margin-right: 15px;
    }
    #czservicecmsblock .service-area {
      padding: 20px 0;
    }
    #czservicecmsblock .service_container .service-area .service-fourth .service-content {
      transform: scale(0.85);
    }
    #czservicecmsblock .service_container .service-area .service-fourth {
      width: 50%;
    }
  }


@media (max-width: 991px){
 .cz_search_block_top {
  margin-right: 0;
 }

 #header .header_logo {
   float: none;
   margin-left: auto;
   margin-right: auto;
 }
}


@media (max-width: 380px){
    #header .header-top .mobile-menu {
      margin: 0;
    }
  }

@media (min-width: 992px) {
 #header .header-top > .container > *:not(.header_logo):not(.cz_search_block_top){
   margin-left: 8px;
   margin-right: 8px;
 }

  #header .header-top > .container > .cz_search_block_top{
      flex: 0 1 auto;
      margin-right: 20px;
  }
  #header .header-top > .container > .header_logo {
    flex: 1 0 auto;
    margin-right: 20px;
  }

#header .header-top > .container > *:not(.header_logo) {
  margin-top: 0;
  order: -1;
}




 #header .header-top > .container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
 }

 #header .blockcart {
   margin-top: 5px;
 }

}
@media (min-width: 1200px) {
  @media (min-width: 992px) {
 #header .header-top > .container > *:not(.header_logo):not(.cz_search_block_top){
   margin-left: 15px;
   margin-right: 15px;
 }
  }
 .top-menu .category a[data-depth="0"]:before {
  background-size: cover;
  background-repeat: no-repeat;
 }
}
#header .cz_search_block_top .product_search {
  display: flex;
}

 #header #categoryDropList {
background-color: #fff;
}

 #header .user-info .user-info-title {
  display: table-cell;
  width: auto;
  background-position: 0 center;
  }

  @media (max-width: 1199px) {
    #header .logo {
      width: auto;
      max-height: unset;
    }
  }


@media (min-width: 992px) and (max-width: 1460px) {
    #header .header-top > .container > .header_logo {
    max-width: 270px;
  }
  #header .cz_search_block_top .product_search {
    max-width: 400px;
  }
}

  /* Product page */

.product-container, .viewed-products {
  margin-bottom: 40px;
}

#tab-content .product-description img {
  max-width: 100%;
  height: auto; 
  width: auto;
}

.images-container .js-qv-mask .thumb-container .thumb {
  width: auto;
  max-width: 90px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px){
    .contact_product_info {
      margin-top: 20px;
      margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    #product-modal .modal-content {
      margin: 0;
    }
    #product-modal .modal-body {
      padding: 0;
    }
    .contact_product_info {
      margin-top: 20px;
    }
}

@media (min-width: 1200px) {
  .product-container,
  .viewed-products {
    margin-bottom: 70px;
  }

  .czcategory-tab {
    padding-right: 30px;
  }
}


#czcategorytabs .products-section-title {
	display: block;
}

/* Custom Info block  */
.d-none {
  display: none;
}

@media (min-width: 1200px){
.d-xl-block {
display: block;
}
}
#custom-text {
  background-color: #dddddd;
   border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0;
}
.custom_block_header {
  border-top:30px solid #FF6633;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.custom_block_header h4 {
  padding-top: 25px;
  font-size: 18px;
  color: #336600
}

.custom_block_content {
  padding: 15px;
}


/* --- end Custom Info block */ 

