

/********************************************************
			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-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;
    z-index: 8;
    right: 0px;
    top: 34%;
    width: 100%;
    direction: ltr !important;
}
.customNavigation a {
    position: absolute;
    background: rgba(0, 0, 0, 0) url(../img/codezeel/arrow.png) no-repeat scroll 0 0;
    width: 25px;
    height: 42px;
    border: 0px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.customNavigation a.prev {
    left: -40px;
    background-position: 0px -75px;
    cursor: pointer;
}
.customNavigation a.next {
    right: -40px;
    cursor: pointer;
    background-position: -93px -76px;
}
.customNavigation a.prev:hover{
    background-position: 0px 5px;
}
.customNavigation a.next:hover {
    background-position: -93px 4px;
}
.czcategoryimagelist .customNavigation{
  top: 53%;
  display: none;
}

.nivo-directionNav a {
    width: 50px;
    height: 50px;
}
.czhomeslider .nivo-directionNav .nivo-prevNav {
  background-image: url(../img/codezeel/slider-left-arrow.svg);
}
.czhomeslider .nivo-directionNav .nivo-nextNav {
  background-image: url(../img/codezeel/slider-right-arrow.svg);
}
.czhomeslider .nivo-directionNav .nivo-prevNav:hover {
  background-image: url(../img/codezeel/slider-left-arrow-hover.svg);
}
.czhomeslider .nivo-directionNav .nivo-nextNav:hover {
  background-image: url(../img/codezeel/slider-right-arrow-hover.svg);
}
@media (max-width: 1530px){
  .customNavigation a.prev {
    left: -15px;
  }
  .customNavigation a.next{
    right: -15px;
  }
}
@media (max-width: 1199px){
   .customNavigation a.prev{
    left: -10px;
  }
  .customNavigation a.next{
    right: -10px;
  } 
}
@media (max-width: 991px) {
  .brands .customNavigation {
    top: 40%;
  }
  .customNavigation a.prev{
    left: 0;
  }
  .customNavigation a.next{
    right: 0;
  }
  .customNavigation{
    top: 31%;
  }
  .homeblog-latest .customNavigation {
    top: 28%;
  }
}
@media (max-width: 575px){
.czcategoryimagelist .customNavigation {
    top: 50%;
  }
}
@media (max-width: 420px){
  .homeblog-latest .customNavigation {
    top: 30%;
  }
  .customNavigation{
    top: 29%;
  }
}
#czleftbanner img,
#czrightbanner img{
	max-width: 100%;
}	
#czleftbanner li, #czrightbanner li {
	display: inline-block;
	margin: 0 -1px 0 0;
}
#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-image: url(../img/codezeel/top-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 48px;
	background-color: #ffff;
	right: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 999;
	width: 60px;
	height: 60px;
	font-size: 0;
	display: block;
	border-radius: 50%;
}

/* twitter */
.block-social li.twitter a::before {
	content: "";
	mask-image: url(../img/codezeel/twitter.svg);
	mask-repeat: no-repeat;
	mask-size: 19px;
	-webkit-mask-repeat: no-repeat;
	mask-position: center center;
	background-color: currentColor;
}

.social-sharing ul li.twitter a::before {
	content: "";
	mask-image: url(../img/codezeel/twitter.svg);
	mask-repeat: no-repeat;
	mask-size: 17px;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	background-color: #000;
	width: 100%;
	height: 100%;
}

.social-sharing ul li.twitter:hover a::before {
	background-color: #ffffff;
}

.social-sharing ul li.twitter {
	border-color: #000;
}

.social-sharing ul li.twitter:hover {
	background-color: #000;
}

/* Flexslider */

#index .spinner {
	background: url(../img/codezeel/loading.gif) no-repeat center center #f2f2f2;
	width: 100%;
	min-height: 700px;
}
@media (max-width: 1459px) {
  #index .spinner {
    min-height: 540px;
  }
}
@media (max-width: 1199px) {
  #index .spinner {
    min-height: 440px;
  }
}
@media (max-width: 991px) {
  #index .spinner {
    min-height: 365px;
  }
}
@media (max-width: 767px){
  #index .spinner {
    min-height: 280px;
  }
}
@media (max-width: 575px){
  #index .spinner {
    min-height: 212px;
  }
}
@media (max-width: 480px) {
  #index .spinner {
    min-height: 180px;
  }
}
@media (max-width: 380px) {
  #index .spinner {
    min-height: 140px;
  }
}





