/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/*custom*/
.cs-featured-box-2 .elementor-icon {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#main{background-color:#fff !important;}
.blog-section-wapper .porto-tb-item .porto-gb-361aa4d50ed48b38790b3d6f92ccffff {
  height: 100% !important;
/*   min-height: 490px !important; */
}
.blog-section-wapper .porto-tb-featured-image{
	height: 130px;
}
.blog-section-wapper .img-thumbnail,.blog-section-wapper .img-thumbnail img{ height:100%; }
.blog-section-wapper .owl-carousel .owl-stage-outer { display: flex; } 
.blog-section-wapper .owl-carousel .owl-stage { display: flex; }
.blog-section-wapper .porto-tb-item { height: 100%; }
.blog-section-wapper .porto-section.blog-type {
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
}
.blog-section-wapper .blog-type-btn {
    margin-top: auto;
    text-align: left;
}

 
.page-top .breadcrumb li a[href*="/shop/"] {
  display: none !important;
}

/* also hide any delimiter/icon inside that <li> */
.breadcrumb li a[href*="/shop/"] ~ .delimiter,
.breadcrumb li a[href*="/shop/"] + .delimiter {
  display: none !important;
}

/* if you want to hide the whole <li> (modern browsers only) */
.breadcrumb li:has(> a[href*="/shop/"]) {
  display: none !important;
}
.woocommerce-LostPassword.lost_password .porto-checkbox {
	display: flex;
	align-items: center;
}
#header .elementor-element-4dc5035 .top-links > .logout-link2 {
  font-size: 12.6px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 21px;
  letter-spacing: 0px;
  color: var( --e-global-color-secondary );
}
.logout-link img{margin-bottom:5px;}
.logout-link2:hover{  color: var( --e-global-color-primary ) !important;}
.logout-link:hover{  color: var( --e-global-color-primary )!important;}

#header .elementor-element-4dc5035 .top-links > li.menu-item:hover > a {
  color: var( --e-global-color-secondary );
}
/* Hide Downloads box from My Account dashboard */
/* Remove Downloads card fully */
.woocommerce-MyAccount-content a[href*="downloads"] {
    display: none !important;
}

.woocommerce-MyAccount-content a[href*="downloads"] 
    .featured-box,
.woocommerce-MyAccount-content a[href*="downloads"]
    .porto-content-box,
.woocommerce-MyAccount-content a[href*="downloads"] 
    .col-md-4 {
    display: none !important;
}


/*custom end*/

/* PI - POP UP CSS  */
.pi-popup {
	border-radius: 5px;
	bottom: 20px;
	right: 20px;
	position: fixed;
	padding: 10px 20px;
}
.pi-popup-image img {
	border-radius: 10px;
	height: auto;
	width: 70px;
}
.pi-popup-content{
	font-weight:normal !important;
}
.pi-bottom-block .stock-left{display:none !important;}
.order-again{display:none;}
/* PI - POP UP CSS END */
.woocommerce-terms-and-conditions-wrapper{display:none;}
.woocommerce-terms-and-conditions-wrapper.new{display:block;}