/*Single - Product*/

.show-quick-view .woocommerce .star-rating span {
    overflow: hidden !important;
    float: left !important;
    top: 0 !important;
    left: 0 !important;
    position: absolute;
    padding-top: 1.5em !important;
    font-size: inherit !important;
}

.entry-image,
.single-product.woocommerce #content .product .entry-image {
    float: left;
    width: 41%;
    position: relative;
    overflow: hidden;
}

.images,
.single-product.woocommerce #content .product .images {
    float: left;
    width: 100%;
    text-align: center;
}

.single-product.woocommerce #content .product .no-slide-img {}

.slider {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.thumbnail-slider {
    float: left;
    width: 100%;
    position: relative;
}

.slider,
.single-product.woocommerce #content .product .slider {
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    padding: 1px;
}

.slider .item,
.single-product.woocommerce #content .product .slider .item {
    display: flex;
    justify-content: center;
}

.single-product.woocommerce #content .product .slider .item img {
    max-height: 380px;
    min-height: 380px;
    object-fit: cover;
}

.single-product.woocommerce #content .product .no-slide-img img {
    max-height: 380px;
    min-height: 380px;
    object-fit: contain;
}

.thumbnail-slider .item,
.single-product.woocommerce #content .product .thumbnail-slider .item {
    display: inline-block;
    cursor: pointer;
}

.thumbnail-slider .item img,
.single-product.woocommerce #content .product .thumbnail-slider .item img {
    border: 1px solid #eaeaea;
    width: 99%;
    margin: auto;
}

.thumbnail-slider .owl-item.current .item img,
.thumbnail-slider .item img:hover,
.single-product.woocommerce #content .product .thumbnail-slider .owl-item.current .item img,
.single-product.woocommerce #content .product .thumbnail-slider .item img:hover {
    border: 1px solid #4c4c4c;
}

.thumbnail-slider .owl-nav,
.single-product.woocommerce #content .product .thumbnail-slider .owl-nav {}

.thumbnail-slider .owl-nav [class*='owl-'],
.single-product.woocommerce #content .product .thumbnail-slider .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: #111;
    font-size: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.thumbnail-slider .owl-nav [class*='owl-']:hover,
.single-product.woocommerce #content .product .thumbnail-slider .owl-nav [class*='owl-']:hover {
    background: #f97242;
    color: #FFFFFF;
    border-color: #f97242;
}

.thumbnail-slider .owl-nav .owl-next.disabled,
.single-product.woocommerce #content .product .thumbnail-slider .owl-nav .owl-prev.disabled {}

.thumbnail-slider {
    width: 80% !important;
    margin: 0 10%;
}

.thumbnail-slider .owl-nav .owl-next,
.single-product.woocommerce #content .product .thumbnail-slider .owl-nav .owl-next {
    right: -12%;
    opacity: 1;
}

.thumbnail-slider .owl-nav .owl-prev,
.single-product.woocommerce #content .product .thumbnail-slider .owl-nav .owl-prev {
    left: -12%;
    opacity: 1;
}

.mini_cart_item .quantity .plus,
.mini_cart_item .quantity .minus {
    display: none;
}

.entry-summary,
.single-product.woocommerce #content .product .summary {
    float: right;
    width: 56.5%;
}

.entry-summary [class*='product'] {
    float: left;
    width: 100%;
}

.woocommerce .entry-image .onsale,
.woocommerce .product-box .onsale,
.single-product.woocommerce #content .product .entry-image .onsale {
    position: absolute;
    min-height: initial;
    min-width: initial;
    display: block;
    background: #f97242;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    right: 20px;
    left: auto;
    line-height: 20px;
    min-height: auto;
    min-width: auto;
    padding: 2px 10px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 20px;
    z-index: 9;
    border-radius: 0;
}

.product_title h2.title,
.single-product.woocommerce .product .product_title h2.title {
    color: #000;
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    font-size: 24px;
}

.product_meta,
.block-content .product .product_meta,
.single-product.woocommerce .block-content .product .product_meta {
    border: none;
    padding: 0;
    margin: 0;
}

