@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100..900&amp;display=swap');	
.smooch-sans{
  font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
body{
	font-family: "Smooch Sans", sans-serif !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	font-family: "Smooch Sans", sans-serif !important;
  	font-style: normal;
	font-weight:400 !important;
	font-size:24px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    margin: 0 0 0 -2px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 32px !important;
	letter-spacing:1px;
}
.prod-grid {
    margin-bottom: 20px;
}
.prod-grid .pg-img {
    position: relative;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 15px;
	background:#FFF;
}
.prod-grid .pg-meta h2 {
    font-size: 17px;
}
.prod-grid .pg-meta h2 a {
    text-decoration: none;
}
.prod-grid a {
    text-decoration: none;
    color: #181818;
	font-size:24px;
}
.prod-grid .pg-meta span.price {
    font-weight: bold;
}
.product-page .summary.entry-summary h1.product_title.entry-title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}
.product-page .summary.entry-summary p.price {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-page .summary.entry-summary .woocommerce-product-details__short-description {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.product-page .product_meta {
    display: block;
    clear: both;
}
.product-page .product_meta span.sku_wrapper, .product-page .product_meta span.posted_in {
    display: block;
    font-weight: bold;
    padding: 4px 0;
	font-size:30px;
}
.product-page .product_meta span.sku_wrapper span, .product-page .product_meta span.sku_wrapper a, .product-page .product_meta span.posted_in span, .product-page .product_meta span.posted_in a {
    font-weight: normal;
    padding-left: 5px;
    text-decoration: none;
    color: #181818;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin: 50px 0 100px;
}
.woocommerce-tabs.wc-tabs-wrapper ul {
    border-bottom: 0;
    margin: 0 0 20px 0 !important;
    padding: 0;
    display: flex;
    justify-content: center;
}
.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper ul li {
    display: inline-block;
    padding: 0 20px;
}
.woocommerce-tabs.wc-tabs-wrapper ul li.active a {
    background-color: #fff;
    color: #181818;
    border-bottom: 3px solid #181818;
}
.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}
.prod-grid a.add_to_cart_button {
	display:none;
}
.single_add_to_cart_button{
	background: #ad2525;
    color: #ffff;
	float:left;
    padding: 10px 20px;
}
input.wpi-button {
    font-size: 13px;
    padding: 10px 25px !important;
    margin: 0% 20px !important;
    background: #c8ff00 !important;
}

/* search style */

.search-box{
  	width: fit-content;
  	height: fit-content;
  	position: relative;
	float:right;
	margin-top:20px;
}
.input-search{
	width:0;
	height:50px;
  	border-style: none !Important;
  	padding: 10px !Important;
  	font-size: 18px;
  	letter-spacing: 2px;
  	outline: none;
  	border-radius: 25px !important;
  	transition: all .5s ease-in-out;
  	padding-right: 40px !important;
  	color:#fff !important;
  	background:none !important;
}
.input-search::placeholder{
  	color:rgba(255,255,255,.5);
  	font-size: 18px;
  	letter-spacing: 2px;
  	font-weight: 100;
}
.btn-search {
    width: 55px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: -3px;
    color: #fff;
    background: none !important;
    pointer-events: painted;
    height: 50px;
}

.search-box button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.btn-search:focus ~ .input-search{
  	width: 300px;
  	border-radius: 0px;
  	background-color: transparent;
  	border-bottom:1px solid rgba(255,255,255,.5);
  	transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
  	width: 300px;
  	border-radius: 0px;
  	background-color: transparent;
  	border-bottom:1px solid rgba(255,255,255,.5);
 	transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
/* search end */
/* cart icon */
.cart{
	margin:20px -12px 0;
	text-align:left;
}
.cart i {
    color: #fff;
    font-size: 24px;
    padding: 13px;
    border-radius: 40px;
}
/*cart end */
.top-header{
	background:#ad2525;
}

.top-header .social-icon{
	margin:0 25px
}
.social-icon{
	text-align:right;
	float:left;
}
.social-icon ul{
	padding:5px;
	margin:0;
}
.social-icon ul li{
    list-style: none;
    display: inline-block;
    margin: 5px 5px;
}
.social-icon ul li a{
	font-size:16px;
	color:#fff;
}		
.social-icon ul li a i{
	width:20px;
	height:20px;
}
.home-hdr{
    width: 100%;
 	background:#000000bf;
	padding:5px 0;
	z-index:9 !important;
}
.products .prod-grid a.button{
	font-size:20px !important;
	background-color: #ad2525 !important;
    color: #fff;
    padding: 5px 15px 5px 15px !important;
    margin-top: -15px;
    display: inline-table;
}
.entry-content{
	margin:0 !important;
}
.topleft-text p {
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    margin: 0;
	text-align:center;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important
}

.site-branding{
	margin:5px 20%;
}
.categories-banner{
    clear: both;
	position: relative;
	transition: transform 1.5s;
}
.categories-banner img{
	width: 100%;
    position: relative;
}
.categories-banner p{
    position: relative;
	overflow:hidden;	
}
.categories-banner p img{
	transition: transform 0.5s;
}
.categories-banner p img:hover{
	 transform: scale(1.3);
}
.categories-banner:hover .categories-ban01 {
	Bottom: 45%;
}
.categories-banner:hover .categories-ban02 {
	Bottom: 45%;
}
.categories-banner:hover .categories-ban03 {
	Bottom: 45%;
}
.categories-banner:hover .categories-ban04 {
	Bottom: 45%;
}
.categories-banner:hover .categories-ban05 {
	Bottom: 45%;
}
.categories-ban01 {
	position: absolute;
    BOTTOM: 1%;
    left: 1%;
    text-align: center;
    right: 0;
    left: 0;
    width: 100%;
	transition: all 1s ease;
}
.categories-ban01 a {
    color: #000;
    font-size: 20px;
    background: #fffc;
    padding: 10px 0px;
    text-decoration: none;
    border-radius: 0 0px 0 0;
    max-WIDTH: 98%;
    margin: 0 auto;
    display: block;
}
.categories-ban01 a:hover{
	background:#baf120;
}
.categories-text{
	padding:33px;
	border:2px solid #BBF121;
	transition: transform 0.9s;
}
.categories-text:hover{
	transform: scale(1.1);
}
.icon-text3 .wpb_wrapper{
	background:#baf120;	
}
.icon-text3 .mega-info-header{
	margin:30px;
} 
.icon-text3 .mega-info-footer{
	margin:30px;
}
.icon-text3 .mega-info-title{
	text-align:left;
}
.icon-text3 .mega-info-header img {
    float: left;
    margin: 30px 0 15px 0;
}
.collapse-section {
    margin-top: 35px;
    background: #baf120;
    margin-right: -15px;
    min-height: 816px !important;
}
.collapse-section .vc_tta-panels{
	background:none;
}
.collapse-text {
    margin: 0px 0 0 0px;
}
.collapse-text p {
    font-size: 90px;
    font-weight: 500;
	margin-bottom:20px;
	font-family: "Smooch Sans", sans-serif !important;
	line-height:70px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #000 !Important;
}
.collapse-section .vc_tta-panel-heading{
	background:none !important;
	font-size:30px;
	font-weight:bold;
	border:none !important;
	border-bottom:1px solid #000 !important;
	border-radius:0 !important;
}
.collapse-section h4{
	border-bottom:none;
}
.collapse-section .vc_tta-panel-body{
	background:none !important;
	font-size:20px;
	border:none !important;
}

.collapse-section h4 a{
	font-size:30px;
	font-weight:bold;
}

.collapse-section .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading{
	border-color: #00000000;
    background-color: #00000000;
}

.collapse-section .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading{
	border-color: #00000000;
    background-color: #00000000;
}
.collapse-section .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover{
	border-color: #00000000;
  	background-color: #00000000 !important;	
}
.collapse-section .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
    background-color: #00000000;
	border-color: #00000000;
}
.collapse-section .vc_tta.vc_tta-style-modern .vc_tta-panel-body, .vc_tta.vc_tta-style-modern .vc_tta-panel-heading {
    background-image: linear-gradient(to bottom, rgba(255, 254, 255, .0) 0, rgba(255, 255, 255, .0) 100%) !important;
}


.vc_custom_1711624440412 {
    min-height: 900px;
}

/* testimonails slider */
.testimonial{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #baf120;
	color: #3d5a80;
}
.testimonial-slide{
	background-color: #fff;
}
.testimonial_box{
	padding:20px;
}
.testimonial-top{
	background-color: #e0fbfc;
	padding: 30px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}
.testimonial-icon{
	padding: 10px 0;
}
.testimonial-icon i{
	font-size: 25px;
	color: #14213d;
}

.testimonial_box-text{
	padding: 10px 0;
}
.testimonial_box-text p{
	color: #293241;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}
.testimonial_box-img{
	padding: 20px 0 10px;
	display: flex;
	justify-content: center;
}
.testimonial_box-img img{
	width: 70px;
	height: 70px;
	border-radius: 50px;
	border: 2px solid #e5e5e5;
}
.testimonial_box-name{
	padding-top: 10px;
}
.testimonial_box-name h4{
	font-size: 20px;
	line-height: 25px;
	color: #293241;
	margin-bottom: 0;
}
.testimonial_box-job p{
	color: #293241;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 0;
}

  
/* Simple Slider */

.white-back{
	background: #fff;
}
.bubble {
    margin: 10px 10px 0;
    background: #fff;
    padding: 40px 20px 40px 25px !important;
    position: relative;
    border: none;
	display:inline-grid;
}
.bubble img{
	float:left;
}
.bubble  h2{
	    color: #000000;
	    line-height: 25px;
	   font-size: 20px;
    padding: 0 15px;
}
.bubble p {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    min-height: 120px;
}


.bubble blockquote:before, .bubble blockquote:after {
	content: "\201C";
  	position: absolute;
	font-size: 80px;
	padding: 10px;
	line-height: 1;
	color: #1e528e;
}
.bubble blockquote:before {
	top: 0;
  	left: 10px;
}
.bubble blockquote:after {
      content: "\201D";
      right: 10px;
      bottom: -.5em;
  }
.bubble a{
	font-size:20px;
	color:#000 !important;
}
.star-icon{
  margin: 0;
float:left;
}
.more-read{
	text-align:right;
	color:#000;
	font-size:16px;
	text-decoration:underline;
	font-weight:600;
	margin:0 20px;
}
.star-icon i{
	color:#baf120;
}

.img-text {
    display: flex;
    margin: 15px 0;
    align-items: center;
}

.hammadinput{
    width: 100%;
    padding: 10px 15px;
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
    border: 1px solid #909090;
    margin-top: 10px;
    color: gray !important;
    border-radius: 0px;
	font-size:14px;
}
.hm-height{
    height: 200px;
}
.hammadinput:focus{
    box-shadow:2px 2px 10px #ccc}
.tus_contsbmt{
    margin:0px; padding:8px 10px; background-color:#2fa7d7; color:#fff; text-align:center; text-transform:capitalize; font-family: 'Poppins', sans-serif; font-size:14px;
    border:none; transition:0.6s; border-left:solid 4px #006982;}
.tus_contsbmt:hover{
	background-color:#006982; color:#ffffff; text-decoration:none;}

.mockupform{
	background:#fff;
}
.fixed-button {
    border: none;
    outline: none !important;
    position: fixed;
    bottom: 4%;
    right: 20px;
    z-index: 999;
    width: 100px;
    text-align: center;
    text-decoration: none;
}
.fixed-button p {
    font-size: 20px;
    color: #000000;
    font-weight: 900;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin: 0;
    text-transform: uppercase;
}

/* leftmenu */

.side-bar-mobile h2 {
    background: #ad2525;
    color: white;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 24px;
}
.wc-blocks-filter-wrapper h3{
    background: #ad2525;
    color: white;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 24px;
}
.wc-block-product-categories ul li{
		padding:3px 0;
	}
.wc-block-product-categories ul li a{
	color:#000;
	text-decoration:none;
	font-size:18px;
}

/* footer */
.site-footer{
	background:#222222;
	padding:20px 150px;
}
.ftr-link h2 {
    color: #fff;
	font-weight:800;
    font-size: 22px;
    padding: 30px 0 10px 0;
    text-transform: uppercase;
}
.ftr-link ul {
    margin: 0;
    padding: 0;
    border-right: 1px solid;
}

.ftr-link ul li{
	list-style:none;
	padding:3px 0;
}

.ftr-link ul li a{
	color:#fff;
	text-decoration:none;
	font-size:16px;
}
.ftr-link ul li a:hover{
	color:#ad2525;
	text-decoration:underline;
}
.ftr-link h3 {
    color: #fff;
    font-size: 18px;
    padding: 0px 0 10px 0;
    text-transform: uppercase;
	border-bottom:1px solid;
	font-weight:800;
}
.ftr-link p {
	color:#fff;
	margin:10px 0;
}
.ftr-link p a{
	color:#fff;
	text-decoration:none;
}
.ftr-link p a:hover{
	color:#ad2525;
	text-decoration:underline;
}
.ftr-link p i{
	color:#fff;
	padding:0 5px 0 0
}
.footer-img{
	margin:0px auto 0px auto;
	text-align:center;
}
.footer-img h4{
	color:#fff;
	font-weight: 600;
    font-size: 23px;
    padding: 50px 0 10px 0;
    text-transform: inherit;
	margin:0;
}
.footer-img img{
	width:80%;
}
.ftr-newsletter h2{
	color:#fff;
	font-weight: 600;
    font-size: 23px;
    padding: 50px 0 10px 0;
    text-transform: inherit;
	margin:0;
}


.copy-ftr-text{
	border-top:1px solid;
	width:100%;
}
.social-icon ul{
	border-right:none;
}
.contact-link h2 {
    color: #000;
    font-size: 20px;
    padding: 30px 0 10px 0;
    text-transform: uppercase;
}
.contact-link ul {
    margin: 0;
    padding: 0;
}
.contact-link ul li{
	list-style:none;
	padding:3px 0;
}
.contact-link ul li a{
	color:#000;
	text-decoration:none;
	font-size:16px;
}
.contact-link ul li a:hover{
	color:#c8ff00;
	text-decoration:underline;
}
.contact-link h3 {
    color: #000;
    font-size: 24px;
    padding: 0px 0 10px 0;
    text-transform: uppercase;
	border-bottom:1px solid;
}
.contact-link p {
	color:#000;
	margin:10px 0;
	font-size:18px;
}
.contact-link p a{
	color:#000;
	text-decoration:none;
}
.contact-link p a:hover{
	color:#c8ff00;
	text-decoration:underline;
}
.contact-link p i{
	color:#000;
	padding:0 5px 0 0
}
.contact-form-heading{
	padding:0 15px;
}

.prof-text p{
	padding:60px 60px 0 0;
	text-align:justify;
}
.g-translate{
	float:right;
	margin-top:5px;
	position:absolute;
	right:20px;
}
.nextpage-image-effect .wpb_single_image .vc_figure{
	overflow: hidden;
}
.nextpage-image-effect .wpb_single_image img{
	transition: transform 0.9s;
	width:650px;
	border:2px solid #000;
}
.nextpage-image-effect .wpb_single_image img:hover{
	transform: scale(1.5);
}
.video {
  position: relative;
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 720px;
  background-color: #000;
  overflow: hidden;
}
.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  overflow: hidden;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 0.8s;
}
.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 0.9;
/*   transition: opacity 0.8s ease, height 0s ease; */
  transition-delay: 0s, 0s;
transition: transform 0.9s;
}
.videoPoster:hover{
transform: scale(1.1);
}

.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -25px 0 0 -14px;
  border-left: 40px solid rgba(255, 255, 255, 0.75);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transition: all 0.3s ease;
  transform: scale(1);
  box-shadow: 0 0 5px 0 transparent;
}

.home-video-close {
  position: absolute;
  top: 50px;
  right: 0;
  transform: translateY(-100%);
  display: block;
  line-height: 0;
  display: inline-block;
  padding: 20px 10px;
  font-size: 3em;
  font-weight: 700;
  color: white;
  cursor: pointer;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: ease-in-out 0.15s all;
	z-index:9;
}

.home-video-close.is-hidden {
  display: none;
  transform: translateY(0);
}

#js-pointer-detector {
  display: none;
}
@media (pointer: coarse) {
  #js-pointer-detector {
    display: block;
  }

  .js-videoPoster {
    display: none;
  }
}

