/****************************************************************************************************************/
/****** style_global*********************************************************************************************/
/****************************************************************************************************************/

/* -------------------------Dots-type-1---------------------------------*/

.owl-dots[type="1"]{
	font-size: 0;
	display: inline-block;
}

.owl-dots[type="1"] button.owl-dot{
	display: inline-block;
	margin: 10px 5px 0 5px;
}

.owl-dots[type="1"] button.owl-dot span{
	width: 14px;
	height: 14px;
	float: left;
	border: 1px solid #141414;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
}

.owl-dots[type="1"] button.owl-dot.active span, .owl-dots[type="1"] button.owl-dot:hover span{
	background: #141414;
}

/* -------------------------Nav-type-1---------------------------------*/

.owl-nav[type="1"]{
	font-size: 0;
	display: inline-block;
}

.owl-nav[type="1"] button span{
	display: none;
}

.owl-nav[type="1"] button {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #e9e7e7;
    background: none;
    padding: 0;
    height: 24px;
    width: 24px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.owl-nav[type="1"] button.owl-prev{
	margin-right: 5px;
}

.content-type-1 .owl-nav[type="1"] button:hover{
	background: #4bc1ec;
	color: #fff;
	border-color: #4bc1ec;
}

.sliders.slider-type-1 .owl-nav[type="1"] button {
    display: inline-block;
    font-size: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    text-align: center;
	color: #202021;
	border: 1px solid #202021;
	box-shadow: 5px 0 15px rgba(0,0,0,.2);
}

.sliders.slider-type-1 .owl-nav, .sliders.slider-type-1 .owl-dots {
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.sliders.slider-type-1:hover .owl-nav, .sliders.slider-type-1:hover .owl-dots {
	opacity: 1;
}

.sliders.slider-type-1 .owl-nav[type="1"] button {
    background: rgba(255,252,252,0.5);
}

.sliders.slider-type-1 .owl-nav[type="1"] button:hover {
    background: #202021 !important;
    color: #fff !important;
}

.sliders.slider-type-1 .owl-nav[type="1"] button.owl-prev::before {
    content: "\f104";
    font-family: FontAwesome;
	font-size: 26px;
}

.sliders.slider-type-1 .owl-nav[type="1"] button.owl-next::before {
    content: "\f105";
    font-family: FontAwesome;
	font-size: 26px;
}

/* -------------------------Nav-type-2---------------------------------*/

.owl-nav[type="2"]{
	font-size: 0;
	display: inline-block;
}

.owl-nav[type="2"] button span{
	display: none;
}

.owl-nav[type="2"] button {
    display: inline-block;
    font-size: 0;
    border: none;
    background: none;
    padding: 0;
	line-height: 50px;
    height: 60px;
    width: 22px;
	color: #666666;
    text-align: center;	
	opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.wrapper-owl:hover .owl-nav[type="2"] button{
	opacity: 1;
}

.owl-nav[type="2"] button.owl-prev::before{
	font-size: 60px;
	content: "\f104";
	font-family: 'FontAwesome';
}

.owl-nav[type="2"] button.owl-next::before{
	font-size: 60px;
	content: "\f105";
	font-family: 'FontAwesome';
}

.owl-nav[type="2"] button.owl-prev{
	margin-right: 5px;
}

.content-type-1 .owl-nav[type="2"] button:hover{
	color: #4bc1ec;
}

/*-------------------------------Title----------------------------------------*/

#main-content .content_title {
	font-size: 0;
	margin-bottom: 45px;
}

#main-content .content_title > .title_block {
	margin-bottom: 15px;
}

#main-content .content_title > .title_content {
	font-size: 1.4rem;
	line-height: 2.6rem;
	max-width: 610px;
	display: inline-block;
}

.content_title > .title_block .title_text {
	display: inline-block;
	font-size: 3.4rem;
	text-transform: uppercase;
	margin-top: -5px;
}

@media (max-width: 991px){
	.content_title > .title_block .title_text {
		font-size: 2.2rem;
		margin-top: -4px;
	}
	#main-content .content_title {
		margin-bottom: 25px;
	}
	#main-content .content_title > .title_block {
		margin-bottom: 10px;
	}
}

/*-------------------------Tabs-Horizontal-1------------------------------------*/

@media (min-width: 992px){
	.tabs-type-1 .nav-tabs {
		font-size: 0;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.tabs-type-1 .nav-tabs .nav-item{
		display: inline-block; 
	}
	
	.tabs-type-1 .nav-tabs .nav-item .nav-link{
		font-size: 1.8rem;
		font-weight: 700;
		padding: 0 20px;
		text-transform: uppercase;
		line-height: 2.8rem;
		color: #141414;
		position: relative;
		display: block;
	}
	
	.tabs-type-1 .nav-tabs .nav-item .nav-link::before {
		content: "";
		position: absolute;
		width: 11px;
		height: 11px;
		bottom: 0;
		left: 0;
		border-left: 1px solid;
		border-bottom: 1px solid;
		opacity: 0;
		visibility: hidden;
	}
	
	.tabs-type-1 .nav-tabs .nav-item .nav-link::after {
		content: "";
		position: absolute;
		width: 11px;
		height: 11px;
		right: 0px;
		top: 0;
		border-right: 1px solid;
		border-top: 1px solid;
		opacity: 0;
		visibility: hidden;
	}
	
	.tabs-type-1 .nav-tabs .nav-item .nav-link:hover::before, .tabs-type-1 .nav-tabs .nav-item .nav-link.active::before, .tabs-type-1 .nav-tabs .nav-item .nav-link:hover::after, .tabs-type-1 .nav-tabs .nav-item .nav-link.active::after {
		opacity: 1;
		visibility: visible;
	}
	
	.title-left.tabs-type-1, .title-right.tabs-type-1 {
		position: relative;
	}
	
	#main-content .title-left.tabs-type-1 .content_title {
		float: left;
	}
	
	#main-content .title-right.tabs-type-1 .content_title {
		float: right;
	}
	
	.title-left.tabs-type-1 .nav-tabs {
		text-align: right;
	}
	
	.title-right.tabs-type-1 .nav-tabs {
		text-align: left;
	}
	
}	

@media (max-width: 991px){
	.pbd-tabs.title-left > .content_title, .pbd-tabs.title-right > .content_title {
		text-align: center;
	}
}

/*-------------------------Tabs-Vertical-1------------------------------------*/

@media (min-width: 992px){
	.tabs-type-6{
		padding-left: 300px;
	}

	.tabs-type-6 .tab-content {
		clear: none;
	}
	
	.tabs-type-6 .nav-tabs {
		margin: 0;
		text-align: left;
		padding-top: 1px;
		width: 270px;
	}
	
	.tabs-type-6 .nav-tabs .nav-item{
		display: block; 
	}
	
	.tabs-type-6 .nav-tabs .nav-item .nav-link{
		display: block;
		font-size: 1.6rem;
		line-height: 3.8rem;
		border: 1px solid #e6e6e6;
		padding: 0 40px;
		color: #333333;
		font-weight: normal;
		margin-top: -1px;
	}
	
	.content-type-1 .tabs-type-6 .nav-tabs .nav-item .nav-link.active, .content-type-1 .tabs-type-6 .nav-tabs .nav-item .nav-link:hover{
		color: #4bc1ec;
	}
	
	.tabs-type-6 .box-nav-tab{
		float: left;
		margin-left: -300px;
	}
	
}

/*----------------------------------------------*/

.banner {
	font-size: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

@media (min-width: 1200px) {
	.banner {
		max-width: 100% !important;
	}
}

.banner a{
	position:relative;
	display: block;
	overflow: hidden;
	transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
}

.banner a:hover {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
}

.banner a .img-placeholder {
    transition: opacity 0.2s,transform 0.2s;
    -webkit-transition: opacity 0.2s,-webkit-transform 0.2s;
    -ms-transition: opacity 0.2s,-ms-transform 0.2s;
}

.banner a:hover .img-placeholder {
    transform: scale3d(1.03,1.03,1);
    -webkit-transform: scale3d(1.03,1.03,1);
    -ms-transform: scale3d(1.03,1.03,1);
}

/*--------------------------------*/

.content-type-1 .price {
    color: #4bc1ec;
}

.content-type-1 .product-price{
	color: #4bc1ec;
}



.content-type-1 .cart-summary-line .value{
	color: #4bc1ec;
}

.content-type-1 .product-line-grid-right .cart-line-product-actions,
.content-type-1 .product-line-grid-right .product-price {
    color: #4bc1ec;
}

.content-type-1 .carrier-price{
	color: #4bc1ec;
}

.content-type-1 .product-prices div.current-price > span[itemprop] {
	color: #4bc1ec;
}

.content-type-1 .order-confirmation-table .text-xs-left,
.content-type-1 .order-confirmation-table .text-xs-right,
.content-type-1 #order-items table tr td:last-child {
    color: #4bc1ec;
}

.content-type-1 #main-content .newsletter .content-newsletter{
	font-size: 0;
	text-align: center;	
	margin-top: -20px;
}

.content-type-1 #main-content .newsletter p{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 15px 0 0;
    padding: 0;
	font-size: 1.4rem;
}

.content-type-1 #main-content .newsletter input.input-email{
	height: 50px;
	border: 1px solid #dddddd;
	width: 100%;
	font-style: italic;
	padding: 0 30px;
	letter-spacing: 2px;
	max-width: 500px;
	vertical-align: middle;
	font-size: 1.6rem;
	margin-top: 20px;
	background: none;
}

.content-type-1 #main-content .newsletter input.input-email::-webkit-input-placeholder {
	color: #666666;
}

.content-type-1 #main-content .newsletter input.input-email:-ms-input-placeholder {
	color: #666666;
}

.content-type-1 #main-content .newsletter input.input-email::placeholder {
	color: #666666;
}

.content-type-1 #main-content .newsletter .button-email {
	font-size: 1.8rem;	
	line-height: 50px;
	border: none;
	vertical-align: middle;
	background: #202021;
	color: #fff;
	min-width: 150px;
	margin-top: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.content-type-1 #main-content .newsletter .button-email:hover{
	text-decoration: underline;	
}





/*

@media (max-width: 991px) {
    main > * {
    	overflow: hidden;
	}
}

html {
    font-size: 62.5%;
}

@media (max-width: 575px) {
	html {
		font-size: 53.57142857142857%;
	}
}*/



@media (min-width: 992px) {
	h1, .h1 {
		font-size: 3.4rem;
	}
	h2, .h2 {
		font-size: 3rem;
	}
	h3, .h3 {
		font-size: 2.6rem;
	}
	h4, .h4 {
		font-size: 2.2rem;
	}
	h5, .h5 {
		font-size: 1.8rem;
	}
	h6, .h6 {
		font-size: 1.4rem;
	}
}

body:not(.modal-open):not(.search-box-opened):not(.slide-bar-open-left):not(.slide-bar-close-left):not(.slide-bar-open-right):not(.slide-bar-close-right):not(.is_sticky) {
   padding: 0 !important;
}

body input:not([disabled]):focus, body textarea:not([disabled]):focus, body select:not([disabled]):focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
	outline: none;
}

:focus{
	outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active{
    transition: background-color 86400s ease-in-out 0s, color 86400s ease-in-out 0s;
}



.bleu{color: #4bc1ec;}
/*------------------------toast---------------------------*/

#toast-container {
    position: fixed;
    z-index: 1052;
    top: 12px;
    right: 12px
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

#toast-container .toast-close-button {
	color: #fff;
	cursor: pointer;
	line-height: 26px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 28px;
	z-index: 1;
	background: no-repeat;
	border: none;
	padding: 0;
	text-align: center;
	font-size: 22px;
	font-family: arial;
}

#toast-container .toast.toast-error .toast-close-button {
    line-height: 20px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 21px;
    font-size: 18px;
}

.goto_page {
    font-size: inherit !important;
}

#toast-container .toast.toast-error {
    background: #bd362f;
    color: #fff;
}

#toast-container .toast-error .toast-message {
    padding: 5px 10px;
}

#toast-container .toast {
	border-radius: 2px;
    font-size: 1.2rem;
    margin: 5px 0 5px auto;
    max-width: 100%;
    min-width: 200px;
    padding: 10px;
    position: relative;
    width: 320px;
    background: #fff;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
    color: #333333;
}

.toast-message .qtt-ajax {
	background: #4bc1ec none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 9px;
	height: 17px;
	line-height: 17px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -5px;
	min-width: 17px;
	padding: 0 3px;
}

.toast-message .group_button{
	font-size: 0;	
}

.toast-message > a:not(.goto_page) {
    border: 1px solid #e9e7e7;
    float: left;
    margin-right: 10px;
    max-width: 70px;
    position: relative;
    width: 100%;
    min-height: 70px;
	background: #ffffff;
}

.toast-message > a img {
    max-width: 100%;
    height: auto;
}

.toast-message h4 {
    background: #242424 none repeat scroll 0 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 5px 28px 5px 10px;
    font-weight: 500;
}

.toast-message h4 span {
    white-space: nowrap;
    width: 262px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.toast-message .group_button a {
    background: #242424 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2857;
    margin-right: 10px;
    margin-top: 6px;
    padding: 5px 10px;
	border-radius: 2px;
}

.toast-message .group_button a:hover {
    background: #4bc1ec none repeat scroll 0 0;
}

.toast-message {
    display: table;
    width: 100%;
}

.toast-message .group_button a:last-child {
    margin-right: 0;
}


/*---------------------------------------------------*/

.sort_by_products {
    display: table;
    margin-bottom: 30px;
}

.sort_by_products .lable_sortby {
    float: left;
    padding: 6px 0;
    color: #666;
    font-style: italic;
    font-weight: 500;
}

.sort_by_products .dropdown-toggle {
    float: left;
    font-weight: 400;
    padding: 6px 15px;
    position: relative;
    color: #666;
    border: 1px solid #f4f4f4;
    margin-left: 12px;
    font-style: italic;
}

.sort_by_products .dropdown-toggle i {
    margin-left: 5px;
}

.sort_by_products .dropdown-menu {
    margin-top: 5px;
    left: auto;
    right: 0;
    width: 220px;
    padding: 0;
    border: none;
    background: #fff;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.35);
}

.sort_by_products .dropdown-menu li {
    padding: 7px 15px;
    border-bottom: 1px solid #f4f4f4;
    color: #666;
    cursor: pointer;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}

.sort_by_products .dropdown-menu li:hover {
    color: #fff;
    background: #4bc1ec;
}

@media (min-width: 992px) {
    .sort_by_products {
        position: absolute;
        top: 55px;
        right: 0;
    }
}

@media (max-width: 991px) {
    .sort_by_products {
        margin-left: auto;
        margin-right: auto;
    }
    .sort_by_products .dropdown-menu {
        right: auto;
        left: 50%;
        margin-left: -110px;
    }
}

body#checkout .container {
    min-height: inherit;
}

.fa-googleplus:before {
    content: "\f0d5";
}

.hidden,
.hide {display: none;}

@media (max-width: 575px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl {
        display: none !important;
    }
}

.container .container {
    padding-right: 0;
    padding-left: 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.relative {
    position: relative;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.no-gutters .row {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters .row > .col,
.no-gutters .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-2-4,
.col-9-6,
.col-1-7,
.col-10-3,
.col-1-5,
.col-10-5,
.col-1-3,
.col-10-7,
.col-1-2,
.col-10-8,
.col-1-1,
.col-10-9,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-xs-1,
.col-xs-2,
.col-xs-2-4,
.col-xs-9-6,
.col-xs-1-7,
.col-xs-10-3,
.col-xs-1-5,
.col-xs-10-5,
.col-xs-1-3,
.col-xs-10-7,
.col-xs-1-2,
.col-xs-10-8,
.col-xs-1-1,
.col-xs-10-9,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-2-4,
.col-sm-9-6,
.col-sm-1-7,
.col-sm-10-3,
.col-sm-1-5,
.col-sm-10-5,
.col-sm-1-3,
.col-sm-10-7,
.col-sm-1-2,
.col-sm-10-8,
.col-sm-1-1,
.col-sm-10-9,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-2-4,
.col-md-9-6,
.col-md-1-7,
.col-md-10-3,
.col-md-1-5,
.col-md-10-5,
.col-md-1-3,
.col-md-10-7,
.col-md-1-2,
.col-md-10-8,
.col-md-1-1,
.col-md-10-9,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-2-4,
.col-lg-9-6,
.col-lg-1-7,
.col-lg-10-3,
.col-lg-1-5,
.col-lg-10-5,
.col-lg-1-3,
.col-lg-10-7,
.col-lg-1-2,
.col-lg-10-8,
.col-lg-1-1,
.col-lg-10-9,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-2-4,
.col-xl-9-6,
.col-xl-1-7,
.col-xl-10-3,
.col-xl-1-5,
.col-xl-10-5,
.col-xl-1-3,
.col-xl-10-7,
.col-xl-1-2,
.col-xl-10-8,
.col-xl-1-1,
.col-xl-10-9,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    width: 100%;
    min-height: 1px;
    float: left;
}

.col-1,
.col-2,
.col-2-4,
.col-9-6,
.col-1-7,
.col-10-3,
.col-1-5,
.col-10-5,
.col-1-3,
.col-10-7,
.col-1-2,
.col-10-8,
.col-1-1,
.col-10-9,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-xs-1,
.col-xs-2,
.col-xs-2-4,
.col-xs-9-6,
.col-xs-1-7,
.col-xs-10-3,
.col-xs-1-5,
.col-xs-10-5,
.col-xs-1-3,
.col-xs-10-7,
.col-xs-1-2,
.col-xs-10-8,
.col-xs-1-1,
.col-xs-10-9,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-2-4,
.col-sm-9-6,
.col-sm-1-7,
.col-sm-10-3,
.col-sm-1-5,
.col-sm-10-5,
.col-sm-1-3,
.col-sm-10-7,
.col-sm-1-2,
.col-sm-10-8,
.col-sm-1-1,
.col-sm-10-9,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-2-4,
.col-md-9-6,
.col-md-1-7,
.col-md-10-3,
.col-md-1-5,
.col-md-10-5,
.col-md-1-3,
.col-md-10-7,
.col-md-1-2,
.col-md-10-8,
.col-md-1-1,
.col-md-10-9,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-2-4,
.col-lg-9-6,
.col-lg-1-7,
.col-lg-10-3,
.col-lg-1-5,
.col-lg-10-5,
.col-lg-1-3,
.col-lg-10-7,
.col-lg-1-2,
.col-lg-10-8,
.col-lg-1-1,
.col-lg-10-9,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-2-4,
.col-xl-9-6,
.col-xl-1-7,
.col-xl-10-3,
.col-xl-1-5,
.col-xl-10-5,
.col-xl-1-3,
.col-xl-10-7,
.col-xl-1-2,
.col-xl-10-8,
.col-xl-1-1,
.col-xl-10-9,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    .col-1,
    .col-2,
	.col-2-4,
	.col-9-6,
	.col-1-7,
	.col-10-3,
	.col-1-5,
	.col-10-5,
	.col-1-3,
	.col-10-7,
	.col-1-2,
	.col-10-8,
	.col-1-1,
	.col-10-9,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-xs-1,
    .col-xs-2,
	.col-xs-2-4,
	.col-xs-9-6,
	.col-xs-1-7,
	.col-xs-10-3,
	.col-xs-1-5,
	.col-xs-10-5,
	.col-xs-1-3,
	.col-xs-10-7,
	.col-xs-1-2,
	.col-xs-10-8,
	.col-xs-1-1,
	.col-xs-10-9,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm-1,
    .col-sm-2,
	.col-sm-2-4,
	.col-sm-9-6,
	.col-sm-1-7,
	.col-sm-10-3,
	.col-sm-1-5,
	.col-sm-10-5,
	.col-sm-1-3,
	.col-sm-10-7,
	.col-sm-1-2,
	.col-sm-10-8,
	.col-sm-1-1,
	.col-sm-10-9,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
	.col-md-2-4,
	.col-md-9-6,
	.col-md-1-7,
	.col-md-10-3,
	.col-md-1-5,
	.col-md-10-5,
	.col-md-1-3,
	.col-md-10-7,
	.col-md-1-2,
	.col-md-10-8,
	.col-md-1-1,
	.col-md-10-9,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
	.col-lg-2-4,
	.col-lg-9-6,
	.col-lg-1-7,
	.col-lg-10-3,
	.col-lg-1-5,
	.col-lg-10-5,
	.col-lg-1-3,
	.col-lg-10-7,
	.col-lg-1-2,
	.col-lg-10-8,
	.col-lg-1-1,
	.col-lg-10-9,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
	.col-xl-2-4,
	.col-xl-9-6,
	.col-xl-1-7,
	.col-xl-10-3,
	.col-xl-1-5,
	.col-xl-10-5,
	.col-xl-1-3,
	.col-xl-10-7,
	.col-xl-1-2,
	.col-xl-10-8,
	.col-xl-1-1,
	.col-xl-10-9,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1,
.col-xs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2,
.col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-2-4,
.col-xs-2-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-9-6,
.col-xs-9-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.col-1-7,
.col-xs-1-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.285714%;
    -ms-flex: 0 0 14.285714%;
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
}

.col-10-3,
.col-xs-10-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85.714286%;
    -ms-flex: 0 0 85.714286%;
    flex: 0 0 85.714286%;
    max-width: 85.714286%;
}

.col-1-5,
.col-xs-1-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.col-10-5,
.col-xs-10-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
}

.col-1-3,
.col-xs-1-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.111111%;
    -ms-flex: 0 0 11.111111%;
    flex: 0 0 11.111111%;
    max-width: 11.111111%;
}

.col-10-7,
.col-xs-10-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 88.888889%;
    -ms-flex: 0 0 88.888889%;
    flex: 0 0 88.888889%;
    max-width: 88.888889%;
}

.col-1-2,
.col-xs-1-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.col-10-8,
.col-xs-10-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}

.col-1-1,
.col-xs-1-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 9.090909%;
    -ms-flex: 0 0 9.090909%;
    flex: 0 0 9.090909%;
    max-width: 9.090909%;
}

.col-10-9,
.col-xs-10-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90.909091%;
    -ms-flex: 0 0 90.909091%;
    flex: 0 0 90.909091%;
    max-width: 90.909091%;
}

.col-3,
.col-xs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4,
.col-xs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5,
.col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6,
.col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7,
.col-xs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8,
.col-xs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9,
.col-xs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10,
.col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11,
.col-xs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12,
.col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 8.333333%;
}

.pull-2 {
    right: 16.666667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.333333%;
}

.pull-5 {
    right: 41.666667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.333333%;
}

.pull-8 {
    right: 66.666667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.333333%;
}

.pull-11 {
    right: 91.666667%;
}

.pull-12 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 8.333333%;
}

.push-2 {
    left: 16.666667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.333333%;
}

.push-5 {
    left: 41.666667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.333333%;
}

.push-8 {
    left: 66.666667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.333333%;
}

.push-11 {
    left: 91.666667%;
}

.push-12 {
    left: 100%;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
	.col-sm-2-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-sm-9-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	
	.col-sm-1-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.285714%;
		-ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}
	
	.col-sm-10-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 85.714286%;
		-ms-flex: 0 0 85.714286%;
		flex: 0 0 85.714286%;
		max-width: 85.714286%;
	}
	
	.col-sm-1-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	
	.col-sm-10-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	
	.col-sm-1-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.111111%;
		-ms-flex: 0 0 11.111111%;
		flex: 0 0 11.111111%;
		max-width: 11.111111%;
	}
	
	.col-sm-10-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 88.888889%;
		-ms-flex: 0 0 88.888889%;
		flex: 0 0 88.888889%;
		max-width: 88.888889%;
	}
	
	.col-sm-1-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}
	
	.col-sm-10-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90%;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}
	
	.col-sm-1-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 9.090909%;
		-ms-flex: 0 0 9.090909%;
		flex: 0 0 9.090909%;
		max-width: 9.090909%;
	}
	
	.col-sm-10-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90.909091%;
		-ms-flex: 0 0 90.909091%;
		flex: 0 0 90.909091%;
		max-width: 90.909091%;
	}
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.333333%;
    }
    .pull-sm-2 {
        right: 16.666667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.333333%;
    }
    .pull-sm-5 {
        right: 41.666667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.333333%;
    }
    .pull-sm-8 {
        right: 66.666667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.333333%;
    }
    .pull-sm-11 {
        right: 91.666667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.333333%;
    }
    .push-sm-2 {
        left: 16.666667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.333333%;
    }
    .push-sm-5 {
        left: 41.666667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.333333%;
    }
    .push-sm-8 {
        left: 66.666667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.333333%;
    }
    .push-sm-11 {
        left: 91.666667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
	.col-md-2-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-md-9-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	
	.col-md-1-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.285714%;
		-ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}
	
	.col-md-10-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 85.714286%;
		-ms-flex: 0 0 85.714286%;
		flex: 0 0 85.714286%;
		max-width: 85.714286%;
	}
	
	.col-md-1-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	
	.col-md-10-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	
	.col-md-1-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.111111%;
		-ms-flex: 0 0 11.111111%;
		flex: 0 0 11.111111%;
		max-width: 11.111111%;
	}
	
	.col-md-10-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 88.888889%;
		-ms-flex: 0 0 88.888889%;
		flex: 0 0 88.888889%;
		max-width: 88.888889%;
	}
	
	.col-md-1-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}
	
	.col-md-10-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90%;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}
	
	.col-md-1-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 9.090909%;
		-ms-flex: 0 0 9.090909%;
		flex: 0 0 9.090909%;
		max-width: 9.090909%;
	}
	
	.col-md-10-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90.909091%;
		-ms-flex: 0 0 90.909091%;
		flex: 0 0 90.909091%;
		max-width: 90.909091%;
	}
	
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.333333%;
    }
    .pull-md-2 {
        right: 16.666667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.333333%;
    }
    .pull-md-5 {
        right: 41.666667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.333333%;
    }
    .pull-md-8 {
        right: 66.666667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.333333%;
    }
    .pull-md-11 {
        right: 91.666667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.333333%;
    }
    .push-md-2 {
        left: 16.666667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.333333%;
    }
    .push-md-5 {
        left: 41.666667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.333333%;
    }
    .push-md-8 {
        left: 66.666667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.333333%;
    }
    .push-md-11 {
        left: 91.666667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
	.col-lg-2-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-lg-9-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	
	.col-lg-1-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.285714%;
		-ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}
	
	.col-lg-10-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 85.714286%;
		-ms-flex: 0 0 85.714286%;
		flex: 0 0 85.714286%;
		max-width: 85.714286%;
	}
	
	.col-lg-1-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	
	.col-lg-10-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	
	.col-lg-1-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.111111%;
		-ms-flex: 0 0 11.111111%;
		flex: 0 0 11.111111%;
		max-width: 11.111111%;
	}
	
	.col-lg-10-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 88.888889%;
		-ms-flex: 0 0 88.888889%;
		flex: 0 0 88.888889%;
		max-width: 88.888889%;
	}
	
	.col-lg-1-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}
	
	.col-lg-10-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90%;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}
	
	.col-lg-1-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 9.090909%;
		-ms-flex: 0 0 9.090909%;
		flex: 0 0 9.090909%;
		max-width: 9.090909%;
	}
	
	.col-lg-10-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90.909091%;
		-ms-flex: 0 0 90.909091%;
		flex: 0 0 90.909091%;
		max-width: 90.909091%;
	}
	
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.333333%;
    }
    .pull-lg-2 {
        right: 16.666667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.333333%;
    }
    .pull-lg-5 {
        right: 41.666667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.333333%;
    }
    .pull-lg-8 {
        right: 66.666667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.333333%;
    }
    .pull-lg-11 {
        right: 91.666667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.333333%;
    }
    .push-lg-2 {
        left: 16.666667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.333333%;
    }

    .push-lg-5 {
        left: 41.666667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.333333%;
    }
    .push-lg-8 {
        left: 66.666667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.333333%;
    }
    .push-lg-11 {
        left: 91.666667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
	.col-xl-2-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-xl-9-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	.col-xl-1-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.285714%;
		-ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}
	
	.col-xl-10-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 85.714286%;
		-ms-flex: 0 0 85.714286%;
		flex: 0 0 85.714286%;
		max-width: 85.714286%;
	}
	
	.col-xl-1-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	
	.col-xl-10-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 87.5%;
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	
	.col-xl-1-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.111111%;
		-ms-flex: 0 0 11.111111%;
		flex: 0 0 11.111111%;
		max-width: 11.111111%;
	}
	
	.col-xl-10-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 88.888889%;
		-ms-flex: 0 0 88.888889%;
		flex: 0 0 88.888889%;
		max-width: 88.888889%;
	}
	
	.col-xl-1-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}
	
	.col-xl-10-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90%;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		max-width: 90%;
	}
	
	.col-xl-1-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 9.090909%;
		-ms-flex: 0 0 9.090909%;
		flex: 0 0 9.090909%;
		max-width: 9.090909%;
	}
	
	.col-xl-10-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 90.909091%;
		-ms-flex: 0 0 90.909091%;
		flex: 0 0 90.909091%;
		max-width: 90.909091%;
	}
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;

    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.333333%;
    }
    .pull-xl-2 {
        right: 16.666667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.333333%;
    }
    .pull-xl-5 {
        right: 41.666667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.333333%;
    }
    .pull-xl-8 {
        right: 66.666667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.333333%;
    }
    .pull-xl-11 {
        right: 91.666667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.333333%;
    }
    .push-xl-2 {
        left: 16.666667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.333333%;
    }
    .push-xl-5 {
        left: 41.666667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.333333%;
    }
    .push-xl-8 {
        left: 66.666667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.333333%;
    }
    .push-xl-11 {
        left: 91.666667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    cursor: pointer;
	outline: none !important;
}

/* Owl Carousel/*----------------------------------------------------------*/

.wrapper-owl {
	position: relative;
}

.wrapper-owl-item {
	overflow: hidden;
}

.owl-nav .disabled {
    cursor: default !important;
    opacity: 0.5;
}

.slider-carousel.owl-carousel {
    width: auto;
}

.slider-carousel.row-item:not(.owl-loaded) {
    display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.slider-carousel.row-item > .item{
	width: 100%;
	min-height: 1px;
	float: left;
}

@media (max-width: 575px) {
	.item-xs-1 > .item:not(.item-0){
		display: none;
	}
	.item-xs-1 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.item-xs-2 > .item:not(.item-0):not(.item-1){
		display: none;
	}
	.item-xs-2 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.item-xs-3 > .item:not(.item-0):not(.item-1):not(.item-2){
		display: none;
	}
	.item-xs-3 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.item-xs-4 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3){
		display: none;
	}
	.item-xs-4 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.item-xs-5 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4){
		display: none;
	}
	.item-xs-5 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.item-xs-6 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5){
		display: none;
	}
	.item-xs-6 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.item-xs-7 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6){
		display: none;
	}
	.item-xs-7 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.285714%;
		-ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}
	.item-xs-8 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7){
		display: none;
	}
	.item-xs-8 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.item-xs-9 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7):not(.item-8){
		display: none;
	}
	.item-xs-9 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.111111%;
		-ms-flex: 0 0 11.111111%;
		flex: 0 0 11.111111%;
		max-width: 11.111111%;
	}
	.item-xs-10 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7):not(.item-8):not(.item-9){
		display: none;
	}
	.item-xs-10 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.item-sm-1 > .item:not(.item-0){
		display: none;
	}
	.item-sm-1 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.item-sm-2 > .item:not(.item-0):not(.item-1){
		display: none;
	}
	.item-sm-2 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.item-sm-3 > .item:not(.item-0):not(.item-1):not(.item-2){
		display: none;
	}
	.item-sm-3 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.item-sm-4 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3){
		display: none;
	}
	.item-sm-4 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.item-sm-5 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4){
		display: none;
	}
	.item-sm-5 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.item-sm-6 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5){
		display: none;
	}
	.item-sm-6 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.item-sm-7 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6){
		display: none;
	}
	.item-sm-7 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.285714%;
		-ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}
	.item-sm-8 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7){
		display: none;
	}
	.item-sm-8 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.item-sm-9 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7):not(.item-8){
		display: none;
	}
	.item-sm-9 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.111111%;
		-ms-flex: 0 0 11.111111%;
		flex: 0 0 11.111111%;
		max-width: 11.111111%;
	}
	.item-sm-10 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7):not(.item-8):not(.item-9){
		display: none;
	}
	.item-sm-10 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}	
}

@media (min-width: 768px) and (max-width: 991px) {
	.item-md-1 > .item:not(.item-0){
		display: none;
	}
	.item-md-1 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.item-md-2 > .item:not(.item-0):not(.item-1){
		display: none;
	}
	.item-md-2 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.item-md-3 > .item:not(.item-0):not(.item-1):not(.item-2){
		display: none;
	}
	.item-md-3 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.item-md-4 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3){
		display: none;
	}
	.item-md-4 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.item-md-5 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4){
		display: none;
	}
	.item-md-5 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.item-md-6 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5){
		display: none;
	}
	.item-md-6 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.item-md-7 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6){
		display: none;
	}
	.item-md-7 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.285714%;
		-ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}
	.item-md-8 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7){
		display: none;
	}
	.item-md-8 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.item-md-9 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7):not(.item-8){
		display: none;
	}
	.item-md-9 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.111111%;
		-ms-flex: 0 0 11.111111%;
		flex: 0 0 11.111111%;
		max-width: 11.111111%;
	}
	.item-md-10 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7):not(.item-8):not(.item-9){
		display: none;
	}
	.item-md-10 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.item-lg-1 > .item:not(.item-0){
		display: none;
	}
	.item-lg-1 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.item-lg-2 > .item:not(.item-0):not(.item-1){
		display: none;
	}
	.item-lg-2 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.item-lg-3 > .item:not(.item-0):not(.item-1):not(.item-2){
		display: none;
	}
	.item-lg-3 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.item-lg-4 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3){
		display: none;
	}
	.item-lg-4 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.item-lg-5 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4){
		display: none;
	}
	.item-lg-5 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.item-lg-6 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5){
		display: none;
	}
	.item-lg-6 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.item-lg-7 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6){
		display: none;
	}
	.item-lg-7 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.285714%;
		-ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}
	.item-lg-8 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7){
		display: none;
	}
	.item-lg-8 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.item-lg-9 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7):not(.item-8){
		display: none;
	}
	.item-lg-9 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.111111%;
		-ms-flex: 0 0 11.111111%;
		flex: 0 0 11.111111%;
		max-width: 11.111111%;
	}
	.item-lg-10 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7):not(.item-8):not(.item-9){
		display: none;
	}
	.item-lg-10 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}
}

@media (min-width: 1200px) {
	.item-xl-1 > .item:not(.item-0){
		display: none;
	}
	.item-xl-1 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.item-xl-2 > .item:not(.item-0):not(.item-1){
		display: none;
	}
	.item-xl-2 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.item-xl-3 > .item:not(.item-0):not(.item-1):not(.item-2){
		display: none;
	}
	.item-xl-3 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.item-xl-4 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3){
		display: none;
	}
	.item-xl-4 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.item-xl-5 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4){
		display: none;
	}
	.item-xl-5 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.item-xl-6 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5){
		display: none;
	}
	.item-xl-6 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.item-xl-7 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6){
		display: none;
	}
	.item-xl-7 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.285714%;
		-ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}
	.item-xl-8 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7){
		display: none;
	}
	.item-xl-8 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.item-xl-9 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7):not(.item-8){
		display: none;
	}
	.item-xl-9 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.111111%;
		-ms-flex: 0 0 11.111111%;
		flex: 0 0 11.111111%;
		max-width: 11.111111%;
	}
	.item-xl-10 > .item:not(.item-0):not(.item-1):not(.item-2):not(.item-3):not(.item-4):not(.item-5):not(.item-6):not(.item-7):not(.item-8):not(.item-9){
		display: none;
	}
	.item-xl-10 > .item{
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}
}

.owl-controls{
	clear: both;
	font-size: 0;
	text-align: center;
}

.owl-controls button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-controls .owl-dots .owl-dot, .owl-controls .owl-nav .owl-next, .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-controls .owl-dots, .owl-controls .owl-nav{
	z-index: 2;
}

.owl-dots.disabled, .owl-nav.disabled {
    display: none !important;
}

.owl-dots-images.disabled, .owl-nav-images.disabled {
    display: none !important;
}

/* -------------------------Position-bottom-left---------------------------------*/

.owl-dots[position="bottom-left"]{
	float: left;
	clear: both;
}

.owl-nav[position="bottom-left"]{
	float: left;
	clear: both;
}

/* -------------------------Position-bottom-center---------------------------------*/

.owl-dots[position="bottom-center"]{
	float: left;
	clear: both;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-box-shadow: translateX(-50%);
	-moz-box-shadow: translateX(-50%);
}

.owl-nav[position="bottom-center"]{
	float: left;
	clear: both;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-box-shadow: translateX(-50%);
	-moz-box-shadow: translateX(-50%);
}

/* -------------------------Position-bottom-right---------------------------------*/

.owl-dots[position="bottom-right"]{
	float: right;
	clear: both;
}

.owl-nav[position="bottom-right"]{
	float: right;
	clear: both;
}

/* -------------------------Position-top-left---------------------------------*/

.owl-dots[position="top-left"]{
	position: absolute;
	top: 0;
	left: 0;
}

.owl-nav[position="top-left"]{
	position: absolute;
	top: 0;
	left: 0;
}

/* -------------------------Position-top-right---------------------------------*/

.owl-dots[position="top-right"]{
	position: absolute;
	top: 0;
	right: 0;
}

.owl-nav[position="top-right"]{
	position: absolute;
	top: 0;
	right: 0;
}

/* -------------------------Position-top-center---------------------------------*/

.owl-dots[position="top-center"]{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-box-shadow: translateX(-50%);
	-moz-box-shadow: translateX(-50%);
}

.owl-nav[position="top-center"]{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-box-shadow: translateX(-50%);
	-moz-box-shadow: translateX(-50%);
}

/* -------------------------Position-middle ---------------------------------*/

.owl-dots[position="middle"]{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-box-shadow: translateY(-50%);
	-moz-box-shadow: translateY(-50%);
}

.owl-dots[position="middle"] button.owl-dot {
	float: right;
	clear: both;
}

.owl-nav[position="middle"]{
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 0;
}

.owl-nav[position="middle"] button.owl-prev {
	float: left;
}

.owl-nav[position="middle"] button.owl-next {
	float: right;
}

/**************************************************************************/

.item-product-list .item-images .owl-nav-images {
	position: absolute;
	float: left;
	overflow: hidden;
	padding: 5px;
	bottom: 2px;
	left: 50%;
	margin-left: -29px;
	display: none;
}

.item-product-list:hover .item-images .owl-nav-images {
	display: block;
}

.item-product-list:hover .price-countdown-wrapper {
	display: none;
}

