/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/* .addoffer-form .form-control{
    border: 1px solid #aaa;
    height: calc(0.5em + 1rem + 2px);
    font-size: inherit;
}
.addoffer-form .input-group-text{
    border: 1px solid #aaa;
    height: calc(0.5em + 1rem + 2px);
    font-size: inherit;
} */
.product-miniature .product-country{
    position: absolute;
    top: 3%;
    right: 3%;
    padding: 2px 8px;
    border-radius: 5px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}

.addoffer-form .form-label{
    color: #323538;
    font-weight: 500;
}
.addoffer-form .select2-container--default .select2-selection{
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #F37E11;
    border-radius: 0.4rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.addoffer-form .select2-selection__rendered{
    line-height: inherit !important;
}
.select2-container--default .select2-selection .select2-selection__arrow{
    height: calc(1.5em + 1rem + 2px) !important;
}
.select2-container .select2-search--inline .select2-search__field{
    font-family: inherit;
}
.addoffer-form .select2-container--disabled .select2-selection{
    background-color: #e9ecef;
    opacity: 1;
}
.addoffer-form .select2-container--default .select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}
.addoffer-form .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 0px;
}
.addoffer-form .select2-container--default .select2-search--inline .select2-search__field{
    margin-top: 0px;
    height: 25px;
}
#ao-offer-description{
    height: auto;
}
.tox-tinymce-aux{
    /* display: none !important; */
}
.addoffer-form .custom-checkbox{
    display: inline-block;
    margin-left: 5px;
}
.addoffer-form .card{
    border: none;
}
.addoffer-form .ao-manufacturer-additional-product-wrapper{
    padding-right: 14px;
    padding-left: 14px;
}

.addoffer-form .ao-manufacturer-main-product-wrapper,
.addoffer-form .ao-manufacturer-transport-wrapper,
.addoffer-form .ao-manufacturer-additional-product-inner-wrapper
{
    background-color: #FFF6E7;
    border-radius: 0.4rem;
    padding: 18px;
    border: 1px solid #F37E11;
    position: relative;
}
.addoffer-form .ao-manufacturer-main-product-wrapper:not(#ao-main-product-prototype)
{
    margin-top: 18px;
}
.ao-manufacturer-main-product-wrapper .ao-manufacturer-main-product-remove,
.ao-manufacturer-transport-wrapper .ao-manufacturer-transport-remove,
.ao-manufacturer-additional-product-inner-wrapper .ao-manufacturer-additional-product-remove
{
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
    z-index: 100;
}
.card-block-inner {
    background-color: #F5F5F5;
}

#product-seller-info .product-seller-info-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #565D63;
}

#product-seller-info .product-seller-info-value {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #323538;
}

#product-seller-info tr {
    border-bottom: 1px solid #EAEBEC;
}
#product-seller-info td {
    padding: 8px 0px 8px 0px;
}

