/*
Theme Name: RIZN Child
Theme URI: https://rizn.bg
Template: rizn
Text Domain: rizn
Author: RIZN
Author URI: http://rizn.bg
Description: RIZN Child Theme
Version: 1.0.0
*/

/* General */
html, body, p {
  color: #636378;
}

/* Buttons */
button, input[type="submit"], .btn {
  font-size: 15px;
  font-weight: 500;
  text-transform: none !important;
  text-shadow: none !important;
}
.btn.btn-style-link {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  color: #002259;
  border-bottom: 1px solid #002259;
}
.btn.btn-style-link:hover {
  color: #002259;
  border-bottom: 1px solid rgba(0, 34, 89, 0);
}

/* Header */
.wd-tools-element {
  --wd-header-el-color: #002259 !important;
  --wd-header-el-color-hover: rgba(0,34,89,.75) !important;
}
.whb-general-header .wd-tools-element .wd-tools-icon:before {
  font-size: 24px;
}
.whb-general-header .wd-tools-element .wd-tools-icon {

}
.whb-general-header .wd-tools-element .wd-custom-icon {
  width: 30px;
  max-width: 30px !important;
}
header .wd-info-box :is(.info-box-subtitle,.info-box-title) {
  margin-bottom: 0;
}
.wd-heading>a {
  color: var(--e-global-color-e17fe68 );
}

/* Sticky Nav */
.wd-header-sticky-nav {
  background: #fff !important;
  border-radius: 99px;
}
.wd-header-sticky-nav a {
  padding: 0 20px 0 4px !important;
}
.whb-header-bottom .wd-tools-element>a {
  height: 48px;
}
.wd-sticky-nav .wd-nav li {
  margin-bottom: -5px;
}
.wd-nav.wd-style-bg>li>a {
  color: #002259 !important;
  padding: 0 20px;
}
.wd-nav.wd-style-bg>li>a:before {
  background: #fff;
}
.wd-nav.wd-style-bg>li:hover>a:before {
  opacity: .5;
}
.wd-nav-sticky>li {
  height: 56px !important;
}
body .wd-nav-sticky>li>a .wd-nav-img {
  width: 22px !important;
  height: 22px !important;
}
.wd-sticky-nav-title span,
.wd-nav-sticky>li>a .nav-link-text {
  font-size: 18px !important;
  font-weight: 400 !important;
  white-space: nowrap;
}
.wd-nav-vertical>li.menu-item-has-children>a:after {
  display: none;
}
.wd-nav-vertical>li>a {
  color: #002259 !important;
}