.item-product-list .item-images .owl-nav-images [class*="owl-"] {
    display: block;
    float: left;
    background: #ffffff;
    padding: 3px 8px 4px 6px;
    font-family: arial;
    width: 20px;
    margin: 0 2px;
    border: none;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    /* -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.095), 0 1.5px 1.5px 0 rgba(0,0,0,0.2), 0 2px 1.5px 0 rgba(0,0,0,0.1), 0 3px 10px 0 rgba(0,0,0,0.1); */
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.095),0 1.5px 1.5px 0 rgba(0,0,0,0.2),0 2px 1.5px 0 rgba(0,0,0,0.1),0 3px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.095), 0 1.5px 1.5px 0 rgba(0,0,0,0.2), 0 2px 1.5px 0 rgba(0,0,0,0.1), 0 3px 10px 0 rgba(0,0,0,0.1);
}

/**************************************Box-wide************************************/

.boxed main, .boxed #footer{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.boxed main {
    max-width: 1200px;
    margin: 0 auto;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .boxed main {
        max-width: 980px;
    }
}

@media only screen and (max-width: 991px) {
    .boxed main {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .boxed main {
        max-width: 768px;
    }
}

@media only screen and (max-width: 767px) {
    main {
        width: 100%;
    }
}

/*-------------------------------------------------------------------------------*/

main > #notifications .alert:first-child {
	margin-top: 15px;
}

body:not(#index) main > #notifications .alert:last-child {
	margin-bottom: 0;
}

body:not(#index) #wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

#product #wrapper {
    padding-top: 30px !important;
}



@media (max-width:991px) {
    /*body:not(#index) #wrapper {
        padding-top: 30px;
    }*/
}

main {
    min-height: 100%;
}

#index main {
	background: #ececed;
}

a {
    font-size: inherit;
    color: #141414;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

.addthis_toolbox a {
    transition: all 0s ease-in-out 0s;
    -webkit-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
}

p {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

a:hover {
    color: #4bc1ec;
}

a:focus {
    text-decoration: none;
	outline: none;
}

.form-control:focus {
    outline: none;
}

.form-control {
    font-size: 1.4rem;
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.3;
}

.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 0.3;
}

.form-control::placeholder {
    color: inherit;
    opacity: 0.3;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 0.3;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: inherit;
    opacity: 0.3;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: inherit;
    opacity: 0.3;
}

input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: inherit;
    opacity: 0;
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: inherit;
    opacity: 0;
}

input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
    color: inherit;
    opacity: 0;
}

input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
    color: inherit;
    opacity: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: inherit;
    opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: inherit;
    opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: inherit;
    opacity: 0;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: inherit;
    opacity: 0;
}


/**************************************Footer************************************/

/*-------------------------------------------*/

.block {
    margin-bottom: 30px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.pick-color {
	font-size:0;
	margin:0 -3px;

}

.pick-color .color {
    margin: 3px;
}

.price {
    font-weight: 500;
    color: #F13340;
}

.product-price{
	color: #F13340;
	font-weight: 500;
}

.cart-summary-line .value{
	color: #F13340;
	font-weight: 500;
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    color: #F13340;
	font-weight: 500;
}

.carrier-price{
	color: #F13340;
	font-weight: 500;
}

.regular-price {
    text-decoration: line-through;
    color: #000;
	font-weight: 700;
}

.content_rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.star {
    font-size: 16px;
    line-height: 16px;
    position: relative;
}

#product_comments_block_extra .star {
    font-size: 14px;
	line-height: 14px;
}

div.star:after {
    content: "\f005";
    font-family: "FontAwesome";
    color: #d4d4d4;
	vertical-align: middle;
}

.star_content div.star.star_hover:after, .star_content div.star.star_on:after {
    content: "\f005";
	color: #f2b827;
}

#criterions_list .star {
    font-size: 19px;
    line-height: 19px;
}

.label_rating,
#product_comments_block_tab .report_btn {
    color: #4bc1ec;
	font-weight: 500;
}

.hidden_regular_price span.regular-price,
.hidden_regular_price .line_product {
    display: none !important;
}

.products .comments_note span.nb-comments {
    font-size: 12px;
    vertical-align: middle;
    line-height: 1;
    margin-left: 2px;
    display: inline-block;
}

.comments_note{
	font-size: 0;
}

.star_content {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}

.nb-comments {
    display: inline-block;
    vertical-align: -6px;
    font-size: 1.4rem;
    margin-left: 2px;
}

.variant-links-product {
    bottom: 0;
    position: absolute;
    right: 10px;
}

/********************************************/

#content-wrapper, 
#left-column,
#right-column {

}

@media (min-width: 992px) {
	#left-column{
		order: -1;
	}
	.has-sticky #left-content, .has-sticky #right-content{
	  position: -webkit-sticky;
	  position: sticky;
	  top: 20px;
	}
}

#contact #left-column{
	order: -1;
}

#left-content::after, #right-content::after, #main-content::after{
	content: '';
	display: table;
	clear: both;
}

/*--------------------------------------------------------------------------------------------------------------*/

.dropdown .dropdown-toggle {
    cursor: pointer;
    display: block;
}

.dropdown-menu {
    min-width: 120px;
	padding: 5px 0;
    z-index: 1000;
	border: none;
	font-size: inherit;
	border-radius: 3px;
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15);
}

.dropdown-menu > a {
	color: #878787 !important;
	display: block;
	padding: 5px 15px;
}

.dropdown-menu > a:hover {
    background: rgba(71,71,71,.05);
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
	color: #4bc1ec;
}

.mdl-textfield__label:before {
 	background: #4bc1ec;
}

/*----------Search-----------*/

.search-box-wrapper {
    position: fixed;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
    visibility: hidden;
    overflow-y: scroll;
	opacity: 0;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1050;
}

body.search-box-opened .search-box-wrapper {
	opacity: 1;
    visibility: visible;
    -moz-transition: opacity ease 300ms;
    -webkit-transition: opacity ease 300ms;
    -o-transition: opacity ease 300ms;
    transition: opacity ease 300ms;
}

.search-box-wrapper .search-box-inner {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
    overflow: hidden;
}

.search-box-wrapper .search-box-close {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
	cursor: pointer;
	width: 60px;
	height: 60px;
}

.search-box-wrapper .search-box-close::before {
	content: '';
	height: 29px;
	width: 2px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-box-wrapper .search-box-close::after {
	content: '';
	height: 29px;
	width: 2px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.search-box-opened {
    overflow: hidden;
}

.search-box-wrapper .search-box-backdrop {
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
    background-color: rgba(0,0,0,0.85);
}

.search-box-wrapper .search-box-content {
	position: relative;
	margin-top: 150px;
    color: #fff;
}

.search-box-wrapper .search_query  {
    height: 70px;
    font-size: 2.2rem;
	padding-top: 24px;
	padding-right: 50px;
    color: #fff;
    background-color: transparent;
	border-bottom-width: 2px;
	border-bottom-color: #666;
}

@media (min-width:768px) {
	.search-box-wrapper .show-cat .search_query{
		padding-left: 220px;
	}
}

.search-box-wrapper .mdl-textfield__label  {
	color: #FFF;
	font-size: 2.2rem;
	padding: 20px 0px 20px 0;
	margin: 0;
	top: 24px;
}

@media (min-width:768px) {
	.search-box-wrapper .show-cat .mdl-textfield__label{
		padding-left: 220px;
	}
}

.search-box-wrapper .mdl-textfield__label::before {
    background-color: #ffffff !important;
}

.search-box-wrapper .is-focused .mdl-textfield__label, .search-box-wrapper .is-dirty .mdl-textfield__label {
    color: #ffffff !important;
    font-size: 1.8rem;
    padding: 0 0;
    top: -10px;
}

.search-box-wrapper .search_tags{
	margin-top: 20px;
	color: #999999;
}

.search-box-wrapper .search_tags label{
	color: #ffffff;
	font-size: 1.6rem;
	margin-right: 5px;
}

.search-box-wrapper .search_tags a{
	color: #999999;
	margin-right: 3px;
}

.search-box-wrapper .button-search {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    bottom: 10px;
    padding: 0;
    width: 45px;
    height: 45px;
	overflow: hidden;
}

.search-box-wrapper span.zmdi {
    font-size: 30px;
}

.search-box-wrapper span.fa {
    font-size: 18px;
}

.searchbox:not(.loading) .button-search .search-loading {
    display: none;
}

.searchbox.loading .button-search .search-loader {
    display: none;
}

.searchbox .search-result{
	position: absolute;
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	left: 0;
	z-index: 98;
	right: 0;
	background: #fff;
	margin: 0;
	max-height: 350px;
	overflow: auto;
	display: none;
	top: 100%;
	margin-top: -10px;
	padding: 0 10px;
}

.search-widget .searchbox .search-result{
	max-height: 360px;
}

@media (min-width:768px) {
	.search-box-wrapper .show-cat .search-result {
		left: 200px;
	}
}

.searchbox .search-result.open {
	display: block;
}

.select_active .search-result.open {
	display: none;
}

.searchbox .search-result .no-result {
    padding: 10px;
    background: #f0f0f0;
    color: #575757;
    text-align: center;
	font-size: 2.2rem;
	margin: 0 -10px;
}

.searchbox .search-result .title {
	color: #282828;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 10px;
	background: #f0f0f0;
	margin-left: -10px;
	margin-right: -10px;
}

.searchbox .search-result .item-search {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 80px;
	border-bottom: 1px solid #e9e7e7;
}

.search-widget .searchbox .search-result .item-search {
    padding-left: 70px;
}

.searchbox .search-result .item-search::after{
	content: '';
	display: table;
	clear: both;
}

.searchbox .search-result .item-search:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.searchbox .search-result .item-search .left-search-ajax{
	width: 80px;
	margin-left: -80px;
	float: left;
	margin-right: 20px;
	border: 1px solid #e9e7e7;
	background: #fff;
	padding: 1px;
}

.search-widget .searchbox .search-result .item-search .left-search-ajax {
    width: 70px;
    margin-left: -70px;
    margin-right: 10px;
}

.searchbox .search-result .item-search img {
	max-width: 100%;
	height: auto;
}

.searchbox .search-result .item-search .right-search-ajax p{
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
	font-size: 1.4rem;
}

.search-widget .searchbox .search-result .item-search .right-search-ajax p{
	font-size: 1.3rem;
}

.searchbox .search-result .item-search .right-search-ajax .sku-search-ajax{
	color: #777777;
	margin-bottom: 5px;
	font-size: 1.4rem;
}

.searchbox .search-result .item-search .right-search-ajax .sku-search-ajax span{
	margin-right: 3px;
}

.searchbox .search-result .item-search .right-search-ajax .price-regular-ajax{
	margin-right: 10px;
	font-weight: 500;
	font-size: 1.6rem;
}

.search-widget .searchbox .search-result .item-search .right-search-ajax .price-regular-ajax{
	font-size: 1.4rem;
}

.searchbox .search-result .item-search .right-search-ajax .price-ajax{
	font-weight: 500;
	font-size: 2rem;
}

.search-widget .searchbox .search-result .item-search .right-search-ajax .price-ajax{
	font-size: 1.4rem;
}

.search_filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.select-styled span {
    display: none;
}

.search_filter {
	cursor: pointer;
}

.search-widget .select-styled {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.search-widget .select-options-wrapper{
	max-height: 200px;
	overflow: auto;
	margin: 0;
	padding: 7px 0;
}

.search-widget .select-options {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 97;
	margin: 0;
	list-style: none;
	background-color: #fff;
	width: 300px;
	visibility: hidden;
    max-height: 0;
	overflow: hidden;
	opacity: 0;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.search-widget .select-options.open {
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    visibility: visible;
    max-height: 350px;
    opacity: 1;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.search-widget .select-options li {
    font-size: 1.4rem;
    margin: 0;
    padding: 7px 14px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.search-widget .select-options li:last-child{
	margin-bottom: 7px;
}

.search-widget .select-options li:hover, .select-options li.select_active {
    color: #4bc1ec;
}

.search-widget .select-options li span:not(:last-child){
	padding-left: 20px;
}

.search-widget .select-options li span:last-child{
	padding-left: 15px;
	position: relative;
}

.search-widget .select-options li span:last-child::before{
	content: '\f278';
	font-family: 'Material-Design-Iconic-Font';
	font-size: 15px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	line-height: 1;
	left: 0;
}

.search-widget .select-options li[data-depth="0"] span:last-child::before{
	content: '\f273';
}

.search-widget .select-options li[rel="hide"] {
    display: none;
}

/************************************************/
/*
.search-box-wrapper .search_filter {
    cursor: pointer;
    position: absolute;
    font-size: 2.2rem;
    width: 200px;
    padding: 20px 0;
    bottom: 0;
    top: 19px;
}

.search-box-wrapper .select-styled {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-right: 20px;
}

.search-box-wrapper .select-styled::after{
	content: '\f2f9';
	font-family: 'Material-Design-Iconic-Font';
	font-size: 30px;
	line-height: 30px;
	top: 50%;
	position: absolute;
	right: 0;
	margin-top: -15px;
}

.search-box-wrapper .select-options-wrapper{
	max-height: 350px;
	overflow: auto;
	margin: 0;
	padding: 7px 0;
}

.search-box-wrapper .select-options {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 97;
	margin: 0;
	list-style: none;
	background-color: #333;
	width: 300px;
	visibility: hidden;
    max-height: 0;
	overflow: hidden;
	opacity: 0;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.search-box-wrapper .select-options.open {
    visibility: visible;
    max-height: 350px;
    opacity: 1;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.search-box-wrapper .select-options li {
    font-size: 1.4rem;
    margin: 0;
    padding: 7px 14px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.search-box-wrapper .select-options li:last-child{
	margin-bottom: 7px;
}

.search-box-wrapper .select-options li:hover, .select-options li.select_active {
    color: #4bc1ec;
}

.search-box-wrapper .select-options li span:not(:last-child){
	padding-left: 20px;
}

.search-box-wrapper .select-options li span:last-child{
	padding-left: 15px;
	position: relative;
}

.search-box-wrapper .select-options li span:last-child::before{
	content: '\f278';
	font-family: 'Material-Design-Iconic-Font';
	font-size: 15px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	line-height: 1;
	left: 0;
}

.search-box-wrapper .select-options li[data-depth="0"] span:last-child::before{
	content: '\f273';
}

.search-box-wrapper .select-options li[rel="hide"] {
    display: none;
}

@media (max-width:767px) {
	.search-box-wrapper .search-box-content {
		padding: 0 20px;
	}
	.search-box-wrapper .search_filter {
		width: 100%;
		padding: 0;
		bottom: 100%;
		top: auto;
		border: 1px solid #ffffff;
		border-radius: 5px;
		margin-bottom: 35px;
	}
	.search-box-wrapper .select-styled {
		padding: 13px 30px 13px 10px;
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
	.search-box-wrapper .select-styled::after {
		line-height: 1.6rem;
		right: 10px;
		margin-top: -8px;
	}
	.search-box-wrapper .select-options {
		margin-top: 5px;
		width: 100%;
	}
	.search-box-wrapper .mdl-textfield__label {
		color: #FFF;
		font-size: 1.6rem;
		top: 22px;
	}
	.search-box-wrapper .search_query {
		font-size: 1.6rem;
	}
	.search-box-wrapper .is-focused .mdl-textfield__label, .search-box-wrapper .is-dirty .mdl-textfield__label {
		font-size: 1.6rem;
	}
	.search-box-wrapper .button-search {
    	bottom: 15px;
	}
	.search-box-wrapper .search-result {
		max-height: 250px;
	}
}
*/
/*-------------------------------------------------------------------*/

/*.category-banner{
	margin: 0 auto;
	box-shadow: 0 1px 5px rgba(0,0,0,0.07);
}

@media (min-width: 992px) {
	.category-banner.has-description{
		margin-bottom: -30px;
	}
}

.category-banner-boxed{
	margin-bottom: 30px;
}*/



/*---------------------------------------------------------------------*/



#pagenotfound #main .page-header,
#products #main .page-header {
    margin: 0 0 30px;
}

#pagenotfound #main .page-content,
#products #main .page-content {
    margin-bottom: 30px;
    max-width: 100%;
}

#pagenotfound #content-wrapper h1 {
    font-size: 8rem;
    font-weight: 700;
    letter-spacing: 8px;
    color: #141414;
    margin-bottom: 10px;
}

#pagenotfound #content-wrapper h5 {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #141414;
    margin-bottom: 20px;
}

#pagenotfound #content-wrapper p {
    letter-spacing: 2px;
	margin-bottom: 30px;
}

#pagenotfound #content-wrapper p a {
    /*border-bottom: 1px solid;
    font-weight: 700;
    margin-left: 5px;
    padding: 2px 5px;*/
}

.img-responsive {
    max-width: 100%;
    height: auto !important;
}

/*-----------------------------------------quick view---------------------*/

@keyframes effect-translator {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes effect-translator {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes effect-opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes effect-opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.effect-translator {
    animation-name: effect-translator;
    animation-duration: 0.7s
}

.effect-opacity {
    animation-name: effect-opacity;
    animation-duration: 0.8s
}

.effect-transparent, .effect-transparent-2 {
    opacity: 0
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.quickview .images-container {
    display: block;
    min-height: inherit;
    position: relative;
}

@media (max-width: 575px) {
    .quickview .images-container {
        margin-bottom: 20px;
    }
}


.product-discount {
    margin: 0;
    font-size: 2.0rem;
    text-align: right;
    margin-top: 10px;
    display: block;
    font-weight: 700;
}



.discount-value {
    display: inline-block;
    margin-right: 15px;
    padding: 1px 5px;
    font-size: 1.4rem !important;
    line-height: 2.0rem !important;
    color: white;
    background: #000;
    margin-top: 0px;
    position: relative;
    top: -1px;
}


.home_round .product-discount {
    font-size: 3.0rem;
    text-align: center;
    margin-top: 0px;
	margin-right: 0px;	
	margin-bottom:5px;
}

.right-product-1 .discount-value {
    margin-left: 10px !important;
	margin-right: 15px !important;
}


.home_round .discount-value {
    font-size: 2.4rem !important;
    line-height: 3.0rem !important;
	padding: 3px 12px;
}


.product-discount .regular-price {
    margin: 0;
	display: inline-block;
    /*font-size: 2.0rem;
    text-align: right;
    margin-top: 10px;
    display: block;
    font-weight: 700;*/
}

.has-discount .discount {
    background: none;
    color: #06bf62;
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 0;
    padding: 0;
    text-transform: capitalize;
}

.product-unit-price {
    font-size: 1.2rem !important;
    margin-bottom: 0;
    color: #7b858a;
}

.product-line-grid-body .product-line-info {
    margin-bottom: 0;
    float: left;
    clear: both;
}
/*
.product-prices {
    margin-top: 7px;
    display: table;
    width: 100%;
}

.col-product-price .product-prices {
    margin-bottom: 30px !important;
}*/


.product-information{

}

.product-actions .control-label {
    font-size: 1.4rem;
    padding: 2px;
	margin: 0;
    font-weight: 600;
    width: auto;
    color: #666666;
    text-transform: uppercase;
    min-width: 65px;
    line-height: 22px;
    display: table-cell;
    vertical-align: top;
}

.product-actions .control-label:after{
	content: ':'; 
	margin-right: 5px;
}

.product-actions .product-add-to-cart .control-label {}

.product-quantity #quantity_wanted {
    height: 40px;
    padding: 0 35px;
    text-align: center;
    width: 100px;
    border-color: #e9e7e7;
    background: none;
	box-shadow: none;
}

.product-quantity .input-group-btn-vertical .btn {
    height: auto;
    padding: 0;
    border-color: #e9e7e7;
    margin: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    width: 30px;
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    right: 0;
    font-size: 2rem;
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: 0;
}

.product-discounts {
    margin: 0;
}

.product-discounts > .product-discounts-title {
    font-weight: 400;
    font-size: 1.4rem;
    color: #333333;
    margin-bottom: 10px;
}

.product-discounts > .table-product-discounts {
    margin-bottom: 20px;
    width: 100%;
}

.product-discounts > .table-product-discounts thead tr th {
    width: 33%;
    padding: 5px 15px;
    background: #fff;
    border: 2px solid #f1f1f1;
    text-align: center;
}

.product-discount {
    color: #999999;
}

.input-container label {
    margin: 0;
}

.product-variants>.product-variants-item .color:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    color: #70f270;
    font-size: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s
}

.product-variants>.product-variants-item .input-color:checked + span:before,
.product-variants>.product-variants-item .color:hover:before {
    visibility: visible;
    opacity: 1;
}

.product-variants .select-container {
    position: relative;
    display: table-cell;
}

.variants-loader-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .8);
    z-index: 1;
    cursor: default;
    text-align: center;
    overflow: hidden;
	color: #333333;
}

.variants-loader-icon i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
    font-size: 1.4rem;
}

.variants-no-event-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .2);
    z-index: 1;
    cursor: not-allowed;
    text-align: center;
    overflow: hidden;
}

.product-variants > .product-variants-item select {
    border: 1px solid #e9e7e7;
	border-radius: 3px;
    box-shadow: none;
    height: 35px;
    padding: 0 10px;
    margin: 2px;
    font-size: 1.4rem;
	background-color: rgba(255,255,255,0);
}

.product-actions .type_select .control-label {
	line-height: 35px !important;
}

@media (min-width:1200px) {
    .content-product-detail .product-variants > .product-variants-item select {}
}

.product-customization-button {
	margin-bottom: 20px;
}

.product-customization {
    margin: 0;
}

.product-pack {
    margin-top: 0;
	margin-bottom: 20px;
}

.product-pack .pack-product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.product-pack .pack-product-container .pack-product-name a {
    font-size: 1.4rem;
    padding: 0 5px;
}

.product-pack .pack-product-container .pack-product-name a:not(:hover) {
    color: #7a7a7a;
}

.product-pack .pack-product-container .pack-product-quantity {
    border-left: 2px solid #f1f1f1;
    padding-left: 1rem
}

.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.product-pack > p.h4 {
    color: #666666;
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.product-pack .card {
    margin-bottom: 10px;
    padding: 5px;
}

.product-pack .pack-product-container .pack-product-quantity {
    border-left: 1px solid #e9e7e7;
    padding-left: 0.875rem;
    margin-left: 5px;
}

.thumb-mask > .mask img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

#add-to-cart-or-refresh .product-variants {

}

#product_comments_block_extra {
	clear: both;
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 5px;
	margin-top: -5px;
}

.comments_advices a.open-comment-form::before {
	color: #4bc1ec;
	font-size: 16px;
	margin-right: 5px;
	vertical-align: -1px;
	line-height: 1;
	margin-left: 0;
	display: none;
}

.row-product {
    margin-bottom: 30px;
}

.col-product-image,
.col-product-info,
.col-product-sidebar {

}

.label-flags {
    position: absolute;
    margin: 0;
    top: 3px;
    z-index: 1;
    font-size: 12px;
    right: 3px;
}

.label-flags li {
	padding: 2px 4px 4px;
	background: #202021;
	float: right;
	clear: both;
	color: #fff;
	line-height: 1;
	border-radius: 2px;
	margin-right: 3px;
	margin-top: 3px;
}

.label-flags li.type-on-sale, .label-flags li.type-discount{
	background: #202021;
}

.label-flags li.type-new{
	background: #202021;
}

.label-flags li.type-pack{
	background: #202021;
}

.product-cover .label-flags {
	z-index: 2;
}

.product-cover:hover .label-flags {
	display: none;	
}

select {
    outline: none;
}

@media (min-width:992px) {
    select {
        /*padding-right: 38px !important;
        background: #ffffff url("select.png") no-repeat scroll right 15px center/8px 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;*/
    }
}

#add-to-cart-or-refresh .button-action {
    text-align: center;
    display: inline-block;
    width: 40px;
    line-height: 34px;
    float: left;
    margin: 2px;
    height: 40px;
    border: 1px solid #e9e7e7;
	color: #141414;
	font-size: 18px;
}

.checked .fa-heart-o:before {
    content: "\f004";
}

.checked .fa-balance-scale:before {
    content: "\f00d";
}

.product-actions {
    display: table;
    width: 100%;
    margin-bottom: 0;
}

.column-content-wrapper {

}

.product-cover {
    overflow: hidden;
    margin-bottom: 6px;
	position:relative;
	border: 1px solid #e9e7e7;
	padding: 1px;
	background: #ffffff;
}



.link-products-nav{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.link-products-nav .disabled{
	opacity: 0.5;
}

.link-products-nav > a, .link-products-nav > span {
    position: relative;
    font-size: 0;
    display: block;
    width: 26px;
    text-align: center;
    height: 3rem;
    float: left;
}

.link-products-nav > a i, .link-products-nav > span i {
    font-size: 22px;
    line-height: 3rem;
    color: #21293c;
}

.content-product-nav {
    position: absolute;
    width: 100px;
    padding: 10px;
    background: #fff;
    border-top: 3px solid #555555;
    right: -10px;
    top: 33px;
    font-size: 1.2rem;
    line-height: 1.25;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #777;
    text-align: center;
	display: none;
}

.link-products-nav > a.product-nav-left .content-product-nav{
	right: -36px;
}

.link-products-nav > a:hover .content-product-nav {
	display: block;
}

.content-product-nav > div{
	margin-bottom: 10px;
}

.content-product-nav::before {
	content: "";
	width: 5px;
	height: 2px;
	border: 5px solid transparent;
	border-bottom-color: #555555;
	display: block;
	position: absolute;
	top: -13px;
	right: 20px;
}

.link-products-nav > a.product-nav-left .content-product-nav::before {
	right: 43px;
}

/*-----------------------------------------------------------------------------*/

.js-wrapper-scroll .images-4 .slick-slider .slick-track, .js-wrapper-scroll .images-4 .slick-slider .slick-list, .js-wrapper-scroll .images-3 .slick-slider .slick-track, .js-wrapper-scroll .images-3 .slick-slider .slick-list, .js-wrapper-scroll .images-2 .slick-slider .slick-track, .js-wrapper-scroll .images-2 .slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	-o-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.js-wrapper-scroll-vertical .images-3 .slick-slider .slick-track, .js-wrapper-scroll-vertical .images-3 .slick-slider .slick-list, .js-wrapper-scroll-vertical .images-2 .slick-slider .slick-track, .js-wrapper-scroll-vertical .images-2 .slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	-o-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.box_thumb {
	position:relative;
	margin-bottom: 20px;
	display:none !important;
}

.box_thumb::after {
	content: '';
	display: table;
	clear: both;
}

.box_thumb .js-scroll-small-images{
	margin: 0 -3px;
}

.js-wrapper-scroll-vertical .box_thumb .js-scroll-small-images{
	margin: 0;
}

.box_thumb .slick-arrow {
	position: absolute;
	border: none;
	width: 30px;
	height: 30px;
	background: #000;
	color: #fff;
	z-index: 1;
	top: 50%;
	margin-top: -15px;
	text-align: center;
}

.box_thumb .slick-arrow.slick-prev {
	left:-35px;	
}

.box_thumb .slick-arrow.slick-next {
	right:-35px;	
}

.js-wrapper-scroll .js-scroll-large-images > .item-image:not(.item-image-0), .js-wrapper-scroll-vertical .js-scroll-large-images > .item-image:not(.item-image-0) {
	display: none;
}

.js-wrapper-scroll-3-items .js-scroll-large-images > .item-image:not(.item-image-0):not(.item-image-1):not(.item-image-2) {
	display: none;
}

.js-wrapper-scroll .box_thumb .js-scroll-small-images > .item-image:not(.item-image-0):not(.item-image-1):not(.item-image-2):not(.item-image-3) {
	display: none;
}

.js-wrapper-scroll-vertical .box_thumb .js-scroll-small-images > .item-image:not(.item-image-0):not(.item-image-1):not(.item-image-2) {
	display: none;
}

.box_thumb .item-image {
    padding: 0 3px;
	width: 25%;
	float: left;
}

.js-wrapper-scroll-vertical .box_thumb .item-image{
	width: 100%;
}

.box_thumb .box-item-image {
    border: 1px solid #e9e7e7;
    cursor: pointer;
    padding: 1px;
	background: #ffffff;
}

.box-item-image img {
    width:100%;
}

.box_thumb .slick-current .box-item-image{
	border-color: #4bc1ec;
}

.product-images{
	margin:0;	
}

.js-scroll-large-images{
	z-index: 1;	
}

.js-scroll-large-images .box-item-image{
	position: relative;
}

.no_grid .js-scroll-large-images{
	margin-left: 0;
	margin-right: 0;
	display: block;
}

.no_grid .js-scroll-large-images .item-image{
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}


/*-----------------------------------------------------------------------------*/

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
	border: 1px solid #4bc1ec;
	background: #4bc1ec;
	color: #fff;
}

.color.active,
.color:hover,
.custom-checkbox input[type="checkbox"] + span.color.active,
.custom-checkbox input[type="checkbox"] + span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border: 1px solid #000;
}

.radio-label {
    min-width: 24px;
    line-height: 22px;
    padding: 0 8px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #e9e9e9;
    color: #7b858a;
    font-size: 12px;
    box-shadow: none;
	display: inline-block;
	background: #fff;
}

.input-container {
    position: relative;
}

.input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.product-variants > .product-variants-item ul li {
    line-height: 1;
    margin: 2px;
    font-size: 0;
    display: inline-block;
}

.product-variants > .product-variants-item ul li span {
    margin: 0;
}

.color,
.custom-checkbox input[type="checkbox"] + span.color {
    border: 1px solid #f5f5f5 !important;
	width: 22px;
	height: 22px;
	box-shadow: none;
}

#left-column #facets_search_wrapper .custom-checkbox input[type="checkbox"] + span.color, #right-column #facets_search_wrapper .custom-checkbox input[type="checkbox"] + span.color {
	width: 30px;
	height: 30px;
}

#left-column #facets_search_wrapper .color::before, #right-column #facets_search_wrapper .color::before {
    font-size: 14px;
    line-height: 26px;
}

.corlor-tooltip{
	position: absolute;
	bottom: 100%;
	z-index: 4;
	width: 130px;
	text-align: center;
	border: 1px solid #adadad;
	border-radius: 4px;
	left: 50%;
	margin-left: -65px !important;
	margin-bottom: 15px !important;
	opacity:0;
	visibility:hidden;
	background:#fff;
	font-size: 1.4rem;
}

.corlor-tooltip::before{
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-bottom: 1px solid #adadad;
	border-left: 1px solid #adadad;
	transform: rotateZ(-45deg);
	background: #fff;
	bottom: -8px;
	left: 50%;
	margin-left: -7px;
}

.corlor-tooltip .bg-tooltip {
	width: 100%;
	height: 130px;
	display: block;
	border-radius: 4px 4px 0 0;
}

.corlor-tooltip .name-tooltip {
    display: block;
    border-top: 1px solid #adadad;
    color: #282828;
    padding: 7px 0;
}

.color:hover .corlor-tooltip, .facet-label:hover .corlor-tooltip{
	opacity:1;	
	visibility:visible;
}

.color{
	position:relative;	
}

.color::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    color: #70f270;
    font-size: 12px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity:0;
	visibility:hidden;
    margin: auto;
    text-align: center;
    line-height: 20px;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

/*.active.color::before, 
.custom-checkbox input[type="checkbox"]:checked + span.color::before{
	opacity:1;
	visibility:visible;	
}

.product-variants > .product-variants-item ul li span {
    margin-bottom: 0;
}

.input-color {
	position: absolute;
	opacity: 0;
	cursor: pointer;
    width: 22px;
    height: 22px;
    margin: 0;
    visibility: hidden;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
}

.product-variants > .product-variants-item .color {
    width: 24px;
    height: 24px;
	float: left;
}

.product-variants > .product-variants-item ul {
    margin: 0;
    font-size: 0;
    display: table-cell;
}

.product-information .product-additional-info {
    margin: 0;
    float: left;
}

.product-information .product-quantity{
	margin: 0 -2px;
	font-size: 0;
}

.product-quantity .qty {
    float: left;
    width: auto;
    margin: 2px;
}

.product-quantity .add {
    float: left;
    width: auto;
    margin: 2px;
}

.product-quantity > div{
	margin-left: 2px;
	margin-right: 2px;
}

.product-quantity .label {
    margin-bottom: 5px;
    display: block;
    padding: 0 2px;
}
*/
#add-to-cart-or-refresh .product-add-to-cart .input-group > .input-group-btn{
	display: none;
}

.product-quantity .input-group-btn-vertical {
    position: static !important;
    float: none;
    display: block;
}

.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1.8rem;
    left: 0;
    line-height: 1.42857;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    display: none;
}

.product-quantity .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    border-top: 1px solid #8798a2;
    margin-top: -.5px;
    margin-left: -4.5px;
}

.product-quantity .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 9px;
    border-left: 1px solid #8798a2;
    margin-top: -4.5px;
    margin-left: -.5px;
}

.product-quantity .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    border-top: 1px solid #8798a2;
    margin-top: -.5px;
    margin-left: -4.5px;
}

.bootstrap-touchspin {
    box-shadow: none;
}

.input-group {
    z-index: 1;
}

.input-group-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.input-group-1 > .form-control {
    margin-right: 10px;
}

.product-quantity .input-group {
    float: left;
    width: auto;
    box-shadow: none;
}

.product-variants > .product-variants-item {
    margin: 0 -2px;
    font-size: 0;
    margin-bottom: 16px;
}

.product-variants > .product-variants-item:last-child {
    margin-bottom: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e9e7e7;
}

.product-quantities-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-quantities-detail span {
    margin-right: 10px;
}

.product-actions .add-to-cart {
    color: #fff;
    background: #4bc1ec;
    border: 1px solid;
    padding: 0px 15px;
    text-transform: uppercase;
    font-weight: 500;
    height: auto;
    line-height: 38px;
    margin: 0;
    float: left;
	font-size: 1.4rem;
}

.product-actions .add-to-cart i {
    font-size: 18px;
    line-height: 1;
    margin-right: 3px;
    vertical-align: -2px;
}



.quickview .comments_note{
	margin-bottom: 10px;
}

.facebook.icon-gray,
.twitter.icon-gray,
.pinterest.icon-gray,
.googleplus.icon-gray {
    background-image: none !important;
}

.icon-gray a:before {
    font-family: "FontAwesome";
}

.action_product_customization {
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.action_product_customization:hover {
    color: #4bc1ec;
}

#product .product-customization-button > p {
    color: #999;
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 15px;
}

.clearfix {
    clear: both;
}

.action_product_customization .zmdi {
    color: #4bc1ec;
    font-size: 18px;
    line-height: 16px;
    margin-right: 10px;
    vertical-align: top;
}

.sizechart-show {
    float: right;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: underline;
}

#product_comments_block_extra .comments_note {
    display: inline-block;
    margin: 5px;
    vertical-align: 1px;
    margin-right: 3px;
}

#product_comments_block_extra .comments_advices a {
	font-size: 1.4rem;
	margin: 5px;
	color: #999999;
	vertical-align: middle;
	padding-bottom: 2px;
}

#product_comments_block_extra .comments_advices a:hover{
	text-decoration: underline;
}

#product_comments_block_extra .comments_advices a.goto-product-comment-tab:not(:last-child) {
    padding-right: 10px;
    line-height: 1;
    border-right: 1px solid;
}

#product_comments_block_extra .comments_advices {
    margin-bottom: 0;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

.modal.quickview #product_comments_block_extra .comments_advices {
    display: none;
}

.modal.quickview #product_comments_block_extra .comments_advices.hidden {
    display: inline-block !important;
}

.alert_no_item {
    clear: both;
    text-align: center;
    margin-bottom: 20px;
}

.product-tags {
    display: table;
    clear: both;
    margin-bottom: 15px;
}

.product-tags span {
	line-height: 2.2rem;
    margin-right: 10px;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
}

.product-tags a {
	float: left;
	line-height: 2.2rem;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	padding: 0 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 1.3rem;
	color: #666;
}

.product-tags a:hover {
    color: #4bc1ec;
}

.social-sharing {
    display: block;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 18px;
    font-size: 0;
}

.social-sharing ul {
    margin-bottom: 0;
    font-size: 0;
    display: inline-block;
}

.social-sharing li {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    width: auto;
    float: none;
    background: transparent;
    margin: 2px;
    display: inline-block;
}

.social-sharing li a {
    display: block;
    overflow: visible;
    color: #fff;
    font-size: 0;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-radius: 100%;
    text-indent: 0;
}

.social-sharing li a:before {
    font-size: 14px;
    font-family: 'FontAwesome';
    margin-right: 0;
}

.social-sharing li a:hover {
    color: #fff;
}

.social-sharing li a {}

.facebook a:before {
    content: "\f09a";
}

.social-sharing li.facebook a {
    background: #435f9f;
}

.twitter a:before {
    content: "\f099";
}

.social-sharing li.twitter a {
    background: #00aaf0;
}

.pinterest a:before {
    content: "\f231";
}

.social-sharing li.pinterest a {
    background: #ce1f21;
}

.googleplus a:before {
    content: "\f0d5";
}

.social-sharing li.googleplus a {
    background: #e04b34;
}

.social-sharing span {
    float: left;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 2px;
    margin-right: 10px;
	font-size: 1.4rem;
}

.product-prices .tax-shipping-delivery-label {
    font-size: 1.4rem;
}



.product-prices div.current-price > span {
    display: inline-block;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 10px;
}

	.product-prices div.current-price > span.product-unit-price,
	.promo_jours span.product-unit-price {
		display: block;
		/*text-align: right;*/
		line-height: 1.3;
		color: #f8a998;
	}

		.product-prices div.current-price > span.product-unit-price small,
		.promo_jours span.product-unit-price small{
			display:block;
			color: #a8a8a8;
			font-size: 1.1rem;
			font-style: italic;
			padding:0 15%;
		}

		.product-prices div.current-price > span:last-child{
			/*margin-right: 0;*/
			margin-bottom: 0;
		}

.product-prices div.current-price > span[itemprop] {
    font-size: 2.1rem;
    font-weight: 700;
	color: #F13340;
}

.product-prices div.current-price > span.product-discount .regular-price {
    font-size: 1.7rem;
    font-weight: 600;
    color: #a7a7a7;
}

.product-minimal-quantity{
	margin-bottom: 0;
}

.product-minimal-quantity span{
	margin-bottom: 5px;
	display: block;
}

.product-prices > div.product-price {
	margin-bottom: 0;
}

.product-prices .price-countdown-title {
    margin-bottom: 10px;
}

.product-prices .count-down-timer {
    margin-left: 0;
    width: 250px;
}

.product-prices .countdown-time-group::before {
    opacity: 1;
    border: 1px solid #e9e7e7;
	right: 3px;
}

.product-prices .countdown-time, .product-prices  .countdown-text {
    font-size: inherit;
    line-height: inherit;
	font-weight: 500;
}

.product-prices .countdown-time-group {
    padding-right: 5px;
}

.delivery-information {
    color: #999999;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.js-product-images-modal {
    /*border-bottom: 1px solid #e9e7e7;
    margin-bottom: 21px;*/
	display:none !important;
}

.js-product-images-modal > .label-small{
    padding-bottom: 15px;
}

.label-small .control-label {
    font-size: 1.4rem;
    margin-right: 5px;
    font-weight: 400;
    float: left;
}

