﻿.btn{
    cursor: pointer;
}
.about-us figure img{
    height:auto;
}
.about-us-info {
    padding: 100px 70px 0px 0px;
}
.about-us-info2 {
    width: 100%;
    padding: 0px 70px 0px 0px;
    box-sizing: border-box;
}
.more {
    margin-top: 30px;
    margin-bottom: 30px;
}
.home-page-text-hld .limited-container {
    max-height: 650px;
    height: 650px;
    overflow: hidden;
}

.full {
    color: #F9BF3B !important;
}

.like, .dislike {
    cursor: pointer;
}


.likes, .dislikes {
    display: inline-block;
    margin-left: 5px;
}

.alert.alert-success {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1131 !important;
    top: 60px;
    left: 0px;
    right: 0px;
    animation-iteration-count: 1;
    border-color: #ed1d24;
    margin-bottom: 20px;
    width: 33.33333333%;
    float: left;
    padding: 44px;
    border-radius: 10px;
    border: none;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.9) 0px -3px 5px;
    background-image: url("../images/check.png");
    background-position: center 30px;
    background-repeat: no-repeat;
    text-align: center;
}

    .alert.alert-success span[data-notify="message"] {
        color: #000;
        font-size: 24px;
        font-weight: bold;
        display: block;
        text-align: center;
        margin-top: 50px;
    }

    .alert.alert-success .close, .alert.alert-danger .close {
        display: none;
    }

.alert.alert-danger {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1131 !important;
    top: 60px;
    left: 0px;
    right: 0px;
    animation-iteration-count: 1;
    border-color: #ed1d24;
    margin-bottom: 20px;
    width: 33.33333333%;
    float: left;
    padding: 44px;
    border-radius: 8px;
    border: none;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.9) 0px -3px 5px;
    background-image: url("../images/error.png");
    background-position: center 30px;
    background-repeat: no-repeat;
    text-align: center;
}

    .alert.alert-danger span[data-notify="message"] {
        color: #000;
        font-size: 24px;
        font-weight: bold;
        display: block;
        text-align: center;
        margin-top: 50px;
    }
.hidden-container{
    display:none;
}
.text-page .serviceBox {
    float: left;
    width: 237px;
    height: auto;
    padding: 0px;
    margin: 0px 0px 25px 0px;
}
.text-page .serviceBox img {
    float: left;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}
.text-page .serviceBox p {
    padding-top: 5px;
    font-size: 15px;
    line-height: 18px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Exo 2', 'Open Sans', Arial, sans-serif;
}
.text-page .serviceBox p strong {
    display: block;
    font-size: 14px;
    color: #cf0f12;
    font-weight: 600;
}
.hide-element {
    display: none !important;
}
.pagination span.currentpage {
    border: 1px solid #df0002;
    background: #df0002;
    cursor: default;
    color: #fff;
}
.pagination span {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    box-sizing: border-box;
}
.address-list-container-econt {
    display: none;
    min-height: 20px;
    /*padding-left: 40px;*/
}

    .address-list-container-econt.visible {
        display: block;
        min-height: 20px;
        /*padding-left: 40px;*/
    }

.econt-to-office-fields-hld {
    clear: both;
    display: none;
}

    .econt-to-office-fields-hld.visible {
        display: block;
    }

.econt-to-address-fields-hld {
    clear: both;
    display: none;
}

    .econt-to-address-fields-hld.visible {
        display: block;
    }
.create-new-address-hld{
    clear:both;
    display:none;
}
.create-new-address-hld.visible{
    display:block;
}
.address-list-container-econt-2, .foreign-address-hld {
    clear: both;
    display: none;
}
.address-list-container-econt-2.visible, .foreign-address-hld.visible {
    display:block;
}
.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999999999 !important;
    background: #fff;
    list-style-type: none;
    border: 1px solid #f1f1f1;
    width: 585px !important;
    padding-left: 10px;
}
.validation-advice {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    font-size: 13px;
    line-height: 15px;
    color: #e41010;
    text-align: left;
    font-weight: normal;
    text-decoration: none;
    display: none;
}
    .validation-advice.visible {
        display: block;
    }
.popup-product {
    display: none;
}
#cookieConsent {
    background: #111;
    bottom: 0;
    box-sizing: border-box;
    color: #c9c9c9;
    font-size: 10pt;
    letter-spacing: .3px;
    line-height: 1.5;
    width: 410px;
    opacity: .85;
    position: fixed;
    left: 0;
    text-align: left;
    z-index: 999;
    padding: 28px;
    max-width: 100%;
    margin: 0;
    border:none;
}
.cookie-consent-div {
    width: 40%;
    margin-left: 30%;
    background: #EEEEEE;
}
.cookie-consent-button {
    width: 100%;
}
.cookie-text-hld {
    display: inline-block;
    vertical-align: super;
}
#cookieConsent {
    color: #c9c9c9;
    font-size: 10pt;
    letter-spacing: .3px;
    line-height: 1.5;
    text-align: left;
}
.field-validation-error {
    color: red;
    font-size: 14px;
    float: none;
    clear: both;
    width: 100%;
    line-height: normal;
    display: block;
}
.header-notification a{
    text-decoration: none;
}
.type-labels-hld span {
    display: block;
    min-width: 100px;
    background: #000;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    margin-bottom: 2px;
    box-sizing: border-box;
}

