/*============SINGLE PRODUCT============*/
.single-product-add-to-cart .single_variation_wrap {
    width: 100%;
}
.single-product-add-to-cart form.cart,
.single-product-add-to-cart .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-direction: column;
    /*flex-wrap: wrap !important;*/
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.single-product-add-to-cart form.cart::before,
.single-product-add-to-cart form.cart::after {
    display: none !important;
}
.single-product-add-to-cart form.cart {
    width: 100%;
    max-width: 100%;
}
.single-product-add-to-cart form.cart.variations_form  {
    gap: 0;
}
.single-product-add-to-cart .woocommerce-variation-add-to-cart {
    width: 100%;
}
.single-product-add-to-cart form.cart .woocommerce-variation-price,
.single-product-add-to-cart form.cart .woocommerce-variation-availability {
    display: none !important;
}
/*-------------------------------*/
.single-product-add-to-cart table.variations {
    width: 100%;
    margin-bottom: 0 !important;
}
.single-product-add-to-cart table.variations tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.single-product-add-to-cart table.variations tr {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
}
.single-product-add-to-cart table.variations tr .label {
    display: flex;
    flex-shrink: 0;
    width: max-content;
    padding: 15px 0 0 !important;
    background-color: #0000 !important;
}
.single-product-add-to-cart table.variations tr .label label::before {
    content: "انتخاب ";
}
.single-product-add-to-cart table.variations tr .label label::after {
    content: " :";
}
.single-product-add-to-cart table.variations tr .value {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    padding: 0 !important;
    background-color: #0000 !important;
    width: 100%;
}
.single-product-add-to-cart table.variations tr .value select {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    padding: 10px;
    font-family: var(--font-family);
    width: 100%;
    font-size: 13px;
    margin: 0 !important;
}
.single-product-add-to-cart table.variations .reset_variations {
    display: none;
    flex-shrink: 0;
    font-size: 13px;
}
.single-product-add-to-cart table.variations .reset_variations.active {
    display: flex;
}
/*-------------------------------*/
.single-product-add-to-cart .price-data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.single-product-add-to-cart .price-data[has-discount] {
    justify-content: space-between;
    margin-bottom: 10px;
}
.single-product-add-to-cart .price-data.variable[has-discount] {
    margin-top: 15px;
}
/*-------------------------------*/
.single-product-add-to-cart .quantity {
    width: 100%;
    margin: 0 !important;
    order: 2;
}
/*-------------------------------*/
.single-product-add-to-cart .discount {
    display: none;
    margin-right: 15px;
    font-size: 20px;
    width: 50px;
    text-align: right;
    height: 20px;
    line-height: 20px;
    font-weight: 600;
    direction: ltr;
    color: #ff7600;
    align-items: flex-end;
    justify-content: flex-end;
    order: 0;
}
.single-product-add-to-cart .price-data[has-discount] .discount {
    display: flex;
}
/*-------------------------------*/
.single-product-add-to-cart .price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: max-content;
    gap: 5px;
    order: 1;
    min-height: 45px;
    position: relative;
}
.single-product-add-to-cart .price-data.variable .price.default::before {
    content: "ویژگی متغیر محصول را انتخاب کنید";
    color: #aaa;
    font-size: 13px;
}
.single-product-add-to-cart .price.default.hidden {
    display: none;
}
.single-product-add-to-cart .price.variation {
    display: none;
}
.single-product-add-to-cart .price.variation.active {
    display: flex;
}
.single-product-add-to-cart .price-data[has-discount] .price {
    padding-left: 15px;
}
/*-------------------------------*/
.single-product-add-to-cart .price del,
.single-product-add-to-cart .price > .amount,
.single-product-add-to-cart .price ins,
.single-product-add-to-cart .price > p {
    height: 20px;
    line-height: 20px;
}
.single-product-add-to-cart .price > .amount:last-child {
    width: 100%;
    text-align: center;
}
.single-product-add-to-cart .price del {
    color: #999 !important;
    opacity: 1 !important;
    text-decoration: line-through;
}
.single-product-add-to-cart .price del .amount {
    color: #999 !important;
    font-weight: 400;
    font-size: 16px;
}
.single-product-add-to-cart .price ins {
    text-decoration: none !important;
}
.single-product-add-to-cart .price > .amount,
.single-product-add-to-cart .price ins .amount,
.single-product-add-to-cart .price > p {
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
    margin: 0 !important;
}
.single-product-add-to-cart .price .out-of-stock {
    color: red !important;
}
/*-------------------------------*/
body.single-product [data-elementor-type="footer"] {
    margin-bottom: 70px;
}
/*-------------------------------*/
.single-product-add-to-cart form.cart.variations_form .single_add_to_cart_button.deactive {
    box-shadow: none !important;
    background-image: none !important;
    background-color: #ddd !important;
    color: #999 !important;
    cursor: no-drop;
    opacity: 0.7 !important;
}
.single-product-add-to-cart .single_add_to_cart_button {
    color: white !important;
    font-size: 15px !important;
    padding: 15px !important;
    border: none !important;
    border-radius: 14px !important;
    background: var(--e-global-color-primary) !important;
    box-shadow: 0 10px 10px -10px var(--e-global-color-secondary) !important;
    width: max-content;
    margin-top: 0 !important;
    margin-right: 0 !important;
    cursor: pointer;
    font-family: var(--font-family);
    flex-grow: 1;
    position: relative;
    width: 100%;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    opacity: 1 !important;
}
.single-product-add-to-cart .single_add_to_cart_button .icon {
    background-image: url("../image/add-to-cart-white.svg");
    display: flex;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.single-product-add-to-cart .single_add_to_cart_button::before {
    content: "";
    animation: shadow-pulse-animation 2s infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 13px;
}
.single-product-add-to-cart form.cart.variations_form .single_add_to_cart_button.deactive::before {
    display: none !important;
}
.single-product-add-to-cart .price-data[has-discount] ~ .single_add_to_cart_button {
    background: var(--e-global-color-primary) !important;
    box-shadow: 0 10px 10px -10px var(--e-global-color-secondary) !important;
}
/*-------------------------------*/
.custom-float-notices {
    position: fixed;
    top: auto;
    bottom: 20px;
    left: auto;
    right: 20px;
    width: max-content;
    z-index: 5;
    background-color: var(--e-global-color-primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 13px;
}
.custom-float-notices.erro {
    background-color: red;
}
.custom-float-notices ul {
    margin: 0;
}
/*-------------------------------*/
#product-single-related .product-list-item {
	width: 20% !important;
	flex-basis: 20% !important;
}
#product-single-articles .e-loop-item {
	width: 20% !important;
	flex-basis: 20% !important;
	padding: 15px 10px;
}
#product-single-articles .custom-carousel-box {
	overflow: visible !important;
}
#product-single-articles .elementor-loop-container {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
#product-single-articles .custom-carousel-bullet {
    top: -39px;
    bottom: auto;
    left: 70px;
    right: auto;
}
#product-single-articles .custom-carousel-prev,
#product-single-articles .custom-carousel-next {
    top: -44px;
    bottom: auto;
    right: auto;
    width: 20px;
    height: 20px;
    background-size: 10px;
}
#product-single-articles .custom-carousel-prev {
    left: 40px;
}
#product-single-articles .custom-carousel-next {
    left: 0;
}

