/*
 * Copyright (c) 2017 - Reliance Smart Systems Ltd.
 * Author: Pieter-Jan De Boeck - All rights reserved.
 */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}


/*Adjusting image presentation*/
/*.item img {*/
    /*height: 120px;*/
    /*display: block;*/
    /*max-width: 100%;*/
/*}*/

/*.item-image-wrapper {*/
    /*height:300px;*/
/*}*/

#variants-list .item .item-image-container {
    height:110px;
    max-height: 200px;
    background-color: transparent;
    overflow: hidden;
    width: 100px;
}


.companyContainer .item {
    position: absolute;
    margin-bottom:30px;
    padding:20px;
    border:1px solid #e8e8e8;
    bottom: 0px;
}


/*figure.item-image-container.small {*/
    /*height: 140px;*/
/*}*/

/*--- start - adjust featured products --- */
.featured-slider .featured-product, .related-slider .related-product {
    margin-bottom: 25px;
    border: 1px solid #e4e2e2;
    padding: 20px;
}
/*--- end - adjust featured products --- */


/*--- start adjust product green price label --- */
div.item-price-container {
    /*width: 60px;*/
    /*height: 30px;*/
}
div.item-price-container span.item-price {
    /*margin-top: 15px;*/
}
/*--- end adjust product green price label --- */


figure a img.item-image-hover {
    vertical-align: bottom;

}

.dimmed {
    background: rgba(0, 0, 0, 0.5);
}

.overlay {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.truncate {
    width: 200px; !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-content-tab-pane {
    height:400px;
    overflow: auto;
}

.custom-title {
    padding-left:8px;
    border-left:4px solid #645DC1;
    font-size:20px;
    margin-bottom:15px;
}


.checkout-table-header {
    font: 700 15px/40px 'Roboto', sans-serif;
    color: white;
    text-transform: uppercase;
    padding: 0px 21px 0px 14px;
    background-color: rgb(123, 174, 35);
    text-align: left;
    height: 40px;
}

.checkout-table-row-error {

    margin-top:  20px;
    padding-top: 10px;
    border: 2px solid rgba(255, 0, 0, 0.28);
    background-color: rgba(255, 0, 0, 0.03)
}
.checkout-table-row-greyed-out {
    margin-top:  20px;
    padding-top: 10px;
    border: 2px solid rgba(39, 39, 39, 0.6);
    background-color: rgba(143, 142, 141, 0.03);
    opacity: 0.5;
}

.greyed-out {
    border: 0px;
    background-color: rgba(143, 142, 141, 0.03);
    opacity: 0.5 !important;
}

.productBox-published {
    border: 0px;
    background-color: #0b9a0b;
}


/*.productBox {*/
    /*display: inline-block;*/
    /*width: 200px;*/
/*}*/
/*.productBox.md {*/
    /*width: 200px;*/
/*}*/

/*.productBox.lg {*/
    /*width: 400px;*/
/*}*/

.custom-price {
    color: #645DC1;
    font-weight: bold;
}



/*centering modals*/
.center-modal.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .center-modal.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.center-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}




.cartitem-amount-table {
    font:700 10px/20px "Roboto", sans-serif;
    color:#777777;
    text-transform:uppercase;
}

.cartitem-amount-table .cartitem-amount-table-title {
    font-size: 12px;
}
.cartitem-amount-table > tbody > tr > td,
.cartitem-amount-table > tbody > tr:first-child > td,
.cartitem-amount-table > tbody > tr:last-child > td  {
    padding: 10px;
    text-align: right;
}

.cartitem-amount-table > tfoot > tr > td {
    padding: 10px;
    font-size: 9px;
    background:#f4f4f4;
    border-width: 0px !important;
}

.cartitem-amount-table > tfoot > tr > td:first-child {
    color:#666666;
}
.cartitem-amount-table > tfoot > tr > td:last-child {
    color:#e82c0c;
    font-size: 12px;
}


.facet-pill {
    display: flex;
    background-color: orange;
    border: none;
    color: white;
    padding: 5px 5px 5px 8px;
    text-align: left;
    text-decoration: none;
    margin: 2px -8px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
}
.facet-pill .insideX {
    background-color: white;
    border: none;
    float: right;
    color: #3b3b3b;
    padding: 0px 7px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    border-radius: 17px;
}
.facet-pill-icon {
    font-size: 20px;
    text-align: right;
    flex: 1;
}

#header-bar-upper {
    display: none;
}
#header-bar-upper .navbar-default  {
    margin-bottom: 0; min-height: 20px;
}
#header-bar-upper .navbar-default li:hover > a {
    background-color: #d5d5d5 !important;
}

#header-bar-upper .navbar-nav li a {
    padding: 8px 20px;
    font-size: 15px;
}



#header-bar-lower .navbar-default  {
    margin-bottom: 0;
    min-height: 20px;
    background-color: white;
}

