/*
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: #1f1f1f;
  --main-bg-color: #d6d4cd;
  --casual-action: #f05500;
  --highlight: #e8e5dc;
  --max-width: 1600px;
  --side-padding: 20px;
  --nofocus-color:#636363;
}

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

a:hover, .alink:hover {
    color: #ff832f;
    text-decoration: underline;
}

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

.message.success {
    margin:0px;
}

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: #f9f8f4;
    background-clip: padding-box;
    border: 1px solid #e4e2db;
    border-radius: 3px;
    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;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.06);
-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.06);
box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.06);
}

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

.amazon-validate-container .block .block-title, .login-container .block .block-title {
    font-size: 1.8rem;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

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

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

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

/*
#homepageSlider, .halfBanner, .quarterBanner, .uspWrapper ul {
    border-radius: 5px!important; overflow:hidden;
}
*/

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: 'Roboto', sans-serif;
	color: var(--main-txt-color);
    font-size: 1.6rem;
}

/*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: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(29, 27, 23, 0.8);
    width: 100%;
    height: 100vh;
    display: none;
}

.ccPopup.popUp {
    padding-right: 480px;
    background: url('../images/customerCare.jpg') center no-repeat;
}

.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: #ecebe6;
    min-height: 500px;
    position: absolute;
    margin: auto;
    display: table;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 65px;
    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);
    display: none;
    text-align: left;
}

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

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
    background-image: none;
    background: #fff;
    border: 1px solid #fff;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    -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);
}

.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: none;
    width: 100%;
    margin: auto;
    position: relative;
}

.topMessages .messageTop {
    max-width: var(--max-width);
    margin: auto;
    line-height: 1.3;
    text-align: center;
}

.page-header {
	background: #fff;
	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);
    z-index: 999;
}

.header.content, .page-main, .footer.content, .page-header .header.panel  {
	max-width: var(--max-width);
}

.header.content {
	padding: 0 20px;
}

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

.logo {
    margin: 0px auto 0px;
    max-width: 220px;
    float: none;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 17px;
}

.checkout-index-index .logo {
    padding-top: 0;
}

.logo img {
    width: 220px!important
}

.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
    padding-top: 0px;
	content:'shopping_basket';
	font-family: 'Material Icons';
}

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

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: inline-block;
    position: absolute;
    right: 80px;
    float: right;
    height: 63px;
    top: 0;
    padding-top: 15px;
    padding-right: 25px;
    margin-right: 0px;
    border-right: 1px solid rgba(0,0,0,0.15);
    cursor: pointer;
}

#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 hr {
    border-top: 1px solid var(--main-bg-color);
    margin: 20px 0px;
}

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

.accountWrapper span.question {
    float: left;
    width: 100%;
    line-height: 1;
}

.accountWrapper {
    position: absolute;
    display: none;
    right: 0px;
    top: 63px;
    background: #fff;
    padding: 30px;
    width: 300px;
    background: var(--highlight);
}

.accountWrapper.toggled {
    display: block; 
}

#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;
    speak: none;
    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: 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;
}

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


.actionButtonLI:hover, .actionButton:hover {
	background: #ffce78;
	color: #c97c44!important;
}



div#customMenu {
    float: left;
}

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

.page-footer {
    background: #e4e2da;
    border-top: 1px solid #cac8c3;
    margin-top: 50px;
    float: left;
    width: 100%;
}

.footer.content {
    border-top: 0px;
}

small.copyright {
    float: left;
    width: 100%;
}

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

.footer .copyright, .footer .bugs {
    margin-top: 40px;
}

img.footer_logo {
    opacity: 0.7;
}

.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_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%;
    float: left;
    max-width: var(--max-width);
    background: var(--highlight);
    padding: 15px 20px;
    margin-bottom: 0px;
}

.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: 0 30px;
}


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


.catalog-category-view #maincontent {background: none;}
.page-products .products-grid .product-item {
        background: #fff;
    -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);
        margin-left: calc((100% - 4 * 24.233%) / 3);
    padding: 0;
    width: 24.233%;
    border: 1px solid var(--main-bg-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;
}

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

.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;
    padding-right: 0;
    background: #fff;
    margin-left: 0px;
    display: table-column;
    -webkit-box-shadow: 0px 18px 43px -5px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 18px 43px -5px rgba(0,0,0,0.31);
    box-shadow: 0px 18px 43px -5px rgba(0,0,0,0.20);
}

.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 20px;
    background: #fff;
    margin-top: -6px;
    min-height: 140px;
    position: relative;
    border-top: 1px solid #e8e5dc;
}

.page-products .products-grid .product-item:hover {
    transform: scale(1.025);

    -webkit-box-shadow: 0px 10px 20px 1px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 10px 20px 1px rgba(0,0,0,0.05);
box-shadow:0px 10px 20px 1px rgba(0,0,0,0.05);
}

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



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

.block.newsletter .gdpr {
    display: table-row;
}

.block.newsletter .gdpr input {
    height: auto;
    margin: 10px 5px 0 0;
}

.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 {
    padding: 20px;
    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;
}

.login-container .block .block-title {
    font-size: 3rem;
    line-height: 1;
}

.block.block-customer-login, .block.block-new-customer{
    padding: 30px;
    width: calc(50% - 10px);
    background: white;
    box-sizing: border-box;
    min-height: 400px;
}

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

.login-container .block {
    -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;
}

.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 {
    background-color: var(--nofocus-color);
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.password-weak .password-strength-meter:before {
    background-color: #de4442;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.password-medium .password-strength-meter:before {
    background-color: #ff973e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.password-strong .password-strength-meter:before {
    background-color: #89c365;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page-layout-collection-page .columns,.page-layout-2columns-left .columns {
    display: block;
    background: var(--highlight);
    padding: 20px ;
}

.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 {
    background: #fff;
    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);
}

.payment-method-content .stripe-payments-billing-address-warning {
    background: inherit;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
}

.payment-method-content .stripe-payments-billing-address-warning span {
    display: inline-block;
    margin-bottom: 20px;
}

.payment-method .card-logos img {
    widht: 70px;
    -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);
}

.gopay-inline-payment h4 {
    font-size: 1.7rem;
    text-align: center;
}

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

.page-layout-checkout .header.content {
    height: 55px;
}

.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-sidebar {
    background: var(--highlight);
    padding: 0px;
    margin: 20px 0;
    float: right;
    width: 50%;
    border-radius: 5px;
}

.opc-block-summary {
    background: var(--highlight);
    padding: 20px 20px;
    margin: 0px 0 20px;
    border-left: 1px solid #dbd9d3;
    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-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: left;
}

.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 var(--highlight);
    background: none;
    padding: 0 20px;
}

.opc-block-summary .items-in-cart > .title:after {
    position: absolute;
    right: 10px;
    top: 15px;
}

.opc-block-summary .message.notice {
    clear: both;
}

.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: none!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;
    -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: 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: -6px;
    background: #ff5501;
    color: #ffffff;
    height: 25px;
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    bottom: 0;
    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: right;
}

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



.copyright span {
    float: left;
    margin: 10px 0 30px;
    display: block;
    position: relative;
}


/* NAVIGATION */

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

