.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete {
  /*position: absolute;
  top: -5px;
  right: 0px;
  height: 34px;
  width: 458px;
  padding: 4px 10px;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background: #fff;*/
  border: 1px solid #c2c2c2;
  display: block;
  float: left;
width: 100%;
}
.searchautocomplete .sprite {
  background: url('https://www.ceciaa.com/skin/frontend/dyslexie/default/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.searchautocomplete .nav {
  background: url('https://www.ceciaa.com/skin/frontend/dyslexie/default/images/mirasvit/sprite.png');
  float: left;
  height: 30px;
  position: relative;
  width: 80%;
}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 5px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  border-right: 1px solid #dddddd;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  margin: 4px 0px 0px 2px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  *zoom: 1;
  margin: 0;
  padding: 0px 0px 0px 10px;
  z-index: 12;
  height: 100%;
  line-height: 30px;
  position: relative;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  z-index: 10;
  padding: 0px;
  height: 23px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: #6d6d6d;
  font-weight: bold;
  outline: 0px;
  width: 100%;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  background: #fff;
  background-position: 0px -34px;
  background-repeat: no-repeat;
  float: left;
  height: 30px;
  width: 20%;
}
.searchautocomplete .nav-submit-button .button {
  width: 100%;
  height: 30px;
  padding: 0px 9px;
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  text-align: right;
  color: #000;
  line-height: 12px;
  font-size: 16px;
  background: #fff;
  /*background-color: #3c454e;
  background-image: -moz-linear-gradient(top, #444c55, #313a44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444c55), to(#313a44));
  background-image: -webkit-linear-gradient(top, #444c55, #313a44);
  background-image: -o-linear-gradient(top, #444c55, #313a44);
  background-image: linear-gradient(to bottom, #444c55, #313a44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444c55', endColorstr='#ff313a44', GradientType=0);
  border: 1px solid #313a44;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;*/
  z-index: 14;
}
.searchautocomplete .nav-submit-button .button:hover {
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 15px 10px 5px 10px;
  position: absolute;
  left: 0;
  top: 38px;
  width: 318px;
  z-index: 102;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {
  color: #575757;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #fff;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
  color: #2c99ed;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 4px 5px 10px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 7px;
  right: -20px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

/* ============================================ *
 * Simple Checkout - Motion
 * ============================================ */
 /* ============================================ *
  * Checkout - Timeline
  * ============================================ */
 .cart_timeline{
   padding: 15px 0% 40px;
   /*overflow: hidden;*/
   background: #fff;
   position: relative;
   z-index: 1;
 }
 .cart_timeline ul{
   height: 68px;
   line-height: 68px;
 }
 .custom_checkout_steps{
   border:1px solid #e1e1e1;
 }
 .custom_checkout_steps li{
   float: left;
   width: 33.333%;
   text-align: center;
   position: relative;
   font-family: 'Lato', arial, sans-serif;
   font-size: 24px;
   font-weight: bold;
   color: #000000;
   background: #fff;
   height: 100%;
   border:1px solid transparent;
 }
 .custom_checkout_steps li:before{
   position: absolute;
   content: "";
   z-index: 3;
   top: 0;
   right: -32px;
   width: 0;
   height: 0;
   border-top: 32px solid transparent;
   border-bottom: 32px solid transparent;
   border-left: 32px solid transparent;
 }
 .custom_checkout_steps li:after{
   position: absolute;
   content: "";
   z-index: 2;
   top: -2px;
   right: -34px;
   width: 0;
   height: 0;
   border-top: 34px solid transparent;
   border-bottom: 34px solid transparent;
   border-left: 34px solid transparent;
 }
 .custom_checkout_steps li.active{
   background: #2c99ed;
   color: #ffffff;
   border-color: #2c99ed;
 }
 .custom_checkout_steps li.active:before{
   border-left: 22px solid #2c99ed;
   display: none;
 }
 .custom_checkout_steps li.active:after{
   border-top: 33px solid transparent;
   border-bottom: 33px solid transparent;
   border-left: 33px solid #2c99ed;
   top: -1px;
   right: -34px;
 }
 .custom_checkout_steps li.old .number,
 .custom_checkout_steps li.old label{
   color: #2c99ed;
 }
 .custom_checkout_steps li label{
   font-size: 24px;
   font-weight: normal;
 }
  .custom_checkout_steps .number:after{
    content: "-";
    padding: 0 4px;
  }
 .custom_checkout_steps li.active .number{
   color: #fff;
 }





/** Cart */
.checkout-cart-index .main-container .main{
  padding: 20px 5% 40px;
}
.cart .page-title.title-buttons{
  border: 0;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.cart .page-title.title-buttons h1{
  float: inherit;
  font-size: 44px;
}
.cart .page-title.title-buttons a{
  color: #1e9afa;
  font-size: 18px;
  border: 2px solid #e2e2e2;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.cart .page-title.title-buttons a:hover{
  text-decoration: none;
  background: #1e9afa;
  color: #fff;
}
.cart .page-title.title-buttons .cart-title-container{
  padding: 0 20px;
}
.cart .page-title.title-buttons .ceciaa-keyboard_arrow_left{
  padding: 0 16px;
  border-right: 1px solid #f3f3f3;
  display: inline-block;
  height: 100%;
  line-height: 60px;
  font-size: 30px;
  vertical-align: top;
}
.cart .page-title .checkout-types{
  display: none;
}
.cart-table{
  border: 2px solid #eaeaea;
}



.cart .cart-totals{
  background: #fff;
  border: 0;
  padding: 0;
}
.cart .checkout-types li,
.cart .cart-totals .checkout-types .btn-checkout{
  margin-bottom: 0;
}
.cart .checkout-types,
.cart .checkout-types li{
  width: 100%;
  margin: 0;
}
.cart .cart-totals-container{
  background: #f9f9f9;
  border: 1px solid #f3f3f3;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cart .cart-totals-title{
  text-align: center;
  padding: 20px 0;
  color: #2c99ed;
  text-transform: uppercase;
  font-family: 'Lato', arial, sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.cart .cart-totals-container-span,
.checkout-onepage-index .cart-totals-container-span{
  display: block;
  text-align: center;
  padding: 10px 5px 0px;
}
.cart .cart-totals table#shopping-cart-totals-table{
  margin: 5px 0;
  font-family: 'Lato', arial, sans-serif;
  color: #1b1b1b;
  font-size: 18px;
  text-transform: none;
}
.cart .cart-totals table#shopping-cart-totals-table td{
  padding: 14px 20px;
}
.cart .cart-totals table td:first-child{
  text-align: left;
}
.cart .cart-totals table#shopping-cart-totals-table td .price{
  color: #515050;
}
.cart .cart-totals table#shopping-cart-totals-table tfoot{
  border-bottom: 0px;
}
.cart .cart-totals table#shopping-cart-totals-table tfoot td{
  vertical-align: middle;
  padding: 2px 20px;
}
.cart .cart-totals table#shopping-cart-totals-table tfoot strong {
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
}
.cart .cart-totals table#shopping-cart-totals-table tfoot strong .price{
  font-size: 36px;
  font-weight: 500;
  color: #515050;
}
.cart .cart-totals .checkout-types .btn-checkout{
  width: 100%;
  text-align: center;
  text-transform: inherit;
  padding: 20px 0;
  font-size: 16px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 20px;
}
.cart .cart-totals .checkout-types .btn-checkout span span:after{
  content: "\e902";
  font-family: 'ceciaa' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  vertical-align: -5px;
}

