/*
CASUAL BOX SHADOW:
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
*/

:root {
  --main-txt-color: #2e3643;
  --main-bg-color: #fff;
  --casual-action: #d46c6c;
  --highlight: #f5f5f5;
  --max-width: 1750px;
  --side-padding: 20px;
  --nofocus-color:#636363;
  --buttonColor:#d46c6c;
  --darkHighlight: #959fa5;
}

* {
    box-sizing: border-box;
}

/* noto-sans-regular - latin */

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/noto-sans-v25-latin-regular.eot'); 
    src: local(''),
         url('../fonts/noto-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/noto-sans-v25-latin-regular.woff2') format('woff2'), 
         url('../fonts/noto-sans-v25-latin-regular.woff') format('woff'), 
         url('../fonts/noto-sans-v25-latin-regular.ttf') format('truetype'), 
         url('../fonts/noto-sans-v25-latin-regular.svg#NotoSans') format('svg');
  }

  @font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('../fonts/noto-sans-v25-latin-700.eot'); 
    src: local(''),
         url('../fonts/noto-sans-v25-latin-700.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/noto-sans-v25-latin-700.woff2') format('woff2'), 
         url('../fonts/noto-sans-v25-latin-700.woff') format('woff'), 
         url('../fonts/noto-sans-v25-latin-700.ttf') format('truetype'), 
         url('../fonts/noto-sans-v25-latin-700.svg#NotoSans') format('svg'); 
  }

  @font-face {
    font-family: 'typicons';
    font-display: swap;
    src: url("../fonts/typicons.eot");
    src: url("../fonts/typicons.eot?#iefix") format('embedded-opentype'),
         url("../fonts/typicons.woff") format('woff'),
         url("../fonts/typicons.ttf") format('truetype'),
         url("../fonts/typicons.svg#typicons") format('svg');
    font-weight: normal;
    font-style: normal;
  }

  .typcn {
      font-size: 27px;
  }

  @font-face {
	font-family: 'Linearicons-Free';
    font-display: swap;
	src:url('../fonts/Linearicons-Free.eot?w118d');
	src:url('../fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('../fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('../fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('../fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('../fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.highBg {
    background-color: var(--highlight);
}

h1 {
    margin: 0px
}

p {
    color: var(--main-txt-color);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



a:hover, .alink:hover {
    text-decoration: underline;
    color: var(--casual-action);
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: var(--casual-action);
}

.message.success {
    margin:0px;
}



/*questionable fixes*/
.login-container:before,
.login-container:after{
    display: none;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 45px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account {
    width: 100%;
}

div#shirtplatform_creator {
    background: url('../images/creatorBg_faded.jpg') center top repeat-x #dbd7cc;
    float: left;
        min-height: 600px;
    height: 70vh!important;
}

.fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 15px;
}
.abs-login-block-title strong, .amazon-validate-container .block .block-title strong, .login-container .block .block-title strong {
    font-weight: 700;
}

.amazon-validate-container .block .block-title, .login-container .block .block-title {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -2px;
    border-bottom: 0px;
}

form#form-validate fieldset.create.info {
    margin-bottom: 0;
}

.login-container .fieldset:after {
    margin-top: 10px;
}

.actions-toolbar .secondary {
    float: left;
    margin-left: 15px;
}

.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:before {
    content: '';
}



a:visited, .alink:visited {
    color: var(--casual-action);
    text-decoration: none;
}

a, .alink {
    color: var(--casual-action);
    text-decoration: none;
}

.smallShadow {
-webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.shadow {
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
}

body {
	background: var(--main-bg-color);
	font-family: 'Noto Sans', sans-serif;
	color: var(--main-txt-color);
    font-size: 1.5rem;
    letter-spacing: 0.02em;
}

/*LIGHTBOXES*/
#lightboxOverlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        background: rgba(29, 27, 23, 0.8);
        width: 100%;
        height: 100vh;
        display: none;
}
.lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background:rgb(7 17 30 / 30%);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100vh;
    display: none;
}


.rabattPopup.popUp {
    background: url(../images/rabatt.jpg) #b51a18 top center no-repeat!important;
}


.videoPopup iframe {
    width: 100%;
    height: 500px;
    float: left;
}

.videoPopup.popUp {
    padding: 0;
    max-width: 890px;
    width: 100%;
}

.popUp {
    width: 100%;
    padding: 50px;
    max-width: 1000px;
    background: #ffffff;
    min-height: 500px;
    position: relative;
    margin: auto;
    display: none;
    text-align: left;
    flex-direction: column;
}

.popUp ol {
    float: left;
    text-align: left;
    font-size: 14px;
    margin: 0;
    padding: 0px 15px;
}

.insideBox img {
    position: absolute;
    width: 94px;
    left: 0px;
    top: 0;
}

.popUp ol li{
    margin-bottom: 5px;
}

strong.inlineCaption {
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 30px;
    line-height: 1;
    margin-bottom: 20px;
}


.popUp span.phone {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.lightboxOverlay i.closeAll {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    cursor: pointer;
    opacity: 1;
    font-size: 30px;
    color: #fff;
    z-index: 9999;
}

i.material-icons.closeIcon {
    vertical-align: bottom;
    opacity: 0.8;
}

.popUp span.caption {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 30px;
}

.popUp span.subCaption {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 30px;
    color:var(--nofocus-color);
    float: left;
}

.popUp .insideBox {
    float: left;
    padding: 40px 15px 15px;
    font-size: 17px;
    line-height: 1.2;
    border: 1px solid var(--main-bg-color);
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    margin-bottom: 5px;
}

.popUp span.boxTitle {
    position: absolute;
    top: -1px;
    display: block;
    padding: 5px 10px;
    margin-left: auto;
    margin-right: auto;
    left: 95px;
    color: #fff;
    font-weight: 600;
    background: var(--casual-action);
}

.insideBox p {
        margin-bottom: 0px;
    text-align: left;
    color: var(--nofocus-color);
}

.closeMobile {
    display: none;
    cursor: pointer;
        float: left;
    margin-top: 30px;
    padding: 10px;
    border-radius: 5px;
    color: var(--nofocus-color);
    border: 1px solid var(--main-bg-color);
}

.responsiveTeaser {
    display: none;
    width: 100%;
    position: relative;
    height: auto;
}

.responsiveTeaser img {
    position: relative;
    width: 100%;
    object-fit: cover;
    float: left;
}

.responsiveTeaser span.actionButton {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    width: 260px;
    margin: auto;
    font-size: 4.6vw;
}

.responsiveTeaser a {
    display: block;
    float: left;
    position: relative;
}



.topMessages {
    float: left;
    width: 100%;
    position: relative;
    background: #000;
}

.topMessages .messageTop {
    max-width: var(--max-width);
    min-height: 30px;
    margin: auto;
    line-height: 1.3;
    text-align: center;
    display: flex;
    align-items: baseline;
    font-size: 1.4rem;
    grid-gap: 10px;
    padding:10px;
    color: #fff;
    justify-content: space-evenly;
}
.page-header {
	background: #fff;
    z-index: 999;
    display: flex;
    flex-direction: column;
    padding: 0 100px;
}

.header.content, .page-main, .footer.content, .page-header .header.panel  {
	max-width: 100%;
    padding: 0px;
}

.header.content::before{
    display: none;
}

.header.content {
    padding: 0px 0px 0px 20px;
    display: flex;
    max-width: var(--max-width);
    width: 100%;
    min-height: 65px;
}

.header.content:after {
    display: none;
}

.logo {
    max-width: 150px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 16px;
}



.emptyCartContent {
    width: 100%;
    height: 300px;
    background: #fff;
    padding: 130px 40px 40px;
    text-align: center;
    margin-top: 0px;
    float: left;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.emptyCartContent i {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 70px;
    font-size: 60px;
    color: var(--nofocus-color);
}

.emptyCartContent .title {
    width: 100%;
    float: left;
    font-size: 27px;
    font-weight: 600;
}

ul.header.links {
    list-style-type: none;
    padding: 0px;
    margin: 0;
    order: 1;
}

ul.header.links li {
    padding: 0px 0px 0px;
    margin: 0;
    width: 100%;
    float: left;
}

ul.header.links li a{color: var(--main-txt-color)}

ul.header.links li a {
    
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.item.link.compare {display: none;}


.accountIcon {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    grid-gap: 5px;
    justify-content: center;
    font-size: 12px;
}

.accountIcon a {
    align-items: center;
    color: var(--main-txt-color);
}

.accountIcon a:hover {
    text-decoration: none;
    color: var(--casual-action);
}

#password-strength-meter-label {
    font-weight: 600;
}

/* TOP MENU */

.customTopLink ul {
    float: left;
    width: 100%;
    padding: 0;
    list-style-type: none;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.customTopLink ul.loggedIn {
    float: left;
    width: 100%;
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    padding: 0;
    list-style-type: none;
    font-size: 1.5rem;
    margin-bottom: 0;
}


.customTopLink ul li {
    margin-bottom: 0px;
}

.customTopLink ul.loggedIn li {
    margin-bottom: 0px;
    padding: 5px 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.customTopLink ul li a{
    color: #000;
}

.customTopLink ul li a:hover{
    color: var(--casual-action);
    text-decoration: none;
}


.customTopLink i.material-icons {
    font-size: 18px;
    float: left;
    vertical-align: initial;
    margin-top: 1px;
    margin-right: 5px;
    color: var(--casual-action)!important;
}

.accountWrapper .customTopLink {
    float: left;
    width: 100%;
    order: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.accountWrapper span.question {
    float: left;
    width: 100%;
    line-height: 2;
    font-size: 1.5rem;
}

.accountWrapper {
    text-align: center;
    position: absolute;
    display: none;   
    flex-direction: column;
    right: -15px;
    top: 66px;
    padding: 20px;
    width: 360px;
    box-sizing: border-box;
    border-top: 1px solid rgba(0,0,0,0.1);
    background: #ffffff;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 10%);
}

.accountWrapper.toggled {
    display: flex; 
}

#accountIcon {
	    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    line-height: 33px;
    color: #8f8f8f;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.accountIcon:hover, .accountIcon:hover i {
	color: black!important;
}

/*
.accountIcon:hover .accountWrapper {
	display: block;
}
*/

i.dropdownIcon {
	float: right;
    display: block;
    font-size: 18px;
    position: relative;
    margin-top: 7px;
    margin-left: 9px;
    color: var(--casual-action);
}

.actionButtonLI {
    float: left;
    width: fit-content;
    text-transform: uppercase;
    cursor: pointer;
    height: auto;
    text-align: center;
    background: var(--buttonColor);
    border-radius: 0;
    border:0px;
    font-family: 'Noto Sans', sans-serif;
    color: #fff!important;
    font-weight: 700;
    font-size: 1.7rem;
    clear: both!important;
    padding: 20px 55px;
    text-decoration: none!important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
}

.actionButton {
    float: left;
    text-decoration: none!important;
    width: auto;
    cursor: pointer;
    height: auto;
    text-align: center;
    background: #f05500;
    border: 1px solid #d05a1a;
    border-radius: 3px;
    color: #fff!important;
    font-weight: 600;
    clear: none;
    padding: 10px;
    
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 20px;
}

.actionButtonLI, .actionButtonLI:hover{color:#fff!important; text-decoration:none!important;border:0px!important}


.actionButtonLI:hover, .actionButton:hover {
	background: #c14d4d;
    color: #ffffff!important;
}

.homepageSliderWrapper {
    max-width: var(--max-width);
    margin: 0px auto 0px;
    padding: 0 var(--side-padding);
}

#homepageSlider {
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: 100%;	
    float: left;
    position: relative;
}

#homepageSlider #sliderControls {
    position: absolute;
    top: 100px;
    left: 100px;
    background: #fff;
    border-radius: 3px;
    width: 100px;
    height: 40px;
    z-index: 200;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    overflow: hidden;
}

#homepageSlider #sliderControls div {
        -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
        line-height: 50px;
    text-align: center;
}

div#sliderControls div i {
    color: var(--nofocus-color);
}

#homepageSlider #sliderControls div:hover {
    background: var(--casual-action);
}

#homepageSlider #sliderControls div:hover i {
    color: #fff;
}

#homepageSlider #sliderControls #slidePrev {
    float: left;
    width: 50%;
    height: 40px;
    border-right: 1px solid rgba(0,0,0,0.1);
}

#homepageSlider #sliderControls #slideNext {
    float: left;
    width: 50%;
    height: 40px;
}

#homepageSlider li.slide{
    position:relative; display: none;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#homepageSlider li.slide.active{position:relative; display: block;}

#homepageSlider li.slide img {
    height: 574px!important;
    right: 0px;
    float: left;
    object-fit: cover;}



#homepageSlider ul {
    padding: 0px;
    list-style-type: none;
    float: left;
    width: 100%;
}

#homepageSlider ul, #homepageSlider ul li {margin-bottom: 0px!important}

li.slide p {
    margin: 0px;
    padding: 0px;
}

li.slide .slide_content {
    position: absolute;
    top: 180px;
    letter-spacing: 0px;
    left: 100px;
    max-width: 470px;
}

li.slide .slide_content span{
	width: 100%;
	float: left;
}

.slide_content ul li {
	float:left;
    padding-left: 30px;
    margin-right: 30px;
    position: relative;
}

.slide_content .priceButton {
    float: left;
    position: relative;
    color: var(--casual-action);
    padding: 7px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background: #fff;
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 600;
}

.slide_content ul li .material-icons {
    margin-top: 2px;
    left: 0px;
    top: -4px;
    position: absolute;
    color: var(--casual-action);
}

.uspWrapper {
    max-width: var(--max-width);
    margin: 0px auto 0px;
    width: 100%;
}

.uspWrapper ul, .uspWrapper ul li {
    list-style-type: none;
    margin: 0;
    float: left;
    position: relative;
}

.uspWrapper ul {
    width: 100%;
    background: #fff;
    padding: 0;
    display: inline-grid;
    grid-template-columns: auto auto auto auto;
}

.fbBanner {
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
    padding: 30px 25px;
    box-sizing: border-box;
}

