/*=============================================================
fonts
=============================================================*/
/*@import url('https://fonts.googleapis.com/css?family=Rubik:100,200,300,400,500,600,700,800,900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300&display=swap');
/*=============================================================
html and body
=============================================================*/
body {
    font-family: 'Rubik', sans-serif;/*'Work Sans', sans-serif;'Rubik', sans-serif;*/
    overflow-x: hidden
}


body.body-hidden {
    overflow: hidden;
    height: 100vh;
	position: fixed;
    width: 100%;
}
b, strong {
    font-weight: 600;
}
.container-fluid{
padding-right: 0 !important;
padding-left: 0 !important;
}

.container-fluid .common-home-row{
margin-left: 0;
margin-right: 0;
}

.container-fluid .common-home-row .common-home-col{
padding-right: 0;
padding-left: 0;
}

.container {
    max-width: 1230px
}

.section-padding {
    padding: 100px 0;
}

.section-heading {
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h1 {
    font-size: 38px;
    line-height: 48px;
}

h2 {
    font-size: 32px;
    line-height: 55px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

h4 {
    text-transform: normal;
    line-height: 30px;
    font-size: 20px;

}

h5 {
    font-size: 18px;
    line-height: 16px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600
}

p {
    line-height: 1.5;
    font-weight: 400;
    /*margin: revert;*//*margin: 0;*/
	margin: 0;
    padding: 0;
    color: #333642
}
/*.top-he-content p{
margin: 0;
}*/
button {
    cursor: pointer;
    outline: none !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn {
    white-space: inherit;
}

.form-control {
    border-radius: 4px;
}

a {
    font-weight: 400;
    display: inline-block;
    /*-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
	color:#343a40;
}

a:hover,
a:active {
    text-decoration: none;
    outline: 0;
	/*color:#343a40;*/
	color: #d7133e;
}

a:focus {
    outline: 0;
    text-decoration: none;
	color:#343a40;
}

:focus {
    outline: 0;
}


ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}


/*::-webkit-scrollbar {
    width: 6px;
    border-radius: 30px
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 30px
}


::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 30px
}


::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 30px
}*/

.top-heading {
    background: #f5f5f5 none repeat scroll 0 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.top-heading p {
    color: #555;
    line-height: 1;
    cursor: default;
}

.top-heading p span {
    color: #e2033c;
}

.top-he-content {
    height: 30px;
    display: flex;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
	letter-spacing:0.01rem;
}

.top-he-content p {
    font-size: 12px;
}


.s-point {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
}

.s-point > img {
    max-width: 70px;
}

.s-point > p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px;
    width: 80%;
}

.s-point span {
    color: #008000;
}

.s-point h6 {
    width: 20%;
    text-align: right;
}

.top-he-content ul li.country-select {
    position: relative;
    cursor: pointer;
    z-index: 99999;
}

.top-he-content ul li.country-select {
    font-size: 12px;
    padding: 8px 0;
    font-weight: 600;
}

.top-he-content ul li.country-select i {
    font-size: 10px;
    padding-left: 5px;
    margin-top: 2px;
    color: #333642;
}


.top-he-content ul.sub-country {
    display: block;
    font-size: 14px;
    /*    opacity: 0;*/
    padding: 5px 15px;
    position: absolute;
    background: #f5f5f5 none repeat scroll 0 0;
    -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);

    text-align: right;
    /*    visibility: hidden;*/
    width: 100px;
    z-index: 99;
    top: 30px;
    right: 0;
    border-radius: 0 0 2px 2px;
    display: none
}

.country-select.coun-pc > span {
    color: #555;
}

.top-he-content ul.sub-country li a {
    color: #555;
}



.top-he-content ul.sub-country li a:hover {
    color: #e2033c;
}

/*
.top-he-content ul li.country-select:hover .sub-country {
    opacity: 1;
    visibility: visible
}
*/

/*============== logo-src-car ============*/
.logo img {
    width: 230px;
}
.logo img:hover {
    opacity:0.8;
	transition: all .1s ease-in-out;
}
.logo img:active {
    transform:scale(.97);
	transition: all .1s ease-in-out;
}

.logo-src-card {
    align-items: center;
    display: -webkit-box;
    -ms-flex-align: center;
    -webkit-box-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    padding: 20px 0;
    display: flex;
}

.user > ul {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
	justify-content: flex-end;
}

.user {
    max-width: 250px;
    /*width: 100%;*/
}

.user > ul > li {
    cursor: pointer;
    /*display: inline-block;*/
    position: relative;
    text-align: center;
    line-height: 0;
	margin-left: 25px;
	width: 20%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.user > ul > li > a{
display: flex;
align-items: center;
flex-direction: column;
}
.user > ul > li i {
    color: #333642;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 24px;
    top: 0;
}
.user ul li .ewebera_header_navToolLabel{
display: inline;
text-align: center;
}
.user ul li p.plable {
    display: block;
    margin-bottom: -4px;
    padding: 2px 0;
    font-size: 0.7em;
	white-space: nowrap;
	line-height: 18px;
}

.user > ul > li:hover i {
    color: #e2033c;
    margin-top: -3px;
    padding-bottom: 3px
}

.user-icon p,
.heart-icon a p,
.add-product a p {
    font-size: 14px;
    line-height: 1.5;
}

.user ul li.src-mobile {
    display: none
}

.user > ul > li.src-btn {
    display: none;
	margin-left: 0;
}
.user-icon.dropdown .dropdown-toggle::after{
position: absolute;
right: -15px;
bottom: 8px;
font-size: 18px;
display:none;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}
.src {
    max-width: 392px;
    position: relative;
    width: 100%;
}

.src input {
    border: transparent;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    color: #d3d3d3;
    padding: 6px;
    font-size: 16px;
    border-radius: 0;
}

.src input:focus {
    color: #333642;
    border-bottom: 1px solid #333642;
}
.src input::-webkit-input-placeholder{
	color:#d3d3d3;
}
.src input:-moz-placeholder{
	color:#d3d3d3;
}
.src input:focus::placeholder {
	color: gray;
}
.src input:focus::-webkit-input-placeholder{
	color:gray;
}
.src input:focus:-moz-placeholder{
	color:gray;
}
.src input:focus::-moz-placeholder{
	color:gray;
}
.src input:focus:-ms-input-placeholder{
	color:gray;
}
.src button {
    background: transparent none repeat scroll 0 0;
    -webkit-transform: translateY(-50%);
    border: medium none transparent;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    color: #d3d3d3;
    right: 6px;
    top: 50%;
}

.src input:focus ~ button {
    color: #333642;
}

.add-product {
    position: relative;
}

.add-product::after {
    background: #e2033c none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "2";
    font-size: 12px;
    font-weight: 600;
    height: 18px;
    line-height: 17px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -8px;
    width: 18px;
}

.src.src-mobile {
    display: none;
}

.product-description {
    margin-top: 50px;
}


.product-description h5 {
    margin-bottom: 10px;
}

/*================ main-menu ================*/
.menu-area .container {
    position: relative;
}

.menu-n-b,
.mobile-country,
.nav-item.dropdown i.caret {
    display: none
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: inherit
}

.menu-area {
    -webkit-box-shadow: 0px 13px 18px -16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 13px 18px -16px rgba(0, 0, 0, 0.15);
    position: relative;
    background: #fff;
    z-index: 999;
}

/*.ewebera-sub-menu-area {*/
.sub-menu-area{
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 15px 35px 30px !important;
    display: flex;
    left: 50%;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2) !important;
    background: #fff;
}
.ewebera-sub-menu-area .see-all {
    /*display: block;*/
	margin-top: 0.6em;
	border-top: 1px solid #ddd;
	padding: 5px 0 0;
	font-size: 12px;
}
.sub-menu-area .sub-menu-item a {
    color: #333642;
    display: block;
    padding: 2px 0;
}

.sub-menu-area .sub-menu-item a:hover {
    color: #e2033c;
}

.sub-menu-item a.sub-heading {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    text-transform: uppercase;
}

.sub-menu-item {
    margin-right: 50px;
    width: 30%;
}

.sub-menu-item:last-child {
    margin-right: 0;
}

.menu-area ul li.nav-item.color-d7133e a {
    color: #e2033c;
}

.color-d7133e.text-right {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.color-d7133e.text-right a {
    color: #e2033c;
    /*font-weight: 600;*/
    font-size: 1rem;
    border-bottom: 4px solid transparent;
    padding-bottom: 10px;
}

.color-d7133e.text-right a:hover {
    border-bottom: 4px solid #e2033c
}

.nav-item.menu-n-b.img-menu > h4 {
    margin-top: 15px;
}

.nav-item.dropdown .navbar-nav {

    display: none;
}

/***************** Index-css  *******************/
/****** Home Slider *******/
/*.home-slider-area {
    margin-top: 30px;
}*/

.home-slider-items {
    background-clip: border-box;
    background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../image/home-slider-1.jpg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
    height: 490px;
}

/****** Home Slider *******/

/***************** Index-css  *******************/
.home-slider-content {
    max-width: 600px;
    padding: 40px 0;
    text-align: center;
}


.home-slider-content h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 90px;
    color: #fff;
}

.home-slider-content > h2 {
    color: #fff;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600
}

.home-slider-content h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin: 20px 0;
}


.theme-btn {
    background: #fff none repeat scroll 0 0;
    padding: 8px 55px 8px 20px;
    position: relative;
    color: #e2033c;
}

.theme-btn:hover {
    color: #e2033c;
}

a.theme-btn i {
    margin-left: 30px;
}

.theme-btn::after {
    background: #e2033c none repeat scroll 0 0;
    position: absolute;
    content: "";
    height: 100%;
    right: 36px;
    top: 0;
    width: 1px;
}
.fa-check-circle-o:before{
	content:"\f05d";
    font-family: "Font Awesome 6 Pro";
}
.theme-btn::before {
    font-weight: 300;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .15s ease;
    position: absolute;
    font-size: 15px;
    color: #e2033c;
    right: 15px;
    top: 50%;
}


.cart-items {
    margin-top: 30px;
    position: relative;
}

.cat-chf {
    left: 50%;
    height: 160px;
    position: absolute;
    text-align: center;
    background: #e2033c none repeat scroll 0 0;
    transform: translate(-50%);
    border-radius: 50%;
    padding: 42px 0;
    width: 160px;
    top: 30px;
}

.cat-chf > h3 {
    color: #fff;
    font-weight: 600;
}

.cat-chf > h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 40px;
}



.cat-coques {
    left: 30px;
    position: absolute;
    top: 30px;
}

.cart-items .zoom > img {
    width: 100%;
}

.cat-coques > h3 {
    color: #fff;
    line-height: 30px;
}

.cat-position {
    bottom: 30px;
    position: absolute;
    transform: translate(-50%);
    text-align: center;
    width: 100%;
    left: 50%;
}

.cat-link {
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    text-align: center;
    width: 100%;
    top: 20px;
}

.cat-link > a {
    color: #e2033c;
    font-size: 24px;
    font-weight: 600;
}

.accessoires-area {
    padding: 60px 0;
}

.accessoires-area h2 {
    color: #181818;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
    text-align: center;
}

.accessoires-area h2 span {
    color: #e2033c
}

.accessoires-area .swiper-slide a p,.accessoires-area .swiper-slide p  {
    margin-top: 12px;
    color: #000;
    font-size: 20px;
}

.accessoires-area .swiper-slide {
    border: 1px solid #bdbcbc;
    padding: 20px;
}

.accessoires-area .swiper-button-prev,
.accessoires-area .swiper-container-rtl .swiper-button-next {
    background: url(../image/arrow-prev.png);
    background-repeat: no-repeat;
    transform: translateY(50%);
    margin-top: 0;
    left: -15px;
    right: auto;
    background: none
}

.accessoires-area .swiper-button-prev::before,
.accessoires-area .swiper-container-rtl .swiper-button-next::before {
    font-weight: 300;
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .15s ease;
    position: absolute;
    font-size: 34px;
    color: #000;
    right: 15px;
    top: 50%;
}

.accessoires-area .swiper-button-next,
.accessoires-area .swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: -36px;
    background: url(../image/arrow-next.png);
    background-repeat: no-repeat;
    transform: translateY(50%);
    margin-top: 0;
    background: none
}

.accessoires-area .swiper-button-next::after,
.accessoires-area .swiper-container-rtl .swiper-button-prev::after {
    font-weight: 300;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .15s ease;
    position: absolute;
    font-size: 34px;
    color: #000;
    right: 15px;
    top: 50%;
}




.testimonial-area {
    background: #dddddd none repeat scroll 0 0;
    padding: 40px 0 30px 0;
}

.testimonial-area h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    font-weight: 700
}

.testimonial-area h2 span {
    color: #d3133d;
}

.testimonial-area .swiper-container {
    padding: 30px 0;
}

.testimonial-area .swiper-slide.testimonial.swiper-slide-active {
    margin-top: -20px;
    padding: 60px 30px;
}

.swiper-slide.testimonial {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    padding: 40px 20px;
    position: relative
}

.swiper-slide.testimonial::after {
    background: #e2033c none repeat scroll 0 0;
    border-radius: 0 0 15px 15px;
    position: absolute;
    height: 10px;
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
}


.swiper-slide.testimonial p {

    margin: 20px 0 25px;
    font-size: 17px;
    color: #000000;
}


.swiper-slide.testimonial h6 {
    color: #e2033c;
    font-weight: 600;
    margin-bottom: 5px;
}

.swiper-slide.testimonial h5 {
    font-size: 16px;
    color: #000;
}

.swiper-pagination {
    display: none;
}
.swiper-pagination-bullet{
	background: #7e7f84 !important;
}

.swiper-pagination-bullet-active {
    background: #e2033c !important;
    opacity: 1;
}
.swiper-slide {
    text-align: center
}
.ho-brands-area .ho-tendances-img{
margin: 0 auto;
text-align: center;

}
.ho-brands-area .swiper-slide{
background-color:#f5f5f5;	
padding:10px;
border-radius: 50%;
/*width: 180px !important;
*/
transition: 0.3s;
height: auto !important;
}

.reply_blockquote {
    padding: 5px 10px;
    /*margin: 5px 0 20px;*/
    margin: 10px 0 5px;
    font-size: 13.5px;
    border-left: 3px solid #d42741;
    background: #ebebeb;
}
.reviewer-reply_author{
	font-size:100%;
}

.col-sm-12.reply_text {
    font-size: 12px;
    margin-top: 12px;
	padding-bottom:10px;
}

.reviewer-reply_author .fa.fa-reply,.reviewer-reply_author .fa.fa-reply-all {
    color: #d42741;
    transform: rotate(180deg);
}

/* .category_tag{
	color:#fff;
	padding:2px 7px;
	font-size:60%;
} */
.category_tag {
    color: #fff;
    padding: 0px 5px;
    font-size: 65%;
	letter-spacing:2px;
}

.ct-my-box{
	display:flex;
}
@media only screen and (max-width:1199px) {

    .accessoires-area .swiper-button-prev,
    .accessoires-area .swiper-container-rtl .swiper-button-next {
        left: 20px;

    }

    .accessoires-area .swiper-button-next,
    .accessoires-area .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }

    .cat-link > a {
        font-size: 20px;
    }

    .cat-link > a br {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .home-slider-items {
        height: 370px;
    }

    .home-slider-content {
        max-width: 100%;
        padding: 20px 0;
    }

    .home-slider-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .home-slider-content > h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .home-slider-content h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .cat-chf {
        height: 120px;
        padding: 36px 0;
        width: 120px;
    }

    .cat-chf > h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .cat-chf > h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .accessoires-area .swiper-button-prev,
    .accessoires-area .swiper-container-rtl .swiper-button-next,
    .accessoires-area .swiper-button-next,
    .accessoires-area .swiper-container-rtl .swiper-button-prev {
        margin-top: 20px;
    }

    .add-product::after {
        right: 0;

    }

    /*.ewebera-sub-menu-area {*/
	.sub-menu-area{
        -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0) !important;
        -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0) !important;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0) !important;
        background: #fff !important;
    }
	.ct-select-box{
		display:block;
		height:100%
	}
	.ct-my-box{
		height: 75%;
        padding-bottom: 60px;
		display: block;
	}
	.schliessen-close.filter-close-all{
		position:initial !important;
		height:25%;
		display: block !important
	}
	.schliessen{
		width:90% !important;
	}
	
}

@media only screen and (max-width:767px) {
    .cat-link > a {
        font-size: 18px;
        padding: 0 15px;
    }

    .cat-link > a br {
        display: none;
    }

    .accessoires-area h2,
    .testimonial-area h2 {
        font-size: 26px;
        line-height: 30px;
        padding: 0 15px;
    }

    .accessoires-area .swiper-button-next,
    .accessoires-area .swiper-container-rtl .swiper-button-prev,
    .accessoires-area .swiper-button-prev,
    .accessoires-area .swiper-container-rtl .swiper-button-next {
        display: none
    }

    .accessoires-area .swiper-pagination-bullet {
        height: 12px;
        margin: 15px 5px;
        width: 12px;
    }
	
	.product-area .swiper-container{
		padding-bottom: 30px;
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets{
		bottom: 0;
		z-index: 9;
	}
	.phone-details{
		margin-top: 20px !important;
	}
    .accessoires-area .swiper-pagination {
        left: 50%;
        transform: translate(-50%);
    }

    .testimonial-area .swiper-pagination {
        display: none;
    }

    .swiper-pagination {
        display: block;
    }
	.sub-menu-area .sub-menu-item a {
		padding: 5px 0;
	}
}




/*============ Product- Slider ================*/

.single-product-area {
   /* padding: 10px 0 100px;*/

}

.product-area {
    display: flex;
    position: relative;
}

.Product-thumb {
    margin-right: 10px; /* was 30px */
    max-width: 70px;
    width: 100%;
}

.single-thumb {
    margin-bottom: 10px;
	
	position: relative;
	backface-visibility: hidden;
	box-sizing: content-box;

}

.single-thumb img {
    border-right: 4px solid transparent;
    width: 100%;
}

.single-thumb.active img {
    border-right: 4px solid #e2033c;
}

.Product-preview {
    width: 100%;
    height: auto;
}

.single-preview img {
    width: 100%;
    height: 100%;
    padding: 0 0;
}

/*********** by shattique ****************/
.Product-preview .single-preview {
    display: none;
    overflow: hidden;
}

.Product-preview .single-preview img {
    cursor: zoom-in;
}

.Product-preview .single-preview img.zoomed {
    transform: scale(1.5);
    cursor: zoom-out;
}

.Product-preview .single-preview:first-child {
    display: block;
}

.Product-thumb .single-thumb {
    cursor: pointer;
}

/*********** by shattique ****************/


@media only screen and (max-width:991px) {
    .single-preview img {
        padding: 0;
    }

}


@media only screen and (max-width:767px) {
	
	.ho-quelques-item.hoqm-none {
        display: none;
    }

    .Product-thumb {
        display: none
    }

    .Product-preview .single-preview {
        display: inherit !important;
    }

    .Product-preview .single-preview:first-child {
        display: inherit !important;
    }
	.Product-preview .cat-video.single-preview {
        display: block !important;
    }
}







/*============ Slider ================*/

.change-color {
    display: flex;
}

.change-color div {
    background: none;
    border: medium none;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    position: relative;
    cursor: pointer;
    height: 30px;
    width: 30px;
	
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(1);
}
.change-color .ewebera-color-swatcher:hover {
    transform: scale(1.025);
}
.change-color .ewebera-color-swatcher:hover::after {
    border: 1px solid #e2033c;
    transform: scale(1.025);
}

.change-color div::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 38px;
    width: 38px;
    left: -4px;
    top: -4px;
	
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(1);
}

.change-color div.active::after {
    border: 2px solid #e2033c;

}

.change-color div.mobile-black {
    background: #000 none repeat scroll 0 0;
    width: 30px;
    height: 30px;
}


.add-to-card button {
    background: #e2033c none repeat scroll 0 0;
    border: medium none;
    padding: 10px 80px;
    position: relative;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    width: 100%;
}
.add-to-card button:active {
    transform:scale(.97);
	transition: all .1s ease-in-out;
}

/*.single-product-area .add-to-card > button:hover {
    background: #ac0f32 none repeat scroll 0 0;
        background-color: #e2033c !important;
    border-color: #e2033c !important;

}
.single-product-area .add-to-card > button,.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle{
    background-color: #e2033c !important;
    border-color: #e2033c !important;
    color: #fff;
}
.single-product-area .add-to-card > button, .btn-primary.disabled {
    background-color: #e2033c !important;
    border-color: #e2033c !important;
}*/
.my-product-area .d-shippig a:hover{
    background: #ac0f32 none repeat scroll 0 0;
}
.add-to-card button::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f290";
    position: absolute;
    left: 15px;
    font-size: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