.method-checkoutquote .button{
  text-transform: inherit;
  padding: 20px 0;

  font-size: 16px;
  width: 100%;
}
.checkout-types > .method-checkoutquote .button{
  -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.checkout-types > .method-checkout-cart-methods-onepage-bottom + .method-checkoutquote .button{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cart .cart-forms{
  float: left;
  width: 60%;
  padding-left: 0;
  clear: inherit;
}
.cart .message_fideliaa{
  font-family: 'Lato', arial, sans-serif;
  font-size: 14px;
  color: #2c99ed;
}
.cart .message_fideliaa .ceciaa-gift{
  font-size: 20px;
  margin-right: 5px;
  vertical-align: -3px;
}
.cart .cart-forms .discount{
  background: #fff;
  border: 0;
  padding: 10px 0;
}
.cart #discount-coupon-form label{
  text-transform: inherit;
  font-size: 16px;
  font-family: 'Latto', arial, sans-serif;
  color: #393939;
  display: block;
  margin-bottom: 10px;
}
.cart #discount-coupon-form .field-wrapper{
  background: #eaeaea;
  border-radius: 4px;
  padding: 2px;
}
.cart #discount-coupon-form .input-text{
  margin-top: 0px;
  border: 0px;
  margin-right: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cart .discount .button2{
  padding: 0px 20px;
}
.cart .discount .button2:hover{
  background: #dad9d9;
}
.cart .discount .button2 span{
  color: #1b1b1b;
  text-transform: inherit;
  text-decoration: none;
}



