:root {
    --main-txt-color: #000;
    --main-bg-color: #f9f9f9;
    --casual-action: #d85200;
    --highlight: #fbfbfb!important;
    --max-width: 1600px;
    --side-padding: 20px;
    --nofocus-color: #636363;
    --action-green: #000!important;
    /* bootstrap variables*/
    --bs-body-font-size: 1.4rem;
    --bs-primary-text: #d85200!important; /* need to fix when changing color */
    --bs-primary-rgb: rgb(216,82,0)!important; /* need to fix when changing color */
}

/* new template updates - bootstrap */
/* fonts */
.fs-0 {font-size: calc(1.5rem + 1.5vw)!important;}
.p-6 {padding: 6rem;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {background: #000;}
.z-index-1 {z-index: 1;}
.z-index-0 {z-index: 0;}

/*animations*/
@keyframes motive-loop-left {
    0% {
       margin-left: 0px;
    }
    50% {
       margin-left: -2500px;
    }
    100% {
        margin-left: 0px;
     }
}

@keyframes motive-loop-right {
    0% {
       margin-left: -2500px;
    }
    50% {
       margin-left: 0px;
    }
    100% {
        margin-left: -2500px;
     }
}

.motive-loop .left-loop .first {
    animation: motive-loop-left 160s linear infinite;
}
.motive-loop .right-loop .first {
    animation: motive-loop-right 160s linear infinite;
}

.loop-container:hover .first {
    animation-play-state: paused;
}

.loop-container {
    width: calc(4000px + 31rem);
    height: 140px;
}

.motive-loop img {
    border-radius: 10px;
    display: inline-block;
}

.motive-loop img:hover {
    opacity: 0.8;
}

.checkout-cart-index .cart-summary  tbody {
    display:flex;
    flex-direction: column;
}

.checkout-cart-index .cart-summary  tbody tr{
    display:flex;
    justify-content: space-between;
}

@keyframes animatedLoop{
	0%{background-position: 0 0;}
	100%{background-position: 0 10000px;}
}

.animated-bg {
    animation: animatedLoop 420s infinite linear;
    height: 200%!important;
    position: absolute!important;
    width: 1000px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    filter: grayscale(1);
    z-index: 0;
    opacity: .15;
}

.showcart {
    cursor: pointer;
    padding: 20px;
}

li.checkmark:before {
    content: '✓';
    margin-right: 10px;
    color: green;
}
li.cross:before {
    content: '☓';
    margin-right: 10px;
    color: red;
}
/*animations*/
.animated {
    transition: all 0.2s ease-in-out;
}
/* ignore row checkout*/
.checkout-index-index .row {
    --bs-gutter-x: 0; 
    --bs-gutter-y: 0; 
    display: block; 
    flex-wrap: wrap; 
    margin-top: 0; 
    margin-right: 0; 
    margin-left:0;
}

#payment-logos {
    width:fit-content;
    min-width: 340px;
}

#payment-logos img {
    height: 40px;
}

/* bandyshirt menu */


.d-flex.rabbat-wrapper .d-flex {
    width: calc(14% - 0.25rem);
}

.menu-motive span {
    top: calc(100% - 12px);
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    line-height: 1;
}

.header .trusted-shop-custom {
    pointer-events: none!important;
}

.overlay_stamp {
    z-index: 999;
    position: absolute;
    width: 55px;
    height: 70px;
    top: -1px;
    right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}
.overlay_stamp.detail-info {
position: relative;
top: auto;
left: auto;
right: auto;
}

.checkout-cart-index #trustbadge-container-98e3dadd90eb493088abdc5597a70810,
.checkout-index-index #trustbadge-container-98e3dadd90eb493088abdc5597a70810{
    display:none
}

.menu-motive img {
    max-width: 90px;
    width: 100%
}

.menu-motive:hover {
    border-color: var(--casual-action)!important;
}

.menu-motive:hover img {
    transform: scale(1.1);
}

nav.opened {
    display: flex!important;
    flex-direction: column;
    position: absolute;
    top:100%;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.1);
    box-shadow:0 30px 29px -10px rgba(0 ,0 ,0, 70%);
    z-index: 3;
    left:0;
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
}

nav .overlay {
    display:none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
    z-index: 0;
}

nav.opened a.level-1.opened svg {
    transform: rotate(90deg);
}