.gt_switcher {
    font-size: 12pt;
    overflow: hidden;
    width: 125px !important;
}

.gt_selected {
    background: none !important;
}
.gt_selected:hover {
    background: none !important;
}

.gt_selected a{
	border:none !important;
}
.gt_selected a:hover {
    background: none !important;
}


/* topbar slider */


.slideshow-container {
  position: relative;
}

.mySlides {
  display: none;
  padding: 0px;
  text-align: center;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -32px;
    padding: 15px;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    border-radius: 0 0px 0px 0;
    user-select: none;
	text-decoration:none;
}

.next {
  position: absolute;
  right: 0;
  border-radius: 0px 0 0 0px;
}

.prev:hover, .next:hover {
  color: #c8ff00;
}

.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
	display:none;
}

.dot{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

q {font-style: italic;}

.author {color: cornflowerblue;}
.cate-text {
    background: #BBF121;
    display: inline-block;
    padding: 0px 10px;
    margin: 5px 0px;
    border-radius: 5px;
}
.homepage-pro .products{
	overflow: hidden;
}


.products .prod-grid .pg-img{
	transition: transform 0.9s;	
}
.products .prod-grid .pg-img:hover{
		transform: scale(1.1);
}
.products .prod-grid .button:hover{
	background:#BBF121 !important;
	color:#000 !important;	
}
.products .prod-grid {
    border: 2px SOLID #e5e4e4 !important;
    background: #fff;
	padding:10px !important;
	overflow:hidden;
}
.products .prod-grid:hover{
	border:2px solid #000 !important;	
}

.homepage-image{
	position:relative;
	overflow:hidden;
}

.homepage-image .wpb_wrapper img{
	transition: transform 0.9s;	
}
.homepage-image .wpb_wrapper img:hover{
		transform: scale(1.1);
}



.slick-list {
	margin: 0 auto;
}
.slick-list .slick-slide {
	font-size: 20px;
	text-align: center;
	padding: 5px 0px;
	color:#fff;
}
.slick-arrow {
	z-index: 99;
	width: 20px;
	height: 20px;
}
.slick-arrow:before {
	font-size: 24px;
}
.slick-next {
	right: 10px;
}
.slick-prev {
	left: 0;
}
.quotes .slick-prev {
    left: -15px;
}
.quotes .slick-next {
    right: -15px;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}
button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
}
.social-info .nonesss {
    padding: 70px 50px 25px 23px;
    float: left;
    text-align: left;
}
.social-info .mega-info-desc {
    text-align: left !important;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
}
.social-info .mega-info-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 48px !important;
    padding: 20px 0 0 0;
}

