/*
Theme Name: WTG Shop Child
Template: wtgshop
*/

body{
    letter-spacing: -0.5px;
}

.footer-logo{
	max-width: 262px;
}

.home-tab ul{
	background: #2b333c;
}
.home-tab ul li{
	flex: 1;
	width: 25%;
	text-align: center;
	margin: 0;
}
.home-tab ul li a{
	padding: 13px 0;
}
.home-tab ul li.active, .home-tab ul li:hover{
	background: #ff9a21;
}
.home-tab ul li.active:after,  .home-tab ul li:hover:after{
	content: "";
    display: block;
    position: absolute;
    border-top: 5px solid #ff9a21;
    border-right: 10px solid transparent !important;
    border-left: 10px solid transparent !important;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    z-index: 9;
}

.home-tab .nav{
	margin-bottom: 10px;
}
.footer-social{
	display: flex;
	justify-content: space-between;
}
.footer-social a{
	width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    background: #2b333c;
    border-radius: 99px;
    margin: 0 !important;
    line-height: 45px;
}

.copyright-footer .fa-heart{
	color: #ff5454;
}

.footer-1{
	padding-bottom: 30px;
	padding-top: 40px;
}

.footer-widgets.footer-1 .widget{
	max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.footer-widgets.footer-1 .widget:first-child{
	max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 60px;
}
.footer-widgets.footer-1 .widget_nav_menu .menu{
	display: flex;
    flex-wrap: wrap;
}
.footer-widgets.footer-1 .widget_nav_menu .menu .menu-item{
	border: none !important;
	width: 50%;
}
.footer-widgets.footer-1 .widget_nav_menu .menu .menu-item a{
	padding: 2px 0;
}


.from_the_blog_excerpt{
	font-size: 0.8em;
}
.box-vertical .is-divider{
	display: none;
}

.banner h3{
	line-height: 1.4;
}

.box-blog-post .post-meta{
	opacity: 1 !important;
    color: #ffb535;
}

.nav-uppercase>li>a, .uppercase, h6, th, span.widget-title{
	letter-spacing: -0.5px;
}


.box-counter h4{
    margin-bottom: 0;
    line-height: 1.3;
}
.box-counter p{
    font-weight: 600;
}

.rounded, .col-rounded .col-inner{
    border-radius: 12px;
    overflow: hidden;
}

pre, blockquote, form, figure, p, dl, ul, ol{
    margin-bottom: 1em;
}

.box-overlay.hover2 .overlay{opacity: 0}

.box-overlay.hover2 .text-des{
     -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.box-overlay.hover2 .btn{
    display: none;
}

.box-overlay.hover2 p{
    font-size: 13px; 
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 7px;
}

.box-overlay.hover2 .text-head p{
    margin-top: 20px;
    display: none;
    margin-bottom: 15px;
}
.box-overlay.hover2 .text-head, .box-overlay.hover2 .text-des {
    text-align: left;
    font-weight: normal;
}
.box-overlay.hover2 h3 {
    font-weight: normal;
    margin-bottom: 10px;
}
.box-overlay.hover2 .box-text{
    transition: all .5s;
    height: 33%;
    top: auto;
    bottom: 0;
}
.box-overlay.hover2:hover .box-text{
    
    height: 100%;
}

.box-overlay.hover2:hover .btn{
    display: inline-block;
}
.box-overlay.hover2:hover .box-text .text-head, .box-overlay.hover2:hover .box-text .text-des{
    text-align: center;
     -webkit-line-clamp: 20;
}
.box-overlay.hover2:hover .box-text .text-head p{
    display: block;
}

.box-overlay.hover2.text-large p{
	font-size: 15px; 
}
.box-overlay.hover2.text-large h3{
	font-size: 22px; 
}
.box-overlay.hover2.text-large .box-text{
	height: 22%;
}
.box-overlay.hover2.text-large:hover .box-text{
	height: 100%;
}

.tech-banner-left p {
    text-align: justify;
}

.tech-banner-left h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px; 
}
.tech-banner-left h4 b, .tech-banner-left h4 strong{
    font-weight: 600;
}

.tech-banner-left .icon-box{
   margin-bottom: 30px; 
   margin-top: 30px; 
}

.tech-banner-left .icon-box .icon-box-img{
	width: 75px !important;
}
.tech-banner-left .icon-box p{
    margin-bottom: 3px;
}

.tech-banner-left .icon-box .icon-inner{
    border: 1px solid #ccc;
    border-radius: 7px;
    background-color: rgba(8, 148, 4, 0.1);
    overflow: hidden;
}

.tech-banner-left .icon-box .icon-inner img{
    padding: 0;
}

.heading-4 h4{
    color: #089404;
    display: flex;
    align-items: end;
    margin-bottom: 20px;
}

.heading-4 h4:after {
    content:"";
    display: block;
    height: 1px;
    border-top: 3px solid #089404;
    display: block;
    position: relative;
    width: 70px;
        margin-bottom: 9px;
    margin-left: 10px;
}


.blog-style-1 .box-image{
    border: 1px #ccc solid;
    border-radius: 15px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

.blog-style-1 .is-divider{
    display: none;
}

.blog-style-1 h5{
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}
.blog-style-1 p{
    font-size: 14px;
}


.cat-style-1 .box-category{
    border-radius: 25px;
    overflow: hidden;
}

.cat-style-1 .box-image{
    padding: 30px 0 0;
    background: #fff;
}
.contact-sec{
padding: 0 !important;
}
.contact-sec .icon-box{
    margin: 10px 0;
    font-size: 15px;
        align-items: center;
}
.contact-sec .icon-box .icon-inner{
    border-radius: 50%;
    overflow: hidden;
}
.contact-sec .icon-box .icon-inner img{
    padding: 0;
}
.contact-sec .icon-box h5{
    color: #089404;
    margin-bottom: 3px;
}


h2.lead{
    font-weight: 500;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 25px;
}
h2.lead b, h2.lead strong{
    font-weight: 600;
}
.form-style-1 .col{
    padding-bottom: 0;
}
.form-style-1 label{
    font-weight: 500;
    color: #089404;
}
.form-style-1 p{
    margin-bottom: 0;
}

.subscribe p, .footer-2 .wpcf7-form{
	margin-bottom: 0;
}
.subscribe .wpcf7-text{
	background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    width: 100%;
	margin-bottom: 3px;
}
.subscribe .wpcf7-submit{
    width: 100%;
	text-transform: none;
	border-radius: 5px;
}

.form-style-1 input{
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    min-height: 44px;
    width: 100%;
    
}
.form-style-1 textarea{
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
}
.form-style-1 .wpcf7-submit{
	text-transform: none;
}



.footer-2 .menu .menu-item{
	border: none;
}
.footer-2 .menu .menu-item a{
	font-size: 13px;
	padding: 2px 0;
	color: #bfbfbf;
}
.footer-2 .menu .menu-item a:hover{
	color: #FFFFFF;
}

.footer-2 .textwidget p{
	font-size: 13px;
	color: #bfbfbf;
}
.footer-2 .textwidget strong{
	color: #FFFFFF;
}

.footer-2 .widget-title{
	font-size: 13px;
}

.wpcf7-spinner{
	position: absolute;
}

.wpcf7 form .wpcf7-response-output{
	    margin: 0;
    border-width: 1px;
    border-radius: 5px;
    font-size: 11px;
}
.wpcf7 .wpcf7-not-valid-tip{
	font-size: 11px;
}


.nav-dropdown{
	min-width: 300px;
}
.nav-dropdown-default .menu-item a{
border-bottom: 0 !important;
	color: #555
}
.nav-dropdown-default .menu-item a:hover{
	color: #089404
}


.about-box .col-inner{
	border-radius: 12px;
	overflow: hidden;
}



.history .section-bg{
	    top: 30%;
    background: #089404;
}
.history-tab .nav-line-bottom .tab{
	margin: 0 20px;
}
.history-tab .nav-line-bottom a{
	color: #555555 !important;
    font-size: 18px;
}

.history-tab .nav-line-bottom .tab.active a{
	color: #000 !important;
    font-size:22px;
}


.box-blog-post{
	background: #fff;
    border-radius: 8px;
    overflow: hidden;
	height: 100%;
}
.blog-archive .post-item .col-inner, .blog-archive .post-item .col-inner a{
	height: 100%;
}

.box-blog-post .box-text{
	padding: 15px;
}

.box-blog-post .box-text .post-title{
     -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
	font-weight: 600;
	margin-bottom: 15px;
}

.box-blog-post .is-divider, .badge-container{
	display: none;
}

.form-flat input:not([type=submit]), .form-flat textarea, .form-flat select{
	    border-radius: 5px;
}

.woocommerce-product-gallery, .product-small.box {
	border-radius: 10px;
    overflow: hidden;
}
.woocommerce-ordering select{
	border-radius: 5px;
}
.woocommerce-result-count{
	display: none;
}
.product-small.box {
	background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.product-thumbnails img, .product-gallery-slider img{
	border: 1px solid #ededed;
	border-radius: 12px;
}
.product-thumbnails a:hover, .product-thumbnails .is-nav-selected a{
	border: none;
}
.product-thumbnails a:hover img, .product-thumbnails .is-nav-selected a img{
	transform: translateY(0);
	margin-bottom: 0;
}

.category-page-row .product-small.box, .related .product-small.box{
	background: #f1f1f182;
	border: 1px solid #ededed;
}
.product-small.box .product-title{
	font-size: 14px;
}

.product-categories{
	border-radius: 10px;
	border: 1px solid #ededed;
}

.widget_product_categories>ul>li{
	padding: 7px 15px !important;
	    line-height: 1.2;
}

.widget_product_categories>ul>li.active, .widget_product_categories>ul>li:hover{
	    background: #08940414;
}

.box-single{
	padding: 10px 20px !important;
    background: #08940412;
    border-radius: 10px;	
}
.box-single p{
	margin-bottom: 0;	
}
.box-single .icon-box{
	align-items: center;
    line-height: 1.3;
    margin: 10px 0;
}

.box-single .icon-box .icon-box-img{
width: 46px !important;
    height: 46px !important;
    background: #ffffff;
    padding: 8px;
    border-radius: 8px;
}


.variations, .product-short-description{
	margin-top: 25px;
    margin-bottom: 25px;
}
.variations th, .variations td{
	border: none;
}
.variations tr{
	display: flex;
    flex-direction: column;
}
.variations select{
	display:none;
}

.rudr-variation-radios{
	display: flex;
    gap: 10px;
}
.rudr-variation-radios .item{
	border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 7px;
    font-size: 16px;
}

.rudr-variation-radios .item.checked{
	border: 1px solid #089404;
	background: #08940412;
}
.rudr-variation-radios .item input{
	display: none;
}

.product-info .is-divider, .reset_variations{
	display: none;
}

.product-type-variable .product-info .price-wrapper{
	display: none;
}

.woocommerce-variation-price{
	border-width: 2px;
	font-size: 16px;
}

.woocommerce-variation-price del{
	font-size: 14px;
}


.button{
	border-radius: 5px;
}


.checkout-page-title{
	display: none;
}

.cart-collaterals th, .cart-collaterals td{
	border: none;
}

p.form-row-first, p.form-row-last{
	width: 100%;
}

.woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea, .woocommerce-Input{
	border-radius: 5px !important;
    box-shadow: none !important;
}
.col-inner.has-border, .page-checkout .is-well.col-inner.entry-content{
	border-radius: 10px;
}

.message-wrapper{
	max-width: 600px;
    margin: auto;
    background-color: #0000000d;
    padding: 10px 25px !important;
    margin: 15px auto;
    font-size: 12px !important;
	border-radius: 10px;
}
ul.message-wrapper li:last-child{
	margin-bottom: 0;
}
.account-login-inner, .woocommerce-ResetPassword{
	max-width: 600px;
    margin: auto;
    background-color: rgba(8, 148, 4, 0.07);
    padding: 25px !important;
    border-radius: 10px;
}

@media screen and (min-width: 850px) {
    .footer-widgets.footer-2 .widget:nth-child(1){
		max-width: 30%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 30%;
	}
	.footer-widgets.footer-2 .widget:nth-child(2), .footer-widgets.footer-2 .widget:nth-child(3){
		max-width: 15%;
		-ms-flex-preferred-size: 15%;
		flex-basis: 15%;
	}
	
}

@media only screen and (max-width: 1024px) {
	.box-vertical .post-title{
		font-size: 0.8em;
	}
	.box-vertical .post-item{
		padding-bottom: 10px;
	}
	.box-vertical .box-text{
		    padding: 10px;
	}
}

@media screen and (max-width: 849px) {
	
}

@media only screen and (max-width: 768px) {
	.home-tab .nav .tab{
		width: 50%;
		border: 1px solid #212a34;
		flex:  none;
	}
	.home-tab .nav .tab a{
		height: 100%;
	}
	.footer-widgets.footer-1 .widget{
		max-width: 100% !important;
	    -ms-flex-preferred-size: 100% !important;
	    flex-basis: 100% !important;
	    margin-bottom: 40px;
	    padding-right: 15px !important;
	}
	.footer-widgets.footer-1 .widget p:last-child{
		margin-bottom: 0;
	}

	.banner h3{
		font-size: 18px;
    	line-height: 1.4;
	}
	.box-vertical .post-title{
		font-size: 1em;
	}
	.box-vertical .post-item{
		padding-bottom: inherit;
	}
	.box-vertical .box-text{
		padding-top: 0.7em;
    	padding-bottom: 1.4em;
	}
	.box-vertical .image-cover{
		padding-top: 75% !important;
	}
}