.opc .step-title{
  display: none;
}
#checkoutSteps{
  padding: 0 2%;
}
#checkout-step-login .col2-set > div{
  text-align: center;
  position: relative;
}
#checkout-step-login .col2-set .col-1{
  padding-right: 60px;
}
#checkout-step-login  .col2-set .col-2{
  padding-left: 60px;
}
#checkout-step-login .col2-set .col-1:after{
  position: absolute;

}
.col-1-container,
.col-2-container{
  border: 1px solid #e3e3e3;
}
.col-1-container{
  background: #f9f9f9;
}
#checkout-step-login input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #f9f9f9 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #414141;
}

#checkout-step-login input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px #f9f9f9 inset;
    -webkit-text-fill-color: #414141;
}

.opc #opc-login #checkout-step-login p.description,
#checkout-step-login .col-1 ul{
  background: #f9f9f9;
  padding: 10px;
  font-size: 16px;
}

#checkout-step-login .col2-set h3{
  background: #fff;
  color: #2c99ed;
  text-align: center;
  height:44px;
  line-height: 44px;
  font-size: 18px;
  margin-bottom: 28px;
  font-weight: normal;
  text-transform: uppercase;
}
#checkout-step-login .col-1 h3{
  color: #1b1b1b;
  background: #fff;
  font-size: 18px;
}
#checkout-step-login h3 strong{
  font-weight: 600;
}
#checkout-step-login .col2-set > div p strong{
  font-weight: 600;
  font-size: 20px;
  color: #32a3c2;
  text-transform: uppercase;
  display: block;
}
#checkout-step-login #login-form{
    background: #f9f9f9;
}
#checkout-step-login #login-form .form-list{
  margin-top: 0px;
}
#checkout-step-login .form-list li{
  margin-bottom: 0;
}
#checkout-step-login .form-list li label{
  display: none;
  vertical-align: middle;
  width: 30%;
  text-align: right;
  font-weight: 400;
}
#checkout-step-login .form-list li .input-box{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 100%;
}
#checkout-step-login .form-list li .input-box input{
  width: 100%;
  height: 60px;
  padding: 0px 15px;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  color: #414141;
  font-size: 18px;
  background: transparent;
}
.opc #opc-login .col-2-container .buttons-set{
  padding-top: 45px;
}
#checkout-step-login .col2-set > div p.required{
  float: inherit;
  position: absolute;
  top: 0;
  right: 60px;
  color: #f0480d;
  font-size: 11px;
  line-height: 20px;
}
#checkout-step-login .col2-set .buttons-set {
  padding-top: 0px!important;
  margin-top: 0;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}
#checkout-step-login .col2-set .buttons-set button.button{
  float: inherit;
  display: block;
  vertical-align: middle;
  width: 100%;
  padding:0px 30px;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  text-transform: inherit;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#checkout-step-login .col2-set .buttons-set button.button .sprite{
  background-position:  -1138px -3px;
  width: 34px;
  height: 34px;
  vertical-align: -10px;
  margin-right: 10px;
}