/*=================== phone-details ====================*/
.phone-model form {
    position: relative;
    z-index: 99;
}

.phone-model form:hover {
    background: #fafafa none repeat scroll 0 0;
}

.phone-model select {
    width: 100%;
    -webkit-appearance: none;
    background: transparent;
    box-sizing: border-box;
    -webkit-overflow: show;
    appearance: none;
    color: #333642;
    overflow: show;
	cursor:pointer;
}

.phone-model select,
.mo-select button {
    border: 1px solid #c1c1c1;
    padding: 8px 10px;
    border-radius: 3px;
    color: #333642;
    transition: all .15s ease
}

.phone-model form::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f0dc";
    position: absolute;
    right: 15px;
    font-size: 18px;
    top: 51%;
    -ms-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    transition: all .15s ease;
    /*z-index: -1;*/
	z-index: 0;
    color: #c1c1c1;
	font-weight: 900;
}

.mobile-select.matiere-s-box .phone-model form::after {
    right: 10px;
    top: 50%;
	z-index: 1;
}

.mo-select button {
    color: #333642;
    width: 100%;
    text-align: left;
    background: transparent;
}

.mo-select:hover button {
    background: #fafafa none repeat scroll 0 0;
}

.mo-select {
    position: relative;
    transition: all .15s ease
}

.mo-select button:hover,
.phone-model select:hover {
    border: 1px solid #c1c1c1;
    background-color: #F6F6F6 !important;
}





.phone-model select:focus,
.mo-select button:focus {
    border: 1px solid #333642;
    box-shadow: 0 0 0 1px #333642;
    outline: 0;
}

form:hover::after {
    color: #333642;
}

.mo-select button:active {
    border: 1px solid #c1c1c1;
}

.mo-select button:focus {
    border: 1px solid #c1c1c1 !important;
}

.mo-select.active::before {
    color: #c1c1c1;
}

.mo-select ul li a,
.mo-select span {
    color: #333642;
}

.mo-select ul li a {
    width: 100%;
	padding: 5px 15px;
}

.mo-select-drop {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-radius: 0 0 2px 2px;
    border-right: 1px solid #c1c1c1;
    left: 0;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    transition: all 0.15s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
	border:none;
}

.mo-select-drop li {
    /*padding: 5px 15px;*/
    transition: all .15s ease
}

.mo-select-drop li a span {
    float: right;
}

/*.mo-select:hover .mo-select-drop {
    visibility: visible;
    opacity: 1;
    transition: all .15s ease
}*/

.mo-select.eselect .mo-select-drop {
    visibility: visible;
    opacity: 1;
    transition: all .15s ease
}

.mo-select::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f107";
    position: absolute;
    right: 15px;
    font-size: 23px;
    top: 55%;
    -ms-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    transition: all .15s ease;
    color: #c1c1c1
}
.mo-select.eselect::before{
    top: 52%;
}

/*.mo-select:hover::before {
    transform: translateY(-50%) rotate(180deg);
    color: #333642
}*/
.mo-select.eselect::before {
    transform: translateY(-50%) rotate(180deg);
    color: #333642
}

.phone-details .phone-name > p {
    color: #333642;
    font-size: 20px;
    font-weight: 600;
}
.e-phone-re-con .phone-review{
	margin-top:10px;
}
.phone-review {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-top:25px;
}

.review-ster {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review-ster i,
.review-ster p {
    color: #ffd203;
    font-size: 18px;
}

.phone-price .mob-review {
    display: none;
}

.review-content .mb-in {
    display: none;
}


.phone-price {
    align-items: center;
    display: flex;
    margin: 20px 0;
}

.phone-price h4 {
    color: #e2033c;
    font-size: 26px;
}

.phone-price h4 span {
    font-size: 13px;
    font-weight: 400;
}
.phone-price span {
    color: #e2033c;
    font-size: 26px;
	font-family: inherit;
    font-weight: 500;
}

.phone-price span>span {
    font-size: 13px;
    font-weight: 400;
}
.phone-model {
   /* margin-bottom: 20px;*/
}
.e-phone-model {
    margin-bottom: 20px;
}
.phone-model .nice-select {
    width: 100%;
}

.review-content{
margin-top: 0;
}
.single-product-area .phone-details .mob-review .review-content{
margin-top: 0;
}
.phone-details .review-content p{
font-size: 18px !important;
}
.phone-details .mob-review .review-content p{
font-size: 14px !important;
line-height: 1;
}
.mobile-type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.mobile-select {
    margin-right: 30px;
    max-width: 380px;
    width: 100%;
}

.mobile-stock p span {
    color: #00bd1b;
    font-weight: 600
}

.mobile-stock p i {
    color: #00bd1b;
}

.mobile-stock p {
    color: #333642;
}
.add-to-card span.ewebera-un-heart{
margin-left: 10px;
text-align: center;
}
.add-to-card i {
    font-size: 28px;
   /* margin-left: 15px;*/
    cursor: pointer
}

.add-to-card a {
    color: #333642
}

.highlight {
    color: #e2033c;
}

.mobile-stock {
    margin-top: 25px;
}

.add-to-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}

.retour-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.retour-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    align-items: center;
}

.retour-item h6 {
    font-size: 22px;
    color: #333642;
    margin-top: 2px;
}

.retour-item > p {
    font-size: 12px !important;
    line-height: 15px;
    margin-left: 6px;
}

.phone-details p {
    color: #333642;
    font-size: 14px;
}

.mobile-color p {
    margin-bottom: 6px;
}

.my-product-area {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
    cursor: auto;
    opacity: 0;

    padding: 10px;
    position: absolute;
    right: 0;
    /*top: 30px;*/
	top: 45px;
    /*-webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;*/
    visibility: hidden;
    width: 300px;
    z-index: 999;
	
	border-radius: .25rem;
}
body.era_success p, body.era_manufacturer #content p, .sommes-nous-area p{
	margin: 0;
	margin-bottom: 1rem;
}


body:not(.era_checkout):not(.era_cart) ul li.add-product:hover .my-product-area {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
ul li.add-product.e-open .my-product-area {
    opacity: 1;
    visibility: visible;

}

.my-product-area h2 {
    color: #333642;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0 30px;
    text-align: center;
}

.my-product {
    border-bottom: 1px solid #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.p-img {
    margin-right: 5px;
    width: 15%;
}

.p-content {
    text-align: left;
    width: 80%;
}

.p-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333642
}

.p-content h5 span {
    float: right;
    text-transform: uppercase;
}

.p-content > h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 5px 0;
    text-transform: normal;
    color: #333642
}

.p-content > p {
    color: #333642;
    font-size: 14px;
    line-height: 20px;
}

.my-product-area .remove-product a {
    border-right: 1px solid #333642;
    color: #333642;
    font-size: 11px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-right: 8px;
}

.remove-product a:last-child {
    border-right: medium none;
    padding-left: 8px;
    padding-right: 0;
}

.free-sh {
    text-align: center;
}

.total-chf {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.total-chf p {
    color: #333642;
    font-weight: 500;
}

.total-chf > p span {
    font-size: 12px;
    color: #333642
}

.total-chf > h4 {
    font-size: 16px;
    color: #333642
}

.total-chf > p {
    font-size: 16px;

}
.d-shippig #delete-coupon{
    display: none;
}
#delete-coupon{
    background: #ffffff00 none repeat scroll 0 0 !important;
    border-radius: 1px;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0 !important;
    text-align: left;
    text-transform: uppercase;
}
.my-product-area .d-shippig a {
    background: #e2033c none repeat scroll 0 0;
    border-radius: 1px;
    color: #fff;
   /* display: block;*/
    font-size: 16px;
    margin: 10px 0;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.modal-body {
    padding: 0 2rem 1rem;
}

.modal-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: medium none;
    display: inline;
    text-align: center;
}


.login-pop-heading {
    margin-bottom: 30px;
    text-align: center;
}

.login-pop-heading > h5 {
    color: #333642;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
}

.login-pop-heading > h5 i {
    font-size: 60px;
    color: #e2033c
}

.input > input, .input > button {
    border: 1px solid #333642;
    border-radius: 2px;
    padding: 8px 15px;
    width: 100%;
}

.input {
    margin-bottom: 15px;
}

.pop-input > a {
    color: #333642;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.pop-input > a:hover {
    color: #FF6900;

}

.modal-footer > a {
    border: 1px solid #333642;
    border-radius: 3px;
    color: #333642;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 8px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
}

.modal-footer > a:hover {
    color: #fff
}

.modal-footer > a::after {
    background: #333642 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1
}


.modal-footer > a:hover::after {
    width: 100%;
}

.modal-footer {
    padding: 0 2rem 2rem;

}

.input input.submit, .input button.submit {
    background: #e2033c;
    margin-top: 15px;
    border: 1px solid #e2033c;
    color: #fff;
    cursor: pointer;
    font-weight: 600
}

.modal-header {
	display:block !important;
    border-bottom: medium none;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    padding: 1rem 2rem 0;
}
.modal-backdrop{
background-color: rgba(0, 0, 0, 0.7) !important;
}
.product-review {
    margin-top: 10px;
}

.pop-style .modal-body h6 {
    text-align: center;
}

.modal-header h3 {
    text-align: center;
}


.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,
        -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*========== OptionBox ==========*/

/*=============== preloader =================*/



/****************** Footer Area  *******************/
.footer-area {
    background: #eaecee;
	margin-top:20px;
}

div#swiper-wrapper-id2 {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.acheter-voice {
    padding: 30px 0;
}

.acheter-voice h5 {
    color: #333642;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
}

.acheter-voice h5 span {
    font-weight: 600
}



.acheter-voice-items {
    margin-top: 30px;
}

.footer-items .fo-m-none ul {
    margin-top: 5px;
}

.acheter-voice-items p {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 6px;
    color: #333642
}

.acheter-voice-items i {
    font-size: 30px;
    color: #e2033c
}


.email-box-fo {
    background: rgba(0, 0, 0, 0) url(../image/email-box-bg.png) no-repeat scroll 0 0 / cover;
    padding: 0px 0 15px;
	background-size: auto;
    background-repeat: repeat;
}

.email-box-fo-item p {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}

.email-box-fo-item {
    margin-top: 15px
}

.email-box-fo-item.f-flex span {
    font-size: 20px;
    font-weight: 600;
}

.email-box-fo-item.f-flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.email-box-fo-item.f-flex > p {
    text-align: left;
}

.email-box-fo-item.f-flex > img {
    margin-right: 25px;
	width:66px;
}

.email-box-fo-item form {
    position: relative;
}

.email-box-fo-item input {
    border: 1px solid #660016;
    padding: 8px 15px;
    width: 100%;
}

.email-box-fo-item input:focus {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(102, 0, 22, 1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(102, 0, 22, 1);
    box-shadow: 0px 0px 2px 0px rgba(102, 0, 22, 1);
}

.email-box-fo-item button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #e2033c;
    font-size: 14px;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    font-weight: 600
}

.email-box-fo-item button i {
    margin-left: 10px
}

.email-box-fo-item button:hover {
    color: #fd6587
}



.email-box-fo .row {
    align-items: center;
}


.footer-link-ara {
    padding: 0 0 30px;
}

.footer-items.fo-ml-30 {
    margin-left: 30px;
}

.footer-items {
    margin-top: 30px;
}

.footer-items h5 {
    color: #333642;
    padding-bottom: 12px;
    position: relative;
}