div.label-small {
    margin-bottom: 5px;
}

.label-small .control-label::before {
    content: '';
    width: 5px;
    height: 5px;
    background: red;
    vertical-align: 3px;
    margin-right: 10px;
	display: none;
}

.label-small .control-label::after {
    content: ':';
}

div.label-small > div {
    display: block;
    margin: 0;
    font-weight: 400;
}

div.label-small > div.type_available {
    color: #06bf62;
}

div.label-small .manufacturer-detail a {
    font-size: inherit;
    position: relative;
    text-decoration: underline;
}

#product-availability {
    margin: 0;
    display: block;
    font-weight: 400;
}

.count-down-timer{
	width: 150px;
	max-width: 100%;
	margin: 0 auto;
}

.price-countdown-title{
	font-weight: 500;
	margin-bottom: 5px;
}

.countdown-time-group{
	position: relative;
	overflow: hidden;
	float: left;
	padding: 5px 2px;
	padding-right: 3px;
	text-align: center;
	width: 25%;
}

.countdown-time-group:last-child{
	margin-right: 0;
}

.countdown-time-group::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 1px;
	bottom: 0;
	background: #fff;
	opacity: 0.8;
}

.countdown-time, .countdown-text{
	display: block;
	font-size: 12px;
	line-height: 13px;
	position: relative;
	z-index: 1;
	color: #141414;
}

.easyzoom-flyout, .easyzoom-product{
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1;	
}

/*------------------------------------------------------*/

#nrtsizechart {
    font-size: 1.4rem;
}

#moda_sizechart .table th {
    font-weight: 500;
	border-color: #f6f6f6;
}

#moda_sizechart .table td {
    color: #999;
}

.product-reference {}

.product-manufacturer {}

.right-product-manufacturer {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e7e7;
}

#wrapper-tab-product .product-description {
    line-height: 1.7;
}

#wrapper-tab-product .product-description p iframe {
    max-width: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    #product .product-description p iframe {
        height: auto;
    }
}

#wrapper-tab-product .product-description ul, #wrapper-tab-product .product-description ol {
    padding-left: 12px;
    margin-bottom: 15px;
}

#wrapper-tab-product .product-description ul {
    list-style-type: disc;
}

#product_comments_block_tab > p {
    margin-bottom: 15px;
}

.content-product-detail {
    margin-bottom: 15px;
}

.tab-content {
    position: relative;
	clear: both;
}

.tab-content > .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}

.tab-content > .tab-pane.active {
    opacity: 1;
    position: static;
    visibility: visible;
}

@media (max-width: 991px) {
	.box-nav-tab {
		position: relative;
		border: none;
		margin-bottom: 20px;
	}
	.dropdown-toggle-nav-tab {
		border: 1px solid #e9e7e7;
		padding: 10px;
		position: relative;
		cursor: pointer;
		border-radius: 3px;
		line-height: 1.6rem;
		background: #ffffff;
	}
	.dropdown-toggle-nav-tab p {
		margin: 0;
		line-height: 1.6rem;
	}
	.dropdown-toggle-nav-tab::after {
		content: "\f2f2";
		font-family: "Material-Design-Iconic-Font";
		font-size: 20px;
		line-height: 20px;
		margin-top: -10px;
		position: absolute;
		right: 10px;
		top: 50%;
	}
	.dropdown-menu-nav-tab.active {
		display: block;
	}
	.dropdown-menu-nav-tab {
		position: absolute;
		z-index: 2;
		box-shadow: 1px 5px 10px rgba(0,0,0,.35);
		background: #fff;
		width: 100%;
		display: none;
	}
	.box-nav-tab .nav-tabs .nav-item {
		clear: both;
		width: 100%;
	}
	.box-nav-tab .nav-tabs .nav-item a {
		border-bottom: 1px solid #e9e7e7;
		display: block;
		line-height: 20px;
		padding: 8px 10px;
		font-weight: 400;
	}
	.box-nav-tab .nav-tabs .nav-item a.active {
		color: #333333;
		background: #f1f1f1;
	}
	.box-nav-tab .nav-item .nav-link-tab p {
		margin: 0;
	}
}

/*------------------------------Tab product------------------------------------------*/

@media (min-width: 992px) {
	.tabs.product-horizontal-tabs .box-nav-tab {
		margin-bottom: 30px;
		border-bottom: 1px solid #e9e7e7;
	}
	
	.tabs.product-horizontal-tabs .nav-tabs .nav-link {
		color: #888888;
		font-size: 1.4rem;
		text-transform: uppercase;
		margin-right: 0;
		position: relative;
		font-weight: 700;
		padding-bottom: 10px;
		float: left;
		line-height: 1.54;
	}
	
	.tabs.product-horizontal-tabs .nav-tabs .nav-link:after {
		content: '';
		position: absolute;
		bottom: -1px;
		left: 0;
		right: 0;
		background: #4bc1ec;
		height: 2px;
		display: none;
	}

	.tabs.product-horizontal-tabs .nav-tabs .nav-link.active,
	.tabs.product-horizontal-tabs .nav-tabs .nav-link:hover {
		color: #141414;
	}
	
	.tabs.product-horizontal-tabs .nav-tabs .nav-link.active:after ,
	.tabs.product-horizontal-tabs .nav-tabs .nav-link:hover:after  {
		display: block;
	}

	.tabs.product-horizontal-tabs .nav-tabs {
		font-size: 0;
		text-align: left;
		margin-bottom: 0;
		margin-left: -15px;
		margin-right: -15px;
	}

	.tabs.product-horizontal-tabs .nav-tabs .nav-item {
		margin: 0 15px;
		display: inline-block;
		float: none;
	}
}

.tabs.product-horizontal-tabs .tab-content > .tab-pane {
	margin-bottom: 30px;
}


@media (min-width: 992px) {
	.tabs.product-vertical-tabs .box-nav-tab {
		display: table-cell;
		width: 20%;
		vertical-align: top;
	}
	
	.tabs.tabs.product-vertical-tabs .tab-content {
		position: relative;
		overflow: hidden;
		display: table-cell;
		vertical-align: top;
	}
	
	.tabs.product-vertical-tabs .tab-content > .tab-pane {
		padding-left: 30px;
	}
	
	.tabs.product-vertical-tabs .nav-tabs .nav-link {
		color: #888888;
		font-size: 1.4rem;
		text-transform: uppercase;
		margin-right: 0;
		position: relative;
		font-weight: 700;
		padding-bottom: 10px;
		float: left;
		line-height: 1.54;
	}
	
	.tabs.product-vertical-tabs .nav-tabs .nav-link:after {
		content: '';
		position: absolute;
		bottom: -1px;
		left: 0;
		right: 0;
		background: #4bc1ec;
		height: 2px;
		display: none;
	}

	.tabs.product-vertical-tabs .nav-tabs .nav-link.active,
	.tabs.product-vertical-tabs .nav-tabs .nav-link:hover {
		color: #141414;
	}
	
	.tabs.product-vertical-tabs .nav-tabs .nav-link.active:after ,
	.tabs.product-vertical-tabs .nav-tabs .nav-link:hover:after  {
		display: block;
	}

	.tabs.product-vertical-tabs .nav-tabs {
		font-size: 0;
		text-align: left;
		margin-bottom: 15px;
	}

	.tabs.product-vertical-tabs .nav-tabs .nav-item {
		display: inline-block;
		float: none;
		width: 100%;
		border-bottom: 1px solid #e9e7e7;
		margin-bottom: 15px;
	}
}

.tabs.product-vertical-tabs .tab-content > .tab-pane {
	margin-bottom: 30px;
}



/*------------------------------------------------------------------------*/

.img-thumbnail {
    border: none;
    padding: 0;
    margin-bottom: 15px;
    max-width: 170px;
}

.product-features {
    margin: 20px 0 0;
}

.product-features > h3 {
    color: #141414;
    font-size: 1.6rem;
    font-weight: 700;
}

.product-features > dl.data-sheet {
    margin:0;
}

#product-details .label {
    color: #141414;
    font-size: 1.4rem;
	margin: 0;
	margin-right: 10px;
	font-weight: 500;
}

#product-details .product-manufacturer, #product-details .product-reference, #product-details .product-quantities, #product-details .product-availability-date,  #product-details .product-condition {
    font-size: 0;
	margin-bottom: 5px;
}

#product-details .product-manufacturer span, #product-details .product-reference span, #product-details .product-quantities span, #product-details .product-availability-date span,  #product-details .product-condition span {
    font-size: 1.4rem;
}

.product-features > dl.data-sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-features > dl.data-sheet dt.name {
    text-transform: capitalize;
}

.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: 400;
    background: #f1f1f1;
    padding: 1rem;
    word-break: normal;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
    background: #fff !important;
    border: 1px solid #cccccc;
    margin: 0 0 -1px;
    font-weight: 700;
}

.product-features > dl.data-sheet dd.value {
    margin-left: -1px;
    font-weight: 400;
}

/*--------------------------------------------------------------*/

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#content-hook_order_confirmation .card-block,
#content-hook_payment_parrainage .card-block {
    text-align: center;
}

#content-hook_order_confirmation .card-title {
    color: #4cbb6c;
    font-size: 1.8rem;
}

#content-hook_order_confirmation .card-title .done {
    background: #4cbb6c none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding: 0;
    width: 30px;
}

#content-hook_order_confirmation p {
    margin-bottom: 0;
}

@media (min-width:768px) {
    #order-items {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

#order-items > .card-title {

}

#order-details > .card-title {
    border-bottom: 1px solid #e9e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

#order-details ul {
    padding-left: 15px;
    list-style: outside;
}

#order-details ul li {
    font-size: 1.4rem;
    line-height: 1.142857;
    margin-bottom: 10px;
    padding-left: 5px;
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin: 0;
}

body#checkout section.checkout-step {
    border: medium none;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 0;
    background: #fafafa;
}

body#checkout section.checkout-step:last-child{
	margin-bottom: 30px;
}

body#checkout section.checkout-step .content {
    border: 1px solid #e9e7e7;
    padding: 20px;
    background: none;
    clear: both;
}

body#checkout section.checkout-step .content .tab-content {
    padding: 0;
    clear: both;
}

body#checkout section.checkout-step .content .my-2 {
    margin: -20px -20px 30px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

body#checkout .additional-information {
    font-size: 1.4rem;
    margin-left: 37px;
    margin-top: 0;
}

body#checkout section.checkout-step .payment-options p {
    text-align: left !important;
}

body#checkout section.checkout-step .step-title {
    background: none;
    align-items: center;
    border: 1px solid #e9e7e7;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: -1px;
    padding: 15px 20px;
    position: relative;
    text-transform: unset;
	font-size: 1.8rem;
}

body#checkout section.checkout-step .step-number,
body#checkout section.checkout-step .step-title i.done,
body#checkout section.checkout-step .step-title i.edit {
	background: #999999 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    width: 30px;
    font-size: 1.4rem;
    margin-right: 10px;
}

body#checkout section.checkout-step .step-title i.done {
    background: #4cbb6c;
}

body#checkout section.checkout-step .step-title i.done,
body#checkout section.checkout-step .step-number {

}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: right;
    text-transform: capitalize;
    margin: 0;
    font-size: 0;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit i {
    margin-right: 0;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
    margin: 0;
}

body#checkout section.checkout-step .content .nav-inline .nav-item {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

body#checkout section.checkout-step .content .nav-inline .nav-item a {
    border-bottom: 1px solid #e9e7e7;
    border-right: 1px solid #e9e7e7;
    display: block;
    font-weight: 700;
    height: 100%;
    padding: 10px 15px;
	color: #4bc1ec;
}

body#checkout section.checkout-step .content .nav-inline .nav-item a:not(.active) {
    color: #999999;
	font-weight: 500;
}

body#checkout section.checkout-step .content .nav-inline .nav-item:last-child a {
    border-right: none;
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 0;
	margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 0;
}

.card.js-cart {
    padding: 0;
}

.card.js-cart .card-block {
    padding: 0;
	margin: 0;
}

.card.js-cart .cart-summary-products > div > p {
    background: #f8a998;
    color: #fff;
    display: inline;
    float: left;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: right;
    text-transform: capitalize;
    width: 100%;
    font-weight: 500;
}

#cart-summary-product-list .media-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 15px;
    padding-top: 15px;
}

.card.js-cart .cart-summary-products > div:first-child {
   margin: 0 -1px;
}

.card.js-cart .cart-summary-products > div:first-child > p:first-child {
    text-align: left;
}

.card.js-cart .cart-summary-products > div:first-child > p:first-child::after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0 5px;
}

body#checkout #content .checkout-summary-container .card #cart-summary-product-list {
    font-size: inherit;
}

body#checkout .checkout-summary-container .card.js-cart .cart-summary-products #cart-summary-product-list {
    background-color: #ffffff;
}

body#checkout #cart-summary-product-list {
    border-bottom: 1px solid #e9e7e7;
    padding: 0 20px;
}

body#checkout #cart-summary-product-list .label, body#checkout #cart-summary-product-list .value{
	font-size: 1.3rem;	
}

.cart-summary-line.cart-summary-subtotals .label, 
.cart-summary-line .label{
    color: #666;
    font-size: 1.4rem;
    font-weight:500;
} 

.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 500;
}

#cart-summary-product-list .product-price{
    font-weight: 500;
}

#block-reassurance > ul {
    border: 1px solid #e9e7e7;
    background: #fff;
}

#block-reassurance li .block-reassurance-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
}

#block-reassurance li .block-reassurance-item span {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
}

#block-reassurance img {
    border: 1px dashed;
    height: 47px;
    margin-right: 20px;
    padding: 10px;
    width: 47px;
}

#block-reassurance li {
    border-bottom: 1px solid #e9e7e7;
}


.block_horaires {
    clear: both;
    border-top: 1px solid #e9e7e7;
    background: #fff;
    margin-top: 10px;
    padding: 2rem 0 2rem;
	display:block;
	text-align:center;
	line-height: 1.8rem;
	font-size: 1.4rem;
    vertical-align: middle;
	font-weight:700;
	color:#000;
}



body#checkout #cart-summary-product-list:not([aria-expanded]) {
    display: block;
}

body#checkout #cart-summary-product-list .media-left-a {
    width: 50px;
	display: block;
}

.block-promo .promo-code-button {
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 0;
    font-weight: 500;
    color: #666;
    text-decoration: underline;
}

.block-promo .promo-code {
    padding: 0;
    background: #f1f1f1;
}


.sponsor_field{margin-top:5rem;}
.sponsor_field em{font-size:1.2rem;}

.block-promo .promo-code form {
    padding: 15px 20px;
    display: table;
    width: 100%;
}

.block-promo .promo-input {
    color: #141414;
    border: 1px solid #7b858a;
    height: 37px;
    width: 60%;
    padding: 0 15px;
    text-indent: 0;
    border-radius: 3px;
    float: left;
    margin-right: 3px;
}

.block-promo .promo-input + button {
    margin-top: 0;
    text-transform: capitalize;
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    float: left;
}

.block-promo .promo-code .alert-danger {
	margin-top: 5px;
	margin-bottom: 0;
	border: none;
	margin-left: -1px;
	margin-right: -1px;
}

.block-promo .cart-summary-line .label, .block-promo .promo-name {
    color: #4bc1ec;
    font-weight: 600;
}


.block-promo .cart-summary-line .label .code{
    cursor:pointer;
	padding-bottom:1px;
	border-bottom:2px solid #4bc1ec;
}


.block-promo .promo-name a i{
    font-size: 16px;
    margin-left: 5px;
}

.card-block {
    padding: 20px;
}

.cart-detailed-totals .card-block.promo-name {
    border-top: 1px solid #e9e7e7;
    padding-top: 10px;
}

#cart-subtotal-products, .cart-summary-line.cart-total {
    padding-top: 10px;
    clear: both;
}

.cart-detailed-totals .card-block {
    padding: 0;
	margin: 0;
}

.checkout .btn.btn-primary {
    width: 100%;
}

.cart-items {
    padding: 0;
}

.product-line-grid-img img {
    max-width: 100%;
	height: auto;
}

.product-line-grid-img, .product-line-grid-info, .product-line-grid-qty, .product-line-grid-price, .product-line-grid-remove {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 15px !important;
	border-right: 1px solid #e9e7e7;
}

.product-line-grid-remove {
	padding: 15px !important;
	border-right: none;
}

.product-line-grid-img > *, .product-line-grid-info > *, .product-line-grid-qty > *, .product-line-grid-price > *, .product-line-grid-remove > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	width: 100%;
    max-width: 100%;
}

.product-line-info-wrapper > a{
	text-decoration: underline;
}

@media (max-width: 767px) {
	.product-line-grid-img, .product-line-grid-info{
		border-bottom: 1px solid #e9e7e7;		
	}
	.product-line-grid-info{
		border-right: none;
	}
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {	
	background-color: unset;
	border: 1px solid #e9e7e7;
	color: #333333;
	display: block;
	font-size: 1.4rem;
	height: 40px;
	padding: 5px 14px;
	padding-right: 31px;
	transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	width: 100%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.08) inset;
}

.cart-summary-line {
    padding: 0 20px 10px;
    margin: 0;
}

#cart-subtotal-shipping{
	display: none !important;
}

.card.js-cart .cart-summary-products #cart-summary-product-list {
    border-color: #e9e7e7;
}

.card.js-cart .cart-summary-products #cart-summary-product-list {
    clear: both;
}

#order-items hr {
    border-top: 1px solid #e9e7e7;
}

.order-confirmation-table .text-xs-left,
.order-confirmation-table .text-xs-right,
#order-items table tr td:last-child {
    color: #F13340;
}

.page-my-account #content .links a:hover {
    color: #4bc1ec;
}

#history .orders .order a h3 {
    color: inherit;
    font-size: 1.4rem;
    font-weight: 500;
}

#history .orders .order .date {
    margin-bottom: 5px;
}

#history .orders .order .total {
    margin-bottom: 5px;
}

#history .orders .order {
    padding: 15px;
    border: 1px solid #e9e7e7;
	margin-bottom: 15px;	
}

#history .orders .order .label {
    display: inline-block;
    margin: .4rem 0;
    padding: .4rem 0.6rem;
    color: #fff;
    border-radius: 3px
}

.form-control{
    background-color: #ffffff;
    border: 1px solid #e9e7e7;
    color: #333333;
    display: block;
    font-size: 1.4rem;
    height: 38px;
    padding: 5px 14px;
    width: 100%;
	border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08) inset;
}


textarea.form-control {
    height: auto;
    padding: 9px 14px;
}

#moda_product_customization small {
    margin-top: 10px;
    float: none !important;
    display: block;
    text-align: right;
}

.product-customization .customization-message {
    margin-top: 10px;
    clear: both;
}

.product-customization .customization-message label{
    color: #666;
    font-weight: 400;
}

.form-group.has-error input,
.form-group.has-error select {
    border-color: #ff4c4c;
    outline: 0;
}

.card {
    box-shadow: none;
    border: 1px solid #e9e7e7;
    margin-bottom: 30px;
	background: #ffffff;
}

.bold {
	font-weight: 700;
}

#order-items .order-line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
}

.page-my-account #content .links a span.link-item {
    background: none;
    box-shadow: none;
    text-align: center;
    display: block;
    height: 100%;
    font-size: 1.4rem;
    font-weight: 400;
	padding: 20px;
    background-color: #fafafa;
	border: 1px solid #e9e7e7;
}

.page-my-account #content .links {
    width: 100%;
    margin-bottom: -30px;
}

.page-my-account #content .links a{
    display: inline-block;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: none;
    font-size: 1.4rem;
    height: auto;
    position: relative;
    vertical-align: top;
}

.separator {
    border-color: rgba(0, 0, 0, 0.1);
    margin: 0;
}

.page-my-account #content .links a i {
    clear: both;
    color: #4bc1ec;
    display: block;
    font-size: 60px;
    font-weight: 400;
    height: auto;
    line-height: 1;
    padding-bottom: 10px;
    position: relative;
    top: -2px;
    width: 100%;
}

.page-my-account #content .links a:hover i {
    color: #4bc1ec;
}

.page-my-account #content .links a {
    color: #444444;
}

body#checkout section.checkout-step .delivery-option {
    background: none;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0 none;
}

.input-group.focus {
    outline: 0;
}

.form-control-comment {
    color: #878787;
    float: left;
    font-size: 1.4rem;
    margin-top: 10px;
}

.page-content.page-cms {
    padding: 0;
    text-align: inherit;
    background: none;
}

.custom-radio input[type="radio"]:checked + span {
    background-color: #444444;
    border-radius: 50%;
    display: block;
    height: 6px;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 6px;
}

body#checkout section#content {
    width: 100%;
    margin-bottom: 40px;
}

body#checkout section.checkout-step .radio-block {
    padding: 0;
    display: block;
}

body#checkout section.checkout-step .address {
    font-weight: 400;
    margin-left: 30px;
}

body#checkout section.checkout-step .add-address a i {
	font-size: 16px;
	line-height: 12px;
	margin-right: 5px;
}

body#checkout section.checkout-step .btn.btn-primary {
    width: 100%;
}



body#checkout section.checkout-step hr {
    border: medium none;
    margin: 0;
}

.ps-alert-success {
    padding: 0;
}

.page-customer-account #content {
    box-shadow: none;
    border: 1px solid #e9e7e7;
}

b,
strong {
    font-weight: 700;
}

.text-xs-right {
    text-align: right;
}

.page-order-detail .box {
    border: 1px solid #e9e7e7;
    box-shadow: none;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 1.4rem;
	background: none;
}

.page-order-detail .box .table {
    margin-bottom: 0;
}

address {
    color: #999;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.7;
    margin-bottom: 15px;
}

label {
    margin-bottom: 10px;
}

.form-control-label {
    padding-top: 0;
	margin-left:0.3rem;
}

#main .card-block .login-form + hr,
#main .card-block .register-form + hr {
    border: medium none;
    margin: 0;
}

.forgot-password {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.3rem;
}

.forgot-password a:not(:hover) {
    color: #999999;
}

.no-account {
    text-align: center;
    padding: 15px 20px 20px;
    margin: 0 -20px;
    background: #f5d244;
	text-transform: uppercase;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 15px;
	font-weight:700;
}

.no-account a {
    color: #000 !important;
	border-bottom: 1px dotted #000 !important;
}

.no-account a:hover {
    color: #000 !important;
	border-bottom: 1px dashed #000 !important;
}

.no-account span {
   display:block;
}

#main .no-account {
   font-size:3rem;
}

#main .no-account span {
   font-size:4rem;
}

.slide-bar .no-account {
   font-size:1.8rem;
}

.slide-bar .no-account span {
   font-size:2.5rem;
}


.slide-bar-account .social_login_enter p {
  text-align:center;
  font-size:11px;
  color: #999999;
}

#login-form .btn-primary {
    margin-top: 10px;
}

.form-group .col-md-3.form-control-comment {
    display: none;
}

.form-group .col-md-6,
.form-group .col-md-3,
.form-group .col-md-5,
.form-group .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#main .page-content #notifications {
    margin: 0;
}

.register-form p {
    color: #999;
    margin-bottom: 20px;
}

.register-form p a {
    color: #4bc1ec;
    display: table;
    margin-top: 10px;
    text-decoration: underline;
    width: 100%;
}

.form-footer .btn {
    width: 100%;
}

#customer-form .custom-checkbox label {
    color: #4bc1ec;
    font-weight: 500;
}

#customer-form .custom-checkbox label em {
    color: #a0a0a0;
    display: table;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42857;
    margin-top: 5px;
}

#customer-form .radio-inline,
#identity .radio-inline {
    font-size: 1.4rem;
    padding: 0;
    margin-right: 10px;
	line-height: 17px;
}

.table {
    margin-bottom: 15px;
}

#main .page-content h6 {
    margin-bottom: 15px;
}

.page-customer-account #content .form-footer {
    margin-bottom: 10px;
    padding-top: 10px;
}

button[data-action="show-password"]::before {
    content: "\f070";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

input[type="text"] + button[data-action="show-password"]::before {
    content: "\f06e";
}

.forgotten-password .form-fields label.required {
    width: 100%;
    padding: 0;
}

.forgotten-password .form-fields .email {
    width: 100%;
}

.forgotten-password .form-fields .form-control-submit {
    width: 100%;
    margin-top: 20px;
}

.send-renew-password-link {
    padding-left: 0;
    padding-right: 0;
}

.forgotten-password {
    padding: 0;
}

.page-customer-account #content {
    max-width: 600px;
    margin: 0 auto;
	padding: 20px;
	background: #fafafa;
}

body.page-customer-account.page-history #content {
	max-width: 100%;
	background: none;
	padding: 0;
	border: none;
}

body.page-customer-account.page-history #content > h6 {
	text-align: center;
}

.page-customer-account #content .order-actions a {
	color: #999;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background: none;
}

.page-customer-account #content .order-actions a:hover {
    color: #4bc1ec;
}

.js-visible-password{
	padding-right: 30px;
}

button[data-action="show-password"] {
	background: transparent !important;
	border: 0 none;
	color: #9c9c9c !important;
	font-size: 0;
	z-index: 3;
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 0;
	top: 8px;
}

.form-group button{
	right: 15px;
}

.input-group .input-group-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 4;
}

.input-group .form-control.js-visible-password {
    padding-right: 45px;
}

.form-control-label {
    color: #333333;
    font-size: 1.2rem;
}

label.required:after {
    color: red;
    content: "*";
    margin-left: 3px;
}

.thead-default th {
    color: #666;
}

.page-order-detail {
    color: #666;
}

textarea {
    background: #ffffff;
}

body#checkout section.checkout-step .address-alias {
    font-size: 1.8rem;
}

body#checkout .cancel-address {
    margin: 10px 0 15px;
}

body#checkout secti
on.checkout-step .address-item {
	background: #ffffff;
	margin-bottom: 15px;
	padding: 20px 15px;
}

body#checkout section.checkout-step .delivery-option {
    border-bottom: 1px solid #e9e7e7;
    margin: 0 0 15px;
    padding: 0;
}

body#checkout #delivery textarea,
body#checkout #gift_message textarea {
    border: 1px solid #e9e7e7;
    color: #666;
    margin-bottom: 15px;
    max-width: 100%;
    min-height: 130px;
    padding: 15px;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 10px;
}

body#checkout .condition-label {
    margin-left: 25px;
	margin-left: 5px;
    margin-top: -0.4rem;
}

#conditions-to-approve .custom-checkbox {
	display: table;
}

#conditions-to-approve > ul > li{
	display:flex;
}
	#conditions-to-approve > ul > li + li{
		margin-top:1rem;
	}

	body#checkout #conditions-to-approve .condition-label label {
		font-size: 1.6rem;
	}

body#checkout #conditions-to-approve .condition-label label {
    font-size: 1.6rem;
}



.js-terms a {
    text-decoration: underline;
    color: #4bc1ec;
}

#notifications ul {
	margin-bottom: 0;
}

body#checkout section.checkout-step .address-item.selected .address-alias {
    color: #4bc1ec;
}

body#checkout section.checkout-step .address {
    line-height: 1.7143;
}

.page-addresses .address .address-body address,
body#checkout section.checkout-step .address {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.7857;
    min-height: auto;
}

.custom-radio {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	position: relative;
	vertical-align: 0;
	width: 16px;
	float: left;
}

#customer-form .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-right: 10px;
}

.cart-container .cart-overview > h1 {
    background: #fafafa;
    border: 1px solid #e9e7e7;
    padding: 15px 20px;
    color: #363f4d;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.cart-line-product-actions .remove-from-cart i{
	font-size: 20px;
	width: 100%;
	line-height: 20px;
	padding: 10px 0;
}

.cart-summary-line .value {
	font-weight: 500;
	float: right;
}

.cart-grid-body .cart-overview {
    padding: 0;
	margin-bottom: 30px;
}

.cart-item {
    border: 1px solid #e9e7e7;
    margin-bottom: 15px;
}

.cart-item .product-line-grid {
	margin: 0;
}

.product-line-grid-qty .bootstrap-touchspin {
    box-shadow: none;
    width: 100px;
    margin: 0 auto;
    display: table;
    float: none;
}

.product-line-grid-qty .bootstrap-touchspin .input-group-btn .btn:not(:first-child){
	display: none;
}

.product-line-grid-qty .bootstrap-touchspin input.form-control{
	height: 40px;
	padding: 0 35px;
	text-align: center;
	width: 100%;
	border-color: #e9e7e7;
	background: none;
	box-shadow: none;
	z-index: 1;
}

.product-line-grid-qty .bootstrap-touchspin.input-group .input-group-btn {
	position: static;
	display: block;
}

.product-line-grid-qty .bootstrap-touchspin.input-group .input-group-btn .btn{
	height: auto;
	padding: 0;
	border-color: #e9e7e7;
	margin: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	width: 30px;
	font-size: 0;
}

.product-line-grid-qty .bootstrap-touchspin.input-group .input-group-btn .btn:hover {
    background-color: #f1f1f1;
}

.product-line-grid-qty .bootstrap-touchspin.input-group .input-group-btn .btn.bootstrap-touchspin-down{
	left: 0;
}

.product-line-grid-qty .bootstrap-touchspin.input-group .input-group-btn .btn.bootstrap-touchspin-up{
	right: 0;
}

.product-line-grid-qty .bootstrap-touchspin.input-group .input-group-btn .btn.bootstrap-touchspin-up::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 9px;
    border-left: 1px solid #8798a2;
    margin-top: -4.5px;
    margin-left: -.5px;
}

.product-line-grid-qty .bootstrap-touchspin.input-group .input-group-btn .btn.bootstrap-touchspin-up::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    border-top: 1px solid #8798a2;
    margin-top: -.5px;
    margin-left: -4.5px;
}

.product-line-grid-qty .bootstrap-touchspin.input-group .input-group-btn .btn.bootstrap-touchspin-down::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    border-top: 1px solid #8798a2;
    margin-top: -.5px;
    margin-left: -4.5px;
}

/*-----------------input-group-add-wisht-list---------------------------*/

.input-group-add-wisht-list.bootstrap-touchspin input.form-control{
	padding-right: 41px;
}

.input-group-add-wisht-list.bootstrap-touchspin {
    width: 100%;
}

.input-group-add-wisht-list .qty-up {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    background: none;
    font-size: 0;
    padding: 0;
    z-index: 2;
    top: 0;
	border: 1px solid #e9e7e7;
	text-align: center;
}

.input-group-add-wisht-list .qty-up::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 9px;
    border-left: 1px solid #8798a2;
    margin-top: -4.5px;
    margin-left: -.5px;
}

.input-group-add-wisht-list .qty-up::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    border-top: 1px solid #8798a2;
    margin-top: -.5px;
    margin-left: -4.5px;
}

.input-group-add-wisht-list .qty-down {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    background: none;
    font-size: 0;
    padding: 0;
    z-index: 2;
    bottom: 0;
	border: 1px solid #e9e7e7;
	text-align: center;
	border-top: none;
}

.input-group-add-wisht-list .qty-down::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    border-top: 1px solid #8798a2;
    margin-top: -.5px;
    margin-left: -4.5px;
}

.input-group-add-wisht-list.bootstrap-touchspin input.form-control{
    text-align: left;
}


/*-----------------input-group-add-cart---------------------------*/

.input-group-add-cart.bootstrap-touchspin input.form-control{
	padding-right: 41px;
}

.input-group-add-cart.bootstrap-touchspin {
	width: 90px;
	margin: 10px 2px 0;
}

.input-group-add-cart .qty-up {
	width: 25px;
	height: 17px;
	position: absolute;
	right: 0;
	background: none;
	font-size: 0;
	padding: 0;
	z-index: 2;
	top: 0;
	border: 1px solid #e9e7e7;
	text-align: center;
}

.input-group-add-cart .qty-up:before{
	content: "+";
	font-size: 14px;
	line-height: 11px;
}

.input-group-add-cart .qty-down {
	width: 25px;
	height: 17px;
	position: absolute;
	right: 0;
	background: none;
	font-size: 0;
	padding: 0;
	z-index: 2;
	bottom: 0;
	border: 1px solid #e9e7e7;
	text-align: center;
	border-top: none;
}

.input-group-add-cart .qty-down:before{
	content: "-";
	font-size: 22px;
	line-height: 12px;
}

.input-group-add-cart.bootstrap-touchspin input.form-control{
    text-align: center;
	height: 34px;
}


/*------------------------------------------------*/

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    text-align: center;
}

#cart-summary-product-list .media {
    margin-bottom: 5px;
}

/*-------------------------shopping-cart------------------------*/
.slide-bar-shopping-cart .shopping-cart-top{
	padding: 15px 20px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 0;
}

.slide-bar-shopping-cart .shopping-cart-top > p, .slide-bar-shopping-cart .shopping-cart-top > span, .slide-bar-shopping-cart .shopping-cart-top > a {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.9rem;
}

.slide-bar-shopping-cart .shopping-cart-top > p{
	font-weight: 700;
	color: #4bc1ec;
	margin-right: 10px;
}

.slide-bar-shopping-cart .shopping-cart-top > span .nb{
	font-weight: 700;
	color: #141414;
}

.slide-bar-shopping-cart .shopping-cart-top > a {
	float: right;
	font-size: 18px;
}

.slide-bar-shopping-cart .shopping-cart-no-item{
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.4rem;
	color: #999999;
}

.slide-bar-shopping-cart .box-item {
	padding: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 110px;
	top: 50px;
	overflow-y: auto;
	overflow-x: hidden;
}

.slide-bar-shopping-cart .cart-item-product{
	margin-bottom: 20px;	
}

.slide-bar-shopping-cart .cart-item-product-left{
	position: relative;
}

.slide-bar-shopping-cart .remove-from-cart{
	padding: 0;
	line-height: 18px;
	width: 18px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.slide-bar-shopping-cart .remove-from-cart i{
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	vertical-align: middle;
	display: block;
}

.slide-bar-shopping-cart .row{
	margin-left: -8px !important;
	margin-right: -8px !important;
}

.slide-bar-shopping-cart .col{
	padding-left: 8px !important;
	padding-right: 8px !important;
	font-size: 1.2rem;
}

.slide-bar-shopping-cart .customizations ul{
	margin-top: 5px;
	margin-bottom: 5px;
}

.slide-bar-shopping-cart .product-name a{
	display: block;
	line-height: 1.25;
	font-size: 1.3rem;
	margin-bottom: 5px;
}

.slide-bar-shopping-cart .product-line-info-top{
	font-size: 1.2rem;
	line-height: 1.25;
	margin-bottom: 2px;
}

.slide-bar-shopping-cart .product-line-info-top .label-top {
    font-weight: 500;
    color: #777777;
}

.slide-bar-shopping-cart .product-line-info-top:last-child{
	margin-bottom: 0px;
}

.slide-bar-shopping-cart .price-qty .price {
    font-size: 16px;
    text-align: right;
    font-weight: 700;
    line-height: 1.25;
}

.slide-bar-shopping-cart .qty {
	font-size: 0;
	text-align: right;
    white-space: nowrap;
}

.slide-bar-shopping-cart .price-qty i {
    font-size: 18px;
    width: 25px;
    text-align: left;
    line-height: 25px;
    display: inline-block;
    cursor: pointer;
    vertical-align: -5px;
    padding-left: 3px;
}

.slide-bar-shopping-cart .price-qty span{
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #141414;
}

.slide-bar-shopping-cart .price-qty input {
	border: none;
	border-bottom: 1px solid #e1e1e1;
	width: 40px;
	height: 35px;
	text-align: center;
	padding: 0;
	font-size: 1.2rem;
	color: #9c9c9c;
}

.slide-bar-shopping-cart .card-block-bottom {
    background: #f7f7f7;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	min-height: 110px;
}

.slide-bar-shopping-cart .totals-top{
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #666666;
	margin-bottom: 10px;
}

.slide-bar-shopping-cart .totals-top .value-top{
	font-weight: 700;
	float: right;
}

.slide-bar-shopping-cart .card-block-btn{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin: 0 -5px;
}

.slide-bar-shopping-cart .card-block-btn .btn{
	margin: 0 5px;
}

/*-------------------------category------------------------*/

.block-category {
    margin-bottom: 30px;
    min-height: auto;
}

.block-category img.category-img-cover {
    height: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

[disabled] {
    cursor: not-allowed !important;
	opacity: .65 !important;
}

.block-category #category-description p {
    line-height: 1.42857;
}

.block-category #category-description p:first-child {
    margin: 0;
}

.click-product-list-grid {
    float: left;
}

.click-product-list-grid > div,
.click-product-list-grid > a {
    float: left;
    margin: 2px;
    color: #999999;
    font-size: 1.4rem;
}

.click-product-list-grid > a i {
	font-size: 18px;
	line-height: 32px;
}

.click-product-list-grid > .lable {
    color: #141414;
	display: none;
}

.click-product-list-grid > a {
	height: 32px;
	padding: 0;
	text-align: center;
	width: 32px;
	color: #777;
	opacity: 0.5;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
}

.click-product-list-grid > a.active_view, .click-product-list-grid > a:hover {
    opacity: 1;
}



.item-product-list .info-product span{
	color: #999999;
}

.item-product-list .info-product a:not(:hover){
	color: #999999;
	text-decoration: underline;
}

