@media(max-width:1025){
.wd-product .product-wrapper .wd-add-btn {
    width: 100%;
    margin: auto;
    display: flex!important;
    justify-content: center;
}
.wd-product .product-wrapper .wd-add-btn div.quantity {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
    right: 0;
    left: auto;
    width: 80px;
    display: flex;
    margin: auto;
}
}

.promo-banner.wd-with-link .wrapper-content-banner .banner-title {
    display: block;
    margin-bottom: 0;
    line-height: 1.1;
}
.promo-banner.wd-with-link .wrapper-content-banner .btn {
    color: #fff;
    background-color: var(--wd-alternative-color);
    background: transparent;
    border-bottom: 2px solid #ffffff;
    padding: 0;
	transition: all .3s ease-in-out;
}
.promo-banner.wd-with-link .wrapper-content-banner .btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}
.promo-banner.wd-with-link .wrapper-content-banner .btn:before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
    transition: all .2s ease-in-out;
    left: 0;
    width: 0;
}
.promo-banner.wd-with-link .wrapper-content-banner .btn:hover:before{
	 width: 100%;
}
.promo-banner.wd-with-link .wrapper-content-banner .btn:hover {
    border-color: black;
    padding: 0 10px;
}
.promo-banner.wd-with-link .wrapper-content-banner .banner-subtitle::before {
    content: "";
    background: #fff;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .3s ease-in-out;
	z-index: -1;
}
.promo-banner.wd-with-link .wrapper-content-banner .banner-subtitle {
    font-size: 12px;
    padding: 4px 20px;
    border-radius: 0;
    width: fit-content;
    color: #fff;
    border: 1px solid #fff;
	margin-bottom:15px;
	position:relative;
}
.promo-banner:hover .wrapper-content-banner .banner-subtitle::before{
	width:100%;
}
.promo-banner:hover .wrapper-content-banner .banner-subtitle{
	color:black;
}

.container.main-footer .widget-title {
    font-size: 16px;
	padding-bottom: 10px;
	position:relative;
}

.container.main-footer .widget-title::before {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media(max-width:576px){
.container.main-footer .widget-title::before {
    content: "";
    height: 1px;
    background: var(--brdcolor-gray-300);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}	
.container.main-footer .footer-column {
    margin-bottom: 10px;
}
}
.wd-prefooter {
    padding-bottom: 0!important;
}
@media (max-width: 768px) {
.container.main-footer .widget-title {
	font-size: 16px;
}
.footer-container .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
        display: flex;
        text-align: center;
        flex-direction: unset;
        gap: 10px;
    }
}
.footer-container .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title:hover {
    color: #fff!important;
}

.wd-product .wd-entities-title {
    font-family: var(--wd-title-font);
}