@charset "UTF-8";
/*
Theme Name: Victory Fit
Theme URI:
Author: Anny'Jess
Author URI:
Description: Магазин спортивного инвентаря.
Version: 0.1
Requires at least: 6.0.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orchid-store
*/
.header-style-1 .custom-search-entry button:hover {
  background-color: #92002A !important;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .wp-block-search .wp-block-search__button:hover, .wp-block-search.wp-block-search__text-button .wp-block-search__button:hover, .orchid-backtotop:hover, .entry-tags a:hover, .entry-cats ul li a:hover, .button-general:hover, a.button-general:hover, #yith-quick-view-close:hover, .woocommerce .add_to_cart_button:hover, .woocommerce #respond input#submit:hover, .woocommerce input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover, .masterheader .mini-cart button:hover, .woocommerce .product-hover-items a:hover, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .woocommerce .added_to_cart.wc-forward:hover, .category-navigation .cat-nav-trigger, .wc-block-grid .wp-block-button__link:hover, .header-style-1 .wishlist-icon-container a:hover, .header-style-1 .custom-search .search-form button:hover, .os-about-widget .social-icons ul li a:hover, .woocommerce ul.products li .product-hover-items a:hover, .woocommerce div.product .entry-summary .yith-wcwl-add-to-wishlist a:hover, .patigation .page-numbers.current, .patigation .page-numbers:hover, .woocommerce .woocommerce-pagination .page-numbers li a:hover, .woocommerce .woocommerce-pagination .page-numbers li .current, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt.disabled:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce input.button.alt.disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .product-widget-style-3 .owl-carousel .owl-nav button.owl-next:hover, .product-widget-style-3 .owl-carousel .owl-nav button.owl-prev:hover, .addonify-add-to-wishlist-btn:hover, .woocommerce ul.products li.product a.addonify-add-to-wishlist-btn.addonify-custom-wishlist-btn:hover, .woocommerce-page ul.products li.product .product-hover-items a.addonify-add-to-wishlist-btn:hover {
  background-color: #92002A;
}

.woocommerce ul.products li.product .product-thumb-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce ul.products li.product .product-thumb-wrap > a {
  padding: 20px;
  width: 300px;
  height: 300px;
  max-width: 100%;
}
.woocommerce ul.products li.product .product-thumb-wrap > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wc-block-components-product-metadata__description button,
.woocommerce-product-details__short-description button {
  background: #C50139 !important;
}

.wc-block-components-product-metadata__description button a,
.woocommerce-product-details__short-description button a {
  color: #fff !important;
}

.wc-block-components-product-metadata__description button:hover,
.woocommerce-product-details__short-description button:hover {
  background: #92002A !important;
  color: #fff !important;
}

.os-blog {
  margin: 60px 0;
}
.os-blog .blog-entry {
  margin: 30px 0;
}

.os-col.blog-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 25%;
}
.os-col.blog-col .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  height: 100%;
}

.blog-entry .thumb {
  height: 300px;
}
.blog-entry .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-entry .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.woocommerce-loop-product__title {
  font-size: 20px !important;
  text-align: left !important;
}