@media only screen and (max-width: 1200px) {
	#product-single-related .product-list-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
	#product-single-articles .e-loop-item {
		width: 25% !important;
		flex-basis: 25% !important;
	}
}
@media only screen and (max-width: 880px) {
	#product-single-related .product-list-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
	#product-single-articles .e-loop-item {
		width: 33.33% !important;
		flex-basis: 33.33% !important;
	}
}
@media only screen and (max-width: 768px) {
	#product-single-related .product-list-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
	#product-single-articles .e-loop-item {
		width: 50% !important;
		flex-basis: 50% !important;
	}
}
@media only screen and (max-width: 500px) {
    .single-product-add-to-cart form.cart {
        width: 260px;
        margin: auto;
        justify-content: center;
    }
    .single-product-add-to-cart .price-data {
        padding-right: 0;
    }
    .single-product-add-to-cart .quantity {
        margin-top: 15px;
    }
    .single-product-add-to-cart .single_add_to_cart_button {
        margin-right: 0;
    }
}
/*============SINGLE PRODUCT - BOX============*/
#product-single-box .woocommerce-product-rating {
    flex-direction: row-reverse;
}
#product-single-box .woocommerce-product-rating .star-rating {
    margin-left: 0;
    margin-right: 5px;
}
#product-single-box .woocommerce-review-link {
    font-size: 13px;
}
.single-product-add-to-cart form.cart.variations_form {
    gap: 30px;
}
.single-product-add-to-cart .woocommerce-variation-add-to-cart,
.product-type-simple .single-product-add-to-cart form.cart {
    flex-direction: row;
    flex-wrap: nowrap;
}
.single-product-add-to-cart .price-data {
    width: max-content;
    flex-grow: 0;
    gap: 10px;
    margin: 0 !important;
}
.single-product-add-to-cart .discount {
    margin-right: 0;
    width: max-content;
}
/*-------------------------------*/
.single-product-add-to-cart .timer {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 120px;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    height: 45px;
    margin-bottom: 0;
}
.single-product-add-to-cart .timer[data-date] {
	display: flex;
}
.single-product-add-to-cart .timer-clock {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    height: 15px;
	color: #ff7600;
}
.single-product-add-to-cart .timer small {
    display: inline-block;
    line-height: 11px;
    font-size: 12px;
    letter-spacing: -0.5px;
    padding-top: 1px;
}
.single-product-add-to-cart .price-data[has-discount] .price {
    padding-left: 0;
}
.single-product-add-to-cart .single_add_to_cart_button {
    width: 180px;
    flex-grow: 0;
}
.single-product-add-to-cart .quantity {
    width: 150px;
    flex-grow: 0;
    gap: 0;
}
.single-product-add-to-cart table.variations tbody {
    gap: 20px;
}
.single-product-add-to-cart table.variations tr {
    flex-wrap: wrap;
}
.single-product-add-to-cart table.variations tr .label {
    padding-top: 3px !important;
}
.single-product-add-to-cart table.variations tr .value .radio-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    cursor: pointer;
}
.single-product-add-to-cart table.variations tr .value .radio-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    border-radius: 100px;
    padding: 5px;
}
.single-product-add-to-cart table.variations tr .value .radio-item:hover {
    background-color: #efefef;
}
.single-product-add-to-cart table.variations tr .value .radio-item input {
    width: 17px;
    height: 17px;
    border: 2px solid #ccc;
    border-radius: 100px;
}
.single-product-add-to-cart table.variations tr .value .radio-item input[checked]::after {
    content: " \2714";
    height: 14px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-size: 18px;
    font-weight: bold !important;
}
.single-product-add-to-cart table.variations tr .value .radio-item span {
    padding-top: 0px;
    line-height: 15px;
    font-size: 13px;
    height: 11px;
}