.fbBanner img {
    opacity: 1;
    height: 35px;
    width: auto!important;
    opacity: 0.5;
}

.rabatt {
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 25px;
    box-sizing: border-box;
}

.rabatt img {
    height: 35px;
    width: auto!important;
    opacity: 0.5;
}



.fbRabatt {
    width: 100%; grid-template-columns: calc(50% - 5px)  calc(50% - 5px)!important;
}

.fbBanner span, .rabatt span {
    position: absolute;
    right: 30px;
    top: 34px;
    display: block;
    background: rgba(0,0,0,0.2);
    padding: 5px 10px;
    border-radius: 3px;
    color: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rabatt:hover span, .fbBanner:hover span {
    background: var(--casual-action);
}

.uspWrapper ul li {
    border-right: 1px solid rgba(0,0,0,0.15);
    box-sizing: border-box;
}

.USPitem.rabattBox {
    background: #b51818;
    border-right: 1px solid #b51818;
}

.USPitem.rabattBox .uspSpan, .USPitem.rabattBox i  {
    color: #fff!important;
}

.rabattPopup.popUp {
    background: #b51818;
    color: #fff!important;
}

.rabattPopup.popUp .subCaption,.rabattPopup.popUp p  {
    color: #dcbcbc;

}

.popUp .rabattItem {
    width: calc(20% - 10px);
    height: 120px;
    margin: 5px;
    background: #fff;
    color: #bd1819;
    font-weight: 600;
    float: left;
    border-radius: 8px;
    position: relative;
    font-size: 60px;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 30px;
}

.rabattPopup .closeMobile {
    color: #fff;
}

.rabattItem span.quantity {
    position: absolute;
    top: 0;
    left: 0;
        background: #ffdcdc;
        padding: 0px 7px;
    border-bottom-right-radius: 10px;
    color: #bd1819;
        font-size: 20px;
    font-weight: 600;
}

.USPitem.rabattBox:hover {
    background:#d42929!important;
}

.uspWrapper ul, .uspWrapper ul li {
    cursor: pointer;
}

.uspWrapper ul li .USPitem {
    padding: 20px 20px 20px 70px;
    position: relative;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
        height: 100%;
    box-sizing: border-box;
}

.uspWrapper ul li .USPitem:hover {
    background: var(--highlight);
}

.uspWrapper ul li .USPitem .material-icons {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #8f8f8f;
    font-size: 35px;
}

span.uspSpan {
    width: 100%;
    float: left;
    position: relative;
    display: block;
        font-size: 2rem;
        line-height: 1.2;
}

span.uspSpan.link {
    margin-top: 10px;
    color: var(--casual-action);
}

.grid-container {
    display: inline-grid;
    grid-gap: 10px;
    float: left;
}

.grid-container.quarters {
    grid-template-columns: auto auto calc(50% - 5px) ;
    padding-top: 10px;
}

.grid-container.quarters.reversed {
    grid-template-columns: calc(50% - 5px) auto auto ;
    padding-top: 10px;
}

.grid-container.halfs {
    grid-template-columns: auto auto ;
    padding-top: 10px;
}

.grid-container.quarters .quarterBanner {
    text-align: center;
    position: relative;
}

.grid-container.halfs .halfBanner {
    text-align: center;
    position: relative;
}

.quarterBanner img, .halfBanner img {
    float: left;
    width: 100%;
}


.grid-container.quarters .quarterBanner .text, .grid-container.halfs .halfBanner .text{
    position: absolute;
    top: 60px;
    left: 40px;
    font-size: 4rem;
    letter-spacing: -1px;
    color: black;
    font-weight: 700;
    text-align: left;
    line-height: 1;
}

.grid-container.quarters .quarterBanner .text strong, .grid-container.halfs .halfBanner .text strong {
    width: 100%;
    float: left;
    font-size: 2rem;
    font-weight: 400;
    opacity: 0.7;
    margin-top: 15px;
    color: black;
}

.quarterBanner:hover i.actionButtonLI, .halfBanner:hover i.actionButtonLI {
    background: #ffce78;
    color: #c97c44!important;
}

i.actionButtonLI {
    font-size: 1.5rem;
    text-decoration: none;
    font-style: initial;
    margin-top: 20px;
}


.footer.content {
    border-top: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
}

.column.main {
    min-height: 0px;
}

.footer.content ul {
    float: left;
    margin-right: 50px;
}

.footer.content ul li {
    font-size: 15px;
}

.footer.content ul li strong {
    margin-bottom: 10px;
    float: left;
}

.socialIcons li a img {
    max-height: 30px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.socialIcons li a img:hover {
    opacity: 0.3;
}

.footer.content ul li a {
    color: var(--nofocus-color)
}




.opc-block-summary .product-item .product-item-name-block {
    font-size: 17px;
}

ul.footer.links .item a {
    color: var(--nofocus-color);
}

.footer_custom {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    min-height: 60px;
}

.footer_phone {
    position: relative;
    float: left;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

.footer_logo {
    margin: auto;
    width: 150px;
}

.footer_phone .left {
    background: var(--nofocus-color);
    float: left;
    line-height: 1.2;
    padding: 10px 20px 10px 60px;
    color: #fff;
    height: 60px;
    max-width: 170px;
}

.footer_phone .number {
    background: #fff;
    float: left;
    line-height: 1.2;
    padding: 10px 20px;
    line-height: 40px;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -1px;
    color: #6e6e6e;
}

.footer_cards {
    position: relative;
    float: right;
}

.footer_phone i.material-icons {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 38px;
    color: #fff;
}

img.payment_logo {
    width: 70px;
    margin: 0px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

span.openingHours {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0px;
    font-size: 1.2rem;
}


.breadcrumbs {
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 0px;
}

.breadcrumbs .center {
    padding: 0px
}

.breadcrumbs a:visited,
.breadcrumbs a {
    color: var(--darkHighlight);
    text-decoration: none;
}


.message.info.empty {
    float: left;
    margin-top: 0px;
    width: 100%;
}

.categoryNavCaption span {
    width: 100%;
    float: left;
    position: relative;
    letter-spacing: -1px;
}

.categoryNavCaption span.overTitle {
    font-size: 20px;
}

.categoryNavCaption span.title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
}

.catalog-category-view .column.main {
    width: 80%;
    padding: 40px 30px 100px;
}


.catalog-category-view .breadcrumbs {
    margin-bottom: 0px;
    border-bottom: 0px solid var(--main-bg-color);
}


.catalog-category-view #maincontent {background: none;}
.page-products .products-grid .product-item {
    background: #fff;
    flex-basis: 25%;
    margin: 0px!important;
    width: 25%;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
}

.fotorama__nav.fotorama__nav--thumbs {
    top: 30px;
    left: 25px;
}

.page-products .products-grid .product-item:hover .baseColor {
    margin-left: 0px;
    opacity:0;
}

.page-products .products-grid .product-item:hover .colorsTitle {
    display: none;
}

.page-products .products-grid .product-item:hover .allColors {
    left: 10px;
    opacity: 1;
}

.column.main .product-items {
    margin-left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.page-layout-legal-page .columns {
    background: var(--highlight);
}

.legalContent {
    float: left;
    background: #fff;
    width: calc(80% - 60px);
    margin-right: 30px;
    float: right;
    padding: 40px;
    margin-bottom: 30px;
}

.legalContent p {
    font-size: 16px;
    color: var(--nofocus-color);
    margin-bottom: 0;
    padding-bottom: 40px;
    float: left;
}

.legalContent h2 {
    margin-top: 45px;
    display: block;
    float: left;
    width: 100%;
}

.legalContent h3 {
    margin-top: 15px;
    display: block;
    float: left;
    width: 100%;
}

.catalog-category-view .sidebar-additional, .page-layout-legal-page .sidebar-additional {
    clear: left;
    float: left;
    width: 20%;
    padding-left: 0;
    order:0;
    padding-right: 0;
    background: #fff;
    margin-left: 0px;
    display: table-column;
}

.legalContent ul, .legalContent ol {
    padding-left: 15px;
    color: var(--nofocus-color);
    float: left;
}

.legalContent h2 {
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
}

.toolbar-sorter.sorter {
    margin-top: 5px;
}

.toolbar span.categoryName {
    float: left;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 10px;
}



.page-products .product-item-info {
    width: 100%;
    position: relative;
}

.product.details.product-item-details {
        padding: 15px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.page-products .products-grid .product-item:hover {
    -webkit-box-shadow: 0px 5px 30px -5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 5px 30px -5px rgb(0 0 0 / 15%);
    z-index: 9;
    box-shadow: 0px 5px 30px -5px rgb(0 0 0 / 15%);
}




.action.primary {
    float: left;
    width: auto;
    cursor: pointer;
    height: auto;
    text-align: center;
    background: #f05500;
    border: 1px solid #d05a1a;
    border-radius: 3px;
    color: #fff!important;
    font-weight: 600;
    clear: both!important;
    padding: 10px 15px;
    text-decoration: none!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
}

.action.primary:hover {
    border: 1px solid #d05a1a;
    background: #ffce78;
    color: #c97c44;
}

.block.newsletter input {
    height: 40px;
        font-size: 14px;
}

.block.newsletter .field .control:before {
    position: absolute;
    margin-top: 4px;
    margin-left: 3px;
}

.columns .column.main {
    padding-bottom: 0px;
}

.page-title-wrapper {
    text-align: center;
}

/* CUSTOMER ACCOUNT LOGIN */

.account .page-title-wrapper{
    display: none;
}

.forgottenPassword .closeMobile {
    margin: 0px!important;
    font-size: 13px;
    float: left;
}

.forgottenPassword.popUp {
    max-width: 700px;
    min-height: 300px!important;
    height: fit-content;
}

.forgottenPassword.popUp form {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.forgottenPassword.popUp form fieldset .control {
    width: 100%!important;
}

.forgottenPassword.popUp form fieldset .label {
    width: 100%!important;
    float: left!important;
    text-align: left!important;
    margin-bottom: 10px;
}

.customer-account-login .columns,.customer-account-forgotpassword .columns {
    background: var(--highlight);
}

.sales-order-view .columns .column {
    background: #f9f8f3;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    padding: 20px;
    margin-bottom: 20px;
}

.sales-order-view .page-title-wrapper {
    display: block;
    text-align: left;
}

.sales-order-view .page-title-wrapper h1 {
    margin-bottom: 10px;
}

.page-main > .page-title-wrapper .page-title, .page-main > .page-title-wrapper .page-title {
    display: inline-block;
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 3rem;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 5px 20px 1px rgb(0 0 0 / 10%);
}

.login-container .block .block-title {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.block.block-customer-login, .block.block-new-customer{
    padding: 10rem 8%;
    background: white;
    flex: 1;
    width: 100%;
}


.customer-account-login .page-title-wrapper {display: none;}



.login-container .account-social-login {    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;    
}

.login-container .account-social-login .social-btn,
.column:not(.sidebar-main) form .actions-toolbar.social-btn, 
.column:not(.sidebar-additional) form .actions-toolbar.social-btn {
    margin-left: 0;
}

.block.social-login-authentication-channel.account-social-login {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.block.social-login-authentication-channel.account-social-login .block-content {
    text-align: left!important;
}

/* COMPARE DISABLE */
a.action.tocompare {
    display: none!important;
}

.login-container .fieldset > .field > .control {
    width: 74.1%;
}

.opc-estimated-wrapper {
    float: left;
    width: 100%;
}

/* CUSTOMER ACCOUNT INDEX */

.password-strength-meter {
    line-height: 32px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    background-color: #ededed!important;
}

.password-none .password-strength-meter:before {
    background-color: #ededed;

}

.password-weak .password-strength-meter:before {
    background-color: #ffd5d4;

}

.password-medium .password-strength-meter:before {
    background-color: #ff973e;

}
.password-very-strong .password-strength-meter:before,
.password-strong .password-strength-meter:before {
    background-color: #caeab6;

}

.block-collapsible-nav .item.current > strong {
    border-color:  var(--casual-action);
}

.block-collapsible-nav .content {
    background: transparent;
}

.account main#maincontent {
    justify-content: center;
    padding: 30px 0 60px;
    background: var(--highlight);
}

.fieldset > .field:not(.choice) > .label {
    width: 100%;
    text-align: left;
}

.fieldset > .field.choice:before,
.fieldset > .field.no-label:before {
    display: none;
}

.account .columns {
    width: 100%;
}

.catalog-category-view .columns {
    padding: 0px 0px 0 0;
}

.account-nav .content {
    background: #fff;
    padding: 15px 0;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

form#form-validate {
    
    padding: 40px 20px;
    min-width: 0;
}

.login-container form#form-validate {
    padding: 0;
}

.form.password.forget {
    margin: auto;
    float: left;
}

.customer-account-forgotpassword .page-title-wrapper {
    text-align: center;
}


.block.block-dashboard-info,.table-wrapper.orders-history,.block-addresses-default, .block-addresses-list {

    background: #fff;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    padding: 20px;
    margin-bottom: 20px;
}

.account-nav .item a {
    text-decoration: none;
    color: var(--nofocus-color);
}

.block.block-dashboard-addresses {
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    padding: 20px;
}

/* CHECKOUT */

.payment-method-content p {
    background: #fcfbf8;
    padding: 20px 25px;
    border: 1px solid #ebe9e1;
    font-size: 1.4rem;
    border-radius: 0px;
    border-bottom: 0;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1);
}

div.checkout-agreement input:checked {
    background: var(--casual-action)!important;
}

div.checkout-shipping-method div.message.notice {
    margin-top: 10px;
    float: left;
    width: 100%;
}

/*
#block-discount-heading {
    margin-top: 10px;
    float: left;
    padding: 10px 15px;
    font-size: 16px;
    background: #fcfbf8;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

#block-discount-heading:hover {
    background: var(--casual-action);
    color: #fff;
}

#discount-form label {
    display: none;
}

#discount-form .actions-toolbar {
    float: right;
    width: 150px;
    margin: 0;
}

#discount-form .actions-toolbar .primary button {
    background: var(--casual-action);
    color: #fff;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    font-size: 15px;
    line-height: 29px;
}

input#discount-code {
    float: left;
    width: calc(100% - 150px);
}
*/
.opc-block-summary .actions-toolbar .secondary {
    border-top: 0px;
}

.product-item .subitem {
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 5px 0px 5px 20px;
    background: #fbfaf6;
    border-bottom: 1px solid var(--highlight);
}

.product-item .subitem div {
    float: left;
    padding: 5px;
    margin-right: 5px;
    border-radius: 3px;
}

.opc-block-summary .items-in-cart .minicart-items {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.05);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.05);
}

.opc-block-summary .items-in-cart .minicart-items .product {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid var(--highlight);
}

.column.main .opc-block-summary .product-item {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    background: #fff;
}

.opc-block-summary .product-item .product-item-inner {
    position: relative;
    float: right;
    width: calc(100% - 20px )!important;
}

.opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title {
    float: left;
    padding-top: 30px;
    width: 100%;
}


.table-checkout-shipping-method {
    min-width: 100%;
}

.table-checkout-shipping-method tbody td {
        border-top: 0px solid #ededed;
}


.page-layout-checkout .header.content .logo {
    left: 20px;
}

.opc-block-summary div#place-order-trigger-wrapper {
    float: right;
}

.opc-block-summary div#place-order-trigger-wrapper button {
    float: right;
    font-size: 17px;
    padding: 15px 40px;
}

.shipping-information-title {
    font-weight: 600;
}

.shipping-information-content {
    margin-bottom: 20px;
}

.opc-wrapper {
    padding-top: 20px;
    padding-right: 20px!important
}

.opc-sidebar {
    margin: 0px 0 20px;
    width: 50%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.opc-block-summary {
    background: var(--highlight);
    padding: 20px 20px;
    margin: 0px 0 20px;
    float: left;
    width: 100%;
}

.actions-toolbar .action.track {
    margin-right: 20px;
}

.actions-toolbar .secondary .action.viewcart {
    border: 1px solid var(--nofocus-color);
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 15px;
    color: var(--nofocus-color);
}

.actions-toolbar .secondary .action.viewcart:hover {
    background: var(--casual-action);
    border: 1px solid var(--casual-action);
    color: #fff;
}

.product-item .subitem .size {
    min-width: 100px;
}

.product-item .subitem .qty {
    min-width: 70px;
}

.product-item .subitem div.price {
    float: right;
}

.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title{
    border-bottom: 0px solid var(--main-bg-color);
}

.opc-wrapper .tabs .tab {
    display: inline-block;
    width: 50%;
    cursor: pointer;
    font-weight:600;
}

.opc-block-summary .items-in-cart > .title {
    cursor: pointer;
    border-top: 0px;
    display: block;
    text-decoration: none;
    margin-bottom: -1px;
    background: #fff;
    border: 1px solid #dadada;
    font-weight: 600;
    padding: 14px;
    position: relative;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.opc-block-summary .actions-toolbar {
    float: right;
   
}
.opc-block-summary .actions-toolbar#shipping-method-buttons-container {
    
    width: 30%;
}

.minicart-items .mouseover-images {
    position: absolute;
    right: 383px;
    display: none;
    right: 0px!important;
    border: 0px!important;
    z-index: 998;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
}

.table-totals tr {
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    background: none;
    padding: 0 20px;
}

.opc-block-summary .items-in-cart > .title:after {
    display: none
}

.agreementsWrapper {
    float: left;
    width: 40%;
    font-size: 13px;
    color: var(--nofocus-color);
}



th.mark {
    padding: 10px 20px;
    font-weight: 300;
}

div#iosc-summary .title {
    padding-left: 20px;
    font-size: 2.6rem;
}

.minicart-items-wrapper {
    max-height: calc(100vh - 340px)!important;
    height: auto!important;
}

tbody.cart.item.collection-item {
    float: left;
}

.cart.collection-item .col.item {
    float: left;
    font-size: 15px;
}

.collection-item dl.item-options {
    display: block;
}

.cart.table-wrapper .item-options dt {
    clear: none;
    margin: 0 5px 0 0;
}

.cart.table-wrapper .item-options dd {
    clear: none;
    margin: 0 10px 0 0;
}

.cart.table-wrapper .product-item-name + .item-options {
    margin-top: 8px;
    margin-bottom: 0px;
}

.opc-block-summary .minicart-items-wrapper {
    margin: 0 0px 0 0;
    height: auto;
    max-height: none;
    padding: 15px 15px 0 0;
    background: #faf9f5;
    border: 1px solid #deddd6;

        padding: 15px 0px 0 0px;
        padding-top: 0px;
}

.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    float: left;
    margin: 15px;
    width: 55px;
}

