/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.19.8
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

ol ol, ol ul, ul ol, ul ul {
    margin: 0;
    margin-left: 20px;
}
td, th {
    font-size: 100%;
    padding: 8px 8px 10px 8px;
    border-bottom: 1px dashed #e1e1e1;
    line-height: normal;
}
.box-image .out-of-stock-label {
	font-weight: normal;
	text-transform: none;
}
.nav-dropdown-has-border .nav-dropdown { 
	border: 0;
}
.nav-dropdown-has-shadow .nav-dropdown { 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.sub-menu { 
	border-radius: 8px;
	color: #333;
}
.header-main .nav li {
	margin: 0 auto;
}
.header-main .nav li a{
	font-size: 100%;
    line-height: normal;
    padding: 16px 12px;
	text-transform: uppercase;
	transition: all .3s ease;
}
.header-main .nav > li > a:hover {
	border-radius: 8px;
	background-color: #ee1a27;
	color: #fff;
}
.header-nav-main .sub-menu li a { 
    padding: 10px 0;
}

.header-nav-main .sub-menu li a:hover { 
    color: #ee1a27;
}
.header-nav-main .nav-dropdown { 
	min-width: 320px;
}
.header-main .nav.nav-left .sub-menu li a { 
	border-bottom: 1px dashed #e1e1e1;
	color: #333;
	font-size: 95%;
    font-weight: normal;
	margin: 0;
	width: 100%;
	transition: all .4s ease;
}
.header-main .nav.nav-left .sub-menu li a:hover { 
	color: #ee1a27;
	padding-left: 1rem;
}
.header-main .nav.nav-left .sub-menu > li:last-child > a { 
	border-bottom: 0;
}
.nav-dropdown .searchform-wrapper .searchform .search-field { 
	border-radius: 8px 0 0 8px;
}
.nav-dropdown .searchform-wrapper .searchform .submit-button { 
	border-radius: 0 8px 8px 0;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: transparent;
}
.nav-dropdown.nav-dropdown-default {
	display: block;
	min-width: 320px;
	padding: 10px 0;
}
.nav-dropdown > li {
	position: relative;
	padding: 0 20px;
}
  
.nav-dropdown > li > a {
	display: block;
	padding: 10px 0;
	font-weight: 500;
}
  
.nav-dropdown > li > .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 260px;
	background: #fff;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 10px 25px rgba(0,0,0,.08);
	transition: all .25s ease;
}
.nav-dropdown>li.nav-dropdown-col {
	display: inline-block;
	width: 100%;
}
  
.nav-dropdown > li.menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
  
.nav-dropdown > li > .sub-menu li {
	padding: 0 20px;
}
  
.nav-dropdown > li > .sub-menu li a {
	padding: 8px 0;
	display: block;
}
  
.nav-dropdown > li.menu-item-has-children > a::after {
	content: "›";
	opacity: 1;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 6px;
}

.button, button { 
	border-radius: 8px;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: normal;
	min-height: auto;
	line-height: normal;
	padding: 10px 20px;
}
.button span, button span { 
	line-height: normal;
}