.categories-pic .vc_column-inner{
    padding-top:0 !important;
}

/* Slider */

.social-three-item .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.social-three-item .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    &:focus {
        outline: none;
    }
    .slick-loading & {
        background: white url(https://prosix.com/wp-content/themes/prosix-sports/ajax-loader.gif) center center no-repeat;
    }
    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}

.social-three-item .slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.social-three-item .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
    &:before,
    &:after {
        content: "";
        display: table;
    }
    &:after {
        clear: both;
    }
    .slick-loading & {
        visibility: hidden;
    }
}

.social-three-item .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    img {
        display: block;
        &.slick-loading {
            background: white url(https://prosix.com/wp-content/themes/prosix-sports/ajax-loader.gif) center center no-repeat;
            padding-bottom: 100%;
    }
    }
    display: none;
    &.dragging img {
        pointer-events: none;
    }
    .slick-initialized & {
        display: block;
    }
    .slick-loading & {
        visibility: hidden;
    }
    .slick-vertical & {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
}


.social-three-item .slick-slider {
    margin-bottom: 30px;
}

.social-three-item .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
    li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0px 5px;
        padding: 0px;
        cursor: pointer;
        button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            outline: none;
            &:focus {
                outline: none;
            }
            &:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '\2022';
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
        }
        &.slick-active button:before {
            opacity: 0.75;
        }
    }
}