.custom-slide .modal-inner-wrap {
    background-color: #e6e4da;
}

.block.block-dashboard-addresses {
    margin-bottom:20px!important;
}

.block.block-dashboard-orders {
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15); 
    background: #fff;
    padding: 20px;
    margin-top: 0px;
}

.order-details-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.sidebar .block.block-reorder {
    display: none;
}

.checkout-agreement.required span {
    font-size: 15px;
    text-align: left;
}

div.checkout-agreement input {
    float: left;
}

.checkout-agreement label {
    float: left;
    width: calc(100% - 50px);
    text-align: left;
}

div.checkout-agreement button {
    text-align:left;
}

div.checkout-agreement input[type='checkbox'] {
    float: left;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #f26000;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.25);
}

div.checkout-agreement input[type='checkbox']:checked {
    background: var(casual-action);
}

.minicart-wrapper .action.showcart .counter.qty {
    left: -26px;
    background: #ff5501;
    color: #ffffff;
    height: 25px;
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    top: 20px;
    line-height: 26px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0px 6px;
    text-align: center;
    white-space: normal;
    z-index: 900;
}

.minicart-items .product-item-details {
    padding: 15px 0;
    color: var(--nofocus-color);
    font-size: 15px;
    line-height: 1.3;
    float: left;
    width: calc(100% - 88px);
}


.minicart-items .product-item-name {
    font-weight: 600;
    width: 100%;
    margin: 0px;
    float: left;
}

.minicart-items .product-item:not(:first-child) {
    border-top: 0px solid #e4e4e4;
}

.opc-block-summary .product-item .price {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 5px 10px;
}

tr.grand.totals {

    height: 70px;
    border: 0px solid #8ade5f;
    border-top: 0px solid red;
}

.shipping-information .action-edit {
    float: left;
    margin-top: 20px;
}

.grand.totals th.mark {
    padding-left: 20px!important;
    font-size: 35px;
    padding-top: 5px;
    color: #000!important;
}

.cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
    padding-right: 20px!important;
    text-align: right;
    font-size: 25px;
    color: #000;
}






/* NAVIGATION */

.sidebar .block.block-reorder {
    float: left;
    width: 100%;
    padding-left: 25px;
}

.collImage {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 5px;
}

.colorsTitle {
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 0px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #000;
    background: #fff;
    padding: 0px;
    height: 25px;
    width: 28px;
}

.colorsTitle img {
    width: 20px;
    margin-left: 5px;
    margin-top: 2px;
}

/* CATEGORY NAVIGIATION*/
.page-layout-collection-page .sidebar-additonal,.page-layout-2columns-left .sidebar-additional {
    position: relative;
}

.page-layout-collection-page .column.main {
    float: right;
}

i.material-icons.categoryMenuIcon {
    position: absolute;
    right: 20px;
    color: var(--casual-action);
    font-size: 18px;
    top: 8px;
            -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.categoryNavCaption {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 35px 25px 0;
}

.toolbar-products {
    margin-bottom: 30px;
    margin-top: -5px;
    line-height: 1;
    float: left;
    width: 100%;
}

.categoryMenu {
    float: left;
    position: relative;
    width: 100%;
}



.product-image-photo {
    max-width: 250px;
    top: 0;
    margin-left: 50%;
    margin-right: 50%;
    transform: translateX(-50%);
    position: relative;
}

.pimp-item .product-image-photo {
    margin-left: 0;
    margin-right: 0;    
}

.product-image-wrapper, .product-image-container {
    height: 480px;
}

.pimp-item .product-image-container {
    height: auto;
}

a.product.photo.product-item-photo {
    display: block;
    position: relative;
}

.categoryMenu .navigation {
    position: relative;
    margin-bottom: 40px;
    width: 100%!important;
}

/* CATEGORY NAVIGIATION END*/


/*PRODUCT DETAIL PHOTORAMA*/

.fotorama__arr.fotorama__arr,
.fotorama__arr.fotorama__arr--prev {
    display: none!important;
}

.fotorama__caption {display: none;}

.fotorama__nav-wrap.fotorama__nav-wrap--vertical {
    position: absolute;
    top: 50px;
    left: 25px;
}

.page-product-configurable .price-label {
    display: none;
}

.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    background-color: rgb(238, 238, 238)!important;
    width: 100%;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 0!important;
    border-bottom: 1px solid rgba(0,0,0,0.1)!important;
}

.fotorama__thumb-border {
    margin-top: 0px!important;
}

img.fotorama__img {
    padding: 10px 0;
}

.fotorama__thumb {
    border-bottom: rgba(0,0,0,0.1);
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 0.9px!important;
    background: #eeeeee;
    height: 70px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

/*PRODUCT LIST ITEM*/



.product-options-wrapper .fieldset .field {
    width: calc(50% - 10px);
    margin: 5px!important;
    position: relative;
    float: left;
}

.page-layout-1column .product.media {
    width: calc(75% - 25px);
}

.fotorama__stage {
    max-height: 550px;
    margin-top: 30px;
}

.loading-mask {display: none;}

.page-product-configurable .column.main {
    background: url(../images/creatorBg_faded.jpg) center top repeat-x #dbd7cc;
    min-height: 700px;
        background-position-y: 48px;
}

.category-cms {
    float: left;
    margin-top: 30px;/*
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    */
}

.categoryCMS {
    float: left;
    width: 100%;
    background: none;
    position: relative;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.categoryCMS img {
    float: left;
}

.categoryCMS .description {
    position: absolute;
    top: 45px;
    left: 48px;
    padding: 10px 30px;
}

.categoryCMS .description p {
    color: var(--nofocus-color);
}

.categoryCMS .description .caption {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -1px;
}

.product-item-name {
    margin:0;
}

.product-item-info .productListColors {
    position: absolute;
    z-index: 99;
    max-width: 60px;
}

.productListColors .baseColor {
    display: block;
    width: 25px;
    margin-left: 20px;
    margin-top: 10px;
    height: 25px;
    font-size: 13px;
    text-align: center;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.productListColors .allColors ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.productListColors .allColors ul li {
    float: left;
        margin-bottom: 2px;
}

.productListColors .allColors {
    position: absolute;
    left: 0px;
    top: 10px;
    display: block;
    opacity: 0;
    width: 60px;
            -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.productListColors .allColors ul li div {
    display: block;
    float: left;
    width: 15px;
    margin-right: 2px;
    height: 15px;
    border: 1px inset rgba(0,0,0,0.05);
}



.product-item .price-box {
    margin: 10px 0 0;
}

a.customiseLabel {
    position: absolute;
    min-width: 150px;
    font-size: 1.4rem;
    font-weight: 600;
    bottom: 0px;
    margin-bottom: 220px;
    background: var(--casual-action);
    color: #fff;
    padding: 10px 15px;
    z-index: 900;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}


.product-item:hover a.customiseLabel{
    z-index: 99999;
    background: var(--casual-action);
    text-decoration: none;
    opacity: 1;
}

strong.product.name.product-item-name {
    font-size: 1.6rem;
    float: left;
    width: 100%;
    /* font-weight: 800!important; */
}

strong.product.name.product-item-name a{
    font-weight: 600;
    text-decoration: none;
    float:left;
    margin-bottom: 0px;
}


strong.product.name.product-item-manufacturer a {
    font-size: 13px;
    color: var(--nofocus-color);
}

strong.product.name.product-item-manufacturer a:hover {
    text-decoration: none;
}

.product-item .price-box .price-label {
    display: none;
}

.product-item-inner {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.product.actions.product-item-actions {
    position: absolute;
    top: -40px;
    right: -5px;
}

.product-item .price-box .price {
    font-weight: 600;
}

/* MAIN NAVIGIATION*/
.navigation {float: left; width: calc(100% - 40px)!important;    background: none;     

    height: auto; width: 100%; background: none!important;z-index: 0;
    position: absolute;
}

.menuHighlighted > a {
    color: #fff!important;
}


.block.block-wishlist {
    padding: 25px;
}

.navigation .level0 {
    margin:0;
}

.navigation .level0 .submenu .active > a {
    border-color: #fff!important;
    border-width: 0px!important;
}


/*RESPONSIVE MENU */

.responsiveMenu {
    width: 100%;
    min-height: calc(100vh - 60px);
    background: var(--highlight);
    position: absolute;
    max-width: 100%;
    overflow-x: hidden;
    display: none;
}

.responsiveMenu {
    text-decoration: none!important;
}

.responsiveMenu .menuContainer a {
    float: left;
    width: 100%;
    background: #f5f4f2;
    padding: 20px;
    color: var(--nofocus);
    border-top: 1px solid var(--highlight);
    position: relative;
    text-decoration: none!important;
}


.resMenuButton {
    position: absolute;
    display: none!important;
    left: 0px;
    top: 0px;
    z-index: 997;
    padding: 20px 10px;
}

.responsiveMenu .menuContainer a.opening {
    background: #fff;
}

.responsiveMenu .menuContainer a.opening.opened {
    background: #fff;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.10);
    z-index: 2;
}

.opening i.material-icons {
    color: var(--casual-action);
    position: absolute;
    right: 20px;
}

a.customResMenu.title {
    font-weight: 600;
    background: #f1efeb;
}

a.customResMenu i {
    color: var(--nofocus);
    position: absolute;
    right: 20px;
}

.subWrapper {
    display: none;
}

/*RESPONSIVE menu ends*/


.menuHighlighted {
    background: var(--casual-action);
    color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    
}




.menuHighlighted i {
    top: 19px;
    left: 20px;
    position: absolute;
}


.nav-item.level2 a {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.nav-item.level2 a:hover {
    color: #fff!important;
    background: var(--casual-action)!important;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

a.bottomLinksMenu {
    float: left;
    font-weight: 400;
    padding: 10px!important;
    font-size: 17px;
    border-radius: 3px!important;
    background: #fff;
    display: block;
    position: relative;
    margin-right: 4px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

a.bottomLinksMenu:hover {
    background: var(--casual-action)!important;
    color: #fff!important;
}

span.menuSeparator {
    float: left;
    color: #6f6f6f;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 33px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    background: var(--main-bg-color);
    font-weight: 400;
    clear: both;
}

.favoritenBlock {
    float: left;
    width: calc(68% - 20px);
    margin-bottom: 0px;
    border-bottom: 1px solid #ded6bf;
    padding-bottom: 20px;
}

.menuHeadline span.caption {
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 600;
    width: calc(68% - 20px);
    float: left;
}

.menuHeadline span.subCaption {
    width: calc(68% - 20px);
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}


a.menuBanner {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 5px;
    min-height: 155px;
    position: relative;
    padding: 20px!important;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    overflow: hidden;
}


.submenu a.menuBanner img {
    position: absolute;
    top: 0;
    left: 0px;
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 475px;
}

.menuBanner span.caption {
    position: relative;
    color: #fff;
    font-size: 27px;
    letter-spacing: -1px;
    font-weight: 600;
}

.menuBanner span.subCaption {
    position: relative;
    color: #fff;
    font-size: 21px;
    letter-spacing: -1px;
    font-weight: 400;
    width: 100%;
    float: left;
    line-height: 1;
}

.menuBanner span.inlineLink {
    float: left;
    position: relative;
    background: rgba(0,0,0,0.5);
    padding: 2px 5px;
    border-radius: 3px;
    color: var(--casual-action);
    font-weight: 400;
    border: 1px solid var(--casual-action);
    margin-top: 25px;
        -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menuBanner:hover span.inlineLink {
    color:#fff;
    background: var(--casual-action);

}

/* PRODUCT DETAIL */
.catalog-product-view .page-main {
    padding-left: 20px;
    padding-right: 20px;
    max-width: var(--max-width)!important;
}

.product-info-main h1.page-title {
    text-align: left;
    font-size: 3rem;
    letter-spacing: -1px;
        margin-bottom: 0;
    float: left;
    width: 100%;
}

.product-info-main .product-social-links {
    display: none;
}

.catalog-product-view .breadcrumbs,.cms-page-view .breadcrumbs {
    max-width: 100%;
}

.sections.nav-sections {
    display: none;
}

div#product-detail {
    display: grid;
    grid-template-columns: 60% 39%;
    grid-column-gap: 20px;
    float: left;
    width: 100%;
    padding: 30px;
    border-top: 1px solid var(--main-bg-color);
    background: var(--highlight);
}

#product-detail .col.first {
    float: left;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

#product-detail .col.second {
    float: right;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    max-height: 390px;
}


.owl-carousel .owl-item img {
    display: block;
    bottom: 0px;
    left: 0;
    right: 0;
    height: auto;
    width: auto!important;
    margin:auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-item .item {
    max-width: 730px;
}

#product-detail .sizes {
    float: left;
    width: 100%;
    margin-top: 60px;
    max-width: 600px;
}

#product-detail .sizes .sizetable, #product-detail .sizes .sizetable-img {
    float: left;
}

#product-detail .sizes .sizetable-img {
    width: 20%;
}

#product-detail .sizes .sizetable {
width: 75%;
float: left;
}

.sizetable td:last-child {
    border-right: 0px!important;
}

#product-detail .sizes .sizetable tr:nth-child(even) {
    color: #35b0ec;
}

#product-detail .sizes .sizetable tr:nth-child(3) {
    color: #33cec5;
}

.sizetable th,.sizetable td {
    text-align: center;
}

.sizetable td:nth-child(even) {
    text-align: center;
    border-right: 1px dashed var(--main-bg-color);
    border-left: 1px dashed var(--main-bg-color);
}

#product-detail .description {
    color: var(--nofocus-color);
    text-align: justify;
}

#product-detail .title {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 10px;
}

