@media(max-width:1000px) {
.attr-name {
grid-row: 1 !important; max-width: unset !important;
width: unset !important;
}
.attr-value {
grid-row: 2 !important;
}
.compare-header .categories-tabs {
display: none !important;
}
.attr-value.first {
border-left: solid 1px #dbdbdb;
}
.categories-tabs {
padding-bottom: 20px;
}
.compare-product:first-of-type {
border-left: solid 1px #dbdbdb;
}
}
.categories-tabs {
position: relative;
}
.sidebar-share__title {
margin-bottom: 0;
}
.sidebar-share:not(.sinle-post-share) {
flex-direction: column;
}
.sidebar-share.sinle-post-share .sidebar-share__title {
margin-left: 0;
margin-right: 10px;
}
@media(max-width: 767px) {
.sidebar-share__title {
margin-bottom: 15px;
}
}
.woocommerce-breadcrumb {
max-width: 1200px;
padding: 15px;
margin: 0 auto;
color: #8e8e8e;
}
.woocommerce-breadcrumb a {
text-decoration: none !important;
font-size: 16px;
line-height: 21px;
color: #8e8e8e;
}
.woocommerce-breadcrumb a svg{
fill: #8e8e8e;
transition: all .2s ease;
}
.woocommerce-breadcrumb a:hover svg{
fill: #7EBB47;
}
.breadcrumb_span {
color: #2e2e2e;
font-size: 16px;
line-height: 16px;
font-weight: 500;
}
.post-solution__icon img {
min-width: 42px;
}