nav.opened .level-1 {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


nav.opened .menu-item:hover a.level-1 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

nav.opened ul li,
nav.opened ul {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    background: #fff;
    z-index: 1;
    padding: 0;
}

nav.opened .res-submenu {
    display: none;
    padding-left: 15px;
    
}

nav.opened ul li a {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

nav.opened .menu-item:hover .menu-hover {
    display:none;
    position: relative;
}

nav.opened .picture-banner {
    padding: 0px 60px;
    border-bottom: 0px;
    margin: 20px 0;
}

nav.opened .menu-hover {
    border-top: 0px!important;
    position: relative;
    display: none;
    flex-direction: column;
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.menu-item a.level-1 svg {
    display: none;
}

nav.opened a.level-1 svg{
    display: flex;
}

.menu-hover .img-description {
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.menu-hover .picture-banner:hover .img-description {
    background: var(--casual-action)!important;
}

.menu-hover .picture-banner:hover span {
    color:#fff!important
}

.menu-item:hover a.level-1{
text-decoration: none;
border-bottom: 2px solid black;
}

.menu-item:hover .menu-hover {
    display: flex;
    position: absolute;
}

.menu-item .menu-hover {
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    display: none;
    position: absolute;
    box-shadow: 0 8px 12px -8px rgb(0 0 0 / 25%);
    z-index: 990;
}

/*lightboxes*/
.light-boxes .overlay {
    background: rgba(0,0,0,0.3);
    z-index: 100;
    display: none;
    backdrop-filter: blur(3px);
}

body.lb-opened {
    overflow: hidden;
}

.light-boxes .lb-content {
    display: none;
    z-index: 999;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    max-width: 768px;
    min-width: 360px;
    max-height: calc(100vh - 20%);
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
    z-index:1!important
}

.customer-account-login .form-login label {
    text-align: left!important;
}

.form-login .captcha.required label {
    width:100%!important;
    text-align: left!important;
    margin-bottom: 5px;
    font-size: 14px;
}

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

.checkout-index-index .row>* {
    flex-shrink: 0;
    width: auto;
    max-width: auto;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0; 
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: none;
    justify-content: space-between;
}

.owl-prev, .owl-next {
    padding: 10px;
    background: #f1f1f1;
}

.accountWrapper .links {
    order: 0!important;
}
#shipping-new-address-form-person .fieldset {
    margin: 0px;
}
#shipping-new-address-form .field {
    margin: 0px!important;
}

.checkout-index-index input[type="text"], 
.checkout-index-index input[type="password"], 
.checkout-index-index input[type="url"], 
.checkout-index-index input[type="tel"], 
.checkout-index-index input[type="search"], 
.checkout-index-index input[type="number"], 
.checkout-index-index input[type="datetime"], 
.checkout-index-index input[type="email"]{
    background:#fff;
    border: 1px solid #dbdbdb;
}

.checkout-index-index .control {
    position:relative
}
body.checkout-cart-index,
body.customer-account-forgotpassword,
body.customer-account-login,
body.checkout-index-index {
    background:#e0e0e0
 }

 .fPass-wrapper .field.captcha.required {
    gap: 10px;
    display: flex;
    flex-direction: column;
 }

 .fPass-wrapper .field.captcha.required label {
    font-weight: 700;
 }

 .fPass-wrapper .field.captcha.required input {
    text-align: center;
 }

.checkout-index-index legend {
    margin: 0px;
}

.password-toggle {
    margin-bottom: 20px;
}


/*styles*/
.homepage-teaser .teaser-desc{
    background: #fff;
}

.kinder-teaser .teaser-desc,
.hoodie-teaser .teaser-desc,
.gestalten-teaser .teaser-desc {
    background: #e9e7e6f0;
}


.main-teaser img {
    min-height: 280px;
    width: auto;
    object-fit: cover;
    height: 600px;
}

.animation-teaser .teaser-desc {
    height: 600px;
}

.animation-teaser img {
    height: auto;
    object-fit:contain;
    object-position: bottom;
}



/*TEASERS*/
.geburstag-teaser .main-teaser {
    background:#fff3e2
}

.muttertag-teaser .main-teaser {
    background: rgb(245,240,255);
background: -moz-linear-gradient(0deg, rgba(245,240,255,1) 44%, rgba(251,251,251,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(245,240,255,1) 44%, rgba(251,251,251,1) 100%);
background: linear-gradient(0deg, rgba(245,240,255,1) 44%, rgba(251,251,251,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f0ff",endColorstr="#fbfbfb",GradientType=1);
}

.jga-teaser .main-teaser {
    background: rgb(235,244,252);
    background: -moz-linear-gradient(90deg, rgba(235,244,252,1) 45%, rgba(254,247,247,1) 55%);
    background: -webkit-linear-gradient(90deg, rgba(235,244,252,1) 45%, rgba(254,247,247,1) 55%);
    background: linear-gradient(90deg, rgba(235,244,252,1) 45%, rgba(254,247,247,1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebf4fc",endColorstr="#fef7f7",GradientType=1);
}

.hoodie-teaser {background: #e0e1d9;}
.bedrucken-teaser {background: #efefef;}
.xxl-teaser{background: #f7f9ff;}
.topic:hover {background: var(--highlight)!important;}
.cursor-pointer {cursor: pointer;}
.text-primary {color:var(--casual-action)!important}
.bg-body-secondary {
    background-color: #e3e3e3!important;
}

.detail-tab.active {background:#fff}
.detail-tab.active svg,
.detail-tab:hover svg {
    fill: var(--casual-action);
}



.account .nav {
    flex-direction: column;
}

.action.primary:focus, .action-primary:focus, .action.primary:active, .action-primary:active {
    background: var(--casual-action);
    color: #fff;
    border: 0px;
}

.checkout-index-index header a.logo {
    position: relative;
    left: 20px;
    padding: 0px;
    transform: none;
    z-index: 0;
}

.checkout-index-index .action-auth-toggle {
    display: none;
}

.block-collapsible-nav .title {
    background: #fff;
}

.table>:not(caption)>*>* {border-bottom: 0px;}
.btn-fit {
    width: fit-content;
}

.page-product-configurable .page-main{max-width:100%;padding:0px;}
.page-product-configurable .breadcrumbs{display:none}

.helpIcon:hover svg,
.minicart-wrapper:hover svg,
.accountIcon:hover svg {
    fill: var(--casual-action)!important
}

.helpIcon {
    display: inline-block;
    right: 90px;
    float: right;
    top: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 0px;
    margin-left: auto;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    text-decoration: none!important;
}

.helpWrapper a:hover {
    text-decoration: none!important;
}

.nav-link:focus, .nav-link:hover,
.helpWrapper a:hover strong{
    color: var(--casual-action)!important
}


.btn-stretch {
    width: 100%;
}

.custom-slider .arrow {
    width: 50px;
    height: 50px;
    cursor: pointer;
}


.custom-slider .slides {
    overflow-x: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.slides::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.slides {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.img-bg-href span {
    bottom: 10%;
    z-index: 1;
}

.img-bg-href:hover span {
    color:var(--casual-action)!Important
}

.img-bg-href:hover img {
    filter: brightness(0.7);
    z-index: 0;
}

.img-bg-href .slide:hover span {
    z-index: 1;
}

.custom-slider .arrow:hover {
    background: #f3f6f9!important;
}



.homepage-teaser{
    background: #f2f1ed;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
}

.bagde-span {
    margin-right: 15px;
}

.review-wrapper h2,
.review-wrapper p {
    max-width: 768px;
    margin: 10px auto 0;
}

/* end of new template updates*/


* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif!important;
    box-sizing: border-box;
}

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

.logo img {
    max-height: 23px;
}

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

.message.success {
    margin: 0px;
}

.ves-megamenu li.active>a {
    color: #333!important;
}

.account-nav .item.current a, .account-nav .item.current strong {
    border-color: var(--casual-action);
}

.cart-container .checkout-methods-items {
    margin-top:0px;
}

textarea {
    resize: none;
}

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

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

div#shirtplatform_creator {
    height: 100%!important;
    width: 100%;
}

div#shirtplatform_creator_wrapper {
    background: url('../images/creatorBg_faded.jpg') center top repeat-x #d7dbdc;
}


.top.content .info .message {
    font-weight: 700!important;
    color: var(--casual-action);
}

.top.content .info .message:before {
    content: 'checkmark';
    font-family: 'Material Icons';
    float: left;
    margin-right: 0px;
    width: 25px;
}

.top.content .info .text {
    font-size: 1.5rem;
}

.top.content .image {
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
}

.mini-creators-popup .content .message {
    font-weight: bold;
}

.mini-creators-popup a.action {
    float: right;
}

.mini-creators-wrapper {
    background-color: #ecebe6;
    display: grid;
    padding: 20px;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    float: left;
    width: 100%;
}

.mini-creator {
    width: 100%;
    height: 230px;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}

.mini-creator:hover {
    box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
    cursor: pointer;
}

.mini-creator .creator-content {
    height: 100%;
}

.mini-creator .upsell-product-name {
    background-color: white;
    text-align: center;
    padding-bottom: 10px;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    padding: 5px 10px;
    background: var(--casual-action);
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
}

.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 {
    border-bottom: 0px;
}

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


.login-container label {
    width: 100%!important;
}

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

.login-container .block {
    width: 50%!important
}

/*
  #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);
    color: var(--main-txt-color);
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
}

body.opened {
    overflow-y: hidden;
    position: fixed;
    width: 100%;
}

/*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(84, 86, 90, 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) #5bcb50 top center no-repeat!important;
}

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

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

.popUp {
    padding: 50px;
    max-width: 1000px;
    background: var(--highlight);
    min-height: 500px;
    position: absolute;
    margin: auto;
    display: block;
    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: 0px solid #dddddd;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 15px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}

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

.popUp .top.content {
    grid-template-columns: 85px auto;
    grid-gap: 30px;
}

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

.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: 900;
    height: 70px;
    position: relative;
}

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

header {
    background: #fff;
    display: flex;
    position:relative;
    z-index: 7;
    
}

button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .action-gift:hover {
    border:0px
}

.abs-shopping-cart-items .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue {
    padding: 15px;
    border:0px;
    border-radius: 0px;
}

.abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover {
    border:0px;
}

.header.content {
    display: flex;
    padding: 0px;
    width: 100%;
    position: static;
    
}

.logo {
    margin: 0px auto 0px;
    float: none;
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
}

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

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

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

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

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

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

ul.header.links li a:hover {
    background: var(--casual-action);
    color: #fff!important;
}

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

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

.accountIcon {
    display: inline-block;
    float: right;
    top: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

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

/* TOP MENU */

.ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
    min-height: 525px;
}

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

.helpIcon:hover .helpWrapper {
    display: flex;
    flex-direction: column;
}

.accountWrapper span.question {
    float: left;
    width: 100%;
    line-height: 1;
    color: #000!important;
}

.helpWrapper,
.accountWrapper {
    position: absolute;
    display: none;
    top: 100%;
    margin-left: -231px;
    background: #fff;
    padding: 30px;
    width: 340px!important;
    background: var(--highlight);
    z-index: 999;
}

.accountWrapper.toggled {
    display: flex;
    flex-direction: column;
}

#accountIcon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 33px;
    color: #7f98a7;
    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, .minicart-wrapper .action.showcart:hover:before {
    color: var(--casual-action)!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 {
    cursor: pointer;
    background: var(--casual-action);
    color: #fff!important;
    text-decoration: none!important;
    width: fit-content;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 5px;
}

.actionButton {
    cursor: pointer;
    background: var(--casual-action);
    color: #fff!important;
    text-decoration: none!important;
    width: fit-content;
    padding: 10px 15px;
}

.actionButtonLI:hover, .actionButton:hover {
    color: #fff;
    background: #ff8032;
}

div#customMenu {
    float: left;
}



.cart-payments #payment-logos{
    background: transparent!important;
    transform: scale(.7);
    margin-top: -20px;
}




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

.page-footer {
    background: #fff;
    border-top: 1px solid #d6d8da;
    float: left;
    width: 100%;
}

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

small.copyright {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    opacity: .6;
}

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

.opc-block-summary .product-item .product-item-name-block {
    font-size: 15px;
    float: left;
    padding-top: 10px;
}

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

.footer_custom {
    float: left;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    min-height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer_phone {
    position: relative;
    float: right;
    padding-left: 30px;
}

.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 {
    float: left;
    line-height: 1.2;
    padding: 10px 0px 10px 20px;
    line-height: 40px;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -1px;
    color: #6e6e6e;
}

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

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



span.openingHours {
    position: absolute;
    width: 100%;
    top: 50px;
    right: 0px;
    text-align: right;
    font-size: 1.2rem;
}

/* CATEGORY VIEW */

.categoryMenu .ves-megamenu li.active>a {
    color: var(--casual-action)!important;
    background: var(--highlight)!important;
}

.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: 20px 0px 20px 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);
    padding: 0;
    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;
    margin: 0px!Important;
}

.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;
    margin-left: 0px;
    display: table-column;
}

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

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

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

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

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

.product.details.product-item-details {
    padding: 15px 20px;
    background: #fff;
    margin-top: -6px;
    position: relative;
    border-top: 1px solid #efefef;
    float: left;
}

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

.action.primary {
    cursor: pointer;
    color:#fff;
    background: var(--casual-action);
    border:0px;
    padding: 15px;
    box-shadow: none;
}

.action.primary:hover {
    color: #fff;
    background: #ff8032;
    border:0px;
}

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

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

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

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

/* CUSTOMER ACCOUNT LOGIN */

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

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

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

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

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

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



.sales-order-view .columns .column {
    background: #fbffff;
    -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 {
    box-shadow: 0px 4px 10px -4px rgba(0,0,0,0.1);
    margin: 4rem auto;
    display:flex;
    max-width: 1200px;
    background:#fff;
}

.login-container .control {
    width:100%!important
}

.login-container .fieldset:after {display:none}

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

.login-container .actions-toolbar {
    margin: 0px!important;
}

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


/* COMPARE DISABLE */

a.action.tocompare {
    display: none!important;
}



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

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

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

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

.block.block-dashboard-info, .table-wrapper.orders-history, .block-addresses-default, .block-addresses-list {
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-bottom: 20px;
}

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

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

/* CHECKOUT */

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

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

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

/*
  #block-discount-heading {
      margin-top: 10px;
      float: left;
      padding: 10px 15px;
      font-size: 16px;
      background: #fcfbf8;
      cursor: pointer;
      -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
      -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
      box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
  }
  
  #block-discount-heading:hover {
      background: var(--casual-action);
      color: #fff;
  }
  
  #discount-form label {
      display: none;
  }
  
  #discount-form .actions-toolbar {
      float: right;
      width: 150px;
      margin: 0;
  }
  
  #discount-form .actions-toolbar .primary button {
      background: var(--casual-action);
      color: #fff;
      -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
      -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
      box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
      font-size: 15px;
      line-height: 29px;
  }
  
  input#discount-code {
      float: left;
      width: calc(100% - 150px);
  }
  */

.opc-block-summary .actions-toolbar .secondary {
    border-top: 0px;
}

.product-item .subitem {
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 0px 0px 0px 25px;
    background: #f6fcff;
    border-bottom: 1px solid #e5ecef;
}

.product-item .subitem div {
    float: left;
    padding: 5px;
    margin-right: 0px;
    border-radius: 3px;
    font-size: 15px!important;
}

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

.opc-block-summary .items-in-cart .minicart-items .product {
    box-shadow: 0px 3px 10px -4px rgb(210, 214, 222, 0.5);
    display: flex;
    position: relative!important;
    width: 100%;
}

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

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


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

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

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

.opc-block-summary .message.notice {
    display:flex;
    width: 100%;
}

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

.actions-toolbar .secondary .action.viewcart {
    display: none;
    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: 60px;
    border-right: 1px solid #e5ecef;
    border-radius: 0;
    margin-right: 10px;
}

.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);
    font-weight: 600;
}

.opc-block-summary .items-in-cart>.title {

    cursor: pointer;
    border-top: 0px;
    display: block;
    text-decoration: none;
    margin-bottom: -1px;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-weight: 600;
    padding: 14px;
    position: relative;
}

.opc-block-summary .actions-toolbar {
    float: right;
    width: 200px;
    margin-top: 0;
}

.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 #d6e0e4;
    background: none;
    padding: 0 10px;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}

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

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

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

.minicart-items-wrapper {
    max-height: calc(100vh - 340px)!important;
    height: auto!important;
    border-bottom: 5px solid #e6e6e6;
    padding: 0px;
}

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;
    overflow: hidden;
    max-height: none!important;
    padding:0!important;
    background: #faf9f5;
    -webkit-box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

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

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

.ves-megamenu li.active>a {
    color: #000 !important;
}

.ves-megamenu li.active>a:hover {
    color: #fff;
}

.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 {
    position: absolute;
    left: 5px;
    min-width: 20px;
    font-weight: 900;
    font-size: 1.3rem;
    bottom: 5px;
    background: var(--casual-action);
    border-radius: 0px;
}

.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;
    font-size: 17px;
    float: left;
    color: #000;
}

.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 {
    border-bottom: 0px!important;
    border: 0px solid #8ade5f;
    border-top: 0px solid red;
}



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

.cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
    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 .ves-megamenu li.level0>a:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.categoryMenu .ves-megamenu li.level0>a:first-of-type {
    line-height: 25px!important;
    color: #131313;
    font-weight: 400;
    font-size: 16px;
    text-transform: none!important;
    float: left;
    padding: 5px 25px;
    width: 100%;
    background: #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;
    transition: all 0.3s ease-out;
}

.categoryMenu .ves-megamenu li.leftMenuTitle.level0>a:first-of-type {
    color: #000!important;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 0px!important;
    border-top: 1px solid var(--highlight);
}

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

.categoryMenu .ves-megamenu li.level0>a:first-of-type:hover {
    color: var(--casual-action)!important;
    background: #f3f7f9!important;
}

.categoryMenu .ves-megamenu li.leftMenuTitle.level0>a:first-of-type:hover {
    background: none!important;
}

.categoryMenu .ves-megamenu li.level0>a:first-of-type:hover i {
    right: 5px;
}

.categoryMenu .ves-megamenu.ves-vertical {
    border: 0px;
    border-top: 0;
    background: none!important;
    float: left;
    position: relative;
    width: 100%;
}

.categoryNavCaption {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 0px 20px 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;
}

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

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

.product-image-wrapper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

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


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

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

.productListColors .baseColor {
    display: block;
    width: 25px;
    color: #fff;
    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);
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

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

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

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

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

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

.customiseLabel {
    position: absolute;
    min-width: 150px;
    font-size: 13px;
    font-weight: 600;
    bottom: 0px;
    margin-bottom: 6px;
    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: relative;
    margin-top: auto;
    color: #000;
    float: left;
}

/* MAIN NAVIGIATION*/

.navigation {
    float: left;
    width: auto;
    background: none;
    height: auto;
    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;
}

.ves-megamenu {
    padding: 0;
    float: left;
    width: 100%;
    background: #ffffff!important;
}

/*RESPONSIVE MENU */

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

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

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

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

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

.subWrapper {
    display: block;
}

/*RESPONSIVE menu ends*/

.ves-megamenu li.level0>a:first-of-type {
    line-height: 70px!important;
    color: var(--main-txt-color);
    background: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.ves-megamenu li.level0>a {
    text-transform: none!important;
}

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

.ves-menu .navigation .level0>.submenu {
    border: 0px solid #fff!important;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10)!important;
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.10)!important;
    -webkit-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.10)!important;
    background: var(--highlight)!important;
}

.navigation .ves-megamenu .level0 .submenu .submenu {
    background: none!important;
}

.nav-item.level2 a {
    background: #fff;
    border-radius: 0px;
    margin-bottom: 5px;
    -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);
    -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: 0px!important;
    background: #fff;
    display: block;
    position: relative;
    margin-right: 4px;
    -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);
}

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