.footer-items h5::after {
    background: #cfcfcf none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}


.service-phone > a {
    align-items: center;
    display: flex;
}

.footer-items p {
    font-size: 11px;
    line-height: 1.5;
}

.footer-items p span {
    font-weight: 600;
}

.footer-items p a {
    color: #e2033c
}

.service-phone {
    margin-top: 10px;
}

.service-phone a i {
    font-size: 28px;
    margin-right: 10px;
}

.service-phone h4 {
    font-size: 18px;
    line-height: 1;

}

.service-phone a {
    color: #e2033c;
}

.service-phone h4 span {
    color: #9d9d9d;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
}

.footer-items ul li a {
    color: #333642;
    font-size: 14px
}

.footer-items ul li a:hover {
    color: #e2033c;
}

.footer-items > ul {
    margin-top: 10px;
}


.socail-icon {
    margin-top: 15px;
}

.socail-icon > a {
    align-items: center;
    display: flex;
}

.socail-icon a i {
    font-size: 28px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}

.socail-icon a {
    color: #333642;
    font-size: 14px;
    margin-top: 10px;
}



.trustPilot-top {
    margin-top: 20px;
    text-align: center;
}

.trustPilot-top i {
    color: #00b67a;
}

.trustPilot-top > span {
    color: #000032;
    font-size: 18px;
    font-weight: 600;
}

.footer-recews {
    margin-top: 10px;
}

.footer-recews > a i {
    background: #00b67a none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    margin: 0 2px 5px;
    padding: 6px;
    text-align: center;
    width: 30px;
}

.footer-recews > a {
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer-recews p span {
    font-weight: 600;
}

.fo-livraison-items {
    margin-top: 20px;
}



.copy-right-area {
    background: #404354 none repeat scroll 0 0;
    padding: 30px 0 40px;
    text-align: center;
}

.footer-loog img {
    width: 37px;
}

.footer-language {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.language {
    width: 180px;
}

.language button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #2c2f3d;
    padding: 4px 10px;
    position: relative;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.language button span {
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
}

.language ul li.sub-language {
    position: relative;
    background: #393b4a none repeat scroll 0 0;
}

.language ul li.sub-language::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f107";
    position: absolute;
    right: 15px;
    font-size: 15px;
    top: 51%;
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    transition: all .15s ease;
    color: #fff
}

.language.sub-lan-open ul li.sub-language::before {
    -ms-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);

}

.language ul li ul {
    background: #393b4a none repeat scroll 0 0;
    border-bottom: 1px solid #2c2f3d;
    border-left: 1px solid #2c2f3d;
    border-right: 1px solid #2c2f3d;
    position: absolute;
    text-align: left;
    /*top: -59px;*/
	bottom: 27px;
    transition: all 0.15s ease 0s;
    width: 100%;
    display: none;
}

.language.sub-lan-open ul li ul {
    display: block
}

.language ul li ul li a {
    color: #fff;
    font-size: 12px
}

.language ul li ul li span {
    margin-left: 10px;
}


.language ul li ul li a {
    padding: 5px 10px;
    width: 100%;
}

.language ul li ul li:hover {
    background: #333642 none repeat scroll 0 0;
}

.footer-loog {
    margin-right: 15px;
}

.copy-right-area > p {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
}

p.nous-mt {
    margin-top: 10px;
}

.nous-mt a:hover {
    text-decoration:underline;
}

.copy-right-area p a {
    color: #fff;
	margin-left:8px;
	margin-right:8px;
}

.copy-right-area p a:hover {
    text-decoration: underline;
}

/*======Footer Area =====*/
@media only screen and (max-width: 1199px) {
    p.nous-mt br {
        display: none;
    }
}

@media only screen and (max-width:991px) {
	.mob-review .phone-review{
	margin-top:0;
	}
    .footer-items p br {
        display: none;

    }

    .service-phone a i {
        font-size: 22px;
        margin-right: 5px;
    }

    .service-phone h4 {
        font-size: 16px;
        line-height: .7;
    }

    .service-phone h4 span {
        font-size: 10px;
    }

    .footer-items ul li a {
        line-height: 1.3;
    }

    .socail-icon a i {
        font-size: 20px;
        margin-right: 6px;
    }

    .socail-icon a {
        font-size: 12px;
    }

    .email-box-fo-item {
        margin: 15px 0 0;
    }

    .email-box-fo-item.f-flex > img {
        margin-right: 0;
        width: 50px;
    }

    .email-box-fo-item form {
        max-width: 300px;
        margin: auto;
    }

    .phone-price {
        justify-content: space-between;
    }

    .review-content p .mb-in {
        display: block !important;
    }


    .phone-price .mob-review {
        margin-left: 0;
    }

    .footer-items.fo-ml-30 {
        margin-left: 0;
    }

    .footer-paiement img {
        width: 100%;
		height:auto;
    }
	.ewebera-special {
	width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
.ho-coques-slider {
	position: relative;
	width: 100vw;
    margin-left: -50vw;
    left: 50%;
	padding-left:5px;
	padding-right:5px;
}
.ho-brands-area {
	width: 100vw !important;
    margin-left: -50vw !important;
    left: 50%; 
	position:relative;
	padding-left:5px !important;
	padding-right:5px !important;
}
.ewebera-special .swiper-button-next::after, .ho-coques-slider .swiper-button-next::after, .ho-brands-area .swiper-button-next::after {
    right: 0px !important;
}

.ewebera-special .swiper-button-prev::before, .ho-coques-slider .swiper-button-prev::before, .ho-brands-area .swiper-button-prev::before {
    left: 0px !important;
}


}

/*===== Footer Area=====*/
@media only screen and (max-width:767px) {
	.phone-model form:hover {
    background: #fff none repeat scroll 0 0;
}
    .acheter-voice-items {
        margin: 30px 0;
    }

    .acheter-voice .swiper-container-horizontal > .swiper-pagination-bullets,
    .acheter-voice .swiper-pagination-custom,
    .acheter-voice .swiper-pagination-fraction {
        bottom: 0;
    }

    .footer-link-ara {
        padding: 20px 0 30px;
    }

    .footer-items.mb-none {
        display: none;
    }
	
	.fo-m-none {
		max-height: 0;
		min-height: inherit;
	}
    .fo-m-none {
		transition: all .15s ease-out;
		display: block;
		padding: 0 10px;
		/*padding: 0;*/
		overflow: hidden;
    }

    .service-phone {
        margin-top: 15px;
    }

    .footer-paiement img {
        width: 243px;
    }

    .footer-paiement .fo-livraison-items img {
        /*width: 75px;*/
        width: auto !important;
        height: 40px;
    }

    .footer-heading-tab.f-open + .fo-m-none {
        transition: all .25s ease-in;
		max-height: 500px;
    	padding: 0 10px;
	}


    .footer-items {
        margin-top: 10px;
    }

    .footer-items h5.footer-heading-tab {
        padding: 6px 10px;
        position: relative;
		cursor:pointer;
    }

    .footer-items h5::after {
        display: none
    }

    .plus-add-remove {
        position: relative;
        float: right
    }

    .plus-add-remove::before {
        color: #333642;
        content: "\f107";
        font-family: "Font Awesome 6 Pro";
        font-size: 22px;
        font-weight: 300;
        position: absolute;
        right: 0;
        transition: all 0.15s ease 0s;
        top: 2px
    }

    .footer-heading-tab.f-open .plus-add-remove::before {
        transform: rotate(-180deg);
        top: 0
    }
	.phone-model select:focus, .mo-select button:focus {
		
		box-shadow: none;
		background: #fff !important;
	}
}

/*===== Footer Area=====*/









/*=============================  Category - Page Area Start ================================*/
/*.category-page-area {
    margin: 30px 0;
}*/

.le-dr-submenu {
    display: none;
}

.le-dr-menu.full-active .le-dr-submenu {

    display: block;
}

li.le-dr-menu {
    /*    background: #f3f6f6;*/
    background: transparent;
    margin-top: 5px;
    position: relative;
}

li.le-dr-menu-nosub {
    /*    background: #f3f6f6;*/
    background: transparent;
    margin-top: 5px;
    position: relative;
}

li.le-dr-menu::after {
   /* background: #f3f6f6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -2;*/
}

li.le-dr-menu-nosub::after {
    background: #f3f6f6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -2;
}
li.le-dr-menu, li.le-dr-menu-nosub{
	cursor:pointer;
}
li.le-dr-menu a {
    color: #333642;
    font-size: 14px;
    font-weight: 600;
    display: block;
	padding: 2px 0px 2px;
}

li.le-dr-menu-nosub a {
    color: #333642;
    font-size: 14px;
    font-weight: 600;

    padding: 8px 25px;
    display: block;
}

.le-dr-menu ul.le-dr-submenu a {
    padding: 4px 15px 2px;/*4px 25px 2px;*/
    font-weight: 400;
    background: transparent;
}

.le-dr-menu ul.le-dr-submenu .p-active a {
    color: #e2033c;
    font-weight: 600;
}

.le-dr-menu ul.le-dr-submenu a:hover {
    color: #e2033c;




}

.le-dr-submenu {
    background: #fff;
}

li.le-dr-menu::before {
    /*font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f107";
    position: absolute;
    right: 15px;
    font-size: 15px;
    top: 10px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all .15s ease;
    color: #333642;
    z-index: -1*/
}

li.le-dr-menu.active::before {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.le-dr-menu ul.le-dr-submenu.sub_submenu a {
    font-size: 14px;
    letter-spacing: 0px;
    padding: 2px 0 2px 24px;
    margin-right: 0;
}
.le-dr-menu ul.le-dr-submenu a.p-active {
    color: #e2033c !important;
    font-weight: 600 !important;
}
.left-custome-shell {
    background: #f3f6f6 none repeat scroll 0 0;
    margin-top: 20px;
    padding: 30px 20px;
    text-align: center;
}

.left-custome-shell > h4, .left-custome-shell h4 {
    color: #000;
    font-weight: 400;
}

.left-custome-shell a {
    margin: 15px 0;
}

.left-custome-shell img {
    width: 100%;
}

.left-custome-shell p {
    color: #333642;
    line-height: 1.4;
}


/*======Category - Page Area ====*/
.ct-select-box-mobile {
    display: none;
}

.for-desktop{
	display:block;
}
.breadcrumb.for-desktop{
	display:flex;
}
.for-mobile {
    display: none;
}

.ca-stock-flex {
    /*align-items: center;*/
    display: flex;
    margin-top: 10px;
}

/*.ca-stock-flex p {
    margin-left: 5px;
}*/

.ca-stock-flex {
    /*align-items: center;*/
    display: flex;
    margin-top: 10px;
    /*max-width: 80%;*/
}

.ca-stock-flex p, .ca-stock-flex span {
    margin-left: 0;
    font-size: 13px;
    line-height: 1.5;
    width: 100%
}
.ca-stock-flex p, .ca-stock-flex span {
    width: auto !important;
    /*float: left;*/
}
.ca-stock-flex span p{
margin: 0 0 1rem 0;
}
/*.ct-stock .ca-stock-flex img {
    width: 40px
}*/

.ct-add-flex {
    display: flex;
	flex-flow: row;
	flex-wrap: wrap;
    /*justify-content: space-between;*/
    text-align: center;
	margin-top: 10px;
}

.ca-add-item {
    /*width: 24%;*/
	width: 25%;
    position: relative;
    /*    border: 1px solid #fff;*/
	border: 1px solid #fff;
   /* padding-bottom: 10px;*/
    /*transition: all .3s ease;*/
	padding: 8px;
}

.ca-add-item:hover {
    /*    border: 1px solid #c1c1c1;*/
	transform: scale(1.05);
	transition: all .1s ease-in-out;
}


a.ca-add-item:focus{
 color: inherit !important;
    /*    border: 1px solid #c1c1c1;*/
}


.ca-add-item > img {
	height: auto;
    width: 100%;
}


.ca-add-item > h5 {
    color: #333642;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
	text-align: center;
}


.ct-select-box {
    /*border-bottom: 1px solid #b2b2b2;*/
    display: flex;
    flex-wrap: wrap;
    /*padding: 10px 0 20px;*/
	padding: 0;
}

.ct-select-box .mobile-select {
    max-width: 135px;
}

.ct-select-box .mobile-select {
   /* margin-right: 0;*/
    margin-right: 10px;
	/*width: 100%;*/
	width: auto;
}

.mobile-select.matiere-s-box .phone-model {
   /* margin-bottom: 20px;*/
}

.mobile-select.matiere-s-box .phone-model form {
    border: 1px solid #ddd;/*1px solid #98999b;*/
    border-radius: 3px
}


.mobile-select.matiere-s-box .phone-model select {
    border: 0px solid #c1c1c1;
    color: #333642;
    border-radius: 3px;
    font-weight: 400;
    padding: 4px 10px;

}

.mobile-select.matiere-s-box .phone-model select option {
    background: #fbfbfb;
    color: #333642;
}

.mobile-select.matiere-s-box .phone-model form::after {
    color: #333642
}


.nice-select.ca-select-box-item {
    margin-top: 15px;
    width: 19%;
}


.ct-pt-items {
    display: flex;
    flex-wrap: wrap;
   /* justify-content: space-between;*/
    justify-content: unset;

}

.ct-pt-item {
    margin-top: 20px;
    width: 25%;
    position: relative;
	
	/*float: left;*/
}

.ct-pt-item-5 {
    margin-top: 50px;
    width: 16.666%;
    position: relative;
	
	float: left;
}
.cat-img-box {
   /* max-width: 160px;*/
    /*max-width: 180px;*/
	max-width: 100%;
	width: auto !important;
    position: relative;
    text-align: center;
}

a.cat-img-box img {
	height: auto;
    width: 100%;
	max-width: 200px;
}

.ct-release {
    position: absolute;
    right: 0;
    top: 0;
    /*width: 80px;*/
}

.cat-release-new {
    background: #00bf16 none repeat scroll 0 0;
    padding: 6px;
    text-align: center;
    margin-top: 6px;
}

.cat-release-new > p {
    color: #fff;
    line-height: 15px;
}

.ct-commission {
    background: #ffe3ea none repeat scroll 0 0 !important;
    padding: 8px;
    text-align: center;
    margin-top: 8px;
	border-radius: 4px;
}
.ct-commission h5 {
    font-size: 22px;
    color: #e2033c;
    line-height: .7;
}
.ct-commission span.custom_h5 {
    font-size: 22px;
    color: #e2033c !important;
    line-height: .7;
	font-family: inherit;
    font-weight: 500;
	display: block;
}

.ct-pt-item:hover {
    /*box-shadow: 0px 0px 4px 4px #e3e3e3;*/
	box-shadow: 1px 1px 8px 2px #e3e3e3;/*5px 5px 8px #e3e3e3;*/
	/*border: 1px solid #e3e3e3;
	padding: 7px 5px 7px 5px;*/
}
.ewebera-special .ct-pt-item:hover, .ewebera-featured .ct-pt-item:hover{
border: 1px solid #e3e3e3;
}
.un-heart {
   /* width: 22px;*/
   /* margin: auto;
    position: relative;
    cursor: pointer;
    
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    padding: 6px 6px 5px 5px;
    height: 30px;
    width: 30px;*/
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 30px;
    overflow: hidden;
    padding: 6px 6px 5px 5px;
    width: 30px;
	margin-right: 0;
    /*margin-left: 25px;*/
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	text-align:center;
}

.un-heart:hover {
    background: #f5f5f5;
}

.un-heart i.fas.fa-heart {
    color: #e2033c;
}

/*.un-heart-like {
    top: 0;
    transition: all .15s ease;
}*/
.ct-release .un-heart-like {
    top: 0;
	transition: all .15s ease;
}

.highlight .lik-heart {
    height: inherit;
    opacity: 1;
    color: #e2033c !important;
}
.ct-release .highlight .lik-heart, .ct-release .highlight .un-heart-like {
    animation: pulse .30s ease 3;
}
/*.highlight .lik-heart, .highlight .un-heart-like {
    animation: pulse .15s ease 1;
}*/

.lik-heart {
    height: 0;
    opacity: 0;
   /* transition: all 0s ease 0s;*//*all .5s ease*/
   /*transition: all .15s ease;*/
}


.highlight .un-heart-like {
    height: 0;
    opacity: 0;
    display: none;
}
.ct-pt-items .un-heart:active{
	padding: 5px;
}
.heart-icon1 .heart-icon a#wishlist-total{
display: block;
}
.add-product#cart > a{
display: block;
}
.ct-pt-details {
    margin-top: 15px;
    text-align: center;
}
.ewebera-featured-pro .swiper-slide, .ewebera-special-pro .swiper-slide{
margin-bottom: 8px;
}
.ct-release i {
    color: #000;
    font-size: 20px;
    text-align: center;
}

.ct-pt-details > p {
    color: #333642;
    font-size: 14px;
    line-height: 1.3;
	width: 100%;
	margin: 0 auto;
}

.ct-pt-details h5 {
    color: #e2033c;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0 0;
}

.ct-pt-details > h5 del {
    color:#999;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}


.ct-pt-details .review-ster i,
.ct-pt-details .review-content p {
    font-size: 10px;
	line-height: 1;
}

.ct-pt-details .review-ster {
    margin-right: 5px;
}

.ct-pt-details .phone-review {
    justify-content: center;
}

.pagination {
    align-items: center;
    /*justify-content: center;*/
	justify-content: center;
    margin: 20px 0;
    width: 100%
}
#button-delete-coupon:hover {
    background-color: #ffffff !important;
    border-color: #adaeb5 !important;
}
.pagination > ul {
    display: flex;
}

.pagination li {
    align-items: center;
    display: flex;
    margin: 0 5px;
    color: #c1c1c1;
}

.pagination a, .pagination span {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #5b5b5b;

    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.ewebera-un-heart .add-color.fa-heart.fas{
 animation: pulse .15s ease 1;	
}
 /*.ewebera-un-heart:hover{
	 animation: pulse .15s ease 1;
 }*/
/*.pagination ul li:first-child {
    margin-right: 20px;
    margin-top: 3px;
}*/



.pagination .active-page a, .pagination .active span,
.pagination a:hover {
    color: #fff;
    background: #5b5b5b none repeat scroll 0 0;
}

/*.pagination ul li:last-child a:hover {
    background: #fff none repeat scroll 0 0;
    color: #5b5b5b;
}*/

.pagination a i.fa-chevron-left {
    margin-right: 10px;
}

.pagination a i.fa-chevron-right {
    margin-left: 10px;
}

.mobile-select.matiere-s-box.m-block {
    display: none;
}


/*=============================  Category - Page Area End ================================*/


/*============== Filter Css  ============*/


.filter-pop-items {
    position: relative;
    z-index: 2;
}

.filter-items-active {
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    color: #333642;

    padding: 4px 10px;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
	padding-right: 30px;
}

.web-none {
    display: none;
}

.matiere-s-box {
    /*max-width: 13%;*/
	max-width: 100%;
    /*width: 100%;*/
	width: auto;
    margin-top: 20px;
    margin-right: 10px;
}

.filter-items-active::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f107";
    position: absolute;
    /*right: 10px;*/
	right: 10px;
    font-size: 15px;/*23px;*/
    /*top: 54%;*/
	top: 50%;
    -ms-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    transition: all .15s ease;
    z-index: -1;
    color: #c1c1c1;
}



.filter-items-active.current::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f107";
    position: absolute;
    right: 10px;/*10px;*/
    font-size: 15px;/*23px;*/
    top: 51%;
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    transition: all .15s ease;
    z-index: -1;
    color: #c1c1c1;
}

.filter-option-hide, .filter-option-hide-radio {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
	border-radius: 3px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 46px;
    width: 300px;
    z-index: 9;
    opacity: 0;
    visibility: hidden
}

.matiere-s-box .filter-items-active.current + .filter-option-hide, .matiere-s-box .filter-items-active.current + .filter-option-hide-radio {
    opacity: 1;
    visibility: visible
}



.filter-option-hide li, .filter-option-hide-radio li {
    cursor: pointer
}

.filter-option-hide li:hover, .filter-option-hide-radio li:hover {
    background: #efeff0;/*#F6F6F6;*/
}
.filter-option-hide li.select_products, .filter-option-hide-radio li.select_products  {
    background: #F6F6F6;
	font-weight:600;
}

.filter-option-hide li.selected_sort {
    background: #F6F6F6;
}
.filter-option-hide li.sort-filter {
	padding: 10px 5px 10px 10px !important;
}

.filter-price-range .filter-option-hide li:hover {
    background: transparent;
}



.mobile-select.matiere-s-box ul li .mo-select-drop {
    padding: 10px 0 0;
}

.mobile-select.matiere-s-box ul li .mo-select-drop li form p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px
}



.filter-worp {
    max-height: 300px;
	overflow-y: auto;
    /*overflow-y: auto;*/
    margin-bottom: 47px;
}


.filter-option-hide.filter-price-height li.filter-porp-content:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.matiere-s-box.price-selected li.filter-pop-items span.filter-items-active {
    border: 2px solid #333642;
    font-weight: 600;
	color:#333642;
}
.matiere-s-box li.filter-pop-items span.filter-items-active{
	 border: 1px solid #ddd;
}
.matiere-s-box.price-selected .filter-items-active::after {
    color: #000;
}
/*Filter changes start*/
.matiere-s-box .filter-items-active::after {
    color: #333642;
}


.filter-option-hide button.unselect, .filter-option-hide-radio button.unselect{
	 color: #333642 !important;
}
.filter-option-hide button.schliessen, .filter-option-hide-radio button.schliessen{
	background: #333642 none repeat scroll 0 0 !important;
}
/*Filter changes end*/
li.filter-porp-content {
    padding: 10px 10px 0;
}

/*========= Pricing-Slider============ */
section#facet-price-range-slider .track.track--included + output {
    background: #333642;
    left: 0;
}

.schliessen-close {
    text-align: center;
}

.filter-option-hide button.schliessen,
.filter-option-hide button.ct-select-box-mobile,
.filter-option-hide-radio button.schliessen,
.filter-option-hide-radio button.ct-select-box-mobile {
    background: #98999b none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3px;

    box-shadow: none;
    color: #fff;
    cursor: pointer;

    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    width: 50%;
}

.price-selected .filter-option-hide button.schliessen, .price-selected .filter-option-hide-radio button.schliessen {
    background: #333642 none repeat scroll 0 0;

}

.filter-option-hide button.unselect, .filter-option-hide-radio button.unselect {
    background: transparent;
    color: #98999b;
}

.price-selected .filter-option-hide button.unselect, .price-selected .filter-option-hide-radio button.unselect {
    color: #333642;
    font-weight: 600
}



.matiere-s-box.selected .filter-option-hide button.schliessen, .matiere-s-box.selected .filter-option-hide-radio button.schliessen {
    background: #1a1a1a none repeat scroll 0 0;
    border: 1px solid #1a1a1a;
    color: #fff;

}

.matiere-s-box.selected .filter-option-hide button.schliessen:hover, .matiere-s-box.selected .filter-option-hide-radio button.schliessen:hover {
    background: #4B4B4B none repeat scroll 0 0;
}


.schliessen-close {
    align-items: center;
    border-top: 1px solid #c1c1c1;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    position: absolute;
    width: 100%;
    background: #fff;
	
}

.unselect {
    width: 50%;
    background: transparent;
    border: transparent;
}

.schliessen-close.filter-close-all {
    display: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~*/
.filter-worp li.flex-center {
    display: flex;
    align-items: center;
    padding: 7px 5px 7px 15px;
}

.s-bar {
    background: #fff;
    border: 1px solid #c1c1c1;
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    width: 24px;
    position: relative;
}

.color-s-1 .s-bar {
    border-radius: 50%;
    border: 1px solid transparent
}

.select_products {
    position: relative;
}

.select_products::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-size: 15px;
    font-weight: 400;
    left: 21px;
    position: absolute;
    top: 8px;
    z-index: 99;
}

.filter-porp-content {
    padding: 20px 10px 10px;
}

.color-s-1 .select_products::before {
    color: #fff
}

.color-s-1 .color_white.select_products::before {
    color: #000
}

.matiere-s-box .color-s-1 .color_black span.s-bar {
    background: #000;
}

.matiere-s-box .color-s-1 .color_grey span.s-bar {
    background: #838383;
}

.matiere-s-box .color-s-1 .color_red span.s-bar {
    background: #FF0000;
}

.matiere-s-box .color-s-1 .color_white span.s-bar {
    background: #fff;
    border: 1px solid #c1c1c1;
}


.matiere-s-box .color-s-1 .color_blue span.s-bar {
    background: #0000FF;
}

.matiere-s-box .color-s-1 .color_drakblue span.s-bar {
    background: #0000A0;
}

.matiere-s-box .color-s-1 .color_silver span.s-bar {
    background: #C0C0C0;
}

.matiere-s-box .color-s-1 .color_orange span.s-bar {
    background: #FFA500;
}


.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #fff !important;
    border-color: #adaeb5 !important;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #d60339 !important;
    border-color: #d60339 !important;
}
.show > .btn-primary.dropdown-toggle {
    background-color: #e2033c !important;
    border-color: #e2033c !important;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus{
box-shadow: unset;
}
.matiere-s-box .filter-items-active.current + .filter-option-hide-radio {
    opacity: 1;
    visibility: visible;
}

.filter-worp li.flex-center{
font-size: 14px;
}
.filter-option-hide-radio {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 46px;
    width: 300px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}
.filter-option-hide-radio li.sort-filter {
    padding: 10px 5px 10px 10px !important;
}
.filter-option-hide-radio li:hover {
    background: #efeff0;
}
.filter-option-hide-radio li {
    cursor: pointer;
}
.filter-option-hide-radio li.select_products {
    background: #F6F6F6;
    font-weight: 600;
}
.filter-option-hide-radio button.schliessen {
    background: #333642 none repeat scroll 0 0 !important;
}
.price-selected .filter-option-hide-radio button.schliessen {
    background: #333642 none repeat scroll 0 0;
}
.filter-option-hide-radio button.schliessen, .filter-option-hide-radio button.ct-select-box-mobile {
    background: #98999b none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    width: 50%;
}
.filter-option-hide-radio button.unselect {
    background: transparent;
    color: #98999b;
}
.filter-option-hide-radio button.unselect {
    color: #333642 !important;
}
.price-selected .filter-option-hide-radio button.unselect {
    color: #333642;
    font-weight: 600;
}
.is_mobile{
	display:none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 960px) {
	.is_mobile{
		display:block;
	}
}
@media only screen and (min-width: 667px) {
	.ct-pt-item {
		/*padding-left:15px;*/
		padding: 8px;
	}
}
@media only screen and (max-width: 1199px) {
    .ct-pt-item {
        width: 30%;
    }
	
	.ct-pt-item-5 {
        width: 18%;
    }

    .cat-img-box {
        /*max-width: 170px;*/
		max-width: 100%;
		width: 100%;
    }

    .un-heart {
        display: inline-block;
        width: 100%;
    }

    .un-heart-like,
    .lik-heart {
        text-align: right;
    }

}

