@charset "UTF-8";

.products-compare-button {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: 0.6s;
    font-size: 25px;
    color: #c94a00;
}
.socials.social-compare {
    justify-content: center;
	    position: relative;
}
.products-compare-button .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 0 0 5px;
    background-image: url('../images/compare.svg');
}
.shahkar-table__cell-inner {
	position: relative;
}
#head_compare_search {
	width: 100%;
	height: 40px;
	position: sticky;
	top: -20px;
	background: #fff;
	margin-top: -20px;
}
.draw {
    display: flex;
    gap: 10px;
}
.products-compare-empty {
    padding: 100px 0;
    text-align: center;
    font-size: 16px;
    color: #aeaeae;
}
.products-compare-empty .icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 30px auto;
    background-image: url("../images/filter.svg");
    background-size: 40px 40px;
}
.products-compare-empty span {
    display: block;
}

.products-compare-shop {
    display: inline-block;
    margin-top: 25px;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 25px;
    color: #ffffff;
    background-color: #CCBBBB;
    font-size: 14px;
    transition: 0.6s;
}
.products-compare-shop:hover {
    border: 1px solid #CCBBBB;
    color: #CCBBBB;
    background-color: transparent;
}

.wc-products-compare-item{
	border: 3px solid rgb(240 240 240);
	padding: 30px;
}
.shahkar-feature-group > div {
	font-size: 17px;
	font-weight: 600;
}
.attribute_inner {
	display: flex;
	margin-bottom: 5px;
}
.shahkar-feature-group {
	background: var(--third-site-color);
	padding: 15px;
	border-radius: 15px;
	margin: 15px 0;
}
.wc-products-compare .option-label {
	color: #333333;
	border-radius: 0px 8px 8px 0px;
	background: #E6F0FD;
	display: flex;
	width: 143px;
	height: 80px;
	padding: 20px 5px 19px 5px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.299px;
}
.shirt-image img {
	display: block;
	margin: 0 auto;
}
.shahkar-table__header-row {
	border: 1px solid #f6f6f6;
	display: grid;
	gap: 30px;
	padding: 30px;
	border-radius: 15px;
}
.shahkar-attrs {
	padding: 30px 0;
}
.shahkar-attrs .shahkar-table__feature-row:nth-child(2n+2) {
	background: rgb(255, 255, 255);
	border-radius: 15px;
}
.shahkar-table__feature-cell.shahkar-feature-values {
	padding: 15px 30px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	width: 100%;
	border-left: 1px solid #e1dddd;
}
.shahkar-table__feature-cell.shahkar-feature-values:last-child {
	border: 0;
}
.product-compare-default-card {
	border: 1px solid #eee;
	padding: 15px;
	border-radius:15px;
}
.no_product_compare {
	justify-content: center;
	display: flex;
	width: calc(100% - 300px);
	flex-direction: column;
	align-items: center;
}
.no_product_compare p{
    font-size:17px;
    margin-bottom:0;
}
.no_product_compare p:last-child{
    font-size:14px;
    margin-bottom:0;
}
.wc-products-compare-item .select-products {
	justify-content: start !important;
}
.shahkar-attrs .shahkar-table__feature-row:nth-child(2n) {
	background: rgb(248 248 248);
	border-radius: 15px;
}
.shahkar-feature.shahkar-table__feature-row h3 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 600;
}
.wc-products-compare .option-label-group {
    background: rgba(230, 240, 253, 1);
    color: rgba(51, 51, 51, 1);
    padding: 15px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 10px;
}
.wc-products-compare .option-data {
	display: grid;
	text-align: center;
	border-radius: 8px 0 0 8px;
	background: #F3F3F3;
	width: 1149px;
	height: 80px;
	flex-shrink: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.299px;
	color: #333;
	align-items: center;
	margin-right: 4px;
}
.wc-products-compare .option-data .option {
	border-radius: 12px;
	overflow-y: auto;
	display: flex;
	max-height: 100%;
	position: relative;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding-left: 20px;
}
/* Styling the scrollbar in Firefox  */
.wc-products-compare .option-data .option  {   
  scrollbar-color:#eee #fff;
  scrollbar-width: thin;
}
 /* width */
.wc-products-compare .option-data .option::-webkit-scrollbar {
  width: 20px;
}

/* Track */
.wc-products-compare .option-data .option::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  border-radius: 10px;
}

