/**
* 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;
}

div.accessorycheckbox select.form-control {
    height: auto !important;
    width: auto !important;
    display: initial;
    padding: 2px;
    color: #555;
    font-size: inherit;
}

/* custom */
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;
}
.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);
	display: flex;
	align-items: flex-end;
	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 {
		bottom: 2px !important;
	}
}
div.borderer span.text img {
	margin-right: 10px;
	bottom: 7px;
	position: relative;
}

#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%;
    }
}