/*CMS PAGES*/
.footerAnchors ul li a{
    float: left;
    padding: 5px 10px;
    background: #fff;
    margin: 2px;
    border-radius: 4px;
    color: var(--nofocus-color);
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
            -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.footerAnchors ul li a:hover{
    color: var(--casual-action);
}

.footerAnchors span.caption, .kundenBox span.caption {
    font-size: 2.2rem;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.footerAnchors {
    float: left;
    display: block;
    margin-top: 10px;
    width: 100%;
    padding: 40px;
    background: url('../images/anchorBox.jpg') no-repeat right #e7e5df;
}

.kundenBox {
    float: left;
    display: inline-grid;
    margin-top: 10px;
    width: 100%;
    padding: 30px;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    background: var(--highlight);
}

.kundenBox img {
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0);
}

.kundenBox img:hover {
    transform: scale(1.3);
    z-index: 600;
        box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
}




.footerAnchors span.caption {
    font-size: 2.2rem;
}

.footerAnchors ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
}

.footerAnchors ul li{margin-bottom: 0px}

.cms-page-view .sections.nav-sections {
    display: none;
}

.contentPageTeaser {
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
    color: #000;
}

.contentPageTeaser:hover {
    color: #000;
}

.contentPageTeaser .content {
    position: absolute;
    top: 80px;
    letter-spacing: 0px;
    left: 100px;
    max-width: 470px;
    color: #000;

}

.contentPageTeaser .content span {
    width: 100%;
    float: left;
}

.contentPageTeaser .content .caption {
    font-size: 5.5rem;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 0.8;
    color: #000;
}

.contentPageTeaser .content .subCaption {
    font-size: 5rem;
    letter-spacing: -3px;
    margin-top: 0px;
    color: #000;
}

.contentPageTeaser .content ul {
    padding: 0px;
    list-style-type: none;
    float: left;
    width: 100%;
}

.contentPageTeaser .content ul li {
    float: left;
    padding-left: 30px;
    margin-right: 30px;
    position: relative;
}

.contentPageTeaser .content .priceButton {
    float: left;
    position: relative;
    color: var(--casual-action);
    padding: 7px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background: #fff;
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 600;
}

.contentPageTeaser img {
    float: left;
    object-fit: cover;
    height: 574px!important;
}

.contentPageTeaser .content ul li .material-icons {
    margin-top: 2px;
    left: 0px;
    top: -4px;
    position: absolute;
    color: var(--casual-action);
}

.contentPageTeaser .description {
    display: block;
    float: left;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    font-size: 2.2rem;
    color: var(--nofocus-color);
}

.cms-page-view .columns {
    float: left;
    width: 100%;
}


/*PAGE MESSAGES*/
.page.messages {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 9999;
    display: inline-table;
    width: 380px;
    text-align: center;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
}

.page.messages div {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #b9e891;
}

/* LEGAL PAGES */
.legalContent {
    float: left;
    background: #fff;
    width: calc(80% - 60px);
    margin-right: 30px;
    float: right;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.legalContent h1 {
    font-weight: 600;
    margin-bottom: 30px;
}

a.downloadableContent {
    border: 1px solid rgb(235, 232, 224);
    border-radius: 5px;
    padding: 10px;
    background: #f9f8f4;
    float: left;
    /* clear: both; */
    display: block;
    position: relative;
    margin-bottom: 20px;
}

a.downloadableContent i.material-icons {
    vertical-align: bottom;
    margin-right: 5px;
}

/* FLOATING BASKET */
.minicart-wrapper .block-minicart {
    right: 0;
    width: 360px;
    padding: 0;
    border: 0px;
    z-index: 999;
    margin-top: 0px;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
}

.minicart-wrapper .block-minicart:after,
.minicart-wrapper .block-minicart:before {
    display: none;
}

.minicart-wrapper .minicart-widgets {
    margin-top: 0px;
}

.noItemsContainer {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    border-radius: 3px;
    padding: 40px;
}

.noItemsContainer img.paymentsBasket {
    margin-top: 50px;
    opacity: 0.5;
}

.noItemsContainer .title {
    font-size: 2.2rem;
    font-weight: 600;
}

.minicart-items.hoverCart .product-item-details {
        padding: 0px;
}

.product-item .product.options {
    float: left;
    width: 100%;
    background: #fbfbf6;
    color: var(--nofocus-color);
    font-size: 15px;
    padding: 5px 10px;
    border-top: 1px dashed var(--highlight);
}

dl.product.options.list {
    border: none;
    padding: 10px 0px 0;
    margin: 0;
}

dt.label {
    padding: 3px 8px;
    background: #ebe8e0;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
    font-weight: 300;
}

dd.values {
    font-weight: 700;
    float: left;
    padding: 2px 10px;
    background: #fff;
    color: #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 10px;
    border: 1px solid #edeae3;
}

.minicart-items-wrapper {
    border: 0px;
    background: #f3f2ed;

    padding:0;
}

.minicart-wrapper .action.close {
    display: none;
}


li.item.product.product-item.item-designed,
li.item.product.product-item.pimp-item {
    background: #fff;
        padding: 0;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
        float: left;
    width: 100%;
}



.minicart-items .product-item-name a {
    color: var(--main-txt-color);
    font-size: 17px;
    font-weight: 600;
    line-height: 1
}

.product-item-details .product-qty {
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 15px;
    border-left: 1px dashed var(--main-bg-color);
    border-right: 1px dashed var(--main-bg-color);
    padding-bottom: 30px;
}

.product-item-details .product-item-pricing {
    float: right;
    width: 30%;
    text-align: right;
    padding-top: 44px;
    padding-right: 21px;
}

.minicart-items .product-item-details .price {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -1px;
    color: #000;
}

#mini-cart li.subitem {
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 10px 20px 5px 88px;
    border-bottom: 1px solid var(--highlight);
}

#mini-cart.hoverCart li.subitem {
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 10px 20px 5px 88px;
    border-bottom: 1px solid var(--highlight);
}

.minicart-items .item-qty {
    margin-right: 5px;
    margin-left: 30px;
    text-align: center;
    width: 45px;
    height: 25px;
    font-size: 15px!important;
}

#mini-cart li.subitem div {
    float: left;
}

#mini-cart li.subitem .size {
    min-width: 170px;
}

.minicart-items .update-cart-item {
    font-size: 1.1rem;
    vertical-align: top;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    display: none;
}

a.action.viewcart {
    display: none;
}

#mini-cart li.subitem .price {
    float: right;
    color: var(--nofocus-color);
}

.minicart-items .action.edit:before, .minicart-items .action.delete:before {
        color: var(--nofocus-color);
}


strong.product-item-manufacturer {
    float: left;
    width: 100%;
    font-weight: 300;
    color: var(--nofocus-color);
}

.product-item-left-details {
    float: left;
    width: 50%;
    padding: 15px 0;
}

.product-qty-value {
    font-weight: 600;
    padding-top: 10px;
    font-size: 25px;
    color: #000;
}

.product-item-color {
        background-color: #e87b9c;
    float: left;
    margin-top: 10px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px inset rgba(0,0,0,0.1);
    margin-right: 5px;
}

.product-item-color.in-checkout-cart {
    float: none;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 5px;
}

.size-in-checkout-cart {
    padding-top: 13px;
}

.color-in-checkout-cart {
    padding-top: 6px;
}

span.product-item-color-name {
    margin-top: 9px;
    float: left;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    display: block;
    width: 60%;
    float: right;
    line-height: 20px;
}

.block-minicart .block-content > .actions {
    float: right;
    width: 100%;
    margin-top: 0px;
}

.payments2-minicart {
    float: left;
    width: 100%;
    height: 45px;
}

.block-minicart .subtotal {
    margin: 15px 0px 0px;
    text-align: right;
    float: right;
    width: 60%;
    padding: 0px;
    border-radius: 5px;
}

.block-minicart .block-content > .actions > .primary {
    margin: 0 0px 10px;
}

.subtotal span.label {
    color: var(--nofocus-color);
    font-size: 15px;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 28px;
    letter-spacing: -1px;
    padding: 8px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    float: right;
    font-weight: 700;
    line-height: 1;
    width: 50%;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.block-minicart .items-total {
    display: none;
}

.payments-minicart {
    width: 40%;
    position: absolute;
    height: 120px;
    left: 0;
    background: url(../images/payments_minicart.png) no-repeat;
    background-size: 75%;
    background-position: center bottom;
    opacity: 0.2;
}

#mini-cart .mouseover-images {
    right: 550px!important;
    top: 0px;
    border-right: 5px solid #d6d5d0!important;
}

#mini-cart .mouseover-images ul {

    list-style: none;
    padding: 0;
    background-color: white;
    border: 0px solid #ccc!important;
    position: relative;
    top: 0px!important;
    width: 450px;
    float: right;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
}

#mini-cart .mouseover-images ul li {
    float: left!important;
    width: 150px;
    height: 150px;
    text-align: center;
    border-bottom: 1px solid var(--highlight);
    border-left: 1px solid var(--highlight);
}


/*CONTACT PAGE*/
.contactLeft {
    float: left;
    width: calc(50% - 15px);
}

.contactRight {
    float: right;
    width: calc(50% - 15px);
}

.contact .actions-toolbar {
    float: right;
}