.item-product-list .js-product-miniature {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cart-processing{
	pointer-events: none !important;
	position: relative;
}

.cart-processing > *{
	opacity: 0.5 !important;
}

.cart-processing::before {
	text-align: center;
	width: 30px;
	line-height: 30px !important;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f110";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.processing{
	pointer-events: none !important;
}

.processing::before {
	content: "\f110";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.processing i {
	display: none;
}

.item-product-list .button-action {
	line-height: 32px;
	min-width: 32px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
   font-size: 16px;
}

.item-product-list .button-action:last-child {
	margin-right: 0;
}

.item-product-list .button-action-botom{
	font-size: 0;
	margin-bottom: 10px;
}

.item-product-list .add-to-cart {
	background: #4bc1ec;
	color: #fff;
	border-color: #4bc1ec;
}

.item-product-list .add-to-cart i {
    margin-right: 5px;
}

.item-product-list form{
	display: block;
	margin-bottom: 10px;
}

.item-product-list .left-product-content {
	position: relative;
	background: #fff;
	padding: 1px;
	border: 1px solid #e9e7e7;
	overflow: hidden;
}

.item-product-list .price-countdown-wrapper{
    position: absolute;
    bottom: 5px;
    left: 6px;
    right: 6px;
    text-align: center;
	z-index: 1;
	font-size: 0;
}

.item-product-list .price-countdown-title {
	display: none;
}



@media (min-width:768px) {
	.layout-left-column .item-product-list .left-product, .layout-right-column .item-product-list .left-product  {
		width: 23%;
	}
	.layout-left-column .item-product-list .right-product, .layout-right-column .item-product-list .right-product {
		width: 77%;
	}
}



@media (max-width:767px) {
	.item-product-list .countdown-time-group{
		min-width: auto;
	}
	
	.item-product-list .left-product {
		width: 40%;
	}

	.item-product-list .right-product {
		width: 60%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.item-product-list .right-product-1 {
		width: 100%;
	}

	.item-product-list .right-product-2 {
		width: 100%;
		text-align: left;
	}
}

.item-product-list .variant-links-list{
	margin-bottom: 5px;
}

.item-product-list .variant-links-list a {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}






.item-product-list .star {
    font-size: 13px;
	line-height: 13px;
}

.item-product-list .product-price-and-shipping > span {
    font-size: 2rem;
    margin-right: 7px;
}

.item-product-list .product-price-and-shipping > span:last-child {
    margin-right: 0;
}



.item-product-list .comments_note {
	margin-top: 10px;
	margin-bottom: 10px;
}

.item-product-list .comments_note .star_content {
    margin-left: 0;
}

.item-product-list .regular-price {
    font-size: 1.4rem;
}

.item-product-list .discount-percentage-product {
    background: #4bc1ec;
    color: #fff;
    padding: 0 6px;
    vertical-align: 2px;
}

.item-product-list .decriptions-short p {
    margin-bottom: 5px;
}

.item-product-list .decriptions-short {
    margin-bottom: 10px;
}

.product-availability-list {
    position: relative;
    margin-bottom: 10px;
}

.product-availability-list i {
	font-size: 16px;
	margin-right: 5px;
}

.type-available {
    color: #4cbb6c !important;
}

.type-last-remaining-items {
    color: #ff9a52 !important;
}

.type-out-stock {
    color: #f3515c !important;
}

.products-selection .total-products,
.products-selection h1 {
    padding: 0;
}

.products-selection .total-products {
    padding: 2px;
    text-align: right;
}

.products-selection .total-products p {
    padding: 8px 0;
    line-height: 16px;
    margin: 0;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    border: 1px solid;
    color: #4bc1ec;
    background: #fff;
}

.filter-button button {
	background: none;
	padding: 0px 12px;
	margin: 2px;
	border: 1px solid #e4e4e4;
	line-height: 30px;
	border-radius: 3px;
}

.filter-button button i{
	margin-right: 5px;
}

#js-product-list-bottom {
    clear: both;
    display: table;
    width: 100%;
}

.infinite-loader .btn {
	padding: 10px 15px;
    width: 100%;
    border: 1px solid #e9e7e7;
	font-weight: 500;
    color: #666666 !important;
    background: none !important;
	margin-bottom: 20px;
    transition: all 0s ease-in-out 0s;
    -webkit-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
}

.infinite-loader .btn i {
	margin-right: 5px;
    vertical-align: 0;
}

.showing-infinite {
	text-align: center;
	margin-bottom: 30px;
}

.products-selection {
    margin-bottom: 28px;
    background: none;
    margin-left: -2px;
    margin-right: -2px;
	margin-top: -2px;
	position: relative;
	display: table;
	width: calc(100% + 4px);
}

.products-selection > .facated-toggler {
	float: left;
}

.box-sort-by {
    float: right;
    margin-left: 10px;
}

.products-selection .sort-by {
    font-size: 1.4rem;
    font-weight: 500;
    float: left;
    line-height: 32px;
    margin: 2px;
	display: none;
}

.products-sort-order .select-title {
    line-height: 30px;
    border: 1px solid #e4e4e4;
    padding: 0px 12px;
    margin: 0;
    box-shadow: none;
    background: none;
    padding-right: 26px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
	border-radius: 3px;
}

.products-sort-order .select-title i {
    line-height: 32px;
    position: absolute;
    right: 11px;
    bottom: 0;
    top: 0;
    font-size: 12px;
}

.products-sort-order {
    color: #666;
    float: left;
    margin: 2px;
}

.products-sort-order .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 150px;
}

.products-sort-order.products-nb-per-page .dropdown-menu {
	min-width: 100%;
}

.block-categories {
    background: none;
	margin-bottom: 30px;
}

.block-categories ul{
	margin-bottom: 0;
}

.block-categories a {
	font-size: inherit;
	display: block;
}

.block-categories .block_title{
    border-bottom: 1px solid #e9e7e7;
	padding-bottom: 11px;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 15px;
	font-weight: 700;
}

.block-categories .collapse-icons {
	border: medium none;
	cursor: pointer;
	font-size: 14px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 2px;
	line-height: 30px;
	width: 30px;
	text-align: right;
	height: 30px;
}

.block-categories .collapse-icons i {
	font-size: 20px;
}

.block-categories li {
    position: relative;
}

.block-categories .collapse-icons:hover {
    color: #4bc1ec;
}

.block-categories .block_content > ul > li {
    padding: 5px 0;
}

.block-categories .block_content > ul > li > a {
	margin-right: 20px;
	display: block;
	line-height: 2rem;
}

.block-categories .block_content > ul > li > a::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border: 1px solid #e9e7e7;
    border-radius: 50%;
    display: inline-block;
}

.block-categories .block_content .category-sub-menu > ul {
    border-left: 1px solid #e9e7e7;
    border-right: 0 solid #e9e7e7;
    margin-left: 15px;
}

.block-categories .block_content .category-sub-menu::before {
	content: '';
	height: 5px;
	display: table;
	clear: both;
}

.block-categories .block_content .category-sub-menu > ul > li {
    padding: 3px 0 3px 10px;
}

.block-categories .block_content .category-sub-menu > ul > li a{
    font-size: 1.4rem;
}

.block-categories .block_content .category-sub-menu .category-sub-menu {
    margin-left: 0;
}

#search_filters .facet .facet-label .title-search {
	line-height: 17px;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#active-search-filters{
	margin: 0 -5px;
}

.active_filters .filter-block a {
    margin: 5px;
    color: #141414;
}

.active_filters .filter-block a:hover {
	text-decoration: underline;
}

.active_filters .filter-block a i {
    vertical-align: 0px;
    margin-right: 2px;
}

.active_filters .filter-block{
	display: inline-block;
}

.active_filters ul {
    margin: 0;
	display: inline;
}

#search_filters .facet .facet-label .magnitude{
	margin-left: 10px;
	font-size: 1.3rem;
	line-height: 20px;
	opacity: 0.8;
}

.active_filters .active-filter-title {
	font-weight: 400;
	margin: 5px;
}

#search_filters .clear-all-wrapper {
    position: absolute;
    right: 20px;
    top: 22px;
    z-index: 1;
}

#search_filters .clear-all-wrapper .btn-tertiary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    color: #4bc1ec;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#search_filters .clear-all-wrapper .btn-tertiary:hover {
    text-decoration: underline;
}

#search_filters .clear-all-wrapper .btn-tertiary i {
    font-size: 2.4rem;
}

#search_filters .facet .facet-label {
    cursor: pointer;
    text-align: left;
    display: block;
    position: relative;
	margin-bottom: 0;
}

#search_filters .facet .facet-label .custom-checkbox {
    display: inline-block;
    float: left;
}

#search_filters .facet .collapse li:last-child .facet-label {}

#search_filters .facet .facet-label .color {
    margin: 0 10px 0 0;
    box-shadow: none;
}

#search_filters .facet .facet-label .custom-checkbox input[type="radio"] + span .checkbox-checked {
    display: none;
    margin: -0.35rem -0.175rem;
    font-size: 1.54rem;
    color: #414141;
}

#search_filters .facet .facet-label .custom-checkbox input[type="radio"] {
    margin-top: 0.35rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

small.label, small.value {
    font-size: inherit;
}

.small, small {
    font-size: inherit;
}

.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
	margin: 0;
	font-size: 10px;
	color: #141414;
	text-align: center;
	position: absolute;
	left: 1px;
	right: 0;
	bottom: 0;
	top: 2px;
	display: none;
}

.custom-checkbox input[type="radio"] + span,
.custom-checkbox input[type="checkbox"] + span {
    margin-right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 2px;
	float:left;
	position:relative;
	background: #fff;
}

.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
    display: block;
}

.custom-checkbox input[type="checkbox"] {
	opacity: 0;
	cursor: pointer;
	position: absolute;
    margin: 0;
	left: 0;
	top: 0;
	z-index:1;
	width:100%;
	height:100%;
}

.custom-radio input[type="radio"] {
	z-index:1;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 1px;
}

.custom-checkbox {
    text-align: left;
	display: block;
}

.custom-checkbox label {
	line-height: 20px;
	margin: 0;
	display: block;
}

.color,
.custom-checkbox input[type="checkbox"] + span.color {
    margin-left: 0;
}

.collapse-icons .add{
 	display: inline-block !important;
}

.collapse-icons .remove{
 	display: none !important;
}

.collapse-icons[aria-expanded=true] .add{
 	display: none !important;
}

.collapse-icons[aria-expanded=true] .remove{
 	display: inline-block !important;
}

[aria-expanded=true] > .collapse-icons .add{
 	display: none !important;
}

[aria-expanded=true] > .collapse-icons .remove{
 	display: inline-block !important;
}

[data-toggle=collapse] {
 	cursor: pointer;
}

.js-filters-ok, .js-search-filters-clear-all{
	cursor: pointer;
}

.title_block {
	
}

#left-column .title_block, #right-column .title_block {
    border-bottom: 1px solid #e9e7e7;
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 11px;
	text-transform: uppercase;
}





@media (min-width: 992px) {
		
	#left-column #search_filters .facet, #right-column #search_filters .facet {
		margin-bottom: 30px;
	}
	
	#left-column #search_filters .facet .facet-title, #right-column #search_filters .facet .facet-title {
		border-bottom: 1px solid #e9e7e7;
		font-size: 1.6rem;
		text-transform: uppercase;
		margin-bottom: 15px;
		font-weight: 700;
		padding-bottom: 11px;
		color: #141414;
	}
	
	#left-column #search_filters .facet ul li, #right-column #search_filters .facet ul li {
		padding: 5px 0;
	}
	
	#left-column #search_filters .facet ul li:last-child, #right-column #search_filters .facet ul li:last-child{
		border-bottom: none;
	}

	#left-column #search_filters .facet ul li.facet_color, #right-column #search_filters .facet ul li.facet_color {
		display: inline-block;
		border: none;
		padding-bottom: 0;
	}
	
	#left-column #search_filters .facet ul li.facet_color:last-child, #right-column #search_filters .facet ul li.facet_color:last-child {
		display: block;
	}

	#left-column #search_filters .facet ul, #right-column #search_filters .facet ul {
		font-size: 0;
		display: block;
		margin-bottom: 0;
	}

}

#facets_search_center #search_filter_controls {
    display: table !important;
    width: 100%;
    border-bottom: 1px solid #e9e7e7;
    margin-bottom: 5px;
}

#facets_search_center .clear-filters,#facets_search_center .ok-filters {
	float: left;
	width: 50%;
	text-align: center;
	padding: 10px 15px;
	border-right: 1px solid #e9e7e7;
	text-transform: uppercase;
	font-weight: 500;
}

#facets_search_center .ok-filters {
	border-right: 0 solid #e9e7e7;
}

#facets_search_center #facets_search_wrapper .title-filter {
	background: #242424;
	color: #fff;
	margin-bottom: 0;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 2px;
	position: relative;
	text-transform: uppercase;
	padding: 14px 0;
	line-height: 1.25;
	padding-right: 45px;
	padding-left: 15px;
}

#facets_search_center #facets_search_wrapper .close-filters{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	text-align: right;
	padding-right: 15px;
	bottom: 0;
	line-height: 44px;
	font-size: 16px;
}

#facets_search_center #search_filters .facet {
	padding-top: 0;
	border-bottom: 1px solid #e9e7e7;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#facets_search_center #search_filters .facet .facet-title {
	display: block;
	padding: 10px 0;
	position: relative;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #333333;
	font-size: 1.6rem;
	font-weight: 500;
}

#facets_search_center #search_filters .facet ul li {
	padding: 6px 0;
}

#facets_search_center #search_filters .facet ul li.facet_color {
	display: inline-block;
	border: none;
}

#facets_search_center #search_filters .facet ul {
	font-size: 0;
}

#facets_search_center #search_filters .facet .navbar-toggler {
	position: absolute;
	right: -15px;
	top: 0;
	cursor: pointer;
	width: 41px;
	text-align: right;
	bottom: 0;
	height: auto;
	line-height: 38px;
	color: #333333;
	padding-right: 15px;
}

#facets_search_center #search_filters .facet .navbar-toggler i {
	font-size: 24px;
}

#facets_search_center #search_filters .facet .title {
	position: relative;
}

#facets_search_center #search_filters .facet .collapse.in {
	display: block;
}

#facets_search_center #search_filters .facet ul {
	margin-bottom: 0;
}

#facets_search_center #search_filters .facet ul:before{
	content: '';
	height: 5px;
	display: table;
	clear: both;
}

#facets_search_center #search_filters .facet ul:after{
	content: '';
	height: 10px;
	display: table;
	clear: both;
}

#facets_search_center .hidden-lg-up{
	display: block !important;
}

#facets_search_center .hidden-md-down{
	display: none !important;
}

#facets_search_center > .hidden-md-down{
	display: block !important;
}

/*--------------------------------------*/

.facet-dropdown .dropdown-menu {
    font-size: 1.4rem;
    min-width: 100%;
}

.facet-dropdown .select-list {

}

.facet-dropdown .select-title {
    padding: 7px 15px;
    border: 1px solid #e9e7e7;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    font-size: 1.4rem;
}

/*------------------------------------------------------------*/

#new_comment_form .product img, .comments_avg, #product_comments_block_tab .comment, #product_comments_block_tab .comment_details, #new_comment_form #criterions_list {
	border-color: #e9e7e7;
}

#wishlist_block_list dt, #wishlist_block_list dl, #wishlist_block select#wishlists, table.std th, table.std td, ul.wlp_bought_list li .product_image a, ul.wlp_bought_list li .product_infos, ul.wlp_bought_list li .product_infos .wishlist_product_detail select, .priority span {
	border-color: #e9e7e7;
}

#mycompare table th,#mycompare table td, .item-inner-compare .left-product-compare, #mycompare table td.comparison_infos.comparison_feature_even .comment_wrap > div, #mycompare table td.comparison_infos.comparison_feature_even .comment_wrap > div:before, #mycompare table td.comparison_infos.comparison_feature_even .comment_wrap > div .comment{
	border-color: #e9e7e7;
}

.label,
label {
	color: #141414;
    text-align: left;
    font-size: 1.4rem;
}

label {
    margin-bottom: 5px;
}


.contact-form {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.contact-rich {
    margin-bottom: 30px;
}

.contact-rich .block{
    margin-bottom: 15px !important;
}

.contact-rich .block a:not(:hover){
    color: #777777;
}

.info-contact b{
   color:#fc0000;
}

.contact-rich > p{
   line-height: 1.7;
   margin-bottom: 30px;
}

.contact-rich .icon {
    float: left;
    height: 18px;
    margin-right: 8px;
    color: #666;
}

.contact-rich .icon i {
    font-size: 20px;
    line-height: 14px;
}

.sitemap ul {
    padding: 0;
}

.sitemap ul li {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.sitemap ul.nested {
    margin-left: 10px;
}

.sitemap ul {
    margin-left: 0;
    margin-top: 10px;
	margin-bottom: 0;
}

.sitemap > div{
	margin-bottom: 20px;
}

.sitemap h2 {
    text-transform: uppercase;
    font-size: 1.6rem;
    border-bottom: 1px solid #e9e7e7;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/*-----------------------------------------------------------------------*/

.btn-full{
	width: 100%;
}


.btn i{
	font-size: inherit;
	margin-right: 5px;
	vertical-align: 0;
}

.btn i.ic-r{
	margin-right: 0;
	margin-left: 5px;
}

.btn-main {
	color: #fff;
    background-color: #4bc1ec;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.btn-main.focus, .btn-main:focus, .btn-main:hover {
    background-color: #333333;
}

.btn-clean-dark {
    background-color: transparent;
    border-color: #333333;
}

.btn-clean-dark.focus, .btn-clean-dark:focus, .btn-clean-dark:hover {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}



.btn-primary {
	color: #fff;
	background-color: #4bc1ec;
	border: 1px solid #4bc1ec;
	font-weight:700;
	/*letter-spacing:0.075rem;*/
	
    text-transform: uppercase;
	font-size: 1.3em;
    padding: 10px 30px;
}

.btn-sm {padding: 5px 15px 4px;font-size: 1.0em;}

.btn-primary.continue {	
    margin: 20px 0 10px 0;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
	color: #fff;
	background-color: #f5d244;
	border-color: #f5d244;
}

.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #4bc1ec;
	border-color: #4bc1ec;
}

.btn-outline-primary{
	color: #4bc1ec;
	background-color: transparent;
	border-color: #4bc1ec;
}

.btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover, .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4bc1ec;
    border-color: #4bc1ec;
}

.btn-primary-r {
	color: #fff;
	background-color: #141414;
	border: 1px solid #141414;
}

.btn-primary-r.focus, .btn-primary-r:focus, .btn-primary-r:hover {
	color: #fff;
	background-color: #4bc1ec;
	border-color: #4bc1ec;
}

.btn-primary-r.active, .btn-primary-r:active {
	color: #fff;
	background-color: #141414;
	border-color: #141414;
}

.btn-outline-primary-r{
	color: #333333;
	background-color: transparent;
	border-color: #333333;
}

.btn-outline-primary-r.active, .btn-outline-primary-r.focus, .btn-outline-primary-r:active, .btn-outline-primary-r:focus, .btn-outline-primary-r:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}

.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary.disabled:hover {
    background: #f6f6f6;
    color: #000000;
    border-color: #d8d8d8;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover{
    background: #eeeeee;
    color: #000000;
    border-color: #d8d8d8;
}



.contact-form .form-footer .btn {
   /* width: 100%;
    font-size: 1.4rem;*/
}

.contact-form textarea.form-control {
    /*height: 90px;*/
}

.product-customization .custom-file {
	background: #f1f1f1 none repeat scroll 0 0;
	color: inherit;
	display: block;
	height: 40px;
	line-height: 36px;
	padding: 0 15px;
	position: relative;
	text-indent: 0;
	width: 100%;
	border: 1px solid #e9e7e7;
	margin-top: 10px;
}

.product-customization .file-input {
    cursor: pointer;
    height: 40px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.product-customization .custom-file button {
    bottom: 0;
    min-width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.group-span-filestyle .buttonText,
.product-customization .custom-file button {
    font-size: 0;
}

.group-span-filestyle .buttonText::before,
.product-customization .custom-file button::before {
    content: "\f093";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.input-group .input-group-btn > .btn {
    border: 1px solid #e9e7e7;
    height: 38px;
    padding: 0 15px;
    color: #141414;
    line-height: 40px;
    border-radius: 0;
}

.input-group .input-group-btn > .btn:hover {
    color: #4bc1ec;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    line-height: 17px;
}

.form-control:disabled,
.form-control[readonly] {
	background: none;
}

.cart-grid-body {
    margin-bottom: 30px;
}

.pagination {
    margin-bottom: 30px;
}

.pagination .page-list {
    float: right;
    margin: 0;
}

@media (max-width:767px) {
    .pagination .page-list {
        float: none;
        display: table;
        margin: 0 auto;
    }
}

.pagination-showing{
	margin: 0;
	line-height: 32px;
}

.pagination .page-list li {
    display: inline-block;
	float: left;
}

.pagination a, .pagination span.spacer {
    line-height: 30px;
    min-width: 32px;
    padding: 0 10px;
    border: 1px solid #dee2e6;
    display: block;
    margin-right: 4px;
    border-radius: 3px;
    text-align: center;
    color: #141414 !important;
}

.pagination li:last-child a{
	margin-right: 0;
}

.pagination a.disabled { 
	pointer-events: none;
}

.pagination a i {
	display: none;
}

.pagination .current a{
    background: #4bc1ec;
    color: #fff !important;
	border-color: #4bc1ec;
}

.pagination li:not(.current) a:not(.disabled):hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination a.previous.disabled, .pagination a.next.disabled {
    display: none !important;
}

/*-------Store---------------------*/

#main .page-content.page-stores{
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}

#stores .page-stores .store-item-container .divide-left th {
    padding-bottom: 5px;
    font-weight: 500;
    vertical-align: top;
}

#stores .page-stores .store-item-container .divide-left td {
    padding-left: 15px;
	padding-bottom: 5px;
}

#stores .page-stores .store-item-container .divide-left tr {
  	margin-bottom: 10px;
}

#stores .page-stores .store-item .store-item-container{
    border: 1px solid #e9e7e7;
	padding: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#stores .page-stores .store-item .store-item-container img{
   width: 100%;
}

#stores .page-stores .store-item .store-item-container ul{
	margin-bottom: 0;
}

#stores .page-stores .store-item .store-item-container .info-store{
	font-size: 1.4rem;
	text-decoration: underline;
	cursor: pointer;
}

#stores .page-stores .store-item .store-item-container .info-store i {
    font-size: 20px;
    vertical-align: top;
    margin-right: 5px;
    color: #141414;
}

#stores .page-stores .store-item .store-item-container .card-title {
    color: #666;
    margin-bottom: 10px;
}

#stores .page-stores .store-item .store-item-container .store-picture, #stores .page-stores .store-item .store-item-container .store-description, #stores .page-stores .store-item .store-item-container .divide-left{
	margin-bottom: 10px;
}

#stores .page-stores .store-item-footer ul{
	margin-bottom: 0;
}

#stores .page-stores .store-item-footer ul li i{
	font-size: 17px;
	margin-right: 10px;
}

#stores .page-stores .store-item-footer ul li{
	margin-bottom: 10px;
}

/*----------------------------*/

#pagenotfound .page-not-found,
#products .page-not-found {
    border: medium none;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

/*--------------------------------Popupnewsletter-------------------------------------*/

#moda_popupnewsletter .wrapper-popup{
	padding: 30px 15px;
	text-align: center;
}

#moda_popupnewsletter .popup-content{
    max-width: 400px;
    margin: 0 auto;
}

#moda_popupnewsletter .popup_icon{
    font-size: 25px;
    color: #141414;
    margin-bottom: 15px;
    line-height: 1;
}

#moda_popupnewsletter .popup_title p{
	font-size: 1.8rem;
	line-height: 2.4rem;
	color: #141414;
	font-weight: 500;
}

#moda_popupnewsletter .custom-checkbox{
    display: table;
    min-width: 230px;
    margin: 0 auto;
}

#moda_popupnewsletter .form-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 10px;
}

#moda_popupnewsletter .form-content .form-control{
	margin-right: 10px;
	width: 100%;
	margin-bottom: 10px;
}

#moda_popupnewsletter .form-content .btn{
	margin-bottom: 10px;
}

/*---------------------------------------------------------------------*/

.modal-title {
    line-height: 1.1;
    font-size: 2.2rem;
    margin-bottom: 0rem;
    font-weight: 500;
}

.modal-dialog {
    background: #fff;
    width: 630px;
    margin: 0 auto;
    max-width: 100%;
}

.modal-body {
    padding: 15px;
}

.modal-body p:last-child {
    margin-bottom: 0;
}


.modal-body h1, .modal-body .h1{font-size: 3rem;}
.modal-body h2, .modal-body .h2{font-size: 2.0rem;}
	

@media (max-width: 991px) {
    .modal-body {
        padding: 30px 15px;
    }
}

.modal-content {
    border: none;
    outline: 0 none;
    position: relative;
    border-radius: 0;
	background: none;
}

.modal-content .close {
    position: absolute;
    right: 16px;
    text-shadow: unset;
    top: 12px;
    width: 20px;
    color: #141414;
    font-weight: 400;
    z-index: 2;
    opacity: 1;
    font-size: 28px;
    line-height: 1;
    font-family: arial;
}

@media (max-width: 991px) {
	.modal-content .close {
		right: 6px;
		top: 3px;
    }
}

.modal {
	padding: 0 30px !important;
    background: rgba(20,20,20,0.5);
}

@media (max-width: 991px) {
    .modal {
        padding: 0 10px !important;
    }
}

.modal {
	text-align: center;
	font-size: 0;
}

.modal::before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}

.modal-dialog {
    display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	text-align: left;
	margin: 30px 0;
}

@media (max-width: 991px) {
	.modal-dialog {
		margin: 10px 0 !important;
	}
}

.modal-backdrop {
    display: none;
}

.modal .modal-dialog {
	-ms-transform: translateY(-20px); /* IE 9 */
	-webkit-transform: translateY(-20px); /* Safari */
	transform: translateY(-20px);
	transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;;
    -webkit-transition: transform 0.3s linear;
}

.modal.in .modal-dialog {
	-ms-transform: none; /* IE 9 */
	-webkit-transform: none; /* Safari */
	transform: none;
}

.modal-open .modal {
    overflow-y: scroll;
}

#moda_product_customization .modal-dialog{
	width: 410px;	
}

#moda-add-wishlist .modal-dialog{
	width: 300px;	
}

#moda_sendwl .modal-dialog{
	width: 600px;	
}

.quickview .modal-dialog {
    width: 1028px;
}

.quickview .modal-body {
	padding-bottom: 10px;
}

.quickview .modal-body .row-quickview {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.left-quickview{
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.right-quickview{
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.slick-track {
    margin-left: 0;
    margin-right: 0;
}

.popup_text_bottom p {
    color: #999;
    margin: 0;
}

.popup_text_bottom {
    margin-top: 15px;
}

.customization-modal .modal-content {
    border: none;
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: 500;
    text-align: left;
}

.customization-modal .modal-content .modal-body .product-customization-line {
    align-items: center;
    border-bottom: 1px solid #e9e7e7;
    padding-bottom: 15px;
    padding-top: 15px;
}

.customization-modal .modal-content .modal-body .product-customization-line img {
    border: 1px solid #e9e7e7;
}


/*-----------------------------------------*/

.bootstrap-touchspin .btn-touchspin {
    color: #444444;
	background: none;
}

.product-cover .layer {
    color: #21293c;
    text-align: center;
    font-size: 14px;
    bottom: 5px;
    right: 5px;
    position: absolute;
    z-index: 8;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

@media (min-width: 1200px) {
	.product-cover .layer {
		opacity: 0;	
	}	
}

.product-cover .layer .zoom-in {
    font-size: 14px;
    line-height: 26px;
}

.images-container .product-cover .item-image:hover .layer {
    opacity: 1;
}

/*  Horizontal Menu Styles/*----------------------------------------------------------------*/

#horizontal_menu {
	display: block;
	position: relative;
}

#horizontal_menu .nrt_mega_menu {
	display: block;
	margin: 0 -35px;
	font-size: 0;
}

#horizontal_menu .nrt_mega_menu .element_li_depth_0 {
	margin: 0 35px;
	display: inline-block;
	font-size: 1.4rem;
}

#horizontal_menu .element_a_depth_0 {
	/*cursor: pointer;
	display: block;
	font-weight: 600;
	line-height: 45px;
	position: relative;
	text-transform: uppercase;
	font-size: 1.5rem;*/
	text-transform: uppercase;
}

#horizontal_menu .element_a_depth_0 .triangle::before{
	content: "";
	border: 8px solid transparent;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 100%;
	margin-top: -16px;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#horizontal_menu .element_li_depth_0:hover > a .triangle::before {
	visibility: visible;
	opacity: 1;
}

#horizontal_menu .element_a_depth_0 .triangle::after {
	content: "\f0d7";
	font-family: FontAwesome;
	color: inherit;
	font-size: 12px;
	line-height: 1;
	vertical-align: 1px;
	margin-left: 6px;
}

#horizontal_menu .element_ul_depth_1 a, #horizontal_menu .nrtmenu_multi_level a {
    display: block;
	padding: 4px 0;
}

#horizontal_menu .style_wide {
    padding: 20px;
}

#horizontal_menu .menu_sub {
    position: absolute;
    background: #fff;
    font-weight: normal;
    z-index: 70;
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	opacity: 0;
	visibility: hidden;
	transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#horizontal_menu .element_li_depth_0:hover > .menu_sub {
    visibility: visible;
	opacity: 1;
}

#horizontal_menu .element_li_depth_0:hover > a {
    color: #4bc1ec;
}

#horizontal_menu .element_ul_depth_2 .granditem_0 > ul, #horizontal_menu .nrtmenu_multi_level ul {
    position: absolute;
    background: #fff;
    font-weight: normal;
    z-index: 70;
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15);
	display: none;
}

#horizontal_menu .style_wide .element_a_depth_1 {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#horizontal_menu .style_wide .element_ul_depth_2 ul.p_granditem_1 {
    padding-left: 12px;
}

#horizontal_menu i.list_arrow {
    display: inline-block;
    padding-right: 8px;
    width: 18px;
	margin-right: 4px;
	font-size: inherit;
	vertical-align: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#horizontal_menu .element_ul_depth_2 a:hover .list_arrow, #horizontal_menu .nrtmenu_multi_level a:hover .list_arrow {
    padding-right: 4px;
    padding-left: 4px;
}

#horizontal_menu .element_a_depth_0 .cate_label {
	position: absolute;
	top: -5px;
	left: 60%;
}

#horizontal_menu .cate_label {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-transform: none;
    line-height: 16px;
    padding: 0 3px;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
    border-color: transparent;
	vertical-align: middle;
}

#horizontal_menu .element_a_depth_0 .cate_label::before {
	content: '';
	display: block;
	border: 3px solid transparent;
	border-top-color: inherit;
	position: absolute;
	top: 100%;
	margin-left: -3px;
	left: 50%;
}

#horizontal_menu .menu_sub .cate_label::before {
	content: '';
	display: block;
	border: 3px solid transparent;
	border-right-color: inherit;
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -3px;
}

#horizontal_menu .menu_sub .cate_label {
    margin-left: 7px;
}

#horizontal_menu .style_wide .element_ul_depth_2 .granditem_0 > ul {
    top: 0;
    left: 80px;
    width: 190px;
    padding: 12px 0;
}

#horizontal_menu .style_wide .element_ul_depth_3 li.p_granditem_0 {
    padding: 0 12px;
}

#horizontal_menu .is_parent_icon {
    height: 7px;
    width: 7px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #999;
    margin-left: 3px;
    border-radius: 100%;
}

#horizontal_menu .is_parent_icon .is_parent_icon_h {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 5px;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #fff;
}

#horizontal_menu .is_parent_icon .is_parent_icon_v {
    position: absolute;
    top: 1px;
    left: 3px;
    width: 0;
    height: 5px;
    overflow: hidden;
    border-left: 1px solid #fff;
}

#horizontal_menu li:hover > .menu_a_wrap > a > .is_parent_icon > .is_parent_icon_v {
    display: none;
}

#horizontal_menu .style_wide .element_ul_depth_2 .granditem_0:hover > ul {
    display: block;
}

#horizontal_menu .style_wide .element_ul_depth_2 .granditem_0 {
    position: relative;
    display: block;
}

#horizontal_menu .element_ul_depth_1 {
    margin-bottom: 5px;
}

#horizontal_menu .submenu_position_0 .style_wide {
	left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#horizontal_menu .submenu_position_1 .style_wide {

}

#horizontal_menu .submenu_position_2 .style_wide {
    left: auto;
    right: 0;
}

#horizontal_menu .submenu_position_3 .style_wide {
    left: 0;
}

#horizontal_menu .nrtmenu_multi_level li {
    position: relative;
    display: block;
    width: 250px;
    max-width: 100%;
}

#horizontal_menu .nrtmenu_multi_level li .style_content {
	padding: 15px;
}

#horizontal_menu .nrtmenu_multi_level li a {
    padding: 10px 12px;
    border-bottom: 1px solid #f2f2f2;
}

#horizontal_menu .nrtmenu_multi_level > li:last-child > .menu_a_wrap > a {
    border-bottom: none;
}

#horizontal_menu .nrtmenu_multi_level ul > li:last-child > .menu_a_wrap > a {
    border-bottom: none;
}

#horizontal_menu .nrtmenu_multi_level li:hover > ul {
    display: block;
}

#horizontal_menu .nrtmenu_multi_level ul {
    border: 1px solid #f2f2f2;
    left: 100%;
    top: -1px;
}

#horizontal_menu .element_a_depth_0 i{
	margin-right: 7px;
	text-align: center;
	font-size: inherit;
	vertical-align: 0;
}

#horizontal_menu .element_a_depth_0 i.icon-home{
	margin-right: 0 !important;
}

#horizontal_menu .menu_sub .element_a_item i:not(.list_arrow) {
	margin-right: 4px;
	font-size: inherit;
	vertical-align: 0;
	width: 18px;
}

#horizontal_menu .m_column_row {
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
}

#horizontal_menu .m_column_row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/*  Vertical Menu Styles/*----------------------------------------------------------------*/

#vertical_menu {
    display: block;
    position: relative;
    width: 270px;
    border: 1px solid #f2f2f2;
	border-bottom: none;
}

#vertical_menu .v-title {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    background: #f5f5f5;
    color: #465157;
    text-transform: uppercase;
    font-weight: 700;
}

#vertical_menu .nrt_mega_menu {
	display: block;
	margin: 0;
	font-size: 0;
}

#vertical_menu .nrt_mega_menu .element_li_depth_0 {
	display: block;
	font-size: 1.4rem;
	position: relative;
}

#vertical_menu .element_a_depth_0 {
    cursor: pointer;
    display: block;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-right: 30px;
}

#vertical_menu .element_a_depth_0 .triangle::after {
	content: "\f107";
	font-family: FontAwesome;
	color: inherit;
	font-size: 14px;
	line-height: 1;
	vertical-align: 2px;
	margin-left: 6px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	font-weight: 400;
}

#vertical_menu .element_li_depth_0:hover > a .triangle::after {
	content: "\f105";
}

#vertical_menu .element_ul_depth_1 a, #vertical_menu .nrtmenu_multi_level a {
    display: block;
	padding: 4px 0;
}

#vertical_menu .style_wide {
    padding: 20px;
}

#vertical_menu .menu_sub {
    position: absolute;
    background: #fff;
    font-weight: normal;
    z-index: 70;
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#vertical_menu .element_li_depth_0:hover > .menu_sub {
    visibility: visible;
	opacity: 1;
}

#vertical_menu .menu_sub {
    left: 100%;
    top: 0;
}

#vertical_menu .element_li_depth_0:hover > .menu_sub {
    display: block;
}

#vertical_menu .element_li_depth_0:hover > a {

}

#vertical_menu .nrtmenu_multi_level ul, #vertical_menu .element_ul_depth_2 .granditem_0 > ul {
    position: absolute;
    background: #fff;
    font-weight: normal;
    z-index: 70;
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.15);
	display: none;
}

#vertical_menu .style_wide .element_a_depth_1 {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#vertical_menu .style_wide .element_ul_depth_2 ul.p_granditem_1 {
    padding-left: 12px;
}

#vertical_menu i.list_arrow {
    display: inline-block;
    padding-right: 8px;
    width: 18px;
	margin-right: 4px;
	font-size: inherit;
	vertical-align: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#vertical_menu .element_ul_depth_2 a:hover .list_arrow, #vertical_menu .nrtmenu_multi_level a:hover .list_arrow {
    padding-right: 4px;
    padding-left: 4px;
}

#vertical_menu .element_a_depth_0 .cate_label {
	margin-left: 10px;
	vertical-align: 1px;
}

#vertical_menu .cate_label {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-transform: none;
    line-height: 16px;
    padding: 0 3px;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
    border-color: transparent;
	vertical-align: middle;
}

#vertical_menu .element_a_depth_0 .cate_label::before {
	content: '';
	display: block;
	border: 3px solid transparent;
	border-right-color: inherit;
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -3px;
}

#vertical_menu .menu_sub .cate_label::before {
	content: '';
	display: block;
	border: 3px solid transparent;
	border-right-color: inherit;
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -3px;
}

#vertical_menu .menu_sub .cate_label {
    margin-left: 7px;
}

#vertical_menu .style_wide .element_ul_depth_2 .granditem_0 > ul {
    top: 0;
    left: 80px;
    width: 190px;
    padding: 12px 0;
}

#vertical_menu .style_wide .element_ul_depth_3 li.p_granditem_0 {
    padding: 0 12px;
}

#vertical_menu .is_parent_icon {
    height: 7px;
    width: 7px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #999;
    margin-left: 3px;
    border-radius: 100%;
}

#vertical_menu .is_parent_icon .is_parent_icon_h {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 5px;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #fff;
}


#vertical_menu .is_parent_icon .is_parent_icon_v {
    position: absolute;
    top: 1px;
    left: 3px;
    width: 0;
    height: 5px;
    overflow: hidden;
    border-left: 1px solid #fff;
}

#vertical_menu li:hover > .menu_a_wrap > a > .is_parent_icon > .is_parent_icon_v {
    display: none;
}

#vertical_menu .style_wide .element_ul_depth_2 .granditem_0:hover > ul {
    display: block;
}

#vertical_menu .style_wide .element_ul_depth_2 .granditem_0 {
    position: relative;
    display: block;
}

#vertical_menu .element_ul_depth_1 {
    margin-bottom: 5px;
}

#vertical_menu .nrtmenu_multi_level li {
    position: relative;
    display: block;
    width: 250px;
    max-width: 100%;
}

#vertical_menu .nrtmenu_multi_level li .style_content {
	padding: 15px;
}

#vertical_menu .nrtmenu_multi_level li a {
    padding: 10px 12px;
    border-bottom: 1px solid #f2f2f2;
}

#vertical_menu .nrtmenu_multi_level > li:last-child > .menu_a_wrap > a {
    border-bottom: none;
}

#vertical_menu .nrtmenu_multi_level ul > li:last-child > .menu_a_wrap > a {
    border-bottom: none;
}

#vertical_menu .element_a_depth_0 i{
	margin-right: 10px;
	text-align: left;
	font-size: 14px;
	vertical-align: 0;
	width: 20px;
}

#vertical_menu .element_a_depth_0 i.icon-home{
	margin-right: 0 !important;
}

#vertical_menu .menu_sub .element_a_item i:not(.list_arrow) {
	margin-right: 4px;
	font-size: inherit;
	vertical-align: 0;
	width: 18px;
}

#vertical_menu .nrtmenu_multi_level li:hover > ul {
    display: inline-block;
}

#vertical_menu .nrtmenu_multi_level ul {
    border: 1px solid #f2f2f2;
    left: 100%;
    top: -1px;
}

#vertical_menu .m_column_row {
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
}

#vertical_menu .m_column_row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.show-more-cat .show_less{
	display: none !important;
} 

.show-more-cat.menu-show .show_more{
	display: none !important;
} 

.show-more-cat.menu-show .show_less{
	display: block !important;
} 

#vertical_menu .show-more-cat .element_a_depth_0 i {

}


/*--------------Column megamenu---------------*/

#column_menu{

}

#column_menu .col_element_li_depth_0, #column_menu .col_sub_li {
	padding-left: 10px;
    display: block;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

#column_menu .col_sub_li.style_content {
	padding-top: 12px;
	padding-bottom: 12px;
}

#column_menu .col_element_li_depth_0.active .col_sub_ul:last-child > .col_sub_li:last-child, #column_menu .col_sub_li.active .col_sub_ul:last-child > .col_sub_li:last-child {
    border-bottom: none;
}

#column_menu .col_element_a_depth_0{
	font-weight: 500;
}