.ves-megamenu .dropdown-menu .subgroup.level1>a {
    color: #858584!important;
    display: block;
    font-weight: 400!important;
    font-size: 18px;
    text-transform: none!important;
    padding-left: 0px!important;
    background: #e6ecf1;
    padding-left: 20px!Important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -11px;
}

.ves-column4>.item-content1>.mega-col {
    width: calc(25% - 20px)!important;
    margin-right: 20px;
}

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

.ves-megamenu .dropdown-menu .megamenu-header {
    border-bottom: 1px solid #e0e8ec!important;
    float: left;
    margin-bottom: 20px!important;
    padding-bottom: 0!important;
    width: 100%;
}

.favoritenBlock {
    float: left;
    width: calc(68% - 20px);
    margin-bottom: 0px;
    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;
}

.megamenu-sidebar.right-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    height: 532px;
    padding: 20px 20px 20px 0;
    width: calc(33% - 20px)
}

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



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

.cms-page-view .breadcrumbs {
    max-width: 1600px;
    left: 50%;
    position: absolute;
    background: transparent;
    transform: translateX(-50%);
}

.page-layout-legal-page .breadcrumbs {
    max-width: 1600px;
    position: relative;
    left:0px;
    transform: none;
    background: transparent;
}

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



.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 .sizetable, #product-detail .sizes .sizetable-img {
    float: left;
}

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

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

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

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

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

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

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

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

