/*
Theme Name: Solub
Theme URI: https://themepure.net/wp/solub
Author: ThemePure
Author URI: https://themepure.net
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solub
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.tp-footer-col-1.widget_custom_html {
  margin-bottom: 10px;
}
.tp-postbox-meta span img {
  height: auto;
  border-radius: 30px;
}
.tp-recent-post-thumb {
  width: 90px;
  height: 90px;
}
.tagcloud a {
  font-size: 14px !important;
}
.postbox-comment ul li .children {
  margin-left: 70px;
  margin-top: 40px;
}

.comment-form-cookies-consent {
  margin-bottom: 20px;
}
.logged-in-as {
  margin-bottom: 20px;
}
.logged-in-as a {
  color: var(--tp-theme-primary);
  text-decoration: underline;
}
.comment-reply-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -1.08px;
  color: var(--tp-heading-primary);
}
.tp-blog-item-tags a {
  margin-bottom: 5px;
}
body .tp-step-item-thumb img {
  border-radius: 50%;
  border: 15px solid #ebf3ed;
}

.added_to_cart {
  font-size: 18px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 8px 30px;
}

.tp-product-add-cart-btn-large.added {
  display: none;
}

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  float: none;
  width: auto;
}

.woocommerce .star-rating span {
  color: #ffb21d;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
}

button.tp-product-details-add-to-cart-btn.w-100.single_add_to_cart_button.buttons.alt.disabled.wc-variation-selection-needed {
  cursor: not-allowed;
  opacity: 0.5;
}

.commentlist {
  padding-left: 0;
  list-style: none;
}

.commentlist li {
  margin-bottom: 30px;
}

.woocommerce .star-rating {
  float: none;
  font-size: 12px;
}

.woocommerce #reviews h3 {
  margin-bottom: 30px;
}

strong.woocommerce-review__author {
  display: block;
}

span.woocommerce-review__dash {
  display: none;
}

#review_form input,
#review_form textarea {
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  height: 60px;
  background-color: #ebf3ed;
  border: 1.5px solid #ebf3ed;
  color: var(--tp-common-black);
  letter-spacing: 0.02em;
}

p.comment-form-author {
  width: 50%;
  float: left;
}

p.comment-form-email {
  width: 50%;
  float: right;
  padding-left: 10px;
}

p.comment-form-cookies-consent {
  clear: both;
}

input#wp-comment-cookies-consent {
  height: auto;
}

.woocommerce #review_form #respond .form-submit input {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
  padding: 18px 40px 18px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-heading);
  background-color: var(--tp-theme-primary);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.woocommerce ul.order_details {
  padding: 30px;
  border: 2px dashed green;
}

nav.woocommerce-MyAccount-navigation li {
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #ddd;
  padding: 5px 8px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}