/*COLLECTION MENU*/
.collectionMenu .navigation ul li a span {
    height: 60px;
    line-height: 60px;
}

.collectionMenu i.material-icons.categoryMenuIcon {
    top: 25px!Important;
}

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

.colorsTitle {
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 31px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #000;
    background: #fff;
    padding: 0px;
    height: 25px;
    width: 28px;
    border-radius: 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 2px 1px rgba(0,0,0,0.10);
}

.colorsTitle img {
    margin: 5px 8px;
}

/* 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 {
    width: 360px;
    max-width: 360px;
    top: 0;
    left: 50%;
    margin-left: -180px;
    margin-right: -180px;
}

#my-orders-table .product-image-container,
#my-orders-table .product-image-wrapper {
    max-height: 135px;
}

#my-orders-table .product-image-photo {
    left: 0;
}

#my-orders-table .product-image-photo,
.pimp-item .product-image-photo {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;    
}

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

.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: 10px;
    margin-top: 10px;
    height: 25px;
    border-radius: 3px;
    border: 1px inset rgba(0,0,0,0.2);
    -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 2px 1px rgba(0,0,0,0.15);
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    -webkit-text-stroke-color: rgba(0,0,0,0.4);
    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: 20px;
    margin-right: 2px;
    height: 20px;
    border-radius: 3px;
    border: 1px inset rgba(0,0,0,0.2);
}



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

a.customiseLabel {
    position: absolute;
    min-width: 150px;
    font-size: 13px;
    font-weight: 600;
    bottom: 0px;
    margin-bottom: 5px;
    background: var(--nofocus-color);
    color: #fff;
    padding: 4px 7px;
    z-index: 900;
    text-align: center;
}

strong.product.name.product-item-name {
    font-size: 20px;
    line-height: 1;
    float: left;
    width: 100%;
    /* font-weight: 800!important; */
}