@media only screen and (max-width: 991px) {

    .ct-select-box-mobile {
        align-items: center;
        display: flex;
        cursor: pointer;
        justify-content: center;
		/*margin-bottom: 23px;*/
		
		width: 50%;
		border: 1px solid #ddd;
		padding: 4px 10px;
		justify-content: space-between;
		margin-top: 0;
		border-radius: 3px;
    }
	.for-desktop{
		display:none;
	}
	.breadcrumb.for-desktop{
		display:none;
	}

	.ct-stock h1.cat-title{
		font-size: 22px !important;
		line-height: 26px !important;
	}
	.for-mobile{
		display:block;
	}
    .filter-option-hide,.filter-option-hide-radio {
        top: 0px;

    }

    .unselect {
        width: 40%;
    }

    .web-none {
        display: block;
    }

    .web-none {
        /*background: #c1c1c1 none repeat scroll 0 0;*/
		background: #f2f2f2 none repeat scroll 0 0;
        padding: 6px 0;
        position: relative;
        text-align: center;

        top: 0;
        width: 100%;
        margin-bottom: 5px;
    }

    .web-none span {
        color: #000;
        font-size: 20px;
        font-weight: 500
    }

    .schliessen-close {
       /* position: fixed;
        padding: 0;*/
        border-top: 1px solid transparent;

    }

    .ct-select-box-mobile i {
        font-size: 15px;
        padding: 3px;
        line-height: 16px;
    }

    .ct-stock,
    .unselect.mob-none {
        display: none;
    }

    .ct-select-box .mobile-select {
        max-width: 100%;

    }
	
	.cat_countWrapper{
		display:none;
	}
	
    .ct-select-box {
        border-bottom: none
    }

    .ca-add-item {
        margin-top: 0px;
    }

    .schliessen-close.filter-close-all {
        display: block;
    }

    .ct-select-box-area {
        background: #fff none repeat scroll 0 0;
        /*left: 100%;*/
        position: fixed;
        /*top: 80px;*/
		top: 0;
        transition: all 0.3s ease 0s;
        /*width: 100%;*/
		width: 70%;
        z-index: 99;
        padding-right: 45px;
        height: 100%;
        padding: 0;
		right:0;
        justify-content: flex-start;
		/*overflow-y: auto !important;*/
		z-index: 99999;
		overflow: hidden;
		transition: transform .15s cubic-bezier(.55,.085,.68,.53),-webkit-transform .15s cubic-bezier(.55,.085,.68,.53);
		transform: translateX(3300px);
    }

    .sticky .ct-select-box-area {
        /*top: 52px;*/
		top: 0;
    }

    .filter-items-active {
        border: none;
        padding: 4px 10px;
    }

    .filter-option-hide, .filter-option-hide-radio {
        left: 121%;
        transition: all .3s ease;
        border: 0
    }

    .matiere-s-box .filter-items-active.current + .filter-option-hide, .matiere-s-box .filter-items-active.current + .filter-option-hide-radio {
        display: block;
        left: 0;
    }

    .filter-option-hide .schliessen, .filter-option-hide-radio .schliessen {
        background: #333642 none repeat scroll 0 0;
        border: 1px solid #333642;
        color: #fff;

    }

    .matiere-s-box {
        margin-top: 0px;
    }

    .filter-option-hide .schliessen, .filter-option-hide-radio .schliessen {
        margin: 0;
    }

    .filter-worp {
        max-height: inherit;
		overflow-y: unset;
        /*overflow-y: auto;*/
        padding-bottom: 50px;
    }

    .filter-option-hide button.schliessen, .filter-option-hide-radio button.schliessen {
        width: 32%
    }

    .filter-worp {
        /*margin-bottom: 0;*/
        /*        padding-top: 50px;*/
		margin-bottom: 10px;
		padding-bottom: 27px;
		max-height: 85vh;
		height: 80%;
    }

    /*.schliessen.schl-close {
        width: 30% !important;
    }*/
	.eweb-schliessen.schl-close {
        width: 30% !important;
    }
    .ct-select-box-area.filter-box-open {
        /*left: 15%;*/
		transition: transform .15s cubic-bezier(.25,.46,.45,.94),-webkit-transform .15s cubic-bezier(.25,.46,.45,.94);
		transform: translateX(0);
    }

    .mobile-select.matiere-s-box.m-block {
        display: block;
        /*margin-right: 30px*/
		margin-right: 10px;
    }

    .ct-select-box {
        display: inherit;
        flex-wrap: inherit;
    }

/*.schliessen-close {
	right: 0;
	width: 85%;
}*/
.filter-listing{
overflow-y: scroll;
/*height: 100%;
max-height: 500px;*/
height: 100%;
max-height: 85vh;
}
.schliessen-close {
width: 100%;
/*position: absolute;
bottom: 30px;*/
position: initial;
bottom:0;
top: 86vh;
height:20%;
}
    .mobile-select.matiere-s-box.mo-none {
        display: none;
    }

    .ct-pt-item {
        margin-top: 30px
    }
	
	.ct-pt-item-5 {
        margin-top: 30px
    }

    .mobile-select-mob-in {
        align-items: center;
        border-bottom: 1px solid #ededed;
        display: flex;
        justify-content: space-between;
        /*margin-top: 30px; */
        /*padding-bottom: 30px; */
		border:none !important;
		
		position: absolute;
		width: 100%;
		left: 0;
		padding: 0px 15px;
    }
	.e-cat_countWrapper{
		margin-top: 60px !important;
	}
    .ct-se-box-open .ct-select-box-area {
        left: 0px;
    }

    .ct-se-box-open .ct-select-box .mobile-select {
        padding-left: 30px;
    }

    .ewebera-outer-wrapper {
        /*margin: 70px 0 30px 0 !important;*/
		margin: 60px 0 30px 0 !important;
    }
	h1.ewebera-main-title, h1{
		line-height: 30px;
	}
	h1.ewebera-main-title::after, h1::after{
		width: 10% !important;
		margin-top: 10px;
	}
	#information-information #content h1.ewebera-main-title::after{
		margin-top: 10px;
	}
	/*body.era_information .ewebera-outer-wrapper {
        margin: 60px 0 30px 0 !important;
    }*/
	
	.category-page-area {
        /*margin: 70px 0 30px 0;*/
		margin: 60px 0 30px 0;
    }

    .left-sidebar-area {
        margin-bottom: 10px;
    }

    .le-dr-menu.full-active .le-dr-submenu {
        display: none;

    }

    .ca-add-item {
        text-align: center;
    }

    .left-sidebar-area {

        display: none;
    }

    .filter-pop-items {
        position: inherit;
        z-index: inherit
    }

    .matiere-s-box, .matiere-s-box1 {
        max-width: 100%;
		/*width: 80%;*/
		width: 90%;
		margin: 10px;
		/*width: 50%;
		margin: 10px 0;*/
    }
	.matiere-s-box.emobile_only{
		width: 50%;
		margin: 10px 0;
	}
	
	.web-none.matiere-s-box {
        max-width: 100%;
		width: 100%;
		margin: 0 0 10px;
    }

    .filter-option-hide, .filter-option-hide-radio {
        height: 100%;
        /*overflow-y: scroll;*/
        /*width: 87%;*/
		width: 100% !important;
    }

    .ct-select-box {
        flex-wrap: wrap;
        padding: 0
    }

    .filter-items-active::after {
        -ms-transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .filter-items-active.current::after {
        -ms-transform: translateY(-50%) rotate(0deg);
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }

    .matiere-s-box.selected li.filter-pop-items span.filter-items-active {
        border: none;
        font-weight: 600;
    }

    /*.filter-option-hide button.schliessen  {
        padding: 0;
        border-radius: 0;
        width: 80%;
        height: 40px
    }*/
	.filter-option-hide button.schliessen, .filter-option-hide-radio button.schliessen {
        padding: 0 !important;
		width: 90% !important;
		height: 40px !important;
		background-color: #e2033c !important;
		border-radius: 8px !important;
		
    }
	.schliessen{
		position: absolute;
		display: block;
		bottom: 10px;
	}
	.schliessen-close .unselect{
		position: absolute;
		display: block;
		bottom: 52px;
	}
	/*.filter-option-hide, .filter-option-hide-radio{
		width: 300px !important;
	}*/
    /*.filter-option-hide button.schliessen.web-none {
        width: 20%;
    }*/
	.filter-option-hide button.eschliessen.web-none, .filter-option-hide-radio button.eschliessen.web-none {
        width: 20%;
		background: #000;
		color: #fff;
		height: 40px;
		padding: 0;
		margin: 0 auto;
		top: 0;
		border: 1px solid transparent;
		display: none;
    }

    /*.schliessen-close.filter-close-all {
        position: absolute;
        bottom: 80px;
        width: 100%;
        display: flex;
    }*/

	.schliessen-close.filter-close-all {
       /* position: absolute;
		bottom: 110px;
		width: 100%;
		display: block;
		margin: 0 auto;*/
		position: absolute;
		bottom: 0;
		width: 100%;
		margin: 0 auto;
		top: 82vh;
		display:initial;
    }
	.schliessen-close.filter-close-all button.schliessen{
		width: 100%;
		background: #e2033c;
		border-radius: 8px;
	}
    .sticky .schliessen-close.filter-close-all {
        /*bottom: 52px;*/
    }

    .schliessen-close.filter-close-all button {
        width: 100%;
        border: 0;
        background:#000;/*#98999b;*/
        color: #fff;
        height: 40px
    }

    spen.mb-none {
        display: none;
    }

    .filter-items-active {
        font-size: 18px;
    	line-height: 1.5;
    }

    .matiere-s-box.price-selected li.filter-pop-items span.filter-items-active {
        border: none
    }
	.matiere-s-box li.filter-pop-items span.filter-items-active{
		 border: none;
	}
    .ct-select-box-mobile.eselected {
       /* font-size: 16px;
        font-weight: 500;*/
		font-weight: 500;
		border: 2px solid #000;
    }
	
	.mobile-select.matiere-s-box .phone-model form.eeselected{
		border:none !important;
	}
	
    .ct-select-box-mobile i {
        font-size: 18px;
       /* margin-right: 5px;*/


    }

    .scroll-none .filter-box-overlay, .body-hidden .filter-box-overlay {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        height: 150%;
        position: absolute;
        /*top: 32px;*/
		top: 0;
        width: 100%;
       /* z-index: 98;*/
		z-index: 9999;
        transition: all .5s ease
    }

    .scroll-none .mobile-select.matiere-s-box .phone-model {
        z-index: -1;
        position: relative
    }
}

@media only screen and (max-width: 992px) {
    .ct-pt-item {
        width: 24%;
    }
	
	.ct-pt-item-5 {
        width: 25%;
    }

    body.scroll-none {
        overflow: hidden;
    }
.ct-release {
    top: 5px; /* was 20px */
}
    .un-heart {
        background: #fff none repeat scroll 0 0;
        border-radius: 50%;
        height: 30px;
        overflow: hidden;
        padding: 6px 6px 5px 5px;
        width: 30px;
		margin:0 auto;
        /*margin-left: 25px;*/
		margin-right: 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
		text-align:center;
    }

    .lik-heart {
        height: 0;
        opacity: 0;
        /*transition: all 0s ease 0s;*/
		/*transition: all .15s ease;
		animation: pulse .15s ease 1;*/
    }
}

@media only screen and (max-width: 767px) {
        .col-lg-7.no-pad{
        padding: 0
    }
    .ct-add-flex {
        flex-wrap: wrap;
		margin-top:0px;
    }

    .ct-pt-item {
        width: 32%;
    }
	
	.ct-pt-item-5 {
        width: 26%;
    }

    .nice-select.ca-select-box-item {
        margin-top: 15px;
        width: 49%;
    }

    .ca-add-item > h5 {
        font-size: 14px;
        line-height: 14px;
    }
}

@media only screen and (max-width: 667px) {
   .ca-add-item{
	/*width: 29.1%;*/
   	/*width: 29.33333%;*/
	width: 33.333%;
   }
    .ct-pt-item {
        width: 50%;
		padding: 5px !important;
    }
	.ct-pt-item-5 {
        width: 33%;
    }
.ct-pt-item:hover{
box-shadow: none !important;
border:none !important;
}
.cat-img-box {
    max-width: 100%;
    width: 100%;
}
	
    .ct-pt-details > p {
        font-size: 12px;
        line-height: 16px;
        padding: 0 10px;
		width: 100%;
    }

    .ca-add-item > h5 {
        font-size: 11px;
        line-height: 12px;
    }
}

@media only screen and (max-width: 425px) {
    .cat-img-box {
        margin: 0 auto;
    }
	
	.ct-pt-item-5 {
        width: 50%;
    }
    .un-heart {
        display: inline-block;
    }

    .un-heart-like,
    .lik-heart {
        text-align: right;
    }
}

body.ddd {
    height: 100vh;
    overflow: hidden;
}
.swiper-button-next::before{
	display: none !important;
}
.swiper-container-fade .swiper-slide{
pointer-events: inherit !important;
}
.breadcrumb{
	display:none;
}
/*.form-horizontal .col-sm-2, .form-horizontal .col-sm-10{
padding-left: 0;
padding-right: 0;
}*/
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.btn-default{
color: #777;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
background-color: #e7e7e7;
background-image: linear-gradient(to bottom,#eeeeee,#dddddd);
background-repeat: repeat-x;
border-color: #ddd #ddd #b3b3b3 #b7b7b7; 
}
.btn-primary{
color:#fff;
background-color: #e2033c; /*ff6900*/
border-color: #e2033c;
}
.btn-default:hover{
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-primary:hover{
color:#fff;
background-color: #d60339 !important;
border-color: #d60339 !important;
}
.ewebera-outer-wrapper{
 margin: 10px 0;
}
body.era_information .ewebera-outer-wrapper {
 margin: -1px 0;
}
.well{
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs {
    margin-bottom: 15px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav > li {
    position: relative;
    display: block;
}
.nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.phone-price-list{
width: 100%;
}
.phone-price-list li{
width: 100%;
float: left;
}
.phone-price-list li del{
/*padding-left: 10px;*/
padding-right: 10px;
float: left;
padding-top: 8px;
color: #a4a4a4;
font-size: 16px;
height:32px;
}
.phone-price .phone-price-list li h4{
/*float: left;*/
}
.heart-icon::after {
    content: "0";
    background: #e2033c none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 18px;
    line-height: 17px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -8px;
    width: 18px;
	display:none;
}
.ewebera-mobile{
	display:none;
}
.ewebera-desktop{
		display:block;
	}
@media only screen and (max-width: 425px) {
.heart-icon::after{
	right: -9px !important;
	top: -8px;
}

}

@media only screen and (min-width:992px) {
    #lang-desk{
        display:inline-flex !important;
    }
.e-phone-re-con .phone-review{
margin-top: 10px;
}
.filter-pop-items:hover {
    background-color: #F6F6F6 !important;
}
.matiere-s-box.price-selected .filter-pop-items{
	background: #fff;
}
.cx-design{
	padding-top: 10px;
    display: inline-block;
}
.cx-limited{
	padding-top: 10px;
    display: inline-block;
}
#swiper-container-id .ct-release{
	z-index: 9;
    top: 10px !important;
    left: 80px;
    max-width: 100px;
}
#swiper-container-id .ct-release .cat-release-new{
	margin-top: 0px;
}
}

@media only screen and (max-width:991px) {
.user > ul{
	/*justify-content: space-between;*/
	/*justify-content: unset;*/
}
.user ul li p.plable {
	display: none;
}
.heart-icon::after {
    font-size: 12px;
    height: 16px;
    line-height: 14px;
    width: 16px;
   /* margin-top: 15px;
    margin-right: 5px;*/
}
.heart-icon::after, .add-product::after {
    /*right: -10px;*/
	right: -1px;
	top: 8px
}
.phone-details .phone-name > p{
font-size: 16px;
}
.review-ster i, .review-ster p{
font-size: 14px;
}
.user-icon p.plable, .heart-icon p.plable, .add-product p.plable{
	display: none;
}
.e-cart-content .my-product-area{
	display:none;
}
}
@media (max-width:500px) {
	#product-search .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%  !important;
        max-width: 100% !important;
    }
}
@media (max-width:576px) {
	#product-search .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.basket .form-control{
	border: 1px solid #adaeb5;
}

.ewebera-coupan-body #input-coupon, .ewebera-coupan-body #input-reward{
	border: 1px solid #adaeb5;
	border-right: none !important;
}

.ewebera-coupan-body #button-reward, .ewebera-coupan-body #button-coupon{
	background: #fff !important;
	color: #e2033c;
	border-radius: 0;
	border-left: none !important;
	border: 1px solid #adaeb5;
	border-color: #adaeb5 !important;
}

.ewebera-coupan-body #button-reward:hover, .ewebera-coupan-body #button-coupon:hover{
	color: #e2033c;
	background-color: #fff !important;
	border: 1px solid #adaeb5 !important;
	border-left: none !important;
}
.ewebera-coupan-body #input-coupon.form-control:focus, .ewebera-coupan-body #input-reward.form-control:focus{
	box-shadow:unset;
	border: 1px solid #adaeb5;
}

.basket .basket-product .control .form-control:focus{
	box-shadow:unset;
	border: 1px solid #adaeb5;
}

.ewebera-coupan-body #button-coupon.btn-primary:not(:disabled):not(.disabled):active:focus, .ewebera-coupan-body #button-coupon.btn-primary:not(:disabled):not(.disabled):active,
.ewebera-coupan-body #button-reward.btn-primary:not(:disabled):not(.disabled):active:focus, .ewebera-coupan-body #button-reward.btn-primary:not(:disabled):not(.disabled):active{
	box-shadow:unset;
	background: #fff !important;
	border: 1px solid #adaeb5 !important;
	border-left: none !important;
}
.ewebera-modules #accordion .panel-default{
	border: 1px solid #adaeb5;
	padding: 10px;
}
.ewebera-modules .accordion-toggle{
	width: 100%;
}
.ewebera-modules .accordion-toggle .fa{
	float: right;
	margin-top: 5px;
}

/*.basket .basket-product .quantity {
   border: 1px solid #adaeb5;
   background-color: #f8f8f8 !important;
}*/
.basket .basket-product .quantity .quantity-wrapper {
   border: 1px solid #adaeb5;
   background-color: #f8f8f8 !important;
}
.basket .basket-product .quantity .qty-changer {
    display: inline-block;
    vertical-align: middle;
	width: 25%;
	background-color: #f8f8f8 !important;
}

.basket .basket-product .quantity .qty-changer a {
    position: relative;
    text-align: center;
    width: 100% !important;
    height: 38px !important;
    line-height: 38px !important;
    color: #4c4f5f;
    background-color: #f8f8f8;
}
.basket .basket-product .quantity .control{
    display: inline-block;
	vertical-align: middle;
	width: 40%;
}
.basket .basket-product .quantity .form-control {
	width: 48px;
	border: none;
	padding: 10px;
	height: 38px;
	text-align: center;
}

.basket .basket-product .quantity input[type="number"] {
  -moz-appearance: textfield;
  border: 1px solid #adaeb5;
  border-top: none;
  border-bottom: none;
}
.basket .basket-product .quantity input[type="number"]::-webkit-inner-spin-button, 
.basket .basket-product .quantity input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.ewebera-checkout-cart #button-delete-coupon .btn-primary.disabled, .ewebera-checkout-cart #button-delete-coupon .btn-primary:disabled{
background-color: #fff !important;
border-color: #adaeb5 !important;
}
#button-coupon.btn-primary.disabled, #button-reward.btn-primary:disabled{
background-color: #fff !important;
border-color: #adaeb5 !important;
}

#checkout-checkout .btn-primary.disabled, #checkout-checkout .btn-primary:disabled{
    background-color: #e2033c !important;
    border-color: #e2033c !important;
    color: #fff;
}
#checkout-checkout .btn-primary.disabled, #button-reward.btn-primary:disabled{
    background-color: #e2033c !important;
    border-color: #e2033c !important;
    color: #fff;
}
div.esummary .summary-subtotal:last-child{
	border-top: 1px solid #ccc !important;
	padding: 1rem 0;
	margin: 1rem 0;

}

h1.ewebera-main-title, h1  {
    font-size: 28px;
    font-weight: 500;
}
h1.ewebera-main-title::after, h1::after {
    content: "";
    border-bottom: 3px solid #eaecee;
    display: block;
    /*width: 5%;*/
	width: 5%;
}
h1.cat-title::after {
    content: "";
    border-bottom: 3px solid #eaecee;
    display: block;
    width: 5%;
}

.left-sidebar-area .sidebar ul.nav li{
width: 100%;
border-top: 1px solid #eee;
}
.left-sidebar-area .sidebar ul.nav li:first-child{
border-top: 0;
}


#checkout-checkout .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
#checkout-checkout .panel-heading {
    /*padding: 10px 15px;*/
	padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#checkout-checkout .panel-heading a.accordion-toggle {
	padding: 10px 15px;
	width:100%;
}

#checkout-checkout .panel-heading h4.panel-title > :not(a) {
	padding: 10px 15px;
	width: 100%;
    display: block;
}
#checkout-checkout .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
#checkout-checkout .panel-group {
    margin-bottom: 20px;
    margin-top: 20px;
}
#checkout-checkout .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
#checkout-checkout .panel-default {
    border-color: #ddd;
}

#checkout-checkout .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
#checkout-checkout .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
#checkout-checkout .panel-group .panel-heading + .panel-collapse > .list-group, #checkout-checkout .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
#checkout-checkout .panel-body {
    padding: 15px;
}

#checkout-checkout .panel-body h2{
  font-size: 26px;
  line-height: 48px;

}
#checkout-checkout .panel-body p{
  font-size: 14px;
}
#checkout-checkout .panel-body label{
  font-size: 14px;
}
#checkout-checkout #collapse-payment-method .panel-body label{
  font-size: 15px;
}
#checkout-checkout .panel-group .panel + .panel {
    margin-top: 5px;
}

#checkout-checkout .panel-body .checkbox, #checkout-checkout .panel-body .radio {
    position: relative;
    display: block;
    /*margin-top: 10px;*/
	margin-top: 0;
    margin-bottom: 10px;
}
#checkout-checkout .panel-body .buttons {
    margin: 1em 0;
}
#checkout-checkout .panel-body .checkbox label, #checkout-checkout .panel-body .radio label {
    min-height: 20px;
    padding-left: 19px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

#checkout-checkout .panel-body .checkbox input[type="checkbox"], #checkout-checkout .panel-body .checkbox-inline input[type="checkbox"], #checkout-checkout .panel-body .radio input[type="radio"], #checkout-checkout .panel-body .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 3px;
    margin-left: -20px;
}
#checkout-checkout .panel-title{
font-weight: 500;	
}
#checkout-checkout .pull-right{
	float:none !important;

}

/* --------- navigation controls ------- */
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */

#thumbs2-pause-play {display:none;} /*.pause*/

#thumbs2-prev, #thumbs2-next
{
    position: absolute;
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
    margin:0;
    z-index:10;
    cursor:pointer;
    transition:opacity 0.6s;
    *background-color:#ccc;/*IE7 hack*/
    backface-visibility:hidden;
}

#thumbs2-prev {
    top:-36px;
}