/* Menu Mobile */
.wd-nav-mobile {
  padding-bottom: 40px;
}
.menu-item a {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: none !important;
}
.menu-button a {
  justify-content: center;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  color: #fff !important;
  background: #002259;
  border: none !important;
  border-radius: 7px;
  margin: 30px 20px 20px 20px;
}
.sec-link a {
  min-height: 32px !important;
  font-size: 14px !important;
  border: none !important;
  padding: 5px 20px;
}
.sec-sep a {
  font-size: 0 !important;
  min-height: 0 !important;
  border: none !important;
  margin-bottom: 20px;
  padding: 0;
}
.wd-nav-mobile li a,
.mobile-nav .wd-nav-opener {
  color: var(--e-global-color-e17fe68 ) !important;
  border: none !important;
}
.wd-nav-mobile li.menu-button a {
  color: #fff !important;
}
.wd-nav-mobile li:active>a, .wd-nav-mobile li.opener-page>a {
  background: none !important;
}
.mobile-nav .wd-nav-opener.wd-active {
  color: var(--e-global-color-e17fe68 ) !important;
  background: none !important;
}
.mobile-nav .wd-sub-menu {
  border-left: 1px solid var(--e-global-color-cc76c8c );
  margin: 0 0 10px 20px;
}
.mobile-nav .sub-sub-menu {
  border-left: 1px solid var(--e-global-color-cc76c8c );
  margin: 0 0 10px 20px;
}
.mobile-nav .wd-sub-menu .menu-item a {
  font-size: 14px !important;
  color: #636378 !important;
  min-height: 40px !important;
}
.mobile-nav .wd-nav-opener:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('/wp-content/uploads/2023/09/icon-plus-dark.svg');
  background-size: 20px 20px;
}
.mobile-nav .sub-sub-menu .wd-nav-opener:after {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.mobile-nav .wd-nav-opener.wd-active:after {
  content: '';
  width: 20px;
  height: 20px;
  transform: none;
  background: url('/wp-content/uploads/2023/09/icon-minus-dark.svg');
  background-size: 20px 20px;
}

/* Sticky Nav Extra Menu List */
.wd-dropdown-menu.wd-scroll>.wd-scroll-content {
  width: 280px;
}
.wd-nav-sticky .wd-sub-menu .item-label-primary a {
  font-size: 16px;
  font-weight: 500 !important;
  text-transform: none !important;
  color: #002259;
}
.wd-nav-sticky .sub-sub-menu .item-label-primary a {
  font-size: 14px;
  color: #636378;
}
.wd-nav-sticky .sub-sub-menu {
  display: flex;
  flex-direction: column;
}
.wd-nav-sticky .sub-sub-menu li {
  border-left: 1px solid #E4E4E4;
  padding-left: 20px;
}
.wd-nav-sticky .sub-sub-menu li:only-child {
  display: block;
  height: 10px;
  overflow: hidden;
  border: none;
}
.wd-nav-sticky .sub-sub-menu li>a {
  margin: 5px 0;
}

/* Extra Menu List */
.wd-sub-menu li>a {
  font-size: 15px;
  color: #636378;
}
.wd-sub-menu li>a:hover {
  color: #002259;
}

/* Side Panels */
.mobile-nav .wd-heading::before {
  content: 'Меню';
  position: absolute;
  left: 20px;
  font-family: var(--wd-title-font);
  font-size: 130%;
  font-weight: var(--wd-title-font-weight);
  color: var(--wd-title-color);
}
.elementor-element-a28f52c .wd-heading::before {
  content: 'Филтри';
  position: absolute;
  left: 10px;
  font-family: var(--wd-title-font);
  font-size: 130%;
  font-weight: var(--wd-title-font-weight);
  color: var(--wd-title-color);
}
.close-side-widget a {
  font-size: 0;
}
.close-side-widget a::before {
  font-size: 20px !important;
}

/* Social Icons */
.icons-design-colored-alt .wd-social-icon {
  color: #fff !important;
}
.icons-design-colored-alt .wd-social-icon .wd-icon:before {
  color: #636378;
}
.icons-design-colored-alt .wd-social-icon:hover {
  background: #002259 !important;
}
.icons-design-colored-alt .wd-social-icon:hover .wd-icon:before {
  color: #fff !important;
}

/* Image Box */
.elementor-image-box-content {
  padding: 0 15px;
}

/* Testimonials */
.elementor-testimonial--skin-bubble .elementor-testimonial__content {
  border-radius: 8px;
  padding: 40px 20px !important;
}

/* Elementor Accordion */
.elementor-accordion {
  border: 1px solid var(--e-global-color-cc76c8c );
  border-radius: 10px;
  overflow: hidden;
}
.elementor-accordion .elementor-accordion-item {
  border: none !important;
  border-top: 1px solid var(--e-global-color-cc76c8c ) !important;
}
.elementor-accordion .elementor-accordion-item:first-child {
  border-top: none !important;
}

/* Widgets */
.widget-title {
  font-family: 'Nunito', sans-serif !important;
  font-size: 20px;
  font-weight: 600 !important;
  text-transform: none;
}
.widget_product_categories .product-categories li a,
.wd-swatch+.wd-filter-lable {
  font-size: 15px;
}

/* Breadcrumb */
.woocommerce-breadcrumb a, .yoast-breadcrumb a,
.woocommerce-breadcrumb .breadcrumb-last, .yoast-breadcrumb .breadcrumb_last {
  font-weight: 300;
  color: #9393A9;
}
.breadcrumbs span, .breadcrumbs a {
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  color: #9393A9;
}

/* Portfolio Entity */
.portfolio-text-shown .entry-header {
  box-shadow: none !important;
  border: 1px solid var(--brdcolor-gray-300);
}
.portfolio-text-shown .portfolio-thumbnail:after,
.portfolio-entry .wd-portfolio-btns {
  display: none;
}
.portfolio-entry .wd-entities-title {
  font-size: 20px !important;
  text-transform: none;
}

/* Product Price */
.price {
  font-family: 'Nunito', sans-serif;
}
.amount {
  color: #002259;
  font-weight: 700;
}
.b2bking_both_prices_text {
  display: none !important;
}

/* Product Labels */
.product-label {
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

/* Product Action Buttons */
.wd-action-btn>a {
  color: #002259;
}

/* Product Entity */
.product-grid-item .product-wrapper {
  display: flex;
  flex-direction: column;
}
.products-bordered-grid[class*="wd-spacing-"] [class*="-grid-item"],
.products-bordered-grid[class*="wd-carousel-spacing-"] .owl-carousel-item {
  padding: 30px 30px 40px 30px !important;
}
.products-bordered-grid .product-grid-item .product-element-top {
  overflow: visible;
  order: 1;
}
.products-bordered-grid .product-grid-item .product-labels {
  top: -10px;
  left: -10px;
}
.products-bordered-grid .wd-buttons.wd-pos-r-t {
  top: -10px;
  right: -5px;
}
.wd-add-btn {
  display: none;
}
.product-labels .product-label.out-of-stock {
  white-space: nowrap;
}
.variations_form {
  order: 4;
}
.wd-swatches-grid {
  --wd-swatch-v-sp: 12px !important;
  --wd-swatch-h-sp: 12px !important;
  margin-bottom: 15px;
}
.wd-swatches-grid.wd-size-large {
  --wd-swatch-size: 12px !important;
  margin-bottom: 0;
}
[class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg {
  padding: 2px;
  background: #F4F4F6;
}
.product-grid-item .wd-entities-title {
  order: 3;
  font-size: 15px;
  color: #636378;
  margin-bottom: 15px !important;
}
.product-grid-item .wd-product-cats a {
  font-size: 13px;
  color: #9393A9;
}
.product-grid-item .price {
  display: flex !important;
  flex-direction: column-reverse;
  order: 2;
  padding-bottom: 7px;
}
.product-grid-item .price .amount {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
}
.b2bking_b2b_price_price .amount {
  color: var(--e-global-color-195d355 );
}
.b2bking_retail_price_price {
  margin-bottom: 5px;
}
.b2bking_retail_price_price .amount {
  font-size: 15px !important;
}
.b2bking_retail_price_price .amount::after {
  content: '(редовна цена)';
  font-size: 15px;
  font-weight: 300;
  white-space: nowrap;
  color: #777;
  margin: 0 5px;
}

/* Products Archive */
.product-category .wd-entities-title {
  text-transform: none !important;
}
.categories-style-carousel .wrapp-category .more-products {
  display: none !important;
}
.wd-shop-result-count .woocommerce-result-count {
  font-size: 14px;
}
.wd-pf-title span {
  font-size: 15px;
  font-weight: 500 !important;
}
.wd-ordering-mb-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end !important;
  width: auto !important;
}
.wd-ordering-mb-icon::before {
  content: 'Сортиране';
  margin: 0 10px 0 0;
}

/* Product Single */
.thumbnails.slick-slider .slick-prev,
.thumbnails.slick-slider .slick-next {
  display: none !important;
}
.thumbnails.slick-slider .slick-prev:before,
.thumbnails.slick-slider .slick-next:before {
  color: #002259;
}
.woocommerce-price-suffix {
  font-size: 15px;
}
.product_meta .meta-label,
table.variations label {
  font-weight: 400 !important;
}
.single-product .price {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: -20px !important;
}
.single-product .b2bking_retail_price_price {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 -17px 0;
}
.wd-swatches-product {
  gap: 10px;
}
.wd-swatch.wd-text .wd-swatch-text {
  font-size: 14px !important;
}
.variation-swatch-selected .reset_variations {
  border-radius: 3px;
  background: var( --e-global-color-cc76c8c );
  margin-top: 5px;
  padding: 3px 5px;
}
.variation-swatch-selected .reset_variations::before {
  font-size: 10px;
  margin: 0 3px 0 0;
}
.woocommerce-variation-availability {
  margin-top: 15px;
}
p.stock.wd-style-default.in-stock:before {
  color: var(--e-global-color-bb3cc27 );
}
div.quantity {
  border-radius: 5px;
  background: #E7EBEF;
  padding: 4px;
}
div.quantity input[type="button"] {
  min-width: 48px;
  height: 48px;
  border: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
}
div.quantity input[type="button"]:hover {
  color: #002259;
  background: rgba(255, 255, 255, 1);
}
div.quantity input[type="number"] {
  width: calc(100% - 96px);
  height: 48px;
  border: none;
  background: none;
}
.woocommerce-variation-add-to-cart {
  flex-direction: column;
  gap: 15px !important;
  margin-top: 20px;
}
.single_add_to_cart_button {
  height: 56px;
}
.wd-nav-tabs-wrapper .nav-link-text {
  font-size: 20px;
  color: #002259;
  text-transform: none;
}
.wd-nav-tabs-wrapper .active .nav-link-text {
  color: #CA0015;
}
#tab-title-description {
  order: 1;
  margin-right: 40px;
}
#tab-title-wd_custom_tab {
  order: 2;
  margin-right: 40px;
}
#tab-title-additional_information {
  order: 3;
  margin-right: 40px;
}
#tab-title-reviews {
  order: 4;
  margin-right: 40px;
}
.woocommerce-Tabs-panel h4 {
  font-size: 17px;
}
.wd-accordion-title:is(.wd-active,:hover) .wd-accordion-title-text {
  color: var(--e-global-color-e17fe68 ) !important;
}
.wd-accordion-title.wd-opener-pos-right {
  margin-right: 0 !important;
}

