/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .header-banner {
  background-color: #F1F2F2;
}
#index article.product-miniature {
  display: flex;
  justify-content: center;
}
.ApSlideShow .slide_config , .LeoSlideshow .slide_config{
  display: none; 
}
.img-container {
  position: relative;
  width: 100%;
}
.img-fullsize {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
/*
#footer .footer-center .inner {
  display: flex;
}
#footer .footer-center .wrapper > .container {
  width: fit-content;
}
#footer .footer-center #footer-left {
  display: flex;
  flex-direction: column;
  flex: 0 0 25%;
  max-width: 25%;
}
#footer .footer-center #footer-right {
  display: flex;
  flex-wrap: wrap;
}*/
#footer .footer-center .ApRow .title_block {
  line-height: 1.75;
  height: 4rem;
}
#footer .footer-center {
  border: none;
}
#footer .footer-center .ApColumn .block a {
  padding: 0.5rem 0;
  color: #000000;
}
#footer .block_newsletter i,
#footer .block_newsletter h3,
#footer .col-conditions {
  display: none;
}
.footer-container .ApColumn .title_block,
#footer-right .block_newsletter .input-wrapper input,
#footer-right .block_newsletter .input-wrapper button {
  color: #000000;
}

#footer-newsletter {
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
#footer-newsletter .block_newsletter .input-wrapper input {
  background-color: #ffffff;
  color: #000000;
  border-radius: 0.5rem;
  border: none;
  padding: 0.5rem 1rem;
  height: unset;
}
#footer-newsletter .block_newsletter .input-wrapper {
  position: relative;
}
#footer-newsletter .block_newsletter .input-wrapper button {
  position: absolute;
  right: 0;
  height: unset;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  color: #000000;
}
#footer-newsletter .ApRawHtml h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
}
.breadcrumb-bg.breadcrumb-full {
  align-items: flex-start;
  padding: 30px 0;
}
#wrapper .breadcrumb-full > .container {
  margin: 0 auto;
}
#wrapper .breadcrumb li {
  margin: 0;
}
#wrapper .breadcrumb li,
#wrapper .breadcrumb li::after,
#wrapper .breadcrumb li:last-child {
  color: #ffffff;
}
.thumbnail-container .product-image .product-thumbnail,
.rounded-lg,
#signature-collections img {
  border-radius: 0.5rem;
}
.leo-plist-style-default .thumbnail-container .wishlist .btn-product {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.leo-plist-style-default .thumbnail-container .wishlist .leo-wishlist-button i {
  background-color: var(--theme-color-default);
  color: #ffffff;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: end;
  justify-content: end;
  line-height: 1;
}
.leo-plist-style-default .thumbnail-container .button-container {
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 20;
}
.leo-plist-style-default .thumbnail-container .button-container .name-btn-product {
  display: none;
}
.leo-plist-style-default .thumbnail-container .button-container button {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #ffffff;
  color: var(--theme-color-default);
}
#product-catalog .title_block {
  text-align: center;
  text-transform: unset;
  margin: 5rem 0 5rem;
}
.btn.btn-outline-custom {
  background-color: #ffffff;
  color: #000000;
  padding: 0.5rem 3rem;
  border: 1px solid var(--theme-color-default);
  border-radius: 1.5rem;
  margin: 5rem 0 8rem;
}
.product-variants > .product-variants-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
#cart .cart-grid .card {
  border: none;
  box-shadow: unset;
}
#cart .cart-grid .card + a.label {
  padding: 0.5rem 1.5rem;
  border: 1px solid #F43B39;
  border-radius: 1.5rem;
}
#cart .cart-grid .card + a.label i {
  display: none;
}
.featured-products .products-section-title,
.featured-products .all-product-link {
  display: none;
}
#featured-products h4 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 50px;
  font-weight: 600;
}
.featured-products .product_list > .row {
  display: flex;
  justify-content: center;
}
#authentication input.form-control,
#registration input.form-control {
  background-color: #efefef;
  border: none;
  border-radius: 1.5rem;
  color: #000000;
}
#authentication .input-group-btn,
#registration .register-form .input-group-btn {
  right: 40px;
  display: block;
}
#authentication .login-form .form-footer .btn,
#authentication .register-form .form-footer .btn,
.register-form .form-footer .form-control-submit {
  border-radius: 1.5rem;
}

