:root{
    /*******Button Buy Normal*********/
    --btn-buy-background-color : #419308;
    --btn-buy-text-color : white;
    /*******Button Buy Hover*********/
    --btn-buy-hover-color : #218838;
    --btn-buy-text-hover-color : white;

    /*******Button Sticky Normal*********/
    --btn-sticky-background-color : #419308;
    --btn-sticky-text-color : white;
    /*******Button Sticky Hover*********/
    --btn-sticky-hover-color : #218838;
    --btn-sticky-text-hover-color : white;
}
.review-desc,
.review-name,
.top-bar,
.txt-title,
footer {
    text-align: center;
}
footer {
    background: #000000;
    color: #fff;
    font-weight: 500;
    padding: 6px 0;
}
.form-input::after,
.form-input::before {
    content: "";
    position: absolute;
    cursor: pointer;
}
.input-group-text > svg
{
	height: 24px;
	width: 24px;
}
.pad-content {
    padding-left: 20px;
    padding-right: 20px;
}
.dd-flex {
    display: flex;
}
.input-group-text {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    height: 100%;
    width: 50px;
}
.form-control:focus {
    box-shadow: 0 0 0 1px rgba(13, 110, 253, 0.25) !important;
}
.input-group-lg > .form-control {
    font-size: 13pt !important;
}
.information {
    padding: 10px 20px;
}
.form-row {
    overflow: hidden;
    position: relative;
    font-weight: 700;
    padding: 10px;
    border-radius: 6px;
}
.form-input {
    -webkit-appearance: none;
    appearance: none;
}
.form-input::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    border: 2px solid #d3d3d38c;
    border-radius: 6px;
    font-size: 19px;
}
#div-sticky {
    width: 100%;
    background-color: #fff;
    position: sticky;
    bottom: 0;
    padding: 10px 0;
    border-top: 1px solid #d3d3d3;
    z-index: 10;
}
@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
}
.hidden {
    display: none;
}
.btn-sticky{
    width: auto;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
    background-color: var(--btn-sticky-background-color);
    color: var(--btn-sticky-text-color);
    padding: 0 60px;
}
.btn-buy
{
    width: 100%;
    padding: 7px 0; 
    margin: 20px 0;
    background-color: var(--btn-buy-background-color);
    border-color: #419308;
    box-shadow: 0 0 5px 1px black;
    border-radius: 7px;
    color: white;
    font-size: 22px;
}
.btn-sticky:hover, .btn-sticky:focus,.btn-sticky:active
{
    background-color: var(--btn-sticky-hover-color)!important;
    color: var(--btn-sticky-text-hover-color)!important;
}
.btn-buy:hover, .btn-buy:focus, .btn-buy:active
{
    background-color: var(--btn-buy-hover-color)!important;
    color: var(--btn-buy-text-hover-color)!important;
}
.btn-animation {
    animation: 4s infinite shake;
}
.p-main {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.container {
    width: 100% !important;
    max-width: 100% !important;
}
.box-color.selected,
.form-input:checked::before {
    border-color: #000;
    background-color: #edededf7;
}
.form-input::after {
    height: 22px;
    box-shadow: 0 0 0 1px #000;
    border-radius: 50px;
    top: 50%;
    transform: translate(0, -50%);
    width: 22px;
}
.img-avis {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    height: 256px;
}
.dv-avis {
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
    box-shadow: 0 0 5px 1px #d3d3d3;
    height: 400px;
}
.form-input:checked::after {
    border: 3px solid #fff;
    background-color: #000;
}
.form-label {
    font-size: 1.1rem;
    margin-left: 10px;
    margin-bottom: 0 !important;
    z-index: 1;
}
/*.btn-buy {
    background-color: #fb7a02 !important;
    color: #fff !important;
    font-weight: 500;
    padding: 13px 16px !important;
}*/
.items-center {
    align-items: center;
}
.form-input:checked ~ .form-label {
    color: #000;
}
.flex-center {
    align-items: center;
    display: flex;
    gap: 20px;
}
.main-img {
    max-width: 500px;
    margin: auto;
    display: table;
    cursor: grab;
    user-select: none;
}
.main-img:active {
    cursor: grabbing;
}
.bold {
    font-weight: 700;
}
.dv_checkout {
    margin: 20px 5px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 15px 5px #d3d3d3;
}
.top-bar {
    background-color: #000;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
}
.header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0 1px 3px 0 #d3d3d3;
    align-items: center;
}
.prices {
    justify-content: center;
    display: flex;
}
.w-30p {
    width: 30px;
}
.txt-title {
    color: #000;
    margin-top: 15px;
    margin-bottom: 0;
}
.stars {
    width: max-content;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.spn-star {
    font-size: 30px;
    color: #FFCD3C;
}
.review-desc {
    line-height: 1.1;
    font-size: 10pt;
}
.review-name {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 12pt;
}
.colors,
.var-size {
    margin-bottom: 20px;
    display: flex;
}
.font-23 {
    font-size: 23px !important;
}
.spn-old-price {
    color: red;
    font-weight: 700;
    text-decoration: line-through;
}
.spn-curr-price,
.spn-cuurency {
    color: #11c111;
    font-weight: 700;
}
.spn-curr-price {
    font-size: 30px;
    line-height: 1;
}
.spn-cuurency {
    align-self: flex-end;
    font-size: 15px;
}
.colors {
    gap: 7px;
}
.box-color {
    width: 55px;
    height: 50px;
    border: 2px solid #e5e5e5;
    padding: 4px;
    border-radius: 3px;
    cursor: pointer;
}
.color-content {
    width: 100%;
    height: 100%;
}
.var-size {
    gap: 8px;
}
.textual-button [type="checkbox"] {
    position: absolute;
}
.textual-button [type="checkbox"] + label {
    color: #000;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 45px;
    width: 45px;
    justify-content: center;
    position: relative;
    padding: 3px 5px;
    font-size: 14px;
}
.textual-button [type="checkbox"]:checked + label {
    font-weight: 700;
    border-color: #000;
}
.offer {
    background: #ededed96;
    width: max-content;
    border: 1px solid #d3d3d38c;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 700;
    margin: auto;
    font-size: 19px;
}
.offer.selected {
    box-shadow: 1px 1px 5px 1px #808080cf;
    border-color: #00000085;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.show {
    width: 400px;
    height: 400px;
}
.small-img {
    height: 90px;
    margin: 20px auto;
    position: relative;
}
.small-img .icon-left,
.small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.small-img .icon-left {
    transform: rotate(180deg);
}
.small-img .icon-right {
    right: 0;
}
.small-img .icon-left:hover,
.small-img .icon-right:hover {
    opacity: 0.5;
}
.small-container {
    width: 90%;
    height: 90px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.small-container div {
    width: 800%;
    position: relative;
}
.small-container .show-small-img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    cursor: pointer;
    float: left;
}
.small-container .show-small-img:last-of-type {
    margin-right: 0;
}
.accordion .accordion-item {
    box-shadow: 0 0 1px 1px #fff;
    background-color: #000000;
}
.accordion h2 {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px 20px;
    color: #333;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: 0 0;
    outline: 0;
    line-height: 25px;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}
.accordion h2:focus,
.accordion h2:focus::after,
.accordion h2:hover,
.accordion h2:hover::after {
    cursor: pointer;
}
.accordion h2 .accordion-title {
    color: #fff;
}
.accordion h2 .icon {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
    width: 22px;
    height: 22px;
    margin: 15px 20px;
    color: #fff;
}
.accordion h2 .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion h2 .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.accordion h2[aria-expanded="true"] .icon::after {
    width: 0;
}
.accordion h2[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 5000px;
    transition: 0.2s linear;
    will-change: opacity, max-height;
    padding: 0 20px 15px;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.2s linear, max-height 0.2s linear;
    will-change: opacity, max-height;
    border: 1px solid #d3d3d3;
    background-color: #fff;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 10px 0 0;
    font-family: "Open Sans", sans-serif;
}