#product-seller-info tr:last-child {
    border-bottom: none;
}
#module-kn_customersellers-AddOffer .custom-control-label{
    line-height: 24px;
}
.negotiable-checkbox{
    border: 1px solid #ced4da;
    border-radius: 0.4rem;
    padding: 0rem 1rem;
}
.ao-negotiable-options{
    border-top: 1px solid #ced4da;
}
.ao-product-stages{
    padding-left: 16px;
    padding-right: 24px !important;
}
.ao-product-stages .stage-box{
    padding: 16px 16px;
    border: 1px solid #EAEBEC;
    border-radius: 4px;
    color:#565D63;
}
.ao-product-stages .stage-box strong{
    color:#323538;
}
.ao-product-stages .stage-dot{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ao-product-stages .stage-box.stage-completed{
    background: #F3FFD2;
    border: 1px solid #80B500;
}
.ao-product-stages .stage-box.stage-ongoing{
    background: #FAFAFA;
    border: 1px solid #7A828A;
}
.ao-product-stages .stage-status-text{
    display: flex;
    justify-content: right;
    align-items: center;
}
.ao-product-stages .stage-dot-element{
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #7A828A;
    display: block;
    border-radius: 40px;
}
.ao-product-stages .stage-completed .stage-dot-element{
    background: #F3FFD2;
    border: 1px solid #80B500;
}
.ao-product-stages .stage-ongoing .stage-dot-element{
    background: #FAFAFA;
    border: 1px solid #7A828A;
}
.ao-product-stages .stage-box.stage-completed .stage-status-text{
    font-weight: 500;
    color: #80B500;
}
.ao-product-stages .stage-box.stage-ongoing .stage-status-text{
    font-weight: 500;
    color: #323538;
}
.ao-product-stages .ao-button-details{
    background: #80B500;
    border: 1px solid #80B500;
    border-radius: 4px;
    padding: 12px 16px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
}
.ao-product-stages .ao-button-details:hover, 
.ao-product-stages .ao-button-details:active, 
.ao-product-stages .ao-button-details:focus 
{
    background: transparent;
    color: #80B500;
}
.offer-passport-smalltext{
    font-size: 14px;
    line-height: 20px;
    color: #565D63;
}
.offer-passport-productbox{
    padding: 8px;
    border: 1px solid #EAEBEC;
    border-radius: 8px;
}
.offer-passport-productname{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #323538;
}
.offer-passport-grey{
    color: #7A828A;
    display: inline-block;
}
.offer-passport-black{
    color: #323538;
    display: inline-block;
}
.offer-passport-price{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.ao-manufacturer-extra table tr:nth-child(even) {
    background-color: #F5F5F5;
}

.ao-manufacturer-extra h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #323538;
}
.ao-manufacturer-extra .ao-manufacturer-main-products h3 {
    background: #F3FFD2;
    border-radius: 4px;
    padding: 8px;
    color: #80B500;
    font-weight: 500;
    font-size: 14px;
}
.ao-manufacturer-extra .ao-manufacturer-additional-products ul {
    list-style: inside;
    color: #565D63;
    padding: 8px;
    margin:0px;
}
.ao-manufacturer-extra .ao-manufacturer-additional-products ul li {
    float: left;
    margin-right: 30px;
}

.ao-manufacturer-extra .ao-manufacturer-main-products table tr:nth-child(even) {
    background-color: #F5F5F5;
}

.ao-manufacturer-extra table td {
    padding: 8px;
}
.ao-manufacturer-extra .ao-manufacturer-main-products table td {
    padding: 8px;
}
.ao-manufacturer-offer-datetype-week,
.ao-manufacturer-offer-datetype-type,
.ao-manufacturer-offer-datetype-week-number {
    display: flex;
}
.ao-show{
    background: none;
    border: none;
    line-height: 24px;
    color: #F37E11;
}
.ao-show.ao-show-more::before{
    content:url('../img/Down.svg');
    float: left;
    margin-right: 4px;
}
.ao-show.ao-show-less::before{
    content:url('../img/Up.svg');
    float: left;
    margin-right: 4px;
}
#manufacturer-description{
    -webkit-transition: height 0.5s; 
    -moz-transition: height 0.5s; 
    -ms-transition: height 0.5s; 
    -o-transition: height 0.5s; 
    transition: height 0.5s; 
    font-size: 14px;
    line-height: 20px;
    color: #565D63;
    height: auto;
    overflow: hidden;
}

.ao-manufacturer-extra-miniature ul li.list-inline-item{
    background: transparent;
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    border: 1px solid #F5F5F5;
    color: #565D63;
    margin-right: 4px;
    margin-top: 4px;
}
.ao-manufacturer-extra-miniature ul li.list-inline-item img{
    margin-right: 4px;
}

.ao-manufacturer-extra ul li.list-inline-item{
    background: #F5F5F5;
    border-radius: 4px;
    padding: 8px;
    color: #565D63;
}
.ao-manufacturer-extra ul li.list-inline-item img{
    margin-right: 4px;
}
.ao-manufacturer-extra ul .list-inline-item:not(:last-child){
    margin-right: 16px;
    margin-bottom: 16px;
}


.dz-image img{
    width: 100%;
    height: 100%;
}

.dropzone.dz-started .dz-message{
    display: block;
}
.dropzone .dz-remove img{
    cursor: pointer;
}
.dropzone{
    border: none;
}
.dropzone .dz-message.dz-default{
    border: 2px dotted rgba(0,0,0,.3);
    border-radius: 10px;
    padding: 40px;
    margin-top: 0px;
}

