/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */
.sh-woocommerce-categories-content {
    border-radius: 20px;
}

.product-archive-card{

}

.product-archive-card{
    box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.woocommerce ul.products li.product .sh-woo-post-content-container {
	display: inline-block;
    width: 100%;
    padding: 10px;
}

.sh-nav-mobile {
	transform: rotate(0) !important;
	max-width: 320px;
}

.sh-nav-mobile li {
	transform: rotate(0) !important;
}

.product-archive-card .secondary-image-container {
    display: none;
}

.sh-revslider-button2 {
	border-radius: 0 !important;
}

.header-logo img {
	max-height: 50px;
}

.SumoSelect>.CaptionCont>label {
	left: 0;
	right: auto;
}

.widget_search .search-form i {
	display: inline !important;
}