.content {
  width:100%;
  margin: auto;
}
.infor {
    background: #baf120;
    padding: 40px 30px 0 30px !important;
    margin: 15px;
    border-radius: 5px;
	min-height:360px !important;
}
.infor i{
  text-align:left;
	float:left;
	color:#000;
	font-size:45px;
}
.infor h2{
  color:#000;
    font-size: 45px;
    font-weight: 600;
    line-height: 48px !important;
    padding: 20px 0 0 0;
  text-align:left;
}
.infor p {
    color: #000;
    font-size: 25px;
    text-align: left;
    font-weight: 500;
    line-height: 30px;
}



/* Dots */

.social-three-item .slick-slider {
    margin-bottom: 30px;
}

.social-three-item .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
    li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0px 5px;
        padding: 0px;
        cursor: pointer;
        button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            outline: none;
            &:focus {
                outline: none;
            }
            &:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '\2022';
                width: 20px;
                height: 20px;
                font-family: "slick";
                /* font-size: 6px; */
                font-size: 20px;
                line-height: 20px;
                text-align: center;
                 
                color: white;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
        }
        &.slick-active button:before {
            opacity: 0.75;
        }
    }
}



li.wc-block-product-categories-list-item ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
    display: none;
}
li.wc-block-product-categories-list-item.oopen ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
 display: block;
}
span.down-cat-ico {
    display: flex;
    width: 15px;
    height: 15px;
    justify-content: flex-end;
    align-items: end;
    float: right;
    position: relative;
    top: 6px;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
    padding-left: 15px;
}

/* time counter
 */
#countdown{
	width: 465px;
	height: 36px;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 25px; bottom: 0; left: 0; right: 0;
	z-index:9;
}
#countdown #tiles{
	position: relative;
	z-index: 1;
}
#countdown #tiles > span{
	width: 60px;
	max-width: 60px;
	font: bold 30px 'Droid Sans', Arial, sans-serif;
	text-align: center;
	color: #fff;
	background-color: #ab2524;
	margin: 0 7px;
	padding:5px 0 15px 0;
	display: inline-block;
	position: relative;
}
#countdown #tiles > span:last-child {
	background:#BBF121;
	color:#000;
	border:1px solid #000;
}
#countdown .labels{
	width: 100%;
	height: 0px;
	text-align: center;
	position: absolute;
	bottom: 3px;
	z-index:999
}
#countdown .labels li{
    width: 71px;
    font: 500 12px 'Droid Sans', Arial, sans-serif;
    color: #fff;
    text-shadow: 0px 0px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
#countdown .labels li:last-child{
	color:#000;
}
.countdown-timer .wpb_wrapper{
	position:relative;
}
.countdown-timer .col-lg-3 .onsale{
	display:none;
}
.best-selling-homepage .col-lg-3 .onsale{
	display:none;
}

.countdown-timer .border {
    border: 2px solid #000 !important;
    margin-bottom: 20px !important;
    text-align: center;
    padding: 0 0 15px 0;
}
.countdown-timer .border h2{
	margin:0 0 10px 0;
}
.countdown-timer .border p{
	display:inline;
	font-size:24px !important;
	font-weight:600;
}
.countdown-timer .border p a {
    font-size: 24px !important;
    background: red;
    padding: 5px 10px;
    margin: 5px;
    color: #fff;
}
.image-height img{
	height:345px !important;
}

.tnp-subscription label, .tnp-profile label {
    font-size: 18px !important;
    color: #fff !important;
}
.tnp-submit {
    background: #ad2525 !important;
    color: #fff !important;
    line-height: 20px !important;
}
.tnp-field-firstname{
	display:none;
}
div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
    max-width: 100% !important;
    width: 100%!important;
}
.copy-ftr-text p{
	text-align:end;
}
.tnp-field-email label{
	display:none !important;
}
.footer-img2 h4{
	margin-bottom:15px;
}


.mockupform label{
	font-size:22px;
	font-weight:700;
	margin:0;
}
.mockupform	.full input{
	width:100%;
	height:40px;
	padding:0 10px;
}
.mockupform	.full select{
	width:100%;
	height:40px;
}	
.mockupform	.full-wirth .wpcf7-list-item{
	width:20%;
	margin:0;
}
.tnp-subscription{
	margin:15px 0;
} 
.tnp-privacy-field{
	float:left;
}
.tnp-field-button{
	float:right;
}
.tnp-field-button input:hover{
	background:#baf120 !important;
	color:#000 !important;
}
.bockup-hdr h2{
	font-size:50px;
	font-weight:700;
}
.bockup-hdr p{
	font-size:24px;
}
.file-item {
    display: inline-block;
    margin: 5px;
    position: relative;
}

.remove-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
    color: red;
}
	.mockupform textarea{
		height:175px;
	}
	.submit-request{
		text-align:center;
	}
	
    .submit-request input {
        background: #c8ff00 !important;
        padding: 10px 120px !important;
        text-align: center;
        margin: 0 auto;
    }
	.submit-request input:hover{
		background:#ad2525 !important;
		color:#fff;		
	}