/* Handle */
.wc-products-compare .option-data .option::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px;
} 
.wc-products-compare .option-data .option::after {
	content: "";
	position: absolute;
	left: 10px;
	background: var(--color2);
	width: 2px;
	height: calc(100% - 20px);
	display: block;
}
.wc-products-compare .option-data .option:last-child::after {
	display: none;
}
.wc-products-compare .option-data .option:last-child {
    border-left: unset;
}
.wc-products-compare .option-data .option.bg-draw {
    background: #8ae9e9;
}
.wc-products-compare .option-data-1 {
    grid-template-columns: 1fr 1fr;
}
.wc-products-compare .option-data-2 {
    grid-template-columns: 1fr 1fr 1fr;
}
.wc-products-compare .option-data-3,
.wc-products-compare .option-data-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wc-products-compare .list-products .product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    margin: 30px 0;
    border-left: 1px solid #e8e8e8;
}
.wc-products-compare .list-products .product:last-child {
    border-left: unset;
}

.wc-products-compare .select-products {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.wc-products-compare .select-products-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 25px;
    color: var(--button-site-color);
	background-color: var(--button-site-back);
    font-size: 14px;
    transition: 0.6s;
    cursor: pointer;
	gap: 10px;
}
.products-compare .image a{
	border-radius:24px;
	overflow:hidden;
	margin-bottom: 10px;
    display: block;
}
.wc-products-compare .select-products-button .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 0 0 10px;
    background-image: url('../images/compare.svg');
}

.wc-products-compare .select-product .select-product-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    width: 60%;
    height: 90%;
    overflow: auto;
    text-align: center;
}
.wc-products-compare .select-product hr {
    margin: 30px 0 10px 0;
}
.wc-products-compare .select-product .close {
	color: #aaaaaa;
	float: left;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	/* top: -25px; */
	transition: .3s;
	height: 100%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.wc-products-compare .select-product .close:hover,
.wc-products-compare .select-product .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}

.wc-products-compare .select-product #select-products-compare-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.wc-products-compare .select-product-content .products {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #dfdfdf;
}

.wc-products-compare .select-product-content .search {
    text-align: left;
}
.wc-products-compare .select-product-content .search input {
    display: block;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px;
    border-radius: 10px;
}
.wc-products-compare .select-product-content .search span {
    font-weight: bold;
}

.wc-products-compare .select-product-content .loading {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 100px;
}

.wc-products-compare .select-product-loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3e3e3e;
    width: 50px;
    height: 50px;
    -webkit-animation: select-product-loader 2s linear infinite;
    animation: select-product-loader 2s linear infinite;
}
@-webkit-keyframes select-product-loader {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes select-product-loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wc-products-compare .disabled-section {
    pointer-events: none;
    animation: disabled-section 1.2s infinite;
    -webkit-animation: disabled-section 1.2s infinite;
}
@-webkit-keyframes disabled-section {
    0% { opacity: .3; }
    100% { opacity: .35; }
}
@keyframes disabled-section {
    0% { opacity: .3; }
    100% { opacity: .35; }
}
#products-compare {
	width: 100%;
	overflow-x: auto;
}
.wc-products-compare .list-products .product .image {
	position: relative;
}
.wc-products-compare .remove-product-compare {
	position: absolute;
	background-color: #CCBBBB;
	color: #FFF;
	padding: 0 10px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 9;
}

