

/********************************************************
			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: #129cb8;
}
.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: #129cb8;
  bottom: 20px;
  cursor: pointer;
  height: 40px;
  padding: 0;
  position: fixed;
  right: 24px;
  text-align: center;
  display: none;
  width: 40px;
  z-index: 9;
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.top_button:before{
  font-family: "FontAwesome";
  content: "\f176";
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 16px;
}
.top_button::after {
	border: 2px solid #129cb8;
	bottom: -5px;
	height: 50px;
	opacity: 1;
	right: -5px;
	content: "";
	position: absolute;
	width: 50px;
	animation: blink 2s steps(5, start) infinite;
	-webkit-animation: blink 1s steps(5, start) infinite;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.top_button:hover {
	border-radius: 50%;
}
.top_button:hover::after {
	border-radius: 50%;
}
.top_button:hover:after {
  animation: unset;
  -webkit-animation:unset;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}





/* Flexslider */

#index .spinner {
  background: url(../img/codezeel/loading.gif) no-repeat center center #f1f1f1;
  z-index: 100000;
  min-height: 650px;
  width: 100%;
  background-size: 7%;
}
@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;
  }
}



/***************** custom css add here **********************/
.brand-image img {
    height: 50px;
    object-fit: contain;
}
.header-top-inner .menu .sub-menu {
    min-width: auto !important;
}
.header-top-inner .header-inner {
    display: flex;
}
.headding_text, .sub_headding {
    color: #ffffff;
}
.flexslider ul.slides li > a {
    position: relative;
    display: block;
}
.flexslider ul.slides li > a::after {
    position: absolute;
    content: '';
    background: #00000040;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}
.flexslider ul.slides li > a img {
    height: 600px;
    object-fit: cover;
}
.czcategoryimagelist #czcategoryimagelist-carousel li .block_content .categoryimage a {
    display: flex;
    width: 125px;
    height: 125px;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
}
.custom_top_link_list #cz_search_block_top {
    display: none !important;
}
#header .header-top > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom_top_link_list {
    width: 30%;
}
.custom_search_top {
    width: 100%;
}
.custom_search_top #cz_search_block_top {
    margin: 0px !important;
}
.footer-container .links {
    width: 17%;
}
.footer-container .links.block-contact {
    width: 23%;
}
.footer-container #czfootercmsblock {
    width: 26%;
}
section.lastest_block.block.homeblog-latest {
    padding-bottom: 50px;
}
section.lastest_block.block.homeblog-latest .blog-shortinfo {
    display: none !important;
}
.row.footer.main_footer_col {
    display: flex;
}
.row.footer.main_footer_col div#czfootercmsblock {
    order: 1;
}
.main_footer_col div#czfootercmsblock + .col-md-4.links.block {
    order: 2;
}
.row.footer.main_footer_col div#block_myaccount_infos {
    order: 3;
}
.main_footer_col div#czfootercmsblock + .col-md-4.links.block + .col-md-4.links.block {
    order: 4;
}
.row.footer.main_footer_col .block-contact.col-md-4.links.wrapper {
    order: 5;
}
/* #contact div#_desktop_top_menu {
    display: none !important;
} */
.left-side-content .block-contact.col-md-4.links.wrapper {
    width: 100%;
    padding: 0px;
}
.left-side-content .block-contact h3, .left-side-content .block-contact .title.clearfix.hidden-md-up span.pull-xs-right {
    display: none;
}
.left-side-content .block-contact .title.clearfix.hidden-md-up {
    display: block !important;
}
.left-side-content .block-contact ul#block-contact_list {
    display: block !important;
    height: auto !important;
}
.left-side-content .block-contact ul#block-contact_list span, .left-side-content .block-contact ul#block-contact_list span a {
    color: #000;
}
.left-side-content .block-contact ul#block-contact_list span br {
    display: none;
}
.left-side-content .block-contact ul#block-contact_list li {
    margin-bottom: 10px;
}
.form-group:has(.captcha_container) label {
    width: 45% !important;
}
.form-group:has(.captcha_container) label + .col-md-9 {
    width: 55%;
}
.right-side-content label {
    text-align: left;
}
.right-side-content textarea, .right-side-content input, .right-side-content select {
    background-color: transparent !important;
    border: 1px solid #a3a3a3 !important;
}
.right-side-content textarea:focus, .right-side-content input:focus, .right-side-content select:focus {
    border: 1px solid #129cb8 !important;
}
section#content {
    padding: 0px;
}
.right-side-content label {
    margin-bottom: 0px;
}
.breadcrumb{
	text-align: center !important;
}
#left-column {
   margin-top: 230px;
}
p.alert.alert-success.block_newsletter_alert {
    font-size: 11px;
}
h4#verticalmenu-dropdown span.dropdown-arrow::before{
	display:none;
}
#contact .contact-form {
    padding: 20px 20px 20px 30px;
}
#contact .contact-form .form-group.row .col-md-9.col-md-offset-3 {
    padding: 0px;
}
#contact .left-side-content {
    border: 1px solid #ccc;
    padding: 50px 20px 35px;
}
#contact .form-footer input.btn.btn-primary {
    padding: 10px 40px;
    font-size: 16px;
    opacity: 1;
}
#contact .form-footer {
    max-width: 55%;
}
.left-side-content .block-contact ul#block-contact_list li:first-child {
    max-width: 270px;
}
#left-column .bestseller-products ul.bestsellers_grid li.product_item {
    width: 100% !important;
}