#header-bar-lower .navbar-default li a {
    color:#645DC1;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.scrollHideMe {
    display: none;
    /*overflow: hidden;*/
    /*height: 0px;*/
    /*transitionProperty: height;*/
    /*transitionDuration: 6000;*/
    /*transitionTimingFunction: 'ease-in-out'*/
}



.custom-discount-rect {
    /*font:700 16px/20px "Roboto", sans-serif;*/
    /*top:0;*/
    /*left:0;*/
    /*position: absolute;*/
    /*text-transform:uppercase;*/
    /*width:62px;*/
    display:block;
    color:   green;
    padding: 0 0;
    z-index:800;
    text-align: right;
    border: 1px solid white;
    width: 100%;
    background: red;
}


.nav-tabs > li > a {
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    font: 700 16px/20px Gudea, Arial, sans-serif;
    /*border-right: 1px solid rgb(220, 220, 220);*/
    /*border-top: 1px solid rgb(220, 220, 220);*/
}


#details-product-asset-carousel div.item {
    border: 0px !important;
}

#details-product-asset-carousel .carousel-indicators li {
    border: 1px solid grey;
}

#details-product-asset-carousel .carousel-indicators .active {
    background-color: grey;
}



/* --- footer ---- */

#footer {
    display: block;
    width: 100%;
    position: absolute;
    overflow: hidden;

}


#footer h3 {
    
}

#footer.hideme {
    display: none;
}

#footer.showOver {
    z-index: 1000;
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
}


/*FOOTER */
#footer-sidesticky.hideme {
    display: none;
}

#footer-sidesticky {
    z-index: 1000;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0%;
    width: 40px;
    height: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    color: white;
    background-color: black;
    padding: 2px 2px 2px 12px;
    cursor: pointer;
}

table.spec {
    table-layout: fixed;
    border-collapse: collapse;
}
  
table.spec th, td {
    text-align: left;
    padding: 12px;
}
table.spec tr {
    border-bottom: 1px solid white;
}
table.spec th {    width: 160px; background-color: #f2f2f2;}

.bullets {
    list-style-type: square;
    padding-left:15px;
}
#content {
    background-color: white;
    z-index: 0;
}

.panel {
    overflow-x: scroll;
}
.grid {
    -webkit-backface-visibility: inherit;
    backface-visibility: inherit;
    transform: translate3d(0, 0, 0);
}

.grid-item {
    display: inline-flex;
    overflow: hidden;
    box-sizing: border-box;
    border: 5px solid white;
}

.grid-item-small {
    width: 100%;
    height: 215px;
}
.grid-item-medium {
    width: 100%;
    height: 215px;
}
.grid-item-large {
    width: 100%;
    height: 215px;
}

@media only screen and (min-width: 535px) {
    .grid-item-small {
        width: 50%;
        height: 214px;
    }
    .grid-item-medium {
        width: 49.9%;
        height: 428px;
    }
    .grid-item-large {
        width: 50%;
        height: 428px;
    }
}

@media only screen and (min-width: 585px) {
    .grid-item-small {
        width: 33.3%;
        height: 214px;
    }
    .grid-item-medium {
        width: 33.3%;
        height: 428px;
    }
    .grid-item-large {
        width: 33.3%;
        height: 428px;
    }
    /* .grid-item-product.grid-item-small,
    .grid-item-product.grid-item-medium,
    .grid-item-product.grid-item-large {
        width: 50%;
    } */
}

@media only screen and (min-width: 1000px) {
    .grid-item-small {
        width: 25%;
    }
    .grid-item-medium {
        width: 25%;
    }
    .grid-item-large {
        width: 50%;
    }
    /* .grid-item-product.grid-item-small,
    .grid-item-product.grid-item-medium,
    .grid-item-product.grid-item-large {
        width: 25%;
    } */
}

@media only screen and (min-width: 1200px) {
    .grid-item-small {
        width: 20%;
    }
    .grid-item-medium {
        width: 20%;
    }
    .grid-item-large {
        width: 40%;
    }
    /* .grid-item-product.grid-item-small,
    .grid-item-product.grid-item-medium,
    .grid-item-product.grid-item-large {
        width: 20%;
    } */
}

/*.grid-item:hover {*/
    /*border: 1px solid rgb(184, 184, 184);*/
/*}*/

.card {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.05);
    width: 100%;
}
.card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:  linear-gradient(0deg, rgba(0,0,0,0.4724264705882353) 0%, rgba(9,9,121,0) 52%, rgba(0,212,255,0) 72%);
    z-index: 0;
    pointer-events:none;
    border-radius: 5px;
    
}
.card:before {
    content: '';
    transform: translate3d(0, 100%, 0);
    transition: transform .25s;
    will-change: transform;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    pointer-events: none;
    border-left:  4px solid #FCDA03;
    border-radius: 5px;
}
.card:hover::before {
    transform: translate3d(0, 0, 0);
}
.card:hover .card-body {
    transform: translate3d(0, -10px, 0);
}

