
.cross-sells ul.products li.product .price {
		color: #ff0000;
    font-size: 16px;
    margin-top: 60px;
}

.home .mobile{
	display: none;
}
.home .desktop{
	display: block;
	float: right;
}

.woocommerce ul.products li.product h3 {

    font-size: 18px;
    height: 35px;

}

.categories-navigation li {

    width: 240px;

}

.hero-title-container {
    background: transparent;

}
.woocommerce .summary .description p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    line-height: 28px;
}

.entry-content .values-table td {
    vertical-align: top;
}

.woocommerce-checkout .woocommerce-shipping-methods li label{
		font-size: 0.8em;
    font-weight: normal;
}

@media screen and (min-width: 992px){
	.front-page-content {
    padding: 68px 0 88px;
	}
	.front-page-content h1{
		font-size: 1.7em;
    letter-spacing: 0.15em;
    line-height: 48px;
    margin-bottom: 46px;
	}
}

@media screen and (max-width: 414px){
	.home .desktop{
		display: none;
	}
	
	.front-page-content h1{
    font-size: 21px;
		padding-bottom: 46px;
	}
	.home .mobile{
		position: relative;
		display: block;
	}
	.home .mobile iframe{
		margin: 24px 0;
	}
}

.single-product div.product form.cart .quantity {
float: none;
margin: 0;
display: inline-block;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-right: 4px;
    line-height: normal;
}

.comments-area input[type=text], .pirate_forms input, input, select {
    padding: 0 25px;
    height: 65px;
    line-height: 1.2;
}

.woocommerce form .form-row label {
    line-height: 2;
}

.woocommerce ul.products li.product h3 
{
    letter-spacing: 0.08em;
}
.top-bar-icons-wrapper {
    display: flex;
    align-items: center;
}

.account-icon-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 20px;
    background-color: #f2f2f2;
    color: #000 !important;
    font-size: 12px;
    text-decoration: none;
   
}

.account-icon-link i {
    font-size: 16px;
    color: #D5BB64 !important;
}

.account-icon-link span {
    color: #969696 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.account-icon-link:hover {
    background-color: #e0e0e0;
}