@media only screen and (max-width: 767px) {
    #product-single-box {
        box-shadow: none !important;
        background-color: rgba(0,0,0,0) !important;
    }
    .single-product-add-to-cart .price-data {
        width: 100%;
        gap: 0;
        justify-content: space-between !important;
    }
    .single-product-add-to-cart .price {
        flex-grow: 1;
    }
    .single-product-add-to-cart .price-data[has-discount] .price {
        flex-grow: 0;
    }
    .single-product-add-to-cart .woocommerce-variation-add-to-cart,
    .product-type-simple .single-product-add-to-cart form.cart {
        flex-wrap: wrap !important;
        width: 340px;
        max-width: 100%;
        justify-content: center;
        margin: auto;
    }
    .single-product-add-to-cart form.cart.variations_form {
        width: max-content;
        max-width: 100%;
        margin: auto;
        gap: 20px;
    }
}

/*============SINGLE PRODUCT - FIXED BOTTOM============*/
#product-single-fixed-bottom .single-product-add-to-cart .timer {
    order: 1;
    width: auto;
    margin: 0 10px;
}
#product-single-fixed-bottom .single-product-add-to-cart .timer small {
    font-size: 12px;
    /* letter-spacing: -0.5px; */
}
#product-single-fixed-bottom .single-product-add-to-cart form.cart,
#product-single-fixed-bottom .single-product-add-to-cart .woocommerce-variation-add-to-cart {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 20px;
}
#product-single-fixed-bottom .single-product-add-to-cart .single_variation_wrap,
#product-single-fixed-bottom .single-product-add-to-cart table.variations {
    width: auto;
}
#product-single-fixed-bottom .single-product-add-to-cart .quantity {
    display: none !important;
}
#product-single-fixed-bottom .single-product-add-to-cart .single_add_to_cart_button {
    width: max-content;
    flex-shrink: 0;
    flex-grow: 0;
}
#product-single-fixed-bottom .single-product-add-to-cart .price-data {
    width: auto;
}
#product-single-fixed-bottom .single-product-add-to-cart .price-data.variable[has-discount] {
    width: max-content;
    margin: 0;
}
#product-single-fixed-bottom .single-product-add-to-cart .discount {
    margin-right: 0;
}
#product-single-fixed-bottom .single-product-add-to-cart .price-data[has-discount] .price {
    padding-left: 0;
}
#product-single-fixed-bottom .single-product-add-to-cart table.variations tr {
    align-items: center;
    width: auto;
}
#product-single-fixed-bottom .single-product-add-to-cart table.variations tr .label {
    padding-top: 0 !important;
}
#product-single-fixed-bottom .single-product-add-to-cart table.variations tr .label label {
    font-weight: normal;
    font-size: 14px;
}
#product-single-fixed-bottom .single-product-add-to-cart table.variations tr .value {
    flex-wrap: nowrap;
}
#product-single-fixed-bottom .single-product-add-to-cart table.variations tr .value select {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #ccc;
}
#product-single-fixed-bottom .single-product-add-to-cart table.variations .reset_variations {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    #product-single-fixed-bottom .single-product-add-to-cart table.variations tr .value select {
        padding: 5px;
        max-width: 140px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .price {
        min-height: 35px;
        gap: 0;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .price del .amount {
        font-size: 14px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .price > .amount,
    #product-single-fixed-bottom .single-product-add-to-cart .price ins .amount,
    #product-single-fixed-bottom .single-product-add-to-cart .price > p {
        font-size: 16px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .discount {
        font-size: 16px;
        width: 40px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .quantity .minus,
    #product-single-fixed-bottom .single-product-add-to-cart .quantity .plus {
        box-shadow: none;
        width: 30px;
        background-size: 13px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .quantity .qty {
        width: 40px !important;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .single_add_to_cart_button {
        padding: 8px 10px !important;
        border-radius: 10px !important;
        font-weight: normal;
    }
}
@media only screen and (max-width: 767px) {
    #product-single-fixed-bottom .single-product-add-to-cart form.cart {
        flex-direction: column;
        gap: 5px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .woocommerce-variation-add-to-cart {
        gap: 5px;
        flex-wrap: wrap;
        min-width: 200px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart table.variations tbody {
        gap: 5px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart table.variations tr .label label {
        font-size: 13px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart table.variations tr .value select {
        padding: 3px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .price del .amount {
        font-size: 13px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .price > .amount,
    #product-single-fixed-bottom .single-product-add-to-cart .price ins .amount,
    #product-single-fixed-bottom .single-product-add-to-cart .price > p {
        font-size: 15px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .price-data {
        width: 100% !important;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .discount {
        font-size: 15px;
        width: 35px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .single_add_to_cart_button {
        /*color: #0000 !important;*/
        /*gap: 0;*/
        /*width: 40px;*/
        /*justify-content: flex-end;*/
        gap: 10px;
        width: 100%;
        overflow: hidden;
        height: 40px;
        padding: 7px !important;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .single_add_to_cart_button .icon {
        width: 30px;
        height: 30px;
    }
    #product-single-fixed-bottom .single-product-add-to-cart .timer {
        order: 0;
        width: auto;
        margin: 0;
    }
}

/*============SINGLE PRODUCT - GALLEY - DEFAULT============*/
#product-gallery-box {
    height: var(--min-height) !important;
}
.product-gallery,
.product-gallery .elementor-widget-container,
.product-gallery .woocommerce-product-gallery,
.product-gallery .woocommerce-product-gallery .flex-viewport,
.product-gallery .woocommerce-product-gallery__wrapper,
.product-gallery .woocommerce-product-gallery__image {
    height: 100% !important;
    width: 100% !important;
}
.product-gallery .woocommerce-product-gallery {
    overflow: hidden !important;
}
.product-gallery .woocommerce-product-gallery__image a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.product-gallery .woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-gallery .woocommerce-product-gallery {
    margin: 0 !important;
    opacity: 1 !important;
    width: 100% !important;
}
.product-gallery .carousel-box {
    padding-bottom: 10px;
}
.product-gallery .zoomImg,
.product-gallery .flex-control-thumbs,
.product-gallery .woocommerce-product-gallery__trigger {
    display: none !important;
}
.product-gallery .custom-carousel-bullet {
    bottom: 5px !important;
	z-index: 1 !important;
}
.product-gallery .custom-carousel-next {
    left: -10px !important;
}
.product-gallery .custom-carousel-prev {
    right: -10px !important;
}

@media only screen and (max-width: 767px) {
    #product-gallery-box {
        box-shadow: 0 0 20px -5px rgba(0,0,0,0.15);
    }
}

/*============SINGLE PRODUCT - TAB============*/
#product-single-tabs ul.tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: visible;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
#product-single-tabs ul.tabs > li {
    flex: 1;
    /*margin: 0 20px;*/
    margin: 0 7.5px;
    box-shadow: 0 0 20px -5px rgb(0 0 0/15%);
    border-radius: 15px;
    position: relative;
    padding: 0;
    background-color: #fff;
	border: none;
}
#product-single-tabs ul.tabs > li:first-child {
    margin-right: 0;
}
#product-single-tabs ul.tabs li:last-child {
    margin-left: 0;
}
#product-single-tabs ul.tabs > li > a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px;
    position: relative;
}
#product-single-tabs ul.tabs li.active a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: -30px;
}
#product-single-tabs ul.tabs li.active:not(:last-child)::before,
#product-single-tabs ul.tabs li.active:not(:first-child)::after {
    position: absolute;
    bottom: -15px;
    content: '';
    width: 20px;
    height: 20px;
    box-shadow: none;
}
#product-single-tabs ul.tabs li.active:not(:last-child)::before {
    left: -20px;
    right: auto;
    background: radial-gradient(circle at top left,transparent 70%,white 50%);
}
#product-single-tabs ul.tabs li.active:not(:first-child)::after {
    right: -20px;
    left: auto;
    background: radial-gradient(circle at top right,transparent 70%,white 50%);
}
/*-------------------------------*/
#product-single-tabs .woocommerce-Tabs-panel {
    display: none;
    padding: 20px;
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.15);
    border-radius: 20px;
    background-color: #fff;
	border: none;
	line-height: 40px;
	text-align: justify;
}
#product-single-tabs .woocommerce-Tabs-panel img {
	margin: auto;
    align-self: center;
    display: flex;
}
/*-------------------------------*/
#tab-additional_information > h2 {
    display: none !important;
}
#tab-additional_information table {
    width: calc(100% + 10px) !important;
    margin: -5px;
    border-spacing: 5px !important;
    border-collapse: inherit;
    border: none;
}
#tab-additional_information table tr {
    background-color: rgba(0,0,0,0) !important;
}
#tab-additional_information table th {
    background-color: #eee;
    padding: 10px 20px;
    line-height: 1.5em;
    border-radius: 10px;
    min-width: 150px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    border: none;
}
#tab-additional_information table td {
    width: 100%;
    border: none;
    padding-right: 10px;
}
#tab-additional_information table td,
#tab-additional_information table td * {
    font-size: 15px;
    font-style: normal;
    background-color: rgba(0,0,0,0);
}