.card .show-on-hover-card {
    display: none;
}
.card:hover .show-on-hover-card  {
    display: block !important;
}
.card a {
    display: block;
    background: transparent;
}
.card-img {
    object-fit: cover;
    opacity: 0.95;
}
.grid-item-large .card-img {
    max-height: 420px;
}
.grid-item-medium .card-img {
    max-height: 420px;
}
.grid-item-small  .card-img {
    max-height: 230px;
}
.card-body {
    pointer-events: none;
    z-index: 10;
    position: absolute;
    left: 15px;
    bottom: 15px;
    transition: all .5s;
    will-change: all;
}
.card-body h5,
.card-body p {
    margin: 0;
    padding: 0;
}
.card-body h5 {
    text-shadow: 1px 1px 3px rgba(0,0,0,.65);
    font-size: 22px;
    color: white;
    margin-bottom: 5px;
}
.card-body p {
    text-shadow: 1px 1px 2px rgba(0,0,0,.55);
    font-weight: 700;
    color: #FCDA03;
    font-size: 16px;
    letter-spacing: 1px;
}
.card-text {
    margin-bottom: 10px;
}
.spacer-margin {
    height: 77px;
}
.navbar-header {
    margin-left: 0 !important;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-brand h3 {
    font-family: 'Pacifico', cursive;
    font-size: 31px;
    font-weight: 500;
    line-height: 50px;
    margin-right: 20px;
}
.navbar-brand h3 span {
    color: rgba(100, 93, 193, 1);
}
.navbar-brand .input-group .form-control {
	border-radius:50px 0 0 50px;
	padding-left: 20px;
}
.navbar-btn .btn-search {
    text-transform: uppercase;
    background-color: #fcfcff;
}
.navbar-search {
    border-radius: 5px 0 0 5px !important;
    padding-left: 35px !important;
}
.navbar-icon {
    color: #645DC1;
    z-index: 50;
    left: 15px;
    position: absolute;
    top: 10px;
}
.navbar-nav {
    font-family: 'Arial';
    margin: 0;
}
.navbar-nav li a {
    padding: 5px 0;
}
.navbar-wrapper {
    width: 100%;
}
.navbar-right {
    display: flex;
}
.nav-search {
    flex: 1;
}
.nav-container {
    padding: 10px 0 15px;
}
.nav-button {
    background: transparent;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 13px;
    top: 5px;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.message-validations {
    margin-top: -20px;
    margin-bottom: 30px;
    margin-left: 177px;
}
.tabs {
    border-radius: 8px 8px 0 0;
    list-style: none;
    padding-left: 0;
    display: flex;

    margin: 0;
    border: 1px solid #efefef;
  }
  
  .tabs li {
      flex: 1;
      font-size: 13px;
    text-align: center;
    background-color: #fcfcfc;
    padding: 1rem;
    cursor: pointer;
    transition: background-color 0.45s ease-in-out;
  }
  
  .tabs li.active {
    background-color: #eee;
  }
  
  .tabs li > a {
    text-decoration: none;
    color: #0f0f0f;
  }
  
  .tabs-content {
    border-radius: 0 0 8px 8px;
    border: 1px solid #eee;
    border-top: 0;
  }
  
  .tabs-panel {
    padding: 2rem 1rem;
    display: none;
  }
  
  .tabs-panel.active {
      color: black;
    display: block;
  }
  
  .navbar-brand {
    margin-left: 0 !important;
}
@media only screen and (min-width: 1000px) {
  
    .navbar-wrapper {
        width: 400px;
    }
}
@media only screen and (min-width: 767px) {
    .nav-container.ng-hide {
        display: block !important;
    }
    .tabs li {
        font-size: 18px;
    }
    .spacer-margin {
        height: 120px;
    }
    #header-bar-lower .navbar-default li:hover > a {
        color: white;
        background-color: #645DC1;
    }
    .nav-button {
        display: none
    }
    .nav-container { 
        padding: 0px;
        display: block !important;
    }
    .mobile-only-link {
        display:none !important;
    }
    #header-bar-upper {
        display: block;
    }

    .navbar-nav li a {
        padding: 15px;
    }
}

.disable-hover {
    pointer-events: none !important;
}


/*------- step wizard checkout --------*/


/*----------step-wizard------------*/
.wizard * .d-flex {
    display: flex;
}

.wizard * .justify-content-center {
    justify-content: center;
}

.wizard * .align-items-center {
    align-items: center;
}

/*---------signup-step-------------*/
.wizard * .bg-color {
    background-color: #333;
}

.wizard * .signup-step-container {
    padding: 20px 0px;
    padding-bottom: 60px;
}


.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
}

.wizard * .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 66%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard * span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

.wizard * span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}


.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs > li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}

.wizard * .save-step,
.wizard * .prev-step,
.wizard * .next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
    color: white;
}

.wizard * .next-step {
    background-color: #0db02b;
}

.wizard * .skip-btn {
    background-color: #cec12d;
}

.wizard * .save-btn {
    background-color: #0db02b;
}

.wizard * .step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.wizard * .term-check {
    font-size: 14px;
    font-weight: 400;
}