#checkout-step-login .col2-set .col-1 .buttons-set button.button .sprite{
  background-position:  -1101px -3px;
  width: 34px;
  height: 34px;
  vertical-align: -10px;
  margin-right: 10px;
}
#checkout-step-login .col2-set .col-1 .buttons-set button.button:hover{
  background: #000;
}
#checkout-step-login .col2-set a{
  font-size: 14px;
  padding: 0;
  text-decoration: underline;
  margin-top: 10px;
  float: right;
}
#checkout-step-login button.button{
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
}
#checkout-step-login .col-1 button.button{
  background: #414141;
  color:#fff;
  text-transform: inherit;
  font-weight: normal;
}
#checkout-step-login button.button span{
  vertical-align: -4px;
  margin-left: 4px;
  font-size: 20px;
}
.opc .opc-method-title{
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.opc .opc-method-title span{
  font-size: 40px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 300;
  color: #000;
}
.opc .opc-method-title span strong{
  font-weight: 600;
}

.opc .opc-method-title .button-back{
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 15px;
  border: 0;
  background: #fff;
  color: #2c99ed;
  font-size: 18px;
  text-transform: inherit;
}
.opc .opc-method-title .button-back span.ceciaa-keyboard_arrow_left{
  font-size: 30px;
  vertical-align: -6px;
  margin-right: 5px;
  color: #2c99ed;
}
.opc .opc-method-title .back-link a{
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.opc .opc-method-title .back-link a:hover{
  text-decoration: none;
}
.opc .opc-method-title .back-link a span{
  color: #166133;
  vertical-align: -1px;
  margin-right: 5px;
  font-size: 14px;
}
.opc .opc-method-title .back-link:hover{
  text-decoration: none;
  background: #f4f4ee;
}
#checkout-shipping-method-load .sp-methods,
#checkout-payment-method-load .sp-methods{
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  margin-bottom: 0;
  border-radius: 4px;
}
#checkout-shipping-method-load .sp-methods-item,
#checkout-payment-method-load .sp-methods-item{
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  position: relative;
  min-height: 170px;
}
#checkout-shipping-method-load .sp-methods-left,
#checkout-payment-method-load .sp-methods-left{
  float: left;
  width: 30%;
  padding: 30px 5% 15px 7%;
}
#checkout-shipping-method-load .sp-methods-right,
#checkout-payment-method-load .sp-methods-right{
  float: left;
  width: 70%;
  padding-left: 2%;
  padding: 30px 10px 30px 0;
}
#checkout-shipping-method-load .sp-methods div.sp-methods-right label, #co-shipping-method-form .sp-methods div.sp-methods-right label,
#checkout-payment-method-load .sp-methods div.sp-methods-right label, #checkout-payment-method-load .sp-methods div.sp-methods-right label{
  min-width: inherit;
  background: transparent;
  font-size: 18px;
  color: #1b1b1b;
  font-weight: 400;
  vertical-align: middle;
  padding-right: 5px;
  padding-left: 10px;
  font-family: 'Lato', arial, sans-serif;
}
.s_method_coast{
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Lato', arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
}
#checkout-shipping-method-load .sp-methods div.sp-methods-right input.radio,
#co-shipping-method-form .sp-methods div.sp-methods-right input.radio,
#checkout-payment-method-load .sp-methods div.sp-methods-right input.radio{
  margin-left: -25px;
  position: relative;
  top: 1px;
}
.sp-methods-item-cybermut_payment .sp-methods-right img{
  display: none;
}
.sp-methods-item-freeshipping label{
  position: relative;
  /*padding-left: 95px!important;*/
}
.sp-methods-item-freeshipping .shipping_delays{
  /*padding-left: 85px;*/
}
/*.sp-methods-item-freeshipping label:before{
  content: '';
  background: url('https://www.ceciaa.com/skin/frontend/dyslexie/default/images/sprite.png') no-repeat -357px -62px;
  width: 77px;
  height: 46px;
  position: absolute;
  left: 8px;
  top: 0px;
}*/
.shipping_delays{
  color: #32a3c2;
  font-size: 16px;
  margin-top: 2px;
}
.s_method_desc{
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 14px;
  color: #bbbbbb;
}
.s_method_desc a{
  color: #595b5b;
  text-decoration: underline;
  font-size: 13px;
}
.free_shipping_schedule{
  background: #f4f4ee;
  position: absolute;
  top: 30px;
  right: 20px;
  padding: 10px 30px;
}
#checkout-shipping-method-load .sp-methods-left img,
#checkout-payment-method-load .sp-methods-left img{
  max-width: 100%;
  margin: 0 auto;
  max-height: 100px;
}
.sp-methods-item-gls .sp-methods-right img{
  display: none;
}
.checkout_shipping_method_address{
  /*overflow: hidden;*/
  position: relative;
  background: #f9f9f9;
  padding:30px 0 20px 0;
  text-align: center;
  display: none;
  border-bottom: 1px solid #e1e1e1;
}
.checkout_shipping_method_address .checkout_shipping_method_address_content,
.checkout_shipping_method_address .checkout_shipping_method_address_edit{
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  text-align: center;
}
.checkout_shipping_method_address .checkout_shipping_method_address_edit{
  width: 39%;
  text-align: left;
}
.checkout_shipping_method_address_edit a{
  height: 40px;
  line-height: 40px;
  width: 273px;
  display: block;
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  text-align: center;
}
.checkout_shipping_method_address_edit a:hover{
  border-color: #b9b9b9;
  text-decoration: none;
  color: #787878;
}
.checkout_shipping_method_address_edit a span{
  margin-right: 5px;
}
.checkout_shipping_method_address_content{
  overflow: hidden;
}
.checkout_shipping_method_address_shipping,
.checkout_shipping_method_address_billing{
  width: 55%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.checkout_shipping_method_address_shipping{
  margin-bottom: 25px;
}
.checkout_shipping_method_address_shipping_title{
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.checkout_shipping_method_next_step{
  display: block;
  text-align: left;
  margin-top: 40px;
}
.checkout_shipping_method_next_step button.button{
  width: 273px;
}
.checkout_shipping_method_next_step button.button .sprite{
  margin-right: 10px;
  background-position: -1064px -3px;
  width: 34px;
  height: 34px;
  vertical-align: -10px;
}
.checkout_shipping_method_next_step button.button:hover .sprite{
  background-position: -1138px -3px;
}
#shipping-method-buttons-container{
  display: none;
}
.checkout_shipping_method_address #shipping-method-buttons-container{
  display: block;
}
.checkout_shipping_triangle{
  position: absolute;
  top: -1px;
  left: 10%;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;

  border-top: 15px solid #ffffff;
  z-index: 99;
}
#checkout-payment-method-load{
  overflow: hidden;
}
#co-payment-form{
  float: left;
  width: 68%;
  margin-right: 2%;
}
#checkout-step-payment .checkout-sp-right{
  float: right;
  width: 30%;
}
#checkoutSteps .cart-totals-wrapper{
  width: 100%;
  padding-left: 0;
}
#checkout-step-payment .cart-totals,
#checkout-step-review .cart-totals{
  border: 1px solid #f3f3f3;
  padding: 0;
  background: #f9f9f9;
  margin-bottom: 0;
  -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.checkout-totals-title{
  text-align: center;
  padding: 20px 0;
  color: #2c99ed;
  text-transform: uppercase;
  font-family: 'Lato', arial, sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.cart-totals-summary-title strong {
  font-weight: 600;
}
.cart-totals-table{
  /*padding: 5% 10%;*/
}
.cart-totals-table table {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    font-family: 'Lato', arial, sans-serif;
    color: #1b1b1b;
    font-size: 18px;
    text-transform: none;
}
.cart-totals-table table td:first-child {
    padding-right: 10px;
    min-width: 120px;
    text-align: left!important;
}
.cart-totals-table table td{
  padding: 14px 20px;
}
.cart-totals-table table td .price {
    font-size: 18px;
    color: #515050;
}
.cart-totals-table table tfoot td {
    font-size: 18px;
    vertical-align: middle;
    padding: 2px 20px
}
.cart-totals-table tfoot span.price {
    font-weight: 500;
    font-size: 36px;
    color: #515050;
}
.cart-totals-table table tfoot strong {
    font-weight: 400;
}
.cart-totals-table table tfoot {
    border-top: 1px solid #E6E6E6;
}
.cart-totals-table table tbody tr:last-child td, .cart-totals-table table tbody tr:last-child th {
    padding-bottom: 20px;
}
#checkout-payment-method-load .cart-totals-wrapper{
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
.checkout_payment_method_next_step{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#payment-buttons-container button.button{
  width: 100%;
  padding: 20px 15px;
  -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
button.btn-black,
button.btn-black:focus{
  font-size: 20px;
  padding: 15px;
  text-transform: inherit;
}
button.btn-black span{
  margin-right: 5px;
  font-size: 26px;
  margin-left: 2px;
  vertical-align: -5px;
}
button.btn-black span.sprite{
  margin-right: 10px;
  background-position: -1064px -3px;
  width: 34px;
  height: 34px;
  vertical-align: -10px;
}
button.btn-black:hover span.sprite{
  background-position: -1138px -3px;
}
#payment-buttons-container{
  padding-top: 0;
  border-top: 0px;
  float: right;
  width: 100%;
  margin-top: 0;
}
/*** E-Transaction ***/
.etep-payment-label{
  display: none;
}
.sp-methods-item-etep_cb .etep-payment-detail{
  padding-left: 0px;
}
.sp-methods-item-etep_cb .etep-payment-cards{
  margin: 10px 0;
}
.sp-methods-item-etep_cb .etep-payment-card{
  margin: 0 15px;
}
#checkout-review-table-wrapper{
  float: left;
  width: 68%;
  margin-right: 2%;
}
#checkout-review-submit{
  float: right;
  width: 30%;
}
#checkout-review-table-wrapper .cart_reassurance{
  width: 100%;
}
#checkout-review-table td{
  vertical-align: middle;
}
#checkout-review-table th{
}