.show-quick-view .product_meta>span,
.single-product.woocommerce .product .product_meta>span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #777;
}

.show-quick-view .product_excerpt,
.show-quick-view .product_meta>span {
    font-size: 14px;
    max-height: 130px;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
}

.show-quick-view .product_meta a,
.product_meta a,
.single-product.woocommerce .product .product_meta a {
    color: #f97242;
}

.show-quick-view .product_meta a:hover,
.product_meta a:hover,
.single-product.woocommerce .product .product_meta>span a:hover {
    text-decoration: underline;
}

.product_meta .sku_wrapper,
.single-product.woocommerce .product .product_meta .sku_wrapper {
    display: block;
    color: #b3b2b2;
}

.stock_meta {
    line-height: 30px;
    font-weight: 400;
    color: #72c13d;
}

body .product .stock_meta span.stock {
    color: #38bb1e;
}

.stock_meta span:nth-child(even) {
    text-transform: capitalize;
}

.product_rating_sharing,
.single-product.woocommerce .product .product_rating_sharing {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}

.woocommerce .product_box .star-rating,
.product_box .star-rating {}

.single-product.woocommerce .product .product_rating_sharing .product_sharing {}

.social-sharing ul {
    margin-bottom: 0px;
}

.social-sharing ul.social li {
    display: inline-block;
}

.social-sharing ul.social li a {
    float: left;
    width: 26px;
    color: #666666;
    font-size: 14px;
}

.social li a.share-facebook:hover {
    color: #3b5999;
}

.social li a.share-twitter:hover {
    color: #55acee;
}

.social li a.share-pinterest:hover {
    color: #bd081c;
}

.social li a.share-google:hover {
    color: #E04B34;
}

.single-product.woocommerce .product .product_rating_sharing .product_rating {}

.woocommerce .star-rating,
.woocommerce .star-rating:before {
    color: #FFD205 !important;
}

.single-product.woocommerce .product .product_excerpt,
.single-product.woocommerce .product .summary div[itemprop="description"] {
    float: left;
    width: 100%;
}

.single-product.woocommerce .product .summary div[itemprop="description"] {
    font-size: 16px;
    color: #787878;
    font-family: Roboto;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}

.single-product.woocommerce .product .summary div[itemprop="description"] ul {
    margin: initial;
    padding: initial;
    list-style: initial;
}

.single-product.woocommerce .product .summary div[itemprop="description"] ul li {
    margin: initial;
    padding: initial;
    list-style: initial;
    display: list-item;
}

.single-product.woocommerce .product .product_price {
    display: inline-block;
}

.show-quick-view .product_price .price,
.single-product.woocommerce .product .product_price .price {
    font-family: Roboto;
    font-size: 28px;
    color: #f97242;
    margin-bottom: 0px;
    font-weight: 500;
}

.show-quick-view .product_price del,
.single-product.woocommerce .product .product_price del {
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
    font-size: 16px;
    opacity: 1;
    color: #666;
    font-weight: 400;
    font-family: Roboto;
}

.show-quick-view .product_price del span,
.single-product.woocommerce .product .product_price del span {
    text-decoration: line-through;
}

.show-quick-view .product_price ins,
.single-product.woocommerce .product .product_price ins {
    text-decoration: none;
    float: left;
}

.single-product.woocommerce .product {
    float: left;
    width: 100%;
    padding: 30px 0px;
    background: #FFFFFF;
}