h3.section-title .section-title-main {
	font-size: 110%;
	font-weight: 600;
	text-align: left;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button { 
	border-radius: 8px;
    padding: 8px 0 10px 0;
}
ul.product_list_widget li img { 
    border-radius: 8px;
}
a.icon-remove, a.remove { 
	border-width: 1px;
	font-weight: normal;
    color: #888;
    font-size: medium !important;
    height: 25px;
    padding: 0 !important;
    line-height: 16px !important;
    width: 25px;
}
/* Cart */
.uppercase, h6, span.widget-title, th { 
	color: #333;
	letter-spacing: normal;
	line-height: normal;
	text-transform: none;
}
span.widget-title{
    display: block;
    margin-bottom: 0.5rem;
}
.bo-radius{
	border-radius: 8px;
}
.shadow { 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.over { 
	overflow: hidden;
	position: relative;
}
.mt-3 {
	margin-top: 1rem;
}
.mb-3 { 
	margin-bottom: 1rem;
}
.alias-title {
	margin: 0 auto;
}
.alias-title .section-title{
	border: 0;
    text-transform: uppercase;
}
.alias-title .section-title b {
	display: none;
}
.alias-title .section-title .section-title-main {
	border: 0;
	padding: 0;
	width: 100%;
}
.sub-title { 
	line-height: normal;
}
.blog-item .col-inner {
	border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.blog-item .col-inner .box-text .box-text-inner {
    min-height: 97px;
}
.blog-item .col-inner .box-text .box-text-inner .is-divider { 
    display: none;
}
.blog-item .col-inner .box-text .box-text-inner .from_the_blog_excerpt { 
    margin: 0;
    margin-top: 0.5rem;
}
.style-testimonial .testimonial-name,
.style-testimonial .testimonial-company {
	color: #5A7764;	
}
.style-testimonial .testimonial-name-divider {
	color: #666;
}

.gift-card .col-inner {
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	height: 215px;
	width: 100%;
	max-width: 215px;
}

/* Style Contact Form 7 */
.form-group .col-inner{ 
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.form-group form .form-control{
	border-radius: 8px;
	font-size: 90%;
}
.wpcf7-form { 
	margin: 0 auto;
}
.receive-form p { 
	position: relative;
}
.receive-form p .form-control { 
	border-width: 2px;
	border-color: #ee1a27;
	border-radius: 30px;
	margin-bottom: 0;
	padding: 16px;
	padding-right: 105px;
}
.form-group p .wpcf7-submit,
.receive-form p .wpcf7-submit { 
	border: 0;
	border-radius: 8px;
	letter-spacing: normal;
    line-height: normal;
    font-weight: normal;
	text-transform: unset;
	margin: 0;
}
.receive-form p .wpcf7-not-valid-tip { 
	border-radius: 8px;
	font-size: 90%;
	display: inline-block;
	line-height: normal;
	margin-top: 10px;
	padding: 8px 16px;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 100%;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0;
	color: #198754;
	font-size: 95%;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent;
}
/* .receive-form p .wpcf7-spinner { 
	position: absolute;
    bottom: 22px;
    right: 0;
    margin: 0 auto;
} */

.not-found .searchform {
	display: none;
}
.footer-widgets .large-columns-4 .col:nth-child(1) {
	align-items: center;
    justify-content: center;
    display: flex;
	flex-basis: 15%;
	max-width: 15%;
}
.footer-widgets .large-columns-4 .col:nth-child(2) {
	flex-basis: 35%;
	max-width: 35%;
}
/* Style Footer Info */
.footer-info {
	padding-top: 0.5rem;
	text-align: left;
}
.footer-info p {
	display: flex;
	align-items: center;
	color: #333;
}
.footer-info p span{
	border: 3px #fff double;
    border-radius: 8px;
	color: #fff;
    display: inline-block;
    height: 40px;
    max-width: 40px;
    margin-right: .5rem;
    background-color: #ee1a27;
    text-align: center;
    line-height: 38px;
	width: 100%;
}
.footer-wrapper .absolute-footer { 
	padding: 0.5rem 0;
}
.info-hour p{
	margin-bottom: 0.5rem;
}
.copyright-footer { 
	color: #fff;
}
.copyright-footer strong { 
	font-weight: normal;
}
/*--------------------------------------------
                Style Feedback Accordion 
----------------------------------------------*/
.banner-slide .banner-inner .banner-bg img{
	object-fit: contain;
}
.banner-slide .banner-inner .banner-layer {
	left: 0;
}
.banner-slide .banner-inner .banner-layer .alias-title {
	padding: 0;
}

.banner-slide .banner-inner .banner-layer .alias-title .section-title {
	font-size: 3.5rem;
}
.font-weight-normal h3{
	font-weight: normal;
}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child) {
    margin-bottom: 0.25rem;
}

.from_the_blog_excerpt {
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.introduce-video .col-inner{
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    padding: 0.5rem;
}
.introduce-video .col-inner .video {
    border-radius: 8px;
}
/*--------------------------------------------
                Style Blog Archive 
----------------------------------------------*/
.accordion_title {
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.accordion .toggle {
    font-size: 80%;
    height: auto;
    margin: 0 auto;
    top: 8px;
    left: 12px;
    transform-origin: 50% 50%;
    width: auto;
}
/* .blog-archive .col { 
	padding: 8px;
} */
.article-inner,
.products .product-small .col-inner,
.related-products-wrapper .product-small .col-inner,
.blog-archive .col-inner .box-blog-post {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	padding: .5rem;
}
.article-inner { 
	padding: 1rem;
}
.article-inner .entry-content p { 
	color: #333;
}
.article-inner .entry-content p img{ 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.article-inner .entry-content p img,
.products .product-small .col-inner .box-image,
.related-products-wrapper .product-small .col-inner .box-image,
.blog-archive .col-inner .box-blog-post .box-image .image-cover { 
	border-radius: 8px;
}
.blog-archive .col-inner .box-blog-post .box-text { 
	min-height: 110px;
	padding-bottom: 0;
}
.products .product-small .col-inner .box-text,
.related-products-wrapper .product-small .col-inner .box-text{ 
	font-size: 100%;
    padding: .5rem 0;
}
.products .product-small .col-inner .box-text .price-wrapper .star-rating {
    display: none;
}
.products .product-small .col-inner .box-text .price-wrapper .price .amount {
    color: #d30000;
    font-weight: 600;
}
.products .product-small .col-inner .box-text .add-to-cart-button,
.related-products-wrapper .product-small .col-inner .box-text .add-to-cart-button{ 
	text-align: center;
}
.products .product-small .col-inner .box-text .title-wrapper .product-title,
.related-products-wrapper .product-small .col-inner .box-text .title-wrapper .product-title{ 
	margin: 0 auto;
	margin-bottom: .5rem;
}
.related-products-wrapper .product-small .col-inner .box-text .add-to-cart-button a,
.products .product-small .col-inner .box-text .add-to-cart-button a { 
	font-size: 90%;
    border-radius: 30px;
	margin: 0 auto;
    min-height: auto;
    width: 75%;
}
.product-info {
	padding: 0;
}
.product-info .product-title{
	font-size: 160%;
    margin-bottom: 0;
}
.product-info .price{
    font-size: 120%;
	margin: 0;
}
.product-info .price-wrapper .price .amount{ 
    color: #d30000;
    font-weight: 600;
}
span.amount {
    color: #333;
    font-weight: 500;
}
.product-gallery-slider img{ 
	border-radius: 12px;
}
.product-thumbnails .col a { 
	border-radius: 8px;
	border: 1px #e1e1e1 solid;
}
.product-short-description ul{ 
	list-style: none;
}
.product-short-description ul li { 
	border-bottom: 1px #e1e1e1 dashed;
	color: #333;
	margin: 0;
	line-height: normal;
	padding: 8px 0;
}
.product-short-description ul li:last-child{ 
	border-bottom: 0;
}
.woocommerce-cart .page-wrapper,
.woocommerce-checkout .page-wrapper{
    background-color: rgb(239, 239, 239);
}
.woocommerce-cart-form, .cart-sidebar .cart_totals, .cart-sidebar .ux-cart-coupon,
.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields,
.woocommerce-checkout .col-inner.has-border{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    padding: 15px;
}

.woocommerce-billing-fields,
.woocommerce-checkout .col-inner.has-border {
    border: 0;
}
.message-wrapper {
    padding-bottom: 1rem;
}
.cart-sidebar .ux-cart-coupon {
    margin-top: 20px;
}
.cart-sidebar .ux-cart-coupon button.button {
    margin-bottom: 0;
    padding: 8px 0 10px 0;
}
.shop_table {
    margin-bottom: 0;
}
.shop_table .actions{
    padding-bottom: 0;
}
.shop_table .cart_item td {
    font-size: 100%;
    padding: 8px;
}
.woocommerce-checkout-review-order-table .cart_item td {
    padding-left: 0;
    padding-right: 0;
}
.shop_table .order-total td, 
.shop_table .order-total th, 
.shop_table thead th {
    border-width: 1px;
    font-size: 100%;
}
.shop_table thead th {
    padding-top: 0;
}
.shop_table tfoot th {
    font-size: 100%;
}
.shop_table .cart_item td.product-thumbnail a img {
    border-radius: 8px;
}
.shop_table .continue-shopping .button,
.shop_table button.button {
    border-width: 1px;
    line-height: normal;
    margin-bottom: 0;
    padding: 8px 20px 10px 20px;
}
.cart_totals th.product-name {
    border-width: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: 0;
    }
    .woocommerce-cart .page-wrapper .row-large>.col.large-7 {
        padding-right: 0;
    }
}
.cart_totals .wc-proceed-to-checkout,
.wc-proceed-to-checkout .checkout-button {
    margin-bottom: 0;
}
.wc-proceed-to-checkout .checkout-button {
    padding: 8px 0 10px 0;
}
.order-total .woocommerce-Price-amount.amount {
    color: #d30000;
    font-size: 105%;
    font-weight: 600;
}
.woocommerce-checkout-payment {
    margin-top: 1rem;
}
.woocommerce-shipping-fields {
    margin: 1rem auto;
}

.woocommerce-shipping-fields #ship-to-different-address,
.woocommerce-additional-fields .form-row,
.woocommerce-additional-fields .form-row .woocommerce-input-wrapper textarea {
    margin-bottom: 0;
}

/*----------------------------------------------
                Stype Category Archive
------------------------------------------------*/
.cat-hero-media {
	width: 100%;
	max-height: 480px;
	overflow: hidden;
	position: relative;
}
.cat-hero-content {
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
	width: 100%; 
	max-width: 900px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
}
.cat-hero-content h1 {
	margin-bottom: 0.5rem;
}
.cat-hero-content .description p {
	font-size: 120%;
	line-height: normal;
	margin: 0;
}
.blog-archive .archive-page-header{
	display: none;
}
.archive-cats {
	margin-bottom: 30px;
}
.archive-cats-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0
}

.archive-cats .archive-item {
	margin: 0;
}

.archive-cats .archive-item .archive-link {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 95%;
	display: block;
	height: 100%;
	padding: 6px 16px 10px 16px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.archive-cats .archive-item .archive-link:hover {
	background-color: #ee1a27;
	color: #fff;
}
/*----------------------------------------------
                Stype Blog Archive
------------------------------------------------*/
.blog-archive .col-inner .box-blog-post:hover .box-image .image-cover a img { 
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .is-divider { 
	display: none;
}
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .post-title,
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .post-title a,
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .from_the_blog_excerpt { 
	margin: 0;
}
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .post-title { 
    font-size: 110%;
	margin-bottom: .5rem;
}
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .post-title a,
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .from_the_blog_excerpt{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog-archive .col-inner .box-blog-post .box-text .box-text-inner .post-title a{
    font-weight: 600;
}
.entry-content { 
	color: #333;
	padding: 0;
}
.meta-entry { 
	display: flex;
	align-items: center;
	font-size: 90%;
	margin: 0;
}
.meta-entry li {
	color: #888;
	list-style: none;
	display: flex;
	align-items: center;
	margin-right: 1rem;
	margin-bottom: 0;
}
.meta-entry li i { 
	margin-right: 0.5rem;
}
.post-tags a { 
	color: #333;
	font-size: 90%;
}
.post-tags a:hover { 
	color: #ee1a27;
}
.article-inner .entry-title {
	color: #ee1a27;
	font-size: 180%;
}
.row-large>.post-sidebar { 
	padding: 0;
}
.entry-content h3 strong,
.entry-content h4 strong,
.entry-content p strong{ 
	color: #333;
	font-weight: normal;
}
.widget .is-divider { 
    display: none;
}
.wp-block-heading, .widget_products .widget-title {
    color: #ee1a27;
    font-size: 135%;
    font-weight: 600;
    margin: 0;
}
.widget_block, .widget_products { 
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	padding: 1rem;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: 1px dashed #e1e1e1;
}
.widget_block ul li { 
	border-bottom: 1px #e1e1e1 dashed;
	font-size: 95%;
	margin: 0 auto;
	line-height: normal;
	padding: 8px 0;
}
.widget>ul>li>a, 
.widget>ul>li>span:first-child, 
ul.menu>li>a, 
ul.menu>li>span:first-child {
    padding: 12px 0;
}
.widget_block ul li:last-child { 
	border-bottom: 0;
}
ul.product_list_widget li+li {
    border-top: 1px dashed #ececec;
}
.menu-menu-support-container .menu li a, 
.menu-menu-footer-container .menu li a { 
    color: #333;
    font-size: 95%;
	line-height: normal;
	padding: 10px 0;
	width: 100%;
}
.nav>li>a,
.nav-vertical>li>ul li a{ 
	color: #333;
	font-size: 90%;
}
.nav-uppercase>li>a { 
	font-weight: normal;
	letter-spacing: unset;
}
.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu>li, 
.mobile-sidebar-levels-1 .nav-slide>li>ul.children>li {
    border-top: 1px solid #ececec;
}
.nav-vertical>li>ul li a,
.off-canvas .nav-vertical li li>a{ 
	font-size: 90%;
	padding: 10px 0;
}
/* Custom Style Woocommerce */
.box-text a:not(.button), .box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6 {
	color: #ee1a27;
    line-height: 1.4;
    margin: 0;
    text-shadow: none;
    font-weight: normal;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{ 
	border-radius: 8px;
	height: auto;
	line-height: normal;
	padding: 8px 16px 10px 16px;
}
input[type=search].search-field {
	padding: 11px 16px;
}
.form.checkout h3 { 
	color: #333;
	font-size: 125%;
	font-weight: normal;
	text-transform: unset;
}

.searchform input[type=search] { 
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.header-cart-link.button.icon { 
	padding: 0;
    max-width: 100%;
    width: 40px;
    height: 40px;
    line-height: 35px;
}
.searchform .button.icon{
    min-width: 36px;
    min-height: 42px;
    border: 1px solid #ee1a27;
}
.searchform .button.icon {
	border-radius: 0 8px 8px 0;
	line-height: normal;
	padding-left: .8rem;
    padding-right: .8rem;
}
.button.icon i,
.searchform .button.icon i {
    font-size: 100%;
	top: 0;
}
/* Custom Style Woocommerce - Checkout */
button#place_order {
    font-size: normal;
    line-height: normal;
    padding-bottom: .6rem;
    padding-top: .5rem;
}
.woocommerce-checkout .col-inner,
.woocommerce-form-coupon { 
	border-radius: 8px;
}
.product-main {
	padding-bottom: 0;
}
.product-info .is-divider { 
	margin: 0 auto;
	height: auto;
}
.quantity input[type=number] { 
	font-size: 90%;
	max-width: 3rem;
	width: 100%;
}
.quantity .button.minus,
.quantity .button.plus { 
	background-color: transparent;
}
.quantity .button.minus {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.quantity .button.plus { 
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.product_meta {
    font-size: 100%;
    margin-bottom: 0;
}
.product_meta > span {
	border-bottom: 1px #e1e1e1 dashed;
	border-top: 0;
    padding: 8px 0;
}

.product-sections-stacked .product-section-title {
	margin: 20px 0 15px;
	font-size: 1.35rem;
	font-weight: 600;
}
.product-sections-stacked section { 
	margin-bottom: 40px; 
}
.woocommerce-Reviews-title {
	font-size: 110%;
}
.comment-text {
    color: #666;
	font-size: 95%;
    font-style: italic;
}
.comment-text .description p {
	color: #333;
	font-style: normal;
}
.comment-list li .comment-text, .commentlist li .comment-text {
    padding: 0 1rem;
}
.stars a {
    display: block;
    font-size: 16px;
    margin-left: -86px;
    margin-bottom: .5rem;
}
.stars a+a {
    border-left: 0;
    margin-left: -86px;
}
.comment-form, .comment-form p.form-submit, .comment-form input.submit {
	margin-bottom: 0;
}

.review-form-inner.has-border, .comment-form input.submit {
	border-radius: 8px;
}
.comment-form input.submit {
	letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
}
@media (max-width: 549px) {
    .is-large {
        font-size: 1rem;
        color: #333;
		margin: 0;
    }
}
.product-content .img-inner {
	border-radius: 8px 8px 0 0;
}

.product-content .product-title h3{
	font-size: 110%;
	font-weight: 600;
	margin: 0 auto;
	padding: 0.5rem 1rem;
	padding-bottom: 0;
}

.product-content .content {
	font-size: 95%;
	padding: 0.5rem 1rem;
	overflow: hidden;
	position: relative;
}

.product-content .content p {
	line-height: 1.35;
	margin-bottom: 0;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.categories .box-category {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	position: relative;
}
.categories .box-category .box-text {
	padding: 1rem;
	min-height: 198px;
}
.categories .box-category .box-text h5 {
	font-size: 110%;
	font-weight: 600;
    margin-bottom: 0.25rem;
}
.categories .box-category .box-text p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.top-info {
	display: flex;
	align-items: center;
}

.top-info li {
	display: inline-block;
	margin: 0 auto;
	margin-left: 1rem;
}
.nav-dropdown li.lang-item a {
	font-size: 90%;
    margin: 0;
}

.nav-dropdown li.lang-item a img {
	margin-right: 5px;
    position: relative;
    top: -1px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.header-main .nav li a {
		width: 100%;
	}
	.header-main .nav li a {
		font-size: 80%;
		padding: 16px 0px;
		text-transform: unset;
	}
	.sub-menu .nav-slide-header { 
		padding: 0;
	}
	.sub-menu .nav-slide-header .toggle{ 
		line-height: normal;
		opacity: 1;
		margin: 0 auto;
		padding-left: 15px;
	}
	.toggle i {
		font-size: 120%;
	}
	.nav-slide-header .toggle i {
		font-size: 100%;
		margin-right: 5px;
	}
	.box-text a:not(.button), .box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6 {
		line-height: normal;
		margin: 0;
	}
	
	.related-products-wrapper .product-small .col-inner .box-text .add-to-cart-button a,
	.products .product-small .col-inner .box-text .add-to-cart-button a { 
		line-height: normal;
		width: 100%;
		padding: 4px 0 7px 0;
	}
	.cat-hero-media {
		max-height: none;
	}

	.cat-hero-content {
		left: 52%;
	}
	.cat-hero-content .description p {
		font-size: 100%;
	}
	.footer-widgets .large-columns-4 .col:nth-child(1),
	.footer-widgets .large-columns-4 .col:nth-child(2) {
		flex-basis: 100%;
		max-width: 100%;
	}
	.footer-widgets .large-columns-4 .col:nth-child(1) img {
		max-width: 40% !important;
	}
	.alias-title .section-title {
		font-size: 160%;
	}
	.categories .box-category .box-text {
		min-height: 250px;
	}
}
#product-desc .product-section-title {
	display: none;
}
.product-footer { 
	margin-top: 1rem;
}