#checkout-review-table td + td{
  font-size: 13px;
}
#checkout-review-table td.last{
  text-align: center;
}
#checkout-review-table .cart-price .price{
  font-weight: bold;
  font-size: 16px;
}
#checkout-review-table td.checkout-cart-img,
#checkout-review-table th.checkout-cart-img{
  border-right: 0px;
  width: 90px;
}.nav-primary
#checkout-review-table th.checkout-cart-img + th,
#checkout-review-table td.checkout-cart-img + td{
  border-left: 0px;
}
#checkout-review-table td.checkout-cart-img{
  text-align: center;
}
#checkout-review-table td.checkout-cart-img img{
  display: inline-block;
  max-width: 90px;
  max-height: 90px;
}
#checkout-review-table .product-name{
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: inherit;
}
#checkout-review-table .product-patern {
    font-weight: bold;
    font-size: 14px;
}
#checkout-review-table .item-options{
  font-size: 13px;
}
#checkout-review-table .item-options dt {
    font-style: normal;
    font-weight: 300;
}
#checkout-review-table .item-options dd {
    padding-left: 0px;
}

#checkout-review-submit .cart-totals-wrapper{
  width: 100%;
  float: left;
  padding-left: 0;
}
#checkout-review-submit .buttons-set{
  margin-top: 0;
  padding-top: 0;
}
#checkout-review-submit .buttons-set .btn-checkout{
  width: 100%;
  padding: 20px 15px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#checkout-review-submit .buttons-set .btn-checkout span {
    margin-right: 5px;
    font-size: 26px;
    margin-left: 2px;
    vertical-align: -5px;
}
.fancybox_checkout_pop_up{
  position: relative;
}
.fancybox_checkout_pop_up #shipping-new-address-form,
.fancybox_checkout_pop_up #billing-new-address-form{
  max-height: 230px;
  overflow: auto;
}
.fancybox_checkout_pop_up .fancybox-inner {
    overflow: inherit!important;
}
.fancybox_checkout_pop_up .prefooter-container,
.fancybox_checkout_pop_up #RichSnippets{
  display: none;
}
.fancybox_checkout_pop_up .wrapper{
  background: transparent;
}
.fancybox_checkout_pop_up .main-container{
  padding: 0;
  border-top:0px;
}
.fancybox_checkout_pop_up .main-container .main{
  width: 100%;
  padding: 0 4% 20px 4%;
}
.fancybox_checkout_pop_up .back-link{
  display: none;
}
.fancybox_checkout_pop_up_title{
  color: #000;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.fancybox_checkout_pop_up .checkbox + label{
  font-size: 12px;
}
.fancybox_checkout_pop_up .buttons-set p.required{
  float: left;
}
.fancybox_checkout_pop_up .checkout-onepage-index .col-main{
  padding-right: 0;
}
.fancybox_checkout_pop_up .fancybox-close {
/*  top: 0px;
  right: 0px;
  color: #fff;
  background-color: #2e8ab8;
  width: 24px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border-radius: 0;*/
}
.fancybox_checkout_pop_up .fancybox-close:hover{
  text-decoration: none;
}
#checkout-step-review .btn-black .sprite{

}
#checkout-review-table .product-cart-info{
  width: 330px;
  position: relative;
}
#opc-review .cart-totals-wrapper{
  margin-bottom: 0;
}
.step_checktout_shipping_delivery{
  color: #e5006d;
  text-align: center;
  margin-bottom: 10px;
}
.step_checktout_shipping_delivery span{
  border-top: 1px solid #ded2c6;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}
#checkout-review-table tr {
    border-bottom: 1px solid #ded2c6;
}