.register-form .form-control-valign .radio-inline {
  margin: 10px 0 0 0 !important;
  background-color: #efefef;
  padding: 0.375rem 1.5rem;
  border-radius: 1.5rem;
  transition: all 150ms linear;
}
.register-form .form-control-valign:has(.radio-inline) {
  display: flex;
  column-gap: 1.5rem;
}
.register-form .form-control-valign .custom-radio {
  display: none;
}
.register-form .form-control-valign .radio-inline:has(input[name="id_gender"]:checked) {
  background-color: #F43B39;
  color: #ffffff;
}

#header .mobile-banner-menu {
  background-color: #F1F2F2;
}
#header .mobile-banner-menu .bm-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .mobile-banner-menu .bm-container .right-menu {
  display: flex;
}
#header .mobile-banner-menu .bm-container .bm-btn,
#header .mobile-banner-menu .bm-container .right-menu > * {
  padding: 0.5rem 1rem;
}
#header .mobile-banner-menu .bm-container .right-menu > *:last-child {
  background-color: #ffffff;
}
#header .mobile-banner-menu #_desktop_cart .header > a {
  padding-right: 2rem;
  position: relative;
}
#header .mobile-banner-menu #_desktop_cart .cart-preview .cart-products-count {
  display: none;
}
#header .mobile-banner-menu #_desktop_cart .cart-preview .header > a .cart-products-count {
  display: inline-block;
  margin: 0;
  bottom: 0;
  right: 0;
  height: 14px;
  line-height: 14px;
  background: unset;
  color: #888888;
}
#header .mobile-banner-menu #_desktop_cart .header > a .cart-products-count:before {
  content: "(";
}
#header .mobile-banner-menu #_desktop_cart .header > a .cart-products-count:after {
  content: ")";
}
#header #language-selector-label .popup-title {
  color: #000000;
}
#header #leo_search_block_top {
  width: unset;
  height: unset;
}
#header #leo_search_block_top .title_block {
  top: 0;
}
#header #leo_search_block_top .form-control {
  border-radius: 1.5rem;
  color: #000000;
  background: #efefef;
  height: unset;
  line-height: 2rem;
  padding: 0 20px 0 45px;
  box-shadow: none;
  min-width: unset;
}
#header #leo_search_block_top .btn {
  right: unset;
  left: 0;
  line-height: 2rem;
  height: unset;
  background: unset;
  width: 35px;
  padding-left: 15px;
}
#header #leo_search_block_top .btn i:before {
  color: #000000;
}
.ApProductCarousel .slick-slider .slick-list {
  overflow: hidden !important;
}
#content .wrapper:has( > .container.has-dot-bg){
  background: url('/themes/at_kiliosport/assets/img/modules/appagebuilder/images/dots.png')  repeat !important;
  padding: 75px 0;
}
#content > .wrapper:not(:has(> .container.has-dot-bg)) {
  margin-bottom: 100px;
}
#signature-collections {
  display: flex;
  align-items: center;
}
#signature-collections .title_block,
#visit-us .title_block {
  line-height: 1.25;
  font-size: 2rem;
}
#visit-us .title_block + p {
  padding: 0 1rem;
  margin-top: 2rem;
  color: #000000;
  font-weight: 300;
}
#signature-collections .btn.btn-outline-custom,
#visit-us .btn.btn-outline-custom {
  margin: 2rem 1rem;
}
#hera-collections {
  padding: 75px 0;
}
#hera-collections .title_block {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  text-transform: unset;
  margin-bottom: 2rem;
  line-height: 1;
}
#hera-collections .sub-title-widget {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 5rem;
}
#hera-collections .thumbnail-container .product-title a,
#hera-collections .thumbnail-container .product-price-and-shipping,
#hera-collections .thumbnail-container .product-price-and-shipping .regular-price {
  color: #ffffff;
}
#hera-collections .btn.btn-outline-custom {
  background-color: unset;
  color: #ffffff;
  margin: 3rem 0 4rem;
}
#visit-us .shop-section {
  display: flex;
  align-items: center;
}