.dropzone .dz-message{
    color: #7A828A;
}
.addoffer-form-header{
    display: flex;
    justify-content: space-around;
    margin-bottom: 26px;
}
.addoffer-form .input-group-text{
    background-color: #FFF6E7;
    border: 1px solid #F37E11;
}
.addoffer-form .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, 
.addoffer-form .custom-checkbox-color .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color: #e9ecef;
    border-color: #7A828A;
}
.addoffer-form .form-control{
    border: 1px solid #F37E11;
}   
.addoffer-form .ui-state-default, 
.addoffer-form .ui-widget-content .ui-state-default, 
.addoffer-form .ui-widget-header .ui-state-default{
    border: 1px solid #F37E11 !important;
    background: #F37E11 !important;
    border-radius: 30px;
}
.addoffer-form .ui-slider-horizontal .ui-slider-range{
    background: #FFF6E7;
}
.addoffer-form .ui-corner-all, .ui-corner-bottom, 
.addoffer-form .ui-corner-right, .ui-corner-br{
    border: 1px solid #FFF6E7 !important;
}
.addoffer-form .custom-control-input:checked~.custom-control-label::before{
    border-color: #F37E11;
    background-color: #F37E11;
}
.addoffer-form-element-title{
    text-align: center;
    line-height: 18px;
    color: #7A828A;
    background: transparent;
    border: none;
}
.addoffer-form-element-circle{
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    color: #323538;
    width: 48px;
    height: 48px;
    background: #EAEBEC;
    border-radius: 50px;
    margin-bottom: 8px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.addoffer-form-element.current .addoffer-form-element-circle{
    color: white;
    background: #F37E11;
}
.addoffer-form-element.current .addoffer-form-element-title{
    color: #F37E11;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.addoffer-form-element-title:hover,
.addoffer-form-element-title:active
{
    text-decoration: none;
    color: #F37E11;
}
.addoffer-form-element-title:hover .addoffer-form-element-circle,
.addoffer-form-element-title:active .addoffer-form-element-circle
{
    color: white;
    background: #F37E11;
}
.addoffer-form-element.disabled{
    pointer-events: none !important;
    opacity: 0.2 !important;
}
.dropzone{
    padding: 0px;
}
.dropzone .dz-preview{
    margin:0px 14px 10px 0px;
}
.dropzone .dz-image{
    margin-bottom: 5px;
    padding: 10px;
}
.dropzone .dz-preview .dz-image{
    border-radius: 10px;
    border: 1px solid #EAEBEC;
}
#offer-file-dropzone .dz-preview .dz-details,
#offer-manufacturer-certificates-dropzone .dz-preview .dz-details
{
    opacity: 1;
    position: relative;
    padding: 2em 1em 0em 1em;
}
#offer-file-dropzone .dz-preview,
#offer-manufacturer-certificates-dropzone .dz-preview
{
    width: 31%;
    border: 1px solid #EAEBEC;
    border-radius: 4px;

}
#offer-file-dropzone .dz-filename{
    margin-bottom: 1px;
}
#offer-file-dropzone .dz-size{
    margin-bottom: 0px;
}
#offer-file-dropzone .dz-remove,
#offer-manufacturer-certificates-dropzone .dz-remove
{
    margin-bottom: 1em;
    display: inline-block;
    width: 50%;
    text-align: center;
    border: 1px solid transparent;
}
#offer-file-dropzone .dz-edit,
#offer-manufacturer-certificates-dropzone .dz-edit
{
    margin-bottom: 1em;
    display: inline-block;
    width: 50%;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}
#offer-file-dropzone .dz-edit img,
#offer-manufacturer-certificates-dropzone .dz-edit img
{
    cursor: pointer;
}
.card-title-small{
    line-height: 26px;
    color: #323538;
    margin-top: 16px;
    margin-bottom: 0px;
}
.addoffer-form .required::before{
    position: relative;
    font-size: 14px;
    line-height: 12px;
    color: red;
    content: "*";
}
#manufacturer-logo{
    height: 120px;
    width: auto;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    left: 32px;
    z-index: 10;
}
#manufacturer-background{
    min-width: 100%;
    bottom: -50%;
    filter: brightness(70%);
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 992px){
    #manufacturer-background{
        min-width: fit-content;
        height: 100%;
    }
}

.manufacturer-images-wrapper{
    position: relative;
    max-height: 264px;
    height: 264px;
    overflow: hidden;
    border-radius: 6px;
}
#manufacturer-background-placeholder{
    background: #7A828A;
    width: 100%;
    -webkit-box-shadow: inset 0px -41px 88px -50px rgba(66, 68, 90, 1);
    -moz-box-shadow: inset 0px -41px 88px -50px rgba(66, 68, 90, 1);
    box-shadow: inset 0px -41px 88px -50px rgba(66, 68, 90, 1);
}
#manufacturer-name{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    position: absolute;
    bottom: 16px;
    left: 32px;
    color: #FFFFFF;
}
#manufacturer-country-header{
    position: absolute;
    top: 16px;
    right: 32px;
    color: #FFFFFF;
    padding: 8px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}
