h1,h2,h3,h4,h5,h6{
 font-family: "Roboto",sans-serif !important;   
}

.logo img {
    max-width: 200px;
}
.header_absolute {
    position: relative;
}
.hero-slider-two .slick-arrow {
    top: auto;
    transform: none;
    bottom: 20px;
}
.navigation-menu>ul>li {
    margin: 0 10px;
}
.ceta_img img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px solid #333;
}
.cetagory_item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.single-hero-slider-five .inner-images .image-two, .single-hero-slider-nine .inner-images .image-two {
    bottom: 50px;
    right: 60px;
}
.single-hero-slider-five, .single-hero-slider-nine {
    height: 80vh;
}
.category-area{
    margin-top: 20px;
}
.cetagory_item .prodect-title {
    font-size: 20px;
    margin-top: 15px;
}
.header_height-90 {
    height: auto;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
/* .header-right-side{
    display: none;
}
#main-logo{
    display: none;
} */
.header-search input {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 25px;
}
.header-right-side .header-right-items a {
    font-size: 24px;
}
.header-search {
    position: relative;
    width: 70%;
}
.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #0f6bb4;
    color: #fff;
    padding: 7px 30px;
    text-align: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    line-height: 37px;
}
.text-btn-normal {
    padding: 5px 20px;
    background: #ddd;
    border-radius: 25px;
    font-size: 15px;
}
.text-btn-normal:hover{
    background-color: #c2151d;
    color: #fff;
}
.container-fluid--cp-100 {
    padding: 0 50px;
}
.navigation-menu>ul>li>a {
    font-size: 14px;
}