/* Product Extra Options */
.tc-extra-product-options {
  margin: -32px 0 -12px 0;
}
.tmcp-field-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.tm-epo-field-label.fullwidth {
  width: 100% !important;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
  position: absolute;
  top: -25px;
  right: 0;
}
.tc-extra-product-options .tc-container {
  margin-bottom: 0;
}
.tc-extra-product-options .tm-epo-element-label {
  font-size: 15px;
  margin-bottom: 5px;
}
.tc-extra-product-options .clear-options {
  color: var(--color-gray-500);
  font-size: 12px;
  border-radius: 3px;
  background: #E7EBEF;
  padding: 3px 5px;
}
.tc-extra-product-options .clear-options::before {
  content: "\f112";
  font-family: "woodmart-font";
  font-size: 10px;
  margin: 0 3px 0 0;
}
.tc-extra-product-options .clear-options:hover {
  color: var(--color-gray-900);
}
.tc-totals-form dl.tm-extra-product-options-totals {
  display: flex;
  flex-wrap: wrap;
  background: #E7EBEF;
  border-radius: 5px;
  padding: 20px;
}
.tc-totals-form dl.tm-extra-product-options-totals .tm-options-totals,
.tc-totals-form dl.tm-extra-product-options-totals .tm-final-totals {
  max-width: 50%;
  flex: 0 0 50%;
  font-size: 15px;
  font-weight: 400;
}
.tc-totals-form dl.tm-extra-product-options-totals dd.tm-options-totals,
.tc-totals-form dl.tm-extra-product-options-totals dd.tm-final-totals {
  text-align: right;
}
.tc-totals-form dl.tm-extra-product-options-totals dd.tm-options-totals .price {
  font-size: 18px;
  margin: 3px 0 10px 0;
}
.tc-totals-form dl.tm-extra-product-options-totals dd.tm-final-totals .price {
  font-size: 18px;
}

