
/* Custom Code anpassungen: die Fonts wurde über manuellen import geloest
@import url("https://use.typekit.net/yyj0vwu.css"); */

@import url(fontfaces.css);

@import url(gb-root.css);
@import url(icons.css);


html {
    scroll-behavior: smooth;
  }
  
body, input, select, p, div {
    font-family: var(--gb-font-family);
    line-height: var(--gb-font-line);
    font-size: var(--gb-font-size);
}

h1, .gb-h1, .h1 {
    font-family: var(--gb-hl-family-primary); 
    font-size: 2.5rem;
}
.gb-h1 {
    font-family: var(--gb-hl-family-primary); 
} 
h2, .gb-h2, h3, h4, h5, h6{
    font-family: var(--gb-hl-family-secondary);
    line-height: var(--gb-font-line);
    font-weight: 700!important;
}

.gb-meta {font-size: var(--gb-font-size-small);}
.gb-color-primary h2{color: var(--gb-ci-color-primary);}
.h3, h3 {font-size: 1.5rem!important;}
h4 {font-weight: 400!important;}
h5 {font-weight: 700!important;font-size: 1.2rem!important;}
@media all and (max-width: 768px) {
    .h3, h3 {  font-size: 1.6rem;}
    h4,h5, .gb-h4 {font-weight: 400!important;font-size: 1.2rem!important;}

}

a {
    color: var(--font-color-links);
    transition: unset;

}

ul.social-icons a:hover {
    color: var(--gb-ci-color-primary);
    transition: unset;


}
ul li, .gb-list ul li{margin-bottom: 10px;}
li::marker, .gb-list li::marker {color: #1cafa7;}


a:hover, a:focus, a:active {

    color: var(--higlight-color);

}

@media all and (max-width: 768px){
    .gb-hidden-m {display:block;}
    .gb-visible-m {display: none;}
    }


@media all and (min-width: 768px){
.gb-hidden-m {display:none;}
.gb-visible-m {display: block;}
}
/*MENU*/

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li:hover > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color:var(--gb-ci-color-primary);
}

.sp-megamenu-parent .sp-mega-group > li > a {text-transform: none!important; font-size: 18px; font-weight:400;}

.sp-megamenu-parent .col-sm-3 {

}
ul.sp-mega-group .image-title {line-height: 44px;}
.gb-menu-separator {border-top: 1px solid var(--gb-ci-color-secondary); width: 100%; padding: 0!important; line-height: 0!important;}


.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {margin-top: 45px; background: rgba(255, 255, 255, 0.95); box-shadow: var(--gb-box-shadow-large);}


ul.sp-mega-group li a img {
    box-shadow: var(--gb-box-shadow-large);
    transition: var(--gb-transition);
    transition-property: all;
}

ul.sp-mega-group li a img:hover {
    box-shadow: var(--gb-box-shadow-hover);
}

ul.sp-mega-group .image-title:hover {
    color: var(--gb-ci-color-primary);
}

/*MENU MOBILE*/
@media all and (max-width: 990px){
 body.ltr.offcanvs-position-right .offcanvas-menu {
    /* right: -420px !important; */
 }
.offcanvas-menu {
    /* width: 420px !important; */
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    font-size: var(--gb-font-size-large);
    line-height: var(--gb-font-line);
}
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: var(--gb-font-size);
    line-height: var(--gb-font-line);
}

}

/* PADDINGS */

.gb-padding-remove {
    padding: 0;
}

.gb-margin-remove {
    margin: 0;
}


.gb-padding-default {
    padding: var(--gb-padding-default);
}

.gb-padding-default-top {
    padding-top: var(--gb-padding-default);
}

.gb-padding-large {
    padding: var(--gb-padding-large);
}
.gb-padding-small {
    padding: var(--gb-padding-small);
}

/*CARD*/

.gb-card-default, .gb-card-primary, .gb-card-secondary {
    box-shadow: var(--gb-box-shadow-large);
    transition: var(--gb-transition);
    padding: var(--gb-padding-default);
    transition-property: all;
    transition-property: var(--gb-transition-property);
}

.gb-card-default {
    background-color:var(--gb-ci-color-default);
}

.gb-card-primary {
    background-color:var(--gb-ci-color-primary);
 }

