/* HEADER STICKY  */
.sticky-top header#site-header {
    position: fixed;
    top: -110px;
    left: 0;
    width: 100%;
    transform: translateY(110px);
    transition: transform .2s ease-out;
    z-index: 999;
    box-shadow: 0 8px 38px -25px gray;
}

body.sticky-top {
    padding-top: 150px;
}
ul.nav>.nav-item:first-child>a {
    margin-left: 0 !important;
}
.topbar__nav--left>.nav-item:first-child>div>a {
    padding-left: 0 !important;
}
.sticky-top .topbar {
    display: none !important;
}

.sticky-top .site-branding svg {
    height: 60px;
}
.site-branding svg {
    transition: .2s ease;
}
.main-dropdown-menu {
    background: white;
}
.main-dropdown-menu .dropdown-menu.megamenu {
    left: 50% !important;
    transform: translateX(-50%);
}

/* menu dropdown STYLE */
@media (min-width: 950px) {
  .dropdown-menu.megamenu {
    width: 950px;
  }
}
@media (min-width: 1000px) {
  .dropdown-menu.megamenu {
    width: 1000px;
  }
}
@media (min-width: 1050px) {
  .dropdown-menu.megamenu {
    width: 1050px;
  }
}
@media (min-width: 1100px) {
  .dropdown-menu.megamenu {
    width: 1100px;
  }
}
@media (min-width: 1150px) {
  .dropdown-menu.megamenu {
    width: 1150px;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu.megamenu {
    width: 1200px;
  }
}
@media (min-width: 1250px) {
  .dropdown-menu.megamenu {
    width: 1250px;
  }
}
@media (min-width: 1300px) {
  .dropdown-menu.megamenu {
    width: 1300px;
  }
}
@media (min-width: 1350px) {
  .dropdown-menu.megamenu {
    width: 1350px;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu.megamenu {
    width: 1400px;
  }
}

/* My Account */
.my__account-nav li.active.nav-item::before {content: '';height: 100%;width: 4px;background: gray;z-index: 2;position: absolute;top: 0;left: -14px;vertical-align: initial;}

.my__account-nav li.active.nav-item {
    position: relative;
}

/* SHOPPINGCART STYLE */
.shop-steps { width:100%; height:40px; line-height:42px; font-size:12px; text-align:center; color:#161619; background-color:#f6f6f6; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; margin:15px 0px 30px; }
.shop-steps .step { width:33.33333333%; height: 40px;  float:left;  } /*background:url(../img/shop-step-arrow.png) no-repeat top right;*/
.shop-steps div.sel { background-position:center right; background-color:var(--technimoOrange); color: #fff; }
.shop-steps div.seltwo { background-position:bottom right; background-color:#161619; cursor:pointer; color: white; opacity: .3;}
.shop-steps div:first-child { border-radius:3px 0px 0px 3px; -moz-border-radius:3px 0px 0px 3px; -webkit-border-radius:3px 0px 0px 3px; }
.shop-steps div:last-child { background-image:none; border-radius:0px 3px 3px 0px; -moz-border-radius:3px 0px 0px 3px; -webkit-border-radius:3px 0px 0px 3px; }

.clickable-row:hover {
    background: #fafafa !important;
    cursor: pointer !important;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.imgCat {
    border-top: 1px solid #eae8e4 !important;
    border-left: 1px solid #eae8e4 !important;
    border-right: 1px solid #eae8e4 !important;
}

.tt-cat-title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 10px 5px;
    background-color: var(--technimoOrange);
    border-radius: 0 0 3px 3px;
}

.label-img {
    position: absolute;
    z-index: 10;
    margin-left: -5px;
    margin-top: -5px;
    display: block;
}

.fixed-header {
    position: fixed;
    width: 100%;
    background-color: white;
}

.smallerHeader {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.sticky-top {
    z-index: 99 !important;
}


/* product page fade on hover */
.woocommerce-loop-product__body.product__body.pt-3.bg-white::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px 3px rgb(255 255 255 / 55%);
}
li.product.col:hover .prod-fav-btn {
    opacity: 1;
}
li.product.col .prod-fav-btn {
    opacity: 0;
}

/* shopping cart */

.loadingButton.submitted {
    opacity: .6;
    transition: .3s ease;
}

.loadingButton.submitted::after {
    content: '\f3f4';
    font-family: "Font Awesome 5 Pro";
    font-weight:900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1;
    animation: fa-spin 2s linear infinite;
    margin-left: 10px;
}

.addToCartButton {
    transition: .2s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer
}
.addToCartButton.submitted {
    color: transparent;
}

.addToCartButton:after {
    content: '\f07a';
    font-family: "Font Awesome 5 Pro";
    font-weight:900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -20%;
    font-size: 1em;
    transform: translate(-50%, -50%);
    color: white;
}
.addToCartButton:before {
    content: '\f874';
    font-family: "Font Awesome 5 Pro";
    font-weight:900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1;
    position: absolute;
    z-index: 1;
    top: -20%;
    left: 50%;
    font-size: 0.6em;
    transform: translate(-50%, -50%);
    color: white;
}

.addToCartButton.submitted:before {
    animation: cup 1s ease-in forwards
}
.addToCartButton.submitted:after {
    animation: cart 1s ease-in forwards
}

@keyframes cart {
    0% {
        left: -10%
    }

    40%,
    60% {
        left: 50%
    }

    100% {
        left: 110%
    }
}
@keyframes cup {
    0%,
    40% {
        top: -20%
    }

    60% {
        top: 36%;
        left: 50%
    }

    100% {
        top: 40%;
        left: 112%
    }
}
/* shopping cart verzendkosten collapse animation */
.collapseShippingCostsHeader .fa-chevron-up {
    position: absolute;
    right: 50px;
    transition: transform .2s ease-out;
}

.collapseShippingCostsHeader.collapsed .fa-chevron-up {
    transform: scaleY(-1);
}

/* Product Label */
.badge.badge-secondary.position-absolute {
    right: 0;
    height: 28px;
    border-radius: 14px;
    line-height: 23px;
    padding: 2px 9px;
    opacity: .4;
    color: white;
    background: black;
    z-index: 99;
}

.badge.badge-secondary.position-absolute i {
    display: inline-block;
    padding: 2px 3px;
}
/* content page overrule h1 */
.site-content h1 {
    font-size: 1.5rem;
    font-weight: 300;
}
.site-content h2 , .site-content h3, .site-content h4, .site-content h5, .site-content h6 {
    font-size: 1.4rem;
    font-weight: 300;
}
@media (min-width: 992px) {
    .homepage-carousel .js-slick-carousel {
        height: 380px;
        overflow: hidden;
    } 
}


ul.errors li {
    list-style: none;
    font-size: 13px;
    padding: 5px 0;
    color: #ff7160;
}

ul.errors {
    padding-left: 0;
}
.form-control.invalid {
    border-color: #ff7160 !important;
}

ul.payment-methods {
    list-style: none;
    padding-left: 0px;
}

ul.payment-methods li img { max-height: 24px; margin-right: 5px; }
ul.payment-methods li input[type="radio"] { margin-right: 10px; }