/* Mini Cart */
.product_list_widget>li .wd-entities-title {
  color: var(--color-gray-600);
}
.product_list_widget .tc-name {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-gray-300);
}
.product_list_widget .tc-price-in-cart {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-gray-600);
}
.product_list_widget .tc-value p {
  font-size: 13px;
}
.cart-info span.quantity {
  font-size: 13px;
  margin-top: -10px;
}
.woocommerce-mini-cart__total strong {
  font-size: 15px;
}
.cart-info span.quantity .amount {
  color: var(--wd-title-color);
}

/* Cart */
.cart_item .tc-name {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-gray-300);
  margin: 5px 0 -5px 0;
}
.cart_item .tc-value p {
  font-size: 13px;
}
.cart_item .tc-value p .tc-price-in-cart {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-gray-600);
}
.order-total .amount {
  display: flex;
  flex-direction: column;
}
.order-total .amount::after {
  content: '(без ДДС)';
  font-size: 13px;
  font-weight: 400;
  color: var(--color-gray-300);
}

/* Checkout */
.woocommerce-order-details__title {
  display: none;
}

/* Blog Entity */
.blog-post-loop .post-date,
.blog-post-loop .post-image-mask {
  display: none !important;
}
.blog-design-masonry.wd-add-shadow .article-body-container {
  padding-bottom: 25px;
}
.blog-design-masonry .post-title {
  font-size: 18px !important;
  text-align: left;
  line-height: 1.2em !important;
  margin-bottom: 10px !important;
}
.blog-design-masonry .hovered-social-icons {
  display: none;
}

