/*
Theme Name:           HOTsystem
Theme URI:            https://www.hotdesign.eu
Author:               HOTdesign
Author URI:           https://www.hotdesign.eu
Description:          Grafika pro web
Version:              2024/1
Requires at least:    6.4
Requires PHP:         8.1
WC requires at least: 8.3
Text Domain:          design
License:              https://www.hotdesign.eu
License URI:          https://www.hotdesign.eu
*/
 @import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,700,800,900');
 @import url('https://fonts.googleapis.com/css?family=Open Sans:100,200,300,400,700,800,900');
 .article-inner.has-shadow {
    background-color: #2b2b2b;
}
.product_meta>span {
    border-top: 1px dotted #000 !important;
}
.product-thumbnails img {
    opacity: 1 !important;
}
.custom-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}

.custom-product-tags .product-tag-link {
  display: inline-block;
  color: white;
  background-color: #333;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-size: 15px;
}

.custom-product-tags .product-tag-link:hover {
  background-color: #4ea315;
  color: #fff;
}
.select2-selection__rendered, #select2-billing_country-container, .selection, .select2-container {
    color: #000 !important;
}
.wcuCurrencySwitcherWidget {
  margin-bottom: 0px !important;
  width: 66px !important;
}
.chosen-container-single .chosen-single  {
    background-color: #000 !important;
    border-color: rgba(0, 0, 0, .05) !important;
    color: #fff !important;
    border-radius: 1px !important;
}
.gt_white_content {background-color: #404040 !important;color: #fff !important;}
.gt_white_content a {border-bottom: 0px solid #e7e7e7; !important;color: #fff !important;}