#column_menu .col_element_a_depth_0, #column_menu .col_sub_a {
    display: inline-block;
    padding: 12px 0;
    z-index: 2;
    position: relative;
    margin-right: 28px;
}

#column_menu .opener {
	position: absolute;
	z-index: 1;
	left: auto;
	right: -10px;
	top: 1px;
	bottom: 1px;
	padding: 0;
	width: auto;
	cursor: pointer;
	background-color: transparent;
}

#column_menu .opener .minus_sign {
    display: none;
}

#column_menu .active > .menu_a_wrap .opener .plus_sign{
    display: none;
}

#column_menu .active > .menu_a_wrap .opener .minus_sign{
    display: inline-block;
}

#column_menu .opener i {
    display: block;
    text-align: center;
    width: 30px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
	color: #141414;
}

#column_menu .menu_a_wrap {
    position: relative;
}

#column_menu .col_element_li_depth_0, .col_sub_li {
    display: block;
    position: relative;
    padding-left: 10px;
    border-bottom: 1px solid #f2f2f2;
}

#column_menu .col_element_li_depth_0 {
	padding-right: 10px;
}

#column_menu i.list_arrow {
    display: inline-block;
    padding-right: 8px;
    width: 18px;
	margin-right: 4px;
	font-size: inherit;
	vertical-align: 0;
}

#column_menu .col_element_a_depth_0 i{
	margin-right: 5px;
	text-align: left;
	font-size: inherit;
	vertical-align: 0;
	width: 20px;
}

#column_menu .col_element_a_depth_0 i.icon-home{
	margin-right: 0 !important;
}

#column_menu .col_sub_ul i:not(.list_arrow):not(.zmdi) {
	margin-right: 4px;
	font-size: inherit;
	vertical-align: 0;
	width: 18px;
}

#column_menu .col_element_a_depth_0 .cate_label, #column_menu .col_sub_a .cate_label, #column_menu .menu_sub .cate_label {
    margin-left: 7px;
}

#column_menu .cate_label {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-transform: none;
    line-height: 16px;
    padding: 0 3px;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
    border-color: transparent;
	vertical-align: middle;
	
}

#column_menu .cate_label::before {
	content: '';
	display: block;
	border: 3px solid transparent;
	border-right-color: inherit;
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -3px;
}

#column_menu .col_element_a_depth_0 {
    text-transform: uppercase;
}



/*-----------------------------------------------megamenu vertical-----------------------------------*/

.navbar-toggler {
    padding: 0;
    width: auto;
    font-size: inherit;
    border: none;
    cursor: pointer;
    background: none;
}

#data_content_compare,
#data_content_wishlist {
    line-height: 1.42857;
    text-align: center;
}

.goto_page {
    color: #fff !important;
    font-size: 1.4rem;
    margin-left: 10px;
    text-decoration: underline;
    text-transform: capitalize;
}


/*******-------------------smartblog */

.articleContent {
    overflow: hidden;
    margin-bottom: 10px;
}

.articleContent img {
    max-width: 100%;
    padding: 0;
}

.sdsarticleCat .r_more {
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.sdsarticleCat .r_more:hover {}

#wishlist_block_list dl {
    background: #fff;
}

#wishlist_block select#wishlists {
    background-color: #fff;
}

#module-smartblog-search .pagenotfound {
    padding: 20px;
    border: 1px solid #e9e7e7;
    background: #fff;
}

#module-smartblog-search .pagenotfound .page-footer {
    margin-top: 25px !important;
    margin-left: -5px;
    margin-right: -5px;
}

.input-group .input-group-btn > .btn {
    font-size: 1.4rem;
}

.sdstitle_block a {
    display: table;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.info-category > span i {
	color: #666;
	margin-right: 5px;
	vertical-align: unset;
}

.info-category > span {
    margin-right: 10px;
}

.info-category {
    font-size: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e7e7;
    padding-bottom: 5px;
}

.sdsarticle-des .lipsum p {
    margin-bottom: 0;
    color: #999;
    font-size: 1rem;
}

.sdsreadMore a {
    margin: 10px 0;
}

.smartblogcomments #reply-title {
    margin-bottom: 20px;
}

.sdsarticle-des .lipsum {

}

.sdsarticle-des p {

}

.page-item-title h1 {
    margin-bottom: 15px;
}

.wrapper_smart_blog .smartblock_title {
	border-bottom: 1px solid #e9e7e7;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 11px;
}

.wrapper_smart_blog .smartblock_title span {
    display: inline-block;
    position: relative;
}

.wrapper_smart_blog .block_content.list-block > ul {
    margin-bottom: 0;
}

.wrapper_smart_blog .block_content.list-block li {
	color: #999;
	padding-top: 15px;
	display: table;
	width: 100%;
	padding-left: 90px;
}

.wrapper_smart_blog.wrapper_smart_blog_comment .block_content.list-block li {
	padding-left: 64px;
}

.wrapper_smart_blog .block_content.list-block a {
	display: block;
}

.wrapper_smart_blog.wrapper_smart_blog_comment .block_content.list-block a {
    display: inline;
    margin-bottom: 0;
}

.wrapper_smart_blog .block_content.list-block .image {
	float: left;
	width: 80px;
	margin-left: -90px;
}

.wrapper_smart_blog_comment .block_content.list-block img {
	float: left;
	width: 54px;
	margin-left: -64px;
}

.wrapper_smart_blog .block_content.list-block a:hover {
    color: #4bc1ec;
}

.wrapper_smart_blog .quanty_categories {
    float: right;
}

.wrapper_smart_blog .block_content.list-block form {
    display: block;
    margin: 20px 0;
}

.wrapper_smart_blog .block_content.list-tag-block > ul {
    display: table;
    margin: 0 -5px;
}

.wrapper_smart_blog .block_content.list-tag-block li {
    display: inline-block;
    margin: 10px 5px 0;
    float: left;
}

.wrapper_smart_blog .block_content.list-tag-block li a {
    padding: 5px 10px;
	font-size: 1.3rem;
}

.block-categories select{
    width: 100%;
    border: 1px solid #e9e7e7;
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
}

.sdsarticleBottom {
    margin-top: 30px;
}

.smartblogcomments {
    margin-bottom: 30px;
}

#sdsblogCategory .category-description{
	margin-bottom: 30px;
}

#sdsblogCategory > img{
	margin-bottom: 20px;
}

#content.block {
    margin-bottom: 30px;
}

#post_images img:hover {
    opacity: 0.8;
    transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
}

.smartblogcat .sdsarticleCat {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e7e7;
}

.smartblogcat .sdsarticleCat:last-child {
    margin-bottom: 10px;
    border-bottom: none;
}

#articleComments {
    clear: left;
    margin: 20px 0;
}

#articleComments h4 {
    font-size: 2rem;
    letter-spacing: 0;
    margin: 0 0 10px;
}

#articleComments h4 span {
    font-size: 1.4rem;
    font-weight: 400;
}

#articleComments #comments {
    overflow: hidden;
}

#comments .commentEmpty {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
    padding: 8px 10px;
}

#comments .commentList {
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 0;
}

.commentList li.even {
    margin-bottom: 10px;
    min-height: 75px;
    padding-left: 64px;
    position: relative;
}

.childComment li {
    border: 1px solid #ffffff;
}

.commentList li .avatar {
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    border-radius: 3px;
}

.commentList li .badge {
    background: none repeat scroll 0 0 #222222;
    color: #ffffff;
    cursor: default;
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-right: 4px;
    padding: 1px 4px;
    text-shadow: 1px 1px 0 #333333;
}

.commentList li .default {
    background: none repeat scroll 0 0 #0555C6;
}

.commentList li .top,
.commentList li .admin {
    background: none repeat scroll 0 0 #FF0000;
}

.commentList li .name,
.commentList li .name a {
    color: #666666;
    cursor: default;
    font-size: 1.4rem;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: capitalize;
}

.commentList li .name a {
    cursor: pointer;
}

.commentList li .name a:hover {
    text-decoration: underline;
}

.commentList li .created {
    color: #888888;
    font-size: 1.2rem;
    margin: 2px 0 8px;
}

.commentList li .reply {
    height: 22px;
    margin-top: 10px;
    text-align: right;
}

#cancel-comment-reply-link, .commentList li .reply a {
    background: none repeat scroll 0 0 #666666;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    padding: 3px 10px;
    text-decoration: none;
}

#cancel-comment-reply-link:hover, .commentList li .reply a:hover {
    background: none repeat scroll 0 0 #333333;
}

.commentList .even {
    background: none repeat scroll 0 0 #ffffff;
}

.childComment .even {
    background: none repeat scroll 0 0 #F8F8F8;
}

.commentList .odd {
    background: none repeat scroll 0 0 #eeeeee;
}

.childComment .odd {
    background: none repeat scroll 0 0 #e9e7e7;
}

#comments .pagination {
    border: medium none;
    color: #666666;
    font-size: 1rem;
    padding: 0;
}

#comments .pagination .links a,
#comments .pagination .links b {
    font-size: 1rem;
    padding: 2px 5px;
}

#comments .pagination .links a {
    background: none repeat scroll 0 0 #ffffff;
    color: #666666;
}

#comments .pagination .links b {
    background: none repeat scroll 0 0 #0481CF;
    color: #ffffff;
}

#recent_article_smart_blog_block_left .block_content ul li a.read-more:hover {
    background: #4bc1ec;
}

#recent_article_smart_blog_block_left .block_content ul li .info {
    color: #4bc1ec;
    display: block;
    line-height: 1.42857;
    margin-top: 5px;
}

.info-category > span,
.info-category > span a {
    font-size: 1.4rem;
}

.info-category > span {
    display: inline-block;
    margin-bottom: 5px;
	color: #141414;
}

.sdsblogCategory {
    margin-bottom: 30px;
    border: 1px solid #e9e7e7;
    background: #fff;
}

.active_filters {
    margin-bottom: 15px;
}

.active_filters .filter-block .close {
    color: #414141;
    font-size: 1.6rem;
    opacity: 1;
    margin-top: 3px;
    margin-left: 5px;
}

/*-----------------------------------------------------*/

.img-placeholder{
	position: relative;
	overflow: hidden;
	display: block;
}

.img-loader{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
}

img.img-loader{
	opacity: 0;
}

img.img-loader.loaded{
	opacity: 1;
}

.img-placeholder:not(.loaded){
	background: rgba(102,102,102,0.05);
}

.sliders .img-placeholder:not(.loaded)::after{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	border: 1px solid #666666;
	border-right: none;
	border-bottom: none;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: inline-block;
	animation: fa-spin 2s infinite linear;
	-webkit-animation: fa-spin 2s infinite linear;
}

.placeholder-load{
	display: block;
	position: relative;
}

.placeholder-load::before{
	content: '';
	padding: 100px 0;
	display: block;
}

.placeholder-load::after{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	border: 1px solid #666666;
	border-right: none;
	border-bottom: none;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: inline-block;
	animation: fa-spin 2s infinite linear;
	-webkit-animation: fa-spin 2s infinite linear;
}

.item-images.owl-carousel{
    display: block;
}

.item-images a{
	display: block;	
}

.item-images > a:not(:first-child){
	display: none;	
}

.product_name p{
	margin-bottom: 0 !important;	
}

/*----------------------------------------*/

.date-post {
    float: left;
    background: #4bc1ec;
    min-width: 46px;
    padding: 3px 5px;
    color: #fff;
    margin-right: 25px;
}

.date-post span {
    clear: both;
    float: left;
    font-size: 2rem;
    line-height: 1.42857;
    text-align: center;
    width: 100%;
}

.date-post span:last-child {
    font-size: 1.4rem;
    text-transform: uppercase;
}

.date-content {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px;
}

.date-content:last-child {
    margin-bottom: 0;
}

.date-content a {
    line-height: 1.2857;
}

.nrt-maps {
    margin-bottom: 50px;
	background: #f4f4f4;
}

/*-----------------------------------------------------*/

.alert {
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

.alert-warning {
    background-color: #ffe0cb;
    border-color: #ff9a52;
    color: #232323;
}

#cart .alert-warning,
#checkout .alert-warning{
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
	font-weight: bold;
}

.zmdi {
    font-size: 24px;
	vertical-align: middle;
}

.fto {
    vertical-align: middle;
}

.fa{
	vertical-align: middle;
}



/*-----------------------------------------*/

.remove_to_compare {
	font-size: 14px;
	height: 25px;
	line-height: 24px;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 25px;
	z-index: 1;
	text-align: center;
	background: #ffffff;
}

.remove_to_compare i{
    font-size: 20px;
    line-height: inherit;
}

/*-------Footer---------------*/

.social_share {
    font-size: 0;
    margin-right: -28px;
}

.social_share a {
    font-size: 0;
    color: #fff;
    margin-right: 28px;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .social_share {}
}

.social_share a:before {
    font-size: 1.6rem;
}

.social_share a.fa-facebook:hover {
    color: #3b5998;
}

.social_share a.fa-twitter:hover {
    color: #00acee;
}

.social_share a.fa-rss:hover {
    color: #ee802f;
}

.social_share a.fa-youtube:hover {
    color: #d62423;
}

.social_share a.fa-google-plus:hover {
    color: #dd4b39;
}

.social_share a.fa-instagram:hover {
    color: #366184;
}

.social_share a.fa-skype:hover {
    color: #009cdb;
}

/*------------------------------------------------------------------*/

body#manufacturer #main ul.list_brand li .brand-box {
    display: inline-block;
    background: #fff;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

body#manufacturer #main ul.list_brand li .brand-img {
	border: 1px solid #e9e7e7;
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.product-list-subcategories {
    margin-bottom: 30px;
    text-align: center;
}

.subcategory-image {
    margin-bottom: 10px;
}

.subcategory-image a {
    display: block;
    padding: 1px;
    background: #ffffff;
	border: 1px solid #e9e7e7;
}

#product_list_grid #facets-loader-icon {
	font-size: 18px;
	position: absolute;
    z-index: 10;
    padding-top: 0.7rem;	
    padding-left: 0.7rem;	
	line-height: 1;
    display: none;
}

#product_list_grid.facets-loading:not(.infinite) #facets-loader-icon {
	display: block;
}

#product_list_grid.facets-loading:not(.infinite) #js-products-list {
    opacity: 0.4;
}

.addthis_inline_share_toolbox {
    margin: 0 -2px;
    margin-bottom: 10px;
}



@media (min-width: 1400px) {
	.is-full-width.layout-left-column #left-column, .is-full-width.layout-right-column #right-column, .is-full-width.layout-both-columns #left-column, .is-full-width.layout-both-columns #right-column  {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.is-full-width.layout-left-column #content-wrapper, .is-full-width.layout-right-column #content-wrapper  {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	
	.is-full-width.layout-both-columns #content-wrapper  {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}

}


.block-message-dispo {
	display: block;
    clear: both;
    background: #f8a998;
    color: #fff;
    margin-bottom: 1.5rem;
	padding: 1rem 1.5rem;
    margin-top: 0;	
}
	
	.block-message-dispo p {
		text-align: center;
		margin: 0;
		font-size: 1.6rem;
		font-weight: 400;
	}
	
	.block-message-dispo a,
	.block-message-dispo a:hover,
	.block-message-dispo a:focus {
		color: #fff;
		border-color: #fff;
	}
	
	
	
.block-remises {
	display: block;
    clear: both;
    border-bottom: 1px solid #e9e7e7;
    margin-bottom: 25px;
	padding-bottom:0px;
    margin-top: 0;	
}
	
	.block-remises p {
		text-align: center;
		text-transform: uppercase;
		margin: 0;
		font-size: 1.2rem;
		font-weight: 700;
		/* color: #f5d244; */
	}

		.block-remises .informations{
			text-transform: none;
			margin-bottom:1rem;
		}

	.block-remises ul {
		margin: 0 0 5px 0;
		display:flex;
		justify-content:center;
		align-items:center;
	}
		
		.block-remises ul li {
			flex: 1;
    		margin: 10px 0px;
			padding: 5px 0;
			border-right: 1px solid #e9e7e7;
			font-size:1.2rem;
			text-align: center;
			text-transform: uppercase;
		}
		
		.block-remises ul li b {
			display:block;
			font-size:1.8rem;
			font-weight:400;
			color:#f8a998;
		}
		
		.block-remises ul li.yes {
			font-weight:700;
		}
			
			.block-remises ul li.yes b {
				color:#4bc1ec;
				font-weight:700;
			}
		
		.block-remises ul li:last-child {
			border-right:none;
		}
	
	
.block-reassurance {
	margin-top: -15px;	
}


.block-reassurance ul {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.block-reassurance ul li{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px 10px;
	/*min-width: 270px;*/
}

.block-reassurance ul li .block-reassurance-item {
   /* border-bottom: 1px solid #e9e7e7;*/
   border-right: 1px solid #e9e7e7;
   padding: 5px 15px;
    text-align: center;
    font-size: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
}

.block-reassurance ul li:last-child .block-reassurance-item {
    border-bottom: none;
	 border-right: none;
}

.block-reassurance ul li:first-child .block-reassurance-item {

}

.block-reassurance ul li .block-reassurance-item span{
	font-size: 1.4rem;
	vertical-align: middle;
	margin: 5px 0;
	line-height: 1.5;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.block-reassurance ul li .block-reassurance-item img {
    max-width: 50px;
    height: auto;
    margin: 5px 0;
    margin-right: 20px;
    vertical-align: middle;
}

/*----------------------------------------------*/

.ajax-load-wrapper .ajax-load-button{
	text-align: center;
}

.ajax-load-wrapper .ajax-load-button .btn i{
	margin-right: 5px;
}

.ajax-load-wrapper .ajax-load-button .btn {
	margin-top: 30px;
    min-width: 290px;
    text-transform: uppercase;
    font-weight: 600;
	border: none;
    color: #fff;
    background: #4bc1ec;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}



/*--------------------------------------------------*/



/*---------------------------------*/

#slide-bar-login-wishlist .title-top {
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
	font-size: 0;
	padding: 10px;
	margin: 0 -10px;
	margin-bottom: 10px;
}

#slide-bar-login-wishlist .title-top i{
	font-size: 80px;
	color: #4bc1ec;
	margin-bottom: 20px;
}

#slide-bar-login-wishlist .title-top span {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #4bc1ec;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

/*--------------------------------*/

#back-top {
	display: none;
    position: fixed;
    left:auto;
    right: 10px;
    bottom: 10px;
    background: #4bc1ec;
    width: 50px;
    line-height: 50px;
    text-align: center;

    color: #fff;
    border-radius: 5px;
	z-index: 1040;
	padding: 0;
	border: none;
}

@media (max-width: 991px) {
	#back-top {
		width: 40px;
		line-height: 40px;
	}	
}

.ui-tooltip {
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    color: #fff;
    padding: 0;
    border: none !important;
    font-family: inherit;
    font-size: inherit;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.ui-tooltip .ui-tooltip-content{
	padding: 5px 10px;
	background: #000;
	border-radius: 3px;
}

.ui-tooltip .arrow{
	position: absolute;
	border-color: transparent;
	border-style: solid;
	width: 12px;
	height: 6px;
	left: 50%;
	margin-left: -6px;
}

.ui-tooltip .arrow.bottom.center{
	bottom: -6px;
	border-width: 6px 6px 0;
	border-top-color: #000;
}

.ui-tooltip .arrow.top.center{
	top: -6px;
	border-width: 0 6px 6px;
	border-bottom-color: #000;
}

body#index .hidden-home {
	display: none !important;
}

.ps-banner {
    border: medium none;
    color: #fff;
    display: block;
	text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
}

.ps-banner span {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 18px;
	cursor: pointer;
}

/*-------------------------Slider-------------------------------------*/

.sliders .item-inner{
	margin-left: auto; 
	margin-right: auto; 
	width: 100%;
}

/*-------------------------------Title----------------------------------------*/

.title-center > .content_title {
	text-align: center;
}

.title-left > .content_title {
	text-align: left;
}

.title-right > .content_title {
	text-align: right;
}

/*---------------------------------------------------------------------------------*/

.banner-text-1 {
	text-align: center;	
}

.banner-text-1 h4 {
	color: #fff;
	font-size: 6rem;	
    margin-bottom: 25px;
}

.banner-text-1 p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 30px;
}

.banner-text-1 p:before {
	content: "“";
	font-size: 3.6rem;
	margin-left: -23px;
	vertical-align: top;
	position: absolute;
	line-height: 1;
	margin-top: -5px;
}

.banner-text-1 p:after {
	content: "“";
	font-size: 3.6rem;
	margin-left: 10px;
	vertical-align: top;
	position: absolute;
	line-height: 1;
	margin-top: -5px;
}

.banner-text-1 a {
	font-size: 1.8rem;
	color: 202021;
	line-height: 45px;
	display: inline-block;
	background: #fff;
	text-transform: uppercase;
	padding: 0 30px;
	font-weight: 700;
	margin-top: 20px;
}

.banner-text-1 a:after {
	content: "\f302";
	font-family: "Material-Design-Iconic-Font";	
    font-size: 2.1rem;
    margin-left: 10px;
    vertical-align: -1px;
}

@media (max-width: 991px) {
	
	.banner-text-1 h4 {
		font-size: 2.5rem;
		margin-bottom: 15px;
	}
	
	.banner-text-1 p {
		color: #fff;
		font-size: 1.6rem;	
	}
	
	.banner-text-1 a {
		font-size: 1.8rem;
		line-height: 35px;
		padding: 0 25px;
		margin-top: 15px;
	}
	
}

/*----------------------------banner-text-2---------------------------------------*/

.banner-text-2{
	position: relative;
	padding-left: 130px;
	padding-bottom: 120px;
	padding-top: 107px;
}

@media (max-width: 991px){
	.banner-text-2 {
		padding-left: 40px;
	}	
}

.banner-text-2 h4{
	font-size: 3.6rem;
	line-height: 4.8rem;
	color: #fff;
}

.banner-text-2 p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #666666;
    margin-bottom: 54px;
}

.banner-text-2 .btn {
    font-size: 1.4rem;
    letter-spacing: 0.42rem;
    text-transform: uppercase;
    min-width: 170px;
    border-radius: 0;
    line-height: 43px;
    font-weight: 700;
}

.banner-text-2 .btn:not(:hover) {
    color: #000;
}

.banner-text-2 .label-only {
    height: 75px;
    width: 75px;
    border-radius: 100%;
    background: #4bc1ec;
    line-height: 24px;
    text-align: center;
    color: #000;
    padding-top: 7px;
    position: absolute;
    top: 67px;
    right: 13.67521367521368%;
}

.banner-text-2 .label-only span{
    display: block;
	font-size: 1.6rem;
}

.banner-text-2 .label-only b{
    display: block;
	font-size: 2.2rem;
}







/*---------------------------------------------------------------*/

.relative {
	position: relative;
}



/*---------------------------------------------------------------*/

.border-wrapper .wrapper-owl {
    border: 1px solid #ebebeb;
    border-radius: 5px;
	background: #ffffff;
}

.products-countdown {
	padding-left: 100px;
	position: relative;
}

.countdown-column {
    position: absolute;
    left: 0;
	bottom: 1px;
	top: 1px;
	width: 105px;
	padding-right: 5px;
    background: #4bc1ec;
    color: #fff;
    border-radius: 5px 0 0 5px;
}

.countdown-column .countdown-time-group::before {
	display: none;
}

.countdown-column .countdown-time-group {
	display: block;
	float: none;
	width: auto;
	padding: 15px 5px;
}

.countdown-column .countdown-time, .countdown-column .countdown-text {
    display: block;
    position: relative;
    z-index: 1;
    color: #ffffff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3rem;
	text-align: center;
}

.countdown-column .countdown-text {
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
}

.countdown-column .count-down-timer {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	padding-right: 5px;
}

/*---------------------------------------------------------------*/

.top-shipping{
	/*background: url("bg_shipping.png") no-repeat 0 1px;*/
	padding-left: 70px;
}

.top-shipping h4{
	margin: 0;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 3px;
}

.top-shipping p{
	color: rgba(255,255,255,0.6);
	margin: 0;
}

.top-shipping strong{
	color: rgba(255,255,255,0.6);
}

.max-width-1720 {
	max-width: 1720px;
	margin-left: auto;
	margin-right: auto;
}

.max-width-1800 {
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}



/*---------------------------------------------------------------*/





/****************************************************************************************************************/
/****** GLOBAL **************************************************************************************************/
/****************************************************************************************************************/

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    color: #545557;
    line-height: 1.6;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

dl, ol, ul {
    padding: 0;
}

ol, ul {
	list-style-position: inside;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h2_product {
    line-height: 1.4;
	color: #141414;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.title_font{font-family: "Roboto", Arial, Helvetica, sans-serif;}

small{font-size: 1.3rem;}

.nocase{text-transform:none !important;}


h1, .h1 {font-size: 4rem;margin:0;}
#category h1 {font-size: 2.6rem;}
#product h1 {font-size: 4rem; line-height:1.2;}

h2, .h2 {font-size: 2.4rem;}


.texte_home h2, .texte_home .h2 {margin-top:3rem;}

#product #main h2,
#product .h2_product {font-size: 3rem;}


h3, .h3 {
	font-size: 1.8rem;
}

h4, .h4 {
	font-size: 2.0rem;
}

h5, .h5 {
	font-size: 1.75rem;
}

h6, .h6 {
	font-size: 1.5rem;
}



a.link,
a.link:visited,
a.link:focus { 
	border-bottom-width:1px;
	border-bottom-style:dotted;
    padding-bottom: 0px;
}

a.link:hover { 
	border-bottom-style:dashed;
}

.c_bleu {color: #4bc1ec;}
.c_rose {color: #f8a998;}
.c_jaune {color: #f5d244;}


.btn{
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1rem;
}

.lien_menu{
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	letter-spacing: 0.03rem;
}

.lien_cta{
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	letter-spacing: 0.3rem;
	font-size: 1.4rem;
    line-height: 1.8;
    border-bottom: 0.2rem solid;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-clean {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-clean.focus, .btn-clean:focus, .btn-clean:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}


.btn-huge{
    border-radius: 0rem;
    line-height: inherit;
    font-weight: 700;
    border-radius: 0px;
    margin: 0;
    text-transform: uppercase;
	font-size: 1.5em;
    padding: 15px 30px;
}





.bleu{color:#4bc1ec;}
.jaune{color:#f5d244;}
.rose{color:#F8A998;}
.rouge{color:#ee0000;}


.big_button_reserver{
	text-align:center;
	margin: 7rem auto;
}



	




/************/




/* ---------------------------------------------------------------------- */
/*	IFRAME
/* ---------------------------------------------------------------------- */

.embed-file {
   background: url("https://cdn1.nice.city-locker.com/img/preloader.gif") center center no-repeat transparent;
   margin: 20px 0;
}

	.embed-file .description {
    	text-align: center;
		margin: 1rem 0;
	}
		.embed-file .description i {
			font-size:80%;
			line-height: 1.4;
			display: block;
			margin-top: 0.5rem;
		}

@media (min-width: 992px) {
	.embed-file {
	   margin: 30px 0;
	}
}

.embed-file.no_load,
.embed-file.off{
	background:none;
}

.embed-content{
   width: 100%;
   margin: 0px auto 0px;
   background-position:50% 50%;
   background-repeat:no-repeat;
   background-size:cover;
}

.embed-container{
   height: 0;
   width: 100%;
   padding: 56.25% 0 0 0; /* play with this until right */
   overflow: hidden;
   position: relative;
   border:0px solid #e5e5e5;
   background-size:cover;
}

.video_bagages .embed-container{padding-top: 78.8%}

.embed-container embed,
.embed-container iframe,
.embed-container video{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}



/****** LAYOUT ****************************************************************/

/************/


/****** COOKIEBOT ****************************************************************/


/*:#CybotCookiebotDialog {
   border-color:#fff !important;
   border-bottom:none !important;
   border-top-width:9px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0 !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important;
	padding-bottom:15px !important;
}

#CybotCookiebotDialogBodyContentTitle {
    font-size: 18pt !important;
    font-weight: 700 !important;
    line-height: 110% !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
    display: block !important;
    position: static !important;
    text-align: left !important;
	text-transform: uppercase !important;
	
	font-size: 13pt !important;
	padding:10px 0 5px !important;
}




#CybotCookiebotDialogPoweredbyLink{display:none !important;}

#CybotCookiebotDialogBodyButtonDecline{padding: 3px 5px 5px !important;}
#CybotCookiebotDialogBodyButtonAccept{padding: 5px 7px 7px !important;}


#CybotCookiebotDialogDetailFooter{display:none !important;}


.CookieDeclarationLastUpdated a{color:#000; cursor:default; display:none;}


#CookieDeclarationUserStatusLabelOff,
#CookieDeclarationUserStatusLabelOn{font-weight:700;}
#CookieDeclarationChangeConsent a{border-bottom-width:1px;border-bottom-style:solid;}
#CookieDeclarationChangeConsent a:hover{text-decoration:none;}


.CookieDeclarationTable {font-size: 80% !important;}*/

/*


#CybotCookiebotDialogPoweredbyLink{display:none !important;}

#CybotCookiebotDialogBodyButtonDecline{padding: 3px 5px 5px !important;}
#CybotCookiebotDialogBodyButtonAccept{padding: 5px 7px 7px !important;}

#CybotCookiebotDialogDetailFooter{display:none !important;}


.CookieDeclarationLastUpdated a{color:#000; cursor:default; display:none;}


.CookieDeclarationTable {
    font-size: 80% !important;
}*/



#CybotCookiebotDialogHeader,
#CybotCookiebotDialogPoweredByText{
	display: none !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
    outline: none !important;
}

.CookieDeclarationLastUpdated a,
#CybotCookiebotDialogDetailFooter a{color:#000 !important; cursor:default !important; font-weight:400 !important;}


#CookieDeclarationUserStatusLabelOff,
#CookieDeclarationUserStatusLabelOn{font-weight:700;}
#CookieDeclarationChangeConsent a{border-bottom-width:1px;border-bottom-style:solid;}
#CookieDeclarationChangeConsent a:hover{text-decoration:none;}

.CookieDeclarationTable {font-size: 80% !important;}

/************/

/****** PROMOTOP ****************************************************************/

#banner_top_dispo_texte_disponibilite{display:none !important;}


.banner_top{
	
}
	
	#banner_top_block,
	#banner_top_dispo{
		display:block;
	}

	.banner_top_block{
		background-color: #2c2c2c;
		position:relative;
		margin:0;	
		color:#fff;
	}

		.banner_top_block button.close {
			color: #fff !important;
			float: none;
			right: 1.5rem;
			top: 0.5rem;
			font-weight: bold;
			text-shadow: none;
			position: absolute;
			opacity:0.8;
		}
		
		.banner_top_content{
			text-align:center;
			margin:0;
			line-height: 2rem;
			padding : 1rem 3.5rem 1rem;
			text-transform:uppercase;
		}
		
		.banner_top_content.small{padding : 0.5rem 3.5rem 0.5rem;}
		
			.banner_top_content > a {
				text-decoration: none;
				color: #fff;
			}
			
				.banner_top_content > a > b ,
				.banner_top_content > b{
					letter-spacing: 0.06rem;
					font-size: 1.4rem;
					font-weight: 700;
					color: #fff;
					display: inline-block;
					margin-bottom: 0px;
					margin-left: 0px;
					margin-right: 0px;
				}
				
				.banner_top_content > a > b:not(.solo) > span::after,
				.banner_top_content > b:not(.solo) > span::after {
					content:"·";
					letter-spacing: 0.28rem;
					font-size: 1.4rem;
					font-weight: 700;
					color: #fff;
					display: inline-block;
					margin-bottom: 0.2rem;
					margin-left: 2.2rem;
					margin-right: 1rem;
				}
				
				.banner_top_content > a > span,
				.banner_top_content > span {
					color: #fff;
					font-size: 1.4rem;
					font-weight: 400;
					line-height: 2rem;
					display: inline-block;
					margin-bottom: 0.2rem;
					margin-left: 1rem;
					margin-right: 2rem;
				}
			
				.banner_top_content > a > span em,
				.banner_top_content > span em {
					padding-left: 0.5rem;
					font-family:"Courier New", Courier, monospace;
					font-style:normal;
					font-weight: 500;
					font-size: 1.7rem;
					letter-spacing: 0.1rem;
				}
			
				.banner_top_content > a > b span,
				.banner_top_content > b span {
					color:#f5d244;
					-webkit-animation: color_change 1s infinite alternate;
					-moz-animation: color_change 1s infinite alternate;
					-ms-animation: color_change 1s infinite alternate;
					-o-animation: color_change 1s infinite alternate;
					animation: color_change 1s infinite alternate;
				}

		#banner_top_dispo.banner_top_block{background-color: #fc0000;}

			#banner_top_dispo .banner_top_content > a {/*color:#000;*/}
			
				#banner_top_dispo .banner_top_content b > a {
					border-bottom-width:0.1rem;
					border-bottom-style:dotted;
					color:#fff;
				}
				
				#banner_top_dispo .banner_top_content > a > b ,
				#banner_top_dispo .banner_top_content > b{/*color:#000;*/}
				
				#banner_top_dispo .banner_top_content > a > b > span::after,
				#banner_top_dispo .banner_top_content > b > span::after {display: none;}
				
				#banner_top_dispo .banner_top_content > a > span,
				#banner_top_dispo .banner_top_content > span {/*color:#000;*/}



@-webkit-keyframes color_change {
	from { color:#f5d244; }
	to { color:#4bc1ec; }
}
@-moz-keyframes color_change {
	from { color:#f5d244; }
	to { color:#4bc1ec; }
}
@-ms-keyframes color_change {
	from { color:#f5d244; }
	to { color:#4bc1ec; }
}
@-o-keyframes color_change {
	from { color:#f5d244; }
	to { color:#4bc1ec; }
}
@keyframes color_change {
	from { color:#f5d244; }
	to { color:#4bc1ec; }
}



/************/

/****** LOGO ****************************************************************/

#header_cl {
    z-index: 1;
    position: relative;
    background-size: cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image:url(https://cdn1.nice.city-locker.com/img/consignes-bagages/nice-france.jpg);
    z-index: 1039;   
}

#index #header_cl {
    background-image:url(https://cdn1.nice.city-locker.com/img/consignes-bagages/nice-town.jpg);
	padding-bottom: 240px;
	background-position:50% 100%;
}


.is_sticky #header_cl,
#index.is_sticky #header_cl {
    padding-bottom: 0px;
	animation: stickAnim .3s;
	position: sticky;
	top: 0px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}





 
@keyframes stickAnim {
	0% {
		transform: translateY(-57px);
	}
	100% {
		transform: translateY(0);
	}
}




#header-desktop {
    position: relative;
    z-index: 3;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#index #header-desktop {
	padding-top: 25px;
	padding-bottom: 15px;
}




.is_sticky #header-desktop,
#index.is_sticky  #header-desktop {
    padding-top: 0px;
    padding-bottom: 0px;
	background: rgba(255, 255, 255, 1);
}


.is_sticky #header-desktop{padding-bottom: 0px;}
.is_sticky .languages_selector{margin-top: 0px;}
#index.is_sticky .languages_selector{margin-top: 12px;}

.is_sticky .carte_home{z-index: 1000;}

.is_sticky .header-languages {display:none;}



.is_sticky header-selector .languages_selector {display:none !important;}
.is_sticky  .header-top {top:0px !important;}
.is_sticky .header-menu {right: 20px !important; top:10px !important;}
.is_sticky #header-mobile-logo {display:none !important;}

.is_sticky .header-top {display:none !important;}





.wrapper-header-middle{
	display:flex;
	justify-content: flex-start;
	align-items:flex-start; 
	flex-direction:column;	 
	margin-left: 10px;
}

#index:not(.is_sticky) .wrapper-header-middle{
	justify-content: center;
	align-items:center;
	margin-left: 0px;
}


.header-top{
	z-index: 1;
	position: absolute;
	right:1.5rem;
	top:50px;
}

.header-menu{
	z-index: 1;
	position: absolute;
	right:20px;
	top:10px;
}

#index .header-menu {top: 15px;}
#index .header-top {top: 50px;}
	

.header-logo {
    z-index: 1;
    position: relative;
	margin-bottom: 9px;
	max-width: 230px;
}

#index .header-logo{max-width: 320px;}
	
.is_sticky .header-logo,
#index.is_sticky .header-logo  {max-width: 200px;}

#header-mobile-logo {
    padding-top: 20px;
    padding-bottom: 20px;
	
}

#header-mobile-logo img {max-width: 320px;}



.is_sticky #header-desktop.box-shadow,
.is_sticky #header-mobile.box-shadow{box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);}



#index .header-logo {margin: 3px 0 9px;}

.is_sticky .header-logo,
#index.is_sticky .header-logo{margin: 9px 0;}




.banniere_paris{
	z-index: 1;
	position: relative;
	background:url(https://cdn1.nice.city-locker.com/img/consignes-bagages/nice-town.jpg) 50% 50% no-repeat;
	background-size:cover;
	height:300px;
}


@media (min-width: 992px) {
	.has-sticky.menu-sticky #left-content, .has-sticky.menu-sticky #right-content{
	  top: 80px;
	}
}






#horizontal_menu .element_a_depth_0 {
	padding: 12px 2px;
	cursor: pointer;
	display: block;
	font-weight: 700;
	font-size: 1.2rem;
	color: #141414 !important;
	line-height: 1;
	position: relative;
	margin: 3px 8px;
	/*height: 36px;*/
}


#horizontal_menu .element_li_depth_0:hover {opacity:0.8;}

#horizontal_menu .element_a_depth_0.active {color: #4bc1ec !important;}

#horizontal_menu .element_li_depth_0.reservez:hover{opacity:1;}
	#horizontal_menu .element_li_depth_0.reservez a{padding: 8px 10px 7px; background-color:#f5d244;}
	#horizontal_menu .element_li_depth_0.reservez:hover a{background-color:#4bc1ec; }
	
	#horizontal_menu .element_li_depth_0.reservez .element_a_depth_0.active {color: #fff !important; background-color:#4bc1ec;  cursor:default;}

#index #horizontal_menu .element_li_depth_0.not_index{display:none;}




@media (max-width: 1199px) {
	#horizontal_menu .element_a_depth_0 {
		/*padding: 3px 20px;
		font-size: 1.6rem;*/
	}
}

/*#horizontal_menu .element_a_depth_0::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    left: 0;
    bottom: 0;
    border-left: 1px solid;
    border-bottom: 1px solid;
    opacity: 0;
}

#horizontal_menu .element_a_depth_0::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    right: 0;
    top: 0;
    border-top: 1px solid;
    border-right: 1px solid;
    opacity: 0;
}

#horizontal_menu .element_li_depth_0:hover > a::before, #horizontal_menu .element_li_depth_0:hover > a::after, #horizontal_menu .element_li_depth_0 > a.active::before, #horizontal_menu .element_li_depth_0 > a.active::after {
	opacity: 1;
	visibility: visible;
}*/

#horizontal_menu .nrt_mega_menu .element_li_depth_0 {
    margin: 0;
}

#horizontal_menu .nrt_mega_menu {
	margin: 0 auto;
	display: table;
}

#horizontal_menu .element_a_depth_0 .cate_label {
    top: -10px;
    left: 50%;
}

#horizontal_menu .element_a_depth_0 .triangle::after {
	display: none;
}

#horizontal_menu .menu_sub {
    border-top: 2px solid #141414;
}

#horizontal_menu .element_a_depth_0 .triangle::before {
	border-bottom-color: #141414;
	margin-top: 1px;
	margin-left: -6px;
	border-width: 6px;
}

#header-desktop .btn-side-bar-search{
	color: #141414;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
	font-size: 0;
	margin: 12px 0;
	display: inline-block;
	margin-right: 18px;
	position: relative;
}

#header-desktop .btn-side-bar-search i{
	font-size: 20px;
}

#header-desktop .btn-side-bar-cart{
	color: #141414;
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	width: 3.6rem;
	font-size: 0;
	margin: 1.2rem 0;
	display: inline-block;
	position: relative;
}

#header-desktop .btn-side-bar-cart i{
	font-size: 24px;
}