strong.product.name.product-item-name a{
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -1px;
}

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 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-weight: 600;
    white-space: nowrap;
    color: var(--casual-action);
    font-size: 2rem;
}

/* 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: relative;
    display: none!important;
    width: 60px;
    text-align: center;
    float: left;
    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;
        -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);
    -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;
    -moz-transition: all 0.3s ease-out;
    -ms-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: var(--max-width);
}

.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 {
    min-height: 
}

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

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

#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: 63px;
    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: 550px;
    padding: 0px 20px 20px;
    border: 0px;
    background: #eaeae3;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.20);
    z-index: 999;
}

.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: 35px;
}

.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;
    position: relative;
}

.subtotal .amount.price-container {
    width: 60%;
    float: right;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}

.subtotal .amount.price-container .price-box span:first-of-type {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}

.subtotal .amount .price-box span.price {
    font-size: 30px!important;
    font-weight: 700!important;
    color: #000;
}

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

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

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 30px;
    letter-spacing: -1px;
    padding: 8px 10px;
    border-radius: 3px;
    background: #fff;
    float: right;
    font-weight: 700;
    line-height: 1;
    width: 55%;
    -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;
    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;
}

.contact fieldset .gdpr label {
    float:none;
}

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

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: #27b327;
    background: #e5ffdb;
    color: green;
}

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



.opc-wrapper .shipping-address-item {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 20px 35px 20px 20px;
    transition: 0.3s border-color;
    width: 50%;
    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 {
    background: #f3ffe5;
}

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 30px 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: 26%;
    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: 20px;
    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);
}

#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: 34px;
    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;
    font-size: 13px;
    color: var(--nofocus-color);
}

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

.block-minicart .subtotal .discount-amount {
    padding: 0 7px;
    background: #47ca21;
    line-height: 46px;
    float: left;
    clear: both;
    position: relative;
    margin: 24px 0 0;
    height: 45px;
    width: 45%;
    border-radius: 3px;
    border: 1px solid #3fb31d;
    color: white;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -1px;
    /* -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-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;
}

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

.opc-wrapper .company-notice {
    margin-bottom: 15px;
}

.opc-wrapper .company-purchase {
    color: #ff0000;    
}

/* NEW UPDATES 26.08.2020 */

ol.products.list.items.product-items {
    float: left;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    max-width: 100%;
    grid-gap: 10px;
    margin-bottom: 40px;
}

.page-products .products-grid .product-item {
    background: #fff;
    -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);
    padding: 0;
    margin: 0px!important;
    width: 100%!important;
    float: left;
    display: block;
    position: relative;
    -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;
}

.product-item-details ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
}

.product-item-details ul li {
    float: left;
    margin-right: 6px;
        color: #a9a69f;
    margin-bottom: -2px;
}

.product-image-container {
    display: inline-block;
    max-width: 100%;
}

.page-products .products-grid .product-item .product-image-container {
    width: 100% !important;
}