#pro-style .woocommerce-loop-product__title{
	margin-bottom:0 !important;
}


.is-large.wc-block-cart .wc-block-cart-items th {
    font-size: 24px;
}
.wc-block-cart-item__wrap{
	font-size: 24px;	
}
.wc-block-components-formatted-money-amount {
    font-size: 24px;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    font-size: 24px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: #c8ff00;
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}
.wc-block-components-title.wc-block-components-title {
    font-size: 30px;
	font-weight:800;
}
.wc-block-components-checkout-step__description {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 500;
}
.wc-block-components-address-card__edit {
    font-size: 22px;
    margin: 0 0 0 auto;
    text-decoration: none;
}

/* This is all the styling you need for the button */




.page{
	padding:0;
}


.pi-custom-button{
	display:none !important;
}
.add-to-enquiry-single{
	display:none;
}
.quantity{
	margin:0 0 20px 0;
}
.woocommerce-Price-amount{
	font-size:30px;
}
.woocommerce-tabs ul.tabs li{
	background-color: #fff;
    color: #181818;
    border-bottom: 3px solid #181818;
    font-size: 27px;
    font-weight: 700;
}
.woocommerce-tabs ul.tabs li a {
    padding: 0 !important;
}
.woocommerce-tabs.wc-tabs-wrapper ul li.active a {
    background-color: #fff;
    color: red;
    border-bottom: 3px solid #181818;
    font-size: 27px;
    font-weight: 700;
	padding:0;
}
.woocommerce-tabs ul.tabs li a{
	color:black;
	
}
.related h5{
	text-align:left !important;
	background: #BBF121;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 0;
    border-radius: 5px;
}
.related h2 {
    font-size: 50px;
    color: #0a0a0a;
    text-align: left !important;
    font-weight: 700;
    text-transform: uppercase;
}
.related h2 b{
	font-weight: 700;
}
.products .prod-grid .woocommerce-loop-product__title {
    margin-bottom: 5px !important;
    text-align: center !important;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_default {
    width: auto;
    height: 30px !important;
    color: #000;
    background-color: #fff;
    font-weight: 600;
    margin: 15px 5px 3px 5px;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default.thwvsf-selected, .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default.thwvsf-selected{
	background:#c8ff00 !important;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_default span{
	letter-spacing:2px;
	font-size:24px !important ;
}
.woocommerce-breadcrumb{
	font-size: 30px;
    margin: 50px 0 0 0;
}
.pa_color{
	font-size:30px;
}
.pa_size{
	font-size:30px;
}
.product-page .summary{
	margin:0 0 0 50px;
}
.product-page .summary label{
	font-size:30px;
}
.single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 15px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 15.15% !important;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
    border: 1px solid #9f9f9f;
    border-radius: 5px;
}
.woocommerce-Tabs-panel--description p{
	font-size:20px;
}
.woocommerce-tabs .panel h2:first-of-type {
    margin: 0 !important;
}
.woocommerce-pagination ul li {
    padding: 10px;
    font-size: 30px;
    font-weight: 700;
}
.woocommerce-result-count{
	font-size:30px;
}
.page-title{
	margin:0;
}
.sorting-btn{
	display:none !important;
}
.justify-content-between {
    justify-content: end !important;
}
.site-breadcrumbs h1{
	display:none;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #ad2525 !important;
    clear: both;
    margin: 0px 0 20px 0;
    padding: 10px;
    text-align: center;
    color: #c8ff00;
    font-size: 24px;
    border-radius: 5px;
}
.woocommerce-message .wc-forward {
	color:#fff;
	text-decoration:underline;
	text-transform:uppercase;
}
.wc-block-components-product-details.wc-block-components-product-details li {
    margin-left: 0;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 20px;
}
.wc-block-components-product-metadata{
	float:left;
	margin-right:170px;
}
.wc-block-components-quantity-selector {
    width: 100px;
    height: 40px;
	float:left;
}
.wc-block-cart-item__remove-link{
	float:inline-end;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
	font-size:30px !important;
}
  /* Styling for the collapsible footer button */
.colap-btn {
    cursor: pointer;
    display: none; 
}  
.arrow-down {
    display: inline-block;
    margin-left: 5px;
    font-size: 0.8em;
    float: inline-end;
}
.colap-content {
  display: none;
}
.mobil-view-ftr{
	display:none;
}

.mockupform .box {
  width: 100%;
  margin: 0 auto;
}
.mockupform .button {
    font-size: 1.5em;
    padding: 5px 15px;
    color: #fff !important;
    border: 2px solid #000000;
    border-radius: 0px 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #ad2525;
    float: left;
    margin: -20px 0px;
}
.mockupform .button:hover {
  background: #c8ff00 !important;
	color:#000 !important;
}

.mockupform .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.mockupform .overlay:target {
  visibility: visible;
  opacity: 1;
	    z-index: 1;
}

.mockupform .popup {
  margin: 3% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
	z-index:9
}

.mockupform .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.mockupform .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.mockupform .popup .close:hover {
  color: #06D85F;
}
.mockupform .popup .content {
  max-height: 30%;
  overflow: auto;
}
.mockupform .popup .full-wirth{
	z-index:-1;
}
.Done{
	text-align:center;
}
.Done a{
    background: #c8ff00 !important;
    padding: 10px 30px !important;
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 600;
    border-radius: 5px;
}
.Done a:hover {
    background: #ad2525 !important;
    color: #fff;
}
.content .wpcf7-list-item input{
	float:left;
	margin:10px 5px;
}
.content .wpcf7-list-item {
    display: inline-block;
    margin: 10px 0 0 1em;
    width: 160px;
    border-radius: 10px;
    text-align: left;
}

.mockupform .popup .content .wpcf7-list-item:first-child{
	box-shadow:0 0 3px #000;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(2){
	background:#C0C0C0;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(3){
	background:#A9A9A9;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(4){
	background:black;
	color:#fff;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(5){
	background:#000080;
	color:#fff;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(6){
	background:#FF0000;
	color:#fff;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(7){
	background:#4169e1;
	color:#fff;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(8){
	background:#FFA500;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(9){
	background:#A020F0;
	color:#fff;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(10){
	background:#C4B454;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(11){
	background:#800000;
	color:#fff;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(12){
	background:#FFE5B4;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(13){
	background:#228B22;
	color:#fff;
}

.mockupform .popup .content .wpcf7-list-item:nth-child(14){
	background:#39FF14;
}

.mockupform .popup .content .wpcf7-list-item:nth-child(15){
	background:#4CBB17;
}

.mockupform .popup .content .wpcf7-list-item:nth-child(16){
	background:#FF69B4;
}

.mockupform .popup .content .wpcf7-list-item:nth-child(17){
	background:#89CFF0
}
.mockupform .popup .content .wpcf7-list-item:nth-child(18){
	background:#FFDF00
}
.mockupform .popup .content .wpcf7-list-item:nth-child(19){
	background:#ffff90
}
.mockupform .popup .content .wpcf7-list-item:nth-child(20){
	background:#964B00;
	color:#fff;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(21){
	background:#F8F6F0;
	box-shadow:0 0 3px #000;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(22){
	background:#CC5500
}
.mockupform .popup .content .wpcf7-list-item:nth-child(23){
	background:#28a99e;
	color:#fff;
}
.mockupform .popup .content .wpcf7-list-item:nth-child(24){
	background:#89CFF0
}
.mockupform .popup .content .wpcf7-list-item:nth-child(25){
	background:#454B1B;
	color:#fff;
}
.custom-colr{
	height:auto;
	width:100%;
}
.reviews-slider{
	opacity:1 !important;
}
.mobile-srch{
		display:none;
}
.membership-form .box {
  width: 100%;
  margin: 0 auto;
	padding:10px 0;
}
.membership-form .button {
    font-size: 1.5em;
    padding: 5px 15px;
    color: #fff !important;
    border: 2px solid #000000;
    border-radius: 0px 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #ad2525;
    float: left;
    margin: -20px 0px;
}
.membership-form .button:hover {
  background: #c8ff00 !important;
	color:#000 !important;
}

.membership-form .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.membership-form .overlay:target {
  visibility: visible;
  opacity: 1;
	z-index: 1;
}

.membership-form .popup {
  margin: 3% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
	z-index:9
}

.membership-form .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size:24px;
}