@media only screen and (max-width: 767px) {
    #product-single-tabs .woocommerce-Tabs-panel {
		line-height: 30px;
    }
}

/*============SINGLE PRODUCT - DESCRIPTION============*/
#product-single-tabs #tab-description {
    text-align: justify !important;
}
#product-single-tabs #tab-description * {
    font-weight: 400 !important;
    color: var(--e-global-color-text) !important;
    line-height: 1.7em !important;
    font-size: 15px !important;
}
#product-single-tabs #tab-description h1,
#product-single-tabs #tab-description h1 * {
    font-size: 21px !important;
    font-weight: bold !important;
}
#product-single-tabs #tab-description h2,
#product-single-tabs #tab-description h2 * {
    font-size: 20px !important;
    font-weight: bold !important;
}
#product-single-tabs #tab-description h3,
#product-single-tabs #tab-description h3 * {
    font-size: 19px !important;
    font-weight: bold !important;
}
#product-single-tabs #tab-description h4,
#product-single-tabs #tab-description h4 * {
    font-size: 18px !important;
    font-weight: bold !important;
}
#product-single-tabs #tab-description h5,
#product-single-tabs #tab-description h5 * {
    font-size: 17px !important;
    font-weight: bold !important;
}
#product-single-tabs #tab-description h6,
#product-single-tabs #tab-description h6 * {
    font-size: 16px !important;
    font-weight: bold !important;
}

