input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100% !important;
}

.flex-viewport {
    text-align: center;
    position: relative;
    border: none;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    cursor: move;
}

.single-add-to-cart-wrapper {
    display: flex;
    gap: 8px;
}

.quantity.edhub-cart {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto;
}

.quantity.edhub-cart .input-text.qty.text {
    text-align: center;
    height: 50px;
    width: 50px;
    display: block;
    outline: none;
    font-size: 16px;
    border-radius: 0;
    color: var(--color_text_body);
    border: 1px solid #d3d3d3;
    margin: 0 5px;
}

.quantity.edhub-cart .input-group-btn {
    display: inline-grid;
}

.quantity.edhub-cart .quantity-btn {
    padding: 2px 15px;
    font-size: 10px;
    color: #444444;
    background-color: transparent;
    background-image: none;
    outline: none;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
}

.woocommerce div.product form.cart .button.alt {
    border: 1px solid #0071dc;
    background-color: #0071dc;
    padding: 12px 25px;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 0px;
}

.woocommerce div.product form.cart .button.alt:hover {
    background-color: transparent;
    border: 1px solid #d3d3d3;
    color: #000000;
}

.product-details-page .woocommerce-message{
    margin-top: 50px;
}

.woocommerce div.product .content-single-wrapper .product_title {
    color: var(--color_text_heading);
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}

.woocommerce .content-single-wrapper .woocommerce-product-rating .star-rating {
    margin-bottom: 10px;
    color: #f5c415;
    font-size: 13px;
    margin-top: 9px;
}

.content-single-wrapper .woocommerce-review-link {
    color: #8d8d8d;
    font-size: 13px;
}

.woocommerce div.product .content-single-wrapper .woocommerce-product-rating {
    margin-bottom: 10px;
}

.woocommerce div.product .content-single-wrapper p.price {
    color: var(--color_primary);
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 8px;
}

.product .content-single-wrapper .item-label {
    color: #1e1e1d;
    font-size: 15px;
    font-weight: 600;
    padding-right: 5px;
    line-height: inherit;
    margin-bottom: 5px;
}

.product .content-single-wrapper .product-single-category a {
    color: #7e7e7e;
    font-weight: 500;
    font-size: 15px;
    line-height: inherit;
}

.product .content-single-wrapper .item-social {
    gap: 10px;
    margin-left: 5px;
}

.product .content-single-wrapper .item-social a {
    color: #515151;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: center;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-width: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
}

.woocommerce div.product .comment-respond .form-control {
    border: 1px solid #dcdcdc;
    font-size: 14px;
}

.woocommerce #review_form #respond .form-submit input {
    width: 100%;
    padding: 15px 30px;
    background-color: #0071dc;
    color: #ffffff;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    font-weight: 500;
}