.gb-card-secondary {
    /* background-color:var(--gb-ci-color-dark); */
    background:var(--gb-gradient-dark-moz);
    background:var(--gb-gradient-dark-webkit);
    background:var(--gb-gradient-dark-ms);
   /* border: 2px solid var(--gb-ci-color-secondary); */
   color: var(--gb-font-color-bright);

}

.gb-card-muted {
    background-color:var(--gb-ci-color-muted);
 }

 
 .gb-card-overlay {
     background: var(--gb-bg-overlay);
 }

.gb-card-default:hover {
    box-shadow: var(--gb-box-shadow-hover);
}

.gb-card-default:hover, .gb-card-primary:hover, .gb-card-secondary:hover{
  transform: translateY(3px);
}



/*INVERT*/
.gb-section-dark, .gb-section-dark .gb-card-default {
    background: var(--gb-ci-color-dark);
    color: var(--gb-font-color-bright);
}



/*TEXT COLORS*/
.gb-font-color-dark {color: var(--gb-font-color);}
.gb-font-color-bright {color: var(--gb-font-color-bright);}



/*REMOVE IMAGE PADDINGS ON CARDS/SP FEATURED BOX*/
.gb-card-default.gb-remove-image-padding .sppb-img-container, .gb-card-primary.gb-remove-image-padding .sppb-img-container, .gb-card-secondary.gb-remove-image-padding .sppb-img-container {
    margin-top: calc(var(--gb-padding-default) * -1)!important;
    margin-left: calc(var(--gb-padding-default) * -1)!important;
    margin-right: calc(var(--gb-padding-default) * -1)!important;
    }
    
    .gb-card-default.gb-padding-large.gb-remove-image-padding .sppb-img-container, .gb-card-primary.gb-padding-large.gb-remove-image-padding .sppb-img-container, .gb-card-secondary.gb-padding-large.gb-remove-image-padding .sppb-img-container {
    margin-top: calc(var(--gb-padding-large) * -1)!important;
    margin-left: calc(var(--gb-padding-large) * -1)!important;
    margin-right: calc(var(--gb-padding-large) * -1)!important;
    }
    
    .gb-card-default.gb-padding-small.gb-remove-image-padding .sppb-img-container {
        margin-top: calc(var(--gb-padding-small) * -1)!important;
        margin-left: calc(var(--gb-padding-small) * -1)!important;
        margin-right: calc(var(--gb-padding-small) * -1)!important;
        }
        .gb-card-blanko.gb-remove-image-padding .sppb-img-container {
            {
                margin-top: calc(var(--gb-padding-default) * -1)!important;
                margin-left: calc(var(--gb-padding-default) * -1)!important;
                margin-right: calc(var(--gb-padding-default) * -1)!important;
                }
        }
    
    



.gb-gradient {
    background: var(--gb-gradient-moz); 
    background: var(--gb-gradient-webkit);
    background:var(--gb-gradient-ms);
    height: 5px;
  }

  

  .sppb-empty-space {
    background: var(--gb-gradient-moz); 
    background: var(--gb-gradient-webkit);
    background:var(--gb-gradient-ms);
  }

  


/*STICKY NAV*/
.gb-nav-sticky {
    position: sticky !important;
    top: 250px !important;;
}

/*General Header*/
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }


    .sppb-container {
        max-width: 1280px
    }

    body.helix-ultimate .sppb-row-container {
        max-width: 1280px;
    }

    .sppb-row-container {
        width: 1270px;
    }
}

.shop-cart p, .shop-checkout p {
    margin-bottom: 0;
}

.shop-cart .name, .shop-checkout .name {
    font-weight: 700;
}

.smartshop-cart i {
    font-size: 175%;
}

.icon-shop-01::before {
    content: "\f07a";
    font-family: 'FontAwesome' !important;


}
.smartshop-cart__products {
    margin-left:-270px;
}

.advert-social {
    background: var(--header-first-row-color);
    padding: 0.3rem;
    color: white;
    font-size: 85%;
}

.advert-social a {
    color: white;

}

.advert-social a:hover {
    color:var(--gb-ci-color-primary)!important;

}
#sp-header {
    box-shadow: none;
    height: 100px;
    background: var(--second-header-background-color);

}
@media (min-width: 992px ){

    #middle-row {
        padding: 0.75rem 0.75rem 0;
    }

}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: initial;
    margin-left: 0;
}