#shopping-cart-table .cart.item .action .material-icons {
    float: left;
    padding: 0px;
    font-size: 20px;
}

.checkout-index-index .opc-progress-bar {
    display: none;
}

fieldset.checkout-registration {
    border: 1px solid rgba(0,0,0,0.1);
    margin: 0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    font-size: 15px;
    color: #585858;
}

fieldset.checkout-registration p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

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

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

fieldset.checkout-registration strong {
    font-size: 19px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.checkout-index-index .header.content .logo {
    position: relative;
}

#customer-email-fieldset .field .control._with-tooltip,
fieldset.checkout-registration .control {
    width: 100%!important;
}

fieldset.admin__field {
    border: 0px;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.checkout-index-index .admin__field.admin__field-option {
    float: left;
    margin-right: 20px;
}

.checkout-index-index .form-shipping-address, .checkout-index-index .form-billing-address {
    float: left;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

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

.checkout-index-index .row:before, 
.checkout-index-index .row:after,
.checkout-index-index .address-name-info .row::after,
.checkout-index-index .address-name-info .row::before {
    display: none;
}

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

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

.checkout-index-index .address-fields .street .additional {
    margin-top: 10px;
}

.checkout-index-index .address-normal .row.row-2 {
    grid-template-columns: 25% 75%;
    width: calc(100% - 10px);
    float: left;
    display: grid;
}

.checkout-index-index select {
    border-radius: 3px;
    height: 45px;
    border: 1px solid #e4e3db;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}

.checkout-index-index .opc-estimated-wrapper {
    display:none;
}

.checkout-index-index .form-billing-address {
    margin-top: 20px;
}

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

.checkout-shipping-method .field.telephone {
    padding: 0 20px;
}

#shipping-new-address-form .field.choice:before {
    float: none;
}

div#shipping-new-address-form-company .address-name-info .row:first-of-type {
    grid-template-columns: 100%;
}

div#shipping-new-address-form-company .address-fields .row-2 {
    grid-template-columns: 25% 75%;
    display: grid;
    width: calc(100% - 10px);
}

div#shipping-method-buttons-container {
    padding: 0 20px;
}

.checkout-index-index tr.grand.totals th, .checkout-index-index tr.grand.totals, .checkout-index-index tr.grand.totals th, .checkout-index-index tr.grand.totals td {
    padding: 0px !important;
}

.checkout-index-index .table-totals .grand .amount {
    padding: 0px!important
}

.payment-method .card-logos {
    float: right;
    margin-right: 20px;
}

.payment-method .card-logos img {
    width: 45px;
}

.checkout-index-index li.overviewWrapper .shipping-information {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    font-size: 15px;
    line-height: 1.2;
    grid-gap: 1px;
    background: var(--highlight);
    color: #556740;
}

.checkout-index-index li.overviewWrapper {
    padding: 0px;
}

.checkout-index-index li.overviewWrapper .shipping-information div {
    padding: 10px;
    background: #f3ffe5;
}

.overviewWrapper button.action.action-edit {
    float: left;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px;
    border: 1px solid #d3dec6;
}

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

.overviewWrapper .billing-information-title {
    font-weight: 600;
}

.agreementsWrapper .checkout-agreements {
    float: left;
    margin: 0px!important;
    width: 100%;
}

#opc-sidebar div#shipping-method-buttons-container {
    padding: 0;
    width: 100%;
}
.checkout-index-index #checkout-step-shipping .customer-email {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 5px 10px;
    background: #edf7e0;
    color: #516734;
    font-size: 16px;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid #def3c5;
}

.checkout-index-index #checkout-step-shipping .customer-email label {
    font-weight: 300;
}

/* NEW CUSTOM MENU */
#customMenu .hoverContent {
    display: none;
    position: absolute;
    width: calc(100% - 40px);
    top: 60px;
    left: 20px;
    background: #e8e5dc;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

#customMenu .menuItem {
    padding: 20px;
    
    float:left;
    color: #333;
}

#customMenu .menuItem .lvl1{
    font-weight: 600;
    cursor: pointer;
}