.membership-form .popup .close {
    position: absolute;
    top: 0px;
    right: 15px;
    transition: all 200ms;
    font-size: 70px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.membership-form .popup .close:hover {
  color: #06D85F;
}
.membership-form .popup .content {
  max-height: 30%;
  overflow: auto;
}
.membership-form .popup .full-wirth{
	z-index:-1;
}

.membership-form  label{
	font-size:22px;
	font-weight:700;
	margin:0;
}
.membership-form .full input{
	width:100%;
	height:40px;
	padding:0 10px;
}
.membership-form .full select{
	width:100%;
	height:40px;
}
.membership-form .full-wirth .wpcf7-list-item{
	width:20%;
	margin:0;
}
.membership-form .input{
	width:100%
}



.membership-form label span{
	font-size:18px;
}
/* Search Style */ 
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  	background: transparent;
  	border-top: 1px solid rgba(255, 255, 255, .8);
  	border-bottom: 2px solid rgba(255, 255, 255, .5);
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 30px;
  	font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
}
  
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: #fff;
}

#search .close:hover{
  color: #FC2121;
  cursor: pointer;
}

.abt-page-text h2{
	font-size:45px;	
}
.abt-page-text p{
	font-size:24px;
}
.about-text-abslute{
	position:absolute;
	bottom:15%;
	left:5%;
	width:90%
}
.about-text-abslute h4{
	font-size:40px;
	font-weight:bold;
	color:#fff;
}
.about-text-abslute p{
	font-size:30px;
	color:#fff;
}
 .team-image {
    position: relative;
    display: inline-block;
}
.team-image img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: filter 0.3s ease-in-out;
}
.team-image img {
    filter: grayscale(100%);
}
.team-image img:hover {
    filter: none;
}
.team-store-text{
	margin:100px 0;		
}
.team-store-text h2{
	font-size:50px;
	font-weight:bold;
}
.team-store-text h4{
		font-size:30px;
	font-weight:bold;
}
.team-store-text p{
	font-size:24px;
}
.team-image p {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 4px 10px 6px #00000025;
}

.submit-btn input {
    background: #c8ff00 !important;
    padding: 10px 120px !important;
    text-align: center;
    margin: 0 auto;
	text-transform:uppercase;
}

.submit-btn input:hover {
    background: #ad2525 !important;
    color: #fff;
}
.vc_custom_1721319438632{
	display:none;
}
.vc_custom_1721319636333 .vc_column-inner{
	margin:0 auto;
	width:1720px !important;
	opacity:1 !important;
}
.container{
	margin:0 auto !important;
}
.form-logo {
    padding: 30px 200px 0 200px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    font-size: 24px;
    margin: 0;
}

#print-button {
   cursor: pointer;
   font-size: 1.5em;
   padding: 5px 15px;
   color: #fff !important;
   border: 2px solid #000000;
   border-radius: 0px 20px;
   text-decoration: none;
   cursor: pointer;
   transition: all 0.3s ease-out;
   background: #ad2525;
   float: left;
   margin: 20px 0px;
	z-index:999
}

#print-button:hover {
   background-color: #c8ff00;
}




@media (max-width: 1470px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    text-align: left;
    padding: 10px 0px 0px 0px !important;
}
.search-box {
    margin-top: 5px;
}
.cart {
   margin: 20px -12px 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px !important;
}

}

@media (max-width: 1440px) {
    .categories-ban03 h2 {
        color: #fff;
        font-size: 40px;
        margin: 0px 0 15px 0;
        font-weight: bold;
        line-height: 43px;
    }
	.categories-ban03{
	margin: 0 0px 0 0px;
    width: 48.5%;
}
.cart {
   margin: 10px -12px 0;
}
.collapse-section {
    margin-top: 35px;
    background: #baf120;
    margin-right: -15px;
    min-height: 687px !important;
}
	
.countdown-timer .counter-image a img{
	min-height:813px;
}
.categories-ban03{
	width:48.5% !important;
}
	
}

@media (max-width: 1270px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px !important;
}
.cart {
    margin: 15px -12px 0;
}
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1700px !important;
    }
}
@media (max-width: 1110px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px !important;
}
.slick-list .slick-slide {
    font-size: 14px;
    text-align: center;
    padding: 5px 0px;
    color: #fff;
}
.categories-ban01 {
    top: 8%;
	}