.offcanvas-menu .offcanvas-inner {
   padding-top: 80px;
}

#sp-header .sp-megamenu-parent > li > a {
    color: var(--second-header-font-color);
}

#sp-header .sp-megamenu-parent > li:hover {
    background-color: var(--second-header-item-hover-color);
}

#sp-header .sp-megamenu-parent > li:hover > a {
    color: var(--second-header-item-hover-font-color);
}

#sp-header-1st-row {
padding: 10px 0;
}

@media all and (max-width: 1024px) {

    #sp-header-1st-row {
        padding: -0px 0;
        }  
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    line-height: 40px;
    font-size: 18px;

}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 18px;

}

.sp-megamenu-parent {
    float: unset;
}

#sp-header-1st-row {
    width: 100%;
    background: white;
    box-shadow: 0px 5px 4px -3px rgba(0, 0, 0, 0.10);
}

#sp-header-1st-row {
    position: sticky !important;
    z-index: 99;
    top: 0;
}

#sp-header-1st-row #offcanvas-toggler > .fa {
   color:var(--gb-font-color);
}

#sp-header.header-sticky {
    position: unset;
}

#sp-header .sp-megamenu-parent {

    width: fit-content;
    margin: auto;
}

.sp-megamenu-parent.user-menu > li > a {
    padding: 0.5rem 0;
    line-height: unset;
}

.user-menu .icon-user a:before {
    content: "\f007";
    font-family: 'FontAwesome' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 150%;
    padding: 0.5rem 0;
}


ul.sp-megamenu-parent.menu-animation-none.user-menu.mr-md-2.align-self-center li:last-of-type{
    display: none;
}


.logo-image-phone, .logo-image {
    object-fit:contain;
}
.user-menu {
    margin: 0;
}

#search_place .sp-module {
    /* width: 100%; */
}

.lang-inline .lang-active a {
    color: var(--higlight-color);
}

.smartshop-cart__link:hover {
    color: var(--higlight-color) !important;
}


#sp-main-body {
    padding: 30px 0 100px 0;
    flex-grow: 1;
}

.body-innerwrapper {
    min-height: calc(100vh);
    display: flex;
    flex-direction: column;
    overflow-x: initial;
}

.breadcrumb {
    font-size: 0.75rem;
    background-color: transparent;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

#sp-breadcrumb {
    min-height: 0;


}
.powered p {
    margin-bottom: 0;
}
/*Promo Bar*/

.ja-promo-bar .buttons .closed {
    display: none;
}

.ja-promo-bar .buttons span {
    background: none;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    height: 40px;
    text-indent: 0px;
    font-size: 1.75rem;
    padding: 0.4rem 0.5rem;
    width: 40px;
}
    /*Search bar*/
.durst_search input:focus {
    border: none !important;
}

.durst_search .offlajn-ajax-search-container {
    padding: 0 !important;
}

.durst_search .magnifier:before {
    content: "\e94b";
    font-family: 'Durst Icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 36px;
    display: block;
    font-size: 1.5rem;
    padding: 0 0.3rem;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #17171C;
    color: white;
}


.plugin-title.first {
    display: none;
}