#product-detail .title, #aditional-info .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 #f2f2f2;
}

.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-produkte-html .breadcrumbs {
    position: relative;
    left: 0;
    transform: none;
}

.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: 100px;
    display: inline-table;
    width: 380px;
    text-align: center;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    border-radius: 30px;
}

.page.messages div {
    background: #b9e891;
}

/* LEGAL PAGES */

.legalContent {
    display: flex;
    flex-direction: column;
    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: var(--highlight);
    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-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 silver;
    border-right: 1px dashed silver;
    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;
    padding-right: 0px;
}

#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 rgba(0,0,0,0.1);
}

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

#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;
    background: url('https://cdn.isotoxin.com/bandyshirt/images/paymentsFull.svg');
    background-repeat: no-repeat;
    background-size: calc(100% - 30px);
    background-position: center;
}

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

.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 bottom;
    opacity: 0.2;
}

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

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

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

/*CONTACT PAGE*/

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

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

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

.contactRight select {
    line-height: 40px;
    height: 45px;
    background: #f6faf9;
    border: 1px solid #b5cad4;
    -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 #b5cad4;
    background: #f6faf9;
}

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

.view-type-technical .product-image-wrapper {
    background-size:100%;
    margin: auto;
}

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

div#product-options-wrapper {
    background: var(--highlight);
    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: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0px!important;
    margin: 0px 0.5px 10px;
    width: 30px!important;
    height: 30px!important;
    border-radius: 3px;
    background-repeat: repeat!important;
}

