/* Build helpers */
/*.index,*/
/*        .page-headers-samples,
        .page-samples,
        .post-single-sample,

        .post-list-mh-sample,
        .page-single-mh-sample,

        .post-list-program-sample,
        .post-list-author-sample,

        .category-list-sample,
        .post-long-format-sample,

        .page-forms-samples,
        .page-shop-sample,
        .page-search-result-sample
        { display:none;}*/

code.d-block {
  /*display: none !important;*/
}
.title {
  line-height: 2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
h3.title,
h2.title {
  font-size: 1.25rem;
}
.box-title {
  font-size: 36px;
  line-height: 42px; /* line-height:1.17 */
  font-weight: 700;
}
.topbar {
  height: 88px;
  border-bottom: 1px solid #b9b9b999;
}

.topbar .megamenu {
  width: 960px;
  left: auto !important;
  right: -12px !important;
  margin-top: 14px !important;
}

.topbar .megamenu ul {
  flex: 1 1 100%;
  max-width: 162px;
}
.topbar .dropdown-toggle:after {
  display: none;
}
.topbar .dropdown-toggle:active,
.topbar .dropdown-toggle:focus,
.topbar .dropdown-toggle.show {
  border-color: transparent !important;
  box-shadow: none !important;
}

@media (min-width: 1200px) {
  .topbar .megamenu {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  .topbar {
    height: 78px;
    border-bottom: 0;
  }
  .topbar-wrap {
    border-bottom: 2px solid #f2f2f2;
  }
}
@media (min-width: 1400px) {
  .topbar .megamenu {
    width: 1320px;
  }
}

#collapseSearch {
  background-color: #f6f6f6;
}
#collapseSearch {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 88px;
}

#collapseSearch:after {
  content: "";
  position: absolute;
  width: 100%;
}

@media (min-width: 992px) {
  #collapseSearch {
    position: relative;
    background-color: white;
  }

  #collapseSearch.nav-sticky {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 58px;
  }
}

.search-form {
  max-width: 837px;
}
.search-form .form-control {
  height: 60px;
  padding-right: 55px;
  border: 4px solid #f2f2f2;
}
.search-form.search-btn {
  margin-left: -51px;
  color: #018d98;
}

.search-trigger-main:not(.collapsed) {
  visibility: hidden;
}

.search-form .btn-close {
  --bs-btn-close-color: black;
  --bs-btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
}

.search-form .search-btn {
  margin-left: -51px;
  padding: 0;
  width: 21px;
  height: 21px;
  --bs-btn-close-color: black;
  --bs-btn-close-bg: url("data:image/svg+xml,<svg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.08333 15.6667C5.96389 15.6667 4.17014 14.9326 2.70208 13.4646C1.23403 11.9965 0.5 10.2028 0.5 8.08333C0.5 5.96389 1.23403 4.17014 2.70208 2.70208C4.17014 1.23403 5.96389 0.5 8.08333 0.5C10.2028 0.5 11.9965 1.23403 13.4646 2.70208C14.9326 4.17014 15.6667 5.96389 15.6667 8.08333C15.6667 8.93889 15.5306 9.74583 15.2583 10.5042C14.9861 11.2625 14.6167 11.9333 14.15 12.5167L20.6833 19.05C20.8972 19.2639 21.0042 19.5361 21.0042 19.8667C21.0042 20.1972 20.8972 20.4694 20.6833 20.6833C20.4694 20.8972 20.1972 21.0042 19.8667 21.0042C19.5361 21.0042 19.2639 20.8972 19.05 20.6833L12.5167 14.15C11.9333 14.6167 11.2625 14.9861 10.5042 15.2583C9.74583 15.5306 8.93889 15.6667 8.08333 15.6667ZM8.08333 13.3333C9.54167 13.3333 10.7812 12.8229 11.8021 11.8021C12.8229 10.7812 13.3333 9.54167 13.3333 8.08333C13.3333 6.625 12.8229 5.38542 11.8021 4.36458C10.7812 3.34375 9.54167 2.83333 8.08333 2.83333C6.625 2.83333 5.38542 3.34375 4.36458 4.36458C3.34375 5.38542 2.83333 6.625 2.83333 8.08333C2.83333 9.54167 3.34375 10.7812 4.36458 11.8021C5.38542 12.8229 6.625 13.3333 8.08333 13.3333Z' fill='currentColor' /></svg>");
}

.btn-link.search-trigger-mobile {
  min-width: 50px;
  text-decoration: none;
  color: #212b36;
}

.btn-link.search-trigger-mobile .search-back {
  display: none;
  transform: rotate(180deg);
}
.search-trigger-mobile:not(.collapsed) .search-back {
  display: inline-block;
}
.search-trigger-mobile:not(.collapsed) .search-search {
  display: none;
}

.btn-link.subpage-back {
  color: #212b36;
}
.subpage-back svg {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  header.sticky-top {
    top: -80px;
  }

  .search-form .form-control {
    height: 80px;
    padding-right: 75px;
    border: 6px solid #018d981f;
  }

  .search-btn {
    /*margin-left:-51px;*/
    color: #1c1b1f;
  }
}

#skip-links {
  margin-top: 3px;
  margin-left: 3px;
}

#skip-links a {
  opacity: 0;
  position: absolute;
  color: #fff;
  padding: 0 5px;
  z-index: 90;
}

