/*body, 
.product-details .white-bg input,
.product-details .white-bg select {
    background: #EDEFF3;
}

.product-details .white-bg input,
.product-details input#quantity{
    text-align: right;
}

.product-details .section-bulk ul.list-unstyled.text-muted li:nth-child(odd) {
    background: white;
}

.product-details .section-bulk li {
    padding: 0.5rem;
}

.white-bg {
    background: white;
    margin: 0 -100%;
    padding: 0 100%;
}

input#btn_add_product_to_editor {
    border-color: #0345bf;
    background: #0345bf;
    text-align: center;
    width: 100%;
}


.social-icons .fa {
    font-size: 2.5rem;
    margin: 0 .5rem;
}

/*#sp-footer1, #sp-header {
    text-transform: uppercase;
}*/
/*div#sppb-addon-1586261927090 {
    border-right: 1px solid white;
}

div#sppb-addon-1586261927093 {
    border-left: 1px solid white;
}


div#sppb-addon-1586261927090:hover {
    background: #3ff522;
    border-right: none;
}

div#sppb-addon-1586261927093:hover {
    background: #64f0fb;
    border-left: none;
}

.sppb-carousel-extended-nav-control .nav-control {
  border: none;
}

img.mr-3.order-thumbnail {
    max-width: 150px;
}

div#sppb-addon-1586261927093 {
    max-height: 300px;
}

div#sppb-addon-1586261927090 {
    max-height: 300px;
}


ul.sp-megamenu-parent.menu-animation-fade-up.d-none.d-lg-block {
    margin-right: 30px;
}
.shop.category-list, .shop.shop-cart, .shop.shop-account, .shop.shop-checkout,.shop.order-list,.shop.editor-wishlist, .front-user-addresses {
	padding :5% 0;
}
.shop.category-list {
	padding-bottom:0;
}*/
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Durst Icons';
    src:  url('../fonts/icomoon.eot?euzxd0');
    src:  url('../fonts/icomoon.eot?euzxd0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?euzxd0') format('truetype'),
    url('../fonts/icomoon.woff?euzxd0') format('woff'),
    url('../fonts/icomoon.svg?euzxd0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

:root {
    --primary-button-color: #17171C;
    --primary-button-color-hover: #66676e;
    --primary-button-outline-color: #CD0066;
    --primary-button-outline-hover-color: #ec0377;
    --secondary-button-color: #CD0066;
    --secondary-button-color-font: #fff;
    --secondary-button-color-hover: #ec0377;
    --secondary-button-outline-color:#CD0066 ;
    --secondary-button-outline-font-color:#17171C ;
    --select-input-color-border: #7E7E7E;
    --select-input-color-background: white;
    --font-color-general: #17171C;
    --font-color-links: #17171C;
    --font-color-links-hover: #CD0066;
    --border-radius: 0 !important;
    --higlight-color: #CD0066;

    --second-header-background-color: #17171C;
    --second-header-font-color: #fff ;
    --second-header-item-hover-color: #CD0066;

}

body, input, select {
    font-family: 'Roboto', sans-serif;
	font-weight: 500 ;
}

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

}



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


        .sppb-container {
            max-width:1240px
        }
    body.helix-ultimate .sppb-row-container {
        max-width: 1240px;
    }
    .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: 200% ;
}
#sp-header {
    box-shadow: none;
    height: 40px;
    background: var(--second-header-background-color);

}

#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-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    line-height: 40px;

}

.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.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: "\e950";
    font-family: 'Durst Icons' !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: 200%;
    padding: 0.5rem 0;
}
.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: 100vh;
    display: flex;
    flex-direction: column;
	overflow-x: initial;
}
.breadcrumb {
    font-size: 0.75rem;
    background-color: transparent;
    padding-left: 0;
    margin-top: 10px;
}
#sp-breadcrumb {
    min-height:0;
}

/*slider*/

.slider_button_info span:hover {background: rgb(255 255 255) !important;}