.contactRight select {
    line-height: 40px;
    height: 45px;
    background: #faf9f5;
    border: 1px solid #e7e5df;
        -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.contact fieldset .field {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.contact fieldset .field label {
    float: left;
    margin-bottom: 5px;
}

.contact fieldset textarea {
    float: left;
    height: 135px;
    border-radius: 3px;
    border: 1px solid #eae8e3;
    background: #fbfaf6;
}

.legalContent .infoBoxes {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    grid-column-gap: 30px;
}

.legalContent .mailBox {
    float: left;
}

.legalContent .phoneBox {
    float: right;
}

.legalContent .infoBox {
    width: 100%;
    padding: 0;
    background: #fbfbfb;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    margin-bottom: 40px;
}

.legalContent .infoBox .headline {
    height: 60px;
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    padding: 17px 10px 0 57px;
    font-weight: 600;
    font-size: 20px;
}

.infoBox .headline i.material-icons {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 32px;
    color: var(--casual-action);
}

.legalContent .infoBox p {
    padding: 14px;
    font-size: 15px;
}

.FAQquestion {
    float: left;
    padding-top: 20px;
    border-bottom: 1px dashed var(--highlight);
}

/*SEO*/

.textContent {
    float: left;
    padding: 40px 0px;
}

.textContent p.vertical {
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    padding-bottom: 18px;
}

.textContent p, .textContent ul li, .textContent ol li {
    float: left;
    width: 100%;
    font-size: 15px;
    color: var(--nofocus-color);
    line-height: 1.3;
}

.textContent h2 {
    float: left;
    width: 100%;
    margin: 50px 0 30px;
}

.textContent ol, .textContent ul {
    padding: 15px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.textContent .imageParagraph {
    background: #eaeae5;
    float: left;
    padding: 30px;
    margin-bottom: 10px;
}

.textContent .imageParagraph p, .textContent .imageParagraph h3  {
    float: right;
    width: calc(100% - 170px);
}

.textContent .imageParagraph img {
    float: left;
}


/* CONFIGURABLE PRODUCT */

.page-product-configurable .product.media {
    height: 600px;
}

.product-options-wrapper .fieldset .field {
    width: calc(50% - 10px);
    margin: 5px!important;
    position: relative;
    float: left;
}

.product-info-main h1.page-title {
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 0px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.product-info-main .page-title-wrapper .page-title {
    margin-bottom: 10px;
}

span.product-image-container.view-type-technical span img {
    transform: scale(0.7);
}

.product-info-main {
    margin-right: 25px;
    margin-top: 25px;
    padding: 30px 0;
    width: 22%!important;
}

div#product-options-wrapper {
    background: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 3px;
    float: left;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.product-options-wrapper .swatch-opt {
    margin: 0px 0px 10px 0;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.swatch-option.image {
    border: 0;
    padding: 0px!important;
    margin: 0 0 10px;
}

.swatch-option {
    min-width: 20px!important;
}

.product-options-bottom {
    float: left;
    width: 100%;
}

.priceCustomContainer .field.qty {
    float: right;
    width: calc(50% - 5px)
}

.product-options-bottom .product-info-price {
    float: left;
}

.priceCustomContainer {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product-options-bottom .box-tocart {
    float: right;
    width: 100%;
    margin-top: 0px;
}

.product-options-bottom .box-tocart .actions{
    float: right;
    padding-top: 0;
}

.product-options-bottom .field.qty {
    float: right;
    position: relative;
    padding-right: 0px!important;
}

.box-tocart .fieldset {
    float: right;
}

.box-tocart .field.qty label {
    position: absolute;
    font-size: 15px;
    opacity: 0.6;
    top: 15px;
    left: 10px;
}


.product-options-bottom .infoCustomContainer {
    float: right;
    margin-top: 45px;
    margin-bottom: 15px;
}

.product-options-bottom .box-tocart .input-text.qty {
    width: 100px;
    padding-left: 40px;
    text-align: right;
    border: 0px!important;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.infoCustomContainer span.price {
    font-size: 40px!important;
    letter-spacing: -1px;
}


/* PRODUKTE */
.produkteRow {
    width: calc(100% - 10px);
    float: left;
    display: grid;
    margin-top: 10px;
    position: relative;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 50% 50%;
}

.produkteRow .column{
    overflow-x: hidden;
    position: relative;
        background: #faf9f5;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.produkteRow .column img{
    float: right;
}

.produkteRow ul {
    padding: 0;
    list-style-type: none;
    position: absolute;
        top: 90px;
    left: 70px;
}

.produkteRow .column span.caption {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 600;
}

a.box-cover-button {
    color: var(--nofocus-color);
        -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a.box-cover-button:hover {
    text-decoration: none;
    color:var(--casual-action);
}

.produkteRow i.material-icons {
    color: var(--casual-action);
    float: left;
    font-size: 18px;
    margin-top: 3px;
    margin-right: 5px;
}

.produkteRow .column li {
    background: #faf9f5;
    border-radius: 5px;
    padding-right: 7px;
    width: fit-content;
}

/* CHECKOUT BASKET */

strong.productBox.title {
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 0;
    float: left;
}

body.checkout-cart-index .page-title-wrapper {display: none;}

body.checkout-cart-index form#form-validate {
    background: #e4e2da;
    padding: 20px 20px;
    min-width: 0;
        width: calc(65% - 20px);
}

body.checkout-cart-index tbody.cart.item a.action {
        color: var(--highlighted);
    padding: 4px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid var(--highlight);
    margin-left: 3px;
    float: right;
    margin-bottom: 0;
}

body.checkout-cart-index td.col.group-subtotal,
body.checkout-cart-index td.col.subtotal {
    font-size: 3rem;
    color: #000;
    padding-right: 20px;
    font-weight: 600;
}

.cart .pimp-item .subtotal .price {
    font-size: 3rem;    
}

tbody.cart.item.designed-item,
tbody.cart.item.collection-item,
tbody.cart.item.pimp-item {
    background: #fff;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 0px!Important;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.cart .pimp-item .product-item-details {
    padding-top: 10px;
}

tbody.cart.item.designed-item tr td:last-of-type, 
tbody.cart.item.collection-item tr td:last-of-type,
tbody.cart.item.pimp-item tr td:last-of-type {
    float: right;
    display: block;
    position: relative;
}

tbody.cart.item.designed-item tr td, 
tbody.cart.item.collection-item tr td,
tbody.cart.item.pimp-item tr td {
    float: left;
}

tbody.cart.item.designed-item tr, 
tbody.cart.item.collection-item tr,
tbody.cart.item.pimp-item tr {
    float: left;
    width: 100%;
    font-size: 15px;
    color: var(--nofocus-color);
    background: #f3f2ed;
    border-bottom: 1px solid var(--highlight);
}

body.checkout-cart-index thead {
    display: none;
}

body.checkout-cart-index tr.item-info {
    float: left;
    width: 100%;
    background: #fff!important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

body.checkout-cart-index tr.item-info td.col.image {float: left; padding: 0; }
body.checkout-cart-index .pimp-item tr.item-info td.col.image {padding: 10px;}

body.checkout-cart-index tr.item-info td.col.item {width: 300px; padding: 0px 12px 10px!important;float:left; color: var(--nofocus-color)}
body.checkout-cart-index tr.item-info td.col.item .product-item-details strong {
    color: #000;
    font-weight: 600;
    font-size: 2rem;
}
body.checkout-cart-index .item-info td.col.group-subtotal {
    float: right;
}

body.checkout-cart-index .cart.item tr input {
    height: 30px;
}

body.checkout-cart-index .item-info .col .image {
    height: 90px;
    float: left;
    padding: 10px !important;
    border-right: 1px solid var(--highlight);
}

body.checkout-cart-index .cart-summary .block {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    border: 0px!important;
    border-radius: 3px;
    background: #fff;
    float: left;
    width: 100%;
}

.cart-summary .block.active > .content {
    padding: 0px 15px;
}

body.checkout-cart-index div#cart-totals {
    background: #fff;
    margin: 10px 0;
    border-radius: 3px;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

body.checkout-cart-index .cart-totals {
    border: 0px;
}

body.checkout-cart-index .cart-summary .block > .title, .paypal-review-discount .block > .title {
    border-top: 0px solid #d1d1d1;
    background: #fff;
    border-radius: 3px;
}

body.checkout-cart-index.cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    position: absolute;
    right: 0px;
    top: -2px;
}

body.checkout-cart-index .cart-totals .grand .amount {
    padding: 0;
    padding-right: 5px!important;
    padding-bottom: 0px!important;
}

body.checkout-cart-index .grand.totals th.mark {
    padding-left: 5px!important;
    padding-bottom: 0px!important;
    font-size: 17px;
    color: #000;
    line-height: 40px;
}

body.checkout-cart-index tr.grand.totals {
    height: auto;
}

body.checkout-cart-index .column.main .cart-summary .block > .title strong, .column.main .paypal-review-discount .block > .title strong {
    font-size: 1.5rem;
}

body.checkout-cart-index .cart-summary tr.totals {
    border-bottom: 1px dashed var(--highlight);
}

body.checkout-cart-index .cart-summary .block .fieldset.coupon {
    padding: 0px 10px 20px;
    background: #fff;
    float: left;
    width: 100%;
}

.cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    position: absolute;
    right: 3px;
    top: -2px;
}

body.checkout-cart-index .fieldset.coupon button.action.apply.primary {
    color: #000!important;
}

body.checkout-cart-index .cart-container .checkout-methods-items .action.primary {
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: -1px;
}

.checkout-cart-index .proofBox {
    position: relative;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #7ee257;
    border-radius: 3px;
    background: #e1ffd6;
    width: 100%;
    text-align: left;
    min-height: 40px;
    padding: 10px 30px 10px 10px;
    color: #57ad35;
}

.cart-container {
    padding-top: 30px;
}

body.checkout-cart-index .cart-summary .block > .title {
    padding-left: 15px;
}

.checkout-cart-index .proofBox .message {
    display: block;
    position: absolute;
    color: var(--nofocus-color);
    max-width: 900px;
    background: #ffff;
    max-height: 450px;
    font-size: 14px;
    padding: 20px;
    right: 45px;
    bottom: -109px;
    z-index: 999;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
}

.proofBox .message span.caption {
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.proofBox ul {
    padding-left: 15px;
    list-style-type: square;
}

.checkout-cart-index .proofBox i {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
     font-size: 28px;
}

.checkout-cart-index .proofBox .message{
    display: none;
}

/*NEW CHECKOUT!*/

/*SHIPPING*/

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #cceac9;
    background: #edffeb;
    color: green;
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 0;
        margin-top:5px;
    box-shadow: none;
    line-height: 1.3;
    padding: 20px;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #27b327;
    border-radius: 5px;
    top: 10px;
    right: 10px;
}



.opc-wrapper .shipping-address-item {
    border: 1px solid #e0e0e0;
    border-radius: 3px;

    line-height: 1.2;
    margin: 0;
        margin-top:5px;
    padding: 20px;
    transition: 0.3s border-color;
    width: 100%;
    display: inline-block;
    font-size: 17px;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

table.table-checkout-shipping-method {
    display: block;
    float: left;
    width: 100%;
}

table.table-checkout-shipping-method tbody {
    float: left;
    width: 100%;
}

table.table-checkout-shipping-method tr.row {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid var(--highlight);
    cursor: pointer;
}

table.table-checkout-shipping-method tr.row:hover .col.col-method{
    color: var(--casual-action);
}

table.table-checkout-shipping-method tr.row:first-of-type {
    border-top: 0px;
}

.row .col-logo img.no-image {
    display: none;
}


table.table-checkout-shipping-method td.col.col-method,table.table-checkout-shipping-method td.col.col-price {
    float: left;
}

table.table-checkout-shipping-method td.col.col-price{
        padding-left: 35px;

}

table.table-checkout-shipping-method td.col.col-price,table.table-checkout-shipping-method td.col.col-method{
padding-bottom: 10px;
font-weight: 600;
color: #000;
}

table.table-checkout-shipping-method td.col.col-description {
    width: 100%;
    float: left;
    padding: 0px 100px 20px 60px;
    font-size: 15px;
    color: var(--nofocus-color);
}

td.col.col-logo {
    position: absolute;
    max-width: 100px;
    top: 0px;
    right: 20px;
}

/*SHIPPING OVER*/

div#iosc-summary {
    padding-top: 0px!important;
    width: 50%!important
}

/* DISCOUNT BLOCK*/

.payment-option._collapsible.opc-payment-additional.discount-code._active {
    display: none;
}

/**/ 

.opc-block-summary {
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.checkoutHeaderHelp {
    float: right;
    line-height: 0;
    font-size: 15px;
    color: var(--nofocus-color);
}

.checkoutHeaderHelp strong {
    font-weight: 600;
    color: #000;
}

.checkoutHeaderHelp i {
    font-weight: 600;
    color: #000;
    vertical-align: baseline;
    font-size: 18px;
}   


.cart-summary {
    width: 35%;
    background: #f3f2ed;
    margin-bottom: 25px;
    padding: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

strong.summary.title {
    font-weight: 600;
    font-size: 2.5rem;
    margin-top: 0;
}

div#iosc-summary {
    width: 31%;
    float: right;
    position: relative;
    margin-top: 20px;
    background: #fff;
    padding: 25px;
    border-radius: 3px;
}

#checkoutSteps li#shipping {
    width: 100%;
}

.checkout-payment-method .actions-toolbar .primary {
    display: none;
}

.opc-wrapper #opc-shipping_method, .opc-wrapper #payment {
    float: left!important;
}

.opc-wrapper {
    float: left;
    padding-right: 0px !important;
    width: calc(50% - 20px)!important;
}

.opc li {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.opc li#payment {
    padding: 0px 0px;
}

.checkout-payment-method .step-title,.checkout-shipping-method .step-title,div#iosc-summary span.step-title {
    margin-left: 30px;
    border-bottom: 0px!important;
}

.opc-block-summary {
    background: var(--highlight);
    padding: 20px 20px;
    margin: 0px 0 20px;
    float: left;
    width: 100%;
}

.opc-wrapper #shipping, .opc-wrapper #iosc-billing,.opc li#payment,li#opc-shipping_method {
    border-radius: 3px;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10);
}

#opc-sidebar {
    background: var(--highlight);
    padding: 20px;
    margin: 0px 0 20px;
    float: right;
    width: calc(50% - 20px);
}

#iosc-summary li {
    list-style-type: none!important;
}

#paymentMethodContainer {
    margin:0px!important;
}

.opc-wrapper #opc-shipping_method {
    margin-bottom: 20px;
}

li#opc-shipping_method,div#iosc-summary,div#iosc-summary {
    padding: 25px 0;
}

.checkout-shipping-method .no-quotes-block {
    margin: 10px 25px;
    color: var(--nofocus-color);
}

.table-checkout-shipping-method tbody td:first-child, div.payment-method-title.field.choice {
    padding-left: 25px!important;
}