.alert {
    border-radius: var(--border-radius);
}
/*shadow */
.shadow {
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 9%) !important;
}
.card {
    border-radius: var(--border-radius);
}
.list-group-item:first-child {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
.list-group-item:last-child {
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
}
 

/*Category*/

.category-products .product_label {

    left: -14px;
}

.category-products .cart-product__form {

    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.category-products .cart-product__short-description {
    flex-grow: 1;
}

.cart-product__plus-shipping {
    font-size: 80%;
    font-weight: 400;
}

/*cart module*/

.smartshop-cart__badge {
    background-color: var(--higlight-color);
}

.shop-cart .angebote_erstellen {
    width: 100%;
}

/*Product*/
.shop.product-details h1 {
    /* font-size: 1.875rem;
    margin-bottom: 1.25rem; */
}

.product_upper_part {
    display: flex;
    justify-content: space-between;
}

.plus_tax_plusshipping a:hover, .plus_tax_plusshipping a:focus, .plus_tax_plusshipping a:active {
    color: var(--font-color-links-hover);
}

.plus_tax_plusshipping a {
    text-decoration: underline;
}

.carousel-indicators {
    position: initial;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: initial;
    padding-left: 15px;
    margin-right: initial;
    margin-left: 15px;
    list-style: initial;
}

.list_product_image_thumb_item {
    filter: grayscale(1);
    border: 1px solid transparent;
    cursor: pointer;

}

.list_product_image_thumb_item.active {
    filter: unset;
    border: 1px solid var(--gb-font-color);
}


#list_product_image_thumb {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.product_upper_part .sticky-top {
    position: initial !important;
    top: 70px !important;
    z-index: 0 !important;
}

.jshop_prod_attributes label {
    padding-right: 0;
}

.group-attributes.border {

    border-color: var(--select-input-color-border)!important;
}
.upper-group-attributes {

    background-color: var(--select-input-color-border);
    color: white;

}
.upper-group-attributes h5 {

    font-weight: 400;
    font-size: 1rem;
}
.nativeMultiuploadProgressHeader {
    margin-bottom: 0;
}

#product-current-price {
    font-size: 1.25rem;
}

.product_better_price {
    color: var(--higlight-color);
}

.native-uploads-previews .native-uploads-preview .native-uploads-preview__imgInfo, .nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__wrapper {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
}

.native-uploads-previews .native-uploads-preview .native-uploads-preview__description-link, .nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__description-link {
    color: var(--gb-font-color);
}

.native-uploads-previews .native-uploads-preview .native-uploads-preview__describeInput, .nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__describeInput {

    padding: 0.625rem;
    line-height: 1.5;
    font-size: 1rem;
    margin-top: 0px;
    border: 1px solid;
    border-color: var(--select-input-color-border);
    color: var(--select-input-color-border);
}

.nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__removeFile {
    position: absolute;
    top: -12px;
    right: 0;
}

.nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__removeFileLink {
    display: inline-block;
    color: white;
    background-color: var(--gb-font-color);
    border: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__removeFileLink:hover {
    background-color: var(--higlight-color);
}

.nativeMultiuploadProgressHeader .nativeMultiuploadProgressHeader__newUpload .nativeMultiuploadProgressHeader__newUploadLink {
    display: inline-block;
    padding: 0.625rem;
    border: 1px solid;
    border-radius: var(--border-radius);
}

.native-uploads-previews .native-uploads-preview .native-uploads-preview__describeInput::-webkit-input-placeholder, .nativeProgressUpload .nativeProgressUpload-imageInfo .nativeProgressUpload-imageInfo__describeInput::-webkit-input-placeholder {
    text-align: left;
    font-weight: 400;
}

#productForm li.mb-4.shop_editor_btn {
    margin-bottom: 1.5rem !important;
}

.nativeMultiuploadProgressHeader .nativeMultiuploadProgressHeader__max {
    color: var(--gb-font-color);
    font-size: initial;
}

.upload_button_row:not(:first-child) {
    margin-top: 1.5rem;
}

.free-attributes input {
    height: initial !important;
}
#productForm .free-attr input {
    text-align: left;
}

.inputbox.freeattr {
    width: 1% !important;
    flex: 1 1 auto;
}

#productForm .free-attributes .col {
    display: unset;
    width: initial;
    padding-right: 15px;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 15px;
    vertical-align: top;
    line-height: 1rem;
}

.input-group-text {

    padding: .7rem;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gb-font-color);
    background-color: #e9ecef;
    border: 1px solid var(--select-input-color-border);
    border-radius: var(--border-radius);
}

#product-details__short-description {
    font-size: 0.875rem;
}

.product_label {
    z-index: 1;
    top: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--gb-font-color);
    background-color: #fff;
    border-color: var(--gb-font-color);
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    font-size: 1.7rem;
    font-weight: 400;

}
.nav-tabs {
    border-bottom: 0;
}

#description__text, .shop.category-list {
    font-weight: 400;
}


@media (min-width: 768px) {
    .nativeProgressUpload-imageInfo {
        width: calc(200% + 30px);
    }

    .product_upper_part .sticky-top {
        position: sticky !important;
        top: 140px !important;
    }
}