.product_atc {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.product_atc .stock,
.single-product.woocommerce .product .product_atc .stock {
    display: none;
}

.product_atc form.cart,
.single-product.woocommerce .product .product_atc form.cart {
    display: block;
    margin-bottom: 0px;
}

.single-product.woocommerce .product .quantity_title {
    display: block;
}

.quantity_title {
    display: none;
    float: left;
    margin-right: 10px;
    font-weight: 700;
    line-height: 30px;
    min-width: 60px;
}

.show-quick-view .woocommerce .quantity-wrapper,
.woocommerce-cart .woocommerce .quantity-wrapper {
    padding: 0;
    border: none;
    margin-bottom: 0px;
}

.show-quick-view .woocommerce td.product-quantity,
.woocommerce-cart .woocommerce td.product-quantity {
    min-width: 150px;
}


/*form .quantity input[type=number],
.woocommerce #content div.product form.cart .quantity input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

form .quantity input[type=number]::-webkit-inner-spin-button,
form .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce #content div.product form.cart .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce #content div.product form.cart .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
*/

form div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce .quantity {
    float: left;
    position: relative;
    max-width: 80px;
    overflow: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.woocommerce .product_atc form .quantity .qty,
.woocommerce .product-quantity .quantity .qty,
.woocommerce .quantity .qty {
    display: block;
    background: #FFF;
    font-size: 12px;
    width: 80px;
    height: 40px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #ebebeb;
    font-size: 16px;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
    cursor: pointer;
    position: absolute;
    display: block;
    height: 20px;
    width: 40px;
    border: 0 none;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.woocommerce .quantity .plus {
    top: 0px;
    right: 0;
    width: 20px;
    height: 36px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
}

.woocommerce .quantity .minus {
    top: 1px;
    left: 0;
    border: 1px solid #e5e5e5;
    border-top: none;
    width: 20px;
    height: 35px;
    line-height: 30px;
}

.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover {
    background-color: #e5e5e5;
    color: #000;
}

.woocommerce .quantity .qty:focus,
.woocommerce .quantity .plus:focus,
.woocommerce .quantity .minus:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.quantity-wrapper,
.single-product.woocommerce .product .quantity-wrapper {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}

.product_atc form.cart .single_add_to_cart_button,
.single-product.woocommerce .product .product_atc form.cart .single_add_to_cart_button {
    display: block;
    border: none;
    outline: none;
    border-radius: 0;
    float: left;
    width: auto;
    margin: 0;
    padding: 0px 30px;
    background: #eee!important;
    color: #000!important;
    margin-left: 15px;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product_atc form.cart .single_add_to_cart_button:focus,
.product_atc form.cart .single_add_to_cart_button:hover,
.single-product.woocommerce .product .product_atc form.cart .single_add_to_cart_button:focus,
.single-product.woocommerce .product .product_atc form.cart .single_add_to_cart_button:hover {
    background: #f97242 !important;
    color: #FFFFFF!important;
}

.woocommerce .full-content div.product .woocommerce-product-rating {
    margin-bottom: 0px;
}

.woocommerce .full-content .woocommerce-product-rating .star-rating:before,
.woocommerce .full-content .woocommerce-product-rating .star-rating {
    color: #ffd205;
}

.woocommerce .full-content .star-rating span {
    top: 0;
    left: 0;
    font-size: inherit;
}


/*Tabs*/

.single-product.woocommerce .full-content div.product .woocommerce-tabs {
    clear: both;
    margin-top: 20px;
    padding: 0px;
    float: left;
    width: 100%;
}

.single-product.woocommerce .full-content div.product .woocommerce-tabs ul.tabs {
    float: left;
    width: 100%;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.single-product.woocommerce .full-content div.product .woocommerce-tabs ul.tabs:before,
.single-product.woocommerce .full-content div.product .woocommerce-tabs ul.tabs:after {
    display: none !important;
}

.single-product.woocommerce .full-content div.product .woocommerce-tabs ul.tabs li:before,
.single-product.woocommerce .full-content div.product .woocommerce-tabs ul.tabs li:after {
    display: none !important;
}

.single-product.woocommerce .full-content div.product .woocommerce-tabs ul.tabs li {
    float: left;
    margin: 0;
    margin-right: 0;
    list-style-type: none;
    padding: 0;
    border: 0;
    background: none;
    border-radius: 0;
}

.single-product.woocommerce .full-content div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    background: #fff;
    position: relative;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 16px;
    transition: none;
}

.single-product.woocommerce .full-content div.product .woocommerce-tabs ul.tabs li a:hover {}

.single-product.woocommerce .full-content div.product .woocommerce-tabs ul.tabs li:hover,
.single-product.woocommerce .full-content div.product .woocommerce-tabs ul.tabs li.active {}

.single-product.woocommerce .full-content div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
    border: 1px solid #e4e4e4;
    border-bottom: none;
}

.single-product.woocommerce .full-content div.product .woocommerce-tabs .panel {
    clear: none !important;
    background: transparent;
    margin: 0;
    float: left;
    width: 100%;
    padding: 25px;
    border: 1px solid #e4e4e4;
    margin-top: -1px;
}

.single-product.woocommerce .full-content div.product .woocommerce-tabs .panel>h2 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #090909;
}

section.related.products {
    float: left;
    width: 100%;
    overflow: hidden;
}


/* 
.single-product.woocommerce .full-content .related ul.products li.product {
    width: 100%;
    margin-right: 0px;
    float: left;
}


.single-product.woocommerce .full-content .related ul.products {
    display: block;
    overflow: hidden;
    max-width: 100%;
    float: left;
    width: 100%;
    flex-wrap: unset;
} */

form.cart .variations,
.single-product.woocommerce .full-content div.product form.cart .variations {
    margin-bottom: 10px;
}

form.cart .variations tr,
.single-product.woocommerce .full-content div.product form.cart .variations tr {
    display: inline-block;
    width: 50%;
    position: relative;
    padding-right: 15px;
}

form.cart .variations td,
.single-product.woocommerce .full-content div.product form.cart .variations td {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

form.cart .variations td.value,
.single-product.woocommerce .full-content div.product form.cart .variations td.value {}

form.cart .variations select,
.single-product.woocommerce .full-content div.product form.cart .variations select {
    font-family: Raleway, sans-serif;
    width: 100%;
    float: left;
    position: relative;
    outline: 0;
    height: 33px;
    font-size: 14px;
    color: #777;
    background-color: #fff;
    border: none;
    font-weight: 500;
    border: 1px solid #ccc;
    padding: 0;
}

.show-quick-view .reset_variations {
    display: none;
}

.single-product.woocommerce .full-content div.product form.cart .reset_variations {
    position: absolute;
    right: 15px;
}


/*Comment - Review FROM*/


/*Review*/

.single-product.woocommerce .full-content #reviews {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-product.woocommerce .full-content #comments {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-right: 15px;
}

.single-product.woocommerce .full-content #review_form_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
}

.single-product.woocommerce .full-content #reviews #comments>h2 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #090909;
}