.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover, .swatch-option.selected, .swatch-option:not(.disabled):hover {
    border: 2px solid #2e91d0;
    outline: 0px;
    color: #333;
}

.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 {
    margin-bottom: 1rem;
    float: left;
}

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


body.checkout-cart-index tbody.cart.item a.action {
    border-radius: 0px;
    text-align: center;
    min-width: 30px;
    float: right;
    margin-bottom: 0;
}

body.checkout-cart-index tbody.cart.item a.action:hover {
    background: #fff;
}

body.checkout-cart-index tbody.cart.item a.action span {
    font-size: 17px;
}

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: #f9f9f9;
    position: static!important;
    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);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

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

body.checkout-cart-index tr.item-info {
    min-height: 90px;
    background: #fff!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
}

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 {
    padding: 0px!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;
}

.cart .designed-images {
    display: table-row;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
}

.designed-images .image {
    position: static;
}

body.checkout-cart-index .item-info td.col.group-subtotal {
    float: right;
}


body.checkout-cart-index .item-info .col .image {
    padding: 20px 10px !important;
    display: block;
    background: #fff;
    border-right: 1px solid rgba(0,0,0,0.1);
    position: static;
    cursor: pointer;
}

body.checkout-cart-index .item-info .col .image:hover {
    background: #f5f5f5;
}

body.checkout-cart-index .item-info .col .image:hover svg {
    display: block!important;
}

.cart-color-thumb .product-item-color {
    width: 40px;
    height: 40px;
    margin: 0;
    align-self: center;
}

body.checkout-cart-index .zoom-image {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 10;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
    top: 0;
    box-shadow: 0px 10px 42px -14px rgb(0 0 0 / 30%);
}

body.checkout-onepage-success .zoom-image,
body.checkout-onepage-success .zoom-image img {
    display:none!important
}

body.checkout-onepage-success .cart .designed-images {
    box-shadow:none!important;
}

body.checkout-cart-index .zoom-image img {
    max-height: 95%;
}

body.checkout-cart-index .item-info .col .image:last-of-type {
    border-right: 0;
}

body.checkout-cart-index .cart-summary .block {
    margin-bottom: 10px;
    border: 0px!important;
    border-radius: 3px;
    background: #fff;
    float: left;
    width: 100%;
}

.cart-summary .block > .title {
    border-top:1px dashed rgba(0,0,0,0.1)
}

body.checkout-cart-index div#cart-totals {
    background: #fff;
}

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

body.checkout-cart-index .cart-summary {
    background:#fff;
    box-shadow: 0px 2px 30px -15px rgb(0 0 0 / 40%);
    width: 390px;
}



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

.abs-sidebar-totals .amount, .cart-totals .amount, .opc-block-summary .table-totals .amount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

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

body.checkout-cart-index .grand.totals th.mark {
    font-size: 17px;
    color: #000;
    line-height: 40px;
}

.cart-totals .grand .amount strong {
    align-self: center;
    display:flex;
}

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 .totals-tax, 
body.checkout-cart-index .cart-summary tr.totals {
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

body.checkout-cart-index .cart-summary .block .fieldset.coupon {
    padding: 0px;
    margin: 10px 0;
    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;
}

.checkout-cart-index .proofBox .message {
    display: block;
    position: absolute;
    color: var(--nofocus-color);
    width: 100%;
    background: #ffff;
    max-height: 400px;
    font-size: 14px;
    overflow-y: scroll;
    padding: 20px;
    right: 0px;
    top: 0px;
    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 .message {
    display: none;
}

/*NEW CHECKOUT!*/

/*SHIPPING*/

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #000000;
    background: #fafff5;
    color: #000;
    border: 1px solid #cfe1c6;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: none;
    border-radius: 99px;
    top: 10px;
    right: 10px;
    color: green;
    line-height: 25px;
}

.opc-wrapper .shipping-address-item {
    border: 0px solid #e0e0e0;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 20px 20px 20px 20px;
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
    box-shadow: 0px 2px 2px rgba(181, 202, 212, 0.28);
    border: 1px solid rgba(0, 0, 0, 0.10);
}

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 rgba(0,0,0,0.1);
}

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 20px 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%;
    margin-bottom: 25px;
    padding: 25px;
}

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

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

#co-shipping-method-form .actions-toolbar {
    margin: 0;
}

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

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

.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 {
    border-bottom: 0px!important;
    padding-left: 20px;
}

.opc-block-summary {
    padding: 0px 20px 0 0px;
    margin: 0px 0 20px 20px;
    float: left;
    width: 100%;
}

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

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

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

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

.checkout-agreement {
    float: left;
    margin: 0 0 3px 0;
    padding: 0px 10px 0 0!important;
    color: var(--highlighted)!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: #eeeeee;
    padding: 30px;
    float: left;
    display: block;
}

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

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, div.iosc-place-order-container #place-order-trigger {
    float: right!important;
    text-decoration: none!important;
    width: auto!important;
    cursor: pointer!important;
    height: auto!important;
    text-align: center!important;
    background: var(--action-green)!important;
    border: 1px solid #2db339!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;
    text-transform: uppercase;
}

.ppp-pui {
    float: left;
    width: 100%;
    padding: 30px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

table.data.table.table-totals {
    color: var(--nofocus-color);
    display: block;
    background: #fff;
    float: left;
    box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.1);
    font-size: 16px!important;
}

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

.action.primary.iosc-place-order-button:hover, .action.primary.iosc-place-order-button:active, .action.primary.iosc-place-order-button:focus, .action.primary#place-order-trigger:hover, .action.primary#place-order-trigger:active, .action.primary#place-order-trigger:focus {
    background: #b1ff8d!important;
    color: #2db339!important;
    border: 1px solid #2db339;
    background-image: none;
}

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

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

td.amount {
    text-align: right;
}

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

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

.newaddress-button-title .action-toggle:after {
    content: ''!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: #fff;
    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);
    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 rgba(0,0,0,0.1);
    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;
}

.checkout-agreements {
    float: left;
    width: calc(100% - 190px);
    margin-bottom: 30px;
    padding: 20px;
    font-size: 13px;
    color: var(--nofocus-color);
    background: #fff;
    box-shadow: 0px 3px 10px -4px rgba(0,0,0,0.1);
    margin-top: 10px;
}

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

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

}

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

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

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

.ves-megamenu li.level0:hover>a {
    background: var(--highlight)!important;
    color: var(--casual-action)!important;
}

.ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
    left: 0px;
    /*-250px*/
}

.ves-megamenu.menu-hover .subhover:hover .dropdown-menu {
    padding: 40px!important;
}

