h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
	text-decoration: none;
	color: black;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* alert */
.alert {
	padding: 8px 30px 8px 14px;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/**********************************************************************
                                    GLOBAL
**********************************************************************/

@font-face {
	font-family: triplex-bold;
	src: url('../fonts/triplex-bold.ttf');
	font-weight: normal;
}
@font-face {
	font-family: triplex-extrabold;
	src: url('../fonts/triplex-extrabold.ttf');
	font-weight: normal;
}
@font-face {
	font-family: triplex-light;
	src: url('../fonts/triplex-light.ttf');
	font-weight: normal;
}
body{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
h1,h2,h3
{
    font-family: triplex-bold;
    color: black;
    font-size: 3rem;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color:black;
}
a:focus {
    color: black;
    text-decoration: none;
}
.link_cta
{
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 10px 5px 10px;
}
.link_cta:hover
{
    color: white;
}
.link_cta:focus
{
    color: white;
}
.link_cta_secondary{
    display: inline-block;
    background-color: white;
    color: black;
    border: 2px solid black;
    padding: 3px 5px;
}
.link_cta_secondary:focus{
    color: black;
}
.table-summer>tbody>tr>td{
    border:none;
    vertical-align: middle;
}
.table-summer>tbody>tr:last-child>td{
    border-bottom: solid 1px black;
    padding-bottom: 20px;
    vertical-align: middle;
}
.table-summer>tbody>tr>td>a{
    color: black;
}


.button-secondary {
    color: black;
}
.button-secondary:hover {
    color: black;
}
.button-secondary{
    padding: 10px;
    border: solid black 1px;
    margin-right: 10px;
    border-radius: 0;
    font-weight: bolder;
    display: inline-block;
}
.button-secondary i{
   display: inline-block;
   margin-right: 5px;
   font-size: 1rem;
}
.button-primary{
    padding: 10px;
    color: white;
    background-color: black;
    border: solid black 1px;
    border-radius: 0px;
    display: inline-block;
	text-decoration:none;
}
.button-primary:hover{
    color: white;
}
.button-primary:focus{
    color: white;
}
.button-primary i{
   display: inline-block;
   margin-right: 5px;
   font-size: 1rem;
}

.button-danger{
    padding: 10px;
    color: white;
    background-color: #e74c3c;
    border: solid #e74c3c 1px;
    border-radius: 0px;
    display: inline-block;
	text-decoration:none;
}
.button-danger:hover{
    color: white;
}

.form-control-summer{
    border: 1px solid #110f0d;
    color: #110f0d;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /*outline-color: #110f0d;*/
}
textarea.form-control-summer {
    height: auto;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #b0b0b0;
}
::-moz-placeholder { /* Firefox 19+ */
color: #b0b0b0;
}
:-ms-input-placeholder { /* IE 10+ */
color: #b0b0b0;
}
:-moz-placeholder { /* Firefox 18- */
color: #b0b0b0;
}

:focus {outline:0 !important;}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #110f0d;
  -webkit-text-fill-color: #110f0d;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}

select{
    border-radius: 0;
    -webkit-appearance: none;
}

/* Customize the label (the container) */
.radio-summer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  /* Hide the browser's default radio button */
.radio-summer input {
    position: absolute;
    opacity: 0;
}
/* Create a custom radio button */
.radio-summer .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: white;
    border-radius: 50%;
    border: black solid 1px;
}

  /* When the radio button is checked, add a blue background */
  .radio-summer input:checked ~ .checkmark {
    background-color: black;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radio-summer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .radio-summer input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .radio-summer .checkmark:after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
  }

  /* Customize the label (the container) */
.checkbox-summer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .checkbox-summer input {
    position: absolute;
    opacity: 0;
  }

  /* Create a custom checkbox */
  .checkbox-summer .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #eee;
    border: black solid 1px;
  }


  /* When the checkbox is checked, add a blue background */
  .checkbox-summer input:checked ~ .checkmark {
    background-color: black;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkbox-summer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkbox-summer input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .checkbox-summer .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/**********************************************************************
                                    BOOTSTRAP 4
**********************************************************************/
.mt-0{
    margin-top: 0!important;
}
.mt-1{
    margin-top: 0.25rem!important;
}
.mt-2{
    margin-top: 0.5rem!important;
}
.mt-3{
    margin-top: 1rem!important;
}
.mt-4{
    margin-top: 1.5rem!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mb-1 {
    margin-bottom: 0.25rem!important;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.mr-0 {
    margin-right: 0!important;
}
.mr-1 {
    margin-right: 0.25rem!important;
}
.mr-2 {
    margin-right: 0.5rem!important;
}
.mr-3 {
    margin-right: 1rem!important;
}
.mr-4 {
    margin-right: 1.5rem!important;
}
.ml-0 {
    margin-right: 0!important;
}
.ml-1 {
    margin-left: 0.25rem!important;
}
.ml-2 {
    margin-left: 0.5rem!important;
}
.ml-3 {
    margin-left: 1rem!important;
}
.ml-4 {
    margin-left: 1.5rem!important;
}
.pt-0{
    padding-top: 0!important;
}
.pr-0{
    padding-right: 0!important;
}
.pb-0{
    padding-bottom: 0!important;
}
.pl-0{
    padding-left: 0!important;
}
.pt-4{
    padding-top: 1.5rem!important;
}
.pr-4{
    padding-right: 1.5rem!important;
}
.pb-4{
    padding-bottom: 1.5rem!important;
}
.pl-4{
    padding-left: 1.5rem!important;
}

@media (min-width: 478px) {
    .mb-sm-0 { margin-bottom: 0rem!important; }
}

.text-uppercase {
    text-transform: uppercase!important;
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

.card
{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-bottom: 30px;
}
.card-top
{
    height: 100%;
    margin-bottom: 15px;
}
@media (min-width: 960px) {
	.card-top
    {
        margin-bottom: 15px;
    }
}
.card-img
{
    border-radius: calc(.25rem - 1px);
    width: auto;
    max-height: 100%;
}
.card-title{
    font-family: triplex-bold;
}
.card-block{
    height: 100%;
}
.card-price{
    align-self: center;
    margin-top: 20px;
}
.card-description-top{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media (min-width: 960px) {
    .card-description-top{
        display: block;
    }
    .card-top
    {
        height: 205px;
    }
	.card-block{
        height: 205px;
    }
    .card-price{
        align-self: flex-start;
    }
}
@media (min-width: 1200px) {
	.card-block{
        height: 205px;
    }
    .card-top
    {
        height: 258px;
    }
}

.card-text
{
    text-align: justify;
}

.mx-auto{
    margin: 0 auto;
}
.f-n{
    float: none;
}

.d-none {
    display: none!important;
}
.d-block {
    display: block!important;
}
@media (min-width: 768px){
    .d-sm-block {
        display: block!important;
    }
    .d-sm-flex {
        display: flex!important;
    }
    .d-sm-none {
        display: none!important;
    }
    .d-sm-table-cell{
        display: table-cell!important;
    }
    .text-sm-left{
        text-align: left!important;
    }
    .mb-sm-0 {
        margin-bottom: 0;
    }
}
/**********************************************************************
                                    HEADER
**********************************************************************/

@media (min-width: 768px) {

    .navbar-container-header{
        position: absolute;
        top: 50;
        left: 0;
        right: 0;
        z-index: 10;
    }
    .navbar-collapse
    {
        padding-top: 0px;
    }
}

.navbar-container-header ul.list-nav-right li.shop a
{
    color: black;
    background-color: white;
    padding: 10px;
}
.navbar-container-header ul.list-nav-left > li > a:hover,
.navbar-container-header ul.list-nav-right > li:not(.shop):not(.cart) > a:hover,
.navbar-container-header > ul > li.active a
{
    color: black;
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-container-header ul.list-nav-left > li > a:hover,
    .navbar-container-header ul.list-nav-right > li:not(.shop):not(.cart) > a:hover,
    .navbar-container-header ul > li.active > a
    {
        color: white;
        display: inline-block;
        padding-bottom: 0.2rem;
        border-bottom: solid 2px white;
    }
}
.navbar .navbar-toggler
{
    background-color: white;
}

.logo-summer
{
    text-align: center;
}
.logo-summer img
{
    width: 6rem;
}
@media (min-width: 960px) {
    .logo-summer img
    {
        width: 8rem;
    }
}
@media (min-width: 1120px) {
    .logo-summer img
    {
        width: 10rem;
    }
}
@media (min-width: 1350px) {
    .logo-summer img
    {
        width: 12rem;
    }
}


#user-menu
{
    display:flex;
    align-items: center;
}
.navbar-container-header
{
    min-height: 55px;
}
.navbar-toggle .icon-bar
{
    background-color: black;
}

@media (min-width: 768px) {

    .navbar-collapse
    {
        padding-top: 0px;
    }
}

.navbar-container-header .navbar-nav,
#header-mobile-account ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .navbar-container-header ul.list-nav-left{
        display: flex;
        justify-content: flex-end;
    }
    .navbar-container-header ul.list-nav-right{
        display: flex;
        justify-content: flex-start;
    }
    .navbarNav-container{
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
}

.navbar-container-header .navbar-nav > li > a,
.navbar-container-header a.shop,
.navbar-container-header a.cart,
.navbar-container-header a.account,
#header-mobile-account ul li a
{
    text-decoration: none;
    color:black;
    display: inline-block;
    font-family: triplex-light;
    font-size: 1.8rem;
    padding-left: 0;
}

@media (min-width: 768px) {

    .navbar-container-header .navbar-nav > li > a, .navbar-container-header a.shop, .navbar-container-header a.cart, .navbar-container-header a.account
    {
        text-decoration: none;
        color:black;
        padding-bottom: 0.4rem;
        padding-top: 0;
        margin-right: 1.25rem;
        display: inline-block;
        font-family: triplex-light;
        font-size: 1.3rem;
    }
    .navbar-container-header .navbar-nav > li > a
    {
        color: white;
    }
    .navbar-container-header .navbar-nav > li > a, .navbar-container-header a.shop, .navbar-container-header a.cart, .navbar-container-header a.account
    {
        text-decoration: none;
        color:white;
        padding-bottom: 0.4rem;
        padding-top: 0;
        padding-left: 0;
        margin-right: 1.25rem;
        display: inline-block;
        font-family: triplex-light;
        font-size: 1.3rem;
    }
    .list-nav-left > li
    {
        margin-right: 30px;
    }
    .list-nav-right > li
    {
        margin-left: 30px;
    }
}


.list-nav-left > li:last-child
{
    margin-right: 0px;
}
.list-nav-right > li:first-child
{
    margin-left: 0px;
}
.list-nav-left > li > a:last-child
{
    padding-right: 0;
    margin-right: 0;
}
.list-nav-right > li > a:first-child
{
    padding-left: 0;
    margin-left: 0;
}
.list-nav-right > li i
{
    font-size: 1.3rem;
}

/**********************************************************************
                                    MOBILE NAv
**********************************************************************/

.navbar-toggle{
    margin-right:0;
}
.header-mobile-right ul.list-inline{
    height: 55px;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-mobile-right ul.list-inline i{
    font-size: 26px;
}
.header-mobile-right ul.list-inline .nav-item:not(:last-child){
    margin-right: 30px;
}
#header-mobile-account ul li a{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.dropdown-mobile-shop{
    list-style: none;
    padding: 30px;
}

@media (max-width: 478px) {
	.dropdown-mobile-shop .button-secondary{
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

/**********************************************************************
                                    CART - ACCOUNT - POPIN
**********************************************************************/
.list-nav-right li i.fa-times
{
    color: red;
    font-size: 1rem;
    cursor: pointer;
}

.table-summary{
    width: 45%;
    float: right;
}
.table-summary>tbody>tr:not(:last-child)>td{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid black 1px;
    text-align: right;
}
.table-summary>tbody>tr>td{
    padding: 15px 0px;
}

.table-summary>tbody>tr>td:first-child{
    text-align:left;
}
.cart {
    display: flex;
}
#cart .dropdown-menu, #account .dropdown-menu
{
    margin-top: 10px;
}
#cart > .btn, #account> .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn, #account > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover, #account.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu, #account .dropdown-menu {
	background: #ffffffd4;
    z-index: 1001;
    min-width: 100%;
    border: black solid 1px;
    border-radius: 2px;
    padding: 10px 20px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu, #account .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table, #account .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div, #account .dropdown-menu li > div {
	min-width: 427px;
	padding: 0;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div, #account .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p, #account .dropdown-menu li p {
	margin: 20px 0;
}
.img-thumbnail{
    border-radius: 50%;
    padding: 0;
    border:0;
}
#checkout-order i{
    font-size: 1.1rem;
    position: relative;
    top: 2px;
}
#show-cart i{
    font-size: 1.1rem;
}
.shop-counter{
    position:relative;
}
.cart-nb-items{
    display: inline-block;
    background-color: red;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -9px;
    left: 12px;
    color: white;
}
.cart-nb-items-mobile{
    font-size: 1.4rem;
    text-align: center;
}
.cart-nb-items-web{
    font-size: 0.8rem;
}

/**********************************************************************
                                    CART
**********************************************************************/
.table-summer .fa-times{
    color: red;
    display: inline-block;
    cursor: pointer;
    display: inline-block;
    margin-left: 30px;
}
.subtotal-cart{
    margin-top: -10px;
}
.cart-button-action{
    display: flex;
    justify-content: flex-end;
}
.cart-button-action .button-secondary{
    margin-right: 1.5rem;
}

@media (max-width: 478px) {
	.cart-button-action {
        flex-direction: column;
        align-items: flex-end;
    }
    .cart-button-action .button-secondary{
        margin-right: 0rem;
        margin-bottom: 0.7rem;
        margin-top: 20px;
    }
}
/**********************************************************************
                            HOME CAROUSEL
**********************************************************************/

#carousel-home
{
    max-height:70vh;
    overflow:hidden;
    position: relative;
	display:flex;
	align-items: flex-end;
}
#carousel-home .carousel-inner
{
    position:relative;
}

#carousel-home .item .img-fluid
{
    width:100%;
    height:100%;
}
.carousel-control-container
{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: black;
    padding: 10px;
}
@media (min-width: 768px) {
    .carousel-control-container
    {
        padding: 20px 20px 8px 20px;
    }
}
.carousel-control
{
    position: static;
    display: inline;
    opacity: 1;
}
.carousel-control .glyphicon
{
    position: static;
}


.control-left
{
    margin-right: 40px;
}
.text-presentation-header
{
    position: absolute;
    z-index: 10;
}
.text-presentation-header span
{
    color: white;
    font-family: triplex-extrabold;
}
.text-presentation-header .p_front
{
    font-size: 2.3rem;
}
.text-presentation-header .p_date
{
    font-size: 1.25rem;
}
.text-presentation-header .p_link
{
    background-color: white;
    display: inline-block;
    margin-top: 20px;
    border: 0;
}

@media (min-width: 800px) {
    .text-presentation-header .p_front
    {
        font-size: 2.8rem;
    }
    .text-presentation-header .p_date
    {
        font-size: 1.8rem;
    }
}
.text-presentation-scroll
{
    position: absolute;
    top: 530px;
    left: 0;
    right: 0;
    z-index: 10;
}
.text-presentation-scroll span
{
    font-size: 4rem;
    color: white;
}
.text-presentation-scroll a
{
    text-decoration:none;
    color: white;
}
/**********************************************************************
                                   BREADCRUMB
**********************************************************************/

/* breadcrumb */
.breadcrumb {
	margin: 30px 0 20px 0;
    padding: 8px 0;
    background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/**********************************************************************
                                    HOME
**********************************************************************/
.list-categories
{
    margin-bottom: 30px;
    margin-top: 40px;
}
.list-categories-part-text
{
    padding: 0;
}
.desc_section{
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .list-categories
    {
        margin-bottom: 65px;
        margin-top: 85px;
    }
    .list-categories-part-text
    {
        padding: 0px 30px 0px 30px;
    }
    .desc_section{
        margin-bottom: 65px;
    }
}


.list-categories-part-img
{
    padding: 0;
}
.list-categories-container{
    display:flex;
    align-items: center;
}
.list-categories-container .p_date{
    color: #888;
    font-family: triplex-bold;
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom:5px;
}
.list-merchandising .container {
    padding-right: 50px;
    padding-left: 50px;
}
@media (max-width: 768px) {
    .card-text{
        text-align: center;
    }
    .list-categories-container{
        margin-bottom: 35px;
    }
}
/**********************************************************************
                                    FOOTER
**********************************************************************/

footer
{
    padding-top: 40px;
    background-color: black;
    padding-bottom: 30px;
    color: white;
    margin-top: 90px;
}
footer h3
{
    color: white;
    font-size: 1rem;
    margin-bottom: 30px;
}
.list-partenaires
{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.list-partenaires img
{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid white;
}
.footer-home-line
{
    border-top: 1px solid white;
    width: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
}
footer .cgv
{
    font-size: 0.65rem;
}
footer .cgv a
{
    color:white;
}
footer .cgv a:hover
{
    color:white;
    text-decoration: none;
}
.contact-us{
    background-color: white;
    font-family: triplex-light;
}
/**********************************************************************
                            PRODUCT
**********************************************************************/

#product-product .thumbnail {

    border: 1px solid black;
    border-radius: 0;
}
.summary_category{
    display: flex;
    align-items: center;
}

.select-product-controler {
    background: #ffffff url(../image/select_control.jpg) no-repeat 21px 11px;
    padding-right: 14px;
}

.line_product{
	margin-bottom:20px;
}
/**********************************************************************
                            COUPON
**********************************************************************/

#input-coupon{
    width: auto;
    display: inline-block;
}
#button-coupon{
    display: inline-block;
    padding: 6px;
}
#button-coupon i{
    margin-right: 0px;
}

/**********************************************************************
                            LOGIN
**********************************************************************/

.well {
    border-color:black;
    background-color: white;
    border-radius: 0px;
}

/**********************************************************************
                            WARNING
**********************************************************************/

.alert{
    border-radius:0;
}

/**********************************************************************
                            CASHLESS
**********************************************************************/

.solde{
    font-size: 25px;
}

.pagination>li>a, .pagination>li>span{
    color:black;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    color:white;
    background-color: #000000;
    border-color: #000000;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    color:black;
}

.no-ticket{
    color:red;
}
.yes-ticket{
    color:green;
}
.cardNumber{
    font-size:12px;
}

.form-control.iban{
    display: inline;
    width: 60px;
}