.search-shop-container{
  margin-bottom: 20px;
}
.search-shop-container input{
  border: 1px solid #ded2c6;
  background: #FFFFFF;
  font-size: 16px;
  display: inline-block;
  font-weight: 300;
}
#search-shop-button{
  background: #e5006d;
  display: inline-block;
  padding: 0px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  text-transform: lowercase;
  white-space: nowrap;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#search-shop-button:hover{
  background: #63062c;
  cursor: pointer;
}
#shops_list{
  padding: 10px 10%;
}
#shops_list ul{
  background: #fff;
  border: 1px solid #ded2c6;
  border-bottom: 0px;
  text-align: left;
}
#shops_list ul li{
  position: relative;
  padding: 20px 10px;
  font-weight: 300;
  border-bottom: 1px solid #ded2c6;
  position: relative;
}
#shops_list ul li span{
  font-size: 14px;
}
#shops_list ul li b{
  font-weight: 600;
}
#shops_list ul li a{
  color: #e5006d;
}
#shops_list ul li a.button{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 40px;
    border-radius: 20px;
}
.checkout-shop-popin{
  width: 480px;
  padding-top: 2%;
  margin: 0;
}
.checkout-shop-title{
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #1f1f1f;
  font-weight: 400;
  font-size: 20px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.checkout-shop-popin .shop-coming-info{
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.checkout-shop-popin .shop-coming-info,
.checkout-shop-popin .shop-coming-map,
.checkout-shop-popin .shop-coor-img{
  width: 100%;
}
.shop-coming-map{
  padding: 2%;
  background: #fcf7f1;
}
.map-checkout{
  height: 100px;
}
.checkout-shop-popin .shop-coming{
  margin-bottom: 0px;
}
.shop-coming-container{
  margin-bottom: 20px;
}
.checkout-shop-popin .shop-coor-img{
  float: inherit;
  width: 96%;
  margin: 0 auto;
}
.agreement-content,
.checkout-agreements .agree input {
    display: none;
}
.checkout-agreements .checkbox + label {
    font-size: 13px;
    position: relative;
    padding-left: 30px;
    font-weight: 300;
}
.checkout-agreements label a{
  color: #000;
}
.checkout-agreements .agree input + label:before {
    background: #ffffff;
    border: 1px #ffffff solid;
    box-shadow: 0 0 0 1px #e1e1e1;
    content: '\a0';
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 1;
    position: absolute;
    left: 5px;
    top: 2px;
}
.checkout-agreements .agree input:checked + label::before {
    background: url('https://www.ceciaa.com/skin/frontend/dyslexie/default/images/checked.png') no-repeat center center #fff;
}
#agreement-content{
    padding: 20px;
    max-width: 540px;
    max-height: 600px;
}
.product_images_sales{
  font-size: 20px;
  font-family: "Roboto Condensed", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  color: #000;
  background: #e4dc95;
  padding: 5px 6px;
  z-index: 2;
}

/* ============================================ *
 * Simple Checkout - Mob
 * ============================================ */
@media (max-width: 768px) {
  .checkout-cart-index .main-container .main {
    padding: 20px 0% 40px;
  }
  .custom_checkout_steps .number:after{
    display: none;
  }
  .custom_checkout_steps li label{
    display: none;
  }
  .cart .page-title.title-buttons a{
    display: none;
  }
  .cart_timeline{
    display: none;
  }
  .cart .page-title.title-buttons{
    margin-bottom: 20px;
  }
  .cart-table .product-cart-image .cart-links{
    display: none!important;
  }
  .cart .cart-totals table#shopping-cart-totals-table tfoot strong .price{
    font-size: 30px;
  }
  #discount-coupon-form .input-text, .cart .giftcard .input-text{
    width: 180px;
  }
  .checkout-onepage-index .col-main {
    padding: 20px 0% 40px!important;
  }

  #checkout-step-login .col2-set > div,
  #checkoutSteps{
    padding: 0;
  }
  #checkout-step-login .col2-set .col-1{
    padding-right: 1%;
  }
  #checkout-step-login .col2-set .col-2{
    padding-left: 1%;
  }
  #checkout-step-login .col2-set h3{
    height: auto;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 2%;
  }
  #checkout-step-login .col2-set .buttons-set{
    padding: 30px 30px 20px 30px;
  }
  #login-form{
    padding: 0 4%;
  }
  #checkout-step-login .form-list li label{
    width: 35%;
  }
  #checkout-step-login .form-list li .input-box{
    width: 60%;
  }
  #checkout-step-login .form-list li .input-box input{
    max-width: 100%;
  }
  .opc .section .step{
    padding: 40px 0 0 0;
  }
  .opc .opc-method-title .back-link{
    top: -40px;
    left: -9px;
  }
  #checkout-shipping-method-load .sp-methods-right, #checkout-payment-method-load .sp-methods-right{
    padding: 30px 10px 15px 10px;
  }
  #checkout-shipping-method-load .sp-methods div.sp-methods-right label, #co-shipping-method-form .sp-methods div.sp-methods-right label, #checkout-payment-method-load .sp-methods div.sp-methods-right label, #checkout-payment-method-load .sp-methods div.sp-methods-right label,
  .s_method_coast{
    font-size: 14px;
    padding-left: 5px;
  }
  .s_method_desc span{
    font-size: 12px!important;
  }
  .free_shipping_schedule{
    position: relative;
    margin-top: 10px;
    top: inherit;
    right: inherit;
    padding: 10px;
  }
  .free_shipping_schedule span{
    font-size: 12px!important;
  }
  #checkout-shipping-method-load .sp-methods div.sp-methods-right input.radio, #co-shipping-method-form .sp-methods div.sp-methods-right input.radio, #checkout-payment-method-load .sp-methods div.sp-methods-right input.radio{
    margin-left: -17px;
  }
  .checkout_shipping_method_address .checkout_shipping_method_address_content, .checkout_shipping_method_address .checkout_shipping_method_address_edit{
    width: 100%;
  }
  .checkout_shipping_method_address .checkout_shipping_method_address_content{
    margin-bottom: 20px;
  }
  .checkout_shipping_method_address_shipping_title{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .checkout_shipping_method_address_shipping{
    margin-bottom: 0px;
  }
  .checkout_shipping_method_address_shipping, .checkout_shipping_method_address_billing{
    width: 47%;
  }
  .checkout_shipping_method_address_edit a{
    line-height: 35px;
    height: 35px;
    font-size: 12px;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .checkout_shipping_method_next_step button.button{
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    float: inherit;
  }
  .fancybox_checkout_pop_up .wrapper{
    min-width: inherit;
  }
  #co-payment-form,
  #checkout-payment-method-load .checkout-sp-right,
  #checkout-review-table-wrapper,
  #checkout-step-payment .checkout-sp-right
  {
    width: 100%;
  }
  #checkout-step-payment .checkout-sp-right{
    margin-top: 20px;
  }
  #checkout-review-submit{
    width: 100%;
    margin-top: 30px;
  }
  #checkout-payment-method-load .cart-totals-wrapper{
    display: none;
  }
  #checkout-review-table-wrapper{
    margin-right: 0%;
  }
  #checkout-review-table thead{
    display: none;
  }
  .opc .opc-method-title .button-back{
    top: -40px;
    left: -20px;
  }
  .opc .opc-method-title{
    margin-bottom: 20px;
  }
  .opc .opc-method-title span{
    font-size: 34px;
  }
  .search-shop-container input{
    width: 200px;
  }
  #shops_list ul li a.button{
    position: relative;
    right: inherit;
    bottom: inherit;
    display: block;
    width: 160px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .checkout-shop-popin{
    width: 280px;
    max-height: 300px;
    overflow: auto;
  }
  .checkout-shop-popin .shop-coor-img{
    display: none;
  }

}

