/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

a.powered-by {
    display: none !important;
}

.cmplz-links.cmplz-information ul li::marker {
    content: none !important;
}

.cmplz-documents.cmplz-links ul li::Marker {
    content: none !important;
}

#header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"] .span_9 .logo-clone img {
    height: 45px !important;
}

/*Produtos Woocommerce*/

h2.woocommerce-loop-product__title {
    text-transform: capitalize !important;
}

.product_title .entry-title .nectar-inherit-default {
    text-transform: capitalize !important;
}

a.wc-block-components-product-name {
    text-transform: capitalize !important;
}

h1.product_title.entry-title.nectar-inherit-default {
    text-transform: capitalize !important;
}

h3.wc-block-components-product-name {
    text-transform: capitalize !important
}

a.wc-block-components-product-name {
    text-transform: capitalize !important;
}

li.woocommerce-mini-cart-item.mini_cart_item .product-details a {
    text-transform: capitalize !important;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100% !important;
    height: 200px !important;
    object-fit: contain;
	padding:10px !important;
}

.nectar-quick-view-box {
    min-height: 450px !important;
}

body .nectar-quick-view-box .images .carousel-cell {
    min-height: stretch !important;
    margin: 10px 0px;
}

/*Fim Produtos Woocommerce*/

/*Página interna dos produtos*/

.woocommerce div.product div.images img {
    height: 500px;
    object-fit: contain !important;
}

@media (max-width: 768px) {
	.woocommerce div.product div.images img {
    height: 320px;
    object-fit: contain !important;
}
}

body .nectar-quick-view-box .images .carousel-cell {
    width: 100% !important;
    min-height: 380px;
    display: block;
    background-size: contain !important;
    background-repeat: no-repeat;
	margin: 20px;
}

/* Categoroias de produtos */
ul.product-categories > li
 {
    padding-bottom: 20px !important;
}