#manufacturer-country-header #manufacturer-flag{
    height: 20px;
    width: 20px;
    border-radius: 50px;
}
.manufacturer-gallery-img{
    height: 121px;
    border-radius: 4px;
    margin-right: 14px;
    margin-bottom: 14px;
    max-width: 100%;
}
.manufacturer-gallery-img:hover,
.manufacturer-gallery-img:active{
    -webkit-box-shadow: 0px 0px 10px 1px rgba(66, 68, 90, 0.35);
    -moz-box-shadow: 0px 0px 10px 1px rgba(66, 68, 90, 0.35);
    box-shadow: 0px 0px 10px 1px rgba(66, 68, 90, 0.35);
    cursor: pointer;
}
#zoomed-container{
    z-index: 2147483647;
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.67);
    transition: all 1s linear;
}
#inner-zoomed-container{
    position: initial;
    width: fit-content;
    margin-top: 1rem;
    background: #1e1e1e;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
    text-align: center;
}
#zoomed-img{
    width: auto;
    max-width: 83vw;
    height: auto;
    max-height: 40vw;
}
.product-flags__flag{
    line-height: 21px;
}
.product-flags__flag.product-flags__flag--buy{
    background: #ECC84B;
}
.product-flags__flag.product-flags__flag--sell{
    background: #AB8244;
}
.product-flags__flag.product-flags__flag--hot-sell{
    background: #DE3D3D;
}
.product-flags__flag.product-flags__flag--hot-sell::before{
    content:url('../img/fluent-mdl2_flame-solid.svg');
    margin-right: 4px;
}
.product-flags__flag.product-flags__flag--services{
    background: #565D63;
}
.product-flags__flag.product-flags__flag--services{
    background: #565D63;
}
.product-flags__flag.product-flags__flag--new{
    background:#80B500;
}
.product-flags__flag.product-flags__flag--to-sort,
.product-flags__flag.product-flags__flag--ready
{
    background: #F37E11;
}
.ao-my-offers-offer{
    transition: box-shadow 0.1s ease-in-out;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 8px;
}
.ao-my-offers-offer:hover,
.ao-my-offers-offer:active{
    -webkit-box-shadow: 0px 0px 10px 1px rgba(66, 68, 90, 0.35);
    -moz-box-shadow: 0px 0px 10px 1px rgba(66, 68, 90, 0.35);
    box-shadow: 0px 0px 10px 1px rgba(66, 68, 90, 0.35);
}
.ao-my-offer-logo{
    min-height: 204px;
    max-height: 204px;
}
.ao-my-offer-logo img{
    /* min-height: 204px; */
    max-height: 204px;
}
.ao-my-offer-actions{
    gap: 16px;
}
.ao-my-offer-name span{
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #323538;
    margin-top: 8px;
    margin-bottom: 4px;
}
.ao-my-offer-label{
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #7A828A;
}
.ao-my-offer-label-value{
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #323538;
}
.ao-my-offer-flag{
    border-radius: 2px;
    padding: 0px 8px 0px 8px;
    margin-top: 2px;
    margin-bottom: 4px;
}
.ao-my-offer-price{
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #323538;
}
.ao-my-offer-price-unit{
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #7A828A;
    margin-bottom: 8px;
}
#offer-manufacturer-logo-preview-img,
#offer-manufacturer-background-preview-img
{
    max-height: 120px;
    max-width: 100%;
}

.cc-offered_products, .cc-transport{
    position: relative;
}
.cc-offered_product-remove, .cc-transport-remove{
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
    z-index: 100;
}

.cc-form-container{
    border: 1px solid #F37E11;
    border-radius: 0.4rem;
}

.delete-offer{
    position: absolute;
    bottom: 8px;
    right: 18px;
}

@media (max-width: 768px){
    .delete-offer{
        position: absolute;
        top: 8px;
        right: 18px;
        height: 37px;
        width: 37px;
        text-align: center;
    }
    .addoffer-form-header{
        overflow: scroll;
        gap: 16px;
    }
}