#visit-us .shop-text {
  width: 50%;
}

#visit-us .shop-images {
  width: 50%;
  display: flex;
  column-gap: 0.5rem;
}

#visit-us .shop-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
  justify-content: space-between;
}

#visit-us .shop-column:last-child {
  padding: 0;
}

#visit-us .img-ratio-2-3 {
  padding-top: 66.6667%;
}

#visit-us .img-ratio-tall {
  padding-top: 132.8981%;
}

#blockcart-modal .modal-header button:before {
  font-size: 12px;
}

#blockcart-modal .modal-header .close {
  padding: 5px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

#blockcart-modal .modal-body .divide-right .row {
  display: flex;
}
#blockcart-modal .modal-body .divide-right .row > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#blockcart-modal .cart-content p {
  margin: 0;
  padding: 0 1.25rem;
}
#blockcart-modal .cart-content p.cart-products-count {
  margin-bottom: 0.5rem;
}
#blockcart-modal .cart-content p.product-total {
  background-color: #ffffff;
  padding: 0.5rem 1.25rem;
  border-radius: 1.5rem;
  margin: 0.5rem 0;
}
#blockcart-modal .cart-content-btn {
  width: 100%;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#blockcart-modal .cart-content .btn {
  text-transform: lowercase;
  margin: 0;
  border-radius: 1.5rem;
  padding: 0.5rem 1.5rem;
  line-height: 1;
  letter-spacing: unset;
}
#blockcart-modal .cart-content button.btn {
  border: 1px solid #F43B39;
}
#blockcart-modal .cart-content a.btn.btn-primary {
  background-color: #F43B39;
}
#blockcart-modal .cart-content .btn i {
  display: none;
}
#product-catalog .list-product-slick-carousel .slick-track {
  display: flex;
  justify-content: center;
}
#product-catalog .list-product-slick-carousel .slick-track > div {
  width: fit-content !important;
}