@media (max-width: 767px) {
    #product-details__uploads {
        padding-right: 0 !important;
    }

    .shop_editor_btn {
        padding-left: 0 !important;
    }
}
/*Rating and Review*/
.rating.rating--static .rating__label.checked .rating__icon--star {
    color: black;

}
.rating.rating--static .rating__icon--star, .rating .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}
.rating .rating__icon--star {
    color: orange;
}
.rating .rating__icon {
    pointer-events: none;
    font-size: 1.25rem;
}

/*Buttons*/
.shop.product-details .btn {
    padding: 0.625rem !important;
    font-size: var(--gb-font-size);

}

.btn {

    border-radius: var(--border-radius);
    border: 2px solid transparent;
    font-weight: 500;
}

#btn_add_product_to_editor, .product_stone .nativeProgressUpload .nativeProgressUpload__btn {

    line-height: 1.5;
    border-radius: var(--border-radius);
    background-color: var(--secondary-button-color);
    color: var(--secondary-button-color-font);
    border: 2px solid transparent;
    border-color: var(--secondary-button-outline-color);
    font-weight: 500;
    font-size: var(--gb-font-size);

}

#btn_add_product_to_editor:before {
    content: "knknfkn";
}


.btn-primary, .sppb-btn-primary, .sppb-sp-slider-button .sp-slider-btn-text {
    border-color: var(--primary-button-color);
    background-color: var(--primary-button-color);
}

.btn-outline-primary {
    color: var(--primary-button-outline-color);
    background-color: transparent;
    background-image: none;
    border-color: var(--primary-button-outline-color);
}

.btn-secondary {
    background-color: var(--secondary-button-color);
    border-color: transparent;
}

.btn-outline-secondary {
    color: var(--secondary-button-outline-font-color);
    background-color: transparent;
    background-image: none;
    border-color: var(--secondary-button-outline-color);
}

.btn-outline-light {
    color: var(--gb-font-color);
    background-color: transparent;
    background-image: none;
    border: 1px solid;
    border-color: var(--select-input-color-border);


}

.btn-outline-light.focus, .btn-outline-light:focus {

    color: var(--gb-font-color);
}

.nativeProgressUpload .nativeProgressUpload__btn {
    display: block;
    padding: 0.625rem;
    font-size: inherit;
    text-align: center;
    border-radius: var(--border-radius);
    /* border-color: var(--primary-button-outline-color); */
    border: 2px solid var(--secondary-button-outline-color);
    /* color: var(--primary-button-outline-color); */
    color: var(--gb-font-color-bright);
    text-decoration: none !important;
    /* background-color: transparent; */
    background-color:  var(--secondary-button-color);
    font-size: var(--gb-font-size);
}


/* button hover*/
.nativeProgressUpload .nativeProgressUpload__btn:hover, .btn-outline-primary:hover, .btn-outline-secondary:hover {
    cursor: pointer;
    background: var(--secondary-button-outline-color);
    color: #fff;
    border-color: var(--secondary-button-outline-color);

}

.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: var(--primary-button-color-hover);
    background-color: var(--primary-button-color-hover);

}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-button-color-hover);
    border-color: var(--primary-button-color-hover);
}

#btn_add_product_to_editor:hover, .btn-secondary:hover {

    background-color: var(--secondary-button-color-hover);
    border-color: transparent;
}

.btn-outline-light:hover, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-button-outline-hover-color);
    border-color: var(--primary-button-color);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border-color: var(--primary-button-color-hover);
    background-color: var(--primary-button-color-hover);
}

.btn-primary.focus, .btn-primary:focus, .btn.focus, .btn:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.shop.product-details .plusminus-btn {

    width: 3rem;
    font-size: 1.35rem;
    padding: 0 !important;
}

.list_additional_information_item:nth-child(2n+1) {

    border-top: 1px solid var(--select-input-color-border);
    border-bottom: 1px solid var(--select-input-color-border);

}

.list_additional_information_item:last-child {
    border-bottom: 1px solid var(--select-input-color-border);
}

.list_additional_information_item:first-child {
    margin-top: 3.125rem;
}

.list_additional_information_item a {

    padding: 0.844rem 1.2rem;
    font-size: 1.125rem;
    display: block;
}