.checkout-agreement {
    float: left;
    margin: 0 0 3px 0;
    padding: 0px 10px 0 0!important;
    color: var(--casual-action)!important;
}
.checkout-onepage-success table#shopping-cart-table thead,
.gopay-standard-error table#shopping-cart-table thead {
    display: none
}
.checkout-onepage-success table#shopping-cart-table,
.gopay-standard-error table#shopping-cart-table {
    background: var(--highlight);
    padding: 30px;
    float: left;
    display: block;
}

.checkout-onepage-success .cart-container,
.gopay-standard-error .cart-container {
    order: 2;
}

.checkout-agreements {
    float: left;
    margin: 0px!important;
}

div.checkout-agreement button {
    color: var(--casual-action)!important;
    font-size: 13px!important;
}

div.checkout-agreement button:hover {
    color:var(--casual-action)!important;
}

span#block-discount-heading {
    display: none;
}

.payment-option-content {
    float: left;
    width: 100%;
}

.discount-code, .iosc-comment, .iosc-subscribe {
    float: left;
}

.title-number {
    margin: 4px 0px 0px -38px;
    position: absolute;
    border-radius: 50%;
    width: 28px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: var(--highlight)!important;
    display: inline-block;
    border: 0px solid #b6b6b6!important;
    background: var(--nofocus-color)!important;
    /* background-image: -webkit-linear-gradient(30deg, #fdfbfb 0%, #ebedee 100%); */
    /* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14), 0 1px 12px 0 rgba(0,0,0,0.18), 0 1px 3px -1px rgba(0,0,0,0.1);
}

div.iosc-place-order-container .iosc-place-order-button {
    float: right!important;
    text-decoration: none!important;
    width: auto!important;
    cursor: pointer!important;
    height: auto!important;
    text-align: center!important;
    background: #f05500!important;
    border: 1px solid #d05a1a!important;
    border-radius: 3px!important;
    color: #fff!important;
    font-weight: 600!important;
    clear: none!important;
    padding: 15px!important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25)!important;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25)!important;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25)!important;
    -webkit-transition: all 0.3s ease-out!important;
    -moz-transition: all 0.3s ease-out!important;
    -ms-transition: all 0.3s ease-out!important;
    -o-transition: all 0.3s ease-out!important;
    transition: all 0.3s ease-out!important;
    font-size: 20px!important;
    letter-spacing: -1px!important;
    margin-right: 20px;
}

.discount-code, .iosc-comment, .iosc-subscribe {
    float: left;
    width: 100%;
}

table.data.table.table-totals {
    color: var(--nofocus-color);
}

#discount-form {
    width: 100%;
}

form#discount-form .actions-toolbar {
    margin-left: 0px;
    float: right;
    width: 30%;
}

.form-discount .actions-toolbar .primary button.action.action-apply,.form-discount .actions-toolbar .primary {
    height: 45px;
    float: right;
    width: 100%;
}

div.iosc-place-order-container .iosc-place-order-button:hover {
        border: 1px solid #d05a1a;
    background: #ffce78;
    color: #c97c44;
}

.grand.totals strong span.price {
    color: #000!important;
    font-size: 25px;
    letter-spacing: -1px;
}

.table-totals td.amount {
    padding-right: 20px;
}

td.amount {
    text-align: right;
}

.discount-code .payment-option-inner {
    width: 70%!important;
}


.checkout-index-index.page-layout-checkout .product .mouseover-images{
    display: none!important;
}


/* THANKYOU PAGE */

.checkout-onepage-success div#registration {
    float: left;
    width: 100%;
    padding: 30px;
    background: #FFF;
}

.checkout-onepage-success div#registration p:first-of-type{
font-size: 2.3rem;
    letter-spacing: -1px;
}

.proveBox {
    float: left;
    padding: 30px 30px 30px 110px;
    border-top: 1px solid var(--highlight);
    background: #f7f4d6;
    color: #858254;
    font-size: 15px;
    position: relative;
}

i.material-icons.warning {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 50px;
    color: #d2c32f;
}

.proveBox .title {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-size: 2rem;
}

.proveBox ul li {
    margin-bottom: 5px;
}



.proveBox ul {
    padding-left: 16px;
    float: left;
    width: 100%;
}

.checkout-onepage-success .page-title-wrapper,
.gopay-standard-error .page-title-wrapper {
    display: none;
}

.checkout-success {
    margin-top: 20px;
}

.checkout-success .thankYouBox {
    float: left;
    width: 100%;
    background: #32bb73;
    text-align: center;
    padding: 30px 15px;
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: -1px;
    color: #fff;
}

.gopay-standard-error .thankYouBox {
    background: #a23d2a;
}

.thankYouBox i.material-icons {
    font-size: 38px;
    margin-right: 10px;
    margin-top: 0px;
    vertical-align: bottom;
}

.checkout-success .content {
    float: left;
    width: 100%;
        background: #fbfaf6;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.checkout-success .content .messages {
    float: left;
    width: 100%;
    display: grid;
    background: #fff;
    grid-template-columns: 50% 50%;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.content .messages span {
    text-align: left;
    color: var(--nofocus-color);
    padding: 20px 20px 20px 70px;
    font-size: 17px;
    display: block;
    position: relative;
}

.content .messages span:first-of-type {
    border-right: 1px dashed var(--highlight);
}

.content .messages span i.material-icons {
    position: absolute;
    left: 20px;
    font-size: 32px;
    top: 16px;
}

i.material-icons.heart {
    color: #d83a3a;
}

.checkout-success .details {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
}

.checkout-success .details ul {
    list-style-type: none;
    padding:0px;
    margin:0px;
}
.checkout-success .details .column{
border-right: 1px dashed var(--highlight);
    color: var(--nofocus-color);
}
.checkout-success .details .column ul li{
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.checkout-success .details .column .wrapper {
    float: left;
    width: 100%;
    padding: 30px;
}

.cart.table-wrapper .items {
    display: block;
}

.checkout-success .details .column .wrapper table, .checkout-success .details .column .wrapper table tr, .checkout-success .details .column .wrapper table td{
    padding:0px;
}

.checkout-success .details .column .wrapper table td{
    padding-bottom: 0px;
}

.checkout-success .content .details span.caption {
    color: var(--main-txt-color);
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-size: 2rem;
}

.agreementsWrapper {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 13px;
    color: var(--nofocus-color);
}

body.checkout-cart-index .page.messages {
    z-index: 99;
}



.opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
    max-width: 100%
}

.opc-wrapper #opc-shipping_method, .opc-wrapper #payment {
    width: 100%;
}

#checkoutSteps li#shipping {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.newaddress-button-title .action-toggle, .discount-code .payment-option-title .action-toggle, .iosc-comment .iosc-comment-title .action-toggle {
    color: var(--casual-action);
}

.page-layout-2columns-left .seo h1 {
    font-size: 24px;
}

.page-layout-2columns-left .seo h2 {
    font-size: 20px;
}

.page-layout-2columns-left .seo h3 {
    font-size: 17px;
}

.page-layout-2columns-left .seo p {
    font-size: 14px;
    color: var(--nofocus-color);
}

/*PACKSTATION*/

div#field-packstation {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;    
    padding-right: 30px;
}

#use_packstation:checked + label[for=use_packstation]:before:hover {    
    background: #f05500;
    border: 1px solid var(--action-green);
}


div#field-packstation img {
    width:100px;
}

div#field-packstation label {
    cursor: pointer;
}

#use_packstation {
  display: none;
}

#use_packstation + label[for=use_packstation]:before {
    content: '';
    background: #f3f7f9;
    border-radius: 3px;
    border: 1px solid #c3c8d0;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    padding: 2px;
    margin-right: 10px;
    cursor: pointer;
}

#use_packstation:checked + label[for=use_packstation]:after {
    content: "";
    padding: 2px;
    position: absolute;
    width: 1px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 5px;
    left: 7px;
}

#use_packstation:checked + label[for=use_packstation]:before {
    background: var(--action-green);
    border: 1px solid var(--action-green);
}

#field-packstation i.material-icons {
    position: absolute;
    right: 0;
    color: var(--casual-action);
}



div#packstation-info {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    width: 300px;
    right: -5px;
    top: 40px;
    padding: 30px;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.20);
}

#packstation-info span.caption {
    font-size: 19px;
    margin-bottom: 20px;
    float: left;
    font-weight: 600;
}

#packstation-info .arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    top: -6px;
    right: 12px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
    transform: rotate(45deg);
}

#packstation-info p {
    float: left;
    width: 100%;
}


/*shopping process*/
#checkout .opc-progress-bar {
    display:none;
}

#checkout form.form.form-login {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 30px;
}

#checkout .admin__field-control {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
    float: left
}
#checkout fieldset.admin__field,
#checkout fieldset.admin__field._required {
    border: 0;
    padding: 0;
    margin-bottom: 25px;
    font-size: 18px;
}

.tabs {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    font-size: 18px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 0px;
    overflow: hidden;
}

.address-name-info .row {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

.address-name-info .row::before {
    
    display: none;
 
}

#checkout input[type="text"], 
#checkout input[type="password"], 
#checkout input[type="url"], 
#checkout input[type="tel"], 
#checkout input[type="search"], 
#checkout input[type="number"], 
#checkout input[type="datetime"], 
#checkout input[type="email"] {
    line-height: 60px;
    height: 60px;
        -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.06);
    box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.06);
    font-weight: 700;
    padding-left:20px;
}

#checkout input[type="text"]::placeholder, 
#checkout input[type="password"]::placeholder, 
#checkout input[type="url"]::placeholder, 
#checkout input[type="tel"]::placeholder, 
#checkout input[type="search"]::placeholder, 
#checkout input[type="number"]::placeholder, 
#checkout input[type="datetime"]::placeholder, 
#checkout input[type="email"]::placeholder{
    font-weight: 400;
    color:grey;
}

#checkout .opc-wrapper .tabs .tab {
    width: 100%;
    cursor: pointer;
    padding: 20px;
    background: #efede8;
    color: #8e8d8a;
        border-bottom: 1px solid rgba(0,0,0,0.1);
}

#checkout .opc-wrapper .tabs .tab.active {
    background: #fff;
    color: #000;
        border-bottom: 0px;
}

#checkout fieldset.field {
    border: 0;
    padding: 0;
    margin: 0;
}

#checkout .fieldset.address.address-normal {
    float: left;
    width: 100%;
}

#checkout .address-fields {
    float: left;
    width: 100%;
    padding: 30px;
    border: 1px solid rgba(0,0,0,0.1);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.05);
}

#checkout label[for=customer-email] {
    display: none!important;
}

#checkout .fieldset > .field:not(.choice) > .control {
    width: 100%;
}

#opc-sidebar {
    background: var(--highlight);
    padding: 0px;
    margin: 20px 0;
    float: right;
    width: 50%;
    border-radius: 5px;
}

#checkout .fieldset.address.address-normal .row {
    float: left;
    width: 100%;
        margin-bottom: 10px;
}


#checkout .address-fields .row:before,
#checkout .address-fields .row:after
{
    display:none;
}

#checkout .address-fields .row.row-0 {
    display: grid;
    width: calc(100% - 10px)!important;
    grid-template-columns: 75% 25%;
    grid-gap: 10px;
}

#checkout .address-fields .row.row-2 {
    display: grid;
    width: calc(100% - 10px)!important;
    grid-template-columns: 25% 75%;
    grid-gap: 10px;
}

 #checkout  select {
    line-height: 60px;
    float: left;
    height: 60px;
    border-radius: 5px;
    font-size: 18px;
    border: 1px solid rgba(0,0,0,0.15);
}

#checkout .field.telephone {
    padding: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

#checkout table.table-checkout-shipping-method .row .col-logo img {
    max-height: 55px;
    width: auto;
    float: right;
}

#checkout .address-fields .row {
    margin-bottom: 10px;
    float:left;
    width: 100%;
}

#checkout .address-packstation .address-fields .row-1 {
    display:grid;
    grid-template-columns: 25% 75%;
    grid-gap: 10px;
    width: calc(100% - 10px)
}

#checkout .address-packstation .address-fields .row-2 {
    width: 100%!important;
    display: block;
}
#checkout .address-packstation {
display: block;
    float: left;
    width: 100%;
        margin-bottom: 30px!important;
    }
    
    #checkout .form-billing-address .row{
        margin-bottom: 10px;
        grid-gap:10px;
    }
    
        #checkout .form-billing-address .row:before,
        #checkout .form-billing-address .row:after
              {
                  display: none;
              }
    
#checkout .form-billing-address .row-2 {
    grid-template-columns: repeat(2,1fr);
    display: grid;
}

#checkout .form-billing-address .row-3 {
    grid-template-columns: 75% 25%;
    display: grid;
    width: calc(100% - 10px);
}

#checkout .form-billing-address .row-4 {
    grid-template-columns: 25% 75%;
    display: grid;
    width: calc(100% - 10px);
}

#checkout div#billing-address-container {
    margin-top:20px;
    padding: 30px;
    border: 1px solid rgba(0,0,0,0.1);
    float: left;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.05);
}

#checkout .billing-address-same-as-shipping-block.field.choice {
    padding: 10px;
    border-radius: 5px;
    background: #fbfaf6;
    border: 1px solid #e8e5dc;
    /* border: 1px solid rgba(0,0,0,0.1); */
    /* box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.05); */
}

#checkout .form-billing-address {
    margin-top: 30px
}

.payments2-minicart {
    float: left;
    width: 100%;
    height: 45px;
    background: url(//cdn4.shirttuning.de/content/paymentsFull.svg) no-repeat;
    background-position-y: 10px;
    background-position-x: center;
    background-size: 90%;
}

.checkout-index-index a.logo {
    position: relative;
    float: left;
}

div#checkoutHelpWrapper {
    float: right;
    font-size: 15px;
    color: var(--nofocus-color);
}

div#checkoutHelpWrapper a{
    font-weight: 600;
}

div#checkoutHelpWrapper .material-icons {
    margin-top: -3px;
    margin-right: 5px;
}

.checkout-billing-address .field label:first-child {
    display: none;
}