#header .header_logo {padding: 8px 0px;}
.top_button {background-image: url(/themes/Eletronix/templates/_partials/favicon.png);}
.footer-container .links .h3::before, h3.email_title::before, .block-contact-title::before {border-bottom: 2px solid #d4b877;}
.block-contact li i {color: #d4b877;}
.footer-container li a:hover {color: #d4b877;}
.block_newsletter form input.btn {background-image: url(/themes/Eletronix/templates/_partials/newsletter.png);}
.copyright ._blank:hover {color: #d4b877;}
.footer-after a:hover {color: #d4b877;}
#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.item .quote_img {position: initial; background-color: #d4b877;}
#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page:hover span, #cztestimonialcmsblock .testimonial_container .owl-controls .owl-page.active span {border-color: #d4b877; background: #d4b877;}
.products-section-title::before {border-bottom: 3px solid #d4b877;}
#czoffercmsblock .offercms-inner {background-color: #d4b877;}
#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-detail a.shop-now {background-color: #d4b877;}
.products-section-title::before {border-bottom: 3px solid #d4b877;}
.products-section-title {text-transform: initial !important;}
.products .product_list li.item .product-price-and-shipping, .products .product_list li.product_item .product-price-and-shipping, .product-price {color: #d4b877;}
.products .product_list li.item .product-title:hover, .products .product_list li.item .product-title a:hover, .products .product_list li.product_item .product-title:hover, .products .product_list li.product_item .product-title a:hover {color: #d4b877;}
.products .product-miniature .discount-percentage, .products .product-miniature .discount-product {color: #d4b877;}
a:focus, a:hover {color: #d4b877;}
.czcategoryimagelist .categorylist .cate-heading a:hover {color: #d4b877;}
.czcategoryimagelist .block_content .categoryimage {border-radius: 0px;}
.czcategoryimagelist .block_content .categoryimage a {padding: 0px;}
.czcategoryimagelist #czcategoryimagelist-carousel .owl-controls .owl-page:hover span, .czcategoryimagelist #czcategoryimagelist-carousel .owl-page.active span {background: #d4b877;}
#czbannercmsblock1 .cmsbanner .cmsbanner-detail .cmsbanner-text a.shop-now {background-color: #d4b877;}
.products .all-product-link {background-color: #d4b877; border: 1px solid #d4b877;}
.tabs .nav-tabs .nav-link:hover, .tabs .nav-tabs .nav-link.active {background-color: #d4b877;}
#czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text .shopnow a {background-color: #d4b877; border: 1px solid #d4b877;}
.flex-direction-nav a {border: 2px solid #d4b877; border-top-color: #d4b877; border-right-color: #d4b877; border-bottom-color: #d4b877; border-left-color: #d4b877;}
.btn-primary {border: 1px solid #d4b877; background: #d4b877;}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {background: #d4b877; border-color: #d4b877;}
#header .blockcart .blockcart-header > a.shopping-cart .mobile_count {background: #d4b877;}
.top-menu li:hover a[data-depth="0"] {color: #d4b877;}
.flex-direction-nav a::before {background-color: #d4b877;}
.czcategoryimagelist .block_content:hover .categoryimage {border-color: #d4b877;}
#content ul {list-style: circle; padding-left: 12px;}
#left-column .block .block_title::before, #right-column .block .block_title::before {border-bottom: 2px solid #d4b877;}
#left-column a:hover, #right-column a:hover {color: #d4b877;}
#left-column .products-block .view_more a, #right-column .products-block .view_more a {color: #d4b877;}
.products .product-price-and-shipping {color: #d4b877;}
#czcategoryimagelist-carousel.owl-carousel .owl-wrapper {width: 100% !important;}
#czcategoryimagelist-carousel .owl-item {width: 25% !important;}
.czcategoryimagelist #czcategoryimagelist-carousel .owl-controls {display: none !important;}
#header .user-info .language-selector li:hover a, #header .user-info .language-selector li.current a, #header .user-info .currency-selector li:hover a, #header .user-info .currency-selector li.current a {color: #d4b877;}
#header ul.dropdown-menu li a:hover {color: #d4b877;}
.product-line-grid .cart-line-product-actions a:hover i, .page-my-account #content .links a:hover i {color: #d4b877;}
.page-my-account #content .links a:hover span.link-item {border-color: #d4b877;}
.page-my-account #content .links a:hover {color: #d4b877;}
.breadcrumb li a:hover {color: #d4b877;}
.slides {padding: 0px !important;}
.brands .products {border-top: 0px solid #ddd;}
#czoffercmsblock .offercms-text .shopnow {top: 45px;}
  
  
  
  
@media (max-width: 1199px) {
    #czcategoryimagelist-carousel .owl-item {width: 50% !important;}
}

@media (max-width: 575px) {
    #czcategoryimagelist-carousel .owl-item {width: 100% !important;}
}

.product-attributes .manufacturer-logo {
  border: 0px;
}

.top-menu a[data-depth="0"] {
  padding: 42px 23px;
  font: 13px/26px "Montserrat", Sans-serif;
  color: #fff;
  display: block;
  text-transform: uppercase;
  position: relative;
  width: auto;
  border-radius: 5px; font-weight: 600;
}
body {font-family: "Montserrat", Sans-serif;}
.products-section-title {font-family: "Montserrat", Sans-serif; font-weight: 700;}

.breadcrumb {display: none;}
.block-category .category-cover {display: none;}
#subcategories {display: none;}
.top-menu .sub-menu ul[data-depth="1"] > li {float: initial;}
 .header-top-inner .menu .sub-menu .top-menu > li:last-child a.dropdown-submenu::before {border-top: 0px solid #dddddd;}
.top-menu .sub-menu li:last-child > a.dropdown-submenu {margin-bottom: 0px;}
.top-menu .sub-menu li > a.dropdown-submenu:hover {color: #d4b877;}

.btn {font-family: "Montserrat", Sans-serif; }

/* Maintenance page logo fix */
.page-maintenance .logo img,
#main .page-header .logo img {
    max-width: 220px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}

.language-flag { display:inline-block; vertical-align:middle; margin-right:6px; }
.language-name { display:none; } /* remove if you also want text */
.language-li.current .language-flag { outline:2px solid currentColor; outline-offset:2px; border-radius:2px; }

/* --- Language selector: top-right, flags inline --- */
#language-selector2{
  /* stop acting like a full-width block */
  width: auto !important;
  display: inline-block;
  clear: none !important;

  /* join the right-side "icons" line */
  float: right;
  margin-left: 12px;
  white-space: nowrap;
}

/* Horizontal list */
#language-selector2 .language-list{
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#language-selector2 .language-li{ margin: 0; }

#language-selector2 .language-item{
  display: inline-flex;
  align-items: center;
  padding: 6px;
  line-height: 1;
}

/* flags-only */
#language-selector2 .language-name{ display: none; }

/* optional: highlight current language */
#language-selector2 .language-li.current .language-item{
  outline: 1px solid rgba(255,255,255,.55);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (max-width: 767px){
  #language-selector2{
    float: none;
    display: block;
    text-align: right;
    margin: 8px 0 0;
  }
  #language-selector2 .language-list{
    justify-content: flex-end;
  }
}

#language-selector2 {
  margin-top: 43px;
}
.language-li.current {
  display: none;
}
.header-top .menu {
  width: 67%
}

@media (max-width: 1459px) { 
.top-menu a[data-depth="0"] {
  padding: 42px 10px;}
}


@media (max-width: 1199px) {  .header-top-inner .menu {
    width: 100%;
  }
}

#czoffercmsblock .offercms-text .shopnow a {
	font-size: 15px;
	letter-spacing: 0.5px;
	transition: all 0.5s ease 0s;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	padding: 10px 25px;
	border: 1px solid #d4b877;
	border-radius: 5px;
}

#czoffercmsblock .offercms-text .shopnow a:hover {
    text-decoration: none;
      background-color: #222;
      border-color: #222;
      color: #fff;
}