i.actionButtonLI i {
    vertical-align: middle;
}

.footer_cards img {
    float: left;
    max-width: 64px;
    margin-right: 7px;
    margin-top: 20px;
}

.popUp .rabbatHolder {
    float: left;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 5px;
}

.seo {
    float: left;
    font-size: 13px;
}

.seo h1 {
    font-size: 25px;
    margin-bottom: 20px;
}

.seo h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.seo p {
    margin-bottom: 40px;
}

.seo li {
    margin-bottom: 2px;
}

.seo ul {
    margin-bottom: 30px;
}

.swatch-attribute-options select {
    border: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 40px;
    height: 40px;
    -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);
}

.themen .mega-col .level2 {
    padding: 5px;
    border-radius: 4px;
    width: calc(17% - 10px)!important;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%!important;
    float: left;
}

.themen .collImage {
    margin-left: -15px;
}

.themen .mega-col .level2 div a span {
    height: 60px;
    float: left;
    line-height: 60px;
    width: 100%;
}

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

.themen a.nav-anchor.subitems-group {
    display: none!important;
}

.nav-item.level2.subhover:hover {
    background: var(--casual-action);
}

.themen .ves-column4>.item-content1>.mega-col {
    width: calc(25% - 20px)!important
}

tr.totals.discount {
    background: #ecffe3!important;
}

.totals.discount .price, .totals.discount .title {
    padding-left: 0px!important;
    font-weight: 600;
    color: var(--action-green);
}

.iosc-registration {
    float: left;
    width: calc(100% - 8px)!important;
    background: #fbfeff!important;
    border: 1px solid var(--casual-action)!important;
    color: var(--casual-action)!important;
}

.aditional-info {
    float: left;
    display: grid;
    margin-top: 0px;
    width: 100%;
    padding: 0 30px 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    background: var(--highlight);
}

.aditional-info .item {
    float: left;
    background: #fff;
    padding: 30px;
    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);
}

.account-social-login .actions-toolbar.social-btn {
    width: auto!important;
    max-width: 250px!important;
    margin-left: 0px!important;
}

.actions-toolbar.social-btn {
    margin-left: 0px!important;
}

.block.social-login-authentication-channel {
    border-top: 1px solid rgba(0, 0, 0, 0.1)!important;
    padding-top: 20px!important;
    width: 100%;
    margin-top: 30px!important;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.0)!important;
    -moz-box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.0)!important;
    box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.0)!important;
}

.arrowDiscount {
    position: absolute;
    background: #dff1a5;
    width: 10px;
    height: 10px;
    z-index: 1;
    top: 35px;
    right: -5px;
    transform: rotate(45deg);
}

.discount-amount-wrapper span {
    color: #186616;
}

.page-layout-collection-page img.product-image-photo {
    -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;
}

.page-layout-collection-page img.product-image-photo:hover {
    transform: scale(1.2);
}

/*PACKSTATION*/

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

#use_packstation:checked+label[for=use_packstation]:before:hover {
    border: 1px solid blue;
}

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

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

#use_packstation {
    display: none;
}

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

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

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

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

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

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

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

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

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

.minicart-wrapper {
    margin: 0px;
}

.accountWrapper {
    z-index: 999;
}

.ves-megamenu li.active>a {
    background: #333;
    color: #1979c3!important;
}

/* CHECKOUT */

body.checkout-cart-index form#form-validate {
    width: calc(100% - 410px);
    position: static;
}



.opc-progress-bar {
    display: none
}

div#checkoutHelpWrapper {
    float: right;
    margin-top: 23px;
}

div#checkoutHelpWrapper .material-icons {
    float: left;
    color: var(--casual-action);
    margin-right: 5px;
}

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

.checkout-index-index .fieldset>.field:not(.choice)>.control {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.checkout-index-index fieldset.admin__field {
    border: 0px;
    padding: 0;
}

.checkout-index-index fieldset.admin__field .admin__field-control {
    display: grid;
    grid-template-columns: auto auto auto;
    float: left;
    margin-bottom: 0px;
}

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

.checkout-index-index .address-name-info .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 20px;
    margin-bottom: 40px!important;
}

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

.checkout-index-index .fieldset .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    background: #e0e1e1;
    overflow: hidden;
    grid-gap: 1px;
    border: 1px solid #d6dee2;
    border-bottom: 0px;
}

.checkout-index-index .fieldset .tabs .tab {
    padding: 10px 0;
    float: left;
    width: 100%;
    background: #f6f6f6;
    cursor: pointer;
}

.checkout-index-index .fieldset .tabs .tab.active {
    background: #fff;
}

.checkout-index-index .fieldset .address-fields {
    padding: 20px;
    border: 1px solid #d6dee2;
    border-top: 0px;
    box-shadow: 0px 3px 10px -4px rgb(236, 238, 239);
    background: #fff;
}

.checkout-index-index .row {
    margin-bottom: 10px;
}

textarea::placeholder,
 input[type="password"]::placeholder,
 input[type="number"]::placeholder,
 input[type="email"]::placeholder,
 input[type="text"]::placeholder {
    color: #677e8a!important;
    font-weight: 300;
}

.checkout-index-index .fieldset .address-fields div::after, .checkout-index-index .fieldset .address-fields div::before {
    display: none;
}

.checkout-index-index .fieldset .row-0 {
    display: grid;
    grid-template-columns: 75% 25%;
    grid-gap: 10px;
    width: calc(100% - 10px);
}

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

.checkout-index-index select {
    line-height: 45px;
    width: 100%;
    height: 45px;
    border: 1px solid #b5cad4;
    font-weight: 600;
    box-shadow: 0px 2px 1px 0px rgb(227, 233, 236);
}

.checkout-index-index .address-packstation .row-0 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    width: 100%;
}

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

.checkout-index-index .address-packstation .row-2 {
    grid-gap: 0;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
}

.checkout-index-index #billing-new-address-form .row::before, .checkout-index-index #billing-new-address-form .row::after {
    display: none;
}

#billing-new-address-form form {
    width: 100%;
}

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

.checkout-index-index #billing-new-address-form .row {
    display: grid;
}

.checkout-index-index #billing-new-address-form .row-0 {
    grid-template-columns: repeat(2, 1fr);
}

.checkout-index-index #billing-new-address-form .row-2 {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

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

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

.checkout-index-index #billing-new-address-form .row-5 {
    grid-template-columns: 100%;
    grid-gap: 10px;
    width: 100%;
}

.checkout-index-index .billing-address-same-as-shipping-block {
    float: left;
    padding: 10px;
    border: 1px solid rgb(181, 202, 212);
    margin-bottom: 20px;
    background: #f3f7f9;
    width: 100%;
    box-shadow: 0px 2px 2px rgba(181, 202, 212, 0.28);
    margin-top: 20px;
}