.checkout-index-index .checkout-payment-method .payment-method-title {
    padding: 20px 0 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 0;
}

.checkout-index-index .payment-method-content {
    padding: 0px!important;
}

li.overviewWrapper {
    float: left;
    background: #d2efb3;
    border-top: 0px solid #e8e5dc;
    padding: 0px;
border-bottom: 1px solid #d2efb3;
}

li.overviewWrapper .shipping-information{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1px;
}

li.overviewWrapper .shipping-information-content,
li.overviewWrapper .shipping-information-content {
    margin-bottom: 0px;
}

.overviewWrapper .shipping-information .action-edit{
        float: left;
    background: none;
    margin-top: 10px;
    border: 1px solid #c3e0a5;
    color: #62774c;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
}

li.overviewWrapper .shipping-information div.ship-to,
li.overviewWrapper .shipping-information div.bill-to,
li.overviewWrapper .shipping-information div.ship-via{
        padding: 20px;
    border: 0px solid #e8e5dc;
    background: #f6ffec;
    border-radius: 0px;
        font-size: 14px;
    color: #63774c;
position: relative;
    
}

.billing-information-title,
.shipping-information-title
{
    font-weight: 600;
    font-size: 15px!important;
        margin-bottom: 15px;
}

.checkout-index-index .shipping-information-content,
.checkout-index-index .billing-information-content
{
    margin: 0px!important;
    font-size: 15px;
    color: var(--nofocus-color);
}

.opc-block-summary .items-in-cart {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.checkout-index-index .grand.totals th.mark {
    padding-left: 0px!important;
    font-size: 25px;
    font-weight: 700!important;
    padding-top: 10px;
    color: #000!important;
}

.checkout-index-index .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
    padding-right: 0;
    text-align: right;
    font-size: 25px;
    padding-top: 10px;
    color: #000;
}

.cart-totals .amount, .opc-block-summary .table-totals .amount {
    display: block;
}

.price-container .price-box {
    float: right;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.05);
}

.price-container .price-box span {
    width: 100%;
    float: left;
    font-size: 12px;
    color: var(--nofocus-color);
}

.price-container .price-box .price {
    font-size: 30px;
    font-weight: 600;
    color:#000
}

.amount.price-container {
    float: right;
    width: 60%;
}

.discount-amount-wrapper {
    float: left;
    width: 40%;
    background: #f1ffe8;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.05);
    padding: 10px 15px 10px 0;
    border-right: 1px solid rgba(0,0,0,0.1);
    position: relative;
}

.discount-amount-wrapper span.rabattLabel {
    float: right;
    width:100%;
    font-size: 12px;
    color: #18ce19;
}

.discount-amount-wrapper .discount-amount span.price {
    font-weight: 600;
    color: #18ce18;
    font-size: 20px;
    margin: 7px 0;
    float: right;
    text-align: right;
}

.arrowDiscount {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff;
    top: 50%;
    right: -10px;
    transform: rotate(45deg);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    border-left: 1px solid rgba(0,0,0,0.15);
}

.checkout-cart-index tbody.cart.item a.action span {
    font-size: 20px;
    float: left;
}

.checkout-index-index .opc-block-summary .table-totals .grand .amount {
    padding-right: 5px!important;
}

input#billing-save-in-address-book {
    float: left;
    margin-top: 20px;
}

.checkout-index-index .save-address label.label {
    float: left;
    width: calc(100% - 20px) !important;
    text-align: left!important;
    padding: 15px 10px!important;
}

div#shipping-new-address-form-company .adress-name-info .row {
    margin-bottom: 10px!important;
}

span.deliveryTypeIcon {
    float: left;
    margin-right: 10px;
}

#checkout-step-shipping_method .actions-toolbar {
    float: right;
    padding: 0 30px;
}

#checkout-step-shipping .customer-email {
    padding: 10px 20px;
    background: #edffeb;
    border: 1px solid #cceac9;
    border-radius: 3px;
    color: #4c7947;
    font-weight: 600;
}

#checkout-step-shipping .customer-email label {
    float: left;
    width: 100%;
    display: block;
    font-weight: 300;
}

.checkout-index-index .primary button {
    padding: 15px 20px;
    font-size: 17px;
}

.checkout-index-index .check-errors {
    float: left;
    width: calc(100% - 40px);
    padding: 10px;
    /* margin: 0 20px; */
    box-sizing: border-box;
    color: #bf4747;
    border-radius: 5px;
}

.agreementsWrapper {
    float: left;
    max-width: 70%;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    font-size: 13px;
    color: var(--nofocus-color)!important;
}

.checkout-agreement {
    float: left;
    margin: 0 0 3px 0;
    padding: 0px 10px 0 0!important;
    color: var(--nofocus-color)!important;
}

.opc-block-summary div#place-order-trigger-wrapper {
    float: right;
    width: 30%;
}

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
    border-top: 0px solid #cccccc;
    padding: 20px 0;    
}

.german .checkout-payment-method .payment-method + .payment-method .payment-method-title {
    padding-top: 0;
}

.checkout-payment-method .payment-method.paypal-express {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
}

.checkout-payment-method .payment-method.paypal-express._active {
    background: #f9f9f9;
}

.payment-method-title #banktransfer {
    display: inline!important;
    cursor: pointer;    
}

.checkout-index-index .actions-toolbar > .primary:last-child, .actions-toolbar > .secondary:last-child {
    width: 100%;
}

.checkout-index-index  button.button.action.continue.primary {
    width: 100%
}

.opc-wrapper .edit-address-link {
    color: var(--casual-action);
}

.checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
}

#opc-new-shipping-address div#shipping-new-address-form-person {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    float:left;
    width: 100%;
}

#opc-new-shipping-address .address-fields {
    float: left;
    width: 100%;
    height: auto;
    border-top: 0px!important;
    padding: 20px;
    border: 1px solid #dad8d2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}

#opc-new-shipping-address fieldset.admin__field {
    background: #fff;
    border: 0;
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 20px;
}
#opc-new-shipping-address fieldset.admin__field .admin__field-control {
    display: grid;
    grid-template-columns: auto auto auto;
    float: left;
    grid-gap: 20px;
    padding-top: 10px;
}

.checkout-index-index .modal-popup .modal-inner-wrap {
    background: var(--highlight)
}

#opc-new-shipping-address  .tabs {
    float: left;
    line-height: 50px;
    background: #efede7;
}

#opc-new-shipping-address  .tabs .active {
    background: #fff;
}

#opc-new-shipping-address  .tabs .tab {
    padding: 10px;
    line-height: 25px;
}

#opc-new-shipping-address fieldset.field {
    border: 0;
    padding: 0;
    margin: 0;
}

#opc-new-shipping-address input[type=text] {
    float: left;
    margin-bottom: 5px;
}

#opc-new-shipping-address .address-name-info .row {
    margin-bottom: 0px;
}

#opc-new-shipping-address div#shipping-new-address-form-company {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
}

.checkout-onepage-success .proofBox {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fffae8;
    color: #8c8469;
    border-top: 1px solid #e2d7af;
}

.checkout-index-index tr.totals-tax {
    border-bottom: 0px;
    padding-bottom: 0px!important;
}

.checkout-index-index tr.totals-tax * {
    padding-bottom: 0;
    padding-left: 0px;
}

.checkout-index-index tr.grand.totals * {
    padding-top: 0px!important;
}

.product.product-item:hover .product-item-info .product-item-details ul {
    display: block;
}

.product.details.product-item-details ul {
    float: left;
    padding: 0;
    margin: 1px;
}

.product.details.product-item-details ul li {
    list-style-type: none;
    float: left;
    margin-right: 7px;
    margin-bottom: 0;
    line-height: 1;
    color: var(--nofocus-color);
    font-size: 1.3rem;
    opacity: 0.7;
}

.overviewWrapper span.material-icons {
    position: absolute;
    right: 15px;
}

.checkout-index-index .header.content {
    padding:15px 20px!Important;
}

fieldset.checkout-registration {
    border: 1px solid #e8e9e8;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
    border-radius: 5px;
    margin: 0;
    padding: 30px;
    font-size: 16px;
}

#checkout-step-shipping .form-login .actions-toolbar {
    margin-left: 0px;
    float: left;
}

#checkout-step-shipping .form-login .secondary {
    float: left;
    width: auto;
    padding-top: 7px;
}

fieldset.checkout-registration ul,
.registration-description span {
    color: var(--nofocus-color);
}

fieldset.checkout-registration ul {
    float: left;
    width: 100%;
    line-height: 1;
    padding: 0 20px;
    margin-bottom: 30px;
}

fieldset.checkout-registration ul li {
    padding: 0px;
    margin: 10px 0 0 0;
}

.registration-description strong {
    font-size: 18px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}




/* shirtelo updates */

.minicart-wrapper:before, .minicart-wrapper:after {
    display: none;
}

.smallGap {
    grid-gap: 30px;
}

.bigGap {
    grid-gap: 100px;
}

.minicart-wrapper {
    margin-left: 0px;
    align-items: center;
    display: flex;
}

div#mainBar {
    width: 100%;
    max-width: var(--max-width);
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
}

.customTopLink ul span {
    color: var(--casual-action);
    margin-right: 15px;
}
ul.header.links li a {
    margin-bottom: 0px!important;
}



div#topContact {
    display: flex;
    align-self: center;
    align-items: center;
    position: relative;
    height: 65px;
    justify-content: center;
}

div#topContact:hover .hover {
    display: flex!important;
}


#topContact .hover {
    position: absolute;
    display: none!important;
    top: 65px;
    background: #fff;
    width: 270px;
    right: -135px;

}

span.st-captionText.topHover {
    background: #fff;
    color: #000;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#topContact a {
    color: #000;
}

.header.content .lnr {
    font-size: 25px;
    color: #000;
    float:left;
    padding: 0 10px;
}

.header.content .lnr:hover {
    color: var(--casual-action);
}

.menuContent {
    width: 100%;
    box-sizing: border-box;
}

.menuContent div.customMenu {
    width: 100%;
    display: flex;
    max-width: var(--max-width);
    margin: auto;
    padding: 0 20px;
    min-height: 40px;
}

.customMenu a.lvl1 {
    padding: 0 0 20px ;
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--main-txt-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menuItem {
    cursor: pointer;
    border-top: 2px solid rgba(0,0,0,0);
    display: flex;
    grid-gap: 10px;
    align-items: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding-right: 25px;
}

.menuItem .lnr {
    font-size: 10px;
    font-weight: 600;
}

.menuItem:hover {
    text-decoration: none;
    color: var(--casual-action);
}

.menuItem:hover a.lvl1  {
    text-decoration: none;
    color: var(--casual-action)!important;
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.center {
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    margin: auto;
    padding: 0 20px;
}

.logo img {
    width: 150px;
}

#st-teaser {
    height: 500px;
    background: #cfd6da;
    overflow: hidden;
}

#st-teaser img {
    margin: auto;
    max-height: 500px;
}

#st-teaser .st-desc {
    text-align: right;
}

#st-teaser h1 {
    margin: 0px;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    font-size: 6.5rem;
    max-width: 750px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.4rem;
    line-height: 1;
}

#st-teaser span.hl-text {
    font-size: 2rem;
    opacity: 0.8;
}

#st-teaser .st-desc {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    grid-gap: 25px;
    max-width: 770px;
}

#st-teaser a.actionButtonLI {
    margin-left: auto;
}

#st-teaser span.lnr.lnr-heart {
    margin-left: 15px;
    color: var(--casual-action);
    vertical-align: middle;
    font-size: 35px;
}

.st-usp {
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 230px;
    align-content: center;
    justify-content: center;
    grid-gap: 10px;
    padding: 30px 50px;
    /*
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    */
}

.st-usp:hover {
    box-shadow: 0px 20px 50px rgb(0 0 0 / 10%);
}

.iconPart {
    position: relative;
    width: 100px;
    margin: 0 auto;
    
}

.iconPart .lnr {
    font-size: 50px;
}

.iconPart .circle {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.2;
    border-radius: 99px;
    margin-left: 10px;
}

