.fas, .fad, .fa, .fab, .fal, .far {
    font-family: FontAwesome !important;
}

@media (max-width: 768px) {
    .col-xs-12.text-right, .col-xs-12.text-left {
        text-align: center;
    }
}
#tec_fixed_header-2, #tec_fixed_header-3, #tec_fixed_header-4 {
    border-right: solid thin darkgray;
    color: darkgray;
    padding: 5px 0 5px 0;
    text-align: center;
}

#tec_fixed_header-1 {
    border-right: solid thin darkgray;
    border-left: solid thin darkgray;
    color: darkgray;
    padding: 5px 0 5px 0;
    text-align: center;
}

.header-wrap {
    display: flex;
    align-items: center;
    min-height: initial;
    padding: 3px 0 3px 0;
}
.hide {
    display: none;
}

.sticky-bar.stick {
    z-index: 1000 !important;
}

.dropdown-attributes {
}

.dropdown-attributes::before {
    margin-right: .255em;
    vertical-align: -22%;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E");
    padding: 0 4px 0 0;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.input-euro {
    position: relative;
}

.input-euro.left input {
    padding-left: 18px;
}

.input-euro.right input {
    padding-right: 18px;
    text-align: end;
}

.input-euro:before {
    position: absolute;
    top: 8px;
    content: var(--main-currency);
}

.input-euro.left:before {
    left: 15px;
}

.input-euro.right:before {
    right: 15px;
}

.dropdown-show::before {
    transform: rotateZ(90deg);
}

.dropdown-attributes::after {
    border: none !important
}
/*attributes sitebar*/
body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.btn-sitebar-close {
    background: black !important;
    color: white !important;
    cursor: pointer;
    z-index: 1210 !important;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    border: solid;
    border-radius: 20px;
    height: 25px;
    line-height: 1.5;
}

.btn-sitebar-close:hover {
    background: green !important;
}
@media all and (max-width: 991px) {

    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        background: white;
        padding: 10px;
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 80%;
        z-index: 1200;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
        display: block;
    }

}

.compare_active{
    background-color: var(--compare-active-bg) !important;
    border: solid thin var(--compare-active-bg) !important;
    border-radius: 3px;
    margin-left: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 2px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}
.compare_active_text, .compare_active_text svg{
    color: var(--compare-active-text) !important;
}
.blink {
    animation: blinker 2.5s linear infinite;
}
@keyframes blinker {
    0% {
        opacity: 0;
    }
    40% {
        opacity: .5;
    }
    80% {
        opacity: 1;
    }
}

/*attributes*/

.photo-grid-shortcode-hover {
    background: white;
}

.photo-grid-shortcode-hover:hover {
    background: lightgrey;
}

@media only screen and (max-width: 480px){
    .w-50 {
        width: 50%!important;
    }
}

@media only screen and (max-width: 480px){
    .product-cart-wrap .product-content-wrap {
        padding: 0 10px;
    }
}

.tec-mob-title {
    line-height: 1.2rem
}

@media only screen and (max-width: 480px){
    .tec-mob-title {
        font-size: 0.9rem;
        line-height: 1.1rem;
    }
}

.tec-product-category {
    line-height: 1rem;
    font-size: 11px;
}
.tec-refurbished {
    margin-top: 0px;
    position: absolute;
    font-weight: 600;
    background-color: rgba(255,255,255,0.7);
    bottom: 0%;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    border-radius: 5px 5px 0 0;
}
.tec-p-30{
    padding: 30px !important;
}
.tec-p-20{
    padding: 20px !important;
}
.tec-pr-20{
    padding-right: 20px !important;
}
.tec-pl-20{
    padding-left: 20px !important;: 20px !important;
}
.tec-pb-20{
    padding-bottom: 20px !important;
}
.tec-mob-logo-align {
    vertical-align: middle;
    max-height: 3.5rem!important;
}

@media  only screen and (max-width:450px) {
    .tec-mob-logo-align{
        max-height: 1.8rem!important;
    }
}
@media  only screen and (max-width: 992px) {
    .tec-mob-logo-align{
        max-height: 3rem!important;
    }
    .tec-text-center{
        text-align: center!important;
    }
    #photo-grid-shortcode{
        max-height: calc(75vh * 1.77);
        overflow-y: auto;
    }
    .tec-p-30{
        padding: 10px !important;
    }
    .tec-p-20{
        padding: 8px !important;
    }
    .tec-pr-20{
        padding-right: 8px !important;
    }
    .tec-pl-20{
        padding-left: 8px !important;
    }
    .tec-pb-20{
        padding-bottom: 8px !important;
    }
}
#comprehensive::before {
    content: '';
    display: block;
    height:   200px;
    margin-top: -200px;
    visibility: hidden;
}
.product-label{
    display: inline;
    padding: 0.3em 0.8em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
}
.product-label-black{background-color: black;}
.product-label-blue{background-color: darkblue;}
.product-label-green{background-color: green;}
.product-label-red{background-color: red;}


.cart-spin {
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0.3;
    z-index: 9999;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.cart-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