.categories-ban01 h2 {
    font-size: 45px;
    margin: 0 0 5px 0;
    line-height: 40px;
}
.categories-ban02 {
    top: 0%;
}
.categories-ban02 h2 {
    font-size: 45px;
    margin: 0 0 5px 0;
    line-height: 40px;
}
.categories-text {
    padding: 0px 0 10px 0;
}
.categories-ban03 h2 {
    font-size: 28px;
    margin: 0px 0 5px 0;
    line-height: 30px;
}
.categories-ban03 {
    padding: 10px;
    text-align: center;
    background: #AD2525;
    min-height: auto;
}
.categories-ban03 h2 {
    font-size: 33px;
    margin: 0px 0 5px 0;
    line-height: 35px;
}
	.collapse-section {
    margin-top: 35px;
    background: #baf120;
    margin-right: -15px;
    min-height: auto !important;
}
	
}

@media (max-width: 1024px) {
.cart {
    margin: 8px -12px 0;
}
.prod-grid a {
    font-size: 20px;
}
.collapse-text p {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 30px;
}
.collapse-section h4 a {
    font-size: 24px;
    padding: 10px 10px !important;
}
.collapse-section .vc_tta-panel-body {
    font-size: 18px;
    padding: 10px 0 0 0 !important;
    line-height: 22.2px;
}
	.collapse-section {
        margin-top: 35px;
        background: #baf120;
        margin-right: -15px;
        min-height: 448px !important;
    }
	.infor h2 {
    font-size: 30px;
    line-height: 36px !important;
    padding: 20px 0 0 0;
}
	.infor p {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    line-height: 24px;
}
	.infor {
    padding: 30px 30px 0 30px !important;
    margin: 15px;
    min-height: auto !important;
}
.image-height img {
    height: auto !important;
}
.countdown-timer .border h2 {
    font-size: 24px;
}
	.countdown-timer .border p {
    font-size: 18px !important;
	}
	.countdown-timer .border p a {
    padding: 5px 10px;
    margin: 5px;
    color: #fff;
}
.countdown-timer .counter-image a img {
        min-height: 536px;
    }
	.ftr-newsletter h2 {
    font-size: 20px;
    padding: 50px 0 10px 0;
    margin: 0;
}
}

@media (max-width: 992px) {
	    #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        padding: 5px 0px 0px 0px !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 12px !important;
		padding:0 0 0 5px !important;
    }
	.site-branding {
    margin: 5px 5%;
}
	.cart i {
    color: #fff;
    font-size: 20px;
}
.search-box {
    margin-top: 3px;
}
.g-translate {
        top: 10px;
    }
	
	
}



@media only screen and (max-width: 768px) {
.mobil-view-ftr{
	display:block;
	width:100%;
	padding:20px 0;
}
.ftr-link h2 {
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    padding: 10px 0 0px 0;
    text-transform: uppercase;
}

.mobil-view-ftr .active{
  background:none;
}
.mobile-hide{
  display:none;
}
.colap-btn {
    display: block;
}
.colap-content.active {
      display: block;
    }
	.menu-toggle, .main-navigation.toggled ul{
		display:none !important;
	}
	.home-hdr {
    background: #000;
    position: relative !important;
}
	.g-translate {
    float: left;
    margin-top: 5px;
    position: absolute;
    right: 0px;
    top: -5px;
}
.site-branding {
    margin: 13px 0%;
}	
.social-icon {
	margin:0 !important;
}
	.slick-list .slick-slide {
    font-size: 12px;
}
#countdown {
    width: 100%;	
}
.categories-banner p {
    margin: 0;
}
.categories-ban01 {
    top: 6%;
    left: 5%;
}
.categories-ban04 h2 {
    font-size: 40px;
    margin: 0 0 5px 0;
    font-weight: 700;
    line-height: 40px;
}
.categories-ban01 p {
    font-size: 26px;
}
.categories-ban01 h2 {
    color: #fff;
    font-size: 30px;
    margin: -7px 0 0px 0;
    font-weight: 700;
    line-height: 25px;
}
.categories-ban01 a {
    color: #000 !important;
    font-size: 17px;
    padding: 0px 10px;
}
    .categories-ban02 {
        top: 10%;
        left: 10%;
    }
.categories-ban02 p {
    color: #baf120;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}
	
.categories-ban02 h2 {
    font-size: 25px;
    margin: 0 0 0px 0;
    line-height: 25px;
}
.categories-ban02 a {
    font-size: 17px;
    padding: 0px 10px;
}
.categories-ban03 p {
    font-size: 20px;
}
.categories-ban03 a {
    color: #000 !important;
    font-size: 17px !important;
    background: #fff;
    padding: 0px 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
}
    .categories-ban03 h2 {
        color: #fff;
        font-size: 23px;
        margin: 0px 0 0px 0;
        font-weight: bold;
        line-height: 19px;
}
.categories-ban03 {
     min-height: auto !important;
     margin: 15px 0 0 0;
     width: 47% !important;
	padding: 0 0 13px 0;
}
.categories-text {
   padding: 0px 0 5px 0 !important;
}
.products .prod-grid {
    padding: 5px !important;
}
.prod-grid .pg-meta h2 a{
    font-size: 15px !important;
	min-height:30px !important;
}
.products .prod-grid a.button {
    padding: 0px 10px 0px 10px !important;
    margin-top: 0px !important;
}
.collapse-section {
    margin-top: 0px;
    min-height: auto !important;
}
    .collapse-text p {
        font-size: 50px;
        line-height: 25px;
    }
.social-info .nonesss {
    padding: 50px 15px 0px 15px;
    float: left;
    text-align: left;
}

.site-footer {
    padding: 0 0px;
}
.footer-img h4 {
    padding: 20px 0 0px 0;
}
    .ftr-newsletter h2 {
        padding: 20px 0 0px 0;
        font-size: 18px;
        font-weight:600;
    }
    .ftr-newsletter .tnp-subscription{
        margin:5px auto;
    }
    .footer-img h4 {
        padding: 0px 0 0px 0;
    }
    
.bubble {
    margin: 10px 10px 0;
    padding: 10px 10px 15px 10px !important;
}
.bubble h2 {
    line-height: 22px;
    padding: 0 5px;
    text-align: left;
}
.social-icon ul li {
    margin: 0px 1px;
}
	.quotes .slick-next{
		display:none !important;
	}
	.quotes .slick-prev {
		display:none !important;
	}
#mega-menu-wrap-menu-1 .mega-menu-toggle{
		background:none !important;
	}
