/* LOADING */
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 99999999999999;
  background-color: rgba(0, 0, 0, 0.7);
  vertical-align: middle;
  text-align: center;
}
#loading > div {
  left: 50%;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -178%);
  text-align: center;
}
#loading > div p {
  font-size: 16px;
  color: #FFFFFF;
}
#loading > div svg {
  fill: #FFFFFF;
  width: 50px;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.3;
  }
}
#loading #i-ellipsis-horizontal .circle-first {
  animation: loading 1.5s ease infinite;
}
#loading #i-ellipsis-horizontal .circle-second {
  animation: loading 1.5s 0.5s ease infinite;
}
#loading #i-ellipsis-horizontal .circle-last {
  animation: loading 1.5s 1s ease infinite;
}
/* GUTTERS */
@media screen and (max-width: 960px) {
  .no-gutters-mob {
    padding-right: 0;
    padding-left: 0;
  }
}
/* MODAL */
.modal .modal-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f0f0f0;
}
.modal .modal-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #f0f0f0;
}
.modal .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal#panierModalAchat img {
  max-width: 170px;
  margin: 0 auto 15px auto;
}
.modal#panierModalAchat p {
  text-align: center;
  margin-bottom: 15px;
}
.modal .close {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #272829;
  opacity: 0.5;
  background: none;
  border: none;
  cursor: pointer;
}
.modal .close:hover {
  opacity: 1;
}
.modal .modal-title {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.modal.modalcv {
  display: block;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal #RetourModalAchat,
.modal #CloseModalAchat,
.modal #PaiementModalAchat {
  display: none;
}
.modal [id^="CloseModal"] {
  display: none;
}
/* FIELD */
.field {
  margin-bottom: 25px;
}
.field label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #272829;
  line-height: 12px;
  margin-bottom: 5px;
}
.field input {
  display: block;
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #FFFFFF;
  padding: 5px 10px;
  font-size: 14px;
  color: #272829;
}
.field select {
  display: block;
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #FFFFFF;
  padding: 6px 10px;
  height: 36px;
  font-size: 14px;
  color: #272829;
}
.field select option {
  color: #272829;
}
.field select#sizes {
  border: 1px solid #d7d7d7;
  font-size: 13px;
}
.field textarea {
  display: block;
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #FFFFFF;
  padding: 5px 10px;
  font-size: 14px;
  color: #272829;
}
.field input[type=checkbox] {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.field input[type=checkbox] + label {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  cursor: pointer;
}
.field input[type=checkbox] + label:hover {
  text-decoration: underline;
}
/* BUTTONS */
.btn {
  cursor: pointer;
  display: block;
}
button.btn {
  background: none;
  border: none;
}
.btn.mb {
  margin-bottom: 15px;
}
.btn.primary {
  background: #FFFFFF;
  border: 2px solid #000;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 5px 6px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn.primary:hover {
  color: #FFFFFF;
  background: #000;
}
.btn.secondary {
  background: #FFFFFF;
  border: 2px solid #808080;
  color: #808080;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 5px 6px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn.secondary:hover {
  color: #FFFFFF;
  background: #808080;
}
.btn.tertiary {
  background: #FFFFFF;
  border: 2px solid #808080;
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 5px 6px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn.tertiary:hover {
  color: #FFFFFF;
  background: #808080;
}
.btn.cta {
  background: #FFFFFF;
  border: 2px solid #000;
  padding: 15px 0 11px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn.cta span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.16em;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn.cta svg {
  display: inline-block;
  vertical-align: middle;
  stroke: #000;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn.cta:hover {
  background: #000;
}
.btn.cta:hover span {
  color: #FFFFFF;
}
.btn.cta:hover svg {
  stroke: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .btn.cta span {
    font-size: 16px;
  }
  .btn.cta svg {
    width: 24px;
    height: 24px;
  }
}
.btn.line {
  font-size: 14px;
  display: block;
  padding: 15px 0;
  margin-bottom: -15px;
  text-align: center;
}
.btn.line:hover {
  color: #272829;
  text-decoration: underline;
}
.btn.fw {
  width: 100%;
}
/* TITLES */
.title.primary {
  display: block;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: #272829;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #daf0f8;
  margin-bottom: 30px;
}
.title.primary-alt {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  color: #272829;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.title.secondary {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #808080;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .title.primary {
    font-size: 24px;
  }
  .title.primary-alt {
    font-size: 20px;
  }
  .title.secondary {
    font-size: 16px;
  }
}
/* SLICK */
.main-carousel .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 200;
  width: 60px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  display: flex;
  background: rgba(255, 255, 255, 0);
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.main-carousel .slick-arrow svg {
  opacity: 0.7;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.main-carousel .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}
.main-carousel .slick-arrow:hover svg {
  opacity: 1;
}
.topnews-carousel .slick-arrow,
.flexslider .slick-arrow,
.comppdt-carousel .slick-arrow,
.brands-carousel .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 200;
  width: 40px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.topnews-carousel .slick-arrow svg,
.flexslider .slick-arrow svg,
.comppdt-carousel .slick-arrow svg,
.brands-carousel .slick-arrow svg {
  opacity: 0.7;
  color: #808080;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.topnews-carousel .slick-arrow:hover svg,
.flexslider .slick-arrow:hover svg,
.comppdt-carousel .slick-arrow:hover svg,
.brands-carousel .slick-arrow:hover svg {
  opacity: 1;
}
.flexslider .slick-arrow {
  height: 40px;
  top: 50%;
  margin-top: -40px;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
/* COMMONÂ */
/* BREADCRUMBSÂ */
.breadcrumbs ul li {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 15px 0 20px 0;
}
.breadcrumbs ul li a {
  color: #808080;
}
.breadcrumbs ul li a:hover {
  color: #272829;
}
.breadcrumbs ul li:after {
  content: ">";
  margin: 0 4px 0 8px;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 960px) {
  .breadcrumbs {
    display: none;
  }
}
/* ARTICLEÂ */
.brand {
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .brand {
    font-size: 20px;
  }
}
.ref {
  font-size: 14px;
  color: #999;
}
.price {
  margin-bottom: 10px;
}
.price input {
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 140px;
  color: #272829;
}
.price #prxvente {
  font-size: 34px;
  font-weight: 700;
}
.price #prxbarre {
  font-size: 24px;
  font-weight: 400;
  text-decoration: line-through;
}
.price p {
  background: #000;
  color: #FFFFFF;
  padding: 2px 6px 1px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-block;
  vertical-align: middle;
}
.price p:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  .price input {
    max-width: 120px;
  }
  .price #prxvente {
    font-size: 28px;
  }
  .price #prxbarre {
    font-size: 22px;
  }
}
.inner {
  background: #f7f7f7;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.inner .title {
  color: #999999;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
.inner.variants ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner.variants ul li {
  max-width: 22%;
  margin-right: 3%;
}
.inner.variants ul li a {
  display: block;
  text-align: center;
}
.inner.variants ul li a p {
  font-size: 12px;
}
.inner.variants ul li a:hover p {
  color: #fff;
}
.inner.sizes {
  padding-bottom: 0;
}
.inner.sizes ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner.sizes ul.Crocs li {
  width: 80px !important;
  padding: 5px;
}
.inner.sizes ul.Crocs li label {
  width: 100% !important;
}
.inner.sizes ul li {
  width: 51px;
  height: 51px;
}
.inner.sizes ul li input {
  display: none;
}
.inner.sizes ul li label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 8px 0;
  background: #000;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.inner.sizes ul li label:hover {
  background: none;
  border: 1px solid #272829;
  color: #272829;
}
.inner.sizes ul li input[type="radio"]:checked + label {
  background: none;
  border: 1px solid #272829;
  color: #272829;
}
@media screen and (max-width: 767px) {
  .inner {
    text-align: center;
  }
  .inner ul {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .inner ul label {
    margin: auto;
  }
}
.desc {
  text-align: justify;
  font-size: 14px;
  line-height: 1.3;
  color: #272829;
}
.specs {
  font-size: 14px;
  line-height: 1.6;
}
/* MAG STOCK */
.mag-stock {
  width: 100%;
  height: 42px;
  padding-top: 5px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 30px;
  display: block;
  line-height: 16px;
  background: #FFFFFF;
  color: #808080;
  border: 2px solid #808080;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.16em;
}
.mag-stock:hover {
  background: #808080;
  color: #FFFFFF;
}
#modal-mag-stock ul {
  list-style: inside disc;
  margin-bottom: 15px;
}
#modal-mag-stock ul li span:last-child {
  display: none;
}