.list_additional_information_item a:hover {

    color: var(--gb-font-color);
    background-color: #f3f3f3;
}

.list_additional_information_item :focus, .list_addtional_information_item a:active {
    color: var(--gb-font-color);
}

.list_additional_information_item i {

    margin-top: 5px;
    float: right;
}

.collapsed .icon-angle-up-01 {
    transform: rotate(180deg);
}

.download a, .extra_fields_el {

    font-size: 90%;
    font-weight: 400;
}

.download a {
    text-decoration: underline;
}

.download a:hover {
    color: var(--higlight-color);
    background-color: transparent;
}

.download a i {
    float: none;
    margin-right: 10px;
    font-size: 180%;
    color: var(--higlight-color);
}

.list_additional_information_item_content {

    padding: 0.844rem 1.2rem;
}

.extra_fields_name {
    font-weight: 500;
}

/*Tooltip*/
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: var(--tooltipFontColor);
    text-align: center;
    background-color: var(--tooltipBackground);
    border-radius: .25rem;
}

/*Bulk price table*/
.productBulkPrice:nth-child(2n+1) {
    background-color: #f3f3f3;

}

.productBulkPrice {
    font-weight: 400;
    font-size: 90%;
    padding: 0.3rem 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*Selects*/
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: initial;
}

label.select {
    position: relative;
    width: 100%;
}

label.select:after, .select .select-option:after  {
    content: "\e904";
    font-family: "Durst Icons";
    position: absolute;
    top: 50%;
    right: 4%;
    pointer-events: none;
}

.select .select-option:after {
    top:20%;
}

.selectwrapperlabel:after {
    content: "\e904";
    font-family: "Durst Icons";
    position: absolute;
    top: 44%;
    right: 3%;
    pointer-events: none
}

.shop.product-details input[type="text"]:not(.form-control), .shop.product-details input[type="email"]:not(.form-control), .shop.product-details input[type="url"]:not(.form-control), .shop.product-details input[type="date"]:not(.form-control), .shop.product-details input[type="password"]:not(.form-control), .shop.product-details input[type="search"]:not(.form-control), .shop.product-details input[type="tel"]:not(.form-control), .shop.product-details input[type="number"]:not(.form-control), .shop.product-details select:not(.form-control) {
    display: block;
    width: 100%;
    padding: 0.7rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {

    color: var(--gb-font-color);
    background-color: var(--select-input-color-background);
    background-image: none;
    background-clip: padding-box;
    border: 1px solid var(--select-input-color-border);
    border-radius: var(--border-radius);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 400;
}


input[type="number"]:not(.form-control) {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
    color: var(--gb-font-color);
    background-color: var(--select-input-color-background);
    border-color: var(--gb-font-color);
    box-shadow: inset 0px 0px 0px 2px;
    outline: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    border-radius: var(--border-radius);
}

.shop.product-details .form-control {

    padding: 0.7rem;

}

.form-control {
    border-color: var(--select-input-color-border);
    color: var(--gb-font-color);
    border-radius: var(--border-radius);
    font-weight: 400;


}

.form-control:focus {
    color: var(--gb-font-color);
    background-color: #fff;
    border-color: var(--gb-font-color);
    outline: 0;
    box-shadow: none;
}

/*cart and checkout*/
.shop-cart .list-group.cart-items .list-group-item {
    border: none;
    border-top: 1px solid #ededed;
    padding: 1.25rem 0;

}

.shop-cart .list-group.cart-items .list-group-item:nth-child(1) {

    border-top: none

}

.cart-list-header {
    background: #f7f7f7;
    padding: 0.75rem 1.25rem;
    font-weight: bold;
}

.cart-list-title.quantity {
    text-align: center;
}

.delivery_time_cart, .production_time_cart {
    font-weight: 700;
}

.native-uploads-previews .native-uploads-preview .native-uploads-preview__description-link {
    font-size: unset;
}

.price-checkout-discount, #updateCartForm {

    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 9%);

}

li.total-price-cart, li.fullsumm {
    border: none;
    border-top: 1px solid #dee2e6;

}

.shop-cart .list-group-item:hover, .shop-checkout .list-group-item:hover {
    z-index: inherit;
}

.list-group.cart-items {

    padding: 0 1.25rem;
}