.checkout-index-index .field.telephone {
    padding: 10px 25px 25px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.checkout-index-index .table-checkout-shipping-method tr {
    cursor: pointer;
}

.checkout-index-index tr.row:hover .col-method {
    color: var(--casual-action)!important;
}

.checkout-index-index .designed-item .basketItemIcon {
    font-size: 17px;
    margin-top: 0px;
}

body.checkout-cart-index tbody.cart.item a.action:hover .basketItemIcon {
    color: var(--casual-action);
}

.checkout-index-index .hidden-fields .actions-toolbar {
    float: left;
    margin: 0px!important;
    margin-bottom: 30px!important;
}

.checkout-index-index .hidden-fields .actions-toolbar .secondary {
    margin: 0 10px;
}

.subtotal .amount.price-container {
    width: 60%;
    float: right;
    padding: 10px;
    margin-bottom: 10px;
}

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

.discount-amount-wrapper {
    float: left;
    width: 40%;
    color: #fff;
    background: #dff1a5;
    position: relative;
}

.cart .designed-images .mouseover-image {
    width: 230px!important;
    max-height: 250px!important;
    position: absolute;
    border: 0px solid #ccc!important;
    text-align: center;
    background-color: white;
    top: 50px;
    z-index: 10;
    padding: 10px!important;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.2);
}


.checkout-index-index .table-totals tbody {
    display: flex;
    flex-direction: column;
}
.checkout-index-index .table-totals tbody tr {
    border-bottom: 1px dashed #d6e0e4;
    background: none;
    padding: 0 17px;
    float: left;
    width: 100%;
}



.table-checkout-shipping-method td.col.col-logo img {
    display: block;
    max-width: 80px;
    max-height: 50px;
    border-radius: 5px;
}

.opc-block-summary .table-totals .grand .amount, .opc-block-summary .table-totals .grand .mark {
    padding: 10px 4px!important;
    padding-top: 5px!important;
}



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

.checkout-index-index .actions-toolbar>.secondary:last-child {
    margin-left: 0;
    margin-top: 0;
}



.minicart-items .mouseover-images ul {
    list-style: none;
    padding: 0;
    background-color: white;
    border: 1px solid #c4dae4!important;
    position: relative;
    top: -1px!important;
    right: -1px;
    float: right;
    box-shadow: 0px 3px 10px rgba(168, 170, 171, 0.34);
}

button.button.action.continue.primary {
    width: 100%;
    float: left;
    text-transform: uppercase;
}

.checkout-shipping-method .actions-toolbar>.primary {
    float: right;
    padding-right: 27px;
}

.checkout-shipping-method .actions-toolbar>.primary button {
    line-height: 30px;
    font-size: 17px;
}

#opc-sidebar .actions-toolbar .primary {
    float: right;
    margin: 10px 0;
    font-size: 17px;
    text-transform: uppercase;
}

div#checkout-step-shipping .customer-email {
    float: left;
    color: #000000;
    font-weight: 600;
    width: 100%;
    margin-bottom: 20px;
}

div#checkout-step-shipping .customer-email label {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: grey;
}

.shipping-address-items {
    float: left;
    width: 100%;
    margin-top: 10px;
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.opc-wrapper .edit-address-link, .opc-wrapper .action-select-shipping-item {
    float: left;
    margin: 5px 0 0;
    box-shadow: none;
    color: #ffffff;
    background: #000;
    padding: 10px;
    font-size: 14px;
    margin-right: 5px;
    border: 0px!important;
    line-height: 1.7rem;
    font-weight: 300;
}

.opc-wrapper .edit-address-link:hover, .opc-wrapper .action-select-shipping-item:hover {
    background: var(--casual-action);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.checkout-billing-address {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.table-checkout-shipping-method .col-method {
    padding-left: 10px;
}

.field.save-address input {
    float: left;
    margin-top: 5px;
}

.save-address label {
    float: left!important;
    width: 80%!important;
    padding: 0px!important;
    text-align: left!important;
}

.save-address label.label span {
    float: left;
    width: 100%;
}

.field.save-address {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    background: #ebf2f5;
    margin-top: 20px;
    font-size: 15px;
}

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

.checkout-index-index .modal-popup .modal-inner-wrapp {
    top: 17px;
    background: #fff!important;
}

.checkout-payment-method .payment-method.ppplus .payment-method-content {
    padding: 0px;
    margin: 0px;
}

.check-errors {
    float: left;
    width: 100%;
    background: #ffeec9;
    padding: 10px;
    border-radius: 3px;
    color: #a97f24;
}

div#place-order-trigger-wrapper {
    margin-top: 10px;
}

.checkout-payment-method .payment-methods {
    margin: 0;
}

.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: var(--casual-action);
    margin-bottom: -2px;
}

li.overviewWrapper {
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 20px!important;
}

.shipping-information {
    float: left;
    width: 100%;
    display: flex;
    font-size: 12px;
    line-height: 1.2;
}

.checkout-index-index .minicart-items .mouseover-images {
    display:none!important;
}

.shipping-information .ship-to, .shipping-information .bill-to, .shipping-information .ship-via {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.shipping-information .shipping-information-title {
    padding-bottom: 0;
}

.billing-information-title, .shipping-information-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.shipping-information .action-edit {
    float: left;
    background: none;
    font-size: 13px;
    border: 0;
    padding: 0;
    font-weight: 400;
    width: fit-content;
    margin-top: auto;
}



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

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

.page-products .products-grid .product-item {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    padding: 0;
    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;
}

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

div#shipping-new-address-form-person {
    display: flex;
    flex-direction: column;
    width: 100%;
}

fieldset.checkout-registration {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 10px;
    background:#fff;
    display: flex;
    width: 100%;
    flex-direction: column;

}

div#billing-new-address-form {
    display: flex;
    width: 100%;
    padding: 20px 0;
}

.opc-wrapper .form-login .fieldset {
    margin: 0px;
    display: flex;
    flex-direction: column;
}

.fieldset,
.fieldset:last-child {
    margin-bottom: 0px;
}

fieldset.checkout-registration .field.register-pwd._required {
    /*float: left;*/
    width: 100%;
    font-size: 10px!important;
}

fieldset.checkout-registration ul {
    float: left;
    width: 100%;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 30px;
}

fieldset.checkout-registration ul li {
    padding: 0;
    line-height: 1.3;
    margin: 5px 0px
}

fieldset.checkout-registration {
    font-size: 16px;
}

fieldset.checkout-registration .registration-description strong {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600
}

.checkout-index-index label.plholder {
    position: absolute;
    font-size: 10px;
    top: -6px;
    left: 0px;
    padding: 0px 3px;
    color: #818181;
    background: #f1f1f1;
    border-radius: 0px;
}

/* Visual updates for pastel colors */



.ves-megamenu li.active>a {
    color: #6cb6b2!important;
}