@media(min-width: 1200px){
  #visit-us .shop-text {
    padding-right: calc(50% - 33.3333%);
  }
}
@media(min-width: 768px){
  #header #leo_search_block_top .title_block {
    display: none;
  }
  #header #leo_search_block_top form {
    display: block;
    position: unset;
  }
  #login-form .form-group {
    display: flex;
  }
  #authentication #login-form .form-group label {
    width: 30%;
    display: flex;
  }
  #authentication #login-form .form-group > div {
    width: 70%;
  }
  #authentication #login-form .form-control-comment {
    display: none;
  }
  #left-column .block-categories,
  #left-column #search_filters,
  #main #js-product-list-header .block-category {
    background-color: #F5F5F5;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }
  #left-column .block-categories,
  #left-column #search_filters,
  #main #js-product-list-header .block-category:not(:has(> .has-image)) {
    padding: 35px 25px;
  }
  #main #js-product-list-header .block-category:has(> .has-image) {
    display: flex;
    align-items: center;
  }
  #js-product-list-header .category-info.has-image {
  	flex: 0 0 66.6667%;
    max-width: 66.6667%;
    padding: 0 4rem;
  }
  #js-product-list-header .category-cover {
    flex: 0 0 33.3333%;
    max-width: unset;
  }
  #js-product-list-header .category-cover picture {
  	padding-top: 100%;
    position: relative;
    width: 100%;
    display: block;
  }
  #js-product-list-header .category-cover picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
  }
  #footer .footer-center .footer-info {
    display: flex;
  }
  #footer .footer-center .footer-info .footer-social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media(max-width: 767px){
  .container.m-fullwidth {
    padding: 0 !important;
  }
  #header .header-menu {
    display: flex;
    margin-top: 1rem;
  }
  #header .header-banner .row > .ApColumn {
    padding: 0;
  }
  #header .home1-logo {
  	padding-bottom: 0;
    margin-bottom: 0.5rem;
  }
  #header .col-info {
    display: flex;
    justify-content: space-evenly;
  }
  #header .col-info > div {
    margin: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #leo_search_block_top .title_block {
    height: 40px;
    width: 40px;
  }
  #leo_search_block_top .title_block:before {
  	top: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header #megamenu-mobile-btn {
  	width: 100%;
    height: 100%;
  }
  .off-canvas-nav-megamenu .navbar-nav > li > a,
  .off-canvas-nav-megamenu .nav li.dropdown .caret:before {
  	color: #ffffff;
  }
  body#product .product-actions .product-variants {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc;
  }
  body#product .product-actions .product-variants > .product-variants-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body#product .p-cartwapper {
    align-items: flex-start;
    flex-direction: column;
  }
  body#product .product-add-to-cart .product-quantity .qty {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 1rem;
  }
  body#product .product-quantity .add {
    width: 100%;
    justify-content: center;
  }
  body#product .product-quantity .input-group {
    max-width: 150px;
  }
  #footer-newsletter {
    flex-direction: column;
    text-align: center;
  }
  #footer-newsletter .block_newsletter .input-wrapper button {
    width: fit-content;
    margin: 0;
    padding: 0.625rem 1rem;
  }
  #featured-products .product-miniature {
    display: flex;
    justify-content: center;
  }
  .featured-products .product_list > .row {
  	flex-direction: column;
  }
  .thumbnail-container {
  	width: 100%;
  }
  #authentication .form-control-label,
  #registration .form-control-label {
    text-align: center !important;
    width: 100%;
  }
  .register-form .form-control-valign:has(.radio-inline) {
    justify-content: center;
  }
  #cart .cart-item {
    margin-bottom: 1rem;
  }
  #cart .cart-item .product-line-grid {
    display: flex;
    flex-direction: column;
  }
  #cart .cart-item .product-line-grid-left {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
  #cart .cart-item .product-line-grid-body,
  #cart .cart-item .product-line-grid-left img {
    width: 100%;
  }
  #cart .cart-item .product-line-grid-right .hidden-md-up {
    display: none;
  }
  #cart .product-line-grid-right .col-md-10 {
    width: 80%;
  }
  #cart .product-line-grid-right .col-md-2 {
    width: 20%;
  }
  #cart .product-line-grid-right .col-md-10 > .row {
    display: flex;
    align-items: center;
  }
  #footer .footer-center,
  #footer .footer-bottom {
    padding: 0 5%;
  }
  #footer .footer-center .ApRow .title_block {
    padding: 1rem;
    border-bottom: 1px solid #cccccc;
    height: unset;
  }
  #footer .block-toggler .navbar-toggler,
  #footer .footer-container .links .navbar-toggler {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #footer .block-toggler.accordion_small_screen ul,
  #footer .footer-container .links.accordion_small_screen ul {
    margin: 0.5rem 1rem;
  }
  #footer .block-toggler .navbar-toggler i,
  #footer .footer-container .links .navbar-toggler i {
    color: #000000;
  }
  #footer .footer-social .ApRawHtml {
    margin: 3rem 0 0 1rem;
  }
  #signature-collections {
    flex-direction: column;
    text-align: center;
  }
  #signature-collections .ApImage {
    margin-bottom: 4rem;
  }
  #signature-collections img {
    border-radius: 0;
  }
  #signature-collections .title_block,
  #visit-us .title_block {
    padding: 0 15%;
  }
  #visit-us .shop-section {
    flex-direction: column;
  }
  #visit-us .shop-images {
    flex-direction: column-reverse;
  }
  #visit-us .shop-text,
  #visit-us .shop-images,
  #visit-us .shop-column {
    width: 100%;
    row-gap: 2rem;
    padding: 0;
    text-align: center;
  }
  #visit-us .btn.btn-outline-custom {
    margin: 2rem 1rem 5rem;
  }
  #blockcart-modal img.product-image {
  	max-width: 80%;
  }
  #blockcart-modal .modal-body .divide-right .row {
    flex-direction: column;
  }
  #blockcart-modal .modal-body .divide-right .row > div:last-child {
    padding: 0 calc(10px + 1.25rem) 2rem;
    border-bottom: 1px solid #cccccc;
  }
  .mobile-banner-menu .bm-container a span,
  .mobile-banner-menu .bm-container #_desktop_cart .header span.text {
    display: none;
  }
}