#thumbs2-next {
    bottom:-36px;
}
#thumbs2-next.disabled, #thumbs2-prev.disabled {
    opacity:0.1;
    cursor:default;
}


/* arrows */
#thumbs2-prev::before, #thumbs2-next::before {
    position:absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left:-20px;
    border-left: 4px solid black;
    border-top: 4px solid black;
}

#thumbs2-prev::before {
    top:12px;
    -ms-transform:rotate(-45deg);/*IE9*/
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
}

#thumbs2-next::before {
    bottom:12px;
    -ms-transform:rotate(135deg);/*IE9*/
    -webkit-transform:rotate(-135deg);
    transform: rotate(-135deg);
}

.tab-content #tab-description p{
	margin: 0 0 10px;
}
.tab-content #tab-description ul, .tab-content #tab-description ol{
	list-style: unset;
	margin: 0 0 10px 25px;
}
.breadcrumb{
padding: .35rem 0rem  .35rem !important;
background: transparent !important;
margin-bottom: 0 !important;
font-size: 12px;
color:#a4a4a4;
}
.breadcrumb .ewebera-bread-icon{
margin: -2px 0 0px;display: inline-block;vertical-align: middle;position: relative;width: 25px;text-align: center;
font-size:8px;
}
.breadcrumb a {
color:#a4a4a4;
}
.breadcrumb a:hover {
color:#333642;
}
.ct-add-flex.ewebera a:hover, .ct-add-flex.EWebEra a:hover{
/*border: 1px solid #ddd;*/
text-decoration: none;
}
.cat_countWrapper {
    display: none;
    margin-bottom: 8px;
    position: relative;
}

.cat_countWrapper {
    display: flex;
    justify-content: center;
}
.cat_count {
    color: #6f6f6f;
    background: #fff;
    padding: 0 36px;
    margin: 0 0;
    z-index: 1;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
}
.cat_countWrapper::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 1px solid #ddd;
}
.ct-stock h1.cat-title{
font-size: 28px;
line-height: 38px;
font-weight:600;
/*display: flex;*/
display: inherit;
overflow: hidden;
}
select:focus > option:hover, 
select:focus > option:focus, 
select:focus > option:active, 
select:focus > option:focus-within, 
select:focus > option:visited, 
select:focus > option:checked, 
select:focus > option:selected {
    background: linear-gradient(#F6F6F6, #F6F6F6);
	background-color: #F6F6F6 !important; /* for IE */
	color: #fff !important;
}

.phone-model select{
/*background: #fff !important;*/
background: transparent !important;
}
/*.mobile-select.matiere-s-box .phone-model select{
padding: 4px 28px 4px 10px !important;
}*/
.mobile-select.matiere-s-box .phone-model select.e_selected{
border: 1px solid #000;
font-weight: 600;
color:#000;
}
#review .no_review_text{
margin-top: 55px;
margin-bottom: 55px;
}
#review .no_review_text h3{
margin-bottom: 15px;
color: #b4b4b4;
font-weight: 400;
}
#review .no_review_text p{
color: #b4b4b4;
font-size: 0.9rem;

}
#review .rating_right .container{
padding-left: 0;
padding-right: 0;
}
#review .rating_details{
display: table;
width: 100%;
}
#review .erating{
	font-size: 40px;
	font-weight: 600;
	display: table-cell;
	vertical-align: middle;
}

#review .rating_left .review-ster i{
font-size: 24px;
}
#review .rating_left .into_text{
width: 100%;
float: left;
margin-top: 25px;
margin-bottom: 25px;
font-size: 14px;
color: #b4b4b4;
}
#review .rating_left .into_text p{
color: #b4b4b4;
}
#review .rating_left .into_text .fa{
font-size: 40px;float: left; margin-top: 35px;font-weight: 300;

color: #b4b4b4;
}
#review .edesc{
	padding-left: 5px;
	display: table-cell;
	vertical-align: middle;
}
#review .jumbotron-fluid{
padding: 1rem 1.5rem;
/*margin-bottom: 1rem;*/
margin-bottom: 0.5rem;
border-radius: 4px;
background-color: #f5f5f5;
}
#review .reviewer-name{
float: left;
display: flex;
/*margin-top: -5px;*/
margin-top: 0;
margin-left: 10px;
font-weight: 600;
font-size: 16px;
}
#review .review-ster{
float: left;
}
#review .lead{
font-size: 16px;
font-weight: 400;
}
#review .publish_date{
color: #b4b4b4;
font-size: 13px;
}
/*.list-unstyled{
margin-top: 10px;
}*/
h1.ecustom_title{
   /* font-size: 24px;
    
    line-height: 38px;*/
	font-weight: 500;
	font-size: 28px;
}
h1.ecustom_title::after {
    content: "";
    border: none;
    border-bottom: 3px solid #eaecee;
    width: 5%;/*80px;*/
    /*height: 5px;
    display: block;
    margin-top: 5px;
    color: #eaecee;*/
}
.form-control{
font-size: 16px;
}
label{
margin-bottom: .2rem;
font-size:14px;
}
#account-login .well{
padding: 5px 40px 30px !important;
}
#account-login .well.red_area p{
text-align: justify;
}
.red_area h2, .green_area h2{
font-size: 20px;
}
#account-login .green_area a{
font-size: 12px;

}
#account-login .alert-danger{
   font-size: 14px;
   padding: 10px !important;
}
.green_area a:hover{
	color:#e2033c;
}
.green_area a.btn-primary{
	background-color:#ddd !important;
	border-color:#ddd !important;
	color:#333642;
}
.green_area .btn-primary.btn-link{
	background-color:#ddd;
	border-color:#ddd;
	color:#333642;
}
.green_area a.btn-primary:hover{
	color:#fff;

	background-color:#bbbbbb !important;
	border-color:#bbbbbb !important;
}
.green_area .btn-primary.btn-link:hover{
	color:#fff;
	background-color:#bbbbbb !important;
	border-color:#bbbbbb !important;
}
.red_area{
border-top: 8px solid #e2033c;
border-radius: 10px;
box-shadow: 0 8px 6px -6px #e3e3e3;
}
.green_area{
border-top: 8px solid #333642;
border-radius: 10px;
box-shadow: 0 8px 6px -6px #e3e3e3;
}
.red_area .btn-primary{
margin-top: 15px;
width: 100%;
font-weight: 600;
}
.green_area .btn-primary{
background-color: #333642 !important;
border-color: #333642 !important;
margin-top: 15px;
width: 100%;
font-weight: 600;
}
.green_area .btn-primary:hover{
background-color: #373947 !important;
border-color: #373947 !important;
}
.green_area .btn-primary:hover, 
.green_area .btn-primary:not(:disabled):not(.disabled).active, 
.green_area .btn-primary:not(:disabled):not(.disabled):active, 
.green_area .show > .btn-primary.dropdown-toggle{
background-color: #373947 !important;
border-color: #373947 !important;
}
#account-register h1.ecustom_title{
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
	margin-bottom: 25px;
}
#account-register h1.ecustom_title::after {
    content: "";
    border: none;
    border-bottom: 5px solid;
    width: 80px;
    height: 5px;
    display: block;
    margin-top: 5px;
    color: #eaecee;
}
#account-register form{
margin-top: 20px;
}
#account-register .pull-left{
width: 100%;
}
#account-register .action-BTN{
width: 100%;
display: block;
text-align: center;
}
#account-register .btn-primary{
width: 50%;
font-size: 16px;
}
legend{
font-size: 18px;
font-weight:600;
}

#account-forgotten h1.ecustom_title{
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
	margin-bottom: 25px;
}
#account-forgotten h1.ecustom_title::after {
    content: "";
    border: none;
    border-bottom: 5px solid;
    width: 80px;
    height: 5px;
    display: block;
    margin-top: 5px;
    color: #eaecee;
}
#account-forgotten form{
margin-top: 20px;
}
.e_result_count{
margin: 20px 0;
align-items: center;
justify-content: center;
display: flex;
font-size:0.8rem;
}
.e-cat_countWrapper{
	position: relative;
    margin-top: 10px;
}
.irs-slider{
 cursor: grab !important; /*//rc-slider-handle-dragging */
}
.irs-slider.state_hover, .irs-slider:hover{
height: 20px !important;
width:20px !important;
margin-top: 0 !important;
box-shadow: 0 0 0 4px rgba(246,117,92,0.3) !important;
}
.ewebera-bread-icon.eschliessen, .ewebera-bread-icon.schl-close {
    cursor: pointer;
	left: 0px;
    top: -5px;
    width: 50px;
    line-height: 41px;
}
.e-cart-content .my-product-items .my-product .un-heart{
text-align: left;
}
@media (min-width:576px) {

	.pagination {
		margin: 40px 0;
		justify-content: left;
	}
	.e_result_count{
		margin: 40px 0;
		justify-content: flex-end;
	}
	.e-cat_countWrapper{
		 margin-top: 30px;
	}
}

.ewebera-back-icon{
font-size: 24px;
position: absolute;
line-height: 24px;
font-weight: bold;
margin-top: 5px;
left: 25px;
font-weight: 600 !important;
}
.ewebera-remove-btn.btn-danger:not(:disabled):not(.disabled).active, 
.ewebera-remove-btn.btn-danger:not(:disabled):not(.disabled):active, 
.ewebera-remove-btn.btn-danger.dropdown-toggle{
color:#999 !important;
background-color: transparent !important;
border: none !important;
}
.ewebera-remove-btn.btn-danger.focus, .ewebera-remove-btn.btn-danger:focus{
box-shadow: none !important;
}
.ewebera-remove-btn.btn-danger{
font-size: 0.7rem !important;
margin-top: 5px !important;
color:#999 !important;
}
.basket-product .product-image .img-thumbnail{
	border:none !important;
}

#information-information #content h1.ewebera-main-title, #content > h1{
margin-bottom: 10px;
}

#information-information #content h1.ewebera-main-title::after {
    content: "";
    border-bottom: 3px solid #eaecee;
    display: block;
    width: 5%;
}


@-webkit-keyframes pulse{
	65%{
		-webkit-transform:scale(1.1);
		transform:scale(1.1)
		}
}
@keyframes pulse{

	65%{
		-webkit-transform:scale(1.1);
		transform:scale(1.1)
		}
}
.ewebera-coupan-body #button-reward, .ewebera-coupan-body #button-coupon {
    border-radius: 0 4px 4px 0 !important;
}



/*  Home Page Css 17-10-2020 Start */

.ho-slider-area .swiper-container .swiper-slide img {
    width: 100%;
}

.ho-slider-area .swiper-container .swiper-slide {
    position: relative;
}

.ho-slider-area .swiper-container .swiper-slide a,
.ho-banner-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.ho-banner-item {
    position: relative;
    margin-bottom: 15px;
    width: 354px;
}

.ho-banner-item img {
    width: 100%;
	height: auto;
}

.ho-banner-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    font-weight: 600;
}

.ho-slider-items {
    width: 830px;
}

.ho-slider-items .swiper-button-prev,
.ho-slider-items .swiper-button-next,
.ho-coques-area .swiper-button-prev,
.ho-coques-area .swiper-button-next {
    background: none
}

.ho-slider-items .swiper-button-prev::before {
    font-weight: 400;
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .15s ease;
    position: absolute;
    font-size: 34px;
    color: #7e7f84;
    left: 10px;
    top: 50%;
}

.ho-slider-items .swiper-button-prev:hover::before,
.ho-slider-items .swiper-button-next:hover::after,
.ho-coques-area .swiper-button-next:hover::after,
.ho-coques-area .swiper-button-prev:hover::before {
    color: #d7133e !important;
	opacity: 1;
}
.ho-slider-items .swiper-button-next::after {
    font-weight: 400;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .15s ease;
    position: absolute;
    font-size: 34px;
    color: #fff !important;
    right: 10px;
    top: 50%;
	opacity: 0.6;
}




.ho-slider-items .swiper-pagination {
    display: block;
    opacity: 0
}

.ho-slider-items:hover.ho-slider-items .swiper-pagination {
    opacity: 1
}




.ho-slider-flex {
    display: flex;
    justify-content: space-between;
}



.ho-quelques-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ho-quelques-heading button {
    border: 1px solid #d7133e;
    border-radius: 5px;
    padding: 0 12px;

    color: #d7133e;
    background: #fff;
    margin: 1px 0 2px 10px;
    font-size: 12px;
}

.ho-quelques-heading button:hover {
    background: #d7133e;
    color: #fff
}

.ho-quelques-heading button:last-child {
    border: 1px solid #00b67a;
    color: #00b67a;
}

.ho-quelques-heading button:hover:last-child {
    background: #00b67a;
    color: #fff
}

.ho-quelques-heading h3 {
    font-size: 20px;
    font-weight: 500;
    
}

.ho-quelques-heading img {
    margin-right: 5px;
}




.ho-quelques-items {
    display: flex;
    justify-content: space-between;
}

.ho-quelques-item {
    background: #f5f5f5;
    width: 24%;
    border-radius: 5px;
    padding: 15px 5px;
    text-align: center;
    /*margin-top: 20px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.ho-quelques-item p {
    font-size: 13px;
    line-height: 1.3;
    font-style: italic;
}

.ho-quelques-item p strong {
    color: #d7133e;
    font-style: initial;
    font-size: 10px;
	text-transform: uppercase;
}


.ho-quelques-item p span {
    font-size: 10px;
    line-height: 2;
    color: #666666;
    font-weight: 400;
    font-style: initial;
	text-transform: uppercase;
}

.ho-coques-area {
    padding: 30px 0;
}

.ho-coques-area h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
	/*font-family: 'Work Sans', sans-serif;*/
}

.ho-coques-area h3 span {
    color: #d7133e;
    font-weight: 600;
}

.ho-tendances-item:hover p {
    color: #d7133e;
}

.ho-coques-area .swiper-container {
    padding: 0 1px;
}

.ho-coques-cont {
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    background: #fff;
    position: absolute;
    /*bottom: 30px;*/
	bottom: 0;
    width: 100%;
    transition: all .5s ease
}

.ho-coques-area .swiper-slide:first-child .ho-coques-cont {
    border-left: 1px solid #eaecee;
}


.ho-coques-area a.swiper-slide:hover .ho-coques-cont {
    background: rgb(238, 238, 238);
}


/*
.ho-coques-area a.swiper-slide:hover .ho-coques-img {
margin-bottom: -30px
}
*/


.ho-coques-img img {
    width: 100%;
}

.ho-coques-area a.swiper-slide {
    /*height: 160px;*/
	height: 140px;
}

.ho-coques-img {
    width: 60px;
    position: relative;
    transition: all .3s ease;
    display: block;
    padding-top: 30px;
    text-align: center;
    margin: auto;
    height: 100px;
    overflow: hidden;
}

.ho-coques-img-cont:hover .ho-coques-img {
    padding-top: 10px;

}
.ho-brands-area .swiper-button-prev{
	margin-top: -25px;
}
.ewebera-special .swiper-button-prev::before{
	font-size: 34px;
}
.ho-coques-area .swiper-button-prev::before, 
.ho-brands-area .swiper-button-prev::before,
.ewebera-featured .fswiper-button-prev::before, 
.ewebera-special .sswiper-button-prev::before,
.swiper-button-prev::before {
    font-weight: 400;
    content: "\f053" !important;
    font-family: "Font Awesome 6 Pro" !important;
    -ms-transform: translateY(-50% ) !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%);
    transition: all .15s ease;
    position: absolute;
    font-size: 34px;
    color: #7e7f84 !important;
    left: -10px;
    top: 50%;
	/* opacity:0.6; */
}
.ho-brands-area .swiper-button-prev::before {
left: -35px;
}
.ho-coques-area .swiper-button-next::after, .ho-brands-area .swiper-button-next::after,
.ewebera-featured .fswiper-button-next::after, .ewebera-special .sswiper-button-next::after,
.swiper-button-next::after {
    font-weight: 400;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .15s ease;
    position: absolute;
    font-size: 34px;
    color: #7e7f84;
    right: -10px;
    top: 50%;
}
.ho-brands-area .swiper-button-next::after {
right: -35px;
}
.ho-coques-area .swiper-button-prev.swiper-button-disabled,
.ho-coques-area .swiper-button-next.swiper-button-disabled 
.ho-brands-area .swiper-button-prev.swiper-button-disabled,
.ho-brands-area .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.ho-coques-cont p {
    font-weight: 400;
    color: #000;
    padding: 10px 0;
    font-size: 13px;
}

h3.tendances-heading {
    position: relative;
    margin-bottom: 20px;
    color: #202024;
    font-size: 24px;
}

h3.tendances-heading::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #eaecee;
    content: "";
}
.ho-tendances-item p{
min-height: 35px;
max-height: 35px;
font-weight:500;
line-height: 1.1;
padding-top: 5px;
}

.ho-tendances-area {
    padding: 0 0 30px 0;
}

.ho-tendances-items {
    position: relative;

    max-width: 100%;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-template-rows: minmax(100px, auto);
    grid-auto-flow: dense;
    grid-gap: 15px;
}

.ho-tendances-item {
    display: grid;
    transition: 0.5s;
    position: relative;
    margin-top: 10px;
    text-align: center;
}

.ho-tendances-img {
    /*background: #f5f5f5;*/
    display: flex;
    align-items: center;
    justify-content: center;
	/*background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	height: 108px !important;*/
	/*background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	height: 108px !important;*/
	overflow: hidden;
}


.ho-tendances-img img {
    width: 100%;
	height: auto;
}

.ho-tendances-img img:active {
    transform:scale(.97);
	transition: all .1s ease;
}

.ho-tendances-area.ho-marques-logo-area .ho-tendances-img img {
    width: auto;
	max-width:100%;
}

.ho-tendances-area.ho-marques-logo-area .ho-tendances-img {
    /*min-height: 160px;*/
	height: 100%;
	padding: 30px 30px;
}

.sommes-nous-area {
    padding-bottom: 50px;
}

.sommes-nous-area h4 {
    color: #404354;
}

.sommes-nous-area p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #404354
}

.ho-quelques-heading h3,
.ho-quelques-heading button,
.ho-quelques-item p,
.sommes-nous-area p,
.sommes-nous-area h4 {
    font-family: 'Rubik', sans-serif;
}


.ho-quelques-heading h3 i {
    color: #d7133e;
    font-size: 20px;
    font-weight: 400;
}
    .ho-quelques-area  .swiper-wrapper {
        align-items: center

}
.bsnav-mobile .navbar{
box-shadow: unset !important;
}
.bsnav-mobile.in .navbar{
-webkit-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.32) !important;
-moz-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.32) !important;
box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.32) !important;
}
.user ul li.dropdown ul.dropdown-menu-right{
flex-flow: column;
}

.ewebera-featured-pro .swiper-wrapper, .ewebera-special-pro .swiper-wrapper{
	/*margin:0 10px;*/
	/*width: 96%;
margin: 0 auto;*/
	
}
.ewebera-special-pro .swiper-container, .ewebera-featured-pro .swiper-container{
/*padding-left: 10px;
padding-right: 10px;*/
}
.ewebera-featured-pro .container .ct-pt-item a.cat-img-box img,
.ewebera-special-pro .container .ct-pt-item a.cat-img-box img{
max-width:none;
}
@media only screen and (min-width: 992px) {
.filter-box-select.filter-box-select-cat{
	min-width: 125px;
}
.filter-box-select.filter-box-select-extar{
	padding-left: 10px;
}
.user ul li.dropdown:hover ul.dropdown-menu-right{
 /*display:block;*/
 opacity: 1;
visibility: visible;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

}
@media only screen and (max-width: 1024px) {

    .ho-banner-item {
        margin: 18px 0 0;
    }
    .video_parent
    {
        padding: 0px !important;
        /*margin-top: 62px !important;*/
    }
}
@media only screen and (min-width: 550px) and (max-width: 770px) {
    .video_parent {
        padding: 0px !important;
        margin-top: 62px ;
    }
}
@media only screen and (min-width: 360px) and (max-width: 770) {
    #product-manufacturer .banner-image {
        margin-top: 0px !important;
    }
}
@media only screen and (min-width: 810px) {
    /* .video_parent
    {
        padding: 0px !important;
        margin-top: 62px !important;
    }*/

    }