.woocommerce .full-content #reviews #comments ol.commentlist li {
    float: left;
    width: 100%;
    list-style: none;
    display: inline-block;
}

#commentform .woocommerce .full-content .star-rating:before,
#commentform .woocommerce .full-content .star-rating {
    color: #FFD205;
}

#commentform .woocommerce #full-container #reviews #comments ol.commentlist {
    margin: 0 0 25px;
    padding: 0;
}

.woocommerce #full-container #reviews #comments ol.commentlist li img.avatar {
    margin: 0;
    box-shadow: none;
    background: none;
    border: none;
    padding: 0;
    width: 60px;
}

.woocommerce #full-container #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-left: 80px;
    position: relative;
}

.woocommerce #full-container div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text:before {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    content: '';
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.woocommerce #full-container div.product .woocommerce-tabs #tab-reviews #reviews #comments .commentlist li .comment-text strong {
    text-transform: uppercase;
}

.woocommerce #full-container #reply-title.comment-reply-title {
    margin: 0 0 20px;
}


/*Comment Form*/

.single-product.woocommerce .full-content #respond.comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.woocommerce #full-container div.product .woocommerce-tabs #tab-reviews #reviews #review_form_wrapper .comment-form label {}

.woocommerce #full-container div.product .woocommerce-tabs #tab-reviews #reviews #review_form_wrapper .comment-form .stars a {
    border: none;
    color: #FFD205;
    line-height: 14px;
}

.woocommerce #full-container div.product #review_form #respond .comment-form-rating {
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce #full-container div.product #review_form #respond .comment-form-rating .stars {
    display: block;
}

.woocommerce #full-container div.product #review_form #respond .comment-form-comment {
    order: 6;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 27px;
}