.wc-products-compare .share-buttons {
    text-align: center;
    padding: 15px;
}
.wc-products-compare .share-buttons > .title {
    display: inline;
    font-size: 18px;
    margin-left: 10px;
}
.wc-products-compare .share-buttons > a {
    padding: 5px;
    font-size: 20px;
    line-height: 1;
}
#select-products-compare-list .product .title {
    margin-top: 15px;
    max-width: 65%;
    margin: 15px auto;
}
#select-products-compare-list .price {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 15px 0;
    gap: 10px;
}
.details .out-of-stock {
    color: red;
}
.details .in-stock {
    color: green;
}
.products-not-found {
    color: red;
}
.shahkar-table-actions {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 5px;
}
.btn::after {
    color: #222;
}
.page_heading {
    margin-bottom: 30px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.section-compares {
    padding: 15px 0;
}
.shahkar-table-wrapper {
    -webkit-overflow-scrolling: touch;
    padding: 1px;
    transform: translateZ(0);
}
.shahkar-table {
    border-spacing: 6px;
    border-collapse: initial !important;
    font-size: 13px;
    page-break-inside: auto;
}
.shahkar-table__header-row .shirt-card {
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0,0.09);
	border-radius: 15px;
	height: auto;
}
.shahkar-table thead th {
    background-color: #d7d9dd;
    border-radius: 3px;
    padding: .6rem .5rem;
    min-width: 100px;
    color: #333;
}
.shahkar-table__header-cell--product {
    background: #fff !important;
}
.shahkar-table__feature-row {
	outline: 1px solid transparent;
	page-break-inside: avoid;
	page-break-after: auto;
	transition: outline .3s;
	display: grid;
	justify-content: space-between;
	gap: 30px;
}
.table-striped tbody tr {
    background-color: rgba(0,0,0,.05);
}
.table-bordered th {
    background-color: #d7d9dd;
    border-radius: 3px;
    padding: .6rem .5rem;
    min-width: 100px;
    color: #333;
    position: relative;
}
span.attr_desc p {
    position: absolute;
    width: 170px;
    height: auto;
    min-height: 100px;
    text-align: justify;
    font-size: 15px;
    padding: 8px;
    background-color: #dbdbf6;
    opacity: 100;
    border: #6765e3 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-style: dotted;
    z-index: 9;
    display: none;
    left:0
}
.attr_desc:hover p {
    display: block;
}
.table-bordered td {
    background-color: #f5f6f7;
    border-radius: 3px;
    padding: .6rem .5rem;
    text-align: right;
    color: #111;
    max-width: 500px;
    width: auto;
}
.shahkar-feature-group td {
    background: #c94a00;
    color: #fff;
}
.shahkar-table__product-inner {
    position: relative;
}
.shahkar-table__product-link {
    display: block;
}
.shahkar-table__img {
    border-radius: 4px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    filter: brightness(1.05);
}
.shahkar-table__header-cell.shahkar-table__header-cell--product.shahkar-table__product-1 {
    position: relative;
}
.shahkar-table__header-row .shahkar-table__product-1::after {
    content: "";
    background: url(https://shahkar.com/wp-content/themes/afraland/assets/img/vs.png);
    background-size: auto;
    background-size: auto;
    content: "";
    position: absolute;
    top: calc(50% - 50px);
    right: -50px;
    width: 100px;
    height: 100px;
    margin-top: -37px;
    border-radius: 100px;
    background-size: auto;
    background-size: 100%;
    z-index: 1;
    left: 0;
}
.shahkar-table__name {
    text-align: center;
    margin: .5rem 0 0;
}
.shahkar-group-feature-group td {
    background: #c94a00;
    color: #fff;
}
.shahkar-table__cell-inner button {
    background: #c94a00;
    color: #fff;
    padding: 8px;
    border-color: #c94a00;
    border-width: 1px;
    border-radius: 8px;
}
.shahkar-table__cell-inner .product.woocommerce.add_to_cart_inline .woocommerce-Price-amount.amount {
    display: none;
}
.shahkar-table__cell-inner .product.woocommerce.add_to_cart_inline {
    font-size: 0;
}
.shahkar-table__cell-inner .product.woocommerce.add_to_cart_inline .button {
    font-size: 15px;
}
.shahkar-table__feature-cell.shahkar-table__product-6402 .shahkar-table__cell-inner .product.woocommerce.add_to_cart_inline {
    border: 0 !important;
    padding: 0 !important;
}
.highlight td {
    background: #8ae9e9 !important;
}

.single_compare_description {
    padding: 15px 0;
    font-size: 15px;
}
.page_heading .page_heading {
    font-size: 18px;
}
.shahkar-table__cell-inner span b {
    font-size: 15px;
}

.compare-desc {
    border-radius: 32px;
    background: linear-gradient(313deg, rgba(133, 168, 248, 0.62) 0%, rgba(255, 255, 255, 0.00) 80%);
    padding: 16px;
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    margin-bottom: 10px;
}
.inner-compare-desc {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 21px 0px rgb(195, 212, 250);
    padding: 25px 22px;
    overflow: hidden;
}
.inner-compare-desc a.button {
    display: flex;
    margin: 0 auto;
    text-align: center;
    max-width: 200px;
    justify-content: center;
    align-items: center;
}
.page_heading.compare-desc {
    padding: 8px !important;
}
span.attr_desc {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
}
.attr_desc svg {
    font-size: 13px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.products_inner li .insidee img {
    filter: brightness(1.04);
}
@media (min-width: 768px) {
    .shahkar-table__cell-mobile-header {
        display: none;
    }
}
@media screen and (max-width:767px){
    .shahkar-table__header-cell.shahkar-table__header-cell--product {
        min-width: 200px;
    }
}
@charset "UTF-8";

.products-compare-button {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: 0.6s;
    font-size: 25px;
    color: #c94a00;
}
.socials.social-compare {
    justify-content: center;
    position: relative;
}
.products-compare-button .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 0 0 5px;
    background-image: url('../images/compare.svg');
}
#head_compare_search {
    width: 100%;
    height: 40px;
    position: sticky;
    top: -20px;
    background: #fff;
    margin-top: -20px;
}
.draw {
    display: flex;
    gap: 10px;
}
.products-compare-empty {
    padding: 100px 0;
    text-align: center;
    font-size: 16px;
    color: #aeaeae;
}
.products-compare-empty .icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 30px auto;
    background-image: url("../images/filter.svg");
    background-size: 40px 40px;
}
.products-compare-empty span {
    display: block;
}