#customMenu .menuItem:hover {
    background: #333!important;  
    text-decoration: none;
}

#customMenu .menuItem .lvl1{
    color:#333;
}

#customMenu .menuItem:hover .lvl1{
    color: #fff;  
    text-decoration: none;
}


#customMenu .columns {
    display: grid;
    width: calc(100% - 440px);
    float:left;
    grid-gap: 20px;
}

#customMenu .menuHeader {
    width: calc(100% - 440px);
    float:left;
}

#customMenu .menuRight {
    float:right;
    width: 400px;
}

#customMenu .menuHeader .caption {
    float: left;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
}

#customMenu .menuHeader .subCaption {
    float: left;
    width: 100%;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: -1px;
    opacity: 0.8;
    margin-bottom: 20px
}

#customMenu .menuHeader {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.05)
}

#customMenu .menuHeader .menuFav {
    padding: 13px;
    background: #fff;
    color: #333;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1)
}

#customMenu .menuHeader .menuFav:hover {
    color:#fff;
    background: var(--casual-action);
    text-decoration: none;
}

#customMenu .hoverContent .menuRight a {
    border-radius: 3px;
    float: left;
    width: 100%;
    cursor: pointer;
    color:#fff;
    margin-bottom: 5px;
    overflow: hidden;
}

#customMenu .hoverContent .menuRight a img {
    border-radius: 3px;
    float:left;
    -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;
}

#customMenu .hoverContent ul {
    padding: 0;
    list-style-type: none;
}

#customMenu .hoverContent ul a{
    color: #333;
    background: #fff;
    padding: 13px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1)
}

#customMenu .hoverContent ul a:hover{
    background: var(--casual-action);
    color:#fff;
    text-decoration: none;
}

.hoverContent a.categoryName {
    margin-bottom: 0px!important;
    background: #cac7bb!important;
    color: #737167!important;
}

.menuRight a {
    position: relative;
}

.menuRight a .desc {
    position: absolute;
    top: 20px;
    left: 30px;
}

#customMenu .hoverContent .menuRight a .caption {
    font-size: 25px;
    font-weight: 600;
    width: 100%;
    float: left;
    margin-bottom: -7px
}

#customMenu .hoverContent .menuRight a .subCaption {
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

#customMenu .hoverContent .menuRight a .inlineLink {
    padding: 5px 10px;
    font-size: 15px;
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    border: 1px solid var(--casual-action);
    color: var(--casual-action);
}

#customMenu .hoverContent .menuRight a:hover img {
    transform: scale(1.1);
}

#customMenu .hoverContent .menuRight a:hover .inlineLink {
    background: var(--casual-action);
    border: 1px solid var(--casual-action);
    color: #fff;
}

.header.content .minicart-wrapper {
    padding: 15px 10px;
}

a.resCategory {
    display: none;
}

.groupBox {
    float: left;
    width: 100%;
}

a.resCatCaption {
    background: #fff!important;
}

.resCatCaption span.material-icons.arrow {
    position: absolute;
    right: 20px;
    opacity: 0.6;
    -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;
}

.menuContainer .resCaption {
    background: #eae9e4!important;
}

.arrow.opened {
    transform: rotate(180deg);
}

.heureka-container .reviews {
    width: 100%;
}

.sideMenu {
    padding: 20px 0;
    float: left;
    width: 100%;
}

.sideMenuTitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    float: left;
    border-top: 1px solid rgba(0,0,0,0.1);
    color:#000!important;
    text-decoration: none!important;
}

.sideMenuTitle:hover {
    color: var(--casual-action)!important;
}

.sideMenu ul {
    float: left;
    list-style: none;
    padding: 0;
    width: 100%;
}

.sideMenu ul li {
    width: 100%;
    float: left;
}

.sideMenu ul a {
    color: #131313;
    position: relative;
    width: 100%;
    float:left;
}

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

.sideMenu ul a .material-icons {
    position: absolute;
    right: 10px;
    top: -1px;
    width: 10px;
    color: var(--casual-action);
}