/* Všeobecné nastavenia eshopu - len pre skúsených používateľov */
 * {
    animation: none !important;
    transition: none !important;
    animation-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    font-family: "Open Sans", sans-serif !important;
    text-transform: none !important;
}

img {
    transform: scale(1) !important;
}

.products-block .p:hover .image>img {
	opacity: .7 !important;
}

:root {
/* Nastavenie farieb pre BANNER */
--header-info-bar-BG: var(--color-secondary);
--header-info-bar-BG-hover: var(--color-secondary-hover);
--header-info-bar-text-color: #ffffff;
--header-info-bar-icon-color: var(--header-info-bar-text-color);
--header-info-bar-btn-BG: #ffffff;
--header-info-bar-btn-BG-hover: #ffffff;
--header-info-bar-btn-text-color: #000000;
--header-info-bar-btn-text-color-hover: #000000;
}

/* FOOTER START */
div[class^="footer-widget-"] p,
div[class^="footer-widget-"] a,
div[class^="footer-widget-"] li { 
  text-transform: none !important;
  font-size: 16px !important;
}
.footer-widget-4 ul {
list-style: none !important;
}
.footer-widget-4 li {
display: inline-block !important;
margin: 0 6px !important;
}

.footer-widget-4 a {
background-color: #f07c00 !important;
color: hsl(0, 0%, 100%) !important;
border-radius: 30px !important;
width: 35px !important;
height: 35px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
border: 1px solid #f07c00 !important;
}
.footer-widget-4 a:hover {
background-color: hsl(0, 0%, 100%) !important;
color: #f07c00 !important;
}

.footer-widget-2 a,
.footer-widget-3 a {
color: #f07c00 !important;
}
.footer-widget-2 a:hover,
.footer-widget-3 a:hover {
color: #edb51d !important;
}

.is-divider {
    background-color: rgba(0,0,0,.1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
}

#footer.is-white .footer-bottom-bg:before {
background-color: #edb51d !important;
}
/* Do not make accordion on mobile! */
@media (max-width: 767px) {
.accordion--sm .accordion__item .accordion__content {
visibility: visible !important;
overflow: visible !important;
width: auto !important;
height: auto !important;
padding: 1rem 0 1rem 0 !important;
opacity: 1 !important;
}
.accordion--sm .accordion__trigger:after {
display: none !important;
}}

/* FOOTER END */
/* BORDER RADIUS ADJUST START */
*[class*="btn"],
*[class*="wrapper"],
.order-summary-top,
.back-to-shop,
.radio-wrapper input[type="radio"]+label,
.cart-inner,
.discount-coupon,
.product .p,
.sidebar-inner .box-rating, .sidebar-inner .box-sale, .sidebar-inner>div,
.shp-tabs-wrapper .tab-pane,
.footer-item.footer-item-newsletter,
.welcome,
.colorbox--order #cboxLoadedContent,
#cboxContent,
.login-wrapper .password-helper a:first-child,
.footer-icons .footer-icon,
.top-category-block .menu-content,
.dm-config,
.extended-empty,
body:not(.is-carousel-full-width) .carousel-inner,
body:not(.is-carousel-full-width) .carousel .item img,
body:not(.is-carousel-full-width).multiple-columns-body .carousel .item img,
.body-banners img,
.banners-top-block .banner-wrapper a, .banners-top-block .banner-wrapper img,
.search input[type="search"].form-control { 
border-radius:6px !important;
}

ol.cart-header li.active,
.order-summary-bottom,
.box.box-categories>h4,
.shp-tabs-holder ul.shp-tabs li a,
.shipping-options-popup .h1:not(.advanced-order-suggestion), .advanced-order .h1:not(.advanced-order-suggestion),
.is-client-zone .content-inner form,
.navigation-buttons>a.top-nav-button-account,
.navigation-buttons>a.top-nav-button-login {border-radius: 6px 6px 0 0 !important;}

.next-step {border-radius: 0 0 6px 6px !important;}

.shp-tabs-wrapper .tab-pane.active:first-child {border-radius: 0 6px 6px 6px !important;}
/* BORDER RADIUS ADJUST END */
/* CART AND CHECKOUT ADJUST TO OPEN ITEMS START */
.co-contact-information h4 {
font-size:0;
}
.co-contact-information h4:after {
content: "\0046\0061\006B\0074\0075\0072\0061\0010D\006E\00E9\0020\00FA\0064\0061\006A\0065";
font-size: 24px;
}

.discount-coupon, #company-info {display:block !important;}
.discount-coupon-checkbox,
.discount-coupon-checkbox:before {font-size: 0 !important; width: 0 !important; height: 0 !important;}
@media (min-width: 1px) {.discount-coupon {opacity: 1 !important; visibility: visible !important; width: 100% !important; height: auto !important; padding: 20px 15px !important;}}

.js-hidden {
transform: scaleY(1) scaleX(1) !important;
visibility: visible !important;
position: inherit !important;
max-height: none !important;
max-width: none !important;
overflow: visible !important;
order: 2;
}

