/*
Theme Name: NobelMed Shop
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
*/
.page-title-wrap {
	display: none;
}

@media (max-width: 991px) {
	#header {
		padding-bottom: 25px;
	}

	#ee-fix-search-column {
		position: static;
	}

	#ee-fix-search-column .searchform-popup {
		display: block !important;
		position: absolute !important;
		bottom: 5px !important;
        left: 20px !important;
        width: calc(100% - 40px) !important;
        height: 40px !important;
	}

	#ee-fix-search-column .search-toggle {
		display: none !important;
	}

	#ee-fix-search-column form.searchform {
		display: block !important;
		position: static !important;
		width: 100% !important;
        max-width: initial !important;
		margin-top: 0 !important;
		border-width: 1px !important;
		border-color: var(--porto-tertiary-color) !important;
	}
}

.page-content,
.page-top {
    margin-top: 25px;
}

#ee-fix-search-column form.searchform {
	display: block !important;
}

#header .searchform .text {
	width: 90%;
}

/* MENU */
#main-toggle-menu .menu-title,
#header .main-menu > li.menu-item > a {
	border-radius: 50px;
}

#header .main-menu a > i,
#side-nav-panel .mobile-menu a > i {
    color: #405080;
}

#header .main-menu .narrow ul.sub-menu {
	border-radius: 10px;
}

.mega-menu .wide .popup>.inner>ul.sub-menu {
	overflow: hidden;
	max-height: 70vh;
	flex-direction: column;
}
.sticky.change-logo {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}

/* PRODUCT ARCHIVE */
.gridlist-toggle {
	display: none;
}

.ee-flex-break {
	width: 100%;
	height: 50px;
}

body.archive ul.products li.product-category.product-col {
	position: relative;
	height: 0;
	padding-bottom: 10%;
	overflow: hidden;
}

@media screen and (min-width: 1220px) {
	body.archive ul.products li.product-category.product-col {
		width: 20%;
	}

	body.archive ul.products li.product-col {
		width: 25%;
	}
}

ul.products li.product-category.product-col > a {
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	width: calc(100% - 20px);
	height: 100%;
}

ul.products li.product-category.product-col .thumb-info {
	height: 100%;
	min-height: initial;
	border: 0;
	border-radius: 15px;
	background-color: #f5f5f5;
}

.products .product-category .thumb-info-title {
	padding: 10px;
	text-align: center;
}

ul.products li.product-category.product-col .thumb-info h3 {
	color: #212121;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}

ul.products li.product-category.product-col .thumb-info-wrapper {
	display: none;
	height: 70%;
	margin: 0;
}

ul.products li.product-category.product-col .thumb-info-wrap {
	height: 20%;
}

.products .product-category .thumb-info-type {
	display: none;
}

ul.products li.product-category.product-col .thumb-info-wrapper:after {
	display: none;
}

ul.products li.product-category.product-col .thumb-info-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul.products li.product .product-image .inner {
	height: 250px;
}

ul.products li.product .product-image .inner img {
	height: 100%;
	object-fit: contain;
}

ul.products li.product .product-inner {
	padding: 15px;
  border-radius: 25px;
  box-shadow: 0 0 12px rgba(0,0,0,.15);
  background: #ffffff;
  min-height: 500px;
}
#ee-row-prodottivetrina {
	max-width: 800px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* PRODUCT CARD */
ul.products .woocommerce-loop-product__title {
  white-space: initial;
  overflow: initial;
  text-overflow: initial;
  text-transform: uppercase;
}
.wp-block-group__inner-container {
	text-transform: uppercase;
}
.vc_column-inner .product_title {
	text-transform: uppercase;
}

.ee-product-card {
    margin: 15px;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.ee-product-card-content {
    padding: 25px;
}

.ee-product-card .img-thumbnail {
    max-width: 100%;
    padding: 0;
    border: 0;
}

.img-thumbnail {
    border: 0;
}

.ee-product-card .product-image {
    padding: 0;
    border-radius: 25px;
}

li.product:hover .product-image {
	box-shadow: none;
}

#ee-offerte-mese .category-list {
	display: none;
}

.labels .onsale {
	font-size: 18px;
}

ins {
	display: block !important;
	color: #58a361;
}

del {
	display: block !important;
	margin-bottom: 5px;
	color: #212121 !important;
}

/* PRODUCT SINGLE */
a.porto-btn-normal {
    border-radius: 50px;
}

.single-product .price {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 10px;
}

.single-product .price del {
	width: 100%;
}

.woocommerce-price-suffix {
	font-size: 12px;
	font-weight: 400;
	color: #616161;
}

.single_add_to_cart_button {
    border-radius: 25px;
    background-color: var(--porto-tertiary-dark-20);
}

.single-product .product-summary-wrap .quantity .minus {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.single-product .product-summary-wrap .quantity .plus {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-summary-wrap .single_add_to_cart_button:before {
    content: "";
}

.product_meta .product-stock {
	display: none;
}

.ee-customer-service-product-box .porto-sicon-header + .porto-sicon-description {
    margin-top: 5px;
}

.add-to-cart-button,
.wc-proceed-to-checkout a,
#place_order,
.woocommerce-mini-cart__buttons a {
    background-color: #58a361 !important;
    color: #ffffff !important;
}

.single-add-to-cart .type-product .single_add_to_cart_button:after {
    content: "" !important;
}

/* SIDEBAR */
.woocommerce-page.archive .sidebar-content {
	border: 0;
}

/* FORM */
select {
	border-radius: 10px !important;
}

/* PAGINATION */
.page-numbers {
	border-radius: 10px;
}

/* FOOTER */
#footer,
#footer a {
    color: #ffffff;
}

ul.products-container .add-links-wrap {
  display: none;
}

/* BANNER SPEDIZIONI */

@media screen and (max-width: 768px) {
#header	.porto-inner-container 
.vc_custom_heading {
	display: block !important;
}
}

/* GRID offerte mese */
@media screen and (min-width: 768px) {
	#ee-offerte-mese ul li {
		width: 25%;
	}
}

@media screen and (min-width: 1200px) {
	#ee-offerte-mese ul li {
		width: 16.66%;
	}
}

/* Change label Sale countdown */
.products .sale-product-daily-deal {
	position: relative !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}