/**
* 2015-2016 NTS
*
* DISCLAIMER
*
* You are NOT allowed to modify the software. 
* It is also not legal to do any changes to the software and distribute it in your own name / brand. 
*
* @author    NTS
* @copyright 2015-2016 NTS
* @license   http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
* International Registered Trademark & Property of NTS
*/

div.accessory-heading {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 5px;
    overflow: auto;
}

div.accessorycheckbox {
    float: left;
    width: 100%;
    margin-bottom: 4px;
    border-width: 1px 1px 0 1px;
}

div.ajax_block_product {
    padding: 6px 0 0;
}

div.ajax_block_product table td {
    padding: 0px;
}

div.checker {
    float: left;
    margin: 16px 5px 0 5px !important;
}

div.accessorycheckbox .quick-view {
    color: #000;
}

div.accessorycheckbox .price {
    color: #000;
    margin-top: 12px;
}

a.hidden,
input.hidden {
    display: none;
}
#btn-actions button,
#btn-actions p, 
#btn-actions span {
	width: 100%;
	margin-bottom: 0 !important;
}
#btn-actions .btn {
	text-align: center;
	height: 46px;
	line-height: 46px;
	padding: 0;
	border: 0;
}

div.accessorycheckbox select.form-control {
    height: auto !important;
    width: auto !important;
    display: initial;
    padding: 2px;
    color: #555;
    font-size: inherit;
}


/* custom */

.box-info-product .btn-exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}

.box-info-product .exclusive span,
.box-info-product .btn-exclusive span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 22px;
    border-top: 1px solid #06b2e6;
    border-right: 1px solid #06b2e6;
    border-left: 1px solid #06b2e6;
    border-bottom: 1px solid #06b2e6;
    text-shadow: 0 1px #015883;
    padding: 12px 36px 14px 60px !important;
    color: #fff;
    display: block !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-info-product .btn-exclusive::before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px #015883;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: 1px solid #06b2e6;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
}

.box-info-product .btn-exclusive::after {
    background: url(../img/border-1.gif) repeat-y 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 51px;
    content: "";
    width: 1px;
    z-index: 2;
}

div.accessorycheckbox {
    float: initial;
}

div.accessorycheckbox select._hidden,
._hidden {
    position: absolute;
    visibility: hidden;
}

.accessory_btn {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px solid #000093;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 10px;
    border-radius: 8px;
    font-size: 13px;
    color: #000093;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    transition: all .3s ease;
    font-family: "Lexend";
}

.accessory_btn strong {
    display: block;
    margin-bottom: 10px;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}

#checkbox_39+.accessory_btn {
    margin-left: 0 !important;
}

.accessory_btn:hover {
    border: 1px solid #000093;
    background: #000093;
    color: #FFFFFF;
    cursor: pointer;
}

.accessory_btn.selected {
    border-color: #000093;
    background: #000093;
    color: #fff;
}

.accessory_bloc {
    display: flex;
    justify-content: start;
}

#id_affichage_text_btn {
    cursor: pointer;
    padding: 5px;
}

#id_affichage_text_btn:hover {
    color: #2592a9;
}

#accessories_infos i {
    margin-left: 5px;
}

div.borderer {
    border: 1px solid #000093;
    border-radius: 25px;
    padding: 10px 20px;
    max-width: 502px;
}

div.borderer span.text {
    color: var(--primaire500);
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.accessory_bloc div {
    display: flex;
    width: 100%;
}

.accessory_bloc div .accessory_btn:first-child {
    margin-left: 0;
}

@media (max-width: 539px) {
    div.borderer span.text {
        display: block;
    }
    .accessory_bloc div {
        flex-direction: column;
    }
    .accessory_bloc div .accessory_btn {
        margin: 0 0 10px 0 !important;
    }
    .accessory_bloc div .accessory_btn:last-child {
        margin-bottom: 0 !important;
    }
    #btn-actions .btn {
        margin: 0 !important;
    }
    #btn-actions .btn:first-child {
        margin-bottom: 10px !important;
    }
}

div.borderer span.text img {
    margin-right: 10px;
    position: relative;
    max-height: 50px;
    float: left;
}

#accessories_infos {
    color: #ff9a52 !important;
    font-size: 12px;
    text-decoration: underline;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
}

.accessory_btn span {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

@media (orientation: portrait) {
    .accessory_bloc {
        flex-direction: column;
        align-items: end;
        gap: 8px;
    }
    .accessory_btn {
        width: 100%;
    }
}


/* 1.6 */

#product_modal_pr,
#product_modal_cart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-top: 60px;
}

body.modal-spe-show {
    overflow: hidden;
}

#product_modal_pr .content-modal .row,
#product_modal_cart .content-modal .row {
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.text-warning {
    color: #ff9a52 !important;
}

.p-4 {
    padding-left: 24px !important
}

.ps-4 {
    padding-left: 24px !important
}

.pe-4 {
    padding-right: 24px !important
}

.mt-2 {
    margin-top: 24px !important;
}

.mb-2 {
    margin-bottom: 24px !important;
}

#btn-actions button,
#btn-actions span {
    font-family: "Lexend";
    font-size: 16px;
}

@media (max-width: 991px) {
    .box-info-product .exclusive:before,
    .box-info-product .exclusive:after {
        display: block !important
    }
}