@font-face {
  font-family: 'lg';
  src: url("https://www.ceciaa.com/skin/frontend/dyslexie/default/fonts/lg.eot?n1z373");
  src: url("https://www.ceciaa.com/skin/frontend/dyslexie/default/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("https://www.ceciaa.com/skin/frontend/dyslexie/default/fonts/lg.woff?n1z373") format("woff"), url("https://www.ceciaa.com/skin/frontend/dyslexie/default/fonts/lg.ttf?n1z373") format("truetype"), url("https://www.ceciaa.com/skin/frontend/dyslexie/default/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("https://www.ceciaa.com/skin/frontend/dyslexie/default/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("https://www.ceciaa.com/skin/frontend/dyslexie/default/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("https://www.ceciaa.com/skin/frontend/dyslexie/default/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("https://www.ceciaa.com/skin/frontend/dyslexie/default/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("https://www.ceciaa.com/skin/frontend/dyslexie/default/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("https://www.ceciaa.com/skin/frontend/dyslexie/default/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#00a1f5}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(https://www.ceciaa.com/skin/frontend/dyslexie/default/img/controls.png);cursor:pointer;position:absolute;z-index:9999;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.ceciaa.com/skin/frontend/dyslexie/default/css/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.ceciaa.com/skin/frontend/dyslexie/default/css/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.ceciaa.com/skin/frontend/dyslexie/default/css/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.ceciaa.com/skin/frontend/dyslexie/default/css/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.ceciaa.com/skin/frontend/dyslexie/default/css/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.ceciaa.com/skin/frontend/dyslexie/default/css/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


.nav-primary li ul.level0{min-height: 300px}

.nav-primary li ul.level0 img{
	position: static;
	max-width: 100%;
}

.nav-primary ul.level0 .product-menu{
	position: absolute;
	display: block;
	right: 45px;
	top: 20px;
}

.nav-primary ul.level0 .product-menu .info{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 10% 10% 5% 10%;
}


.nav-primary ul.level0 .product-menu .info span{
	display: block;
}

.nav-primary ul.level0 .product-menu .info .price{
	font-family: Arial, sans-serif;
	color: #2c99ed;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 5px;
	bottom: 18px;
	font-family: "Roboto", Arial, sans-serif;
}

.nav-primary ul.level0 .product-menu .info .wrapper-infos{
	font-family: 'Poppins', Arial, sans-serif;
	position: absolute;
  background: rgba(0, 0, 0, 0.7);
  /*text-shadow: 1px 1px 7px #afafaf;*/
	bottom: 0;
	left: 0;
	width: 100%;
  color: #fff;
	padding: 5%;
}

.nav-primary ul.level0 .product-menu .info .name{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: lighter;
		font-family: "Roboto", Arial, sans-serif;
		margin-bottom: 10px;
}

.nav-primary ul.level0 .product-menu .info .more{
	text-transform: uppercase;
	font-size: 12px;
}