.shop-cart input::-webkit-outer-spin-button,
.shop-cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.shop-cart input[type=number] {
    -moz-appearance: textfield;
}

.shop-cart .plusminus-btn {
    width: 1.75rem;
}


/** Checkout **/
.shop-checkout fieldset, .checkout-cart {
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 9%);
    padding: 2rem;
}

.form-group.address label.textfield-label {
    position: relative;
    top: 9px;
    left: 10px;
    background-image: linear-gradient(transparent 0.8rem, rgba(0, 0, 0, .15) 0.8rem, white 0.84rem, transparent 0.9rem);
    padding: 1px 5px 0px;
}

.shop-checkout .form-group .form-group {

    margin-top: -15px;
}

.sticky-price-box {
    position: sticky;
    top: 140px;
}

/** Checkout progress banner **/
.checkout_step:after, .checkout_step:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-width: 20px 0px 20px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #dee2e6;
    position: absolute;
    top: -1px;
    right: -15px;
}

.checkout_step:before {

    border-color: transparent transparent transparent white;
    z-index: 9;
    right: -15px;
}

.checkout_step_second:before {
    border-color: transparent transparent transparent white;
    right: -14px
}

.checkout_step.active {
    border-color: #343a40 !important;

}

.checkout_step.active:before {
    border-color: transparent transparent transparent #343a40;
    right: -15px;
}

.checkout_step, .checkout_step_last {
    height: 40px
}

.steps_banner {
    padding-bottom: 7rem;
}

#sp-checkout-header .logo {
    text-align: center;
    padding: 0.5rem 0 0 0;
}

/*whatsapp button*/
.wptwa-toggle {
    bottom: 28px;
    right: 84px;
}

.wptwa-box.wptwa-js-ready {

    right: 84px;
}

.section_with_whats_app {

    z-index: 10 !important;
}

/*adresses*/

.user-addresses .user-address--default, .user-addresses .user-address:hover, .user-addresses__new--default, .user-addresses__new:hover {
    font-weight: 500;
    border: none;

}

.user-addresses .user-address, .user-addresses__new {
    overflow: hidden;
    position: relative;
    display: block;
    border: none;
    padding-right: 5rem;
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 9%);
}

.user-addresses .user-address__default-text, .user-addresses__new__default-text {
    margin: 0;
    font-size: 12px;
    color: var(--higlight-color);

}

.user-addresses .user-address__default, .user-addresses__new__default {
    border: 1px solid var(--select-input-color-border);
    padding: 80px 95px 10px 100px;
    -webkit-transform: rotate(
            40deg
    );
    transform: rotate(
            40deg
    );
}

.user-addresses div:not(:last-child) {
    margin-right: 2rem;
}

/*myaccount*/
.myaccountmenu .list-group-item.active {
    background-color: initial;
    font-weight: 500;
    color:var(--gb-font-color);

}
.myaccountmenu .list-group-item {
    margin-bottom: 0;
    border:none;
    border-bottom: 1px solid var(--select-input-color-border);
    font-weight: 400;

}