#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalPopup {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 50%;
    padding: 0 0 30px;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
}
.modalContent {padding: 0 2em;}
.headerBar {
width: 100%;
background: #edcb04 url(http://cognex.com/gfx/site/bg-global-header.png) repeat-x 0 0;
margin: 0;
text-align: center;
}
.headerBar img {
margin: 1em .7em;
}
h1 {
margin-bottom: .2em;
font-size: 26px;
text-transform: capitalize;
}
p {margin: .75em 0 1.5em;}
.buttonStyle {
border: transparent;
border-radius: 0;
background: #6d6d6d;
color: #eee !important;
cursor: pointer;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
padding: 6px 25px;
text-decoration: none;
background: -moz-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#1e1e1e));
background: -webkit-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
background: -o-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
background: -ms-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
background: linear-gradient(to bottom, #6d6d6d 0%,#1e1e1e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#1e1e1e',GradientType=0 );
/*	-webkit-box-shadow: 0 2px 4px 0 #999;
box-shadow: 0 2px 4px 0 #999; */
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.buttonStyle:hover {
background: #1e1e1e;
color: #fff;
background: -moz-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#6d6d6d), color-stop(100%,#6d6d6d));
background: -webkit-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
background: -o-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
background: -ms-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
background: linear-gradient(to bottom, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#6d6d6d',GradientType=0 );
}
.returnToProfile {text-align: center; margin:3em;}
.returnToProfile a, .returnToProfile a:visited {color: #ddd;}
.returnToProfile a:hover {color: #fff;}

.banner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c5c5c5;
    padding: 20px;
    border-radius: 25px;
}
.banner_img img {
    max-width: 200px;
}
.banner_text h4 {
    margin-bottom: 20px;
}
.banner-item{
    margin-top: 30px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider,"/");
}
.breadcrumb-area {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pagination-box li a:hover {
    background-color: #c2151d;
}
.slick-slide img {
    width: 100%;
}
.easyzoom.is-ready img {
    cursor: default;
}
.single-contact-info-item .icon {
    width: 100%;
}
.faq-wrapper .card-header h5 button[aria-expanded=true] {
    background: #c2151d;
}

.banner{
    /* background-image: url(../images/svg/bg.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-color: #0e6cb31a;
}
.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008f;
    z-index: -1;
    opacity: 0;
}
.banner h1 {
    color: #fff;
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: -1px 1px 20px #00000091;
}
.banner p {
    color: #fff;
    width: 50%;
    display: table;
    margin: 0 auto;
    font-size: 19px;
    margin-bottom: 1.5rem;
}
.card-area {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    margin-top: 30px;
    flex-direction: column;
    box-shadow: 6px 6px 20px #dddddd3b;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.card-area::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    background-color: #0f6bb4;
    border-radius: 50%;
    transition: 0.3s;
    z-index: -1;
}
.card-area:hover::before{
    width: 100%;
    height: 100%;
    border-radius: 0;
    left: 0;
    top: 0;
    transition: 0.3s;
}
.card-imgs img {
    width: 60px;
    filter: invert(0) brightness(0);
    z-index: 99;
    transition: 0.3s;
}
.card-area:hover .card-imgs img{
    filter:brightness(0) invert(1) ;
    transition: 0.3s;
}
.card-area h4 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 2;
    transition: 0.3s;
}
.card-area:hover h4{
    color: #fff;
    transition: 0.3s;
}
.card-sec {
    background-color: #cfe2ff;
}
.card-sec h2 {
    color: #0f6bb4;
    text-transform: uppercase;
    font-weight: 600;
}

.breadcrumb {
    justify-content: center;
}

.footer-area-wrapper {
    background: #333;
}
.footer-widget__title {
    color: #fff;
}
.footer-widget__list li {
    color: #fff;
}
.footer-social-networks .item {
    color: #fff;
}
.copyright-text {
    color: #fff;
}
.footer-widget__footer-menu li {
    color: #fff;
}
.footer-bottom-social .title {
    color: #fff;
}
.single-product-item {
    border: 1px solid #c9c9c9;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 412px;
}
.single-product-item:hover{
    border-color:#dcb14a;
}
.single-product-item .product-thumbnail::after {
    background: #0e6cb385;
}
.header-right-side .header-right-items {
    margin-left: 18px;
}
.head-left-item {
   display: flex;
   flex: 1 0 0;
}
.head-right-items {
    display: flex;
    flex: 1 0 0;
    justify-content: end;
}
.product-slider-active .slick-slide {
    margin:0 10px;
}
.product-slider-active .slick-arrow {
    left: -50px;
    background: #000;
    padding: 10px;
    border-radius: 7px;
    color: #fff;
}
.product-slider-active .slick-arrow.arrow-next {
    right: -50px;
}


.page-numbers {
  height: 38px !important;
  width: 36px !important;
  line-height: 40px !important;
  background-color: #dadada !important;
  border-radius: 5px !important;
  text-align: center !important;
}
.page-numbers li a:hover {
  background-color: #dcb14a;
  color: #fff;
}

.current {
  height: 38px !important;
  width: 36px !important;
  line-height: 40px !important;
  background-color: #ff0000 !important;
  border-radius: 5px !important;
  padding-top:11px !important;
  padding-bottom:11px !important;
  padding-right:13px !important;
  padding-left:13px !important;
}

.wp-block-woocommerce-related-products .rltd_product{
	display:none !important;
}

#tab-description h2{
	display:none !important;
}	
.chklogo{
	padding-left:90px !important;
}

.wc-block-components-product-image{
	text-align:center;
}

.wc-block-add-to-cart-form .quantity .qty{
	width:6.631em !important;
}

.wc-block-breadcrumbs{
	margin-top:-4px !important;
}	

footer .has-global-padding{
	padding-bottom:18px !important;
}

.simpleParallax{
	height:478px !important;
}
.banner1_desc{
	padding-top:86px !important;
	padding-bottom:36px !important;
	color:#fff;
	font-weight:bold;
}

.banner1_desc h1{
	color: #fff;
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: -1px 1px 20px #00000091;
}

 #leftbox {
    float: left;    
    width: 25%;
    height: 280px;
 }
 
 #middlebox {
    float: left;    
    width: 50%;
    height: 280px;
 }
 
 #rightbox {
    float: right;    
    width: 25%;
    height: 280px;
 } 

.home .has-global-padding .wp-block-spacer{
	display:none !important;
}

.home .has-global-padding .wp-block-post-title{
	display:none !important;
}

.text-btn-normal{
	color:#000;
}

.product-category a img{
	float:left;
}

.about_video{
	padding-top:80px !important;
	padding-bottom:80px !important;
}

.header{
	padding-left:60px !important;
	padding-right:60px !important;
	height:100px !important;
}

.icon-user{
    font-size:24px !important;
}

.footer{
    background-color:#333 !important;
}

footer p{
    display:none !important;
}

.wp-block-search__input{
    /*border-radius:60px;*/
    width:221px !important;
}    

.wp-block-search .wp-block-search__input{
    border-radius:90px !important;
    height:49px !important;
}

.wp-block-search__button{
    margin-left:-23px !important;
    height:49px !important;
    background-color:#0f6bb4 !important;
    width:76px !important;
    height:49px !important;
    border-top-right-radius:90px !important;
    border-bottom-right-radius:90px !important;
}

.custom-logo-link{
    margin-top:-22px !important;
}

.product-type-simple{
    border:1px solid #c9c9c9 !important;
}

.product-type-simple:hover{
    border:1px solid #dcb14a !important;
}

.single-product{
    border:none !important;
}
.single-product:hover{
    border:none !important;
}
.products-block-post-template{
    padding-left:117px;
    padding-right:117px;
}

.wp-block-button__link{
  padding: 5px 20px;
  background: #ddd;
  border-radius: 25px;
  font-size: 15px;
  height:36px;
}

.wp-block-button__link:hover{
    background-color:#dc3545;
}
.breadcrumb-area{
    width:1349px !important;
}
#mega-menu-item-3382{
  margin-top: -47px !important;
  font-size: 16px !important;
}
.fa-cart-arrow-down{
    font-size:22px !important;
}
.wpcf7-textarea{
    width:96%;
    height:150px !important;
}

.wpcf7-submit{
    background-color:#ff0000 !important;
    color:#fff !important;
    padding:4px 17px !important;
    border-radius:30px !important;
    border:none !important;
}
.wc-block-components-checkout-step__heading-content{
    font-weight:bold;
}
.wc-block-components-checkout-step__heading-content a{
    color:#ff0000;
}
.woocommerce .quantity .qty{
    width:80px !important;
}
.main-nav .title{
    color:#fff !important;
    font-size:13px !important;
}
.main-nav li.item{
    margin-bottom:4px !important;
}    
.sliding-menu{
    margin-top:-5px !important;
}
.woocommerce ul.products li.product a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.product-type-simple{
	/*display: flex;*/
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.wcpscwc-product-slider .products li {
	margin:20px !important;
}
.woocommerce ul.products li.product .button {
	display: table;
	margin: 0 auto 10px;
	background-color:#0f6bb4;
	color:#fff;
	border-radius:25px;
}
.woocommerce ul.products li.product .button:hover {
	background-color:#ff0000;
	color:#fff;
}
.woocommerce ul.products li.product .onsale {
	top: 10px;
	right: 10px;
	left: auto;
	margin: 0;
	position: absolute;
	border-radius: 10px;
	min-height: auto !important;
	padding: 10px;
	line-height: 1;
}
.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
	border: none;
	color: #fff;
	background: #b3af54;
}
.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
	left: -1rem;
	right: unset;
	z-index: 1;
	min-height: auto;
	line-height: 1;
	border-radius: 10px;
	padding: 10px;
}
.wp-block-button__link{
  background-color:#0f6bb4;
  color:#fff;
}
.wp-block-button__link:hover{
  background-color:#ff0000;
  color:#fff;
}
.yith-wcqv-button{
    background-color:#fff !important;
    color:#000 !important;
}
.single_add_to_cart_button{
    display: table;
	margin: 0 auto 10px;
	background-color:#0f6bb4;
	color:#fff;
	border-radius:25px;   
}
.single_add_to_cart_button:hover{
	background-color:#ff0000;
	color:#fff;
}
#yith-quick-view-content .onsale {
	left: 0.11rem;
	right: unset;
	z-index: 1;
	min-height: auto;
	line-height: 1;
	border-radius: 10px;
	padding: 10px;
}