.iconPart.blue span {color: #33a5b8;}
.iconPart.blue div {background: #33a5b8;}

.iconPart.yellow span {color: #d4c96b;}
.iconPart.yellow div {background: #d4c96b;}

.iconPart.green span {color: #93b382;}
.iconPart.green div {background: #93b382;}

.iconPart.red span {color: #a74343;}
.iconPart.red div {background: #a74343;}

.st-captionText {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
}

.separator {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 100px 0 60px;
    grid-gap: 25px;
    max-width: 1000px;
    margin: auto;
}

.bigCaption {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.1;
    color: #000;
}

.separator p {
    font-size: 1.8rem;
    max-width: 768px;
    margin: auto;
}

.dropdownSection ul li {
    display: flex;
}

.flexCol {
    flex-direction: column;
    display: flex;
}

.tech_image img {
    display: none;
}

.flexRow {
    flex-direction: row;
    display: flex;;
}

.spliter {
    display: grid;
    grid-gap: 4px;
    grid-template-columns: repeat(2,1fr);
}

.flex-1 {
    flex:1;
}


.st-categoryGrid {
    display: flex;
    grid-gap: 4px;
    max-width: 1512px;
    margin: auto;
}

.st-categoryGrid a {
    overflow: hidden;
    position: relative;
}

.st-categoryGrid a:hover img {
    z-index: 1;
    
}

.st-categoryGrid a:hover .overlay{
    z-index: 2;
    bottom: 0px;
    left: 0px;
}

.st-categoryGrid a:hover span {
    z-index: 3;
    

}

.st-categoryGrid img {
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.st-categoryGrid a span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 2rem;

    letter-spacing: -1px;
    z-index: 2;

}

.max-1200 {
    max-width: 1200px!important;
}

.max-768 {
    max-width: 768px!important;
}

.animated {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.copyright {
    width: 100%;
    text-align: center;
    max-width: 768px;
    gap: 30px;
    padding-bottom: 100px;
}

.copyright span {
    font-size: 1.3rem;
    opacity: 0.8;
}

.wrapper.copyrightEnd {
    padding-top: 60px;
    border-bottom: 20px solid var(--casual-action);
}

.st-categoryGrid .overlay {
    width: 100%;
    height: 65px;
    background: rgba(0,0,0,1);
    position: absolute;
    bottom: -85px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

div.topPad {
    padding-top: 100px!important;
}

div.bottomPad {
    padding-bottom: 100px!important;
}


.howTo {
    text-align: center;
    grid-gap: 10px;
}

.howTo .lnr {
    font-size: 40px;
    margin-bottom: 30px;
    background: #fff;
    margin: auto auto 20px;
    padding: 45px;
    border-radius: 99px;
    border: 2px solid;
}

img {width: auto;}

.howTo:hover .lnr {
    transform: rotateY(180deg); 
    color:#fff!important
}

a.actionButtonLI.centered {
    width: fit-content;
    margin: 60px auto 0;
}

.howTo:nth-child(1):hover .lnr {background: #a74343;}
.howTo:nth-child(2):hover .lnr {background: #d4c96b;}
.howTo:nth-child(3):hover .lnr {background: #93b382;}

.howTo:nth-child(1) .lnr{color: #a74343;}
.howTo:nth-child(2) .lnr{color: #d4c96b;}
.howTo:nth-child(3) .lnr{color: #93b382;}

.st-categoriesBox {
    justify-content: space-around;
}

.st-catHolder img {
    height: fit-content;
    align-self: flex-end;
}

.st-catHolder ul {
        padding: 0;
        margin: 0;
        list-style: none; 
}

.st-catMenu {
    grid-gap: 15px;
    justify-content: center;
}

.st-catHolder ul li a{
    color: var(--main-txt-color);
}

.st-catHolder ul li a:hover{
    color: var(--casual-action);
}

.questionHolder {
    gap: 15px;
}

.questionHolder .lnr {
    margin-right: 10px;
    color: var(--casual-action)
}

.questionHolder .question {cursor: pointer;    padding: 10px 0; display: flex;}
.questionHolder .answer{display: none;}
.faq {
    gap: 20px;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 10%);
    padding: 90px!important;
    flex-basis: 70%;
}

.faq .logo {
    width: 130px;
    margin-right: 20px;
}

span.faqCaption {
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: -2px;
    color: #000;
}

.faqPicture {
    background: url('../images/content/faq.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-basis: 30%;
}

.splitter .half {
    flex:1;
    background: #fff;
    align-content: center;
    justify-content: center;
    display: flex;
    justify-items: center;
    overflow: hidden;
}

.splitter .content {
    justify-content: center;
    margin: 120px;
    max-width: 720px;
    gap: 20px;
}

.st-bigCaption {
    font-size: 7rem;
    font-weight: 700;
    letter-spacing: -2px;
    color: #000;
}

.splitter p {
    font-size: 1.8rem;
}

.splitter img {
    
        width: auto;
        object-fit: cover;
    
}

.splitter:hover img {
    transform: scale(1.05);
}

.categorySwapper {
    justify-content: center;
    max-width: 360px;
    width: 100%;
    margin: auto;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 5%);   
}



.categoryHolder {
    justify-content: space-around;
    gap: 80px;
    padding: 40px 0 140px;
}

.categoryHolder a {
    gap: 5px;
    text-align: center;
    overflow: hidden;
    color: var(--main-txt-color);
    position: relative;
}

.categoryHolder a img {
    margin-bottom: 15px;
}



.categoryHolder a:hover {
    color: var(--casual-action);
    text-decoration: none;
}

.categorySwapper .swapper {
    padding: 10px 13px;
    cursor: pointer;
}

.categorySwapper .swapper:hover,
.categorySwapper .swapper.active {
    background: #000;
    color: #fff;
}

.flexWide {
    flex-basis: 100%!important;
}

.textContainer {
    gap: 30px;
}


.st-textWrapper {
    flex-wrap: wrap;
    gap: 60px;
}

.textContainer {
    padding: 20px 0px;
    flex: 1;
}

.textContainer ul {
    margin: 0;
    padding-left: 20px;
    color: var(--main-txt-color);
}

.textContainer ul li{
    color: var(--main-txt-color);
    opacity: 0.8;
}



.st-textWrapper h1 {
    font-size: 3.5rem;
    letter-spacing: -1.5px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.st-textWrapper h2 {
    font-size: 2.2rem;
    letter-spacing: -1px;
    font-weight: 400;
    margin: 10px 0 0 0;
}

.st-textWrapper p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.7;
    opacity: 0.8;
}

.footBox {
    padding: 120px 0 30px;
    gap: 15px;
}

.footBox.smallGap {
    gap: 10px;
}

.footBox a {
    gap: 15px;
    color: var(--main-txt-color);
    text-decoration: none;
    align-items: center;
}

.footBox a:hover {color: var(--casual-action)}

.footBox .lnr {
    font-size: 2rem;
    opacity: 0.7;
}

.footer .center {
    justify-content: center;
}

.footBox img {
    height: 25px;
}

.footer .logos img {
    width: auto;
    height: 50px;
    margin: 10px 0;
}

.center.logos {
    width: 320px;
    margin-top: -30px;
    background: #fff;
    box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
    justify-content: space-between;
}

.block {
    margin-bottom: 0px;
}

.abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after {
    margin-left: 0px;
}

.login-container-wrapper {
    margin: 40px auto 140px;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 10%);
    background: #fff;
}

.fieldset .flexCol {
    gap: 15px;
}

label span { opacity: 0.8;}

.field.note {
    margin-bottom: 30px;
}

img.deinDesign {
    top: 20px;
    opacity: 0;
    filter: blur(30px);
    width: 30%;
    left: 50%;
    right: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.categoryHolder a:hover img.deinDesign {
    top: 80px;
    filter: blur(0px);
    opacity: 1;
}

.firstLevelMenu {
    margin-right: auto;
}


.firstLevelMenu a:hover span,
.firstLevelMenu a.active span {
    color: #000;
}

.firstLevelMenu a {
    text-decoration: none;
    color: var(--main-txt-color);
    justify-content: center;
    margin-right: 20px;
}

.firstLevelMenu small{
    opacity: 0.8;
}

.firstLevelMenu span{
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--darkHighlight);
}

.hoverContent {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 99;
    display: none;
    min-height: 350px;
    box-shadow: 0px 50px 50px rgb(0 0 0 / 30%);
}


.menu-content {
    max-width: 620px;
}

.menu-content .lnr {
    font-weight: 300;
    margin-left: 25px;
    font-size: 40px;
}

.menu-content .iconPart .circle {
    width: 30px;
    height: 30px;
}


.menu-content .bigCaption {
        font-size: 3.5rem;
}

.hoverContent.opened {
    display: flex;
}

.hoverContent ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hoverContent .st-captionText {
    margin-bottom: 30px;
    color: var(--main-txt-color);
}

.hoverContent .center {
    padding: 90px 20px;
    justify-content: space-evenly;
}

.hoverContent a {
    color: var(--main-txt-color);
}

.hoverContent a:hover{
    color: var(--casual-action);
} 

.menuInnerContent {
    gap: 40px;
    
    height:fit-content;
}

.menuInnerContent .caption {
    font-weight: 600;
    font-size: 1.4rem;
}

.menuInnerContent img {
    padding: 0px 0px 15px;
}

.menuInnerContent .shirt {
    background: rgb(241,241,241);
    padding: 10px;
    line-height: 1.1
}

.menuInnerContent p {
    font-size: 1.3rem;
    opacity: 0.8;
}

.menuInnerContent .flexCol {
    max-width: 200px
}

.menuInnerContent a {
    gap: 5px;
}

.header .lnr-menu {
    display: none;
}

#topContact .hover a {
    gap: 15px;
    padding: 20px 15px;
    align-items: flex-start;
    font-size: 1.4rem;
    color: var(--main-txt-color);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    line-height: 1.1;
}


#topContact .hover a strong {
    margin-bottom: 5px;
}

#topContact .hover a:hover {
    background: var(--highlight);
    text-decoration: none;
}

.gap-10 {
    gap:10px
}
.gap-20 {
    gap:20px
}

.doubleGrid {
    margin: auto;
}

.upperGrid .description {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    left: 50px;
}

.upperGrid .description span.st-captionText {
    font-size: 3rem;
    line-height: 1;
    color: #000;
    font-weight: 300;
}

.upperGrid p {
    margin-top: 5px;
    color: #000;
}

#usp_steps .lnr {
    font-size: 6rem;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--casual-action);
}

.bottomGrid a:hover {
    color: var(--casual-action);
    text-decoration: none;
}

.bottomGrid .lnr {
    font-size: 4rem;
    align-self: flex-start;
    margin-right: 15px;
    color: var(--casual-action);
}

.upperGrid img {
    float: left;
    z-index: 0;
}

.upperGrid a{
    position: relative!important;
    overflow: hidden;
}

.upperGrid a:hover img {
    transform: scale(1.1);
    z-index: 0;
}

.upperGrid a:hover .description {
    z-index: 1;
}


.bottomGrid a {
    color: var(--main-txt-color);
    background: #fff;
    padding: 20px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
}

.bottomGrid p {
    color: var(--main-txt-color);
    margin: 0px;
}


.st-categoryGrid .description {
    position: absolute;
    top: 30px;
    left: 30px;
}
.pBot {
    padding-bottom: 100px;
}

#usp_steps .flexCol {
    position: relative;
}

#usp_steps .next {
    opacity: 0.3;
    color: #000;
    margin: 0 0px;
    font-size: 4rem;
    align-self: center;
}

div#usp_steps {
    justify-content: space-between;
    max-width: 1400px;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
    text-align: center;
}

span.counter {
    font-size: 2.1rem;
    color: #fff;
    font-weight: 600;
    background: var(--casual-action);
    border-radius: 999px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: -20px;
}

.simpleFaq {
    max-width: 1400px;
    padding: 50px;
    margin-top: 1px;
    gap: 50px;
}

div.benefits-grid {
    background: #e3e3e3;
}

.benefits-grid .text {
    text-align: right;
}

.benefits-grid .half {
    flex-basis: 50%;
}

.benefits-grid .lnr {
    display: flex;
    padding: 20px;
    font-size: 4rem;
    background: #fff;
    border-radius: 999px;
    color: var(--casual-action);
    margin-right: 30px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
}

.benefits-grid p {
    font-size: 1.8rem;
}

.benefits-grid .actionButtonLI {
    margin-left: auto;
}

.benefits-grid .st-captionText {
    margin-top: 0px;
}

div.benefits-grid .center {
    gap: 60px;
    max-width: 1400px;
}

span.iconpartText {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--main-txt-color);
}

.menu-content .actionButtonLI {
    margin-top: 20px;
    padding: 15px 20px;
}

.menu-content-icons {
    gap: 20px;
    justify-content: space-between;
}

.menu-content .iconPart {
    width: 70px;
}

.offerWrapper {
    width: 100%;
    max-width: 1200px;
}

.cta-banner {
    justify-content: center;
}



.copyright {
    display: flex!important;
}

.offerBox {
    background: #fff;
    padding: 60px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 5%);
    color: var(--main-txt-color);
}

.offerBox:hover {
    text-decoration: none;
    box-shadow: 0px 2px 30px rgb(0 0 0 / 10%);
}

.offerBox.online:hover {
    background: #f2f9ef;
}

.offerBox.offline:hover {
    background: #fffdec;
}

.offerBox .st-captionText {
    font-size: 2.5rem;
    color: var(--main-txt-color);
    line-height: 1.1;
}

.offerBox ul {
    margin: 0px;
    padding: 0px;
}

.offerBox .lnr {
    margin-right: 20px;
        font-size: 40px;
        color: #fff;
        width: 70px;
        height: 70px;
        padding: 15px;
        border-radius: 5px;
}

.offerBox.online .lnr {
    background: #c5d8bd;
}

.offerBox.offline .lnr {
    background: #cac59e;
}

.offerBox ul li{
    color: var(--main-txt-color);
    list-style-type: none;
    display: flex;
}

.offerBox ul li:before {
    content: '✓';
    margin-right: 10px;
    color: var(--casual-action);
}

.referencesBox img {
    width: auto;
    max-width: 100%;
    max-height: 40px;
    display: inline-block;
}

.referencesBox {
    justify-content: space-evenly;
}

.dropdownSection {
    max-width: 1200px;
    position: relative;
    background: #fff;
}

.dd_content {
    padding: 25px 40px;
    display: none;
}

.dropdownSection .lnr-chevron-down {
    position: absolute;
    top: 33px;
    right: 30px;
    font-weight: 600;
}

.dropdownSection select {
    cursor: pointer;
    padding: 20px 40px;
    height: 80px;
    border: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: -1px;
    -webkit-appearance: none;
  -moz-appearance: none;
}

.ddInfo .lnr {
    font-size: 20px;
    vertical-align: text-top;
    margin-right: 5px;
    color: #cac59e;
}

.dropdownSection ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.dropdownSection li.pro:before {
    content: '✓';
    margin-right: 10px;
    color: green;
    font-weight: 800;
}



.dropdownSection li.con:before {
    content: '☓';
    margin-right: 10px;
    color: red;
    font-weight: 800;
}

.dropdownSection select:hover {
    background: var(--highlight);
}

div#xxlForm {
    padding-bottom: 130px;
}

.formWrapper {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 30px;
}

.legalText {
    font-size: 1.3rem;
}

.formWrapper select{
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 18px;
    height: 45px;
    font-weight: 600;
}

#faq_grid a {
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    width: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    color: var(--main-txt-color)
}

#faq_grid a:hover {
    text-decoration: none;
    background: var(--highlight);
}

#faq_grid .lnr {
    color: var(--casual-action);
    font-size: 40px;
}

#faq_grid {
    max-width: 1400px;
    width: 100%;
    flex-wrap: wrap;
    gap: 0px;
    padding: 0px;
    background: var(--highlight);
}

.separator.faqCategory {
    padding: 100px 30px 0px;
    text-align: left;
    max-width: 1400px;
}

.faqCategory .lnr {
    align-self: center;
    font-size: 40px;
    margin-right: 10px;
    color: var(--casual-action);
}