.products-compare-shop {
    display: inline-block;
    margin-top: 25px;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 25px;
    color: #ffffff;
    background-color: #CCBBBB;
    font-size: 14px;
    transition: 0.6s;
}
.products-compare-shop:hover {
    border: 1px solid #CCBBBB;
    color: #CCBBBB;
    background-color: transparent;
}


.attribute_inner {
    display: flex;
    margin-bottom: 5px;
}

.wc-products-compare .option-label {
    color: #333333;
    border-radius: 0px 8px 8px 0px;
    background: #E6F0FD;
    display: flex;
    width: 143px;
    height: 80px;
    padding: 20px 5px 19px 5px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.299px;
}

.wc-products-compare .option-label-group {
    background: rgba(230, 240, 253, 1);
    color: rgba(51, 51, 51, 1);
    padding: 15px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 10px;
}
.wc-products-compare .option-data {
    display: grid;
    text-align: center;
    border-radius: 8px 0 0 8px;
    background: #F3F3F3;
    width: 1149px;
    height: 80px;
    flex-shrink: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.299px;
    color: #333;
    align-items: center;
    margin-right: 4px;
}
.wc-products-compare .option-data .option {
    border-radius: 12px;
    overflow-y: auto;
    display: flex;
    max-height: 100%;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}
/* Styling the scrollbar in Firefox  */
.wc-products-compare .option-data .option  {
    scrollbar-color:#eee #fff;
    scrollbar-width: thin;
}
/* width */
.wc-products-compare .option-data .option::-webkit-scrollbar {
    width: 20px;
}

/* Track */
.wc-products-compare .option-data .option::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

/* Handle */
.wc-products-compare .option-data .option::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 10px;
}
.wc-products-compare .option-data .option::after {
    content: "";
    position: absolute;
    left: 10px;
    background: var(--color2);
    width: 2px;
    height: calc(100% - 20px);
    display: block;
}
.wc-products-compare .option-data .option:last-child::after {
    display: none;
}
.wc-products-compare .option-data .option:last-child {
    border-left: unset;
}
.wc-products-compare .option-data .option.bg-draw {
    background: #8ae9e9;
}
.wc-products-compare .option-data-1 {
    grid-template-columns: 1fr 1fr;
}
.wc-products-compare .option-data-2 {
    grid-template-columns: 1fr 1fr 1fr;
}
.wc-products-compare .option-data-3,
.wc-products-compare .option-data-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wc-products-compare .list-products .product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    margin: 30px 0;
    border-left: 1px solid #e8e8e8;
}
.wc-products-compare .list-products .product:last-child {
    border-left: unset;
}
.product-compare-default-card1 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.wc-products-compare .select-products {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
}

.wc-products-compare .select-products-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 30px;
	border: 1px solid transparent;
	border-radius: 25px;
    color: var(--button-site-color);
	background-color: var(--button-site-back);
	font-size: 14px;
	transition: 0.6s;
	cursor: pointer;
	gap: 10px;
}
.products-compare .image a{
    border-radius:24px;
    overflow:hidden;
    margin-bottom: 10px;
    display: block;
}
.wc-products-compare .select-products-button .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 0 0 10px;
    background-image: url('../images/compare.svg');
}
.wc-products-compare .select-products-button:hover {
	border: 1px solid var(--button-site-color-hover);
	background-color: var(--button-site-back-hover);
}
.wc-products-compare .select-product {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    position: fixed;
    z-index: 90;
    padding-top: 5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.wc-products-compare .select-product .select-product-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    width: 60%;
    height: 90%;
    overflow: auto;
    text-align: center;
}
.wc-products-compare .select-product hr {
    margin: 30px 0 10px 0;
}
.wc-products-compare .select-product .close {
    color: #aaaaaa;
    float: left;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    /* top: -25px; */
    transition: .3s;
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.wc-products-compare .select-product .close:hover,
.wc-products-compare .select-product .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}
.socials.social-compare {
    padding: 8px 0;
}
.socials.social-compare a {
    padding: 8px;
    display: inline-block;
    font-size: 30px;
}