.type-labels-hld img {
    display: block;
    max-width: 100px;
}
.top-left-labels-hld {
    max-width: 100px;
    z-index: 1;
    position: absolute;
}

.top-right-labels-hld {
    position: absolute;
    /*left: 420px;*/
    height: auto;
    top: 30px;
    z-index: 1;
    right: 0;
}

.top-right-labels-hld.top-0{
    top: 0px;
}

.bottom-right-labels-hld {
    position: absolute;
    height: auto;
    bottom: 120px;
    /*left: 420px;*/
    text-align: right;
    z-index: 1;
    right: 0;
}

    .bottom-right-labels-hld span, .bottom-left-labels-hld span {
        margin: 3px 0 0 0;
    }

.bottom-left-labels-hld {
    position: absolute;
    height: auto;
    bottom: 0px;
    text-align: left;
    z-index: 1;
}
.top-left-labels-details-hld {
    left: 17.8%;
    position: absolute;
    z-index: 1;
    max-width: 66px;
}

.top-right-labels-details-hld {
    position: absolute;
    right: 0;
    z-index: 1;
}

.bottom-right-labels-details-hld {
    position: absolute;
    right: 0;
    bottom: 200px;
    z-index: 1;
}

.bottom-left-labels-details-hld {
    position: absolute;
    left: 17.8%;
    bottom: 200px;
    z-index: 1;
}

.top-left-labels-details-additional {
    top: 22px;
}

.type-labels-hld span.label-promo-block {
    display: block;
}
.youtube-video-itemPage-thumb {
    width: 128px;
    height: 118px;
}
.invisible {
    display: none;
}
.search-submit.magnifier {
    border: none;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #ccc;
    background: #fff;
}
.input-search-icon {
    float: right;
    margin-right: 15px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    color: #000;
}
.search-submit.magnifier:before {
    content: '\f002';
    position: absolute;
    top: 5px;
    left: 0px;
    bottom: 5px;
    background: #ccc;
    width: 1px;
}
.fa-magnifying-glass:before, .fa-search:before {
    content: "\f002";
}
.search-wrap:hover .fluid-menu {
    /*pointer-events: none;*/
}
/*.quick-search-hld-visible {
    visibility: visible;
    top: 100%;
    opacity: 1;*/
    /*-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
/*}*/
.fluid-menu {
    top: 100%;
    opacity: 1;
    width: 100%;
    visibility: visible;
    display:none;
}
.text-module-search{
    margin-top:30px;
}
.main-part-full {
    width: 100%;
}

.upload-file-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.btn-custom {
    background: white;
    color: #e63946;
    border: 2px solid #e63946;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: bold;
}

    .btn-custom:hover {
        background: #e63946;
        color: white;
    }

    .btn-custom:disabled {
        background: #ddd;
        color: #777;
        border: 2px solid #ccc;
        cursor: not-allowed;
    }

.custom-input {
    width: 160px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    background: white;
}

.custom-file-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    background: white;
    font-size: 14px;
    cursor: pointer;
}

.download-link {
    color: #e63946;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

    .download-link:hover {
        color: #d62828;
        text-decoration: underline;
    }

.upload-panel {
    gap: 15px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.download-file {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.add-to-cart-btn {
    display: flex; 
    gap: 15px; 
    align-items: center; 
    margin-top: 10px;
}

.cart-ext-delivery {
    margin-top: 5px;
    font-size: 14px;
    color: #df0002;
}
.color-name2 {
    width: 90px;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    height: 20px;
    overflow: hidden;
}
.choose-color .radio-custom{
    margin-bottom: 30px;
}
.cat-one figure img{
    height:auto;
}

/* -------------------------- PRICES --------------------------------*/

.no-discount, .no-discount-cart {
    color: #000 !important;
}

.no-discount-cart {
    font-weight: normal !important;
}

.invisible-placeholder {
    visibility: hidden;
    min-height: 1.5em; /* or same height as a real price line */
}


/* -------------------------- QTY Btns ORDER PAGE --------------------------------*/

.shopOrder-row .number-qty .plus,
.shopOrder-row .number-qty .minus {
    color: #000 !important;
}

/* -------------------------------------- FIX LAYOUT PROBLEM WITH TWO TYPES OF DELIVERY WRAPS IN DETAILS PAGE ------------------------------------------ */
.content.in-details .delivery-wrap:not(.fast-info) .delivery-one {
    width: 32%;
}

.availability.expected:before {
    content: '\f00c';
    color: #e8bb08;
}

@media (max-width: 900px) {
    .upload-panel {
        display: none !important;
    }
    .cart-btn-hld2{
        margin-top:20px;
    }
}

@media (max-width: 1400px) {
    .upload-panel {
        width: 54%;
    }
}

@media only screen and (max-width: 740px) {
    .cart-btn-hld, .cart-btn-custom {
        margin-top: 20px;
    }
}