/* 
Theme Name: artly

Theme URI: https://web-artistry.com/
Author: Web Artistry
Author URI: https: //web-artistry.com/
Description: This makes Artly an excellent choice for creative agencies, designers, digital agencies, freelancers, developers etc. It’s also well-suited for Digital agency companies, startups, blogs, magazines, portfolios, photographers, architects, artists, or any creative individuals. Whether you need a business website or a personal portfolio, Artly provides the versatility and style to meet your needs.
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artly
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news */


.tp-breadcrumb-title span {
    color: var(--tp-theme-color-2);
}

.tp-newsletter-box form {
    display: inherit;
}

.tp-newsletter-box form .mc4wp-form-fields {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.tp-postbox-content {
    padding-top: 50px;
    padding-bottom: 30px;
}

.tp-product-price del span {
    color: var(--tp-body-color);
    font-size: 14px;
}

.tp-product-price ins {
    text-decoration: none;
}

.added_to_cart.wc-forward {
    font-size: 18px;
    color: var(--tp-white);
    background-color: var(--tp-common-black);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    padding: 8px 30px;
    text-align: center;
}
.tp-product-add-cart-btn-large.added {
    display: none;
}
.tp-product-action-btn {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: var(--tp-white);
    border: 1px solid #DFE0E1;
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.1);
    margin-bottom: 4px;
    text-align: center;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}

/* .single-product .tp-shop-area{
    background-color: #EFF1F5;
} */

.woocommerce .star-rating span::before {
    color: #FFB21D;
}
.container-1230{
    max-width: 1230px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
    padding: 5px 5px 0px 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li .flex-active {
    border: 1px solid #0A0E19;
    transition: all 0.3s ease-in-out;
}

/* woocommerce single page review css */

.woocommerce .star-rating {
    float: none;
    font-size: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 0px 0px 0px 30px;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 25px 0px 0px 0px;
}

.woocommerce #reviews #comments h2 {
    clear: none;
    font-family: var(--tp-font-heading);
}
strong.woocommerce-review__author {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-top: 10px;
}
span.woocommerce-review__dash {
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
}
.woocommerce .review {
    margin-left: 50px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {

    width: 60px;
    height: 60px;
    background: transparent;
    border: none;
    margin: 0;
    box-shadow: none;
    border-radius: 100%;
}

/* Review form css */
.tp-product-details-tab-nav .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.tp-product-details-tab-nav .comment-form-email {
    width: 50%;
    float: left;
    padding-left: 15px;
}

.tp-product-details-tab-nav .comment-form-cookies-consent {
    clear: both;
}
.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background: var(--tp-theme-color);
    color: white;
    padding: 15px 40px;
    border-radius: 0px;
}
.woocommerce #review_form #respond .form-submit input:hover {
    left: auto;
    background: #FFE81D;
    color: black;
    padding: 15px 40px;
    border-radius: 0px;
}

section.related.products {
    padding-top: 50px;

}
section.related.products h2 {
    padding-bottom: 20px;
    text-align: center;
}

/* cart page css */

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    padding: 30px 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
}
.woocommerce table.shop_table {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
}