.toggle-coupon-input-button, .for-free, .payment-logo {display:none !important;}
.co-billing-address fieldset {display:flex; flex-direction:column;}
#checkoutSidebar {top:0 !important;}


#company-info .form-group {
width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}

.radio-wrapper input[type="radio"]+label {
min-height: 60px;
}
/* CART AND CHECKOUT ADJUST TO OPEN ITEMS END */
/* FOOTER SHOPTET COPYRIGHT REMOVE START */
html body #signature,
html body #signature img {
    font-size: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}
/* FOOTER SHOPTET COPYRIGHT REMOVE END */

@media (min-width: 1px) and (max-width: 768px) {
.desktop.multiple-columns-body .products-block>div {
width: 100% !important;
}}
/* SUBCATEGORIES START */
@media (max-width: 767px) {
.subcategories.with-image li.col-xs-6 {width: 100% !important;}
.subcategories.with-image li {width: 100% !important;}
.subcategories.with-image li a {flex-wrap: nowrap !important; justify-content: start !important; align-items: center !important; flex-direction: row !important;}
.subcategories.with-image li a .image {width: auto !important;}
.subcategories.with-image li a .text {width: auto !important; text-align: left !important;}
}
/* SUBCATEGORIES END */
/* FOOTER ICONS */
.footer-icons .footer-icon {
padding: 10px 12px !important;
box-shadow: none !important;
}

/* OTHER UNSPECIFIED */
.has-more-items .more-items-trigger {
display: none !important;
}

.phone-error {
border: 2px solid red !important;
}

.top-navigation-contacts a:before {
 color: #7c7e8f !important;
}


.banner-wrapper:has(.dm-config) {
  width: 100% !important;
max-width: 100% !important;
flex: 0 0 100% !important;
}


.dm-config {
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    background-color: #e5e5e5;
    background-repeat: repeat;
    background-size: 400px;
    background-position: center;
    margin-top: 20px;
    color: black;
}

.dm-config .h4 {
    text-align: center;
    width: 100%;
    margin: 0;
}

body.is-loaded .before-carousel .col-sm-4 {
    width: 100%;
}

.config-in {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

.config-in > div {
    width: calc(100% / 4);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.config-in > div > * {
    width: 100%;
}

.config-in label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 550;
}

.config-in label sup {
    color: var(--color-secondary);
    margin-left: 2.5px;
}

.config-in .selectme {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.finisbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.config-in {
    width: 1024px;
    max-width: 100%;
    margin: auto;
}

.dm-config .finisbtn a {
    font-size: 16px;
}

@media (min-width: 992px) {
    .dm-config {
        padding-right: 120px;
        padding-left: 120px;
        position:relative
    }

    .dm-config:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: 100%;
        width:100px
    }
}

@media (max-width: 992px) {
    .config-in > div {
        width: calc(100% / 2);
        padding-bottom:0
    }
}

@media (max-width: 768px) {
    .config-in > div {
        width: calc(100% / 1);
        padding-bottom: 0;
        padding-left: 0;
        padding-right:0
    }

    .dm-config {
        margin-top:0 !important
    }

    .dm-config select {
        max-width:100%
    }
}

/* Kategoria - vsetky v menu */
.category-link__icon span {
 width:50% !important;
 left: 15px !important;
 transform: translate(-10%, -50%) !important;
}

.category-link__icon--big {
width: 50px !important;
height: 50px !important;
border-radius: 6px !important;
}

/* Nastavenie recenzie v tele produktov map fashion */
.reviews-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}

.review-box {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
}

.stars {
    margin-bottom: 10px;
    font-size: 18px;
}

.review-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.review-author {
    font-style: italic;
    color: #666;
    margin: 0;
}

@media (max-width: 600px) {
    .reviews-wrapper {
        grid-template-columns: 1fr;
    }
}

.product-btn a,
.cart-related-button a {
font-size: 0 !important;
}
.product-btn a:before,
.cart-related-button a:before {
content:"Výber možností";
font-size: initial !important;
}

/* Pri recenziach nezobrazujeme odpovede automaticky */
.detail-parameters-block .detail-grid-title {
display: none !important;
}

.vote-time,
.vote-admin-response{
display:none !important;
}

/* Skryjeme hlavne menu v kosiku a krokoch pokladne */
body.in-kosik #navigation,
body.in-krok-1 #navigation,
body.in-krok-2 #navigation,
body.in-kosik .top-navigation-tools,
body.in-krok-1 .top-navigation-tools,
body.in-krok-2 .top-navigation-tools {
display:none !important;
}

body.in-kosik .header-top,
body.in-krok-1 .header-top,
body.in-krok-2 .header-top {
padding-bottom: 30px !important;
}

/* Rozlozenie recenzii obchodu */
body.in-hodnotenie-obchodu .votes-wrap {
max-width: 100% !important;
display: grid !important;
gap: 20px !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
@media (max-width:1007px) {
body.in-hodnotenie-obchodu .votes-wrap {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
}
body.in-hodnotenie-obchodu .vote-wrap {
background-color: rgb(232, 232, 232) !important;
margin-bottom: 0px !important;
width: 100% !important;
height: 100% !important;
padding: 10px !important;
margin-top: auto !important;
}