/* Blog Single */
.post-navigation__prev--label {
  padding-left: 20px;
}
.post-navigation__prev--label::before {
  content: "\f114";
  position: absolute;
  font-family: "woodmart-font";
  left: 0;
}
.post-navigation__next--label {
  padding-right: 20px;
}
.post-navigation__next--label::after {
  content: "\f113";
  font-family: "woodmart-font";
  position: absolute;
  right: 0;
}

/* Page Title */
.page-title.title-size-small h1 {
  font-size: 32px;
}
.page-title .breadcrumbs {
  border-bottom: 1px solid #77777733;
  padding-bottom: 20px;
}

/* User Profile */
.login-form-footer .lost_password {
  color: var(--e-global-color-e17fe68 ) !important;
}

@media only screen and (max-width: 768px) {
  /* Header Mobile */
  .wd-logo img[src$=".svg"] {
    margin-bottom: -5px;
  }
  .whb-general-header .wd-tools-element>a {
    padding-right: 7px;
    padding-left: 7px;
  }
  .whb-general-header .wd-tools-element .wd-tools-icon:before {
    font-size: 22px;
  }
  .whb-header-bottom {
    padding: 5px;
  }
  .whb-header-bottom .wd-header-search-form-mobile {
    padding: 0;
  }
  /* Product Entity Mobile */
  .products-bordered-grid[class*="wd-spacing-"] [class*="-grid-item"],
  .products-bordered-grid[class*="wd-carousel-spacing-"] .owl-carousel-item {
    padding: 10px 10px 30px 10px !important;
  }
  .products-bordered-grid .product-grid-item .product-labels {
    top: 5px;
    left: 5px;
  }
  .products-bordered-grid .wd-buttons.wd-pos-r-t {
    top: 0;
    right: 5px;
  }
  .product-grid-item .wd-swatches-product {
    gap: 5px;
  }
  .wd-swatches-grid .wd-swatch.wd-bg:after {
    font-size: 8px !important;
  }
  .wd-entities-title a {
    padding: 0 10px;
  }
  /* Products Archive Mobile */
  .woocommerce-ordering.wd-ordering-mb-icon {
    flex-direction: row-reverse;
  }
  .woocommerce-ordering.wd-ordering-mb-icon::before {
    margin: 0 0 0 10px;
  }
}


.rz-notice{
  color: #133265;
  background-color: #E7EBEF;
  padding: 10px;
  border-radius: 4px;
}