@font-face {
    font-family: 'AvenirBook';
    src: url('fonts/avenir-book.eot');
    src: url('fonts/avenir-book.eot?#iefix') format('embedded-opentype'),
    url('fonts/avenir-book.woff') format('woff'),
    url('fonts/avenir-book.ttf') format('truetype'),
    url('fonts/avenir-book.svg#AvenirBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body { background-color: #FFFFFF; color:#000000; font-size: 16px; font-family: AvenirBook; }

/* Fonts */
a { color:#000000; }
a:hover { color:#000000; text-decoration: underline; }
a:active, a:focus { color:#000000; text-decoration: none; outline: none;  }
button:active, button:focus { outline: none; }

h1, h2, h3, h4, h5 { text-transform: uppercase; margin:0px; padding: 0px 0px 15px 0px; }
h1, .jumbotron h1 { font-size: 24px;}
h1.cms { padding: 15px; margin:20px 0px 20px 0px; }
h2 { font-size: 22px;}
h3 { font-size: 20px;}
h4 { font-size: 18px;}
h5 { font-size: 16px;}

hr { margin: 0px 0px 10px 0px; height: 1px; border: 0;
    background-color: #efefef;  color: #efefef; }
.text-bold { font-weight: bold; }
.text-grey { color:grey; }
.text-error { color:#C9302C; }

.icon { font-size: 14px; margin-right: 5px; }
.icon-pack { background: url("/img/icon-pack.png") no-repeat; }

/* margins */
.mt-15 { margin-top: 15px; }
.mb-15 { margin-bottom: 15px; }
.ml-15 { margin-left: 15px; }
.mr-15 { margin-right: 15px; }

/* Bootstrap Redefined */
.clear { clear: both; }
.modal-header { border:none; }

.form-horizontal .form-group {
    margin-left:0px;
    margin-right: 0px;
}

.form-control {
    /*-webkit-appearance: none;*/
    color: #000000;
    font-size: 16px;
    box-shadow: none;
    border-radius: 26px;
    border: 2px solid #c1c1c1;
    height: 45px;
    padding: 10px 20px;
}

.form-control:focus {
    border: 2px solid #000000;
}

.has-error .form-control {
    border-color: #C9302C;
}
.has-error .control-label {
    color: #C9302C;
}

/*
select{
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
    height: 30px;
    width: 100px;
    padding: 5px;
}
 */

label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
}

.label-primary {
    border-radius: 0px;
    border:0;
    color:#fff;
    background: #000;
    font-size: 14px;
    padding:3px 4px;
}

.label-primary-outline {
    border:1px solid #94299d;
    color:#94299d;
    background: transparent;
    font-size: 14px;
    padding:3px 4px;
}

.label-outline {
    background: transparent;
    border:1px solid #c4c4c4;
    color:#000000;
}

.jumbotron {
    background-color: transparent;
    margin:0px;
    padding: 0px;
}

.jumbotron-small {
    max-width: 550px;
    text-align: center;
    margin:auto;
}

.container { width:100%; max-width: 1280px; }

body .container-main { padding-top: 20px; max-width: 1280px; }
body#homepage .container-main { max-width: 1180px; }
body#category .container-main { max-width: 1280px; }

.navbar-default {
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height:50px;
    background-color: #FFFFFF;
    text-align: center;
    border-bottom:1px solid #EFEFEF;
}
.navbar-default .navbar-nav > .active > a {
    background-image: none;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-image: none;
}
.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #FFF;
}
.navbar-default .navbar-nav > .active > a {
    background-image: none;
    box-shadow: none;
}
.navbar-default .btn-link, .navbar-default .navbar-brand, .navbar-default .navbar-link {
    color: #FFF;
}

.navbar-default .form-control {
    border:none;
}

.navbar-toggle .icon-bar { background-color: #000000; }

/*table tr { cursor: pointer; }*/
.table > thead > tr > th {
    font-size: 18px;
}
.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 16px; font-size: 16px; vertical-align: middle; border-bottom: 1px solid #EFEFEF;
}

.table span.amount { font-size:20px; }

.form-control:focus { box-shadow: none; outline: none; }

.alert {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
    border:2px solid;
    border-radius: 0px;
}

.alert-warning {
    color:#6E1873;
    border-color:#6E1873;
}

.modal-header .close {
    opacity: 1;
}
.modal-content {
    box-shadow: none;
    -moz-box-shadow: none;
    border:2px solid #EDEDED;
    border-radius: 0px;
}
.modal-header h4 {
    padding:0px;
}

.dropdown { text-align: left !important; cursor: pointer;  }
.dropdown-menu { box-shadow: none; -webkit-box-shadow:none; }
.dropdown-content { min-width: 360px; border-radius: 0px; cursor: context-menu; padding: 5px 20px 20px 20px; }
.dropdown-content .heading { border-bottom: 1px solid #EFEFEF; padding-bottom:10px; margin:15px 0px 15px 0px; }
.dropdown-content ul li { margin-bottom:10px; float:left; width:150px; }
.dropdown-content ul li.active a { font-weight: bold; text-decoration: underline; }

.popover {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product .panel-default > .panel-heading {
    border:0;
}

.product .panel-group .panel {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:0;
}

.product .panel-default .panel-heading {
    background: none;
    border-bottom:1px solid #ddd;
}


/* Sidebar */
.sidebar-toggle {
    background-color: transparent;
    background-image: none;
    border: none;
    float:left;
    margin:8px 0px 8px 0px;
    padding: 9px 10px;
}
.sidebar-toggle:focus, .sidebar-toggle:active  {
    background-color: transparent;
}
.sidebar-toggle .icon-bar {
    /* border-radius: 1px; */
    background-color: #000000;
    display: block;
    height: 2px;
    width: 22px;
}
.sidebar-toggle:focus {
    outline:none;
}
.sidebar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

/* Buttons */
.btn {
    border: none;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    text-transform: uppercase;
    font-size: 12px;
    outline:0;
    border-radius: 26px;
}
.btn:focus, .btn:active {
    outline: 0;
    background-color: #c0c0c0;
    color:#000000;
}

.btn:hover {
    box-shadow: none;
    text-shadow: none;
    background-image: none;
}

.btn-primary-outline {
    border: 2px solid #6E1873;
    color:  #6E1873;
    background-color: transparent;
    font-size:16px;
    text-transform: none;
    font-weight:bold;
    padding:10px 30px 10px 30px;
}
.btn-primary-outline:hover {
    color:  white;
    background-color: #6E1873;
}
.btn-primary-outline:focus {
    color:  white;
    background-color: #6E1873;
}
form .btn-primary-outline {
    margin-top:15px;
}
.btn-danger-outline {
    border: 1px solid #c12e2a;
    color:  #c12e2a;
    background-color: transparent;
}
.btn-warning-outline {
    border: 1px solid #eb9316;
    color:  #eb9316;
    background-color: transparent;
}
.btn-white-outline {
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    background-color: transparent;
}

.btn-primary {
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
    background-color:#6E1873;
    color: #ffffff;
    padding:10px 35px 10px 35px;
}

.btn-primary:hover {
    background-color: #94299d;
}

.btn-primary:focus,.btn-primary:active {
    background-color: #94299d;
    color:#fff;
}

.btn-black-outline {
    border:2px solid #000000;
    color: #000000;
    background-color: transparent;
    font-size: 16px;
}

.btn-medium {
    font-size: 16px;
}

.btn-large {
    font-size: 20px;
}

.btn-plus { height:18px; width: 18px; background-image: url('/img/icon-plus.gif'); display: block; cursor: pointer; }
.btn-minus { height:18px; width: 18px; background-image: url('/img/icon-minus.gif'); display: block; cursor: pointer; }

.btn-squared { border-radius: 0; }
.btn-rounded { border-radius: 26px; }

.btn-rounded-primary {
    color:  white;
    font-size: 14px;
    background-color: #6E1873;
    padding: 10px 25px 10px 25px
}
.btn-rounded-primary:hover {
    color:#000;
    background-color: darkgrey;
}

.btn-filters {
    color:  white;
    background-color: #6E1873;
    width:60%;
    margin: 0px auto 20px auto;
    display:none;
}

.btn-filters:hover, .btn-filters:active, .btn-filters:focus {
    background-color: #ccc;
}

.btn.disabled, .btn-loading:active, .btn-loading:focus {
    color: #000;
    background-color: #c0c0c0;
    border:none;
}

/* Lists */
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.horizontal li {
    float:left;
}

/* HEADER */
header .top { height:22px; background-color: #6E1873; }
header .top-sale  { height:22px; background-color: #032c5e; color:#FFF; height:32px; padding:5px; } /* background-color: #6E1873; color:#FFF; */
.top-op  { background-color: #032c5e; color:#FFF; padding:5px; } /* background-color: #6E1873; color:#FFF; */
.top-op.visible-xs { font-size: 12px; margin-bottom: 10px; }
#order .top-op.visible-xs  { display: none !important; }
#homepage .top-op.visible-xs { display: none !important; }

header .container:first-child { padding-left: 25px;  padding-right: 25px; }

header .middle { padding:18px 0px 18px 0px; }
header .middle .col { padding: 0px; vertical-align: middle; float:left; }
header .middle .dropdown { float: left; margin-left: 15px; font-size: 14px; padding-top: 0px; }
header .middle .middle-nav { text-align: center; margin-left:90px; padding-top:15px; }
header .middle .middle-nav .item { float: left; margin-left:20px; }
.dropdown-locale .icon-pack { height:19px; width:20px; float: left; margin-right:5px; }
.icon-country { background-position:-180px -50px; }
.icon-fr { background-position:0px -50px; }
.icon-gb { background-position:-40px -50px; }
.icon-us { background-position:-20px -50px; }
.icon-de { background-position:-100px -50px; }
.icon-ca { background-position:-80px -50px; }
.icon-jp { background-position:-120px -50px; }
.icon-nl { background-position:-140px -50px; }
.icon-au { background-position:-160px -50px; }
header .middle .middle-nav .item .icon-EUR { background-position:0px -31px; }
header .middle .icon-search  { background-position:-61px 0px; height:30px; width:21px; margin-left:25px;}
header .middle .item.search  { margin-left:3px; }
header .middle .right-nav { float: right; text-align: right; display:inline-block;
    position:relative;}
header .middle .right-nav .item { float: right; margin-left:56px; font-weight: bold; font-size: 14px; text-align: center; }
header .middle .right-nav .item .icon-pack { height:30px; width:30px; margin: auto; margin-bottom: 5px; }
header .middle .right-nav .item .icon-location { background-position:-92px 0px; width:20px;}
header .middle .right-nav .item .icon-account { background-position:-30px 0px;}
header .middle .right-nav .item .icon-cart { background-position:0px 0px; width:30px;}
header .middle .right-nav .item .badge { background-color: red; color:#ffffff; position:absolute; padding: 2px 5px; z-index:1000;
margin-top:18px; margin-left:5px; }

header .search input { border:0; border-bottom: 2px solid #000; color:#999999; font-weight: bold; font-size: 14px; padding-top:0px; outline: none; }
header .search input:focus  { outline: none; border:0; border-bottom: 2px solid #6E1873; }

header .middle button { margin: 15px 0px 0px 15px; }

header nav .logo-mobile { display: inline-block; margin: 3px 0 0 0;  width: 40%; max-width: 175px; padding-left:-15px;}
header nav .navbar-right { padding: 10px 10px 0px 0px; float: right; }
header nav .navbar-right .icon { font-size: 20px; margin-left: 15px; }

.dropdown-locale .form-control {
    border:2px solid #6E1873;
    font-size: 16px;
    height:45px;
}

.dropdown-locale ul {
    margin:15px 0px 20px 0px;
}

/* MENU */
header #wrapper { font-weight: bold; }

/* FOOTER */
footer { background-color: #F8F8F8; padding: 25px 0px 25px 0px; font-size: 14px; margin-top:45px; }
footer h3 { text-transform: none; border-bottom:1px solid #E6E6E6; font-size:16px; font-weight:bold; padding-bottom: 10px;  }
footer ul { }
footer ul li { padding-top: 10px; }
footer .newsletter { padding-top: 10px;  }

.screen-mask {
    display: none;
    position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1005;
    -webkit-overflow-scrolling: touch;
    outline: 0; background-color: #000000; opacity: 0.5;
}

.loading-mask {
    text-align: center; z-index: 1001; background-color: #FFFFFF; opacity:0.5; position: absolute; width:100%; height:100%; padding-top: 25%; display:none;
}

/* MODAL */
.modal {
    font-size: 16px;
}
.modal-login {
    text-align: center;
}
.modal-login .alert {
    display:none;
}
.modal-login form {
    text-align: center;
    margin:20px 0px 20px 0px;
}
.modal-login .control-label {
    font-size: 18px;
    font-weight: normal;
}
.modal-login .form-control {
    font-size: 16px;
    height:45px;
}
.modal-login hr {
    margin:0px 0px 20px 0px;
}

/* PAGE */
h1.page-title { color:#721F78; font-size: 28px; text-transform: none; padding: 10px 0px 30px 0px;}
h2.page-title { color:#000000; font-size: 26px; text-transform: none; padding: 0px 0px 20px 0px;}
h3.page-title { color:#000000; font-size: 18px; text-transform: none; padding: 0px 0px 15px 0px;}
.page-menu { padding: 0px 10px 0px 0px; }
.page-menu ul li { border-top:1px solid #EFEFEF; padding:10px 5px 10px 5px;  }
.page-menu ul li a { font-size: 16px; font-weight: bold; }
.page-menu ul li a:hover, .page-menu ul li.active a { color:#721F78; }
.page-content p { margin-bottom:40px; }
.page-content a { text-decoration: underline; }

/* ACCOUNT */
.account form { margin-bottom: 50px; }
.account .address .btn { margin:10px 0px 20px 0px; }
.account .addresses .address { margin-bottom:20px; padding: 15px; border:3px solid #EFEFEF; }
.account .addresses .address .actions { margin-top:15px; }

/* HOMEPAGE */
.homepage .block-content {
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align:center;
    padding:15px 0px 0px 0px;
    margin-bottom: 40px;
}
.homepage .homepush {
    margin-bottom:30px;
}

.homepage .homepush-links {
    position: absolute;
    z-index: 999;
    width:100%;
    margin-top: 80px;
    margin-left: -40px;
    font-size: 20px;
}

.homepage ul.links {
    text-align: center;
    margin:auto 0;
}

.homepage ul.links li {
    margin:0px 0px 25px 15px;

    float:left;

}

.homepage ul.links li a {
    background-color: #032c5e;
    padding:10px;
    color:#fff668;
    opacity: 0.9;
    font-size: 18px;
}

.homepage ul.links li a.ss19 {
    background-color: transparent;
    font-weight: bold;
    border-bottom:1px solid #FFF;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

.homepage ul.links li span {
    color: #ffffd2;
}

/* RESULTS PAGE */
.result-filters { padding: 0px 0px 0px 10px; }
.result-filters .display-btn { padding:15px; background-color: #000; }
.result-filters .filter { clear: left; padding-top: 15px; font-size: 16px; }
.result-filters .filter:first-child { padding-top: 0px; }
.result-filters .filter h2 { font-size: 16px; line-height: 30px; font-weight: bold; }
.result-filters .filter h2 span { font-size: 18px; line-height: 30px; color:#CCCCCC; font-weight: normal; }
.result-filters .filter li { margin: 0px 0px 8px 5px; color:#999999; }
.result-filters .filter ul { border-bottom: 1px solid #EDEDED; }
.result-filters .filter-size-2 li { margin: 0px 0px 15px 20px;}
.result-filters .filter-size li { padding: 5px 8px 5px 8px; border:2px solid #EDEDED; text-align: center; cursor: pointer; }
.result-filters .filter-size li a { color:#000; font-size: 14px; }
.result-filters .filter-size li a:hover { color:#000000; text-decoration: none; }
.result-filters .filter-size li:hover { border:2px solid #000000; }
.result-filters .filter-size li.active { border:2px solid #000000; }
.result-filters .filter-size li.active a { color:#000000; }
.result-filters .filter-checkbox li { min-width: 75px; }
.result-filters .filter-checkbox a { background: url('/img/radios.gif') no-repeat; padding-left: 24px ;  color:#000; }
.result-filters .filter-checkbox a:hover { background-position:0px -26px; text-decoration: none; color:#000000; }
.result-filters .filter-checkbox a.active { background-position:0px -54px;  color:#000000;}
.result-filters .filter-checkbox li.active a { background-position:0px -54px;   color:#000000;}
.result-filters .filter-color li {
    cursor: pointer; opacity:0.5;
    border-radius:50%; height:25px; width: 25px; background-color:#fff;
    border: 1px solid #b1b1b1; box-shadow: inset 0 0 0 2px #fff;
}
.result-filters .filter-color li:hover { opacity:1; }
.result-filters .filter-color li.active { border: 1px solid #000; opacity:1;}
#feature-color-16 { background-color: #00b3ee; }
#feature-color-17 { background-color: #8a8786; }
#feature-color-18 { background-color: #fff500; }
#feature-color-19 { background-color: #985100; }
#feature-color-20 { background-color: #957a98; }
#feature-color-15 { background-color: #000; }
#feature-color-20 { background-color: #ffb800; }
#feature-color-21 { background-color: #e961bd; }
#feature-color-22 { background-color: #e90600; }
#feature-color-23 { background-color: #32ac69; }
#feature-color-24 { background-color: #7b0392; }
#feature-color-25 {
    background: red; /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left,red,yellow,green,blue);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(left,red,yellow,green,blue);
    /* For Fx 3.6 to 15 */
    background: -moz-linear-gradient(left,red,yellow,green,blue);
    /* Standard syntax */
    background: linear-gradient(to right, red,yellow,green,blue);
}

.results { padding: 0px 0px 0px 50px; }

.results .result-title { color:#CCC; }
.results .result-title h1 { font-size: 17px; color: #000; }
.results .result-sort { text-align: right; }
.results .products { margin:15px 0 15px 0 }
.results .products-loading { text-align: center; z-index: 1001; background-color: #FFFFFF; opacity:0.5; position: absolute; width:100%; height:100%; padding-top: 25%; display:none; }
.results .product { text-align: center;}
.results .product .info {
    margin:20px 0 30px 0;
    font-size: 14px;
    line-height: 25px;
    height: 60px;
    padding: 15px 0px 15px 15px;
    text-align: left;
    border-top:1px solid #EDEDED;
}
.results .product .info .name {
    height: 20px; line-height: normal;
}
.results .product .tag {
   position: absolute; z-index: 900; margin:auto; width: 100%; padding-top:10px; font-size: 14px;
}
.results .product .tag span {
    color:#999999; padding: 0px 15px 15px 15px; background-color: #ffffff; margin-left:-45px;
    font-weight: bold;
}

.results .product a { text-decoration: none; }
.results .product .hover { margin: 0 auto; position: absolute; z-index: 1000; top:5%; left:5%; display:none;/**/ }
.results .product .hover .add-items { padding:10px; background-color: #FFF; width:80%; text-align: center; margin: 0 auto; }
.results .product .hover .add-items .row { margin:0px; }
.results .product .hover .add-items .form-control { height:20px; font-size: 12px; padding:2px; }
.results .product .hover .btn { padding:10px; background-color: #FFF; border-radius: 100px; margin-top: 15px;  }
.results .product .hover .col-xs-1, .results .product .hover .col-xs-2 { padding: 0px; }
.results .product img { display: inline-block; }
.results .product img.not-visible { display:none; }
.results .product .loader { display:none; }

.results .pager { text-align: center; clear: both; }
.results .pager ul {margin-top:25px; }
.results .pager a { border:2px solid #000000; border-radius: 0px; }
.results .pager a:hover, .results .pager .active a  { background-color: #000000; color: #FFFFFF; }
.results .pager .disabled a { border:2px solid #ededed; }
.results .pager .disabled a:hover { background-color: #FFFFFF; color: #CCC; }

.page-description h1 { font-size: 14px; }
.page-description p { font-size: 12px; }

/* PRODUCT PAGE */
.product-top { margin-bottom: 25px; }
.product .label { margin-bottom: 10px; }
.product { font-size: 12px; }
.product .carousel img { margin: auto; }
.product .carousel-control {
    background-image: none;
    width:50%
}
.product .carousel-control img {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -15px;
}
.product .carousel-control img.right {
    margin-right: -15px;
    right:15%;
}
.product .carousel-control img.left {
    margin-left: -15px;
    left:15%;
}
.product h1, .product h2 { text-transform: none; font-weight: bold; font-size: 22px; margin: 0px; padding: 0px;  }
.product h2 { font-size: 16px;  }
.product .reference { font-size: 16px; color:#999999; line-height: 45px; }
.product .price { font-size: 20px; margin-bottom:25px; }
.product .variations { font-size: 16px; margin-bottom:25px;}
.product .variations .select { margin-bottom:10px; font-weight: bold; }
.product .variations li { margin: 0px 8px 8px 0px; padding: 5px 8px 5px 8px; border:1px solid #EDEDED; text-align: center; cursor: pointer; }
.product .variations li a { color:#000000; font-size: 16px; }
.product .variations li a:hover { color:#000000; text-decoration: none; }
.product .variations li:hover { border:1px solid #000000; }
.product .variations li.active { border:1px solid #000000; background-color: #000000; color: #ffffff; }
.product .variations li.ofs { border:1px solid #EDEDED; color:#EDEDED; cursor: not-allowed; }
.product .sizing-guide .icon-pack { background-position:0px -70px; width:22px; height:16px; display:block; margin-top:5px; }
.product .sizing-guide a { font-size:13px; padding:0px 0px 0px 5px;}
.product .btn-add-cart {
    width:100%;
    -webkit-transition:background 500ms;
    -moz-transition:background 500ms;
    -o-transition:background 500ms;
    transition:background 500ms;
    animation: fill 500ms ease 0s alternate infinite;
    background-color: rgba(110, 24, 115, 0.51);
    margin-bottom: 30px;
    padding:10px;
}
.product .btn-add-cart.active {
    background-color: #6E1873;
}
.product .btn-add-cart span { padding: 3px 0px 5px 40px; background-image: url("/img/icon-pack-product-cart.png"); background-repeat: no-repeat; }
.product-related .title { margin: 20px 20px; font-family: AvenirBook; font-size: 16px; letter-spacing: 3px; text-transform: uppercase; }
.product-related .image { display: inline-block; }

/* CART */
.cart-list .row { margin:0px; }
.cart-list .product { border-top:1px solid #EFEFEF; padding: 10px; font-size: 16px; }
.cart-list .product .left { float: left; }
.cart-list .product .right { float: left; margin-left:15px; }
.cart-list .product button { background: transparent; border:none; }
.cart-list .product .edit-quantity {
    color: #CCCCCC;
    font-size: 18px;
    padding: 0px 2px 0px 2px;
    cursor: pointer;
}
.cart-order-box { border: 3px solid #EFEFEF; padding: 20px; text-align: center; }
.icon-remove { background-position:-22px -70px; width:17px; height:17px; display:block; }
.cart .order-later {
    margin:20px 0px 50px 0px;
    padding:5px 0px 0px 0px;
    border-top:1px solid #EFEFEF;
    font-size: 13px;
}
.cart .order-later .title {
    font-size: 15px; font-weight: bold; line-height: 30px;
}
.cart .order-later form {
    margin-top:15px;
}
.cart .order-later input {
    font-size: 14px; color:#000000; border:none; background-color:#EFEFEF;
}

.cart form.discount .control-label { padding-top:5px; font-size: 14px; font-weight: normal; }


.cart-lightbox #sidebar-wrapper {
    z-index: 1500;
    position: fixed;
    right: 350px;
    width: 0;
    height: 100%;
    margin-right: -350px;
    overflow:hidden;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cart-lightbox #wrapper.toggled #sidebar-wrapper {
    width: 350px;
}

.cart-lightbox #wrapper .sidebar {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 15px 0px 15px 0px;
    background-color: #ffffff;
}

.cart-lightbox #wrapper .sidebar .cart-content {
    width: 350px;
}

.cart-lightbox .close-cart .pull-left { margin-left:5px; }
.cart-lightbox .close-cart .icon-pack { margin:2px 0px 0px 10px; display:block; }

.cart-lightbox .products {
    position:relative;
    overflow-y: auto;
    height:300px;
    width: 300px;
    padding-left: -15px;
    margin-top:30px;
}

.cart-lightbox .products .product, .order-resume .products .product {
    margin-bottom: 15px; font-size: 14px;
}
.cart-lightbox .product .col-xs-4, .order-resume .product .col-xs-8  {
    padding: 0px;
}
.cart-lightbox .product .price, .order-resume .product .price {
    padding-right:10px; font-size: 14px; margin:0px;
}
.cart-lightbox .product span {
    color:#999999;
}

.cart-lightbox .products .confirm-order {
    margin-top:25px;
    text-align:center;
}

.cart-lightbox .bottom {
    margin-top:15px;
    text-align: center;
}

.cart-lightbox .bottom .priceline, .order-resume .bottom .priceline {
    clear:both;
    padding:15px;
    border-top:1px solid #E1E1E1;
}

.cart-lightbox .bottom .btn {
    width:100%;
}

a.btn-quantity { text-decoration: none; color:#ccc;}
a.btn-quantity:hover { text-decoration: none; color:#ccc;}
.cart .icon-quantity { margin-left:10px; }

/* ORDER */
.order h1, .order h2 {
    font-weight: bold;
    text-transform: none;
}
.order h2 {
    margin-top: 20px;
}

.order .steps {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 20px;
}
.order .step {
    font-size: 18px;
    font-weight: bold;
    padding: 12px;
    color:#CFCFCF;
}
.order .step.active {
    border-bottom: 2px solid #712073;
    color:#712073;
}
.order .step.previous {
    color:#000000;
}
.order .step a {
    text-decoration: none;
}
.order .step.active a {
    color:#712073;
}

.order .options {
    font-size: 16px;
}

.order .option {
    padding:15px;
    border-bottom: 1px solid #EFEFEF;
    color:#666666;
}

.order .option:last-child {
    border:none;
}

.order .option .price {
    font-weight: bold;
    color:#000000;
}

.order .addresses .address {
    border: 2px solid #EFEFEF;
    padding:10px;
    font-size: 14px;
    background-color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.33;
}

.order .addresses .address:hover, .order .addresses .active {
    opacity: 1;
}

.order .addresses .address label:hover {
    cursor:pointer;
}

.order .addresses .address label .pull-left {
    margin-right:10px;
}

.order .addresses .active {
    background-color: #EFEFEF;
}

.order .tick-row {
    margin:15px 0px 25px 0px;
}

.order .instructions { margin-top:15px; margin-bottom: 15px; }

.order-resume {
    border:4px solid #F6F5F6;
    padding:15px;
    margin-bottom: 50px;
}

.order-resume .product {
    background-color:#FFFFFF;
}

.order-resume .bottom .priceline {
    padding:15px 0px 15px 0px;
}

.order-resume .addresses {
    margin-top:10px;
    font-size:14px;
    padding:15px;
}

.order-resume h3 {
    text-transform: none;
    font-size: 16px;
}

.order-invoice-print {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.panel-payment .panel-heading, .panel-payment .panel-body { background: #F6F5F6; }
.panel-payment .panel-heading input { cursor: pointer; }

.panel-group .panel-heading+.panel-collapse .panel-body { border: 0; }
.panel-payment .panel-title { font-size: 18px; }
.panel-payment .pull-left { padding-top:3px; }
.panel-payment .panel-title label { padding-left:10px; font-weight: bold; cursor: pointer; }
.panel-payment .panel-body { border-bottom: 1px solid #ddd; background-color: #FFFFFF; }
.panel-payment .payment-plan-list { list-style-type:circle; padding: 20px 0 20px 40px; }
.panel-payment .payment-plan-list li:first-child { list-style-type: disc; }
.panel-payment .payment-info { border-radius: 8px; background-color: #FFF; padding:20px; }

/* CRM */
#crm-shop-page {  color: #ffffff; }
#crm-shop-page a {  color: #ffffff; }
#crm-shop-page a.lang {  opacity: 0.6; }
#crm-shop-page .cover-box { background-color: transparent; }
#crm-shop-page input { font-size: 25px; color:white;  }
#crm-shop-page .form-control::-moz-placeholder { color:white; opacity: 0.6;  }
#crm-shop-page .form-control { border:2px solid white; background-color: transparent; height:54px; color:#000;}


.crm-page-body { max-width:600px; margin: 0 auto; }
.crm-page-content { padding:15px; background-color:#FFF; }
.crm-page-content .btn-success{ font-size:18px; text-transform:uppercase;  }

.crm-page-body .stars-row { font-size:40px; color:#ccc; }
.crm-page-body .star:hover { cursor:pointer; }

.crm-page-body .review-label { font-size:14px; text-transform:uppercase; padding-top:15px; text-align:center;}
.crm-page-body.review-confirm { font-size:14px; text-align:center;}
.crm-page-body .review-confirm .btn-fb { background-color:#3A5795; border:none;}

/* CMS */
#modal .page-content .table td {
    font-size: 12px;
    padding:10px;
}

.cms .table td {
    font-size: 12px;
    padding:10px;
}

.cms .table thead td, .cms .table tr:first-child td {
    font-weight: bold;
}

.cms .page-content h2, #modal .page-content .page-content h2 {
    margin-top: 25px;
}

.cms .page-content h2:first-child {
    margin-top: 0px;
}

.cms textarea {
    min-height: 150px;
}

table.shipping {
    margin-top:25px;
}

table.shipping td {
    font-size:14px !important;
}

table.shipping thead td, .cms .table tr:first-child td {
    font-weight: normal;
}

#shipping-widget .carrier {
    margin-bottom: 15px;
}

/* SHOPS */
.shops .shop {
    min-height:200px;
    margin-bottom: 25px;
    line-height: 30px;
}

.shops .shop h2 {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.shops .shop h2 .city {
    color:#999999;
}

.shops .shop i {
    color:#721F78;
}

.shops .shop .location {
    margin-left:20px;
}

/* LOOKBOOK */
.lookbook {
    max-width: 900px;
}

.lookbook .top-content {
    font-size: 25px;
    margin-top:110px;
}

.lookbook .col-sm-6, .lookbook .col-sm-4 {
    margin-bottom: 30px;
}

.lookbook .look-preview {
    position: absolute;
    z-index: 1001;
    margin:100px 50px;
    width:70%;
    padding: 20px;
    background-color: #FFF;
    display: none;
}

.lookbook .look-preview a {
    font-size: 14px;
}

.lookbook .col-sm-6:hover > .look-preview,
.lookbook .col-sm-4:hover > .look-preview {
    display: block;
}

@media(min-width:768px) {
    .container .jumbotron{
        padding: 0;
    }
    .container-main { min-height: 500px; }

    header #wrapper { border-bottom:1px solid #EFEFEF; padding: 10px 0px 0px 0px;  text-align: center;  }
    header #wrapper .container { max-width: 1075px; }
    header #sidebar-wrapper { text-align: center; width:100%; }
    header #sidebar-wrapper ul {
        list-style: none;
        margin: 0px auto;
        padding: 0;
        font-weight: 400;
    }
    header #sidebar-wrapper ul li.menu {
        margin-right: 35px;
        display: inline-block;
        padding-bottom: 17px;
    }
    header #sidebar-wrapper ul li:last-child { margin-right: 0px; }
    header #sidebar-wrapper ul li a { font-size: 16px; }
    header #sidebar-wrapper ul li a:hover { text-decoration: none; }
    header #sidebar-wrapper ul li:last-child { margin-right: 0px;  }
    header #sidebar-wrapper ul li.menu:hover { border-bottom: 2px solid #000;  padding-bottom: 15px; }
    header #sidebar-wrapper ul li a.highlight { color: #ff4400; }
    header #sidebar-wrapper ul li.sale a { color:#FF0000; }
    header #sidebar-wrapper ul li.sale .sub-menu a { color:#000; }
    header #sidebar-wrapper ul li .sub-menu {
        position: absolute;
        z-index: 1000;
        text-align: left;
        margin-top:17px;
        left: 0;
        display: none;
        padding: 20px 200px 20px 200px;
        background-color: #FFF;
        width: 100%;
        border-top: 1px solid #EFEFEF;
    }
    header #sidebar-wrapper ul li:hover .sub-menu {
        display:block;
    }
    header #sidebar-wrapper ul li .sub-menu ul {
        display: inline-block;
        vertical-align: top;
        margin-right: 100px;
        text-align: left;
    }
    header #sidebar-wrapper ul li .sub-menu ul:last-child { margin-right: 0px; }
    header #sidebar-wrapper ul li .sub-menu ul li a { font-size: 14px; }
    header #sidebar-wrapper ul li .sub-menu ul li a:hover { color:rebeccapurple; }
    header #sidebar-wrapper ul li .sub-menu ul li {  margin-bottom:10px; }
    header #sidebar-wrapper ul li .sub-menu ul li:first-child { text-transform: uppercase; font-weight: bold; margin-top:5px; margin-bottom:10px;  }
    header #sidebar-wrapper ul li .sub-menu ul li:last-child{ margin-bottom:15px;  }
    header #sidebar-wrapper ul li .sub-menu ul li.highlight { font-weight: bold;}
    header #sidebar-wrapper input { border:none; border-bottom: 1px solid #000000; width:100px;font-size: 16px; text-transform: uppercase;}

    .result-filters.scrolling .filters { position:fixed; top:0; background-color:#FFFFFF; width:190px; float:left; margin-top:20px;}

    .lookbook .look-preview-4 {
        margin:0px;
        margin:15px 15px;
        width:80%;
    }

    #cart .container-main {
        max-width: 850px;
    }
}

@media(max-width:1050px) {
    header .middle .middle-nav { margin-left: 50px; }
    header .middle .logo { width:200px; }
    header .middle .right-nav { padding-top: 10px; }
    header .middle .right-nav .item { margin-left: 25px; }
    header .middle .right-nav span { display:none; }
    header .middle .middle-nav { padding-top: 10px; }
    header #sidebar-wrapper ul li a { font-size: 12px;  }
    .container-main { min-height: 300px; }

    .homepage .homepush-links {
        font-size:10px;
        margin-top:75px;
    }

    .homepage ul.links li a.ss19 { font-size: 12px; }
}

@media(max-width:767px) {

    .modal-dialog { margin: 0; }

    header .container:first-child { padding-left: 15px;  padding-right: 15px; }
    header nav .navbar-right .icon { font-size: 16px; margin-left: 5px; margin-top: 20px;}

    header .sidebar-nav li { line-height: 40px; }
    header .sidebar-nav li a  { color:#000000; font-weight: normal; font-size: 16px !important; }
    header .sidebar-nav li a:hover  { color:#000000; }
    header .sidebar-nav li.search  { line-height: 0; margin: 20px 0 10px 0; }
    header .sidebar-nav li.search input { font-weight: normal; font-size: 16px; width: 80%; }
    header .navbar-right .item { float: left; }
    header .dropdown-locale { float: left; padding-top:3px; margin-right:3px;}
    header .dropdown-locale .country { display: none; }
    .dropdown-locale { position: static;  }
    .dropdown-locale .form-control { width:auto; font-size: 14px; }
    .dropdown-content { min-width: 200px; }
    .order .dropdown-locale ul.dropdown-menu { margin-left:-105px; }

    .homepage .homepush .links a { font-size: 18px; }

    .container-main { padding-top: 0px; }
    .container-main { margin-top:50px; }
    #category .container-main { padding-top: 0px; }

    .result-filters {  z-index: 950; position: absolute;position: fixed; width: 100%; height: 100%; background-color: #fff; display: none; }
    .result-filters .filters { overflow-y: auto; padding-bottom: 35px; margin-top: 15px;  }/**/
    .result-filters .filter { font-size: 16px; padding-top: 5px; }
    .result-filters .filter h2 { font-size: 16px; padding: 0; margin: 10px 0 10px 0; }
    .result-filters .filter-checkbox li { min-width:0px; float: left; font-size: 16px; margin: 0 0 15px 15px; }
    .result-filters .filter-size li { font-size: 16px; }

    .fitlers-display { text-align: center; z-index: 950; position: absolute;position: fixed; width: 100%; bottom: 0; }
    .fitlers-display .btn-filters-show { display: block; }

    .results { padding: 0px !important; margin-top: 15px;}
    .results .product { padding-left: 0; padding-right: 0; }
    .results .product .info { border:0; margin:0; padding-top:0; height: 95px; }
    .results .product .info .name { height: 40px; }
    .results .product .info span { font-size: 12px; line-height: 0; }
    .results .product .images { height: 100%; padding: 0 5px 0 5px; }

    #product .product h1 { margin-top:20px; font-size: 20px; }
    #product .product .reference { font-size:16px;}
    #product .product .price { font-size:20px;}
    #product .product .variations { font-size:18px;}

    .cart-lightbox #wrapper .sidebar .cart-content { width:auto; }
    .cart-content .product .col-xs-4 { padding:0px 15px 0px 15px; }
    .cart .products { padding: 0; }
    .order-resume .products .container { padding:0; }
    #cart .order-resume { border:none; margin: 0; padding-top: 0; }
    #cart .order-resume .products .container { padding: 0px 15px 0px 0px; }
    .order .steps { margin-bottom: 0; }
    .order .step { font-size:14px; padding: 12px 6px 12px 6px; }
    .order .instructions { margin-top:15px; margin-bottom: 15px; }
    #order_checkout_submit { margin-top:20px; }

    #page-content .alert, h2.page-title { margin-top: 65px; }

    #modal .page-content .table td {
        font-size: 9px;
        padding:5px;
    }

    .modal-body {
        max-height: calc(100vh - 40px);
        overflow-y: auto;
    }

    .lookbook .top-content {
        margin-top: 0px;
    }

    .look {
        padding: 0px;
    }

    .look-preview, .lookbook .col-sm-6:hover > .look-preview {
        margin-top: 25px;
        padding:15px;
    }

    footer h3 { margin-top: 20px !important; }
    footer .container div:first-child h3 { margin-top: 0px !important; }

    /* Simple sidebar*/
    #wrapper.toggled #sidebar-wrapper {
        width: 80%;
    }

    #sidebar-wrapper {
        background-color: #FFF;
    }

    .sidebar-nav {
        width: 100%;
    }

    .sub-menu {
        position: absolute; /* Positionnement absolu */
        left: 100%; /* Positionner le sous-menu à droite du menu principal */
        top: 0;
        width: 100%; /* Largeur du sous-menu */
        height:100%;
        background-color: #fff; /* Couleur de fond du sous-menu */
        z-index: 1000; /* S'assurer que le sous-menu est au-dessus */
        transition: all 0.3s ease; /* Animation pour la transition */
    }

    .sub-menu.show {
        left: 0;
    }

    .sub-menu a {
        text-indent: 0;
        font-size: 14px !important;
    }
    .sub-menu ul li:first-child a {
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 15px;
    }
}