#header-desktop .btn-side-bar-cart i::before {
	font-family: 'Material-Design-Iconic-Font';
    content: '\f1cb';
}

#header-desktop .btn-side-bar-cart .shopping-cart-nb {
    border-radius: 100%;
    color: #fff;
    font-size: 9px;
    line-height: 17px;
    margin-right: -20px;
    min-width: 17px;
    position: absolute;
    right: 50%;
    top: -3px;
}

.header-desktop-1 #header-desktop .btn-side-bar-cart .shopping-cart-nb {
    background: #4bc1ec;
}

#header-desktop .btn-side-bar-account{
	color: #141414;
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: right;
	width: 3.6rem;
	font-size: 0;
	margin: 1.2rem 1.0rem 1.2rem 0;
	display: inline-block;
	position: relative;
}

#header-desktop .btn-side-bar-account.is_logged{
	color: rgb(75, 193, 236);
}


#header-desktop .btn-side-bar-account i{
	font-size: 24px;
}

#header-desktop .btn-side-bar-account i::before {
	font-family: 'Material-Design-Iconic-Font';
    content: '\f207';
}



/****** HEADER - MENU LANGUES ***********************************************/

#horizontal_menu .bloc_langue.element_li_depth_0:hover {opacity:1;}

.menu_langues{
	margin:0 0 0 0.8rem;
	position: relative;
	top:0.0rem;
}

	#header-mobile .menu_langues{margin:0.4rem 0 0 0;}

	.menu_langues > label {margin:0; position:relative; top:-0.1rem;}
		.menu_langues > label img{width:2.5rem; height: auto !important}
		
	.menu_langues .liste_langues {
		/*display: none;*/
		display: block;
		position: absolute;
		background: rgba(255,255,255,0.95);
		min-width: 45px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 9000;
		padding:0px 0;
		margin-top:0;
		/*right:-1.0rem;*/
		top:100%;
		left:50%;
		transform: translateX(-50%);
		text-align: center;
		opacity: 0;
  		pointer-events: none;
  		transition: opacity 0.3s ease;
	}

	.menu_langues:hover .liste_langues {
		/*display: block;*/
  		opacity: 1;
  		pointer-events: auto;
	}

		.menu_langues ul {
			display: block;
			margin-bottom:0;
			padding: 0.35rem 0 0.5rem;
		}
			.menu_langues ul li {
				display: block;
				margin:0;
				padding: 0.0rem 0rem;
			}

				.menu_langues ul a {
					padding: 0.5rem 0.5rem;
					display: block;
				}

				#header-mobile .menu_langues ul li {padding: 0.75rem 0.75rem;}

				.menu_langues .active a {cursor:default;}

					.menu_langues .active a img {
						border: 0.2rem solid #4bc1ec;
						opacity:0.7;
					}

					.menu_langues li a img {
						border: 0.1rem solid #e5e5e5;
						width:2.5rem; 
						height:auto !important;
					}

					.menu_langues li:not(.active) a:hover img {border: 0.2rem solid #4bc1ec;}


/*-------------HEADER - MENU LANGUES----------------*/


/*-------------MOBILE----------------*/

.menu-sticky-mb #header-mobile{
	position: -webkit-sticky;
	position: sticky;
	z-index: 1039;
	top: 0;
	background: #fff;
}



#header-mobile #nav-mobile {
	/*overflow: hidden;*/
	width: 100%;
	border-bottom: 1px solid #ebebeb;
}

#header-mobile #nav-mobile #nav-mobile-content{
	width: 100%;
}

#header-mobile #nav-mobile #nav-mobile-content .slick-list{
	overflow: visible;
}

#header-mobile #nav-mobile #nav-mobile-content:not(.slick-slider){
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


#header-mobile #nav-mobile #nav-mobile-content .slick-track{
	white-space: nowrap;
}

#header-mobile .btn-side-bar .js-shopping-cart-nb, #header-mobile .btn-side-bar .js-compare-nb, #header-mobile .btn-side-bar .js-wishlist-nb {
    position: absolute;
    font-size: 10px;
    top: 6px;
    background: #4bc1ec;
    min-width: 15px;
    color: #fff;
    border-radius: 100%;
    line-height: 15px;
    left: 55%;
    text-align: center;
    padding: 0 3px;
}

#header-mobile .btn-side-bar {
	outline: none;
	position: relative;
	font-size: 10px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	padding: 8px 0 6px;
	display: inline-block;
	-webkit-flex: 0 0 25.333%;
	-ms-flex: 0 0 25.333%;
	flex: 0 0 25.333%;
	width: 25.333%;	
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	margin-right: -1px;
	float: none;
	transition: width 0s ease-in-out 0s;
	-webkit-transition: width 0s ease-in-out 0s;
	-ms-transition: width 0s ease-in-out 0s;
	-moz-transition: width 0s ease-in-out 0s;
	-o-transition: width 0s ease-in-out 0s;
}

#header-mobile .is_logged .btn-side-bar {
	-webkit-flex: 0 0 19%;
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	width: 19%;
}

#header-mobile .btn-side-bar.btn-side-bar-menu,
#header-mobile .btn-side-bar.btn-side-bar-langue{
	-webkit-flex: 0 0 12%;
	-ms-flex: 0 0 12%;
	flex: 0 0 12%;
	width: 12%;
	padding: 10px 0 4px;
}


#header-mobile .btn-side-bar::after {
	/*content: attr(data-title-mobile);
	font-size: 10px;*/
	font-size: 0px;
}

#header-mobile .btn-side-bar i {
	vertical-align: 0;
	font-size: 16px;
	margin-bottom: 2px;
	width: 100%;
	display: block;
}

/*#header-mobile .btn-side-bar.reservez {background-color: #f5d244;}
#header-mobile .btn-side-bar.reservez i {color:#fff;}*/
#header-mobile .btn-side-bar.reservez i {color:#f5d244;}

/*--------------Mobile megamenu---------------*/

#mobile_menu > ul{
	margin: 0;	
}


#slide-bar-megamenu {
	background-color: rgb(75, 193, 236);
}

#slide-bar-megamenu  #menu_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    background-image: url(https://cdn3.nice.city-locker.com/img/city-locker.svg);
    width: 178px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
}


#slide-bar-megamenu  #btn_close_menu {
    position: absolute;
    top: 19px;
    right: 25px;
    font-size: 30px;
    line-height: 20px;
    cursor: pointer;
    color: #000000;
}

#slide-bar-megamenu  .sb-content {
    margin-top: 60px;
	padding-top:0px;
	border-top: 1px solid #f2f2f2;
	background-color: #f5d244;
	
}



#mobile_menu .mo_element_li_depth_0, #mobile_menu .mo_sub_li {
	padding-left: 10px;
    display: block;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

#mobile_menu .mo_sub_li.style_content {
	padding-top: 12px;
	padding-bottom: 12px;
}

#mobile_menu .mo_element_li_depth_0.active .mo_sub_ul:last-child > .mo_sub_li:last-child, #mobile_menu .mo_sub_li.active .mo_sub_ul:last-child > .mo_sub_li:last-child {
    border-bottom: none;
}

#mobile_menu .mo_element_a_depth_0{
	font-weight: 700;
}

#mobile_menu .mo_element_li_depth_0:hover a {
	opacity:0.8;
	color: #fff !important;
}

#mobile_menu .mo_element_a_depth_0.active {
	color: #fff !important;
}


#mobile_menu .mo_element_a_depth_0, 
#mobile_menu .mo_sub_a {
    display: block;
    padding: 6px 0 5px;
    z-index: 2;
    position: relative;
    margin-right: 10px;
	font-size: 1.3rem;
}

#mobile_menu .reservez .mo_element_a_depth_0, 
#mobile_menu .reservez .mo_sub_a {
    padding-top: 12px;
	padding-bottom: 10px;
	font-size: 1.6rem;
	line-height:1.2;
}

#mobile_menu .opener {
	position: absolute;
	z-index: 1;
	left: auto;
	right: -10px;
	top: 1px;
	bottom: 1px;
	padding: 0;
	width: auto;
	background-color: transparent;
	cursor: pointer;
}

#mobile_menu .opener .minus_sign {
    display: none;
}

#mobile_menu .active > .menu_a_wrap .opener .plus_sign{
    display: none;
}

#mobile_menu .active > .menu_a_wrap .opener .minus_sign{
    display: inline-block;
}

#mobile_menu .opener i {
    display: block;
    text-align: center;
    width: 50px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
	color: #141414;
}

#mobile_menu .menu_a_wrap {
    position: relative;
}

#mobile_menu .mo_element_li_depth_0 {
	padding-right: 0px;
}

#mobile_menu .mo_element_li_depth_0, .mo_sub_li {
    display: block;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #f2f2f2;
}

#mobile_menu i.list_arrow {
    display: inline-block;
    padding-right: 8px;
    width: 18px;
	margin-right: 4px;
	font-size: inherit;
	vertical-align: 0;
	
}

#mobile_menu .mo_element_a_depth_0 i{
	margin-right: 2px;
	text-align: left;
	font-size: inherit;
	vertical-align: 0;
	width: 15px;
    font-size: 90%;
    top: -0.1rem;
    position: relative;
}

#mobile_menu .mo_element_a_depth_0 i.icon-home{
	margin-right: 0 !important;
}

#mobile_menu .mo_sub_ul i:not(.list_arrow):not(.zmdi) {
	margin-right: 4px;
	font-size: inherit;
	vertical-align: 0;
	width: 18px;
}

#mobile_menu .mo_element_a_depth_0 .cate_label, #mobile_menu .mo_sub_a .cate_label, #mobile_menu .menu_sub .cate_label {
    margin-left: 7px;
}

#mobile_menu .cate_label {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-transform: none;
    line-height: 16px;
    padding: 0 3px;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
    border-color: transparent;
	vertical-align: middle;
}

#mobile_menu .cate_label::before {
	content: '';
	display: block;
	border: 3px solid transparent;
	border-right-color: inherit;
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -3px;
}

#mobile_menu .mo_element_a_depth_0 {
    text-transform: uppercase;
}



/*--------------------------------------------------------*/

.slide-bar {
	position: fixed;
	width: 280px;
	height: 100%;
	top: 0;
	background-color: #4bc1ec;
	overflow: auto;
	z-index: 10050;
	color:#fff;
}

.slide-bar.slide-bar-account.not_logged,
.slide-bar.slide-bar-shopping-cart {
	background-color: #fff;
	color:#000;
}


.slide-bar-right {
    left: auto;
    right: 0;
	transform: translate(280px, 0);
	-webkit-transform: translate(280px, 0);
	-ms-transform: translate(280px, 0);
}

.slide-bar-left {
    left: 0;
    right: auto;
	transform: translate(-280px, 0);
	-webkit-transform: translate(-280px, 0);
	-ms-transform: translate(-280px, 0);
}

body.slide-bar-open-right .slide-bar-right.open {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

body.slide-bar-open-left .slide-bar-left.open {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

body.slide-bar-open-right .slide-bar-right.open, body.slide-bar-open-left .slide-bar-left.open {
    -moz-transition: transform 300ms ease-in-out;
    -webkit-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
}

body.slide-bar-open-right, body.slide-bar-open-left{
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

body.slide-bar-close-right .slide-bar-right.open {
	transform: translate(280px, 0);
	-webkit-transform: translate(280px, 0);
	-ms-transform: translate(280px, 0);
}

body.slide-bar-close-left .slide-bar-left.open {
	transform: translate(-280px, 0);
	-webkit-transform: translate(-280px, 0);
	-ms-transform: translate(-280px, 0);
}


body.slide-bar-close-right .slide-bar-right.open, body.slide-bar-close-left .slide-bar-left.open {
    -moz-transition: transform 300ms ease-in-out;
    -webkit-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
}

body.slide-bar-close-right, body.slide-bar-close-left{
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.slide-bar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20,20,20,0.5);
    visibility: hidden;
    z-index: 1040;
    opacity: 0;
}

.slide-bar-close-right .slide-bar-backdrop, .slide-bar-close-left .slide-bar-backdrop {
    visibility: visible;
    opacity: 0;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: opacity ease 300ms;
    -webkit-transition: opacity ease 300ms;
    -o-transition: opacity ease 300ms;
    transition: opacity ease 300ms;
}

.slide-bar-open-right .slide-bar-backdrop, .slide-bar-open-left .slide-bar-backdrop {
    visibility: visible;
    opacity: 1;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: opacity ease 300ms;
    -webkit-transition: opacity ease 300ms;
    -o-transition: opacity ease 300ms;
    transition: opacity ease 300ms;
}



.dropdown{
	color: inherit;
}

.slide-bar-account .btn{
	margin-top: 25px;
}

.slide-bar-account .sb-content {
	padding: 10px 20px;
}

.slide-bar-account .sb-item{
	margin-left: 50px;
	color: #fff;
	clear: both;
	cursor: pointer;
	display: block;
	padding: 5px 0;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}


.slide-bar.slide-bar-account.not_logged .sb-item,
.slide-bar.slide-bar-shopping-cart .sb-item{
	color:#000;
}



.slide-bar-account .sb-item:hover {
    color: #000;
}

.slide-bar-account .sb-item > span{
	vertical-align: middle;
}

.slide-bar-account .sb-item i.fa{
	font-size: 14px;
}

.slide-bar-account .sb-item i{
	font-size: 16px;
    width: 18px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

.slide-bar-account .sb-item img{
    width: 14px;
    margin-left: 2px;
	height: auto;
	margin-right: 10px;
}

.slide-bar-account .dropdown .sb-item {
	margin-bottom: 5px;
	position: relative;
}

.slide-bar-account .dropdown .sb-item::before {
	content: '';
	position: absolute;
	height: 1px;
	left: 28px;
	right: 0;
	bottom: 0;
	background: #bdbdbd;
}

.slide-bar-account .dropdown .sb-item::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 12px;
	border-top: 4px solid #9c9c9c;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.slide-bar-account .dropdown-menu {
	border: none;
	padding: 0;
	position: relative;
	width: 100%;
	float: none;
	background: none;
	margin: 0 !important;
	left: auto;
	top: auto;
	min-width: auto;
	padding-left: 28px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.slide-bar-account .dropdown-menu li a{
	font-size: 1.2rem;
	text-transform: uppercase;
	display: block;
	padding: 5px 0;
}

.slide-bar-account .dropdown-menu li a img{
	width: 12px;
	height: auto;
	margin-right: 5px;
	vertical-align: 1px;
}

.slide-bar-account .sb-account-info {
	display: block;
	border-bottom: 1px solid #fff;
    margin: 0 15% 20px;
}

.slide-bar-account .sb-account-info p{
	margin-bottom: 25px;
}

.slide-bar-account .sb-account-info p:first-child a{
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #fff;
	display: table;
	margin: 0 auto;
	font-weight: 700;
}

.slide-bar-account .sb-account-info p:first-child a:hover{color: #000;}

.slide-bar-account.not_logged a{color: #4bc1ec;}
.slide-bar-account a:hover{color: #000;}

.slide-bar-account .sb-account-info p:first-child a i{
	font-size: 90px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.slide-bar-account .sb-account-info p:last-child a{
	display: table;
	margin: 0 auto;
	text-transform:lowercase;
	font-weight: 500;
	font-size:1.3rem;
}





/*--------------------breadcrumd--------------------*/

#breadcrumb {
	background: #f7f7f7;
}

#breadcrumb:not(.no-box-shadow) {
	box-shadow: 0 15px 15px -15px rgba(0,0,0,0.07) inset;
}

#breadcrumb .container {
    position: relative;
    font-size: 0;
}

#breadcrumb li:last-child::after {
    display: none;
}

#breadcrumb li a {
	font-weight: 400;
	font-size: 0;
	float: left;
	line-height: 20px;
}

#breadcrumb li a:not(:hover) {
    color: #a8a8a8;
}

#breadcrumb li a span {
	font-size: 14px;
	display: block;
}

#breadcrumb ol {
    margin: 0;
    padding: 10px 0;
}

#breadcrumb .page_titre + ol {
    padding-top:10px;
}

#breadcrumb li {
    display: inline-block;
}

#breadcrumb li::after {
	font-family: FontAwesome;
    content:"\f105";
	font-size: 13px;
	margin: 0 10px;
	float: left;
	line-height: 20px;
    color: #a8a8a8;
}

#breadcrumb li a i {
    font-size: 14px;
    line-height: 19px;
    float: left;
}



/************/



/****** LANGUAGES ****************************************************************/

.languages_selector {
    position: relative;
    margin: 25px 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}




#index .languages_selector{
	justify-content: center;
	align-items:center; 
	margin-bottom:12px;
}

.languages_selector li{
    padding : 0px 5px 4px;
	margin : 0 10px 0 0;
	opacity:0.85;
	position: relative;
	line-height: 13px;
	/*border: 1px solid transparent;*/
}


.footer-languages .languages_selector li{padding : 0px 0px 0px !important; margin : 0 5px 0 5px !important; text-align:center !important;}
.footer-languages .languages_selector li a{padding : 0 5px !important; margin : 0 5px !important; text-align:center !important;}

.languages_selector li img {
    width: 16px;
    height: auto !important;
}

#index .languages_selector li {padding: 3px 3px 3px; margin: 0 6px;}

#index .languages_selector li img {width: 20px;}





.languages_selector li:hover,
.languages_selector li.current{opacity:1;}

/*.languages_selector li.current img{border: 1px solid #fff;}*/

.header-languages .languages_selector li.current::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    bottom: 0;
    border-left: 1px solid;
    border-bottom: 1px solid;
    opacity: 1;
}

.header-languages .languages_selector li.current::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    right: 0;
    top: 0;
    border-top: 1px solid;
    border-right: 1px solid;
    opacity: 1;
}



.languages_selector li.current a{cursor:default;}

.footer-languages .languages_selector li.current a{color:#4bc1ec !important;}


/************/




/****** HOME / ACCUEIL ****************************************************************/



#bloc_index_top{
	padding-top: 350px;
	padding-bottom: 60px;
	margin-bottom: 100px;
	background-color: rgb(75, 193, 236);
}

	#bloc_index_top.carte_carre {
		padding-top: 400px;
	}
	

.carte_home{
    left: 50%;
    position: absolute;
    text-align: center;
	border:1px solid #000;
	/*padding: 30px;*/
    background-color: #fff;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index:2000;
	top: 40px;
	width: 800px;
	height: 525px;	
}

	.carte_carre .carte_home{
		top: 60px;
		width: 566px;
		height: 566px;	
	}

.carte_home .bg_carte{
	-webkit-filter: grayscale(30%);
    filter: grayscale(30%);
	opacity: 0.75;
	
}

.carte_home .consigne {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	display:none;
}


.carte_home .consigne{
	position: absolute; 
	margin-top : -48px;
	margin-right : -40px;
	opacity:0.9;
	width: 80px;
}

.carte_home .consigne img{width: 66px;}


.carte_home .consigne:hover{opacity:0.9;}

.carte_home .consigne em{
	display: block;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    margin-top: 1.2rem;
	color:#000 !important;
	font-style:normal;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
	
	.carte_home #pointer_garibaldi.consigne em{
		width:13rem;
		text-align: left;
		top: 82%;
		left: 86%;
		position:absolute;
		margin-top: 0;
	}

.carte_home .consigne:hover em{
	 font-weight:700;
	 transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}




.pulse {
	background: rgba(0,0,0,0.2);
	border-radius: 50%;
	height: 14px;
	width: 14px;
	position: absolute;
	left: 50%;
	top: 35px;
	margin: 18px 0px 0px -7px;
	-webkit-transform: rotateX(55deg);
	-moz-transform: rotateX(55deg);
	-o-transform: rotateX(55deg);
	-ms-transform: rotateX(55deg);
	transform: rotateX(55deg);
	z-index: -2;
}
.pulse:after {
	content: "";
	border-radius: 50%;
	height: 30px;
	width: 30px;
	position: absolute;
	margin: -8px 0 0 -15px;
	-webkit-animation: pulsate 1s ease-out;
	-moz-animation: pulsate 1s ease-out;
	-o-animation: pulsate 1s ease-out;
	-ms-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-box-shadow: 0 0 1px 2px #fe0000;
	box-shadow: 0 0 1px 2px #fe0000;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.1s;
}




/* Bounce In */
.hvr-bounce-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0) translateY(0px);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-in:hover, 
.hvr-bounce-in:focus, 
.hvr-bounce-in:active {
	-webkit-transform: scale(1.3) translateY(-6px);
	transform: scale(1.3) translateY(-6px);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}






/*#instructions{
	position: absolute;
	text-align:left;
    z-index: 100000000;
    top: 10px;
    left: 30px;
    color: #fe0000 !important;
	display:none;
}*/


.carte_home #pointer_garibaldi{right: 36.3%;top: 52.8%;}

#indroduction{
	position:relative;
	text-align:center !important;
	paddding: 0px 5% 30px;
	color:#fff;
}



#indroduction h1{font-size: 3.5rem;margin-bottom: 5px;}
#indroduction p{font-size: 2.0rem; margin: 0 15% 2rem; line-height:1.4}
	#indroduction p.commentaire{font-size: inherit; margin-bottom:0; font-style:italic;}
#indroduction a{margin-top:50px}

#etapes{
	position:relative;
	align-items: flex-start;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: 120px 0% 0px;
	color:#fff;
}

#etapes .etape{
	padding: 0 3%;
	align-items: flex-start;
	justify-content: center;
	display: flex;
	flex-basis: 24%;
}

/*#etapes .etape:nth-child(2){
	flex-basis: 28%;
}*/




#etapes .etape img{margin-right: 25px; width: 25%;}
#etapes .etape div{}

#etapes .etape h2 {
    font-size: 1.8rem;
    margin: 5px 0 0px;
}


#etapes .etape h3{
	display:block;
	color: #fff;
    font-style: normal;
    font-weight: 700;
	text-transform:uppercase;
	font-size:1.3rem;
	letter-spacing:0.05rem;
}


#etapes .etape p{
	margin: 0;
	font-size: 1.5rem;
}




.home_round{
	position: absolute;
	top:120px;
	left:0px;
	width:18.5%;
	width:calc((100vw - 802px - 10px) / 2);
	text-align:center;
	padding:0 30px;
}
	
	.carte_carre .home_round{
		width:18.5%;
		width:calc((100vw - 568px - 10px) / 2);
	}

.home_round h2{font-size: 2.5rem; line-height:1.2}
.home_round h3{font-size: 1.6rem;font-weight:400;}

#round_right.home_round{
	right:0px;
	left:auto;
}

.home_round *{
	color:#fff !important;
}










#bloc-home-1{ padding-right: 200px; margin-bottom: 30px; }
#bloc-home-2{ padding-right: 100px; margin-top: 330px; margin-bottom: 30px; }
#bloc-home-3{ padding-right: 100px; margin-top: 70px; }
#bloc-home-4{ padding-left: 50px; padding-right: 100px; margin-top: 150px; }



.bn-custom{display: inline-block;}

	.bn-custom .wrapper-img{
		position: relative;
		display: inline-block;
		color: #000;
	}

	.bn-custom span {
		font-size: 2rem;
		display: block;
		text-align: center;
		line-height: 1.8;
		position: absolute;
		left: 100%;
		margin-left: -50px;
		top: 103px;
		/*white-space: nowrap;*/
	}
	
		.bn-custom span strong{
			display: table;
			position: relative;
			font-size: 3rem;
			line-height: 1.4;
			padding-left: 5.1rem;
			
		}
	
		.bn-custom span em{display: table; margin-top:0.5rem; font-style:normal; width:100%;}
		
		.bn-custom p strong{
			display: block;
			position: relative;
			font-size: 3rem;
			line-height: 1.8;
		}
	
	
	.bn-custom.bn-custom-1 span{margin-left: 10px;top: 53px;}
	.bn-custom.bn-custom-2 span{top: 94px;}
	
	.bn-custom.bn-custom-3 span{
		color: #000000;
		max-width: 470px;
		margin-bottom: 0;
		margin-top: 60px;
		position:relative;
		top:auto;
		left:auto;
		margin-left:0;
		text-align:left;
	}
	
	.bn-custom.bn-custom-4 span {margin-left: 10px; top: 5.3rem;}
	
	
	.bn-custom.bn-custom-1 span strong,
	.bn-custom.bn-custom-1 span em{padding-left: 5.1rem;}
	
	.bn-custom.bn-custom-2 span strong,
	.bn-custom.bn-custom-2 span em{padding-left: 2.7rem;}
	
	.bn-custom.bn-custom-3 span strong{padding-left: 0; margin-bottom:1rem;}
	.bn-custom.bn-custom-3 span em{padding-left: 0;}
	
	.bn-custom.bn-custom-4 span strong,
	.bn-custom.bn-custom-4 span em{padding-left: 2.5rem;}

	.bn-custom span strong::before{
		content: '';
		width: 7rem;
		height: 0.2rem;
		background: #000;
		position: absolute;
		left: -2.3rem;
		top: 50%;
		margin-top: -0.1rem;
	}
	
	.bn-custom.bn-custom-1 span strong::before{width: 7rem;left: -3.3rem;}
	.bn-custom.bn-custom-2 span strong::before{width: 3rem;	}
	.bn-custom.bn-custom-3 span strong::before{width:0;}
	.bn-custom.bn-custom-4 span strong::before{width: 4rem;left: -3rem;}

	.bn-custom p{
		font-size: 2rem;
		line-height: 1.8;
		color: #000000;
		max-width: 47rem;
		margin-bottom: 0;
		margin-top: 6rem;
	}

	.bn-custom a:not(.wrapper-img){
		/*font-size: 1.4rem;
		line-height: 1.8;
		border-bottom: 0.2rem solid;
		text-transform: uppercase;
		letter-spacing: 0.28rem;
		font-weight: 700;*/
		margin-top: 4.5rem;
		display: table;
	}
	
		.bn-custom a:not(.wrapper-img):not(:hover){color: #000;}


.texte_home{
	margin-top:11rem;
}
	.texte_home p{
		text-align:justify;
	}



#avis {
    padding-top: 100px;
    padding-bottom: 50px;
    margin-top: 100px;
    margin-bottom: 50px;
	background-color: rgb(255, 255, 255); 
}

#avis,
#product #avis {
	background-color: rgb(236, 236, 237); 
	margin-top: 100px;
	padding-top: 50px;
}

/* SAG Societe des avis garantis */
.categoryStarsMain{
	display:flex;
	justify-content: flex-start;
	margin: 2px auto 10px;
	zoom: 0.75;
}
	.right-product-2 .categoryStarsMain{justify-content: flex-end;}
	
	.categoryStarsMain a{
		display:flex;
	}

	.categoryStars{
		height: auto;
    	margin-bottom: 0;
	}
		.categoryStarsStr{
			margin-left:0.75rem;
			font-size:1.5rem; 
			font-weight: 500;
			line-height: 3rem;
		}

#agWidgetH.inline {
    max-width: 100% !important;
}
		
	#agWidgetH.inline p {
		font-size: 1.3rem !important;
		padding-top: 0.2rem !important;
	}
	
.rad {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#agWidgetMain .reviewTxt p > span {
    color:#545557;
	font-size:1.1rem;
}

/**********************/

#cavis_contener.row-item {margin-left: -15px;margin-right: -15px;}
#avis_contener .item {padding-left: 15px;padding-right: 15px;}
/*#avis_contener.border-wrapper .wrapper-owl {padding: 30px;} */


.testimonial-type-4 .item .item-inner {
    margin-bottom: 30px;
}

.testimonial-type-4 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.testimonial-type-4 .content_test_box {
    text-align: center;
    padding-top: 7px;
    max-width: 630px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.testimonial-type-4 .des_stars {
    color: #f5db00;
    margin: 10px auto 10px;
}

.testimonial-type-4 .des_testimonial {
    color: #666;
    font-size: 1.6rem;
    line-height: 3rem;
    padding-bottom: 30px;
}

.testimonial-type-4 .content_test_box .wrapper-img {
    width: 130px;
    border-radius: 100%;
    margin-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}

.testimonial-type-4 p.des_namepost {
    text-transform: capitalize;
    margin: 0;
    color: #000;
    font-size: 1.6rem;
}

.testimonial-type-4 p.des_namepost b {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.8px;
    font-size: 1.4rem;
	margin-bottom: 2px;
}

.testimonial-type-4 p.des_namepost i {
    display: block;
    font-size: 1.2rem;
	margin-top: 10px;
}

.testimonial-type-4 p.des_company{
	margin:0;	
}

.testimonial-type-4 .line-blog-home{
	height: 20px;
	width: 1px;
	background: #b33a3a;
	display: table;
	margin: 12px auto;
}





#trusties {
    margin-top: 100px;
    margin-bottom: 50px;
}

#trusties .partners {
	display:flex;
	justify-content: center;
	align-items:center; 
	margin:40px 2%;
	flex-wrap: wrap;
}


#trusties .partners .partner {
	flex: 0 0 22%; 
	padding: 30px 30px;
	text-align:center;
}


#product #trusties {
    margin-top: 50px;
}


/***************/


/****** CATEGORIE ****************************************************************/


.page-title {
    margin-bottom: 10px;
}

.category-description{
    margin-bottom: 30px;
}
	.category-description h2{
		margin: 1rem 0 0rem;
	}


	.category-description p {
		/*line-height: 2.2rem;*/
		margin-bottom: 0rem;
		text-align: justify;
		font-size: 1.4rem;
	}
	
	.category-description p:last-child {
		margin-bottom: 0;
	}



.item-product-list {
	border-top: 1px solid #e9e7e7;
	padding-top: 30px;
	margin-bottom: 30px;
}


.item-product-list .left-product {
	width: 20%;
}

.item-product-list .right-product {
	width: 80%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-left: 40px;
}


.item-product-list .right-product-1 {
	width: 75%;
	
}

.item-product-list .right-product-2 {
	width: 25%;
	text-align: right;
	padding-left: 20px;
}

.right-product-1 .promo_jours {margin-top:5px; text-align:left;}

.right-product-2 .promo_jours {margin-top:30px; text-align:right;}

.item-product-list .right-product-1 .av_category_stars {
	justify-content: flex-start;
	width:auto;
}

.item-product-list .right-product-2 .av_category_stars {
	justify-content: flex-end;
    text-align: right !important;
	width:auto;
}


	.item-product-list .right-product-2 .book_now {
		padding: 8px 20px 7px;
		font-size: 1.0em;
	}


.item-product-list .product_name {
    margin-bottom: 15px;
    margin-top: 5px;
}

	.item-product-list .product_name a{
		/*font-size: 3rem;
		font-weight: 500;*/
	}
		.item-product-list .product_name sup,
		.page_titre sup{
			font-size: 60%;
			font-weight: 700;
			text-transform:uppercase;
			color:#f8a998;
			margin-left:0.5rem;
		}


.decriptions-short ul {margin-left: 0px; margin-bottom:0}

.item-images a:hover{opacity:0.85;}

.decriptions-short li:before,
.product-description-short-detail li:before,
.horaires:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	margin-right:10px;
}

.decriptions-short li:before, .product-description-short-detail li:before{content: "\f041";} /* Adress */

.decriptions-short li:nth-child(3):before, .product-description-short-detail li:nth-child(3):before,
.decriptions-short li:nth-child(6):before, .product-description-short-detail li:nth-child(6):before {content: "\f239";} /* Metro */

.decriptions-short li:nth-child(4):before, .product-description-short-detail li:nth-child(4):before {content: "\f276";} /* Close by */

.decriptions-short li:nth-child(5):before, .product-description-short-detail li:nth-child(5):before {content: "\f018";} /* Road */

.decriptions-short li:nth-child(7):before, .product-description-short-detail li:nth-child(7):before{content: "\f207";} /* Bus */




.decriptions-short li:nth-child(2):before,
.product-description-short-detail li:nth-child(2):before,
.horaires:before {content: "\f017";}  /* Horaires */


.horaires:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	margin-right:10px;
}


li .tl,
li .bl{
	background-color:#575756;
	/*color:#fff;
	margin: 0 0.2rem;
	height:1.465rem;
	line-height:1.465rem;
	width:4.383rem;
	text-align:center;
	display:inline-block;
	font-weight:700 !important;
	font-size: 1.2rem;
	position:relative;
	top:-0.2rem;
	text-transform:uppercase;*/
	position:relative;
	display:inline-flex;
	text-decoration: none;
    border-radius: 1.5rem;
    background-color: #000;
    position: relative;
	padding: 0.3rem 0.5rem 0.3rem 1rem;
	line-height:1;
	vertical-align:middle;
	margin-bottom: 0.7rem;
	    
}
	li .tl b,
	li .bl b{
		position: relative;
		display: block;
		color: #212529;
		font-size: 1.4rem;
		line-height: 1.33333;
		font-weight: 600;
		min-width: 3rem;
		padding: 0rem 0.5rem 0rem;
		border-radius: 1.4rem;
		background-color: #fff;
		text-align: center;
		line-height: 2.2rem;
		vertical-align: middle;
	}
	
	li .tl::before,
	li .bl::before{
		content:"";
		display:block;
		height: 1.4em;
		line-height: 1.4rem;
		width: 1.4rem;
		margin-right: 0.6rem;
		background-size:contain; 
		color:transparent;
		background-position:50% 50%;
		background-repeat:no-repeat;
	}
	
	li .tl::before{background-image:url(/img/nice/transports/tramway.svg);}
	li .bl::before{background-image:url(/img/nice/transports/bus.svg);}



.tl_1{color: rgb(255, 0, 0);}
.tl_2{color: rgb(0, 79, 159);}
.tl_3{color: rgb(0, 133, 62);}

li .tl.tl_1{background-color: rgb(255, 0, 0);}
li .tl.tl_2{background-color: rgb(0, 79, 159);} li .tl.tl_2::before{background-image:url(/img/nice/transports/tramway-blanc.svg);}
li .tl.tl_3{background-color: rgb(0, 133, 62);} li .tl.tl_3::before{background-image:url(/img/nice/transports/tramway-blanc.svg);}

li .bl_7{background-color: rgb(168, 77, 151);} li .bl.bl_7::before{background-image:url(/img/nice/transports/bus-blanc.svg);}
li .bl_8{background-color: rgb(255, 221, 0);}
li .bl_12{background-color: rgb(186, 78, 151)}
li .bl_15{background-color: rgb(0, 167, 93);}
li .bl_19{background-color: rgb(168, 77, 151);} li .bl.bl_19::before{background-image:url(/img/nice/transports/bus-blanc.svg);}
li .bl_30{background-color: rgb(70, 132, 187);}
li .bl_32{background-color: rgb(236, 102, 8);}
li .bl_33{background-color: rgb(63, 142, 41);}
li .bl_38{background-color: rgb(244, 152, 85);}
li .bl_57{background-color: rgb(0, 79, 159);} li .bl.bl_57::before{background-image:url(/img/nice/transports/bus-blanc.svg);}
li .bl_70{background-color: rgb(205, 146, 24);}
li .bl_82{background-color: rgb(147, 96, 55);} li .bl.bl_82::before{background-image:url(/img/nice/transports/bus-blanc.svg);}
li .bl_602{background-color: rgb(228, 127, 11);}
li .bl_607{background-color: rgb(228, 127, 11);}
	



.decriptions-short li,
.product-description-short-detail li,
.horaires {
    /*line-height: 22px;
	font-size: 14px;*/
	text-align: left;
    margin: 0;
	padding: 7px 5px;
	font-weight: 300;
   /* list-style-type: square;*/
}

.decriptions-short li span,
.product-description-short-detail li span,
.horaires span{font-weight: 400;}

/*.horaires{
	text-align: left;
    margin: 0;
	padding: 5px 3px;
}
.horaires i{top: -1px;position: relative;}
.horaires span{margin-left:10px;font-weight: 500;}*/


.item-product-list .product-price-and-shipping {
    float: none;
    font-size: 0;
    margin-bottom: 15px;
    margin-top: 0;
}



.item-product-list .product-price-and-shipping > span {font-size: 2rem;margin-right: 7px; line-height:1.2}
.item-product-list .product-price-and-shipping > span strong {font-size: 2.6rem;}

.item-product-list .product-price-and-shipping .btn-primary {font-size: 3rem;}