#skip-links a:focus,
#skip-links a:active {
  opacity: 1;
  background-color: #00b8de;
}

figure iframe 
{
  max-width: 100%;
}

section.section.page-heading + section.section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cart-form .set-quantity {
  display: none;
}

.cart-form .set-quantity {
  border: 1px solid #dee2e6;
  height: 34px;
  width: 122px;
}

.cart-form button.minus,
button.plus {
  width: 30px;
  flex-shrink: 0;
  line-height: 30px;
  border: 0;
}
.cart-form .set-quantity input {
  text-align: center;
  border: 0;
  width: 50px;
}

.post-single .post-content .paywall-info > p {
  margin-bottom: 1em;
}

.checkout-payment {
  background: #ebe9eb;
  border-radius: 5px;
}

.checkout-payment .accordion,
.checkout-payment .card,
.checkout-payment .card-header {
  background-color: transparent;
}

.checkout-payment .accordion {
  margin-bottom: 15px;
}

.checkout-payment .card {
  border-right: 0;
  border-left: 0;
}

.checkout-payment .card:first-of-type {
  border-top: 0;
}

.checkout-payment .card-header .btn {
  color: #212529;
  padding-left: 15px;
  position: relative;
}

.checkout-payment .card-header .btn:hover,
.checkout-payment .card-header .btn:focus,
.checkout-payment .card-header .btn:active {
  color: #212529;
  text-decoration: none;
  box-shadow: none;
}

.checkout-payment .card-header .elegant-icon {
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -10px;
}

.checkout-payment .card-header .icon_circle-selected:before {
  color: #dd4c4f;
}

.checkout-payment .btn .icon_circle-empty {
  display: none;
}

.checkout-payment .btn .icon_circle-selected {
  display: inline-block;
}

.checkout-payment .btn.collapsed .icon_circle-selected {
  display: none;
}

.checkout-payment .btn.collapsed .icon_circle-empty {
  display: inline-block;
}

.checkout-payment ul {
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  list-style-type: none;
}

.place-order {
  padding: 0 1em 1em 1em;
}


.payment-info {
  position: relative;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}

.payment-info:before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: 0 0 0 2em;
  transition: margin 0.3s ease;
}

.payment-info.show:before {
  margin: -1em 0 0 2em;
}

/* ELEGANTICONS ICON FONT */
@font-face {
  font-family: elegant-icons;
  src: url(../fonts/ElegantIcons.eot);
  src: url(../fonts/ElegantIcons.eot?#iefix) format("embedded-opentype"),
    url(../fonts/ElegantIcons.woff) format("woff"),
    url(../fonts/ElegantIcons.ttf) format("truetype"),
    url(../fonts/ElegantIcons.svg#ET-Extra) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.elegant-icon {
  display: inline-block;
  color: #fff;
  font-family: elegant-icons, sans-serif !important;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1em;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.elegant-icon::before {
  color: #212529;
  position: relative;
  transition: 0.3s ease;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit !important;
}
.colored-icon {
  background-color: #dd4c4f;
}
.colored-icon:before {
  color: white;
}

.icon_search::before {
  content: "\55";
}
.icon_circle-empty::before {
  content: "\5b";
}
.icon_circle-selected::before {
  content: "\5c";
}
.icon_box-empty::before {
  content: "\56";
}
.icon_box-selected::before {
  content: "\57";
}
.icon_zoom-in_alt::before {
  content: "\54";
}
.icon_plus::before {
  content: "\4c";
}
.arrow_carrot-down::before {
  content: "\33";
}
.arrow_carrot-up::before {
  content: "\32";
}
.arrow_carrot-left::before {
  content: "\34";
}
.arrow_carrot-right::before {
  content: "\35";
}
.icon_mail::before {
  content: "\e076";
}
.arrow_triangle-right_alt2::before {
  content: "\49";
}
.icon_cursor_alt::before {
  content: "\e01a";
}

.btn-block {
  display: block;
  width: 100%;
}

.text-left {
  text-align: left !important;
}

#payment .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

@media (max-width: 480px) {  
  .jm-swiper-container .swiper-button-next {
    right: 16px!important;
  }
}

@media (max-width: 480px) {  
  .jm-swiper-container .swiper-button-prev {
    left: 16px!important;
  }
}

section > .container > .row > .col-lg-3.order-4.thematic-sidebar > div.widget.gap-3 > img.img-fluid.mx-auto
{
  max-width: 192px;
}

.shipping-address-trigger > svg 
{
  height: 1.5rem;
  margin-left: 1rem;  
}

.shipping-address-trigger > svg:nth-child(3)
{
  display: none;
}

.shipping-address-trigger[aria-expanded="true"] > svg:nth-child(3)
{
  display: inline;
}

.shipping-address-trigger[aria-expanded="true"] > svg:nth-child(2)
{
  display: none;
}

button[data-role="password-toggle"][aria-pressed=false] > svg.bi-eye
{
  display: none;
}

button[data-role="password-toggle"][aria-pressed=true] > svg.bi-eye
{
  display: block;
}

button[data-role="password-toggle"][aria-pressed=true] > svg.bi-eye-slash
{
  display: none;
}

form .messages
{
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color);
}

form .messages:empty {
  display: none;
}

@media (max-width: 500px) {  
  #payment img.barion-card {
    width: 100%;
  }
}