.myaccountmenu .list-group-item:last-child {
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
}
.myaccountmenu .list-group-item:first-child{
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
.myAccountCards__card  {

    margin-bottom: 1.5rem;
}
.myAccountCards__card [class^="icon-"]{
    line-height: 5rem;
}

.myAccountCards__card .card {

    height: 100%;
    line-height: 1.75rem;
}

.myAccountCards__card .fas.fa-user-shield {
    text-align: center;
    line-height: 5rem;
}
.myAccountCards__card .fas.fa-user-shield:before {

    display: block;
    width: 100%;
    font-size: 50px;
}
.myAccountCards__card:hover {
    opacity: 1;
}

.myAccountCards__card:hover .icon-dark:before {
    color:var(--higlight-color);
}

.durst_search_button {

    background: var(--primary-button-color);
    color: white;
    padding: 0;
    width: 56px;
    height: 40px;
}

.durst_search_button i {

    font-size: 1.5rem;
    line-height: 2rem ;
}

.durst_search_delete {
    display: none;
    position: absolute !important;
    right: 0px;
    background: transparent;
}


.durst_search_delete i {

    border-radius: 50%;
}




/*EFFECTS*/
  
.gb-glow-on-hover .sppb-btn-primary, a.gb-glow-on-hover, button.gb-glow-on-hover {
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.gb-glow-on-hover .sppb-btn-primary::before,  a.gb-glow-on-hover::before, button.gb-glow-on-hover::before {
    content: '';
    /* background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000); */
    background: linear-gradient(45deg, #1cafa7, #82c5bc, #a0e5dc, #82c5bc, #1cafa7, #82c5bc, #a0e5dc, #82c5bc, #1cafa7);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(0px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 0px;
}

.gb-glow-on-hover .sppb-btn-primary:active,  a.gb-glow-on-hover:active, button.gb-glow-on-hover:active {
    color: #000
}

.gb-glow-on-hover .sppb-btn-primary:active::after,  a.gb-glow-on-hover:active::after, button.gb-glow-on-hover:active::after {
    background: transparent;
}

.gb-glow-on-hover .sppb-btn-primary:hover::before,  a.gb-glow-on-hover:hover::before, button.gb-glow-on-hover:hover::before {
    opacity: 1;
}

.gb-glow-on-hover .sppb-btn-primary::after,  a.gb-glow-on-hover::.after, button.gb-glow-on-hover::after  {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0px;

}


@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}




/*SLIDESHOW*/


.sp-slider.dot-controller-line .sp-dots ul li.active span {
    background: var(--gb-gradient-moz);
    background: var(--gb-gradient-webkit);
    background: var(--gb-gradient-ms);

}

.sp-preloader {
    color: #ffffffbd;
}

.sp-dots > li {color: #ffffffbe;}


.sp-item.slider-content-vercally-center {
    /* align-items: flex-end!important; */
    padding-bottom: -2em;
}



.sp-slider-content-wrap {
  display: flex;
  flex-flow: nowrap;
}

.sp-slider-content-align-left, .sp-slider-image-align-left{
    background: var(--gb-bg-overlay);
    padding: var(--gb-padding-default);
}



a.gb-glow-on-hover .sppb-sp-slider-button .sp-slider-btn-text:hover 
{
    color: #17171c!important;
}


.gb-slideshow-mobile .sp-slider-content-wrap 
{justify-content: flex-end; height:100%; display:flex; flex-flow: column; padding-bottom: 25px;}


.gb-slideshow-desktop .sp-slider-content-wrap 
{
display: flex;
flex-flow: row;
justify-content: flex-end;
padding-right: 15%;
padding-left: 60%;
width: 100% !important;
}

@media all and (max-width: 1800px){

    .gb-slideshow-desktop .sp-slider-content-wrap {
    padding-right: 12%;
    padding-left: 55%;}

}

@media all and (max-width: 1400px){

    .gb-slideshow-desktop .sp-slider-content-wrap {
    padding-right: 5%;
    padding-left: 55%;}

}

@media all and (max-width: 1200px){

    .gb-slideshow-desktop .sp-slider-content-wrap {
    padding-right: 5%;
    padding-left: 50%;}

}

@media all and (max-width: 1050px){

    .gb-slideshow-desktop .sp-slider-content-wrap {
    padding-right: 5%;
    padding-left: 45%;}

}

/*PRDUCT SLIDESHOW --> blocks --> media_pr_blg*/

.gb-product-slider{
display: block;
}

#list_product_image_thumb {
    display: flex;
    flex-flow: row;
    justify-content:left;
    margin-top: 5px;
}

.list_product_image_thumb_item {
    width: 100px;

}

.list_product_image_thumb_item {
    margin-left: 10px;
}
.list_product_image_thumb_item:first-child {
    margin-left: 0px;
}



/*TESTIMONIAL MODS START*/

.sppb-testimonial-carousel-item-content {border-radius: 0!important;}

.sppb-carousel-extended-dots ul li:hover span, .sppb-carousel-extended-dots ul li.active span {background: var(--gb-ci-color-primary)!important;}



/*HEADER STYLE 1 MODS*/
/* #sp-top-bar {background: var(--gb-ci-color-dark); padding-bottom: 0;}
#sp-top-bar .row-fluid {display: flex; flex-flow: row;}

#sp-header {
    box-shadow: none;
    height: 150px;
    background: var(--second-header-background-color);

} */