/*
Theme Name: Logico
Theme URI: http://demo.artureanec.com/themes/logico/
Author: Artureanec
Author URI: https://demo.artureanec.com/
Description: Meet WordPress Theme by Artureanec - really amazing, powerful, clean and ultramodern product, that created with love and attention to details. We know it's difficult to represent yourself on the web in the right way, that's why we spent a lot of time trying to make our Theme more effective. It's flexible, easy customizable, high-quality and really easy to use! So everyone can make awesome website with it. Hope you'll like it. Enjoy!
Version: 1.1.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: logico
*/
.visible-hidden{
	visibility:hidden;
}
.display-none{
	display:none;
}
.widget_product_categories ul > li.cat-parent.current-cat-parent.parent-archive > ul.children {
    display: block;
}
.widget_product_categories .current-cat > a{
	padding: 0 0 0 1em !important;
}
.widget_product_categories .current-cat > a::before {
   	opacity: 1 !important;
    left: 0 !important;
    right: initial !important;
}
/* .widget_product_categories ul li .widget-archive-trigger:before{
	transform: rotate(90deg);
} */
.logico-front-end mark{
	background-color:transparent !important;
} 

.product-detail-title{
	font-weight: 600 !important;
	border-bottom: solid 2px var(--logico-accent-color);
	font-size: 20px;
    padding: 0 26px 14px !important;
	color:#515151;
}
.wpforms-container.woocommerce-ordering-wrapper{
	display:none;
}
.attachment-woocommerce_buttons{
	display:none !important;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs .woocommerce-Tabs-panel--description{
	max-width: 100%;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes:has(thead) tr:first-child th:first-child{
  border-radius: var(--logico-radius-small, 0px) 0 0 0;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes:has(thead) tr:first-child th:last-child{
  border-radius: 0 var(--logico-radius-small, 0px) 0 0;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes:has(thead) tr:first-child th:only-child{
  border-radius: var(--logico-radius-small, 0px) var(--logico-radius-small, 0px) 0 0;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes:not(:has(thead)) tr:first-child td:first-child {
  border-radius: var(--logico-radius-small, 0px) 0 0 0;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes:not(:has(thead)) tr:first-child td:last-child {
  border-radius: 0 var(--logico-radius-small, 0px) 0 0;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes:not(:has(thead)) tr:first-child td:only-child {
  border-radius: var(--logico-radius-small, 0px) var(--logico-radius-small, 0px) 0 0;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr:last-child td,
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr:last-child th {
  border-bottom: solid 1px var(--logico-border-color);
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr:last-child th:first-child,
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr:last-child td:first-child {
  border-radius: 0 0 0 var(--logico-radius-small, 0px);
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr:last-child th:last-child,
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr:last-child td:last-child {
  border-radius: 0 0 var(--logico-radius-small, 0px) 0;
}
.single-product.woocommerce div.product .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{
	object-fit: none !important;
}