.woocommerce #reviews #comment {
    height: 170px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--font_family_heading);
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    color: #6b6b6b;
    font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel h3.title {
    font-size: 18px;
    font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs .list-info-style-1 li {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.woocommerce div.product .woocommerce-tabs .list-info-style-1 li:before {
    position: absolute;
    z-index: 1;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #000000;
    top: 8px;
    left: 0;
}

.woocommerce div.product .woocommerce-tabs .list-info-style-1 {
    margin-bottom: 30px;
}

.woocommerce-Reviews-title,
#review_form_wrapper .comment-reply-title {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #0071dc;
}

.woocommerce-Reviews .commentlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.woocommerce-Reviews .comment_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.woocommerce-Reviews .comment-text {
    padding-left: 20px;
}

.woocommerce-Reviews .wc-review-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.woocommerce .star-rating {
    font-size: 15px;
}

.woocommerce .star-rating span::before {
    color: #ffab00;
}

.woocommerce-Reviews .wc-review-author .author {
    font-size: 18px;
    line-height: 1.3;
    color: #111111;
    font-weight: 500;
    margin: 3px 0 0;
}

.rtwpvg-thumbnail-image {
    border: 1px solid #e1e1e1;
    padding: 20px;
    display: block;
}

.rtwpvg-thumbnail-image.current-thumbnail {
    border: 1px solid #ffffff;
    box-shadow: 0 0 32px 0 #b5b5b5;
}

.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper {
    overflow: inherit;
}

.rtwpvg-wrapper
.rtwpvg-thumbnail-wrapper
.rtwpvg-thumbnail-slider
.rtwpvg-thumbnail-image {
    opacity: 1 !important;
}

.rtwpvg-images {
    width: 100%;
}

.rtwpvg-wrapper .rtwpvg-slider img {
    width: 100%;
    max-width: 100%;
}

.rtwpvg-images .rtwpvg-slider-wrapper .slick-list.draggable {
    text-align: center;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    cursor: move;
}

.rtwpvg-slider-wrapper .slick-slide {
    margin-left: 0;
    margin-right: 0;
}

.shop-box-style-1 .action-items li span.wishlist-label,
.shop-box-style-1 .action-items li span.compare-label {
    display: none;
}

.wistlist-compare-box {
    display: flex;
    gap: 15px;
    margin-bottom: 7px;
}

.wistlist-compare-box a {
    color: black;
}

.wistlist-compare-box i {
    padding-right: 8px;
    color: #515151;
}

.content-single-wrapper .woocommerce-product-details__short-description {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.related.products {
    margin-top: 50px;
}

.related.products h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.woocommerce-cart-form__cart-item.cart_item .quantity.edhub-cart {
    justify-content: center;
}

.wishlist-title-container {
    display: none;
}

.woocommerce-cart-form__contents,
.cart_totals {
    font-family: var(--font_family_heading);
}

.woocommerce table.shop_table tbody tr .coupon #coupon_code {
    margin: 0;
    padding: 5px 15px;
    width: 250px !important;
    font-size: 16px;
    line-height: 1.3;
    height: 50px;
}

.woocommerce button.button,
.woocommerce .cart button.button {
    height: 50px;
    border-radius: 0px;
    background: #0071dc;
    color: white;
    font-size: 14px;
}

.woocommerce button.button{
    height: 48px;
}

.woocommerce .cart button.button:disabled {
    color: white;
}

.cart_totals h2 {
    font-size: 22px;
    margin-bottom: 19px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #0071dc;
    border-radius: 0px;
}

.wishlist-items-wrapper .product-thumbnail img {
    width: 100px;
    height: 100px !important;
    object-fit: cover;
}

.wishlist-items-wrapper .button.yith-wcqv-button {
    display: none;
}

.wishlist_table thead {
    font-family: var(--font_family_heading);
}

.wishlist_table a {
    color: black;
}


#yith-quick-view-close {
    border: none;
    border-radius: 4px;
    background: var(--color_primary);
    color: #fff;
    width: 26px;
    height: 26px;
    top: 10px;
    right: 10px;
    line-height: 26px;
    z-index: 2;
    opacity: 1;
}

.woocommerce .woocommerce-checkout .form-row {
    padding: 4px;
    margin: 0 0 20px;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper {
    width: 100%;
    height: 40px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}

.woocommerce form.checkout_coupon input.input-text,
.woocommerce-billing-fields span.woocommerce-input-wrapper input {
    height: 48px;
    padding: 10px 18px;
    border-radius: 4px;
}

.woocommerce
.woocommerce-checkout
.select2-container--default
.select2-selection--single {
    border: 1px solid #ebebeb;
}

.woocommerce-billing-fields
.select2-container
.select2-selection--single
.select2-selection__rendered,
.woocommerce-billing-fields .select2-container .select2-selection--single {
    height: 48px;
    border-radius: 4px;
    line-height: 48px;
    padding-left: 9px;
    padding-right: 9px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px !important;
    right: 1px;
    width: 20px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none;
    padding: 10px;
    border-radius: 4px;
}

.woocommerce-additional-fields span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-message{
    border-top-color: #0071dc;
}

.woocommerce-message::before{
    color: #0071dc;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
    background-color: #0071dc;
    font-weight: 500;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
    background-color: #0071dc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #818284 !important;
}

.shop-box-style-1 .content-box .price ins{
    background-color: transparent;
}

.shop-box-style-1 .content-box .price del {
    color: #7e7e7e;
}

#yith-quick-view-close:hover{
    color: #fff!important;
}

.woocommerce-info {
    border-top-color: #0071dc;
}

.woocommerce-info::before{
    color: #0071dc;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
    text-align: center;
    border-radius: 4px;
    margin-right: 11px;
    width: 23.5%;
    transition: all ease 0.31s;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
    margin-right: 0;
}

.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    width: 49%;
}

.woocommerce .product-details-page table.group_table td > label > a {
    color: var(--color_text_heading);
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font_family_heading);
}

.woocommerce .product-details-page table.group_table td > label > a:hover{
    color: var(--color_primary);
}

.woocommerce .product-details-page table.group_table td span.amount {
    color: var(--color_primary);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font_family_body);
}

.woocommerce span.onsale{
    padding: 0;
    background-color: #0071dc;
    font-weight: 500;
}

.woocommerce .product-details-page table.group_table td del span.amount {
    color: #7e7e7e;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    font-weight: 500;
    left: auto;
    color: #fff;
    background-color: #0071dc;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    color: #fff;
    background-color: #0071dc;
}