.product-price-and-shipping .bloc_a_partir{color: #a8a8a8;}

	.product-price-and-shipping .bloc_a_partir strong{color: #4bc1ec;}

	.product-price-and-shipping .bloc_a_partir em{
		font-style: normal;
		color: #141414;
		font-weight:700;
	}



/*------------------product-type-3----------------------------*/

.product-type-3 .container-infinite{
	margin-bottom: -30px;
}

.product-type-3 .item .item-inner {
    margin-bottom: 30px;
}

.product-type-3 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.product-type-3 .item-inner .left-product {
    position: relative;
}

.product-type-3 .item-inner .price-countdown-wrapper{
    position: absolute;
    bottom: 5px;
    left: 6px;
    right: 6px;
    text-align: center;
	z-index: 1;
	font-size: 0;
}

.product-type-3 .item-inner .price-countdown-title {
	display: none;
}

.product-type-3 .comments_note {
    margin-bottom: 10px;
}


.product-type-3 .item-inner .star {
    font-size: 12px;
    line-height: 12px;
}


.product-type-3 .item-inner .product_name {
    font-size: 1.8rem;
    text-transform: capitalize;
    font-weight: 500;
}

.product-type-3 .item-inner .price {
	font-weight: 500;
    color: #4bc1ec;
	font-size: 1.2rem;
}

.product-type-3 .item-inner .price strong {font-size: 1.6rem;}




.product-type-3 .item-inner .regular-price {
    font-size: 1.4rem;
	font-weight: 500;
}

.product-type-3 .item-inner .product-price-and-shipping span:not(:last-child) {
    margin-right: 8px;
}


.product-type-3 .item-inner .left-product > a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.product-type-3 .item-inner:hover .left-product > a::before {
	opacity: 1;
}

.product-type-3 .item-inner .button-action-product{
	font-size: 0;
	margin: 0 -5px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 2;
	height: 0;
	margin-top: -22px;
}

.product-type-3 .item-inner .button-action{
	background: #ffffff;
	font-size: 14px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	color: #999999;
	margin: 5px;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.product-type-3 .item-inner:hover .button-action {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

.product-type-3 .item-inner .button-action i{
	vertical-align: 0;
}

.product-type-3 .item-inner .button-action.js-compare:not(.checked) i::before{
	content: "\f079";
}

.product-type-3 .item-inner .button-action.quick-view:not(.add-to-cart) i::before{
	content: "\f002";
}

.product-type-3 .item-inner .button-action:hover{
	background: #4bc1ec;
	color: #ffffff;
}

.product-type-3 .item-inner .right-product{
	text-align: center;
}

.product-type-3 .item-inner .left-product{
	margin-bottom: 12px;
}

.product-type-3 .item-inner .product_name{
	margin-bottom: 9px;
}

.product-type-3 .has-second-img .img-loader:last-child{
	opacity: 0;
}

.product-type-3 .item .item-inner:hover .has-second-img .img-loader:last-child{
    opacity: 1;
}

.product-type-3 .item .item-inner:hover .has-second-img .img-loader:first-child{
    opacity: 0;
}

@media (max-width: 575px){
	.product-type-3 .item-inner .button-action-product {
		margin: 0 -3px;
		margin-top: -18px;
	}
	.product-type-3 .item-inner .button-action {
		font-size: 12px;
		width: 30px;
		line-height: 30px;
		margin: 3px;
	}
	.product-type-3 .variant-links-list a {
		width: 18px;
		height: 18px;
	}
}

.product-type-3 .variant-links-list {
	position: absolute;
    bottom: 5px;
	left: 0.5rem;
	right: 0;
	text-align: center;
	z-index: 2;
	font-size: 0;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}

.product-type-3 .item .item-inner:hover .variant-links-list{
	opacity: 1;
}

.product-type-3 .variant-links-list a{
	border: none !important;
}


.boutique_disabled{
	text-align:center;
	font-size:140%;
	color: #fff;
	font-weight:500;
	margin-bottom:3rem;
	line-height: 1.3;
	background-color:#f8a998;
	padding : 2rem;
}

	.boutique_disabled p{
		margin-bottom:0rem;
	}

	.boutique_disabled .rose{
		font-weight:700;
		margin-bottom:2rem;
		line-height: 1.1;
	}
	
	.boutique_disabled .lien{
		font-size: 70%;
		padding-top:2rem;
		line-height: 1.6;
	}


/****** PRODUIT *********************/


/****** PRODUIT ****************************************************************/

#product #breadcrumb{padding: 1.5rem 0 1.5rem;}
#product #breadcrumb ol {padding-bottom: 0;}
	.page_titre{
		padding: 0px 0 0;
		margin : 0;
	}
		.page_titre small.picto{
			font-size:66%;
			top:-4px;
			position:relative;
		}
		.page_titre .product_stars {
			color: #f5db00;
			font-size:16px;
		}

			.page_titre .product_stars span {
				font-size:13px;
				margin-left:10px;
			}

.col-product-titre{
	display: flex;
	align-items: center;
	justify-content:flex-start;
	height: 100%;
}

.col-product-price{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

	.boutique_accroche{
		padding : 0 0 0rem;
	}
		
		.boutique_accroche .bloc_a_partir{
			font-size: 3rem;
			line-height: 1.2;
			color: #a8a8a8;
			margin: 0 0 0.5rem 0.2rem;
			text-align:center;
		}
			.bloc_prix_casier{white-space: nowrap;}

				.boutique_accroche .bloc_a_partir strong {
					font-size: 4rem;
					color: #4bc1ec;
				}

				.boutique_accroche .bloc_a_partir em{
					font-style: normal;
					color: #141414;
					font-weight:700;
				}

		.boutique_accroche .bloc_reduction{
			font-size: 1.2rem;
			line-height: 1.2;
			font-weight:500;
			color: #f8a998;
			padding: 0 15%;
			text-align:center;
		}
			.boutique_accroche .bloc_reduction small {
				color: #a8a8a8;
				font-size: 1.1rem;
				font-style: italic;
				font-weight:400;
			}

		.boutique_accroche .bloc_bagages{
			display:flex;
			justify-content: center;
			align-items: center;
			gap:1rem;
			flex-wrap: wrap;
			font-size: 1.4rem;
			line-height: 1;
			font-weight: 700;
			margin: 1.5rem 0 0;
			text-align:center;
		}
			.boutique_accroche .bloc_bagages img{max-width:2.5rem; margin-top:-0.3rem;}

			.boutique_accroche .bloc_bagages strong span {color: #141414;}



.name_detail {
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: #21293c;
	text-align:center;
}


.bloc_produit_droite{}

	.bloc_description{
		display: block;
		clear: both;
		border-top: 0.1rem solid #e9e7e7;
		padding: 2.0rem 0;
	}

	#product-description-short,
	.product-information {
		color: #666666;
		font-size: 1.6rem;
		margin: 0;	
	}
		.product-description-short-detail p{margin-bottom: 10px;}

		.product-description-short-detail ul {margin-bottom:0;}


	.dimensions_bagages{
		text-align:center;
		padding:3rem 0;
		border-top: 1px solid #e9e7e7;
		position:relative;
	}

		.dimensions_bagages p{
			font-size: 1.4rem;
			margin:2rem 10% 0rem;
		}

		.dimensions_fichier{
			margin-top:2rem;
		}


	.dimensions_video{
		background-color: #fff !important;
		display: flex;
  		justify-content: center; 
		padding: 0;
 		margin: 1rem auto 2rem;
		width:100%;
		max-width: 500px;
	}

		.dimensions_video_inner {
			position: relative;
			width: 100%;
			max-width: 500px;
			margin: 0 auto;
			padding-top: 90.909%; /* (1080 / 1188) × 100 ≈ 90.909% pour ton ratio */
			aspect-ratio: 1188 / 1080; /* modern fallback */
			overflow: hidden;
  			background-color: #fff; /* si iframe laisse apparaître le fond */	
			transform: translateZ(0) scale(1.0001); /* Fix affichage lignes 1px sur certains navigateurs à cause d'arrondis sous-pixel */
		}

			.dimensions_video_inner iframe{
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border: none;
				background-color: #fff !important;
				outline: 0 !important;
				box-sizing: border-box;
				transform: translateZ(0); /* Fix affichage lignes 1px sur certains navigateurs à cause d'arrondis sous-pixel */
			}



.produit_type_KEY .col-product-image{
	flex-direction: column-reverse;
    display: flex;
}




.made_in_france{
	text-align:center;
	margin:5rem auto 5rem;
}
	.made_in_france div{
		margin-top:0.7rem;
		text-align:center;
		text-transform:uppercase;
		font-size:1.0rem;
		letter-spacing:0.15rem;
	}

.caring_attitude{
	text-align:center;
	margin:40px auto 0;
}

	.caring_attitude img{
		max-width:150px;
	}
		
		.caring_attitude a:hover img{opacity:0.7;}
		


/*--------- BLOCK RESA--------------*/



.bootstrap-touchspin-disabled-by-hug .input-group-btn{display:none !important;}





/*--------------------product-accordion-tabs---------------------------*/

#product #main h2,
#product .h2_product {
    margin: 60px 0 20px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    /* line-height: 29px; */
    padding: 10px 0;
    /* border-bottom: 1px solid #e9e7e7; */
}



#product #description h2.h3 {
   	font-size:130%;
	margin: 20px 0 0px;
	text-transform: none;
}

#product #description p {
   	text-align:justify;
}




/*.product-accordion-tabs .accordion-tab-title {
    border-bottom: 1px solid #e9e7e7;
    padding: 10px 15px;
}

.product-accordion-tabs .accordion-tab-title h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    display: table-cell;
    line-height: 29px;
    padding-left: 15px;
}

.product-accordion-tabs .accordion-tab-title .accordion-tab-toggler {
    display: table-cell;
    height: 29px;
    vertical-align: top;
    line-height: 26px;
    width: auto;
    text-align: center;
}

.product-accordion-tabs .accordion-tab-content:before{
	content: '';
	display: table;
	clear: both;
	height: 10px;
}

.product-accordion-tabs .accordion-tab-content:not(:last-child):after{
	content: '';
	display: table;
	clear: both;
	height: 15px;
}*/

.product-accordion-tabs{
	margin-bottom: 30px;
	margin-top: -10px;
}


.product-reference{display:none !important;}

.product-features {margin: 0px 0 0;}
.product-features > h3{display:none !important;}



#video_presentation{margin-top:3rem;}


#cms .product_faq{
	margin: 30px 0 60px;
}




.product_faq{

}


.product_faq .faq_card{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-bottom-color: rgba(0, 0, 0, 0.125);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 0px;
	overflow: hidden;

}



#faq_accordion > .faq_card:first-of-type {
    border-bottom: 0;
}

#faq_accordion > .faq_card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
}

.faq_card .question_header > h3:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
	color:#999;
	padding-left: 30px;
}
.faq_card .question_header > h3.collapsed:before {
    float: right !important;
    content:"\f067";
}


#faq_accordion > .faq_card .question_header {
    margin-bottom: -1px;
}

/*.product_faq .question_header h3 {
    margin-bottom: 0;
}*/

.product_faq .question_header h3 {
    padding: 1.55rem 1.55rem;
    margin-bottom: 0px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

	.product_faq .question_header h3 img {
		position:relative;
		margin-left: 0.4rem;
		top : -0.2rem;
		max-width:auto !important;
		height:2rem;
	}


.product_faq .question_header:hover h3,
.product_faq .question_header h3:not(.collapsed) {
    color:#fff;
	background-color: #4bc1ec;
    border-bottom: #4bc1ec;
}

.product_faq .question_header:hover h3:before,
.product_faq .question_header h3:not(.collapsed):before {
    color:#fff;
}



.product_faq .question_body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.75rem 1.75rem;
	font-size: 1.4rem;
}

.product_faq .question_body p {
    margin-bottom: 0;
	text-align: justify;
}


.product_faq .faq_size_lockers{
    display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}

.product_faq .faq_size_lockers_img {
	margin-right: 30px;
}



#attachments{margin-top:5rem; margin-bottom:5rem;}

	#attachments .h3{
		text-align:center;
		margin-bottom:2rem;
	}
	
	.product-attachments .attachment{
		margin-top:2rem;
		text-align:center;
	}
	
		.product-attachments .attachment:first-child{
			margin-top:0;
		}
		
		.product-attachments .attachment i{
			font-style:normal;
			font-size:80%;
			display:block;
		}

		.product-attachments .attachment i.fa-prefixe{
			font-style:normal;
			font-size:100%;
			display:inline;
			padding-right:0.75rem;
		}



/****** PRODUIT *********************/




/************/

/****** ROJA 45 ****************************************************************/


#product .product-add-to-cart {
    display: none;
}




.roja45productrental-search-bar,
#roja45_rental_messages,
#total_extras_to_pay,
#roja_total_section,
#total_rate_discount,
#rate_block_select{display :none !important;}


#roja45_rental_product {
    min-height: auto;
   /* margin-bottom: 180px;*/
}



#roja45productrental_block_17 .form-control.timepicker{background-color:#d6d5d5; color:#333;}


.roja45productrental_available_models .bootstrap-touchspin .btn-touchspin {height: auto;}

#roja45_rental_product .page-content{
	box-shadow:none;
    background-color:transparent;
    border-bottom: none;
    padding: 0;
}

#roja45_rental_product h1{
	text-align:center;
	margin-bottom:30px;
}


.pre_icon{
	display:inline-block;
    margin-right: 1rem;
    vertical-align: middle;
	margin-top: -0.5rem;
}
	
	.pre_icon img{
		width: 20px;
		height: auto !important;
	}
	
	.pre_icon.size_2 img{width: 27px;}
	.pre_icon.retrait{margin-left:-0.2rem; margin-right: 0.5rem;}

	
	

#rental_summary {
    margin-top: -1rem;
}

.product_rental_informations{
	margin-top:4rem;
}
	
	.product_rental_informations ul li{
		margin:1.5rem 0;
		color: #f8a998;
	}


.rental-summary-container .left-block .rental-summary-product-details-container {
    padding: 0px 20px;
}

.product-rental-quantity-container .product-rental-quantity-title {
    display: block;
}


.product-quantity .bootstrap-touchspin  input.form-control {
	min-width: 200px;
}


/************/



/****** ROJA 45 - SUMMARY ****************************************************************/

.roja45_productrental_booking_details_container .product-rental-list.roja45_productrental_product_block .column-content .column-value .center {
    position: relative;
    top: auto;
    left:auto;
    transform:none;
}

.roja45_productrental_booking_details_container .product-rental-list.roja45_productrental_product_block .column-content .column-value .delete-rental-entry .material-icons {
    margin-top:5px;
}

.roja45_productrental_product_block .delete-rental-entry i {
    font-size: 28px;
}


.roja45_productrental_booking_details_container .product-rental-list.roja45_productrental_product_block .roja45_productrental_product_title .column-content .column-value {
    padding: 10px;
}

ul li.product-rental-list .column .column-header {
    border-left: none;
    border-bottom: none;
}


ul li.product-rental-list .column .column-value {
    width: 100%;
    border-left: none;
    border-bottom: none;
}



ul li.product-rental-list .column{
    border-left: 1px solid #d6d4d4;
    border-bottom: 1px solid #d6d4d4;
}

ul li.product-rental-list .column.roja45_productrental_product_image {
     border-left: none;

}

#roja45_rental_product .rental-summary-line .label, #roja45productrental_summary .rental-summary-line .label {
    font-size: 1.5rem;
	line-height:1.4;
}

.roja45_productrental_product_title h3 {
	font-size: 2.0rem;
	margin-top:0px;
}


#roja45_productrental_booking_details tfoot td.total-to-pay-header {
    color: #000;
}


.roja45_productrental_booking_details .roja45_productrental_rate_block .heading {
    font-size: 18px;
	font-weight:700;
	position: relative;
}

.roja45_productrental_booking_details .roja45_productrental_rate_block .content {
    margin-top: 0;
}

.roja45_productrental_product_image img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.roja45_productrental_booking_details .roja45_productrental_rate_block .roja45_productrental_rate_block_rate_summary {
    font-size: 13px;
}

.roja45_productrental_booking_details .roja45_productrental_rate_block .roja45_productrental_rate_block_rate_summary th, 
.roja45_productrental_booking_details .roja45_productrental_rate_block .roja45_productrental_rate_block_rate_summary td {
    padding: 5px 16px;
}

.roja45_productrental_booking_details .roja45_productrental_rate_block .roja45_productrental_rate_block_rate_summary td {
    border-left: 1px solid #f6f6f6;
}

.roja45_productrental_section_body {
    border-top: none;
	padding: 0px;
}

.roja45_productrental_space_block {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}


.roja45_productrental_booking_details .roja45_productrental_rate_block {
    margin: 10px 10px;
}



/************/



/****** COMPTE - AUTHENTIFICATION ****************************************************************/

/*#bloc_choix_identification{display:none !important;}*/

body#checkout section.checkout-step .content .my-2 {
    margin-bottom: 20px !important;
}
	body#checkout section.checkout-step .content .nav-inline .nav-item a{
		font-size:12px;
		padding: 5px 10px;
	}
	
#checkout-personal-information-step .field_referralbyphone{display:none !important;}


#authentication.page-customer-account #content {padding-bottom: 0;}
.no-account{margin-bottom:0;}



/************/


/****** COMPTE - COMPTE ****************************************************************/

#customer-form .form-control-comment {display:none;}

/************/


/****** COMPTE - ADRESSES ****************************************************************/




/************/

/****** COMPTE - SUIVI COMMANDE ****************************************************************/

.history-lines{
    margin-bottom:2.0rem;
}
	.history-line{
		display: flex;
		justify-content: flex-start;
		gap: 2rem;
	}
	
		.table-labeled .label,
		.history-line .label {
			font-weight: 400;
			border-radius: 0;
			font-size: inherit;
			padding: 0.4rem 0.6rem;
			margin: 0.2rem;
			color: #fff;
			white-space: nowrap;
		}


/************/

/****** COMPTE - AFFILIATION ****************************************************************/


.profile-usermenu .ws-nav > li {
    margin-bottom:1rem;
}

	.profile-usermenu .ws-nav > li .ws-nav-link {
		font-size:1.2rem;
	}
	
	.profile-usermenu .ws-nav > li > a:hover,
	.profile-usermenu .ws-nav > li > a:focus {
		background-color: #4bc1ec;
	}


.affiliation_code{margin-top:5rem;}



.tab-content > .tab-pane.active {
    opacity: 1;
    position: static;
    visibility: visible;
}


#referral_account #dashboard > p.bold,
#referral_account .s_vouchers {
    display: none !important;
}

/************/

/****** COMMANDE  ****************************************************************/
#checkout #breadcrumb{display:none !important;}

body#checkout section.checkout-step .step-title em.delay_info{font-size:80%; color:#999999; display:none;}
	body#checkout section.checkout-step.-current .step-title em.delay_info{display:inline;}


.commande_rapide{
	text-align:center;
	margin: -10px auto 20px;
}
	.commande_rapide .h3{
		color:#f5d244;
	}


/************/


/****** OPC  ****************************************************************/


body#checkout section#content.card{
	border:none;
	padding-top: 0;
}


.checkout_introduction{border: none; background: #f6f6f7; margin:0 0.7rem 1.5rem !important;}

	#tc-container-mobile .checkout_introduction{margin:0 0.0rem 1.8rem !important; padding: 0px 0px 0;}

	.checkout_introduction .inner-area{
		text-align:center;
		margin: -0 auto -0;
		padding: 0 1rem;
	}
		.checkout_introduction .h3{color:#f5d244;}
		.checkout_introduction .h6{margin-bottom:0;}



[id^="tc-container"] .account-fields .referralbyphone{display:none !important;}

[id^="tc-container"] .checkout-block.main-block .inner-area {
    border: 0.1rem solid #ECECEC !important;;
    border-radius: 0 !important;;
}



[id^="tc-container"] #thecheckout-account .inner-wrapper{text-align: center;}

[id^="tc-container"] #thecheckout-address-invoice .addresses-selection{text-align: center;}
	[id^="tc-container"] #thecheckout-address-invoice .addresses-selection .saved-addresses-label{display:block;}

	[id^="tc-container"] #thecheckout-address-invoice .address-is-used {display:none !important;}



[id^="tc-container"] .form-control{
    background-color: #ffffff;
    border: 1px solid #e9e7e7;
    color: #333333;
    display: block;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08) inset;
}



[id^="tc-container"] .form-control:not(.form-group.phone .form-control, .form-group.email .form-control){
    font-size: 1.4rem;
    height: 3.8rem;
    padding: 0.5rem 1.4rem;
    width: 100%;
}

[id^="tc-container"] .country-call-prefix {
    font-size: 1.2em;
    width: 59px;
    height: 100%;
	background-color: #4BC1EC;
	color:#fff;
}

[id^="tc-container"] .has-call-prefix .has-float-label input.form-control {
    padding-left: 66px !important;
}

[id^="tc-container"] .phone input::placeholder {
  	color: #dbdbdb;
}

.has-float-label .intl-tel-input .selected-flag .iti-arrow{
	border-left-color: transparent !important;
  border-right-color: transparent !important;
}

[id^="tc-container"] .address-fields > .form-fields .intl-tel-input {
    z-index: 4 !important;
}




[id^="tc-container"] .payment-options .payment-option {
    padding: 1.2rem 0;
    position: relative;
}

	[id^="tc-container"] .payment-options .tc-main-title:first-child .payment-option {padding-top: 0;}

	[id^="tc-container"] .payment-option label span.h6 {
		font-size: 1.8rem;
	}



[id^="tc-container"] .payment-options [data-payment-module="vivawalletsmartcheckout"] .payment-logo {display:none !important;}
	
[id^="tc-container"] .payment-options [data-payment-module="vivawalletsmartcheckout"] .payment-option > label::after {
    content: "";
    display: block;
    width: 91px; /* adapte à la taille de ton logo */
    height: 20px;
    background-image: url('/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1745059511');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
[id^="tc-container"] .payment-options .payment-option span i{font-size:80%;color:#FF0000; font-weight:400;}


[id^="tc-container"] #thecheckout-cart-summary {
    background: #F7F7F7;
}


[id^="tc-container"] .shopping-cart-header{display:none !important;}


[id^="tc-container"] #thecheckout-cart-summary {
    margin: 10px;
    padding: 5px 0;
}

[id^="tc-container"] .cart-overview .card-block{padding-top:0 !important;padding-bottom:0 !important;}

[id^="tc-container"] .has-float-label select.form-control {
    background-size: 1.5rem;
	background-position: right 1.2rem center;
}

[id^="tc-container"] .block-header{
    color: #F8A998;
}

[id^="tc-container"] .cart-summary-line{padding:0 1rem 1rem;}

[id^="tc-container"] ul.cart-items{
	margin: 0;
	padding-top:0.4rem !important;
}

	[id^="tc-container"] .cart-item{
		border:none;
		margin: 0.5rem 0 0;
	}

		[id^="tc-container"] .cart-item .cart-summary-line{
			padding-bottom:0;
		}

			[id^="tc-container"] .product-line-body {align-items: center;}
				[id^="tc-container"] .product-line-image{width:7rem;}
					[id^="tc-container"] .product-image{position:relative;}
						[id^="tc-container"] .product-image img {max-width: 100%;}
			
			[id^="tc-container"] .product-title {padding-right:1rem;}
				[id^="tc-container"] .product-title .label {line-height: 1.3; display: inline-block;}
					[id^="tc-container"] .product-title .label b {color:#4BC1EC; font-size:120%;}
					[id^="tc-container"] .product-title .details_location {color:#4BC1EC; font-weight:700;}

			[id^="tc-container"] .product-line-actions {
				flex-basis: 0;
				flex-wrap: nowrap;
				padding-top: 0px;
				height: 100%;
				display: flex;
				align-items: center;
				font-weight:500;
			}


[id^="tc-container"] .block-promo{padding-top:0 !important;padding-bottom:0 !important;}
[id^="tc-container"] .cart-voucher .have_promo_code{padding-top:0 !important;padding-bottom:0 !important;}
	[id^="tc-container"] .cart-voucher .have_promo_code .cart-summary-line {padding-bottom:0;}

		[id^="tc-container"] .cart-voucher .have_promo_code p {text-align: right;margin-bottom:0;}

			[id^="tc-container"] .block-promo .promo-code-button {
				padding: 0;
				font-weight: 400;
				font-size:1.3rem;
			}
    
				
			[id^="tc-container"] .cart-voucher .have_promo_code p > a.promo-code-button.collapsed {
				border:none;
				padding: 0;
				background:none;
				display: inline-block;
				font-size:1.1rem;
			}
	
	[id^="tc-container"] .cart-voucher .promo-name .cart-summary-line {padding: 1rem 1rem 0 0.5rem;}

	[id^="tc-container"] .block-promo .promo-input-button {height: auto;}

	[id^="tc-container"] .block-promo.promo-highlighted {
		padding: 2rem 1rem;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-top: 1rem;
		font-size: 1.3rem;
	}

	[id^="tc-container"] .promo-discounts li.cart-summary-line{
	    padding: 0 0.5rem 1rem;
	}

[id^="tc-container"] .cart-summary-line.cart-total {
    padding-bottom: 0;
}


[id^="tc-container"] #cart-subtotal-products,
[id^="tc-container"] #cart-subtotal-discount{
    display:none !important;
}

[id^="tc-container"] .cart-detailed-totals {border-top:none;}


[id^="tc-container"] .checkout-block :is(.custom-radio input[type=radio], 
[id^="tc-container"] .custom-checkbox input[type=checkbox]) {
    width: 1.8rem;
	height: 1.8rem;
}

[id^="tc-container"] label.js-terms,
[id^="tc-container"] .label.js-terms{
    margin-left:1.0rem !important;
	display:inline-block;
	line-height:1.3 !important;
	font-size: 1.4rem !important;
    font-weight: 400 !important;
	line-height:1.3 !important;
	top: -0.2rem;
    position: relative;
}

[id^="tc-container"] .checkbox .label.js-terms{
    margin-left:2.0rem !important;
}

[id^="tc-container"] #thecheckout-required-checkbox-1{padding-bottom:0 !important;}


	[id^="tc-container"] span.custom-checkbox > label small, 
	[id^="tc-container"] span.custom-checkbox span.label small {
			color: #7a7a7a;
		}

[id^="tc-container"] #thecheckout-confirm{padding-top:0 !important;}

.mark-required .form-group.checkbox label.required span.label::before {
    display:none !important;
}

@media (min-width: 1000px) {
    div#tc-payment-confirmation :is(.dm_reviews, .dm_zbozi, .dm_heureka, .terms-and-conditions, .shaim_heureka_checkbox, .shaim_zbozi_checkbox) {
        justify-content: flex-start !important;
    }
}

@media handheld, only screen and (max-width: 767px) {
    [id^="tc-container"] .form-group.checkbox {
        margin-bottom: 0rem !important;
    }
}

@media handheld, only screen and (max-width: 480px) {
    [id^="tc-container"] .payment-options .payment-option span i{display:block;}
}


[id^="tc-container"] #confirm_order {
	margin-top:1rem;
    width: 100%;
}


div#tc-container-mobile .checkout-block.main-block, 
div#tc-container-mobile #thecheckout-newsletter, 
div#tc-container-mobile #thecheckout-psgdpr, 
div#tc-container-mobile #thecheckout-data-privacy, 
div#tc-container-mobile #thecheckout-confirm, 
div#tc-container-mobile #thecheckout-required-checkbox-1, 
div#tc-container-mobile #thecheckout-required-checkbox-2 {
    padding-left: 0px;
	padding-right: 0px;
}

div#tc-container-mobile #thecheckout-cart-summary {
    margin: 0;
}


div#tc-container-mobile #thecheckout-confirm.checkout-block .inner-area {
	padding-left: 0px;
	padding-right: 0px;
}

div#tc-container-mobile #thecheckout-confirm.checkout-block .terms-and-conditions,
div#tc-container-mobile #thecheckout-confirm.checkout-block .error-msg{
	margin-left: 10px;
	margin-right: 10px;
}


[id^="tc-container"] .error-msg {
    text-align: center;
    font-style: normal;
    background: #ffeaea;
    color: #FF0000;
    padding: 2px 5px;
    margin: 5px 0 10px;
    font-size: 1.2rem;
}

[id^="tc-container"] .notice-msg {
    text-align: center;
    font-style: normal;
    /*background: #ffeaea;
    color: #FF0000;*/
    padding: 2px 5px;
    margin: 5px 0 10px;
	font-size: 1.2rem;
}

.popup-payment-content.popup_content {
    border-radius: 0;
}

.popup-payment-content .popup-close-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    opacity: 0.5 !important;
}

.popup-payment-content .popup-shop-name{display:none !important;}

.popup-payment-content .popup-header {
    padding: 1rem 2 rem;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0;
}

.popup-payment-content .form-group{
	flex: 0 1 auto;
}

.popup-payment-content .popup-payment-button {padding: 2rem 0 1rem;}
.popup-payment-content #payment-confirmation{margin-top:0;}
	.popup-payment-content #payment-confirmation button{width:100%;}
.popup-payment-content #payment-confirmation button.disabled{cursor: default; opacity:1;}





	
/************/


/****** COMMANDE - CART SUMMARY  ****************************************************************/

.cart-summary-information{
	border-bottom: 1px solid #e9e7e7;
	padding:10px 20px 10px;
}
.cart-summary-line.cart-summary-information .information{
	font-size:1.2rem;
	line-height:1.5;
	text-align: justify;
}
/************/

/****** COMMANDE - OPTIONS DE PAIEMENT ****************************************************************/



body#checkout section.checkout-step .payment-options .payment-option {margin: 2.4em 0 0.8em 0.5em;}

body#checkout section.checkout-step .payment-options #payment-option-1-container {margin-top: 1em;}

body#checkout section.checkout-step .payment-options .payment-option label{
	font-size:22px; 
	line-height:30px;
	
	display: flex !important;
    vertical-align: middle;
    text-align: left;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
	body#checkout section.checkout-step .payment-options .payment-option span{display: block;}
		
		body#checkout section.checkout-step .payment-options .payment-option span i{font-size:80%;color:#FF0000;}

	body#checkout section.checkout-step .payment-options .payment-option img{
		display: block; 
		height: auto !important;
	}

	/*body#checkout section.checkout-step .payment-options .payment-option.mod_vivawalletsmartcheckout img{max-width: 9rem;}*/

	body#checkout section.checkout-step .payment-options .payment-option.mod_vivawalletsmartcheckout > label {align-items: flex-start;}
		body#checkout section.checkout-step .payment-options .payment-option.mod_vivawalletsmartcheckout img {display: none;}

		body#checkout section.checkout-step .payment-options .payment-option.mod_vivawalletsmartcheckout > label::after {
			content: "";
			display: block;
			width: 91px; /* adapte à la taille de ton logo */
			height: 20px;
			background-image: url('/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1745059511');
			background-size: contain;
			background-repeat: no-repeat;
			vertical-align: middle;
		}


body#checkout section.checkout-step .payment-options .custom-radio { margin-top: 8px; margin-right: 20px;}




body#checkout section.checkout-step #conditions-to-approve {margin-top: 40px; margin-left: 0.5em;}


#stripe-payment-form label, #stripe-sepa-form label{line-height:2;}

.payment_module .prbutton-alert {
    color:#414141;
	font-size:13px;
}



.mollie-credit-card-container__show .mollie-information-label,
.mollie-credit-card-container__show .mollie-signature,
.mollie-credit-card-container__show .mollie-expiry-date-label {display: none !important;}

.form-group-save-card, 
.mollie-use-saved-card{margin-left: 1rem !important;}

	.form-group-save-card .mollie-label, 
	.mollie-use-saved-card .mollie-label{margin-left: 1rem !important;}
	
	.form-group-save-card .save-card input, 
	.mollie-use-saved-card .save-card input{top: 0.1rem;position: relative;}



/************/

/****** COMMANDE - PAGE DE CONFIRMATION ****************************************************************/

#order-confirmation h3.page-heading{margin-bottom:30px;}

#order-confirmation h3.page-heading,
#order-confirmation .page-subheading {text-align:center;}

#order-confirmation h4.page-subheading {margin-bottom:10px; color:#4bc1ec;}


#order-confirmation .page-subheading span{opacity:0.7}

#order-confirmation .page-order-confirmation{display: none;}


#mollie-ok{display:none;}


/****** BLOC PUBLICITE **************************/

.bloc_publicite{
	background-color:#4bc1ec;
	text-align: center;
	padding:1rem 3rem 1rem;
	border: none;
	color:#fff;
	font-size: 2.4rem;
	line-height: 1.4;
}

	.bloc_publicite .pub_question{
		padding:1.0rem 10% 1rem;		
	}
		.bloc_publicite .pub_question b{
    		font-family: 'Roboto';
		}
	
	.bloc_publicite .pub_site{
		margin:2rem 0 1rem;
	}

		.bloc_publicite .pub_site a{
			font-size: 3.0rem;
		}

	.bloc_publicite .pub_description{
		margin-top:3rem;
		padding: 0 10%;
	}
		.bloc_publicite .pub_description i,
		.bloc_publicite .pub_description b{
    		font-family: 'Roboto';
			font-style:normal;
			font-size: 115%;
			background-color: #F8A998;
			padding:0.3rem 0.6rem 0.2rem;
			
		}
	
	.bloc_publicite .pub_coupon{
		font-size: 3.8rem;
		line-height: 1;
		font-family:"Courier New", Courier, monospace;
		margin:2rem 0 1rem;
		padding:1.0rem 3rem 0.8rem;
		background-color: #F8A998;
		display:inline-block;

	}

		.bloc_publicite .pub_coupon i.fa{
			font-size: 2.8rem;
			margin-top:-0.6rem;
		}


	.bloc_publicite .pub_image{
		margin:2rem auto;
	}
		.bloc_publicite .pub_image a:hover{
			opacity:0.85;
		}

			.bloc_publicite .pub_image img{
				border:1px solid #141414;
			}

/******/

/************/


/* PAGES ***************************************************************************/
#main .page-header {
    margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

#main .page-content {
    margin-bottom: 60px;
}

#main .page-footer {
    margin: 0 auto 30px;
    text-align: center;
}

.page-footer .btn{
	margin: 3px;
}


#cms .page-content ul.argumentaire{
    background: none;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top:60px;
}


#cms .page-content ul.argumentaire li {
    background: none;
	flex: 0 0 33.33%;
	text-align:center;
	padding: 15px;
}

#cms .page-content ul.argumentaire li.en_cours {opacity:0.5;}

	
	#cms .page-content ul.argumentaire li a span {border-bottom-width:1px; border-bottom-style:dotted;}
	
	#cms .page-content ul.argumentaire li a:hover img {opacity:0.85;}
	#cms .page-content ul.argumentaire li a:hover span {color: #4bc1ec; border-bottom-style:dashed;}
	
	#cms .page-content ul.argumentaire li img {
		display:block;
		width:30%;
		text-align:center;
		margin:0 auto;
	}
	
	#cms .page-content ul.argumentaire li span {
		display:inline-block;
		margin: 20px 40px;
	}





/************/




/* CMS ***************************************************************************/





#cms .page-content .colonnes {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-right: -15px;
    margin-left: -15px;
}

#cms .page-content .colonnes > .colonne-1 {width:100%;}

#cms .page-content .colonnes > .colonne-2 {width:49%;}

#cms .page-content .colonnes img {margin-bottom:30px;}


#cms .page-content .row,
#cms .page-content .colonnes {margin-top:30px;}

#cms .page-content .row:first-child {margin-top:0px;}

#cms .page-content a {color:#000;}

#cms .page-content .bg_color a,
#cms .page-content .bg_light a{color:inherit;}

#cms h1 {font-size: 4rem;}
#cms h2 {font-size: 2.4rem; margin-top: 2rem;}

#cms h3, #cms .h3 {font-size: 14px;}
#cms h4, #cms .h4 {font-size: 13px;}

#cms .page-content ul + h2,
#cms .page-content ol + h2{margin-top:20px;}

#cms .page-content ul,
#cms .page-content ol{
	margin:0;
	margin-bottom:20px;
	margin-top:10px;
    
}

#cms .page-content ul,
ul.liste{
	list-style: none;
	padding: 0px 0px 0px 5px;
	margin-top:5px;
	margin-bottom:10px;
}

#cms .page-content ul li,
#cms .page-content ol li,
ul.liste li,
ol.liste li{
	margin-bottom:5px;
	padding-left:16px;
}

#cms .page-content ul li,
ul.liste li{
	background: url("/img/li_carre.png") no-repeat 0 9px;
}

#cms .page-content ul li ul li,
ul.liste li ul li{
	background: url("/img/li_carre2.png") no-repeat 0 9px;
}


#cms .page-content ul.no_liste{
	margin-bottom:0px;
	margin-top:0px;   
	list-style: none;
	padding: 0px 0px 0px 5px;
}

	#cms .page-content ul.no_liste li{
		margin-bottom:0px;
		padding-left:0px;
		background:none;
	}

em.cl_name{
	font-style:normal;
	color:#000;
}

/************/



/* MENTIONS LEGALES ***************************************************************************/


.vertical_align {
	background-color:#4bc1ec;
	padding: 50px 20px;
	color:#fff;
}

.bg_color .vertical_align {
    background-color: #EBBA16;
}

.padding {
    padding: 30px;
    text-align: center;
}

.cms-id-2 .vertical_align h2 {
    margin-top: 0px;
    margin-bottom: 5px;
	font-size:16px;
	color:#fff;
	 text-transform: uppercase;
}

.cms-id-2 .vertical_align ul + h2 {
    margin-top: 20px;
}



.cms-id-2 .vertical_align li {
    font-size: 13px;
	line-height:1.4;
	 text-transform: uppercase;
}


.cms-id-2 .vertical_align li span {opacity: 0.6;}
.cms-id-2 .vertical_align li span.nocase {opacity: 1;}

#footer_compliance_cms{
	margin-top: 100px;
}


#footer_compliance_cms h3{
	font-size: 12px;
	text-align: center;
	font-style:italic;
}

#footer_compliance_cms p{
	font-size: 11px;
	text-align: center;
	font-style:italic;
}

/**********************************/


/****** COOKIE ****************************************************************/
#cookielaw-accept{
	/*border: none;
	padding: 0;
	background: none;
	color: inherit;
	text-transform: uppercase;
	text-decoration: underline;*/
	display: table;
	margin-left: auto;
}

#cookielaw a{
	color: inherit;
	margin-left: 5px;
	text-decoration: none;
	border-bottom-width : 1px;
	border-bottom-style:dotted;
	
}

#cookielaw a{
	color: inherit;
	margin-left: 5px;
	text-decoration: none;
	border-bottom-style:dashed;
}

#cookielaw {
	position: fixed;
	font-size: 1.3rem;
	bottom: 0;
	left: 0;
	width: 380px;
	max-width: 100%;
	padding: 2rem;
	opacity: 0;
	visibility: hidden;
	transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
	transform: translate(0, 50%);
	z-index: 5101;
	text-align:justify;
}

#cookielaw .cookielaw-content{
	padding: 20px;
}

#cookielaw.cookielaw-showed{ 
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
/**********************************/

/****** PAGe CONTACT ****************************************************************/
.contact-form {
    box-shadow: none;
}

#contact #contact_form_sujet {
    display: none;
}


/**********************************/


/****** PAGe CONTACT ****************************************************************/



#adveg-recaptcha-badge,
#adveg-grecaptcha {
   display:none !important;
}


.grecaptcha-badge {
    z-index: 999;
}




/**********************************/


/****** CHATBOT****************************************************************/
#botnation-chatbox-open-discuss-container{
   display:none !important;
}






/**********************************/


/****** FOOTER ****************************************************************/
#options_paiements ul {
	display:flex;
	justify-content: center;
	align-items:center; 
	margin:4rem 5%;
	flex-wrap: wrap;
}


	#options_paiements ul li {
		padding:0 3rem 3rem;
		text-align: center;
	}

		#options_paiements ul img {max-width:8rem;}
		#options_paiements ul img.w_double {max-width:12rem;}
		#options_paiements ul img.w_half {max-width:6rem;}
		#options_paiements ul img.w_third {max-width:4rem;}




#footer {background-color: #ececed;}

#footer-middle {font-size: 1.4rem;}

#footer_middle_bottom {padding-top: 20px;padding-bottom: 30px;}

#footer p{margin-bottom: 0;}


#webmaster{margin-top:5px;}

#footer_middle_top {
	padding-top: 100px;
	padding-bottom: 110px;
	background-image: url(https://cdn1.nice.city-locker.com/img/consignes-bagages/bg-footer.webp);
}


.footer-languages{
	padding-top: 60px;
	padding-bottom: 0px;
}
	
	
#liens_footer {
	padding-top: 30px;
    padding-bottom: 30px;
}

#footer-middle .footer_main {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
}

#credits {padding-top: 18px;}

#footer-middle .footer_credits {
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 1px solid #f9f9f9;
}