.product-info__attr {
  text-align: left;
  font-size: 13px;
}
.product-info__attr li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  margin-bottom: 3px;
}
.product-info-wrap {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.product-main-wrap {
  -ms-grid-rows: 300px 1fr;
  grid-template-rows: 300px 1fr;
}

.product-info-wrap {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.custom-cart-btn {
  margin-top: auto !important;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1400px) {
  .custom-cart-btn {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}
@media (max-width: 575px) {
  .custom-cart-btn {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
.custom-cart-btn a {
  white-space: nowrap;
}
@media (max-width: 575px) {
  .custom-cart-btn a {
    padding: 10px !important;
    font-size: 11px !important;
  }
}
@media (max-width: 1400px) and (min-width: 575px) {
  .custom-cart-btn a:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

@media (max-width: 575px) {
  .cats-widget-style-1 .box .right {
    padding-left: 20px !important;
  }
}

@media (max-width: 575px) {
  .cats-widget-styles .title h3, .woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 14px !important;
  }
}

.woocommerce-products-header {
  margin-top: 80px;
}

@media (max-width: 575px) {
  .flex-row, .os-row, .row {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .blog-entry .thumb {
    height: 200px !important;
  }
}

.wcgs-thumb {
  height: 150px !important;
  max-height: 150px !important;
  padding: 10px !important;
}
.wcgs-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.woocommerce-additional-fields label {
  display: none !important;
}
.woocommerce-additional-fields h3 {
  border-bottom: none !important;
}

.btn-bank, .ast-outline-button, .wp-block-button__link, .button-qform {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #c50139 !important;
  border: none !important;
  border-radius: 2px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px !important;
  font-weight: 400;
  height: auto;
  line-height: 1;
  opacity: 1;
  padding: 16px 20px !important;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  color: #fff !important;
}
.btn-bank:hover, .ast-outline-button:hover, .wp-block-button__link:hover, .button-qform:hover {
  background-color: #1a3446 !important;
}
.btn-bank:active, .btn-bank:focus, .btn-bank:visited, .ast-outline-button:active, .ast-outline-button:focus, .ast-outline-button:visited, .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:visited, .button-qform:active, .button-qform:focus, .button-qform:visited {
  text-decoration: none !important;
  color: #fff !important;
}

.modal-body__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.wp-block-group {
  margin: 60px 0;
}

.wp-block-image {
  margin-bottom: 20px;
}

.element-send-q:hover {
  background: #92002a !important;
}

.woocommerce-breadcrumb a:hover {
  color: #c50139 !important;
}

.wc_payment_method {
  margin: 0 !important;
  padding: 20px 0 !important;
}
.wc_payment_method__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wc_payment_method label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  width: calc(100% - 20px);
}
.wc_payment_method label img {
  height: 30px;
}
.wc_payment_method label img:first-of-type {
  margin-left: auto !important;
}
@media (max-width: 520px) {
  .wc_payment_method label img:first-of-type {
    margin-left: 0 !important;
  }
}
@media (max-width: 520px) {
  .wc_payment_method label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .woocommerce-checkout-payment {
    margin: 0 -20px !important;
    padding: 20px !important;
  }
}

@media (max-width: 520px) {
  .payment_box p {
    font-size: 12px !important;
  }
}

.cart_item .product-name {
  font-size: 14px !important;
}
.cart_item .product-total {
  white-space: nowrap;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.featured-thumb {
  background: #fff;
}

a:focus {
  outline: none !important;
}

a.added_to_cart {
  display: none !important;
}

@media (max-width: 650px) {
  .header-items {
    display: none !important;
  }
}

@media (max-width: 650px) {
  .mobile-header .mid-block .os-row {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (max-width: 575px) {
  .header-style-1 .branding .custom-logo-link {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .header-style-1 .branding {
    max-width: 100% !important;
  }
}

@media (max-width: 992px) {
  .sidebar-col {
    display: none !important;
  }
}

#openSidebarModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
@media (min-width: 992px) {
  #openSidebarModal {
    display: none;
  }
}

#adfy__woofc-trigger {
  right: 20px !important;
}

.modal {
  z-index: 99999999 !important;
}

.woocommerce-Price-amount bdi {
  white-space: nowrap !important;
  font-weight: 700 !important;
}

.archive-entry article .os-row .os-col, .search-entry article .os-row .os-col {
  max-height: 400px;
}
.archive-entry article .os-row .os-col .imghover, .search-entry article .os-row .os-col .imghover {
  height: 100%;
}
.archive-entry article .os-row .os-col img, .search-entry article .os-row .os-col img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer #menu-soczialnye-seti {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
@media (max-width: 992px) {
  .footer #menu-soczialnye-seti {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.footer #menu-soczialnye-seti i {
  font-size: 24px !important;
}
.footer #menu-soczialnye-seti span {
  display: none;
}
.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
}
.footer .menu li {
  padding: 0 !important;
  border: none !important;
}
.footer .menu li a {
  white-space: nowrap;
}
.footer .menu li a:hover {
  color: #c50139 !important;
}
.footer .footer-top {
  padding-top: 30px !important;
}
.footer .footer-top .row {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.footer .footer-top .column:last-of-type {
  text-align: right;
}
@media (max-width: 992px) {
  .footer .footer-top .column:last-of-type {
    text-align: left;
  }
}
.footer .footer-bottom {
  padding: 30px 0 !important;
}
.footer .footer-bottom .os-col {
  max-width: 100% !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 100% !important;
          flex: 1 1 100% !important;
}

@media (max-width: 992px) {
  .footer.secondary-widget-area .widget {
    margin-bottom: 20px !important;
  }
}

.woocommerce-loop-product__link, .woocommerce-loop-product__title {
  overflow: unset !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.2em !important;
  -webkit-line-clamp: unset !important;
}

label[for="payment_method_yookassa_epl"] img {
  width: auto !important;
  height: 25px !important;
}

#installmentModal .modal-dialog,
#creditModal .modal-dialog  {
  width: 360px;
}


@media (max-width: 1024px) {
  .os-breadcrumb-wrap {
    margin-bottom: 10px !important;
  }
  .inner-page-wrap {
    padding-bottom: 40px !important;
  }
}

.woof label {
  font-size: 13px !important;
}

.woof .woof_childs_list li:not(.woof_childs_list_li) {
  display: flex;
  gap: 8px;
}

.woof .woof_checkbox_label {
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
} 

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background-color: #c50139 !important;
}

.irs--round .irs-handle {
  border: 4px solid #c50139 !important;
}

.irs--round .irs-bar {
  background-color: #c50139 !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  border-top-color: #c50139 !important;
}

.icheckbox_minimal-grey, .iradio_minimal-grey {
  min-width: 18px;
}

aside.secondary-widget-area .widget {
  padding: 30px 20px !important;
}

.woof_container {
  margin-bottom: 40px !important;
}