/***************** media query start here ***********************/

@media (min-width: 1200px) {
    .container {
        width: calc(100% - 50px);
    }
	.header-top-inner .header-inner ul#top-menu {
		width: 100% !important;
	}
	#index .header-top-inner div#_desktop_top_menu {
		height: 600px;
		overflow-y:auto;
	}
	#index .header-top.fixed + .header-top-inner div#_desktop_top_menu {
		height: 700px;
	}
	#index .flexslider {
		width: calc(100% - 310px);
		margin: 0px 0px 0px auto;
	}



}



@media (min-width: 991px) and (max-width: 1200px) {
	.top-menu a[data-depth="0"] {
		font-size: 12px;
	}
	#index .flexslider {
		width: calc(100% - 230px);
		margin: 0px 0px 0px auto !important;
	}
	#index .flexslider ul.slides li > a img {
		height: 500px;
	}
	#index .header-top-inner div#_desktop_top_menu {
		height: 500px;
		overflow-y:auto;
	}
	#index .header-top.fixed + .header-top-inner div#_desktop_top_menu {
		height: 600px;
	}
	#contact .form-footer {
		max-width: 60%;
	}









}



@media (max-width:1024px){
	.custom_search_top {
		width: 50%;
	}
	.custom_top_link_list {
		width: 24%;
	}
	#index .flexslider {
		margin-left: 0%;
	}
	#header {
		min-height: auto;
	}


}


@media (max-width:992px){
	.row.footer.main_footer_col {
		display: block;
	}
	.left-side-content {
		width: 100%;
		margin-bottom: 30px;
	}
	.mid-col {
		display: none;
	}
	.right-side-content {
		width: 100%;
	}
	#contact .form-footer {
		max-width: 35%;
	}
	.form-group:has(.captcha_container) label + .col-md-9 {
		width: 83%;
	}
	.form-group:has(.captcha_container) label {
		width: 17% !important;
	}
	
}




@media (max-width:767px){
	#header .header-top > .container {
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 15px;
		max-width: 450px !important;
	}
	#header .header-top > .container .mobile-menu {
		width: auto;
		order: 1;
		margin: 0px !important;
		margin-left: -20px !important;
	}
	.custom_top_link_list {
		width: auto !important;
		order: 3;
	}
	#header .header-top > .container .header_logo {
		width: auto !important;
		margin: 0px !important;
		padding: 0px !important;
		order: 2;
	}
	.custom_top_link_list #links_block_top {
		display: none !important;
	}
	#header .header-top > .container .mobile-menu .cat-title::after {
		position: unset !important;
	}
	.custom_search_top {
		order: 4;
		width: 100%;
	}
	#header .header-top > .container .mobile-menu .cat-title {
		padding: 0px !important;
	}
	#header .blockcart .blockcart-header > .shopping-cart > .icon, #header .header-top .head-compare .ap-btn-compare > span.icon, #header .header-top .head-compare .ap-btn-compare > span.icon, #header .user-info .user-info-title, #header .header-top .head-wishlist .ap-btn-wishlist > span.icon {
		height: 19px;
		width: 19px;
		-webkit-mask-size: 19px;
		mask-size: 19px;
	}
	#index .flexslider {
		margin-left: 0%;
	}
	#header {
		min-height: 166px !important;
	}
	.flexslider ul.slides li > a img {
		height: 240px !important;
	}
	.flexslider .slides li .slide_content .headdings .sub_headding {
		font-size: 30px;
		line-height: 35px;
	}
	.flexslider .slides li .slide_content .headdings .button-shopnow .btn.btn-primary {
		padding: 10px 20px;
		font-size: 15px;
		margin-top: 10px;
	}
	.footer-container .links {
		width: 100% !important;
	}
	.custom_search_top #cz_search_block_top {
		display: block !important;
	}
	#header .header-top > .container .header_logo img {
		max-height: 40px !important;
	}
	.form-fields .form-group.row:nth-of-type(3) label {
		display: none;
	}
	#contact .left-side-content {
		padding: 30px 20px 15px;
	}
	.form-group:has(.captcha_container) label + .col-md-9 {
		width: 100%;
		overflow: hidden;
	}
	#contact .contact-form {
		padding: 10px;
	}
	.custom-content.row {
		margin: 0px;
	}
	#contact .contact-form .form-group.row .col-md-9.col-md-offset-3 {
		padding: 0px 0px 0px 15px;
	}
	.right-side-content .form-group.row > label, .right-side-content .form-group.row > div {
		padding: 0px !important;
	}
	input#file-upload {
		width: 100%;
	}
	.form-fields .form-group.row:nth-of-type(3) label[for="file-upload"] {
		display: block !important;
	}
	
	
	
	
	
	
	

}