@media only screen and (max-width: 1199px) {

    .ho-slider-flex {
        flex-wrap: wrap;
    }

    .ho-slider-items,
    .ho-banner-area {
        width: 100%;
    }

    .ho-banner-area {
        display: flex;
        justify-content: space-between;
    }

    .ho-banner-item {
        width: 49%;
        margin: 24px 0 0;
    }

    .ho-slider-area {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {

    .ho-slider-area {
        margin: 52px 0 40px;
    }

    .ho-slider-area .container {
        padding: 0;
    }
    .video_parent
    {
        padding: 0px !important;
       margin-top: 60px;
    }
    .ho-coques-img-cont:hover .ho-coques-img {
        padding-top: 30px;

    }

    .ho-quelques-heading button {
        display: none;
    }

    .ho-quelques-heading button {
        font-size: 12px;
    }
    .ho-slider-items .swiper-button-prev:hover::before, .ho-slider-items .swiper-button-next:hover::after, .ho-coques-area .swiper-button-next:hover::after, .ho-coques-area .swiper-button-prev:hover::before{
        color: #7e7f84
    }
    
}

@media only screen and (max-width: 767px) {
    #swiper-container-id .ct-release{
    	z-index: 9;
        top: 10px !important;
        left: 0px !important;
        max-width: 100px;
    }
    #swiper-container-id .ct-release .cat-release-new{
    	margin-top: 0px;
    }
    .ho-slider-area {
        margin: 51px 0 10px;
    }

    .ho-coques-area {
        padding: 20px 0;
    }

    .ho-quelques-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ho-quelques-heading h3 {
        font-size: 15px;
    }

    .ho-slider-area .swiper-container .swiper-slide a,
    .ho-banner-item a {
        font-size: 22px;
    }

    .ho-slider-area .swiper-container-horizontal > .swiper-pagination-bullets,
    .ho-slider-area .swiper-pagination-custom,
    .ho-slider-area .swiper-pagination-fraction {
        bottom: 0;
    }

    .ho-banner-item a {
        font-size: 20px;
    }

    .ho-banner-item {
        margin: 6px 0 0;
    }

    .ho-slider-items .swiper-button-next::after {
        right: 0;
        font-size: 26px;
    }

    .ho-slider-items .swiper-button-prev::before {
        left: 0;
        font-size: 26px;
    }
	.ho-coques-area .swiper-button-prev::before, .ho-brands-area .swiper-button-prev::before, .ewebera-featured .fswiper-button-prev::before, .ewebera-special .sswiper-button-prev::before, .swiper-button-prev::before, .ho-coques-area .swiper-button-next::after, .ho-brands-area .swiper-button-next::after, .ewebera-featured .fswiper-button-next::after, .ewebera-special .sswiper-button-next::after, .swiper-button-next::after{
		font-size: 26px !important;
	}

    .ho-coques-area .swiper-button-next::after,
    .ho-coques-area .swiper-button-prev::before {
        font-size: 26px;
    }

    .ho-quelques-items {
        flex-wrap: wrap;
    }

    .ho-quelques-item {
        width: 100%;
        height: 100%
    }

    .ho-coques-area h3 {
        font-size: 22px;
        line-height: 1.3;
    }

    .sommes-nous-area h4 {
        font-size: 16px;
        line-height: 1.5;
    }

    .ho-quelques-heading h3 i {
        font-size: 15px;
    }

    .ho-quelques-item {
        margin-top: 8px;
    }
    
.ho-coques-area a.swiper-slide:hover .ho-coques-cont {
    background: #fff;
}
.ho-brands-area .swiper-button-prev::before {
left: -30px;
}
.ho-brands-area .swiper-button-next::after {
right: -30px;
}
.ho-tendances-area.ho-marques-logo-area .ho-tendances-img {
	padding: 15px 15px;
}
.ho-tendances-area.ho-marques-logo-area .ho-tendances-img img {
    transform: scale(1.1);
}
}

@media only screen and (max-width: 466px) {
	.ho-coques-cont p{
		font-size: 12px;
	}
    a.ho-tendances-item p {
        font-size: 14px;
    }


    .ho-tendances-items {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
.phone-price .phone-price-list li h4{
    width: 100%;
    float: left;
}
.phone-price .phone-price-list li>span{
    width: 100%;
    float: left;
}

.add-to-card button#button-cart{
font-size: 0.97rem;
padding: 10px 40px;
}
.eselect-wrapper .eweb-qty-select{
height: calc(2.45rem + 3px) !important;
}
}
.swiper-button-prev, .swiper-button-next{
text-shadow:none !important;
}
.nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover{
font-weight: 500;
color: #d7133e !important;
}
.nav-tabs > li > a:hover{
color: #d7133e !important;
}
.nav-tabs > li > a{
border: 1px solid transparent;
}
.ho-coques-slider .swiper-button-next, .ho-coques-slider .swiper-button-prev{
margin-top: -18px !important;
}
.ho-coques-slider .swiper-button-prev:before, .ho-coques-slider .swiper-button-next::after{
    height: 40px;
}
.mo-select-drop li:hover {
    background-color: #efeff0;
}
/*  Home Page Css 17-10-2020 End */

#checkout-cart .product-details-inner .btn-group.btn-inline .un-heart i.fas.fa-heart{
    color: #999;
}
#checkout-cart .product-details-inner .btn-group.btn-inline .un-heart{
    color: #e2033c !important;
}

#checkout-cart .product-details-inner .btn-group.btn-inline .un-heart.highlight i.far.fa-heart{
    color: #e2033c;
}
#checkout-cart .product-details-inner .btn-group.btn-inline .un-heart{
    color: #999 !important;
}
#checkout-cart .product-details-inner .other-actions .subtotal .phone-price .phone-price-list li del{
    font-weight: normal;
}
#checkout-cart .cartRight .qty-changer{
    background: #f8f8f8;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #adaeb5;
    border-right: 1px solid #adaeb5;
}
#checkout-cart .cartRight .cquantity{
    border-top: 1px solid #adaeb5;
    border-bottom: 1px solid #adaeb5;
    max-width: 122px;
    float: right;
}
#checkout-cart .cartRight .qty-changer:hover{
    background: rgba(220, 220, 220, 0.65);
}
#checkout-cart .cartRight .qty-changer a{
    color: #666;
}
#checkout-cart .cartRight .qty-changer a i{
    font-size: 12px;
    padding: 8px;
}
#checkout-cart .cartRight .control{
    display: inline-block;
    width: 30px;
}
#checkout-cart .cartRight .control input{
    border: none;
    text-align: center;
    padding: 0;
}
/*#checkout-cart .cartRight .left_ch{
    right: -4px;
    top: 0px;
    position: relative;
}
#checkout-cart .cartRight .right_ch{
    left: -4px;
    top: 0px;
    position: relative;
}*/
#checkout-cart .cartRight{
    text-align: right;
    width: 50%;
}
#checkout-cart .cartRight .pro_total{
    margin-top: 10px;
}
#checkout-cart .cartRight .pro_total p{
    color: #e2033c;
    font-size: 16px;
    font-weight: 600;
}
#checkout-cart .cartRight .pro_total p span{
    color: #a5a5a5;
    margin-right: 10px;
    font-weight: normal;
}
#checkout-cart .cartRight .pro_total h4{
    color: #404354;
    font-size: 16px;
}
#checkout-cart .cartRight input::-webkit-outer-spin-button,
#checkout-cart .cartRight input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#checkout-cart .cartRight input[type=number] {
  -moz-appearance: textfield;
}
.ewebera-checkout-cart .ewebera-coupan-body .input-group-btn .btn-primary:disabled{
    background: #fff !important;
    border-color: #adaeb5 !important;
    opacity: 1;
}
.commonCart .p-img{
    width: 22%;
    margin-right: 8px;
    min-width: 71px;
}
.commonCart .p-content{
   width: 73%; 
   min-width: 270px;
}
.commonCart .p-content h5{
    font-weight: normal;
    font-size: 15px;
    color: #404354;
    line-height: 20px;
}
.commonCart .p-content h5 a:hover{
    color: #d7133e;
}
.commonCart .un-heart{
    position: unset;
    overflow: unset;
    width: 49%;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    color: #888888;
    font-size: 11px;
    padding-top: 10px;
}
.commonCart .un-heart span{
    margin-left: 1px;
}
.commonCart .un-heart:hover span{
    text-decoration: underline; 
}
.commonCart .pro_total p{
    font-size: 15px;
    color: #e2033c;
    font-weight: 600;
    line-height: 18px;
}
.commonCart .pro_total p span{
    color: #a6a6a6 !important;
    font-size: 15px !important;
    display: block;
    font-weight: normal;
}
.commonCart .inline-block{
    display: inline-flex;
    width: 100%;
}
.commonCart .un-heart i.fas.fa-heart{
    font-size: 12px;
    color: #7a7a7a;
}
.commonCart .un-heart i.far.fa-heart{
    font-size: 12px;
    color: #7a7a7a;
    margin-right: 3px;
}
.commonCart .highlight .lik-heart{
    color: #7a7a7a !important;
}
.commonCart .highlight .lik-heart i{
    color: #7a7a7a;
    font-size: 12px;
}
.commonCart .img-thumbnail{
    padding: 0;
    border: none;
    /*max-width: 64px;*/
    max-height: 80px;
}
.commonCart .pro_total{
    margin-top: 5px;
    width: 35%;
    text-align: right;
    margin-left: 38px;
}
.commonCart .total-chf > p{
    font-weight: normal;
    font-size: 15px;
}
.commonCart .total-chf > h4{
    font-weight: normal;
    font-size: 15px;
    font-weight: normal;
}
.commonCart .d-shippig{
    background: #eaeaea;
    padding: 15px;
    padding-bottom: 7px;
}
.commonCart.my-product-area p.custom_h2{
    text-align: left;
    margin: unset;
    font-weight: 500;
    font-size: 20px;
    padding-left: 15px;
    padding-top: 10px;
}
.commonCart hr{
    margin: 0;
    margin-bottom: 14px;
    width: 53px;
    border-top: 3px solid #eaecee;
    margin-left: 15px;
    margin-top: 5px;
}
.monHr:after{
    content: '';
    background: linear-gradient(180deg,hsla(0,0%,89%,.8) 0,hsla(0,0%,100%,0));
    height: 3px;
    width: 370px;
    position: absolute;
    margin-left: -42px;
    margin-top: 13px;
}
.commonCart {
    padding: 0;
    width: 370px; 
    transition-delay: 0.5s;
}
.commonCart .my-product-items{
    padding: 0 7px;
}
.commonCart .my-product-items:hover .remove-product{
    opacity: 1;
    visibility: visible;
}
.commonCart.my-product-area .d-shippig a{
    background: #404354 !important;
    text-transform: unset;
    min-width: 342px;
    border-radius: 4px;
    padding: 23px 12px 23px 12px;
}
.commonCart.my-product-area .d-shippig a:hover{
    background: #373839 !important;
}
.commonCart .remove-product{
    background: rgb(196,196,196,0.5);
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    max-height: 30px;
    margin-left: -23px;
    margin-top: -3px;
}
.commonCart .remove-product:hover{
    background: rgb(196,196,196,0.8);
}
.commonCart .remove-product a{
    color: #fff;
    padding: 8px 10px 8px 10px;
    margin: 0;
}
.commonCart .remove-product a i{
    color: #fff !important;
    font-size: 14px;
}
.commonCart .remove-product a:hover i{
    color: #fff;
}
.commonCart .wrap-items{
    overflow-y: scroll;
    height: auto; /* was 355px */
	max-height: 355px;
}
.cartBlocks:before{
    content: '';
    background: linear-gradient(0deg,hsla(0,0%,89%,.8) 0,hsla(0,0%,100%,0));
    height: 5px;
    width: 370px;
    position: absolute;
    margin-left: -185px;
    margin-top: -20px;
}
.cartBlocks.addShadow:before{
    display: none;
}
.commonCart .my-product{
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 1px solid #f0f0f0;
}
.commonCart .total-bold{
    font-weight: 600 !important;
}
.commonCart .wrap-items::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none; 
} 
@-moz-document url-prefix() {
  .commonCart .wrap-items{
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.user > ul > li:hover .commonCart i{
    margin-top: 0 !important;
}
.ewebera-checkout-cart .summary-subtotal .subtotal-title strong{
    font-weight: normal !important;
}
.ewebera-checkout-cart .summary-subtotal #basket-subtotal{
    font-weight: normal !important;
}
.commonCart .un-heart:lang(de){
    width: 60%;
}
.commonCart .pro_total:lang(de){
    width: 40%;
    margin-left: 0;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:active:focus{
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}   
.btn-success:active, .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,.5);
}
.btn-danger:active, .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.5);
}
.btn-warning:active, .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,193,7,.5);
}
.btn-info:active, .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23,162,184,.5);
}
.btn-default:active, .btn-default:focus {
    box-shadow: 0 0 0 0.2rem rgba(108,117,125,.5);
}
#checkout-cart .summary-subtotal:last-child .subtotal-title, #checkout-cart .summary-subtotal:last-child .subtotal-title strong{
    font-weight: 600 !important;
}
#checkout-cart .summary-subtotal:last-child .subtotal-value{
    font-weight: 600 !important;
}

#button-cart.btn.e-cartBTN-done{
	opacity: 1 !important;
	box-shadow: unset !important;
	background: #228B22 !important;
	border-color: #228B22 !important;
}
#button-cart.btn.disabled{
	opacity: 1 !important;
	box-shadow: unset !important;
	background: #e2033c !important;
	border-color: #e2033c !important;
}
#button-cart.btn-primary:active, #button-cart.btn-primary:focus{
	box-shadow: unset !important;
}


.addedtobasket_confirmation {
    /*margin: .938rem 0 0 5.938rem;*/
}
.addedtobasket_confirmation {
    position: absolute;
    /*margin: .938rem 0 0 .1rem;*/
	margin: .938rem 0 0;
    padding: .5rem .625rem;
    background: #d9f2e0;
    color: #ddd;
    font-size: .85rem;
    text-align: center;
    border-radius: .438rem;
	width: 100%;
}
.addedtobasket_confirmation > .arrow-up {
    position: absolute;
    left: 48.5%;
    top: -.438rem;
    width: 0;
    height: 0;
    border-left: .438rem solid transparent;
    border-right: .438rem solid transparent;
    border-bottom: .438rem solid #d9f2e0;
}
.addedtobasket_confirmation {
    color: #333642;
    font-size: .85rem;
    text-align: center;
}
.addedtobasket_confirmation a {
    color: #d94666;
    text-decoration: underline;
}
.addedtobasket_confirmation p {
    color: #333642;
}

.add-to-card span.ewebera-un-heart {
    width: 40px;
    height: 30px;
}
.ct-pt-items .un-heart:active i.fas.fa-heart, .ct-pt-items .un-heart:active i.far.fa-heart {
    font-size: 18px;
}
.add-to-card span.ewebera-un-heart i:active {
    font-size: 26px;
}
.eweb-qty-select{
width: 60px;
margin-right: 10px;
height: calc(2.95rem + 3px) !important;
appearance: none;
/*text-align: center;*/
-webkit-appearance: none;
cursor: pointer;
border: 1px solid #c1c1c1;
padding: 8px 10px;
border-radius: 3px;
color: #333642;
transition: all .15s ease;
background: #fff !important;
}
.select-wrapper{
position: relative;
}
.select-wrapper::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f107";
    position: absolute;
    right: 15px;
    font-size: 23px;
    top: 51%;
    -ms-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    transition: all .15s ease;
    z-index: 1;
    color: #c1c1c1;
    pointer-events: none;
}
.select-wrapper.opened::after, .phone-details .phone-model form.opened::after {
-ms-transform: translateY(-50%) rotate(180deg);
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
transition: all .15s ease;
color: #333642;
}
.eselect-wrapper:hover::after, #input-quantity.form-control:hover{
	color: #333642;
	border-color: #c1c1c1;
}
.select-wrapper #input-quantity.form-control:focus, .phone-details .mo-select button:focus, .phone-details .phone-model select:focus{
border-color: unset;
box-shadow: unset;
}
.mo-select:hover::before{
	color: #c1c1c1 !important;
}
.mo-select::before{
	cursor: pointer;
}
.mo-select:hover button{
	border: 1px solid #c1c1c1 !important;
}
.phone-details .phone-model form::after{
z-index: -1 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.phone-details .phone-model select::-webkit-scrollbar, .eselect-wrapper #input-quantity::-webkit-scrollbar {
  /*display: none;*/
}
/* Hide scrollbar for IE, Edge and Firefox */
.phone-details .phone-model select, .eselect-wrapper #input-quantity{
 /* -ms-overflow-style: none;*/  /* IE and Edge */
 /* scrollbar-width: none;*/  /* Firefox */
}
select option{
padding: 5px 15px !important;
}
select option:hover, select option:active, select option:checked, select:focus > option:checked{
	background-color:#efeff0 !important; 
	background: linear-gradient(#efeff0, #efeff0) !important;
}
.ediscount{
background:#f5f5f5;
border:1px solid #ddd;
border-radius:4px;
padding:10px;
}
.ediscount p{
font-size: 16px;
margin-bottom: 10px;
}
.ediscount .eicon{
color: #e2033c;
width: 20px;
height: 20px;
border: 1px solid #e2033c;
font-size: 11px;
line-height: 1.6;
text-align: center;
border-radius: 50%;
}
.ediscount ul li{
margin-bottom: 5px;
}
.ediscount ul li span.dicount_price{
color: #e2033c;
font-weight: 600;
}
.per_dicount {
    background: #e2033c;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 600;
}
.btn.btn-primary{
background-color: #e2033c;
border-color: #e2033c;
}
.btn-primary:active{
	box-shadow:unset;
}

.eaddress_list{
	margin-left: 0 !important;
	border: none !important;
	padding: 10px !important;
	max-width: 100%;
}
.eaddress_list li label {
    display: inline-flex;
}
.eaddress_list .ertext{
margin-left: 10px;
}
#checkout-checkout .seems_not_selected .form-check-input:checked[type="radio"]{
    background-image: none !important;
    border: 1px solid rgba(0,0,0,.25) !important;
    background-color: inherit !important;
}
.user ul li.dropdown .dropdown-menu{
	border:none !important;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
	padding: 1rem 1rem !important;
	min-width: 18rem !important;
	display:inherit !important;
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.5s;
	/*border-radius: unset;*/
}
/*.user ul li.dropdown:hover ul.dropdown-menu-right{
 opacity: 1;
visibility: visible;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}*/
.dropdown-menu .eweltext .ewebera-main-title{
font-size: 20px;
font-weight: 500;
float: left;
margin: unset;
line-height: 30px;
color: #333642;
}
.dropdown-menu .eweltext h1.ewebera-main-title::after{
    width: 25%;
	padding-top: 8px;
    margin-bottom: 10px;
}
.user ul li.dropdown ul.dropdown-menu-right{
right: -30px !important;
}
.user ul li.dropdown .dropdown-menu > li > a{
padding: 5px 0 !important;
}
.user ul li.dropdown .dropdown-menu > li > a:hover {
    color: #d7133e;
}
.user ul li.dropdown ul.dropdown-menu-right .elogout{
	margin-top: 10px;
    border-top: 1px solid #eaecee;
    padding-top: 15px;
}
.user ul li.dropdown ul.dropdown-menu-right .elogout p{
	color: #ccc;
    font-size: 13px;
    width: 100%;
    padding: 5px 0;
}
.era_information #information-information #content a{
color: #d7133e;
}
.era_information #information-information #content a:hover{
	text-decoration:underline;
}
.era_category h1.cat-title::after{
	display: none !important;
}
@media (min-width: 768px){
.footer-paiement {
    margin-top: 10px;
}
#checkout-checkout .panel-body .radio input[type="radio"]{
margin-left: -20px;
}
}
@media (min-width: 768px) and (max-width: 2400px){
#checkout-cart .cartRight .qty-changer a i:hover {
    background-color: #e0e0e0;
    color: #000;
}
}