.woocommerce #full-container div.product #review_form #respond .comment-form-author {
    order: 3;
    padding-right: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
}

.woocommerce #full-container div.product #review_form #respond .comment-form-email {
    order: 4;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
}

.woocommerce #full-container div.product #review_form #respond .form-submit {
    order: 7;
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce #full-container div.product #review_form #respond textarea {}

.woocommerce #full-container div.product #review_form #respond input {
    height: 34px;
    padding: 6px 12px;
    float: left;
    width: 100%;
    box-shadow: none;
    background: #f4f4f4;
    font-size: 14px;
}

.woocommerce #full-container div.product #review_form #respond textarea:focus,
.woocommerce #full-container div.product #review_form #respond input:focus {}

.woocommerce #full-container div.product #review_form #respond .form-submit #submit {
    float: right;
    outline: none;
    padding: 0 20px;
    height: 36px;
    width: auto;
    color: #ffffff;
    background: #eee;
    color: #000;
    font-weight: normal;
    border-radius: 0;
    font-weight: 500;
}

.woocommerce #full-container div.product #review_form #respond .form-submit #submit:hover {
    background: #f97242;
    color: #FFFFFF;
}

.woocommerce .full-content .related>h2 {
    position: relative;
    font-family: Roboto Condensed;
    font-size: 30px;
    background-color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0px 35px 0;
    padding: 20px 0;
    color: #000000;
}

.woocommerce .full-content .related>h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #42a2f3;
}

.woocommerce .full-content .related ul {
    margin: 20px 0;
}

.woocommerce .full-content .related ul.products li.product_box {
    float: left;
    width: 100%;
    margin: 0;
}

.related .products .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.related .products .owl-nav [class*='owl-'] i {
    height: 35px;
    line-height: 35px;
    width: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    color: #000000;
    font-size: 18px;
    opacity: 1;
    transform: initial;
}

.related .products .owl-nav [class*='owl-']:hover i {
    background: #f97242;
    color: #FFFFFF;
    border-color: #f97242;
}

.related .products .owl-nav .owl-prev {
    left: -50px;
    padding: 0px;
    background: transparent;
    transform: initial;
}

.related .products .owl-nav .owl-next {
    right: -50px;
    padding: 0px;
    background: transparent;
    transform: initial;
}

#quick-view .entry-image .images {
    width: 100%;
}


/**** Responsive settings ******/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 990px) {}

@media only screen and (max-width: 990px) {
    .product-box {
        width: 100%;
    }
    .single-product .sidebar {
        display: none;
    }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {}

@media only screen and (min-width: 768px) and (max-width: 799px) {}

@media only screen and (max-width: 768px) {
    .single-product.woocommerce .product .product_atc form.cart {}
    .single-product.woocommerce .product .product_atc form.cart .single_add_to_cart_button {
        float: none;
        display: inline-block;
    }
    .single-product.woocommerce #content .product .entry-image,
    .single-product.woocommerce #content .product .summary,
    .entry-image,
    .single-product.woocommerce #content .product .entry-image {
        width: 100%;
    }
    .single-product.woocommerce #content .product .entry-image {
        margin-bottom: 2vw;
    }
    .single-product.woocommerce #content .product .slider .item img {
        max-height: initial;
        min-height: initial;
    }
    .single-product-box {
        width: 100%;
    }
    .slider {
        padding-bottom: 20px;
    }
    .slider li.item {
        width: 100%;
        text-align: center;
    }
    .slider li.item a {
        width: 100%;
        text-align: center;
    }
    .single-product.woocommerce .full-content #comments {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px;
    }
    .single-product.woocommerce .full-content #review_form_wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .single-product.woocommerce #content .product .no-slide-img img {
        min-height: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {}

@media only screen and (max-width:480px) {
    .woocommerce .full-content div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
        margin-bottom: 10px;
    }
    .woocommerce .full-content .related>h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width:480px) and (max-width: 599px) {}

@media only screen and (min-width:320px) and (max-width: 479px) {}

@media screen and (max-width: 478px) {}