.item-567 .nav-child {
    left: 11%;
    right: auto;
}
.item-698 .nav-child {
    left: 8%;
    right: auto;
}
.item-707 .nav-child {
    left: 28.5%;
    right:auto;
}
.newsletter-form__text {
    padding-bottom: 2rem;
}
@media (min-width:576px) {
    .newsletter-form__text {
        padding-bottom: 4rem;
    }
}
.newsletter-form__text:lang(fr-fr) {
    padding-bottom:0;
}

.fixed-shop {
    position: fixed;
    /*bottom: 1.2rem;*/
    top: 5rem;
    /*left: 1.5rem;*/
    left: 8rem;
    /*z-index: 11;*/
    z-index: 1100;
    align-items: center;
    cursor: pointer;
    
}

.fixed-shop__icon {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 50% 50% 50%;
    background-color: #3DBDEE;
    z-index: 1;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.fixed-shop__icon svg {
    fill:white;
}

.fixed-shop:hover .fixed-shop__icon,
.fixed-shop:hover p {
    transition: all 0.2s ease-in-out;
    background: #1299cd;
}

.fixed-shop p {
    transition: all 0.2s ease-in-out;
    color: white;
    background: #3dbdee;
    padding: .1rem 1rem;
    padding-left: 2rem;
    margin-left: -1rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
}
@media only screen and (max-width: 1199.98px) {
    .fixed-shop {
        bottom: 7rem;
    }
    .slidersukcesu video {
        display: none;
    }
}
.slidersukcesu video {
	height: 80rem;
	object-fit: fill;
	width: 100%;
}
body.msie .slidersukcesu video {
    min-height: 100% !important;
    height: auto !important;
}

/* modal popup */

.modal#mrotexpopup .modal-dialog {
    top: 50%;
    margin: 15px auto;
    transform: translateY(-50%);
}
.modal#mrotexpopup .modal-content {
    border: none;
    background: transparent;
    box-shadow: none;
}
.modal#mrotexpopup .modal-close {
    display: block;
    z-index: 2;
    position: absolute;
    top: -30px;
    right: -30px;
    background: #E4032E;
    padding: 0;
    border: none;
    border-radius: 50%;
    transition: 0.35s ease;
}
.modal#mrotexpopup .modal-close:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.modal#mrotexpopup .modal-close:hover .close {
    opacity: 0.8;
}
.modal-open .modal {
   z-index: 999999;
}
.modal#mrotexpopup .modal-close .close {
    padding: 5px;
    text-shadow: none;
    color: white;
    font-size:20px;
    opacity: 1;
    transition: 0.35s ease;

}
.modal#mrotexpopup .modal-close {
    top: -20px;
    right: -20px;
}
.modal#mrotexpopup .modal-close .close span {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.modal#mrotexpopup .modal-body {
    z-index: 1;
    background: #E4032E;
    border: none;
    border-radius: 50px;
    margin-left: auto;
    width: 424px;
    height: 396px;
    padding: 50px 30px;
    color: white;
    max-width: 100%;
}
.modal#mrotexpopup .modal-body:after {
    content: '';
    position: absolute;
    bottom: -70px;
    right: 25%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 70px 0;
    border-color: transparent #E4032E transparent transparent;
}


.modal#mrotexpopup .modal-body p {
    font-size: 18px;
    margin: 0;
}
.modal#mrotexpopup .modal-image {
   z-index: 0;
   position: relative;
   color: white;
   text-align: center;
   /*background: #3DBDEE;*/
   padding: 50px 10px;
}


.modal#mrotexpopup .modal-footer {
    display: none;
}
body.mrotexpopup .modal-backdrop {
    background: white;
    opacity: 0.8;
    transition: 0.35s ease;
}
body.mrotexpopup {
padding-right:0px!important;	
}

@media (max-width: 576px) {

.modal#mrotexpopup .modal-close {
       top: -10px;
       right: -10px;
}
.modal#mrotexpopup .modal-content {
   max-width: 300px;
   margin-left: 7px;
   margin: 0 auto;
}
.modal#mrotexpopup .modal-image {
    padding: 10px;
    margin-left: 10px;
}
.modal#mrotexpopup .modal-close .close {
    padding:3px;
}

}

.silver-protection {
    position: relative;
}
.silver-protection span {
    position: absolute;
    top:-30px;
    right: 0;
}

@media (max-width: 767.98px) {
    .silver-protection span {
        position:relative;
        margin-top:10px;
        top: 10px;
    }
}