@media screen and (max-width: 767px) {
.swiper-pagination:not(.swiper-pagination-bullets){
	display:none;
}	
}
@media screen and (min-width: 990) {
    #product-manufacturer .banner-image{
        margin-top: 55px;
        }
}
@media screen and (max-width: 992px) {
#review .rating_left .into_text{
margin-top: 20px;
}
#review .rating_left .review-ster i{
font-size: 20px;
}
#review .rating_left .into_text .fa{
font-size: 30px;
}
#review .rating_left .into_text p{
font-size: 0.8rem;
}
#review .reviewer-name{
margin-top: -3px;
}
}
@media screen and (max-width: 991px) {
.nav-item.menu-n-b {
    padding: 0 15px;
}
.color-d7133e.nav-item.menu-n-b {
 padding:0;
}
#product-manufacturer .banner-image{
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
.menu-area ul li.nav-item.color-d7133e a{
font-weight: unset !important;
}
.nav-item.menu-n-b.phone-number{
	padding: 20px 0 !important;
}
.nav-item.menu-n-b.phone-number p{
font-size: 16px;
}
.phone-model form::after{
	font-family: 'font awesome 6 pro';
    font-weight: 300;
    content: "\f883";
}
}
@media screen and (max-width: 992px) {
/*.phone-price .mob-review {
    width: 65%;
}*/
/*#phone-review .review-content{
width: 100%;
float: left;
margin-top: 0;
}*/
/*.phone-price-list {
    width: 100% !important;
}*/
#phone-review .review-content p{
/*font-size: 14px !important;
margin-left: 0;*/
/*margin-top: -2px;*/
}
.era_information .banner-image{
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.era_information .ewebera-outer-wrapper {
    margin: 50px 0 30px 0 !important;
}
.schliessen-close:before{
	content: '';
    background: linear-gradient(0deg,hsla(0,0%,89%,.8) 0,hsla(0,0%,100%,0));
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
}
.schliessen-close.filter-close-all:before{
	height: 0px;
}
}
#form-review #review .container {
    padding-right: 0;
    padding-left: 0;
}
.add-to-card.more-mar-t {
    margin-bottom: 90px;
}
#tab-description b, #tab-description strong {
    font-weight: 600;
}
#information-information #content p {
    margin: revert;
}
#information-information #content ul {
    margin: revert;
    padding: revert;
	list-style-type: unset;
}
.ebrand_name{
    font-size: 70% !important;
    font-weight: 600;
    color: #999 !important;
    text-transform: uppercase;
    margin-bottom: 4px !important;
}
.btn.btn-danger.ewebera-remove-btn:hover, #checkout-cart .product-details-inner .btn-group.btn-inline .un-heart:hover {
text-decoration: underline;
}
@media screen and (max-width: 520px) {
h1.ewebera-main-title::after, h1::after{
		width: 15% !important;
		/*margin-top: 5px;*/
}
}
@media screen and (max-width: 414px) {
.add-to-card.more-mar-t {
    margin-bottom: 120px;
}
h1.ewebera-main-title::after, h1::after{
		width: 20% !important;
}
}

@media screen and (max-width: 767px) {
.flexbanner .fleximage-text{
padding-left: 10px;
padding-top: 10px;
}
.fleximage-text .caption h1.cat-title::after {
width: 10%;
}
.footer-paiement img.epaiement{
margin-top: 20px;
}
#checkout-checkout .panel-body .radio input[type="radio"]{
margin-left: -19px;
}
}

.ewebera-featured-pro, .ewebera-special-pro{
padding-bottom: 20px;
}
.ewebera-special-pro .container h3 a:hover, .ho-tendances-area .container h3 a:hover{
text-decoration: underline;
}
@media screen and (max-width: 525px) {
/*.user {
    max-width: 130px;
}*/
.user ul li {
    margin-left: 15px;
}
}

@media screen and (max-width: 425px) {
/*.user {
    max-width: 130px;
}*/
.user ul li {
    margin-left: 10px;
}

}
@media screen and (max-width: 320px) {
/*.user {
    max-width: 130px;
}*/
.user ul li {
    margin-left: 5px;
}

}
/* rexcel developers */

section.contact-sec {
    padding: 0px 0 40px 0;
}
.contact-top {
    display: flex;
}
.con-left {
    width: 70%;
    padding-right: 30px;
}
.con-right {
    width: 30%;
    text-align: right;
}
.con-left h3 {
    font-weight: bold;
    color: #404354;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.con-left h3:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 70px;
  background: #eaecee;
  bottom: -5px;
}
.contact-top p {
    color: #343956;
}
.order-box {
    padding-left: 40px;
    border-left: 5px solid #eaecee;
    margin: 20px 0;
}
.order-box i {
    font-size: 13px;
}
.contact-row {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    margin: 0 -25px;
}
.contact-row > div {
    width: 33.333%;
    text-align: center;
    padding: 0 25px;
}
.contact-row > div > div {
    background: #f4f4f4;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 20px 0;
    transition: all 0.3s ease;
    cursor: pointer;
}
.contact-row > div > div strong {
    display: block;
    color: #404354;
    font-size: 22px;
    padding: 10px 0 0 0;
    line-height: 24px;
}
.contact-row > div > div:hover {
    box-shadow: 0 0 16px rgb(0 0 0 / 20%);
    transition: all 0.3s ease;
}

.contact-row > div > div strong small.offline {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: red;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.contact-row > div > div strong small.online {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #39cd17;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.con-left p {
    margin-bottom: 15px;
}
.con-left h1 {
    margin-bottom: 20px;
}

.category-page-area .swiper-viewport {
    border: none;
    box-shadow: none;
}
.category-page-area .swiper-viewport h2 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
}
.category-page-area .swiper-viewport .swiper-slide {
    width: 100% !important;
}
.contact-sec h1 {
    margin-bottom: 10px;
}
@media(max-width: 991px){
  .contact-row > div > div img {
      max-width: 70px;
  }
  .contact-row > div{
    padding: 0px 15px;
  }
  .contact-row{
      margin: 0px -15px;
  }
}


@media(max-width: 767px){
.contact-top {
    flex-direction: column-reverse;
}
.contact-top img {
   max-width: 200px;
}
.con-right{
    display:none;
}
  .con-left {
      padding-right: 0;
  }
  section.contact-sec {
    padding: 0;
  }
  .era_contact ul.breadcrumb + .row {
    margin: 0;
}
.era_contact ul.breadcrumb + .row > div {
    padding: 0;
}
  .con-left {
      width: 100%;
  }
  .con-right {
      width: 100%;
      text-align: center;
      padding-bottom: 15px;
  }
  .contact-row{
    display: block;
  }
  .contact-row > div{
    padding: 0 0 15px 0;
    width: 100%;
  }
  .contact-row{
    padding-top: 30px;
  }
  .contact-row > div > div strong{
    font-size: 20px;
  }
  .contact-row {
      margin: 0;
  }
  .contact-row {
      padding: 10px 0 0 0;
  }
  .contact-row > div > div img {
      max-width: 50px;
  }
  body.era_special .ewebera-outer-wrapper,
  body.era_customcases .ewebera-outer-wrapper  {
    margin: 10px 0 -14px 0 !important;
 }
 span.z-icon.z-icon-pagination-chevron-left-active.z-icon-small.z-icon-black span {
    margin: 0 !important;
    vertical-align: text-top;
 }
 body.era_special .category-page-area,
 body.era_customcases .category-page-area {
    margin: 61px 0 30px 0;
 }
}

.fa-star-o:before{
content: "\f006";
font-family: 'Font Awesome 6 Pro';
font-weight: 300;
}

.category-page-area .swiper-viewport .swiper-slide img {
    max-width:100%;
}
.special-top > div {
    padding: 0;
}

.special-top .swiper-viewport {
    margin-bottom: 10px;
}


.mobile-filter {
    display: none;
}
body.era_special .left-sidebar-area ul li a,
body.era_customcases .left-sidebar-area ul li a {
    font-size: 14px;
}
body.era_special .left-sidebar-area ul li.le-dr-menu.full-active.active a.p-active,
body.era_customcases .left-sidebar-area ul li.le-dr-menu.full-active.active a.p-active {
    color: #e2033c !important;
    font-weight: 600 !important;
}
.era_special .ct-stock h1.cat-title:after,
.era_customcases .ct-stock h1.cat-title:after {
    display: none;
}
body.era_special .left-sidebar-area .left-sidebar,
body.era_customcases .left-sidebar-area .left-sidebar {
    padding: 0px 15px 2px;
}
body.era_special .ewebera-outer-wrapper,
body.era_customcases .ewebera-outer-wrapper {
    margin: -1px;
}

body.era_special .left-sidebar-area > ul > li > ul, 
body.era_special .left-sidebar-area > ul > li > ul > li.le-dr-menu,
body.era_customcases .left-sidebar-area > ul > li > ul, 
body.era_customcases .left-sidebar-area > ul > li > ul > li.le-dr-menu {
    margin-top: 0;
}
body.era_special ul.left-sidebar > li > a,
body.era_customcases ul.left-sidebar > li > a {
    padding: 4px 0 2px;
    display: block;
}
body.era_special .left-sidebar-area ul li a:focus,
body.era_customcases .left-sidebar-area ul li a:focus {
    color: #e2033c;
}
body.era_special .left-sidebar-area ul li a:active,
body.era_customcases .left-sidebar-area ul li a:active {
    color: #e2033c;
    text-decoration: underline;
}