.wc-products-compare .select-product-content .products {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #dfdfdf;
}

.wc-products-compare .select-product-content .search {
    text-align: left;
}
.wc-products-compare .select-product-content .search input {
    display: block;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px;
    border-radius: 10px;
}
.wc-products-compare .select-product-content .search span {
    font-weight: bold;
}

.wc-products-compare .select-product-content .loading {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 100px;
}

.wc-products-compare .select-product-loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3e3e3e;
    width: 50px;
    height: 50px;
    -webkit-animation: select-product-loader 2s linear infinite;
    animation: select-product-loader 2s linear infinite;
}
@-webkit-keyframes select-product-loader {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes select-product-loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wc-products-compare .disabled-section {
    pointer-events: none;
    animation: disabled-section 1.2s infinite;
    -webkit-animation: disabled-section 1.2s infinite;
}
@-webkit-keyframes disabled-section {
    0% { opacity: .3; }
    100% { opacity: .35; }
}
@keyframes disabled-section {
    0% { opacity: .3; }
    100% { opacity: .35; }
}
#products-compare {
    width: 100%;
    overflow-x: auto;
}
.wc-products-compare .list-products .product .image {
    position: relative;
}
.wc-products-compare .remove-product-compare {
	position: absolute;
	background-color: #fff;
	color: #000;
	padding: 0 10px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 9;
	border: 2px solid #000;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	right: 6px;
	top: 6px;
}
.shahkar-table__header-row .shirt-card {
	padding-top: 40px;
}
.wc-products-compare .share-buttons {
    text-align: center;
    padding: 15px;
}
.wc-products-compare .share-buttons > .title {
    display: inline;
    font-size: 18px;
    margin-left: 10px;
}
.wc-products-compare .share-buttons > a {
    padding: 5px;
    font-size: 20px;
    line-height: 1;
}
#select-products-compare-list .product .title {
    margin-top: 15px;
    max-width: 65%;
    margin: 15px auto;
}
#select-products-compare-list .price {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 15px 0;
    gap: 10px;
}
.details .out-of-stock {
    color: red;
}
.details .in-stock {
    color: green;
}
.products-not-found {
    color: red;
}
#shahkar-table-wrapper {
	min-width: 1024px;
}
.card-title {
	margin-bottom: 15px;
}
/* Responsive */
@media (max-width: 1024px) {
    .wc-products-compare .select-product #select-products-compare-list {
        grid-template-columns: 1fr 1fr;
        gap:8px;
    }
    #select-products-compare-list .product .title {
        max-width: 100%;
    }
    .wc-products-compare .list-products > div:nth-child(3),
    .wc-products-compare .option-data > div:nth-child(3) {
        border-left: unset;
    }

}
@media (max-width: 768px) {
    span.attr_desc p {
        left: -173px;
    }
    .wc-products-compare .select-product .select-product-content {
        width: 100%;
        height: 100%;
    }
    .wc-products-compare .list-products > div:nth-child(2),
    .wc-products-compare .option-data > div:nth-child(2) {
        border-left: unset;
    }

}

/* Responsive */
@media (max-width: 1024px) {
.wc-products-compare .select-product #select-products-compare-list {
	grid-template-columns: 1fr 1fr;
	gap:8px;
}
#select-products-compare-list .product .title {
	max-width: 100%;
}
    .wc-products-compare .list-products > div:nth-child(3),
    .wc-products-compare .option-data > div:nth-child(3) {
        border-left: unset;
    }

}
@media (max-width: 768px) {
.wc-products-compare .select-product {
	padding: 8px;
	padding-bottom: 104px;
}
    .wc-products-compare .select-product .select-product-content {
        width: 100%;
        height: 100%;
    }
    .wc-products-compare .list-products > div:nth-child(2),
    .wc-products-compare .option-data > div:nth-child(2) {
        border-left: unset;
    }
    /* compare */
.wc-products-compare .select-products {
	flex-direction: column-reverse;
}
.no_product_compare {
	width: 100%;
	padding-bottom: 30px;
}

}