.request_info_button_outline {color: #17171c !important;border:2px solid #17171c !important;padding: 12px 30px !important;}
.request_info_button_outline:hover {
	color:white !important;
	background-color: #17171c !important;
}


/*Icons*/
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Durst Icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-alert-full-01 .path1:before {
    content: "\e900";
    color: rgb(0, 0, 0);
}
.icon-alert-full-01 .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-alert-full-01 .path3:before {
    content: "\e902";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-alert-full-01 .path4:before {
    content: "\e903";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-angle-down-01:before {
    content: "\e904";
}
.icon-angle-left-01:before {
    content: "\e905";
}
.icon-angle-right-01:before {
    content: "\e906";
}
.icon-angle-up-01:before {
    content: "\e907";
}
.icon-bring-to-front-01:before {
    content: "\e908";
}
.icon-bring-to-front-step-01:before {
    content: "\e909";
}
.icon-check-01:before {
    content: "\e90a";
}
.icon-check-full-01 .path1:before {
    content: "\e90b";
    color: rgb(0, 0, 0);
}
.icon-check-full-01 .path2:before {
    content: "\e90c";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-check-full-01 .path3:before {
    content: "\e90d";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-check-small-01:before {
    content: "\e90e";
}
.icon-contact-partner-01:before {
    content: "\e90f";
}
.icon-copy-01:before {
    content: "\e910";
}
.icon-dimension-01:before {
    content: "\e911";
}
.icon-download-neu-01:before {
    content: "\e912";
}
.icon-edit-01:before {
    content: "\e913";
}
.icon-ersetzen-01:before {
    content: "\e914";
}
.icon-first-01:before {
    content: "\e915";
}
.icon-fit-height-01:before {
    content: "\e916";
}
.icon-fit-width-01:before {
    content: "\e917";
}
.icon-formen-01:before {
    content: "\e918";
}
.icon-fullsreen-01:before {
    content: "\e919";
}
.icon-img-front-back-01:before {
    content: "\e91a";
}
.icon-jobs-01:before {
    content: "\e91b";
}
.icon-klimaneutral-01:before {
    content: "\e91c";
}
.icon-last-01:before {
    content: "\e91d";
}
.icon-log-out-01:before {
    content: "\e91e";
}
.icon-maintenance-5-01:before {
    content: "\e91f";
}
.icon-medium-type-non-perforated-01:before {
    content: "\e920";
}
.icon-menue-hambuger-01:before {
    content: "\e921";
}
.icon-minus-01:before {
    content: "\e922";
}
.icon-mouse-move-01:before {
    content: "\e923";
}
.icon-mouse-transform-rotate-01:before {
    content: "\e924";
}
.icon-mouse-transform-scale-01:before {
    content: "\e925";
}
.icon-opacity-01:before {
    content: "\e926";
}
.icon-orders-01:before {
    content: "\e927";
}
.icon-pagination-9-01:before {
    content: "\e928";
}
.icon-pagination-10-01:before {
    content: "\e929";
}
.icon-pattern-design-01:before {
    content: "\e92a";
}
.icon-photo-01:before {
    content: "\e92b";
}
.icon-phototheque-01:before {
    content: "\e92c";
}
.icon-pipette-01:before {
    content: "\e92d";
}
.icon-plus-01:before {
    content: "\e92e";
}
.icon-product-01:before {
    content: "\e92f";
}
.icon-rotate-left-01:before {
    content: "\e930";
}
.icon-rotate-right-01:before {
    content: "\e931";
}
.icon-send-to-back-01:before {
    content: "\e932";
}
.icon-send-to-back-step-01:before {
    content: "\e933";
}
.icon-settings-neu-01:before {
    content: "\e934";
}
.icon-shop-01:before {
    content: "\e935";
}
.icon-spiegeln-horizontal-01:before {
    content: "\e936";
}
.icon-spiegeln-vertikal-01:before {
    content: "\e937";
}
.icon-star-01:before {
    content: "\e938";
}
.icon-star-favorite-01:before {
    content: "\e939";
}
.icon-substrate-01:before {
    content: "\e93a";
}
.icon-template-01:before {
    content: "\e93b";
}
.icon-text-align-center-01:before {
    content: "\e93c";
}
.icon-text-align-left-01:before {
    content: "\e93d";
}
.icon-text-align-right-01:before {
    content: "\e93e";
}
.icon-times-01:before {
    content: "\e93f";
}
.icon-times-full-01 .path1:before {
    content: "\e940";
    color: rgb(0, 0, 0);
}
.icon-times-full-01 .path2:before {
    content: "\e941";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-times-full-01 .path3:before {
    content: "\e942";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-times-full-01 .path4:before {
    content: "\e943";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-time-shipping-01:before {
    content: "\e944";
}
.icon-times-small-01:before {
    content: "\e945";
}
.icon-tool-image-01:before {
    content: "\e946";
}
.icon-tool-redo-01:before {
    content: "\e947";
}
.icon-tool-rotate-01:before {
    content: "\e948";
}
.icon-tool-text-01:before {
    content: "\e949";
}
.icon-tool-undo-01:before {
    content: "\e94a";
}
.icon-tool-zoom-01:before {
    content: "\e94b";
}
.icon-tool-zoom-in-01:before {
    content: "\e94c";
}
.icon-tool-zoom-out-01:before {
    content: "\e94d";
}
.icon-trash-2-01:before {
    content: "\e94e";
}
.icon-upload-neu-01:before {
    content: "\e94f";
}
.icon-user-01:before {
    content: "\e950";
}
.icon-verschieben-01:before {
    content: "\e951";
}

/*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: initial;
    margin-right: initial;
    margin-left: initial;
    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(--font-color-general);
}


#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;
}

.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(--font-color-general);
}
.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(--font-color-general);
	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(--font-color-general);
	font-size: initial;
}
.upload_button_row:not(:first-child) {
	margin-top: 1.5rem;
}

.free-attributes input {
	height: initial!important;
}

.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(--font-color-general);
	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;
}



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

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

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


/*Buttons*/
.shop.product-details .btn {
    padding: 0.625rem !important;

}

.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;
    font-weight: 500;


}

.btn-primary, .sppb-btn-primary {
    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-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(--font-color-general);
    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(--font-color-general);
}

.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;
    color: var(--primary-button-outline-color);
    text-decoration: none !important;
    background-color: transparent;
}

/* button hover*/
.nativeProgressUpload .nativeProgressUpload__btn:hover, .btn-outline-primary:hover {
    cursor: pointer;
    background: var(--primary-button-outline-hover-color);
    color: #fff;
    border-color: var(--primary-button-outline-hover-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);
}

.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(--font-color-general);
    background-color: #f3f3f3;
}
.list_additional_information_item :focus,.list_addtional_information_item a:active {
    color:var(--font-color-general);
}

.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;
}

    /*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 {
    content:"\e904";
    font-family: "Durst Icons";
    position: absolute;
    top: 50%;
    right: 4%;
    pointer-events: none;
}
.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(--font-color-general);
    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(--font-color-general);
    background-color: var(--select-input-color-background);
    border-color: var(--select-input-color-border);
    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(--font-color-general);
    border-radius: var(--border-radius);
    font-weight: 400;


}

.form-control:focus {
    color: var(--font-color-general);
    background-color: #fff;
    border-color: var(--font-color-general);
    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:100px;
}

/** 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;
}