@media(max-width: 991px){
.special-top + .row {
    overflow-x: hidden;
}
.ct-release{
    text-align:right;
}
body.era_special .ewebera-outer-wrapper,
body.era_customcases .ewebera-outer-wrapper {
    margin:-10px 0 0 0 !important;
}
body.era_special .left-sidebar-area,
body.era_customcases .left-sidebar-area {
    margin-bottom: 10px;
}    
body.era_special .special-banner,
body.era_customcases .special-banner {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
body.era_special .left-sidebar-area,
body.era_customcases .left-sidebar-area {
    display: block;
}
body.era_search .left-sidebar-area {
    display: block;
}
body.era_special .mobile-filter,
body.era_customcases .mobile-filter{
    display: block;
}
body.era_search .mobile-filter{
    display: block;
}
body.era_special .left-sidebar-area > ul,
body.era_customcases .left-sidebar-area > ul {
    display: none;
}
body.era_search .left-sidebar-area > ul {
    display: none;
}
body.era_special .mt,
body.era_customcases .mt {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

body.era_special .mobile-filter,
body.era_customcases .mobile-filter {
    padding: 10px 5px 0 5px;
}
body.era_search .mobile-filter {
    padding: 0px 5px 0 5px;
}
body.era_special .mobile-filter h1,
body.era_customcases .mobile-filter h1 {
    font-size: 22px;
    margin: 0 -5px;
    line-height: 26px;
    padding-bottom: 10px;
}
body.era_search .mobile-filter h1 {
    font-size: 22px;
    margin: 0 -5px;
    line-height: 26px;
    padding-bottom: 10px;
    font-weight: 600;
}
body.era_special .mobile-filter h1::after,
body.era_customcases .mobile-filter h1::after {
    display: none;
}

body.era_search .mobile-filter h1::after {
    display: none;
}
body.era_special .mobile-filter .mt strong,
body.era_customcases .mobile-filter .mt strong {
    margin-left: auto;
}
body.era_special .cats > ul > li > ul, 
body.era_special .main-category,
body.era_special .sub-category, body.era_search .cats > ul > li > ul, 
body.era_customcases .cats > ul > li > ul, 
body.era_customcases .main-category,
body.era_customcases .sub-category, body.era_search .cats > ul > li > ul, 
body.era_search .main-category,
body.era_search .sub-category {
    display: flex;
    margin: 0 -5px;
    overflow: auto;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding: 0 10px 15px 10px;
}
body.era_special .cats > ul > li > ul > li,
body.era_special .main-category > li,
body.era_special .sub-category > li, body.era_search .cats > ul > li > ul > li,
body.era_customcases .cats > ul > li > ul > li,
body.era_customcases .main-category > li,
body.era_customcases .sub-category > li, body.era_search .cats > ul > li > ul > li,
body.era_search .main-category > li,
body.era_search .sub-category > li  {
    padding: 0 5px;
}
body.era_special .cats > ul > li > ul > li > a,
body.era_special .main-category > li > a, 
body.era_special .sub-category > li > a, body.era_search .cats > ul > li > ul > li > a,
body.era_customcases .cats > ul > li > ul > li > a,
body.era_customcases .main-category > li > a, 
body.era_customcases .sub-category > li > a, body.era_search .cats > ul > li > ul > li > a,
body.era_search .main-category > li > a, 
body.era_search .sub-category > li > a  {
    border: 1px solid #e8e8e8;
	background: #e8e8e8;
    border-radius: 40px;
    padding: 8px 15px;
    font-size: 14px;
    white-space: nowrap;
}
body.era_special .sub-category > li > a:hover,
body.era_customcases .sub-category > li > a:hover  {
    border: 1px solid #d4d4d4;
	background:#d4d4d4;
	color:#343a40;
}


body.era_special .cats > ul > li > ul::-webkit-scrollbar,
body.era_customcases .cats > ul > li > ul::-webkit-scrollbar {
    height: 5px !important; width: 5px !important;
}

body.era_special .mobile-filter .main-category::-webkit-scrollbar,
body.era_customcases .mobile-filter .main-category::-webkit-scrollbar {
    height: 5px !important; width: 5px !important;
}

body.era_search .mobile-filter .main-category::-webkit-scrollbar {
    height: 5px !important; width: 5px !important;
}
body.era_special .mt strong,
body.era_customcases .mt strong {
    color: #d0113c;
}
body.era_special .mobile-filter h1 span,
body.era_customcases .mobile-filter h1 span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.category-page-area .special-top {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
body.era_special .left-sidebar-area ul li a:active,
body.era_customcases .left-sidebar-area ul li a:active {
    background: #d4d4d4;
    text-decoration: none;
    color: #343a40;
    border: 1px solid #d4d4d4;
}
body.era_special .left-sidebar-area ul li a:focus,
body.era_customcases .left-sidebar-area ul li a:focus{
    color: #343a40;
}
body.era_special .left-sidebar-area ul li a:hover,
body.era_customcases .left-sidebar-area ul li a:hover {
    border: 1px solid #d4d4d4;
    background: #d4d4d4;
    color: #343a40;
}
}


/*----------era-search------------*/

body.era_search .left-sidebar-area ul li a {
    font-size: 14px;
}
body.era_search .left-sidebar-area ul li.le-dr-menu.full-active.active a.p-active {
    color: #e2033c !important;
    font-weight: 600 !important;
}
.era_search .ct-stock h1.cat-title:after {
    display: none;
}
body.era_search .left-sidebar-area .left-sidebar {
    padding: 0px 15px 2px;
}
body.era_search .ewebera-outer-wrapper {
    margin: -1px;
}

body.era_search .left-sidebar-area > ul > li > ul, 
body.era_search .left-sidebar-area > ul > li > ul > li.le-dr-menu {
    margin-top: 0;
}
body.era_search ul.left-sidebar > li > a {
    padding: 4px 0 2px;
    display: block;
}
body.era_search .left-sidebar-area ul li a:focus {
    color: #e2033c;
}
body.era_search .left-sidebar-area ul li a:active {
    color: #e2033c;
    text-decoration: underline;
}
body.era_search .left-sidebar-area ul li a:hover {
    color: #e2033c;
}

body.era_search .left-sidebar-area .mobile-filter ul li a:focus {
    color: #343a40;
}
body.era_search .left-sidebar-area .mobile-filter ul li a:active {
    color: #343a40;
    text-decoration: none;
}
body.era_search .left-sidebar-area .mobile-filter ul li a:hover {
    color: #343a40;
    background: #d4d4d4;
    border-color: #d4d4d4;
}


#product-search{margin-top: 15px;}
/* ---------copy-mobile-fliter------------------- */

body.era_manufacturer .left-sidebar-area .left-sidebar {
    padding: 0px 15px 2px;
}
body.era_manufacturer .ewebera-outer-wrapper {
    margin: -1px;
}

body.era_manufacturer .left-sidebar-area > ul > li > ul, 
body.era_manufacturer .left-sidebar-area > ul > li > ul > li.le-dr-menu {
    margin-top: 0;
}
body.era_manufacturer ul.left-sidebar > li > a {
    padding: 2px;
    display: block;

}
 li.le-dr-menu-nosub{margin-top: 0px;}
body.era_manufacturer .left-sidebar-area ul li a:focus {
    color: #e2033c;
}
body.era_manufacturer .left-sidebar-area ul li a:active {
    color: #e2033c;
    text-decoration: underline;
}

@media(max-width: 991px){
.special-top + .row {
    overflow-x: hidden;
}
.ct-release{
    text-align:right;
}
body.era_manufacturer .ewebera-outer-wrapper {
    margin:-10px 0 0 0 !important;
}
body.era_manufacturer .left-sidebar-area {
    margin-bottom: 10px;
}    
body.era_manufacturer .special-banner {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
body.era_manufacturer .left-sidebar-area {
    display: block;
}
body.era_manufacturer .mobile-filter{
    display: block;
}
body.era_manufacturer .left-sidebar-area > ul {
    display: none;
}
body.era_manufacturer .mt {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

body.era_manufacturer .mobile-filter {
    padding: 10px 5px 0 5px;
}
body.era_manufacturer .mobile-filter h1 {
    font-size: 22px;
    margin: 0 -5px;
    line-height: 26px;
    padding-bottom: 10px;
}
body.era_manufacturer .mobile-filter h1::after {
    display: none;
}
body.era_manufacturer .mobile-filter .mt strong {
    margin-left: auto;
}
body.era_manufacturer .cats > ul > li > ul, 
body.era_manufacturer .main-category,
body.era_manufacturer .sub-category {
    display: flex;
    margin: 0 -5px;
    overflow: auto;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding: 0 10px 15px 10px;
}
body.era_manufacturer .cats > ul > li > ul > li,
body.era_manufacturer .main-category > li,
body.era_manufacturer .sub-category > li  {
    padding: 0 5px;
}
body.era_manufacturer .cats > ul > li > ul > li > a,
body.era_manufacturer .main-category > li > a, 
body.era_manufacturer .sub-category > li > a  {
    border: 1px solid #e8e8e8;
	background: #e8e8e8;
    border-radius: 40px;
    padding: 8px 15px;
    font-size: 14px;
    white-space: nowrap;
}
body.era_manufacturer .sub-category > li > a:hover  {
    border: 1px solid #d4d4d4;
	background:#d4d4d4;
	color:#343a40;
}


body.era_manufacturer .cats > ul > li > ul::-webkit-scrollbar {
    height: 5px;
}
body.era_manufacturer .mt strong {
    color: #d0113c;
}
body.era_manufacturer .mobile-filter h1 span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.category-page-area .special-top {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
body.era_manufacturer .left-sidebar-area ul li a:active {
    background: #d4d4d4;
    text-decoration: none;
    color: #343a40;
    border: 1px solid #d4d4d4;
}
body.era_manufacturer .left-sidebar-area ul li a:focus{
    color: #343a40;
}
body.era_manufacturer .left-sidebar-area ul li a:hover {
    border: 1px solid #d4d4d4;
    background: #d4d4d4;
    color: #343a40;
}
body.era_search .ewebera-main-title.cat-title {
	display: none !important;
}
}



body.era_manufacturer .left-sidebar-area ul li a {
    font-size: 14px;
}
body.era_manufacturer .left-sidebar-area ul li.le-dr-menu.full-active.active a.p-active {
    color: #e2033c !important;
    font-weight: 600 !important;
}
.era_manufacturer .ct-stock h1.cat-title:after {
    display: none;
}
body.era_manufacturer .left-sidebar-area .left-sidebar {
    padding: 0px 15px 2px 0px !important;
}
body.era_manufacturer .ewebera-outer-wrapper {
    margin: -1px;
}

body.era_manufacturer .left-sidebar-area > ul > li > ul, 
body.era_manufacturer .left-sidebar-area > ul > li > ul > li.le-dr-menu {
    margin-top: 0;
}
body.era_manufacturer ul.left-sidebar > li > a {
    padding: 4px 0 2px;
    display: block;
}

body.era_manufacturer .left-sidebar-area ul li a:focus {
    color: #e2033c;
}
body.era_manufacturer .left-sidebar-area ul li a:active {
    color: #e2033c;
    /*text-decoration: underline;*/
}




/* -------- */



.swiper-button-next, .swiper-container-rtl, .swiper-button-prev {
    background-image: none;
}

.value_box{padding: 15px; background: #edf5ff; border-radius: 4px; margin-bottom: 20px;}
.value_box h4{color: #404354; font-size: 20px; line-height: 30px; font-weight: 600; margin-top: 0px; margin-bottom: 17px;}
.value_box h4 span{color:#d7133e;}
.value_box_ul li{float: none; display: inline-table; vertical-align:middle;}
.value_box_ul li.img_box  {padding: 7px;
    border: 1px solid #2a405c2e;
    background-color: #fff;
    border-radius: 2px;}
.value_box_ul li.img_box img{width: 100%;  border-radius: 2px;}
.value_box_ul li:first-child{width: 16%;}
.value_box_ul li:nth-child(2){width: 50%; padding-left:12px; margin-top: -11px;}
.value_box_ul li:last-child{width: 32.6%; vertical-align:bottom; padding-left: 10px; }
.value_box_ul li:nth-child(2) a{  transition: 0.3s;  color: #343a40; font-size: 16px; text-decoration: none; font-weight: 400;}
.value_box_ul li:nth-child(2) a:hover{color: #d7133e;}
.value_box_ul li:nth-child(2) h5{color: #404354; font-size: 20px; margin-top: 10px; margin-bottom: 15px; font-weight: 400;}
.value_box_ul li:nth-child(2) h5 span{color:#d7133e; font-weight: 600;}
.value_box_ul li:nth-child(2) small{opacity: 0.6; line-height: 18px !important; display: inherit; font-size: 13px !important; }

.value_box_ul li:last-child button{background: #4e88cf none repeat scroll 0 0; border: medium none;  padding: 10px 10px 10px 40px; max-width: 196px; float: right;position: relative;font-weight: 500; border-radius: 5px; color: #fff;width: 100%; position: relative; display: block; text-align: center; line-height: 1.5; transition: 0.3s;}
   .value_box_ul li:last-child button:hover{background: #437abc;;}
.value_box_ul li:last-child button:before{font-family: "Font Awesome 6 Pro"; font-weight: 400; content: "\f290"; position: absolute;left: 15px; font-size: 23px; top: 50%; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

h4.special-price {
    color: #c40032 !important;
}

.new-badge{    background-color: #4e88cf;
    padding: 2px 3px 1px 3px;
    color: #fff;
    margin-left: 5px; display:inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;}
.new-badge-parent{position:relative}
.new-badge-parent .new-badge{position:absolute; top: -5px; left: 0px;}

@media only screen and (min-width:150px) and (max-width:740px){
.value_box { margin-bottom: 10px;}
.value_box_ul li{vertical-align: top;}
.value_box_ul li:first-child{width: 28%;}
.value_box_ul li:nth-child(2){width: 70%; margin-top:0px;}
.value_box_ul li:last-child{width: 100%; margin-top: 10px;}
.value_box_ul li:nth-child(2) h5{font-size:17px; line-height:19px; margin-bottom: 0px;}
.value_box_ul li:last-child{padding-left: 0px;}
.value_box_ul li:last-child button{padding:5px 10px 5px 40px; max-width: 100%; width: 100%;}
.value_box_ul li:last-child button:before{font-size:20px;}
.value_box_ul li:nth-child(2) small{font-size: 11px !important; line-height: 13px !important;}
}



body.era_manufacturer .cat-img-box p{margin-bottom: 0px !important;}
body.era_manufacturer .ewebera-outer-wrapper{margin-top: 0px !important;}
.ho-brands-area .swiper-slide:hover{background: #e1e1e1;}
body.era_manufacturer .cat-img-box .ebrand_name{margin-bottom: 5px !important;}

#ewebera-special-related .ct-release{top:2px; right:2px}
#ewebera-special-also .ct-release{top:2px; right:2px}

ul.left-sidebar li a:focus {
    text-decoration: underline !important;
    color: #e2033c;
}

@media(max-width: 456px){
.video_parent{padding: 0px; margin-top: 55px;}
}

.left-sidebar-area .list-group .list-group-item{border-top: 0px;}
.left-sidebar-area .list-group .list-group-item:first-child{    border-top: 1px solid rgba(0, 0, 0, .125);}
.left-sidebar-area .list-group .list-group-item.active-route{color:#e2033c; }
.left-sidebar-area .list-group .list-group-item:focus{color: #e2033c;}
.left-sidebar-area .list-group .list-group-item:active{color: #e2033c; text-decoration: underline !important;}
.left-sidebar-area .list-group-item{margin-bottom: 0px;}

#exampleModal .input p{font-size: 14px; margin-bottom: 0.2rem;}
#exampleModal .input input{    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#exampleModal .modal-body button{width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5; border-radius: 0.25rem;}
    #exampleModal .modal-footer a{width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5; border-radius: 0.25rem;     background-color: #373947 !important;
    border-color: #373947 !important; color:#fff; text-transform: inherit !important;}
#exampleModal .pop-input > a:hover{color:#e2033c !important;}


#exampleModal .input input:focus{ border-color: #80bdff !important;}
#exampleModal .input input:active{ border-color: #80bdff !important;}
/* .phone-details .phone-review{cursor: default !important;} */
.z-icon.z-icon-pagination-chevron-left-active.z-icon-small.z-icon-black {
	padding: 0 0 0 0;
}
.phone-details .ebrand_logo{
	margin-bottom: 10px;
}
.my-legend{
	color: #8d8d8d;
	position: absolute;
    top: -11px;
    left: 10px;
    background: #fff;
    padding: 0px 5px;
    font-size: 12px;
}
.seo_brand_desc ul{
	padding-left: 20px;
	list-style-type: disc;
}
.seo_brand_desc ul li{
	padding-bottom: 5px;
	
}
.custom-desc-fields{
	font-size: 12px;
	margin-top:30px;
}

@media only screen and (max-width:767px) {
  .single-product-area .mobile_brand.ebrand_logo a{
	position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 5px #0000003d;
    border-radius: 7px;
  }
  .single-product-area .ebrand_logo img{
	  max-width:154px !important;
	  
  }
  .single-product-area .mobile_brand.ebrand_logo img{
	  max-width:80px !important;
  }
  .ho-tendances-items {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media only screen and (max-width:550px) {
  .ho-tendances-items {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
 }
}
@media only screen and (max-width:394px) {
  .ho-tendances-items {
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
 }
}
@media only screen and (max-width:345px) {
  .ho-tendances-items {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
}

#common-success p a, #common-success p a:focus, #common-success .order-box a, #common-success .order-box a:focus{
    color: #d7133e;
}
#common-success p a:hover, #common-success .order-box a:hover {
    text-decoration: underline;
}


@media screen and (max-width: 991px) {
	.user > ul {
		max-height:50px !important;
	}
	.user ul li.src-btn {
		padding: 0px !important;
	}
	.user ul li.user-icon {
		padding: 0px !important;
	}
	.user ul li.heart-icon1 {
		padding: 0px !important;
	}
	.user ul li#cart {
		padding: 0px !important;
	}
	.user > ul > li > i {
		padding: 15px 5px !important;
	}
	.user > ul > li > a {
		padding: 15px 5px !important;
	}
	.user > ul > li > span > a {
		padding: 15px 5px !important;
	}
}
@media screen and (max-width: 767px) {
    body.era_manufacturer .description-content {
		margin-top: 0px !important;
	}
	body.era_manufacturer .manufacturer-list-page {
		margin-top: 51px !important;
	}
	body.era_manufacturer #content .cat-title{
		font-size: 22px;
        margin: 0 -5px;
        line-height: 26px;
        padding-bottom: 10px;
        padding-top: 10px;
	}
	body.era_manufacturer .video_parent {
		margin-top: 51px !important;
	}
	.email-box-fo-item form {
		max-width: 100% !important;
	}
	.nav-item.mobile-country a{
		
		background: #fff !important;
	}
}
@media only screen and (min-width: 767px) {
#checkout-checkout .panel-body .radio label {
	width: 100%;
}
}
@media screen and (min-width: 768px) {
#checkout-checkout .panel-body {
    padding: 30px;
}
}
#checkout-checkout hr.seprate{
	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
	border-top: 1px solid #eee;
}



#common-home .swiper-pagination-bullet {
    background: #fff !important;
	opacity:0.6;
}
#common-home .swiper-pagination-bullet-active {
    background: #e2033c!important;
    opacity: 1;
}
.form-check-input_ {    
	width: 16px;
    height: 16px;
	margin-top: 0.25em;    
	vertical-align: top;    
	background-color: #fff;    
	background-repeat: no-repeat;    
	background-position: center;    
	background-size: contain;    
	border: 1px solid rgba(0,0,0,.25);    
	-webkit-appearance: none;    
	-moz-appearance: none;    
	appearance: none;    
	-webkit-print-color-adjust: exact;    
	color-adjust: exact;
}

.form-check-input_[type=checkbox] {    
	border-radius: 0.25em;
}
.form-check-input_:checked[type=checkbox] {    
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");	
	background-color: #e2033c;    
	border-color: #e2033c;
}
.form-check-input_:checked {    
	background-color: #0d6efd;    
	border-color: #0d6efd;
}
.form-check-input_:focus{
	border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);		
}
.custom-agree{
	font-size:12px !important; 
	color:#999;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important; 
}

.ho-brands-area .swiper-slide{
	max-width:230px;
}
@media only screen and (max-width: 767px) {
.ho-brands-area .swiper-slide{
	max-width:110px;
}
.schliessen-close{
	display:block;
}
.unselect{
	width: 90%;
    padding: 5px;
    margin-bottom: 5px;
}

.ewebera-special {
	width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
.ho-coques-slider {
	position: relative;
	width: 100vw;
    margin-left: -50vw;
    left: 50%;
	
}
.ho-brands-area {
	width: 100vw !important;
    margin-left: -50vw !important;
    left: 50%;
	position:relative;
	padding-left:1px;
}
.ewebera-special .swiper-button-next::after, .ho-coques-slider .swiper-button-next::after, .ho-brands-area .swiper-button-next::after {
    right: 0px;
}

.ewebera-special .swiper-button-prev::before, .ho-coques-slider .swiper-button-prev::before, .ho-brands-area .swiper-button-prev::before {
    left: 0px;
}



}
.into_text .right-icon{
	vertical-align: middle;
    margin: auto;
}
.into_text .right-text{
	padding-left: 15px;
}
#review .rating_left .into_text .fa{
	margin-top: auto !important;
}

.play-btn {
	position: absolute;
    width: 105px;
    margin: auto;
    bottom: 15px;
    right: 10px;
    z-index: 9999;
    color: #ffffffad;
    cursor: pointer;
}
.play-btn .fa{
	font-size: 35px;
}
.play_button, .restart_button{
	border: none;
    /*background: #ffffff8c;*/
	background: #8080807a;
    color: #fff;
    line-height: 15px;
    width: 50px;
    height: 50px;
	border-radius: 100%;
	padding: 6px !important; 
}

.video-thumb{
	position: absolute;
    width: 67px;
    height: 100%;
    top: 0px;
    z-index: 99999;
    left: 0px;
    color: #fffefee0;
    font-size: 25px;
    background: #00000040;
    display: block;
}
.video-thumb .fa{
	vertical-align: middle;
    margin: auto;
    display: block;
    font-size: 25px;
    padding-top: 15px;
}
.video-thumb p{
	text-transform: uppercase;
    font-weight: 500;
	font-size:12px;
	color:#fff;
	padding-top: 3px;
}
.cat-video{
	line-height: 10px;	
}
.socail-icon a:hover{
	color: #e2033c;
}

/* .un-heart{
	margin: 0 auto;
    position: relative;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    height: 70px;
    overflow: hidden;
    padding: 6px 6px 5px 5px;
    width: 70px;
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: no;
    box-shadow: none;
    text-align: center;
    background: url(../image/heart.png) no-repeat;
    background-position: 0 0;
    cursor: pointer;
    animation: fave-heart 1s steps(28);
}

.un-heart.highlight {
    color: #e2033c;
    background-position: -1960px 0 !important;
    transition: background 1s steps(28);
}
.lik-heart, .un-heart-like{
	display:none;
}

.commonCart .un-heart {
    position: unset;
    overflow: unset;
    width: 49%;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    color: #888;
    font-size: 11px;
    padding-top: 10px;
	background: none;
}
.e-cart-content .lik-heart, .e-cart-content .un-heart-like{
	display:block;
} */

.col-lg-9 .mobile-filter h1{
	font-weight: 600;
}
.col-lg-9 .mobile-filter h1:after{
	border:none !important;
}
.ho-slider-area .swiper-button-prev::before {
    color: #fff !important;
	opacity:0.6;
}
.mobile-type .mo-select:hover .mo-select-drop {
    visibility: visible;
    opacity: 1;
    transition: all .15s ease;
}
.mobile-type .mo-select:hover::before{
transform: translateY(-50%) rotate(180deg);
}
.color-s-1 .color_Weiss .s-bar {
    border: 1px solid #c1c1c1 !important;
}
.video-bullet{
	width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 50%);
}
#button-delete-coupon:active {
    background: #fff !important;
	border: 1px solid #adaeb5;
}

.mobile-select-mob-in.sticky {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 99;
}
.mobile-select-mob-in.sticky .ct-select-box-mobile, .mobile-select-mob-in.sticky .mobile-select{
   background:#fff;
   border-radius: 3px;
}
.main-fleximageshow .flexbanner img{
	width:100%;
}
#information-sitemap ul{
    padding-left: 15px !important;
    list-style-type: revert !important;

}
.empty-cart{
	padding: 0px 15px 15px;
}
.top-return:hover{
	/* color: #343a40; */
	text-decoration: underline;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {

    display: none;
}
#information-information .ewebera-main-title{
	margin-top: 11px;
}
.color-s-1 .color_Transparent .s-bar {
    border: 1px solid #c1c1c1 !important;
}
.color-s-1 .color_Transparent.select_products::before {
    color: #c1c1c1 !important;
}

.order-date-status{
	width: 65%;
    float: left;
	font-size: 20px;
}
.order-date-status b{
color:#000;
}
.order-button{
	width: 35%;
    float: right;
	text-align:right;
	height: 60px;
    line-height: 60px;
}
.order-and-date{
    padding: 10px 0px;
}
.order-total, .order-status{
	font-size: 14px;
    padding: 0px;
    display: inline-block;
}
.order-products{
	font-size:16px;
	display: flex;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0px;
}
.order-products img{
    width: 60px;
    float: left;
    margin-right: 10px;
}
.order-products span{
    padding-top: 5px;
    display: inline-block;
	min-width: 25px;
}
.btn-cancel-order{
    background:red !important;
    color:#fff;
}
.order-block {
    margin-bottom: 10px;
    display: grid;
    padding: 10px;
	
}
.order-block:hover {
	background: #fbfbfb;
	cursor:pointer;
}

.product-data .order-products:first-child{
	border-top: 1px solid #e1e1e1;
}

.order-block:not(:first-child) {
    margin-top: 30px;
}
.order-total{ 
	width: 130px;
}
.order-status .orange{
	color:orange;
}
.order-status .green{
	color:#04c504;
}
.order-status .red{
	color:red;
}
.order-button .btn{
	background: #e8e8e8;
    padding: 5px 10px;
    font-size: 15px;
}
.order-button a.btn:hover{
	background: #dfdfdf!important;
	color: #343a40 !important;
}

@media only screen and (max-width:767px) {
	
.order-button a{
	font-size:14px
}
.order-date-status{
	width: 90%;
	font-size: 16px;
}

.order-button{
	width: 10%;
	display:grid;
}
.order-button .btn{
    max-height:28px;
}
.order-button .btn-cancel-order{
    margin-bottom: 5px;
}
.order-total {
    width: 120px !important;
}
.order-total, .order-status {
    font-size: 14px !important;
}

}
.swiper-container-also{
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.text-warning{
	font-size:14px;
}
.is-warning{
	border: 1px solid #ffc107;
}
.form-control.is-warning:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgb(255 193 7 / 25%);
}
.cat-release-new>p{
	margin: 0px !important;
}
#common-home .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 5px !important;
}

.unmask{
	position: relative;
    top: -30px;
    left: 90%;
	cursor: pointer;
}
.face-party{
	background: #fff55f;
    font-size: 14px;
    padding: 8px;
    border-radius: 7px;
    display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.face-party .fa-face-party{
	font-size: 40px;
    padding: 10px;
}

body.era_success .top-announcement p{
    margin-bottom: 0px !important;
}
.footwall{
	display:flex;
	padding: 10px;
    background: #f5f5f5;
    border-radius: 4px;
    margin-bottom:10px;
}

.footwall input{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
	width: 100%;
	border: 1px solid #c1c1c1;
    padding: 8px 10px;
    border-radius: 3px;
    color: #333642;
    transition: all .15s ease;
}
.footwall .myname{
	width: 100%;
	max-width: 380px;
}
.footwall .mynumber{
	width: 100%;
	max-width: 70px;
	margin-left:15px;
}
.cx-design{
	color: #898c9b;
	font-size:15px;
}
.cx-design a{
	text-decoration: underline;
    color: #898c9b;
}
.cx-limited{
    font-size: 15px;
    text-transform: uppercase;
	margin-right: 2px;
}

.cx-limited span{ 
	padding: 1px 5px 0px;
    color: #fff;
    background: #7d6fc6c4;
    display: inline-block;
}
.basket-product .un-heart:hover {
    background: transparent;
}

.era_product .recently-viewed .container{
    padding-left:0px;
    padding-right:0px;
}
#tab-description a{
    color:#d7133e;
}
#tab-description a:hover{
    text-decoration:underline;
}
.custom-desc-fields a{
    color: #343a40 !important;
}
#cart .un-heart:hover {
  background: transparent;
}
.download-pdf a{
    font-size: 14px;
    padding: 5px 0 10px 0px;
    display: block;
    color: #e2033c;
}
.download-pdf a:hover{
    text-decoration:underline;
}
@media only screen and (max-width:767px) {
    .order-and-date b{
        font-size: 17px;
    }
}
.country-select.coun-pc .sub-country li a{
    display:block;
}
#tab-description ol{
    padding-inline-start: 0px;
    list-style: auto !important;
}
.autocomplete-result{
   background-color: #fff;
    position: absolute!important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial,sans-serif;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.autocomplete-result li{
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 13px;
    color: #515151;
}
.autocomplete-result li:hover{
    background:#efefef;
}
.select-wrapper #input-quantity.form-control:focus, .phone-details .mo-select button:focus, .phone-details .phone-model select:focus {
    border-color: #c1c1c1 !important;
}
.eselect-wrapper:hover::after{
    color:#c1c1c1 !important;
}
#input-quantity.form-control:hover{
    background:#f6f6f6!important;
}
.select-wrapper.opened::after, .phone-details .phone-model form.opened::after {
    color:#c1c1c1 !important;
}
@media only screen and (max-width: 767px) {
    body.era_manufacturer .left-sidebar-area {
        margin-bottom: 0px !important;
    }
    #product-manufacturer .seo_brand_desc {
        margin-top: 0px !important;
    }
    .basket-product{
        padding: 10px 0 30px 0 !important;
    }
    .ho-brands-area {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
.ca-stock-flex ul{
    list-style: disc;
    padding-left: 20px;
}
.ca-stock-flex ul li{
    padding-bottom: 5px;
}
.recently-viewed{
    margin-top:15px;
}
@media only screen and (min-width: 1024px) {
  .cat-video a video {
    min-width:607px;
	max-height: 607px;
  }
  .sub-menu-area .sub-menu-item a {
    padding: 2px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cat-video a video {
	/*max-height: 390px;*/
  }
 
}
.limited-cx{
    background: #7d6fc6c4;
    padding: 2px 6px;
    text-align: center;
    margin-top: 6px;
    color: #fff;
}

button.change-language{
	border: none;
    background: transparent;
    color: #555;
}
button.change-language:hover{
    color: #e2033c;
}

.nav-item.mobile-country button{
	border: 1px solid #d1d1d1;
    color: #000;
    padding: 4px 0;
    width: 115px;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 4px;
	background: #fff !important;
}

.nav-item.mobile-country button.active-country, .nav-item.mobile-country button:hover {
    border: 2px solid #000;
    font-weight: 600;
    background: #fff;
}
.acheter-voice .footer-service-heading {
	color: #333642;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
}

.acheter-voice .footer-service-heading span {
    font-weight: 600;
}
.footer-items .footer-heading-tab{
	color: #333642;
    padding-bottom: 12px;
    position: relative;
    font-size: 18px;
    line-height: 16px;
    font-weight: 500;
    font-family: inherit;
}
.service-phone span{
	font-size: 18px;
    line-height: 1;
	font-weight: 500;
}
.service-phone span > span {
    color: #9d9d9d;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
}

.ct-pt-details .grid-h5-price {
    color: #e2033c;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0 0;
	line-height: 16px;
	display: block;
	font-family: inherit;
    font-weight: 500;
}
.ct-pt-details > span.grid-h5-price del {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}

.grid-h5-percent {
    font-size: 22px;
    line-height: .7;
	margin: 0;
    padding: 0;
    display: block;
	font-family: inherit;
    font-weight: 500;
    color: #e2033c !important;
}
p.tendances-heading {
    position: relative;
    margin-bottom: 20px;
    color: #202024;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
p.tendances-heading::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #eaecee;
    content: "";
}
.series-item img{
	aspect-ratio: 1 / 1;
}
.cat-video.single-preview a{ 
	max-width: 607px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.cat-video.single-preview a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 425px) {

.phone-price span {
    font-size: 22px;
}
.phone-price span>span {
    font-size: 13px;
}
.section-cross-selling .cross-label img{
	aspect-ratio: 1 / 1;
}

div.user > ul > li.user-icon > i.fal{
	height:50px;
}
.content-placeholder {
  min-height: 400px;
  background-color: #ffffff; 
}
}