.product-item .subitem {
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 0px 0px 0px 25px;
    background: #f6faf9;
    border-bottom: 1px solid #e5ecef;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
}

.grid-container.quarters .quarterBanner .text, .grid-container.halfs .halfBanner .text {
    letter-spacing: 0px;
}

.actionButton {
    border: 1px solid #ae5d48;
}



.baseColor {
    background: #49a49f!important;
}

.messageTop span.material-icons {
    font-size: 19px;
    color: #6cb6b2;
}

.product-item-details ul li {
    color: #b5b5b5;
}

body.checkout-cart-index form#form-validate {
    background: transparent;
    padding: 0 20px;
    min-width: 0;
    margin-bottom: 30px;
}


.action.primary.iosc-place-order-button:hover, .action.primary.iosc-place-order-button:active, .action.primary.iosc-place-order-button:focus, .action.primary#place-order-trigger:hover, .action.primary#place-order-trigger:active, .action.primary#place-order-trigger:focus {
    background: #ff7451!important;
    border: 0px solid #bc6954;
    color: #fff!important;
}

.quarterBanner i.actionButtonLI:hover, .halfBanner i.actionButtonLI:hover {
    background: #fff!important;
}

.authorization-link a.actionButtonLI {
    background: var(--action-green);
    border: 0;
}

#accountIcon, .minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
    display: none;
    content: none;
}


.logo {
    position: absolute;
    left: 50%;
    right: 50%;
    margin: auto;
    transform: translate(-50%, 0);
    top: 0px;
    width: 150px;
    padding-top: 22px;
}



span.reelproduktTitle {
    text-align: center!important;
    border-bottom: 0!important;
}

.produktName a {
    background: var(--action-green);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)!important;
    color: #fff;
}

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

.product-item:hover .customiseLabel {
    background: var(--action-green)
}

.uspWrapper ul {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    z-index:
}

div#product-detail {
    background: none;
}

#product-detail .col.second, #product-detail .col.first {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

#product-detail .col.first {
    padding: 50px;
}

.ves-megamenu li.active>a {
    color: var(--casual-action)!important;
}

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

.page-footer {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
    padding: 3px;
    min-width: 20px
}

.reelprodukt .produktName {
    float: left;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    background: #f7f7f7;
    -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;
    position: absolute;
    bottom: -100px;
}

.reelprodukt:hover .produktName {
    bottom: 0;
}

/* NEW CUSTOM MENU */

#customMenu .hoverContent {
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 60px;
    z-index: 9;
    background: #fbfbfb;
    padding: 40px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
}

#customMenu .menuItem {
    padding: 20px;
    float: left;
    color: #333;
    height: 70px;
    box-sizing: border-box;
    line-height: 30px;
}

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

#customMenu .menuItem:hover {
    background: var(--highlight)!important;
    color: var(--casual-action)!important;
    text-decoration: none;
}

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

#customMenu .menuItem:hover .lvl1 {
    color: var(--casual-action);
    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;
    color: #000;
}

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

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

#customMenu .menuHeader .menuFav {
    padding: 13px;
    background: #fff;
    color: #333;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}

#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;
    margin-bottom: 0px;
}

#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: #f4f4f4!important;
    color: #545454!important;
}

.menuRight a {
    position: relative;
}

.menuRight a .desc {
    position: absolute;
    top: 40px;
    left: 30px;
    color: var(--main-txt-color);
}

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



a.resCategory {
    display: none;
    background: var(--highlight)!important;
}

.groupBox {
    float: left;
    width: 100%;
    display:flex;
    flex-direction: column;
}

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

.resCatCaption span.material-icons.arrow {
    position: absolute;
    right: 20px;
    top: 10px;
    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: var(--highlight)!important;
}

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

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

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

.sideMenuTitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    float: left;
    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;
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
}

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

.minicart-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
    margin-top: -15px;
}

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

.color-in-checkout-cart .product-item-color {
    margin-top: 0px;
}

.size-in-checkout-cart, .color-in-checkout-cart {
    padding: 8px 10px
}

.table-wrapper .cart.item.designed-item td:last-of-type {
    margin-top: 5px!important;
    padding-right: 20px;
    float: right;
}

#billing-new-address-form-person .row.row-1 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
    width: calc(100% - 10px);
}

#billing-new-address-form-person .row.row-2 {
    grid-template-columns: 75% 25%;
    grid-gap: 10px;
    width: calc(100% - 10px);
}

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

#billing-new-address-form-person .row.row-4 {
    grid-template-columns: 100%;
    width: 100%
}

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

#shipping-new-address-form-company .row {
    margin-bottom: 10px;
}

#shipping-new-address-form-company .row:first-of-type {
    margin-bottom: 5px!important;
    width: 100%;
    grid-template-columns: 100%;
}

.page-header {
    height: 70px;
    width: 100%;
    top: 0px;
}

.page-wrapper {
    padding-top: 0px;
    float: left;
    width: 100%;
}

.topMessages {
    float: left;
    width: 100%;
    margin: auto;
    position: relative;
    top: 0;
}

.promoBar {
    text-align: center;
    padding: 5px 20px;
    background: #c06767;
    color: #fff;
}

.promoBar a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

div#accordion-section {
    max-width: 100%;
    margin: 60px auto 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    float: none;
}

div#accordion-section div {
    float: left;
    width: 33%;
    padding: 30px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 5%);
}

div#accordion-section div strong {
    font-size: 2rem;
    cursor: pointer;
}

div#accordion-section div strong:hover,
div#accordion-section div strong.active {
    color: var(--casual-action);
}

div#accordion-section div p,
div#accordion-section div ul {
    display: none;
}

div#accordion-section div p {
    padding-top: 15px;
}

.newsletter-subscribe {
    padding: 10px;
    display: grid;
    grid-template-columns: 25px auto;
    border: 1px solid #b5cad5;
    background: #f3f7f9;
    box-shadow: 0px 2px 2px rgba(181, 202, 212, 0.28);
}

.newsletter-subscribe input[type="checkbox"] {
    margin: 0;
    position: relative;
    display: inline-block;
    top: 0px;
    margin-right: 10px;
    height: 15px;
    width: 15px;
    flex-grow: 1;
}

.newsletter-subscribe label {
    font-size: 1.4rem;
    color: black;
}

.opc-wrapper .form-login .fieldset {
    margin: 0px;
}

.opc-wrapper .form-login .actions-toolbar .secondary a.action {
    margin: 10px;
}

#xxl-form .g-recaptcha-error,
#xxl-form .error-message {
    color: red;
    display: block;
    padding: 1rem;
    background: #fff1f1;
    border: 1px solid;
    font-size: 1.4rem;
}

#xxl-form .success-message {
    color: green;
    padding: 1rem;
    border: 1px solid;
    background: #e4f5e4;
}