/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   https://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*Top content Styling*/
.term-valentines-day-special .product-grid-item .size-woocommerce_thumbnail {
	height: 275px;
	object-fit: contain;
}
.top-content{
	text-align: left;
	margin: auto;
	width: 60%;
}
.order-total .includes_tax {
	display: none;	
}
#tag-author{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 55px 0;
}
.content-date{
	margin: 10px 0 25px 0;
	color: #BBB;
}
.top-content h1{
	font-weight: 500;
}
.name-author{
	color: #BBB;
}
.post-single-page .entry-content, .single-post .wd-single-footer, .single-post .single-post-navigation,.single-post #comments {
    width: 60%;
    margin: 0 auto;
}
@media (max-width: 990px){
    .post-single-page .entry-content, .single-post .wd-single-footer, .single-post .single-post-navigation, .single-post #comments, .top-content{
        width: 80%;
        margin: 0 auto;
    }
}
.single-post div#comments {
    max-height: inherit !important;
}
@media screen and ( max-width: 521px )
{
   .top-content {
        width: 100%;
    }
    .post-single-page .entry-content {
        padding: 0px 0px;
    }
}

/*Theme update fix starts*/
.wd-hover-tiled .product-wrapper {
    background-color: transparent !important;
}
.footer-sidebar {
    padding-top: 40px;
    padding-bottom: 10px;
}
.copyrights-wrapper {
    border-top: 1px solid rgba(119,119,119,0.2);
}
.footer-column {
    margin-bottom: 30px;
}
.min-footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.min-footer>div {
    flex: 1 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 50%;
    line-height: 1.2;
}
.min-footer .col-right {
    text-align: right;
}
.min-footer>div {
    flex: 1 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 50%;
    line-height: 1.2;
}
.form-style-underlined div.quantity input[type="number"] {
    border-top-style: hidden !important;
}
/*influencer*/
.affiliates-dashboard-sections .affiliates-dashboard-section-links {
    justify-content: center;
    display: flex !important;
}
.affiliates-dashboard-sections .affiliates-dashboard-section-links {
    margin-bottom: 20px!important;
    background: 0 0!important;
}
.affiliates-dashboard-sections .affiliates-dashboard-section-links .section-link-item.active {
    border-bottom: none!important;
    background-color: #b98f60!important;
    border-radius: 40px!important;
}
.affiliates-dashboard-section-links .section-link-item.active a {
    color: #ffffff !important;
}
.affiliates-dashboard-sections .affiliates-dashboard-section-links .section-link-item {
    border-bottom: none!important;
    padding: 20px !important;
    margin: 0 20px !important;
    background: #f2f2f2 !important;
    font-weight: 500;
    border-radius: 40px !important;
}
.affiliates-dashboard-sections .affiliates-dashboard-section-links .section-link-item a {
    color: var(--wd-link-color) !important;
}
@media (max-width: 1024px){
    .min-footer {
        align-items: stretch;
        flex-wrap: wrap;
        text-align: center;
    }
    .min-footer>div {
        flex-basis: 100%;
        margin-bottom: 15px;
        max-width: 100%;
    }
    .min-footer>div:last-child {
        margin-bottom: 0;
    }
    .min-footer .col-right {
        text-align: center;
    }
}
/*Theme update fix ends*/