/**
* Add any custom CSS here.
*
* This file will be loaded after all other theme stylesheets.
*/

.image-tools .wishlist-button:hover {
    background-color: #336194;
    border-color: #336194;
	
}
.social-icons i {
    color: #336194;
}

.contact-boxes .icon-inner {
    border-color: #aaa!important;
}

.contact-boxes .icon-inner:hover {
    background: #aaa!important;
}

.message-container.success-color, p.in-stock {
    color: #336194;
    font-size: 12px;
    font-weight: bold;
}

@media (min-width:1024px){
	footer .col.medium-4 {
		padding-bottom: 0;
	}

}

footer form.wpcf7-form {
	margin-bottom: 0;
	display: flex;
}

footer .wpcf7-submit {
	margin: auto;
}

ul.header-nav.header-nav-main {
    justify-content: center;
}

.has-dropdown .icon-angle-down,
.header-language-dropdown .image-icon {
    display: none;
}

.tints-images .flickity-slider:hover{
    transform: translateX(-100%)!important;
}

.tints-images .flickity-slider {
    transition: 0.2s
}

.tints-images .slider-nav-light .flickity-prev-next-button {
    display: none;
}

.box .product-title>a {
    color: #333;
}

.group_products {
	display: none!important;
}

.fb-cat-img {
    max-width: 300px;
    margin-right: 20px;
}

.fb-cat-header {
    display: flex;
    max-width: 1080px;
    margin: 40px auto 0;
    padding: 0 15px;
    align-items: center;
}

.box .add-to-cart-button {
    opacity: 0;
    transition: 0.5s;
}

.box:hover .add-to-cart-button {
    opacity: 1;
}

.shop-container>.term-description {
    display: none;
}

.woocommerce-Tabs-panel--description table{
display:none;
}

/* Promo tag customizations */

.badge{
	height: auto;
    width: 10em;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: -4px;
    left: -30px;
	margin-left:0 !important;
}

.badge-inner{
	width: inherit;
    height: inherit;
	padding: 7px;
    background: #fff !important;
    color: #333 !important;
	border-radius: 0px !important;
}

.badge-inner span{
	font-size:12px;
	font-weight: normal;
}

@media (max-width:767px){
	.badge{
		left: -26px !important;
		width: 7em !important;
		top: -12px !important;
	}
}
strike {
    color: #777!important;
}