.icon-with-text-6 {
	background: #4bc1ec;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 55px 60px;
}

.icon-with-text-6 .box_info{
	padding: 15px;
	text-align: center;
	position: relative;
	/*min-width: 230px;*/
	transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.icon-with-text-6 .box_info .zmdi{
	margin-bottom: 35px;
	display:block;
}

.icon-with-text-6 .box_info .zmdi img {width:40px;}

.icon-with-text-6 .box_info .h4{
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
	display:block;
}

.icon-with-text-6 .box_info p{
	margin: 0;
	color: rgba(255,255,255,1);
	font-size: 1.6rem;
	white-space: nowrap;
	display:block;
}

.icon-with-text-6 .box_info a{
	color: rgba(255,255,255, 1);
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

.icon-with-text-6 .box_info a:hover{
	color: rgba(255,255,255, 1);
	border-bottom-style:dashed;
}



#footer .link-type-2 a {
	display: inline-block;
	line-height: 2rem;
	margin-left: 12px;
	padding-right: 28px;
	margin-right: 12px;
	text-transform: uppercase;
	font-size: 1.3rem;
	position: relative;
	color:#545557;
}

#footer .link-type-2 a:not(:last-child)::after {
    content: '';
	position: absolute;
	right: 0;
	width: 4px;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	border-radius: 100%;
}

#footer .link-type-2 a:not(:last-child)::after {
	background: #4bc1ec;
}

#footer .link-type-2 a:last-child {
    padding-right: 0;
    margin-right: 0;
}

#footer .social-type-1 a {
	margin: 18px;
	display: inline-block;
	background: none !important;;
}

#footer .social-type-1 a:not(:hover){
	color: #545557 !important;
}

#footer .social-type-1 a i{
	font-size: 18px;
	vertical-align: -5px;
}

#footer .social-type-1{
	font-size: 0;
	/*margin: 0 -18px;*/
}




/* CHECKOUT ***************************************************************************/



/* ADRESSES *********************************/

.page-addresses .address,
body#checkout section.checkout-step .address-item {
    padding: 20px;
    border: 1px solid #e9e7e7;
    box-shadow: none;
}

.page-addresses .address {
    margin: 0 auto 15px;
    max-width: 640px;
}

.page-addresses .address, .page-authentication #content {
    background: #fafafa;
}

.page-addresses .address .address-body {
    padding: 0;
}

.page-addresses .address .address-footer a,
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
}

.page-addresses .address .address-footer a span,
body#checkout section.checkout-step .delete-address span,
body#checkout section.checkout-step .edit-address span{
	vertical-align: middle;
}

.page-addresses .address .address-footer a i,
body#checkout section.checkout-step .delete-address i,
body#checkout section.checkout-step .edit-address i {
	background: #f8a998;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	height: 26px;
	line-height: 26px;
	padding: 0;
	text-align: center;
	width: 26px;
	margin-right: 5px;
	border-radius: 100%;
}

.page-addresses .addresses-footer {
    margin: 0;
}

.page-addresses .addresses-footer a,
body#checkout section.checkout-step .add-address a {
	display: table;
	margin: 0 auto;
}

body#checkout section.checkout-step p a[data-link-action=different-invoice-address] {
    text-align: center;
    display: block;
}

.page-addresses .addresses-footer a i {
    font-size: 11px;
    line-height: 1;
	margin-right:10px;
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 1.4rem;
}

.page-addresses .address .address-footer,
body#checkout section.checkout-step .address-footer {
    border-top: 1px solid #e9e7e7;
    padding: 0;
    padding-top: 15px;
    text-align: left;
}





/* PAIEMENT *********************************/
#payment-confirmation{
	margin-top:30px;
}


.payment_module #payment-success strong,
.payment_module #payment-success em,
.payment_module #payment-success p,
.chargement_paiement strong,
.chargement_paiement em,
.chargement_paiement p{
    line-height: 1.3;
    text-align: center;
	display:block;
}

	.payment_module #payment-success strong,
	.chargement_paiement strong{
		font-size: 2.4rem;
		font-weight: 400;
	}
	
	.payment_module #payment-success em,
	.chargement_paiement em{
		font-size: 1.8rem;
		font-weight: 700;
		margin-top:0.5rem;
	}
	
	body#checkout section.checkout-step .payment-options .payment_module #payment-success p,
	body#checkout section.checkout-step .payment-options .chargement_paiement p{
		font-size: 1.8rem;
		font-weight: 700;
		color: #df0101;
		text-align: center !important;
		margin-top:1.5rem;
	}

.payment_module #stripe-ajax-loader,
#mollie-ajax-loader{
	color: #df0101;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
	padding: 1rem 0;
	font-weight: 700;
}

	.payment_module #stripe-ajax-loader img,
	#mollie-ajax-loader img{
		display: block;
    	text-align: center;
    	margin: 0 auto 0.5rem;
	}
	



/**********************************/

/* ---------------------------------------------------------------------------------------------------------------------------- */
/*	ANIMATIONS
/* ---------------------------------------------------------------------------------------------------------------------------- */




@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes fallfromtop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fallfromtop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fallfromtop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fallfromtop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}




/* ---------------------------------------------------------------------- */
/*	AVIS VERIFIES
/* ---------------------------------------------------------------------- */

/**********************  Avis boutique **********************/

#avis_boutique{
	margin: 3rem 3rem 3rem;
}

iframe .widget-header {
    margin-top: 0.5rem;
    background-color: transparent;
}

.reponse p {font-style:normal;}

/********************************/


/*.netreviews_stars_light{display:none !important;}*/

/*.netreviews_review_rate_and_stars span.nr-star{
    padding-right: 0.2rem;
}*/

/*.av_category_stars .ratingText {
    padding-left: 0.8rem;
	top: -0.12rem;
}*/

.av_category_stars .ratingText {
	top: -0.19rem;
	padding-left : 0.8rem;
	float: right;
	/*font-size: 12px;*/
}

.right-product-1 .av_category_stars .ratingText {padding-left : 0.8rem;}
.right-product-2 .av_category_stars .ratingText {}

.netreviews_stars_light {
    font-size:1.2rem;
	line-height: 1;
}

/*.netreviews_stars_light #slide {
    padding-left: 1rem;
	top:0.005rem;
}*/

/*.netreviews_reviews_rate {
    left: 100px;
    font-size: 13px;
}*/



.nrResponsive .netreviews_tpl_v2 .netreviews_logo {
    margin: 5px 0;
}


.netreviews_tpl_v2 #netreviews_table_tab {
    border-spacing: 0px;
}



/**********************  Page Produit **********************/
#netreviews_reviews_tab {
    background-color: #fff;
    color: #545557;
}

.netreviews_logo {
    left: 0;
}

.netreviews_rating_header .av-certificate label {
    text-align: right;
}


#netreviews_rating_section {
    border-bottom: none;
}


#netreviews_rating_section {
    padding: 0 0 30px;
	
}



.netreviews_reviews_section{
	border: 1px solid rgba(0,0,0,.125);
	background-color: rgba(0,0,0,.03);
	padding: 0 0 1rem 0;
}

.netreviews_review_part {
    width:100%;
    border-top: 1px solid rgba(0,0,0,.125);
	padding: 1.55rem 1.55rem;
}


#netreviews_button_more_reviews .netreviews_button {
    font-size: 13px;
    text-transform:uppercase;
    text-decoration: none;
    border-radius: 0px;
	padding: 8px 0 6px;
}

/*************/





/* ---------------------------------------------------------------------- */
/*	 0.6 Version > 1200px
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (min-width: 1200px) {
	
	

	.icon-with-text-6 {padding: 55px 85px;}
	.icon-with-text-6 .box_info p {font-size: 2rem;}
	.icon-with-text-6 .box_info .zmdi img {width:60px;}

	#footer-middle .footer_main {
		padding-bottom: 200px;
	}
	
	.footer-languages{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	.footer-languages .languages_selector{
		justify-content: center;
	}
	

	
	#options_paiements ul {margin: 40px 5%;}
		
}


/* ---------------------------------------------------------------------- */
/*	 0.6 Version > 1400px
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (min-width: 1400px) {
	
	.languages_selector{
		margin: 12px 0 0;
		justify-content: flex-start;
		align-items:flex-start; 
		margin-left:-5px;
	}
	
	h1, .h1 {font-size: 5rem;}
	h2, .h2 {font-size: 3rem;}
	
	.texte_home h2, .texte_home .h2 {font-size: 2.2rem;}
	
	#category h1 {font-size: 2.6rem;}
	
	#product h1 {font-size: 5rem;}
	#product.product-id-1 h1,
	#product.product-id-3 h1 {font-size: 4.2rem;}
	#product #main h2,
	#product .h2_product {font-size: 4rem;}
	
	/*#cms h1 {font-size: 4rem;}
	#cms h2 {font-size: 2.4rem;}*/
	
	

		
	#index #header-desktop {padding-top: 30px;padding-bottom: 30px;}
	
	#index .header-menu {top: 20px;}
	#index .header-top {top: 70px;}

	#index #header_cl {background-position: 50% 90%;}

	
	
	#index .languages_selector li {padding: 4px 4px 4px; margin: 0 8px; line-height: 15px;}
	#index .languages_selector li img{width:26px;}
	
	#horizontal_menu .element_a_depth_0 {padding: 12px 5px;}
	
	
	
	
	/***** HOME *****/
	
	#bloc_index_top{padding-top: 490px;}
		#bloc_index_top.carte_carre {padding-top: 550px;}

	.home_round{
		top:180px;
		width:22.5%;
		width:calc((100vw - 1002px - 10px) / 2);
		padding: 0 15px;
	}
		.carte_carre .home_round{
			width:22.5%;
			width:calc((100vw - 710px - 10px) / 2);
		}
	
	.home_round h2{font-size: 3rem;	}
	.home_round h3{font-size: 1.8rem;}

	.carte_home{
		top: 95px;
		width: 1000px;
		height: 656px;	
	}
		.carte_carre .carte_home{
			top: 120px;
			width: 708px;
			height: 708px;	
		}
	
	#indroduction h1 {font-size: 5rem; margin-bottom: 10px;}	
	#indroduction p{font-size: 2.4rem; margin: 0 25% 2.4rem;}
	
	
		
	.btn-huge {
		font-size: 2.5em;
		padding: 15px 40px;
	}
	
	.big_button_reserver .btn-huge{font-size: 1.9em;}
	
	
	.carte_home .consigne{
		margin-top : -57px;
		margin-right : -50px;
		width: 100px;
	}
	.carte_home .consigne img{
		width: 80px;
	}
	
	.pulse {
		top: 47px;
	}
	.pulse:after {
		height: 50px;
		width: 50px;
		margin: -18px 0 0 -25px;
	}
	
	#etapes{margin: 120px 2% 30px;}

	#etapes .etape h2{font-size:2.0rem;}
	
	
	#footer-middle .footer_main {
		padding-top: 300px;
	}
	
		
}



@media (min-width: 1200px) and (max-width: 1599px) {
	#index .header-logo{max-width: 280px;}
	
}



@media handheld, only screen and (min-width: 1600px) {
	
	#index .header-logo{max-width: 420px;}
	
	#index #header_cl {background-position: 50% 68%;}
	
	.home_round {padding: 0 30px;}
	.home_round h2{font-size: 3.6rem;	}
	.home_round h3{font-size: 2.2rem;}
}

@media handheld, only screen and (min-width: 1800px) {
	
	#index #header_cl {background-position: 50% 62%;}
}



/* ---------------------------------------------------------------------- */
/*	Version > 1200
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (max-width: 1400px) {
	#header-mobile-logo {padding-top: 30px;	padding-bottom: 15px;}
}

/* ---------------------------------------------------------------------- */
/*	Version > 1200
/* ---------------------------------------------------------------------- */


@media handheld, only screen and (max-width: 1200px) {
	
	
	#storemap{height: 503px;}
	
	#breadcrumb li a span {font-size: 13px;}
	
	#cms h1, #cms .h1{font-size: 3rem; text-align:center;}
	#cms h2, #cms .h2{font-size: 2.0rem; text-align:center;}
	#cms .cms-content p{text-align:center;}
	#cms .cms-content .question_body p{text-align:justify;}
	
	#cms.cms-id-1 h1,
	#cms.cms-id-3 h1,
	#cms.cms-id-1 h2,
	#cms.cms-id-1 .h2,
	#cms.cms-id-3 h2,
	#cms.cms-id-3 .h2 {text-align:left;}
	
	#cms.cms-id-1 p,
	#cms.cms-id-3 p {text-align:justify;}
	

	.page_titre small.picto{top:-3px;}
	
	#info_premium{
		margin: 90px 0 0;
		display:flex;
		justify-content: center;
    	align-items: flex-start;
	}
	
	#info_premium .home_round{
		position: relative;
		top:auto;
		left: auto;
		width: 100%;
		padding: 0 30px;
	}

	
	
	
	#etapes {
		margin: 60px 0% 0px;
	}

	#etapes .etape{
		flex-direction: column;
		 flex-wrap: wrap;
		 text-align:center;
	}
	
	#etapes .etape img {
		margin: 0 auto 10px;
		width: 30%;
	}
		

	
	#product.product-id-1 h1,
	#product.product-id-3 h1 {font-size: 3.2rem;}
	
	
	#roja45productrental_block_17 .form-control-label{font-size: 1.3rem;}
	
	
	
	.boutique_accroche .bloc_a_partir{font-size: 2.5rem;}
		.boutique_accroche .bloc_a_partir strong {font-size: 3.2rem;}
	
	.boutique_accroche .bloc_reduction {padding: 0 5%;}
	
	.dimensions_bagages p{margin: 1rem 0% 0rem;}
	
	
	
	
	.product-quantity .qty,
	.product-quantity .input-group{float:none;}
	.product-quantity .input-group{width: 100%;}
	
	#roja45productrental_block_17 .roja45productrental_liveprice{float:none; width: auto; margin:10px 0px 2px;}
	
	.btn.btn-primary.btn-availability {
		height: 80px;
		font-size: 2.0em;
	}
	
}	
	

	
@media handheld, only screen and (max-width: 1200px) and (min-width: 768px)  {
	/*.av_category_stars {
		display: block;
	}

	.netreviews_stars {
		display: block;
		text-align: right;

	}
	
	.av_category_stars .ratingText {
		top: 0;
		padding-right: 0;
		display: block;
		
		float: left;
		margin-top: 0.4rem;
		margin-bottom: 0.4rem;
		text-align: right;
		width: 100%;
	}*/
}


@media handheld, only screen and (max-width: 1200px) and (min-width: 576px)  {
	.product-prices div.current-price > span.product-unit-price small, .promo_jours span.product-unit-price small {
		padding: 0;
	}
}

@media (min-width:992px) {

}





@media handheld, only screen and (max-width: 991px) {
	
	html {font-size: 60%;}
	
	


	h1, .h1 {font-size: 3.4rem;}
	
	
	#bloc_index_top{padding-top: 250px;}
		#bloc_index_top.carte_carre{padding-top: 390px;}
	
	.carte_home{
		top: -10px;
		width: 650px;
		height: 426px;	
	}

		.carte_carre .carte_home{
			top: 60px;
			width: 560px;
			height: 560px;	
		}
	
	.carte_home .consigne em {
		width: 9rem;
		text-align: left;
		/*top: 73%;
		left: 78%;*/
		top: 82%;
    	left: 86%;
		position:absolute;
		margin-top: 0;
	}
		.carte_home #pointer_garibaldi.consigne em {
			width: 8rem;
			top: 67%;
			/*position:relative;
			width:auto;
			text-align: center;
			top: auto;
			left: auto;
			margin-top: 1.2rem;*/
		}
	
	
	#header-mobile .btn-side-bar {font-size: 0px;}
	
	#header-mobile .btn-side-bar::after {
		content: attr(data-title-mobile);
		font-size: 10px;
		width: 100%;
        display: inline-block;
	}


	#etapes .etape {
		padding: 4% 5%;
		align-items: center;
	}

	#etapes .etape/*,
	#etapes .etape:nth-child(2)*/{
		flex: 0 0 50%;
   		max-width: 50%;
	}
	
	#etapes .etape img {width: 25%;}
	
	#etapes .etape h2 {
		font-size: 2.2rem;
		margin: 5px 0 5px;
	}
	
	
	
	
	#bloc-home-1,
	#bloc-home-2,
	#bloc-home-3,
	#bloc-home-4{ padding-left: 0px; padding-right: 200px; margin-top: 0px; margin-bottom: 100px; }


	.bn-custom.bn-custom-1 span,
	.bn-custom.bn-custom-2 span,
	.bn-custom.bn-custom-3 span,
	.bn-custom.bn-custom-4 span {margin-left: 1rem;top: 5.3rem;}
	
		.bn-custom.bn-custom-1 span strong,
		.bn-custom.bn-custom-2 span strong,
		.bn-custom.bn-custom-3 span strong,
		.bn-custom.bn-custom-4 span strong,
		.bn-custom.bn-custom-1 span em,
		.bn-custom.bn-custom-2 span em,
		.bn-custom.bn-custom-3 span em,
		.bn-custom.bn-custom-4 span em{padding-left: 5.1rem;}
		
		.bn-custom.bn-custom-1 span strong::before,
		.bn-custom.bn-custom-2 span strong::before,
		.bn-custom.bn-custom-3 span strong::before,
		.bn-custom.bn-custom-4 span strong::before{width: 7rem;left: -3.3rem;}
	
	
	.bn-custom.bn-custom-3 span{
		/*line-height: 4.8rem;*/
		margin-top: 0px;
		position: absolute;
		top: 5.3rem;
		left: 100%;
		margin-left: 1rem;
		text-align: center;
	}

		.bn-custom.bn-custom-3 span::after{content:"";}
	
	
	.caring_attitude img{max-width:100%;}
	
	.texte_home{margin-top:3rem;}
	
	#avis {
		margin-top: 50px;
	}
	.owl-carousel .owl-item {
		padding-left:40px;
		padding-right:40px;
	}
	
	
	#trusties {
		margin-top: 80px;
		margin-bottom: 30px;
	}
	
	#trusties .partners .partner {
		flex: 0 0 22%; 
		padding: 20px 20px;
	}
	
	
	#attachments{margin-top:6rem; margin-bottom:2rem;}
	
	
	
	.item-product-list .left-product { width: 12%;}
	.item-product-list .right-product {width: 88%;}
	
	.item-product-list .right-product-1 {width: 65%;}
	.item-product-list .right-product-2 {width: 35%;}

	.item-product-list .product_name {margin-bottom: 0px;}
	
	.item-product-list .decriptions-short {margin-bottom: 0px;}
	
	.decriptions-short li, .product-description-short-detail li, .horaires {
		padding: 4px 5px;
		font-size: 1.4rem;
	}
	
	.item-product-list .product-price-and-shipping > span {font-size: 1.7rem;}
	.item-product-list .product-price-and-shipping > span strong {font-size: 2.2rem;}


	.row-product {flex-direction : column-reverse;}
	.col-product-info{margin-bottom: 40px;}
	
	
	
	#product #breadcrumb ol {display: block; padding: 0px 0 1.5rem;}
		#product #breadcrumb li {display: block;text-align: center;	}
			#product #breadcrumb li:first-child {display:none;}
			#product #breadcrumb li:last-child {display:none;}
			#product #breadcrumb li::after {display:none;}
			
			#product #breadcrumb li a {float:none;}
				#product #breadcrumb li a i {float:none;display: block;}
	
	
    .col-product-titre {justify-content: center;}
        .col-product-titre h1, 
        .col-product-titre .product_stars { text-align:center;}

        #agWidgetH.inline .agBt {justify-content: center;}

    .boutique_accroche .bloc_a_partir{font-size: 1.8rem; margin-top:0.4rem;}
        .boutique_accroche .bloc_a_partir strong {font-size: 2.6rem;}

    .boutique_accroche .bloc_reduction {padding: 0 15%;}

    .boutique_accroche .bloc_bagages {margin: 2.5rem 0 0rem;}
	
	.bloc_produit_droite{
		display:flex;
		flex-direction:column-reverse;
	}
	

	.roja45-rental-product .live_price_display .product-price span {font-size: 2.4rem;}
	
	
	#module-roja45productrental-ProductRentalFront h1 {
		font-size: 2.4rem;
	}
	
	#module-roja45productrental-ProductRentalFront #main .page-header {
		    margin-bottom: 30px;
	}
	
	
	/*#module-roja45productrental-ProductRentalFront #breadcrumb {
		display:none;
	}*/
	
	#module-roja45productrental-ProductRentalFront .productrental-login .login-form {
		margin-top: 5px;
	}
	
	#module-roja45productrental-ProductRentalFront .page-content.productrental-login .forgot-password {
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	
	#main .no-account {
		font-size: 3.5rem;
	}

	#main .no-account span {
		font-size: 2.8rem;
	}
	
	#module-roja45productrental-ProductRentalFront h1 {
		font-size: 2.4rem;
	}
	
	



		

	#cms .page-content ul.argumentaire li span {margin: 20px 0px;}





		
	#footer-middle {font-size: 1.1rem;}
	
	.icon-with-text-6 {padding: 45px 45px;}
	.icon-with-text-6 .box_info p {font-size: 1.3rem;}
	.icon-with-text-6 .box_info .zmdi img {width:35px;}
	
	#footer .link-type-2 a {font-size: 1.1rem;}
	
	#footer .social-type-1 {margin: 20px 0px;}
	#footer .social-type-1 a {margin: 14px;}
	#footer .social-type-1 a i {font-size: 16px;vertical-align: -5px;}
	
	#options_paiements ul {margin: 4rem 0%;}
		#options_paiements ul li {padding: 0 2rem 2rem;}
	
	
	
	
	.product-discount {
		text-align: center;
	}
	
	
		
	
		
	.bloc_publicite{font-size: 2.0rem;}
		.bloc_publicite .pub_question {padding: 1.0rem 0% 1rem;}
		.bloc_publicite .pub_description{padding:0 0%;}
	.bloc_publicite .pub_site a{font-size: 2.2rem;}
    .bloc_publicite .pub_coupon{font-size: 2.8rem;}
		.bloc_publicite .pub_coupon i.fa{font-size: 2.0rem;margin-top:-0.4rem;}
	
}



@media handheld, only screen and (max-width: 767px) {

	
	#breadcrumb li::after { margin: 0 5px;}


	#bloc_index_top{padding-top: 260px;}
		#bloc_index_top.carte_carre {padding-top: 370px;}
	
	.carte_home{
		top: -17px;
		width: 95%;
		height: auto;	
	}

		.carte_carre .carte_home{
			top: 50px;
			width: 80%;
			height: auto;	
		}
	
	.carte_home .consigne{
		margin-top : -40px;
		margin-right : -28px;
		width: 56px;
		height: 56px;
	}
		
		.carte_home #pointer_garibaldi.consigne em {left:100%;}
	
	.pulse {top: 26px;}
	
	.carte_home .consigne em {
		width: 9rem;
		left: 100%;
	}
	

	
	#indroduction h1 {font-size: 2.8rem;}
	#indroduction p{font-size: 1.8rem; margin: 0 10% 1.8rem;}
	
	
	
	.btn-huge {font-size: 1.3em;padding: 12px 28px;	}
	.big_button_reserver .btn-huge{font-size: 1.0em;}
	
	.btn-group-lg>.btn, .btn-lg {padding: 0.8rem 2.0rem;font-size: 1.3rem;}
	
	.home_round h2{font-size: 2.0rem;}
	.home_round h3{font-size: 1.6rem;}
	
	
	
	#bloc-home-1,
	#bloc-home-2,
	#bloc-home-3,
	#bloc-home-4{padding-right: 0px;}
	
	
	.bn-custom {
		text-align: center !important;
		display: block !important;
	}
		.bn-custom span {
			left: auto !important;
			top: auto !important;
			width: 100%;
			margin: 1.5rem auto 0.5rem !important;
			font-weight:700;
			position:relative !important;
		}
	
			.bn-custom span strong,
			.bn-custom span em {
				padding-left: 0 !important;
				display: block !important;
				margin-bottom:0;
			}
				.bn-custom span strong::before {display: none !important;}
	
		.bn-custom p {
			display: block !important;
			margin: 0 auto 0 !important;
		}
		.bn-custom a:not(.wrapper-img) {display: inline-block !important;}
	
	
	.texte_home{margin:3rem 3rem;}

	#avis_boutique{
		margin-left:0;
		margin-right:0;
	}




	#storemap{height: 520px;}



	/*.item-product-list .left-product {display:none !important;}*/
	.item-product-list .right-product {width: 100%; padding-left: 0px;}

	.item-product-list .right-product-1 {
		width: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	
	.item-product-list .product_name {margin-top: 0px;}
	
	.right-product-1 .description-product {flex : 0 1 70%;}
	.right-product-1 .description-link {flex : 0 1 30%;}
	.right-product-1 .description-short {flex : 0 1 100%;}
	
	
	
	#product h1 {font-size: 2.8rem;}
	#product #main h2,
	#product .h2_product {font-size: 2.2rem;}
	#product.product-id-1 h1,
	#product.product-id-3 h1 {font-size: 2.8rem;}
	

	
	
	
	
	
	.right-product-1 .promo_jours span{text-align:left;}

	
	#cms .page-content ul.argumentaire{
		margin-left:-15px;
		margin-right:-15px;
	}
	
	
	.product_faq .faq_size_lockers{
		display:flex;

		align-items:flex-start;
		flex-wrap:wrap;
	}
	
	.product_faq .faq_size_lockers_img {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	


	
	#footer-middle .footer_main {background-position: center top;}

	.icon-with-text-6 {padding: 25px;}
	.icon-with-text-6 .box_info p {font-size: 1.1rem;}
	.icon-with-text-6 .box_info .zmdi {margin-bottom: 25px;}
	.icon-with-text-6 .box_info .zmdi img {width:30px;}
	
	
	.footer-languages{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	


	#footer .link-type-2 a {font-size: 1.1rem; line-height: 3;}
	
	#options_paiements ul {margin: 4rem 0%;}
		#options_paiements ul li {padding: 2rem 2rem;}
	
	
	
	#cms .page-content ul.argumentaire li img {width:40%;}

	body#checkout .form-group {margin-bottom: 2rem;}

	
	
}


@media handheld, only screen and (max-width: 680px) {
	
	#index #header_cl {padding-bottom: 220px;}

	#bloc_index_top{padding-top: 200px;}
		#bloc_index_top.carte_carre {padding-top: 340px;}
	
	.carte_home{
		top: -36px;
	}
		.carte_carre .carte_home{
			top: 40px;
			width: 85%;
		}
	
		.carte_home .consigne{
			margin-top : -30px;
			margin-right : -23px;
			width: 46px;
			height: 46px;
		}

			.carte_home .consigne em {
				width: 9rem;
				font-size: 9px;
				line-height: 10px;
				top: 70%;
				left: 100%;
			}
			
			.carte_home #pointer_garibaldi.consigne em {
				width: 7em;
    			top: 58%;
    			margin-left: 0.3rem;
			}
	
	.pulse {top: 1.6rem;}
	
	#storemap{height: 492px;}
	
	
	
	#indroduction a{margin-top:30px}
	
	.big_button_reserver .btn-huge{font-size: 0.85em;}
	
	
	#footer_middle_top {padding-bottom: 70px;}

}



@media handheld, only screen and (max-width: 680px) {
	
	
	#footer_middle_top {padding-top: 60px; padding-bottom: 60px;}

}



@media handheld, only screen and (max-width: 575px) {

	html {
		font-size: 53%;
	}
	
	h1, .h1 {font-size: 3.0rem;}
	h2, .h2 {font-size: 2.2rem;}
		
	#breadcrumb ol {display: flex; justify-content: center;}
	
	
	#product #breadcrumb {padding: 25px 10px;}

	

	#header_cl {background-position: 42% 100%;}
	#index #header_cl {padding-bottom: 220px;}
	#index #header_cl {background-position: 62% 100%;}
	
	#header-mobile-logo img {max-width: 250px;}
	
	
	
	
	#header-mobile .btn-side-bar {
		-webkit-flex: 0 0 23%;
		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
		width: 23%;
	}

	#header-mobile .is_logged .btn-side-bar {
		-webkit-flex: 0 0 17.25%;
		-ms-flex: 0 0 17.25%;
		flex: 0 0 17.25%;
		width: 17.25%;
	}
	
	#header-mobile .btn-side-bar.btn-side-bar-menu{
		-webkit-flex: 0 0 16%;
		-ms-flex: 0 0 16%;
		flex: 0 0 16%;
		width: 16%;
	}
	
	#header-mobile .btn-side-bar.btn-side-bar-langue{
		-webkit-flex: 0 0 15%;
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		width: 15%;
	}
	
	
	
	#header-mobile-logo {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	
	
	#etapes .etape img {width: 30%;}
	
	
	#bloc-home-1,
	#bloc-home-2,
	#bloc-home-3,
	#bloc-home-4{margin-bottom: 70px;}
	
	.bn-custom a:not(.wrapper-img) {
		margin-top: 25px;
	}
	
	.texte_home{margin:3rem 1rem;}
	
	#category #wrapper {padding-top: 15px !important;}
	.category-description {margin-bottom: 15px;}
	#category h1 {text-align:center; font-size: 1.8rem; margin-bottom:0;}
	.category-description h2{text-align:center;font-size: 1.4rem;}
	.category-description p{text-align:center; font-size: 1.3rem;}
	.decriptions-short li, .product-description-short-detail li, .horaires {font-size: 1.5rem;}
	
	.item-product-list .product-price-and-shipping > span {font-size: 1.5rem;}
	.item-product-list .product-price-and-shipping > span strong {font-size: 1.8rem;}
	
	
	
	
	#product #main h2,
	#product .h2_product{ text-align:center;}
	
	.decriptions-short li:nth-child(7),
	.product-description-short-detail li:nth-child(7){line-height: 2.5;} /* Bus */
	
	.nrResponsive .netreviews_tpl_v2 .netreviews_logo {
		margin: 5px auto;
	}
	
	.product-prices div.current-price > span.product-unit-price small, 
	.promo_jours span.product-unit-price small {
		padding: 0 5%;
	}
	
	.roja45productrental_block .form-group .input-group input {
		text-align: center;
	}
	
	#roja45productrental_block_17 .product-quantity .form-control-label {
		display:block;
		text-align: center;
		margin-top:1rem;
	}
	
	.dimensions_bagages p{font-size: 1.5rem;}
	
	
	.overview-image{margin-top:10px; margin-bottom:10px;}
	
	.page_titre .product_stars span {
		top: 1px;
		position: relative;
	}
	
	#product #avis {
		background-color:transparent;
		margin-top: 20px;
	}

	#agWidgetH.inline .agBt {
		justify-content: center;
	}
		#agWidgetH .logoAg {
			max-height: 3.4rem;
		}
	

	
	
	
	.product_faq .question_header h3 {font-size: 1.6rem;}
	
	

	
	#breadcrumb .netreviews_stars_light #AV_button {display: block;}
	
	#breadcrumb .netreviews_stars_light #top {
		text-align: center;
		width: 100%;
	}
	
	#breadcrumb .netreviews_image_stars {
		display: inline-block !important;
		margin-left: 7rem !important;
	}
	
	/*#breadcrumb .netreviews_font_stars div {
		top: 0;
	}*/
	
	
	
	/*#breadcrumb .netreviews_font_stars div:first-child{margin-left: 0.9rem;}
	
	.lang-fr #breadcrumb .netreviews_font_stars div:first-child{margin-left: 0.3rem;}*/
	
	#breadcrumb .netreviews_stars_light #slide {
		left: 0;
		text-align: right;
		width: 50%;
		padding-right: 3rem;
		padding-left: 0;
    	top: -0.1rem;
	}

	/*.netreviews_stars_light #slide {
		left: 0;
		position: relative;
		bottom: 0;
	}*/




	#bloc_index_top{padding-top: 180px;}
	
	.carte_home{
		top: -34px;
	}
	
		
		.carte_home #pointer_garibaldi.consigne em{top:20%;margin-top:1.8rem;}
	
	
	
	#trusties {
		margin-top: 60px;
		margin-bottom: 30px;
	}
	
	#trusties .partners {
		margin: 20px 2%;
	}

	#trusties .partners .partner {
		flex: 0 0 33.33%; 
		padding: 10px 20px;
	}
	
	

	
	#footer_middle_top {padding-top: 30px; padding-bottom: 40px;}
	
	
	body#checkout section.checkout-step .payment-options .custom-radio {margin-top: 4px;}

	body#checkout section.checkout-step .payment-options .payment-option label{
		font-size:16px; 
		line-height:24px;
	}
	
		
    .bloc_publicite{font-size: 2.0rem; padding: 0rem 2rem 0rem;}
	.bloc_publicite .pub_site a{font-size: 2.0rem;}
    .bloc_publicite .pub_coupon{font-size: 2.2rem;padding:1.0rem 2rem 0.8rem;}
		.bloc_publicite .pub_coupon i.fa{font-size: 1.6rem;margin-top:-0.25rem;}

	
}

@media handheld, only screen and (max-width: 526px) {
	#AV_widget_iframe{height:340px;}
}

@media handheld, only screen and (max-width: 480px) {
	

	#index #header_cl {padding-bottom: 220px;}
	
	#header-mobile .btn-side-bar i {
		font-size: 14px;
		margin-bottom: 4px;
	}
	#header-mobile .btn-side-bar.btn-side-bar-menu i {
		font-size: 13px;
		margin-bottom: 3px;
	}
	
	.item-product-list .decriptions-short {/*margin-top: 15px;*/}


	#bloc_index_top{padding-top: 120px;}
		#bloc_index_top.carte_carre{padding-top: 266px;}
	
	.carte_home{top: -60px;}
		.carte_carre .carte_home{top: 6px;}
	
	.carte_home .consigne{
		margin-top : -26px;
		margin-right : -20px;
		width: 40px;
		height: 40px;
	}
	
	.carte_home #pointer_tour_eiffel.consigne em {
		width:40px;
	}
	
	.carte_home .consigne em {font-size: 8px; width: 8rem;}
	
		.carte_home #pointer_garibaldi.consigne em{margin-top: 1.7rem;}
	
	.pulse {top: 12px;}
	
	.pulse:after {
		height: 20px;
		width: 20px;
		margin: -3px 0 0 -10px;
	}
	
	
	
	#indroduction h1{font-size: 2.5rem;margin-bottom: 3px;}
	#indroduction p{font-size: inherit; margin: 0 5% 1.6rem;}
		#indroduction p.commentaire{font-weight:700;font-style:normal;}
	
	.btn-primary{
		font-size: 1.2em;
		padding: 10px 25px;
	}

	.btn-huge {
		font-size: 1.2em;
		padding: 18px 25px;
	}
	
	.btn-sm {
		padding: 5px 15px 4px;
		font-size: 0.9em;
	}
	
	.btn-group-lg>.btn, .btn-lg {padding: 0.7rem 1.8rem;font-size: 1.3rem;}
	
	
	#info_premium {
		margin: 40px 0 0;
		display: block;
	}

	#info_premium .home_round{padding: 15px 15px;}
	
	.home_round h2{font-size: 2.2rem;}
	.home_round h3{font-size: 1.5rem; }
		
	#etapes {margin: 30px 0% 0px;}
	#etapes .etape {padding: 6% 6%;}
	#etapes .etape h2 {font-size: 1.8rem;}
	#etapes .etape h3 {font-size: 1.2rem;}
	#etapes .etape img {width: 45%;}
	
	
	
	
	#cms .page-content ul.argumentaire {
		justify-content:center;
	}
	
	#cms .page-content ul.argumentaire li {
		flex: 0 0 50%;
		justify-content:center;
	}
	
	
	#storemap{height: 460px;}
	

	#footer_middle_top {/*background-size: cover !important; */padding-top: 40px; padding-bottom: 0px;}
	#footer_middle_top .container.container-parent{padding: 0 20%;}
	
	.icon-with-text-6 {padding: 5px 25px;}
	.icon-with-text-6 .box_info {width:100%; margin: 10px auto;}
	.icon-with-text-6 .box_info .zmdi {margin-bottom: 15px;}
	.icon-with-text-6 .box_info .zmdi img {width:30px;}
	.icon-with-text-6 .box_info .h4 {margin-bottom: 10px;}
	.icon-with-text-6 .box_info p {font-size: 1.3rem;}
	
	
	#options_paiements ul { margin: 20px 5% 40px;}
	
	body#checkout section.checkout-step .payment-options .payment-option span i{display:block;}

	.banner_top_content {/*padding-top: 0.8rem;*/}
	
		.banner_top_block button.close {top: 0.6rem; right: 1.2rem;}
		
		.banner_top_content > a > b ,
		.banner_top_content > b{
			font-size: 2.6rem;
			line-height: 3.2rem;
		}
	
		.lang-it .banner_top_content > a > b,
		.lang-de .banner_top_content > a > b,
		.lang-it .banner_top_content > b,
		.lang-de .banner_top_content > b{
			font-size: 2.1rem;
			line-height: 2.7rem;
		}
	
		#banner_top_dispo.banner_top_block .banner_top_content > a > b ,
		#banner_top_dispo.banner_top_block .banner_top_content > b{
			font-size: 2.1rem !important;
			line-height: 2.8rem !important;
		}
		
			.banner_top_content > a > b > span::after,
			.banner_top_content > b > span::after {
				display:none;
			}
			
			.banner_top_content > a > b > span, 
			.banner_top_content > b > span {
				display:block;
				font-size: 1.5rem;
				line-height: 2.0rem;
				margin-bottom:0.0rem;
			}
			
			.banner_top_content > a > b.solo > span, 
			.banner_top_content > b.solo > span {margin-bottom:0;}
			
		
			#banner_top_dispo .banner_top_content > b > span + br {display:none;}


}






@media handheld, only screen and (max-width: 380px) {
	
	h1, .h1 {font-size: 2.8rem;}
	h2, .h2 {font-size: 2.0rem;}
	
	
	.banner_top_content > a > b ,
	.banner_top_content > b{
        font-size: 2.4rem;
        line-height: 3.0rem;
    }
	
    .lang-it .banner_top_content > a > b,
    .lang-de .banner_top_content > a > b,
    .lang-it .banner_top_content > b,
    .lang-de .banner_top_content > b{
        font-size: 2.0rem;
        line-height: 2.6rem;
    }
	
		
	#banner_top_dispo.banner_top_block .banner_top_content > a > b ,
    #banner_top_dispo.banner_top_block .banner_top_content > b{
        font-size: 1.9rem !important;
        line-height: 2.6rem !important;
    }
		
		.banner_top_content > a > b > span, 
        .banner_top_content > b > span {
            font-size: 1.3rem;
            line-height: 1.8rem;
        }
	
	
	#index #header_cl {padding-bottom: 210px;}

	#bloc_index_top{padding-top: 60px;}
		#bloc_index_top.carte_carre{padding-top: 170px;}
	
	.carte_home{top: -92px;}
		.carte_carre .carte_home{top: -40px;}
	
	#storemap{height: 450px;}
	
	
}