.site-branding {
        margin: 0px 0% !important;
}
.cart {
    margin: -3px 0px 0 -20px;
}
.btn-search {
    right: 10px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 20px !important;
    height: 43px !important;
}	
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 30px !important;
    height: 3px !important;
    background-color: #000;
}
	.cart i {
    color: #fff;
    font-size: 20px;
}
 .search-box {
   margin: -8px -30px;
}
	.gt_container--eczqdr .gt_switcher .gt_selected a:after{
		right:20px !important;
	}
    .main-navigation {
        display: block;
        width: 100%;
        position: absolute;
        right: 1px;
        top: 5px;
    }
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 15px;
}


/* bockup page style */
.bockup-hdr h2 {
    font-size: 28px;
    font-weight: 700;
}
.bockup-hdr p {
    font-size: 20px;
}
.mockupform p{
	margin-bottom:0.3rem
}
.submit-request input {
    margin: 20px auto;
    width: 100%;
}
.mockup-space {
    margin: 10px 0 !important;
    border-top: 0px dashed #000 !important;
    border-bottom: 0px dashed #000 !important;
    padding: 10px 0 !important;
}
.mockup-color{
    margin: 10px 0;
    border-top: 0px dashed #cfcfcf;
    border-bottom: 1px dashed #cfcfcf;
    padding: 10px 0;
}

.videoWrapper {
    height: 220px;
}
	.side-bar-mobile{
	display:none;
}
	.justify-content-between{
		display:none;
	}
	.shop-sidebar{
		display:none;
	}
	#main .page-title{
		display:none;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 210px !important;
}
.wc-block-components-product-metadata {
    float: left;
    margin-right: 20px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
    width: 60px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 20% !important;
}
.product-page .summary {
    margin: 0 0 0 0px;
}
.woocommerce-tabs ul.tabs li {
    font-size: 18px;
    padding: 0 10px;
}
	.woocommerce-tabs.wc-tabs-wrapper ul li.active a {
    font-size: 18px;
    padding: 0;
}
 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 18px !important;
    }
    .categories-banner .vc_column-inner {
        padding-top: 15px !important;
    }
.infor h2 {
        font-size: 24px;
        line-height: 30px !important;
        padding: 10px 0 0 0;
    }
.infor p {
    font-size: 16px;
}
.countdown-timer .border h2 {
    font-size: 20px;
	margin:0
}
.countdown-timer .border p {
    font-size: 14px !important;
}
.countdown-timer .border p a {
        padding: 3px 5px;
        margin: 3px;
        font-size: 14px !important;
    }
.countdown-timer .counter-image a img {
    min-height: 380px;
    }
.countdown-timer .border {
    padding: 0 0 5px 0;
}
.collapse-section .vc_tta-panel-body {
    font-size: 22px;
    line-height: 30px;
}
.tabs-simple-image .vc_col-sm-6{
		width:100%;
	}	
	.tabs-simple-image .vc_col-sm-6 .vc_column-inner{
		padding:0 15px;
}
.search-box{
	display:none;
}
.mobile-srch{
	float:right;
	margin:11px 0 0 0;
}
.mobile-srch a i{
	color:#fff;
	font-size:18px;
}

	.team-image img {
    filter: none;	
}
.team-image img:hover {
    filter: grayscale(100%);
}

	
	
}



@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
.mockupform .popup {
    margin: 3% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    position: relative;
    transition: all 5s ease-in-out;
    z-index: 9;
}
	
	.membership-form .content .wpcf7-list-item {
    width: 50%;
    display: inline-block;
    margin: 5px 0 0 0em;
    border-radius: 10px;
    text-align: left;
}
	.membership-form .overlay{
	text-align:center;
	}
    .membership-form .popup {
        display: inline-block;
        margin: 15% auto 0 auto;
        width: 160px;
        border-radius: 10px;
        text-align: left;
        width: 90%;
    }

.membership-form .popup h2 {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        padding: 15px 0 0 0px;
   }
.content .wpcf7-list-item {
    display: inline-block;
    margin: 10px 0 0 1em;
    width: 135px;
    border-radius: 10px;
    text-align: center;
}
.mockupform .popup h2 {
    font-size: 22px !important;
}
	
	.mockupform .full-wirth .wpcf7-list-item {
        width: 45%;
        margin: 5px;
        border: 1px solid #0000003b;
        padding: 5px;
}
.mockupform .full-wirth .wpcf7-list-item label{
		font-size:14px;
	}
	.mockupform .button {
    font-size: 1.3em;
    padding: 5px 15px;
    border-radius: 0px 20px;
    background: #ad2525;
    float: right;
    margin: -25px 0px;
}
.two-cate-img .vc_col-sm-6{
		width:48%;
		float:left;
		margin:10px 0;
		padding:0;
	}
	
.two-cate-img .categories-ban03 {
        padding: 5px;
        width: 45%;
        margin: 10px 0 0 15px;
    }
	.cate-hide{
		display:none;
	}
	
.categories-ban03 .vc_column-inner{
		padding:0 !important;
	}
.categories-banner .vc_column-inner{
	padding-top:15px !important;
}
.two-cate-img .vc_column-inner {
        padding-top: 0px !important;
        padding-right: 0px !important;
}	
.best-selling-four-prod .vc_col-sm-6{
	width:50%;
	float:left;
}
.countdown-timer .border p {
    font-size: 16px !important;
}
.countdown-timer .border p a {
    font-size: 16px !important;
}
.countdown-timer .border h2 {
    font-size: 24px;
}
.image-height img{
	height:auto !important;
}
	
.wcl-post-password-form {
    width: 85% !important;
}
.slider-btn-prev {
    top: 38% !important;
}
.slider-btn-next{
    top: 38% !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
   font-size: 22px !important;
   padding: 0 0 0 5px !important;
}
   #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 20px !important;
}
	
.slick-list .slick-slide {
        font-size: 16px;
    }.cart {
        margin: -3px 0px 0 -10px;
    }
    .collapse-text p {
        font-size: 33px;
        line-height: 0px;
    }
	    .categories-ban03 h2 {
        line-height: 21px;
    }
.two-cate-img .categories-ban03 {
        width: 45% !important;
    }
	.mobile-srch{
		display:block
	}
	.membership-form h2{
		font-size:30px;
	
}

@media (max-width: 500px) {
	.g-translate {
    float: left;
    margin-top: 5px;
    position: absolute;
    right: 20px;
    top: -70px;
}
}

}