@import url(https://fonts.googleapis.com/css?family=Arvo:700);
@import url(https://fonts.googleapis.com/css?family=Seaweed+Script);

/** { border: 1px solid red; }*/

.no-result {
    border:1px solid #480A3C;
    padding:10px;
    margin-bottom:10px;
}

.backtodashboard {
    font-size:16px;
    margin-right:30px;
    width: 240px;
    border:0px;
    text-align: right;
}

.linee {
  position: relative;
  float: left;
    padding: 15px 50px;
  background-color: #480A3C;
  transform: scale(0.8, 0.05);
  transform-origin: 0 50%;
  -webkit-transform-origin-x: 0;
}

.plateo {
  width: 380px;
  margin: 70px auto;
  margin-bottom: 25px;
}

.scripto {
  font-family: "Seaweed Script";
  font-weight:500;
  color:#480A3C;
  font-size: 1.8rem;
  margin-bottom:15px;
}
.scripto2 {
  font-size:1.2rem;
  font-weight:500;
  color:#480A3C;
  margin-bottom:5px;
  text-transform: uppercase;
}
.scripto3 {
  font-size:1.2rem;
  font-weight:500;
  color:#480A3C;
  margin-bottom:5px;
  text-transform: uppercase;
}
.texte {
  line-height: 28px;
  font-size: 1em;
  color: #480A3C;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 2px;
  margin-top:10px;
  display:block;
}

.product__thumbnail .ejatd29 {
    height: 250px;
    width: 350px;
    object-fit: cover;
    padding: 5px;
}

.main .col-xs-6 {
    width: 50%;
}
.overflow_wrapper {
    overflow: hidden;
    position: relative;
}
.badges.author-rank {
    background-color: #F5F6FA;
    padding: 50px 5px 0 5px;
    border: 0px;
}
.background_cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background_cover_fixed {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.show {
  visibility: visible !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.not_visible {
  visibility: hidden;
}
.pause_animation {
  -moz-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none;
  visibility: hidden;
}
.overflow-hidden {
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase !important;
}
.centered {
  text-align: center !important;
}
.elevate {
  -o-transform: translate(0px, -70px);
  -webkit-transform: translate(0px, -70px);
  -ms-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}
.lead {
  font-size: 17px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
.boxed {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border: solid 1px #cbcbcb;
}
.boxed_plus {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dark_section .boxed,
.dark_section.boxed,
.secondary_section .boxed,
.secondary_section.boxed,
.light_section .boxed,
.light_section.boxed,
.white_section .boxed,
.white_section.boxed,
.black_section .boxed,
.black_section.boxed,
.skincolored_section .boxed,
.skincolored_section.boxed,

.boxed-special {
  padding-top: 40px;
  border: solid 1px #4eabf9 !important;
}
.boxed-special:after {
  content: "";
  display: inline-block;
  height: 10px;
  background: #4eabf9;
  bottom: 0;
  width: 80px;
  position: absolute;
  left: 50%;
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
div[class*='_section'].boxed-special {
  border: solid 1px #4eabf9 !important;
}
.main section.gradient,
.main section.gradient-invert {
  padding: 0;
}
.main section.gradient .container,
.main section.gradient-invert .container {
  padding-top: 55px;
  padding-bottom: 55px;
}

.gradient {
  background: linear-gradient(to right, #4eabf9 0%, #4eabf9 50%, #304770 50%, #304770 100%);
}
.gradient-invert {
  background: linear-gradient(to left, #4eabf9 0%, #4eabf9 50%, #304770 50%, #304770 100%);
}
.diagonal-30 .container {
  background: linear-gradient(45deg, #4eabf9 0%, #4eabf9 30%, #304770 30%, #304770 100%);
}
.diagonal-30-invert .container {
  background: linear-gradient(45deg, #304770 0%, #304770 30%, #4eabf9 30%, #4eabf9 100%);
}
.diagonal-30-minusangle-invert .container {
  background: linear-gradient(-45deg, #4eabf9 0%, #4eabf9 70%, #304770 70%, #304770 100%);
}
.diagonal-30-minusangle .container {
  background: linear-gradient(-45deg, #304770 0%, #304770 70%, #4eabf9 70%, #4eabf9 100%);
}
.diagonal-50 .container {
  background: linear-gradient(45deg, #4eabf9 0%, #4eabf9 50%, #304770 50%, #304770 100%);
}
.diagonal-50-invert .container {
  background: linear-gradient(45deg, #304770 0%, #304770 50%, #4eabf9 50%, #4eabf9 100%);
}
.diagonal-50-minusangle-invert .container {
  background: linear-gradient(-45deg, #4eabf9 0%, #4eabf9 50%, #304770 50%, #304770 100%);
}
.diagonal-50-minusangle .container {
  background: linear-gradient(-45deg, #304770 0%, #304770 50%, #4eabf9 50%, #4eabf9 100%);
}
.diagonal-70 .container {
  background: linear-gradient(45deg, #4eabf9 0%, #4eabf9 70%, #304770 70%, #304770 100%);
}
.diagonal-70-invert .container {
  background: linear-gradient(45deg, #304770 0%, #304770 70%, #4eabf9 70%, #4eabf9 100%);
}
.diagonal-70-minusangle-invert .container {
  background: linear-gradient(-45deg, #4eabf9 0%, #4eabf9 30%, #304770 30%, #304770 100%);
}
.diagonal-70-minusangle .container {
  background: linear-gradient(-45deg, #304770 0%, #304770 30%, #4eabf9 30%, #4eabf9 100%);
}
.stretchy-wrapper {
  width: 100% !important;
  padding-bottom: 56.25% !important;
  /* 16:9 */
  position: relative !important;
  overflow: hidden !important;
  margin-bottom: -1px;
  height: 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.stretchy-wrapper.ratio_16-9 {
  padding-bottom: 56.25% !important;
}
.stretchy-wrapper.ratio_15-9 {
  padding-bottom: 62% !important;
}
.stretchy-wrapper.ratio_4-3 {
  padding-bottom: 75% !important;
}
.stretchy-wrapper.ratio_12-5 {
  padding-bottom: 41.66% !important;
}
.stretchy-wrapper.ratio_2-1 {
  padding-bottom: 50% !important;
}
.stretchy-wrapper.ratio_1-1 {
  padding-bottom: 100% !important;
}
.stretchy-wrapper.ratio_5-1 {
  padding-bottom: 20% !important;
}
.stretchy-wrapper.ratio_slider {
  padding-bottom: 55% !important;
}
.stretchy-wrapper > * {
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.transparent,
.transparent-film {
  background-color: transparent !important;
}
.transparent-film > * {
  position: relative;
}
.transparent-film:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #efefef;
  background-color: rgba(239, 239, 239, 0.5);
}
.black_section.transparent-film:before {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.white_section.transparent-film:before {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
.skincolored_section.transparent-film:before {
  background-color: #359ff8;
  background-color: rgba(53, 159, 248, 0.5);
}
.secondary_section.transparent-film:before {
  background-color: #283c5e;
  background-color: rgba(40, 60, 94, 0.5);
}
.dark_section.transparent-film:before {
  background-color: #19212e;
  background-color: rgba(25, 33, 46, 0.5);
}
.light_section.transparent-film:before {
  background-color: #b7b7b7;
  background-color: rgba(183, 183, 183, 0.5);
}
.black_section.neutralize_links a:link,
.black_section.neutralize_links a:visited {
  color: #ffffff !important;
}
.white_section.neutralize_links a:link,
.white_section.neutralize_links a:visited {
  color: #323232 !important;
}
.skincolored_section.neutralize_links a:link,
.skincolored_section.neutralize_links a:visited {
  color: #ffffff !important;
}
.secondary_section.neutralize_links a:link,
.secondary_section.neutralize_links a:visited {
  color: #ffffff !important;
}
.dark_section.neutralize_links a:link,
.dark_section.neutralize_links a:visited {
  color: #ffffff !important;
}
.light_section.neutralize_links a:link,
.light_section.neutralize_links a:visited {
  color: #323232 !important;
}
.gradient-film-to-top,
.gradient-film-to-bottom {
  background-color: transparent !important;
}
.gradient-film-to-top > *,
.gradient-film-to-bottom > * {
  position: relative;
}
.gradient-film-to-top:before,
.gradient-film-to-bottom:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.gradient-film-to-top:before {
  background: linear-gradient(to top, #efefef 0%, rgba(239, 239, 239, 0.8) 10%, transparent 100%);
}
.gradient-film-to-bottom:before {
  background: linear-gradient(to bottom, #efefef 0%, rgba(239, 239, 239, 0.8) 10%, transparent 100%);
}
.black_section.gradient-film-to-bottom:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
}
.white_section.gradient-film-to-bottom:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
}
.skincolored_section.gradient-film-to-bottom:before {
  background: linear-gradient(to bottom, rgba(78, 171, 249, 0.65) 0%, transparent 100%);
}
.secondary_section.gradient-film-to-bottom:before {
  background: linear-gradient(to bottom, rgba(48, 71, 112, 0.65) 0%, transparent 100%);
}
.dark_section.gradient-film-to-bottom:before {
  background: linear-gradient(to bottom, rgba(34, 45, 63, 0.65) 0%, transparent 100%);
}
.light_section.gradient-film-to-bottom:before {
  background: linear-gradient(to bottom, rgba(170, 170, 170, 0.65) 0%, transparent 100%);
}
.black_section.gradient-film-to-top:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
}
.white_section.gradient-film-to-top:before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
}
.skincolored_section.gradient-film-to-top:before {
  background: linear-gradient(to top, rgba(78, 171, 249, 0.65) 0%, transparent 100%);
}
.secondary_section.gradient-film-to-top:before {
  background: linear-gradient(to top, rgba(48, 71, 112, 0.65) 0%, transparent 100%);
}
.dark_section.gradient-film-to-top:before {
  background: linear-gradient(to top, rgba(34, 45, 63, 0.65) 0%, transparent 100%);
}
.light_section.gradient-film-to-top:before {
  background: linear-gradient(to top, rgba(170, 170, 170, 0.65) 0%, transparent 100%);
}
i.fa.skincolored_section {
  background-color: #4eabf9 !important;
}
i.fa.secondary_section {
  background-color: #304770 !important;
}
i.fa.light_section {
  background-color: #aaaaaa !important;
}
i.fa.dark_section {
  background-color: #222d3f !important;
}
i.fa.black_section {
  background-color: #151515 !important;
}
i.fa.white_section {
  background-color: #ffffff !important;
}
.no_margin {
  margin: 0 !important;
}
.no_margin_top {
  margin-top: 0 !important;
}
.no_margin_bottom {
  margin-bottom: 0 !important;
}
.margin_top {
  margin-top: 55px !important;
}
.margin_bottom {
  margin-bottom: 55px !important;
}
.margin_top_half {
  margin-top: 27.5px !important;
}
.margin_bottom_half {
  margin-bottom: 27.5px !important;
}
.no_padding {
  padding: 0 !important;
}
.no_padding_top {
  padding-top: 0 !important;
}
.no_padding_bottom {
  padding-bottom: 0 !important;
}
.padding_top {
  padding-top: 55px !important;
}
.padding_bottom {
  padding-bottom: 55px !important;
}
.padding_top_half {
  padding-top: 27.5px !important;
}
.padding_bottom_half {
  padding-bottom: 27.5px !important;
}
.margin_top_grid {
  margin-top: 31px;
}
.margin_bottom_grid {
  margin-bottom: 31px;
}
.click-disable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*** SKINCOLORED SECTION (PRIMARY) ***/
.skincolored_section,
.main .skincolored_section,
div[class*="_section"] .skincolored_section,
section[class*="_section"] .skincolored_section,
section[class*="_section"] div[class*="_section"] .skincolored_section {
  background-color: #fff;
  color: #E0115F;
  webkit-box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
  box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
}

.skincolored_section a:link,
.main .skincolored_section a:link,
div[class*="_section"] .skincolored_section a:link,
section[class*="_section"] .skincolored_section a:link,
section[class*="_section"] div[class*="_section"] .skincolored_section a:link,
.skincolored_section a:visited,
.main .skincolored_section a:visited,
div[class*="_section"] .skincolored_section a:visited,
section[class*="_section"] .skincolored_section a:visited,
section[class*="_section"] div[class*="_section"] .skincolored_section a:visited {
  color: #480A3C;
}
.skincolored_section a:hover,
.main .skincolored_section a:hover,
div[class*="_section"] .skincolored_section a:hover,
section[class*="_section"] .skincolored_section a:hover,
section[class*="_section"] div[class*="_section"] .skincolored_section a:hover,
.skincolored_section a:active,
.main .skincolored_section a:active,
div[class*="_section"] .skincolored_section a:active,
section[class*="_section"] .skincolored_section a:active,
section[class*="_section"] div[class*="_section"] .skincolored_section a:active {
  color: #480A3C;
}
.skincolored_section a i,
.main .skincolored_section a i,
div[class*="_section"] .skincolored_section a i,
section[class*="_section"] .skincolored_section a i,
section[class*="_section"] div[class*="_section"] .skincolored_section a i {
  color: #E0115F;
}

/*** SECONDARY COLORED SECTION ***/
.secondary_section,
.main .secondary_section,
div[class*="_section"] .secondary_section,
section[class*="_section"] .secondary_section,
section[class*="_section"] div[class*="_section"] .secondary_section {
  background-color: #FE7F9C;
  color: #ffffff;
}
.secondary_section a:link,
.main .secondary_section a:link,
div[class*="_section"] .secondary_section a:link,
section[class*="_section"] .secondary_section a:link,
section[class*="_section"] div[class*="_section"] .secondary_section a:link,
.secondary_section a:visited,
.main .secondary_section a:visited,
div[class*="_section"] .secondary_section a:visited,
section[class*="_section"] .secondary_section a:visited,
section[class*="_section"] div[class*="_section"] .secondary_section a:visited {
  color: yellow;
}
.secondary_section a:hover,
.main .secondary_section a:hover,
div[class*="_section"] .secondary_section a:hover,
section[class*="_section"] .secondary_section a:hover,
section[class*="_section"] div[class*="_section"] .secondary_section a:hover,
.secondary_section a:active,
.main .secondary_section a:active,
div[class*="_section"] .secondary_section a:active,
section[class*="_section"] .secondary_section a:active,
section[class*="_section"] div[class*="_section"] .secondary_section a:active {
  color: #828282;
}
.secondary_section a i,
.main .secondary_section a i,
div[class*="_section"] .secondary_section a i,
section[class*="_section"] .secondary_section a i,
section[class*="_section"] div[class*="_section"] .secondary_section a i {
  color: #ffffff;
}

/*. =THE MAIN AREA & THE ROOT SECTION ELEMENT
===============================================================
*/
.main {
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
}
.main section {
  position: relative;
  background-color: #f6f7fb;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 70px;
}
.main section.no_padding {
  padding-top: 0;
  padding-bottom: 0;
}
.main section.no_top_padding {
  padding-top: 0;
}
.main section.no_bottom_padding {
  padding-bottom: 0;
}
.main section.no_cols_padding div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.main section.full_width > .container {
  width: 100%;
  padding: 0;
}
.main section div[class*="col-"] {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main section .container .container {
  width: inherit;
  padding: 0;
}
.section_header {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 35px 0;
  position: relative;
}
.section_header img {
  margin: 24px 0 20px 0;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section_header small {
  display: block;
}
.section_header .btn {
  margin-top: 10px;
}
.section_header.centered {
  text-align: center;
}
.section_header.xbold h2,
.section_header.xbold h3,
.section_header.xbold h4,
.section_header.xbold h5,
.section_header.xbold h6 {
  font-weight: 900;
  margin: 0 0 3px 0;
}
.section_header.xbold p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
}
.section_header.fancy h2 {
  font-size: 68px;
  margin: 0!important;
}
.section_header.fancy h3 {
  font-size: 50px;
}
.section_header.fancy h4 {
  font-size: 38px;
}
.section_header.fancy h5 {
  font-size: 32px;
}
.section_header.fancy h6 {
  font-size: 28px;
}
.section_header.fancy h2,
.section_header.fancy h3,
.section_header.fancy h4,
.section_header.fancy h5,
.section_header.fancy h6 {
  font-weight: 900;
  margin: 0 0 3px 0;
}
.section_header.fancy p {
  font-size: 20px;
  line-height: 1.4em;
}
.section_header.thin h2 {
  font-size: 42px;
  margin: 0!important;
}
.section_header.thin h3 {
  font-size: 31px;
}
.section_header.thin h4 {
  font-size: 23px;
}
.section_header.thin h5 {
  font-size: 20px;
}
.section_header.thin h6 {
  font-size: 17px;
}
.section_header.thin h2,
.section_header.thin h3,
.section_header.thin h4,
.section_header.thin h5,
.section_header.thin h6 {
  font-weight: 300;
  margin: 0 0 3px 0;
}
.section_header.thin p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4em;
}
.section_header.elegant h2 {
  font-size: 51px;
}
.section_header.elegant h3 {
  font-size: 37px;
}
.section_header.elegant h4 {
  font-size: 28px;
}
.section_header.elegant h5 {
  font-size: 24px;
}
.section_header.elegant h6 {
  font-size: 21px;
}
.section_header.elegant h2,
.section_header.elegant h3,
.section_header.elegant h4,
.section_header.elegant h5,
.section_header.elegant h6 {
  font-weight: 800;
  margin: 0 0 12px 0;
}
.section_header.elegant p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1em;
}

/*** ENTRY ***/
.entry {
  overflow: hidden;
}
.entry a {
  display: block;
}
.entry .entry_photo {
  text-align: center;
}
.entry .entry_photo i {
  font-size: 100px;
  padding: 20px;
  display: inline-block;
}
.entry .entry_photo.stretchy-wrapper i {
  padding: 10px;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: inherit;
  bottom: inherit;
  height: auto;
  width: auto;
}
.entry .entry_text {
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
}
.entry .entry_text h3,
.entry .entry_text h4,
.entry .entry_text h5 {
  font-weight: 800;
  margin: 0;
}
.skincolored_section.entry a .entry_text {

}
.skincolored_section.entry a .entry_text:hover {
  color: #FFF;
}
.secondary_section.entry a .entry_text {
  color: #ffffff;
}
.dark_section.entry a .entry_text {
  color: #ffffff;
}
.light_section.entry a .entry_text {
  color: #323232;
}
.white_section.entry a .entry_text {
  color: #323232;
}
.black_section.entry a .entry_text {
  color: #ffffff;
}
.skincolored_section.entry a:hover {
  background-color: #480A3C;
    color: #ffffff;
}
.secondary_section.entry a:hover {
  color: #ffffff;
  background-color: #111a29;
}
.dark_section.entry a:hover {
  color: #ffffff;
  background-color: #000000;
}
.light_section.entry a:hover {
  color: #323232;
  background-color: #777777;
}
.white_section.entry a:hover {
  color: #323232;
  background-color: #cccccc;
}
.black_section.entry a:hover {
  color: #ffffff;
  background-color: #000000;
}
.entry a:hover {
  background-color: #111a29;
  color: #ffffff;
}

/*
5. =THE HEAD PANEL AREA
===============================================================
*/
.head_panel {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.head_panel .owl-carousel .item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.head_panel .owl-carousel .item:before {
  -webkit-backface-visibility: hidden;
}
.head_panel .owl-carousel .item .container {
  height: 100%;
  position: relative;
  min-height: inherit;
}
.head_panel .owl-carousel .owl-nav {
  height: 0px;
  top: 50%;
  width: 100%;
  position: absolute;
  margin: 0;
}
.head_panel .owl-carousel .owl-prev,
.head_panel .owl-carousel .owl-next {
  position: absolute;
  width: 44px;
  height: 50px;
  display: block;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(/assets/ecom/images/slider-arrows.png) 0 0 no-repeat;
  margin: 0;
  opacity: .3;
}
.head_panel .owl-carousel .owl-prev:hover,
.head_panel .owl-carousel .owl-next:hover {
  opacity: 1;
  background: url(/assets/ecom/images/slider-arrows.png) 0 0 no-repeat transparent;
}
.head_panel .owl-carousel .owl-prev {
  background-position: 0 0;
  left: 0;
  top: 0;
  text-indent: -2000px;
}
.head_panel .owl-carousel .owl-next {
  background-position: -44px 0;
  top: 0;
  right: 0;
  text-indent: 2000px;
}
.head_panel .owl-carousel .owl-next:hover {
  background-position: -44px 0;
}
.head_panel .owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.head_panel .slider_wrapper .caption {
  position: absolute;
  left: 25%;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50%;
}
.head_panel .slider_wrapper .caption.caption-full {
  width: 80%;
  left: 10%;
}
.head_panel .slider_wrapper .caption.caption-left {
  left: 0px;
  right: inherit;
  text-align: left;
}
.head_panel .slider_wrapper .caption.caption-right {
  right: 0;
  left: inherit;
  text-align: left;
}
.caption .inner {
  padding: 15px;
}
.caption .inner img {
  width: inherit;
}
.caption .inner .t1 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1em;
}
.caption .inner .t1 img {
  vertical-align: inherit;
}
.caption .inner .t2 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.1em;
}
.caption .inner .t3 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1em;
  margin-top: 20px;
}
.caption .inner p.desc {
  font-size: 16px;
  line-height: 1.2em;
}
.caption .inner p.desc:before {
  content: "";
  border-bottom: 2px solid #4eabf9;
  display: block;
  margin: 20px 0;
}
.caption.no-line p.desc:before,
.caption.no-line .t2:after {
  display: none !important;
}
.caption.caption-fancy .inner .t1 {
  font-size: 66px;
}
.caption.caption-fancy .inner .t2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 300;
}
.caption.caption-fancy .inner .t2:after {
  border-bottom: 0px solid #4eabf9;
  content: "";
  display: block;
  margin-top: 10px;
}
.caption.caption-fancy .inner .t3 {
  font-size: 27px;
  font-weight: 700;
  margin: 12px 0 6px 0;
}
.caption.caption-fancy .inner p.desc {
  font-size: 16px;
}
.caption.caption-fancy .inner p.desc:before {
  display: none;
}
.caption.caption-flat .inner .t1 {
  font-size: 56px;
  font-weight: 900;
  line-height: 1em;
}
.caption.caption-flat .inner .t1 small {
  font-weight: 300;
}
.caption.caption-flat .inner .t2 {
  margin-bottom: 20px;
}
.caption.caption-flat .inner p.desc {
  font-size: 24px;
  -webkit-box-decoration-break: clone;
  /* Needs PreFixing */
  box-decoration-break: clone;
  /* Needs PreFixing */
  background-color: #4eabf9;
  color: #fff;
  display: inline;
  line-height: 2em;
  padding: 6px 12px;
  width: 100%;
  margin: 0;
}
.caption.caption-flat .inner p.desc:before {
  display: none;
}
.caption.caption-flat .inner.skincolored_section p.desc {
  background-color: #304770;
}
.caption.caption-elegant .inner .t2 {
  letter-spacing: 4px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}
.caption.caption-elegant .inner .t2:after {
  border-bottom: 3px solid #4eabf9;
  content: "";
  display: block;
  margin: 10px auto 0 auto;
  width: 10%;
}
.caption.caption-elegant .inner .t3 {
  font-size: 18px;
  font-weight: 300;
  margin: 12px 0 6px 0;
}


/*** Full-Width Photo ***/
.full_width_photo {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 380px;
  width: 100%;
}
.full_width_photo.bg_vtop {
  background-position: center top;
}
/*** Head Panel's Heading group ***/
.head_panel .hgroup {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: inherit;
}
.head_panel .hgroup .title {
  position: relative;
}
.head_panel .hgroup .title h1 {
  font-weight: 900;
  margin: 0;
  padding: 30px 0 0 0;
}
.head_panel .hgroup .title.transparent-film h1 {
  padding: 30px 0 10px 0;
}
.head_panel .hgroup .title.diagonal-bgcolor-trans {
  background: linear-gradient(to right, #efefef 0%, #efefef 25%, transparent 25%, transparent 100%);
}
.head_panel .hgroup .title.diagonal-bgcolor-trans .container h1 {
  display: inline-block;
  position: relative;
  background-color: #efefef;
  min-width: 300px;
  padding-right: 10px;
  z-index: 2;
}
.head_panel .hgroup .title.diagonal-bgcolor-trans .container h1:after {
  background: linear-gradient(to top right, #efefef 0%, #efefef 50%, transparent 50%, transparent 100%);
  content: '';
  width: 72px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -72px;
}
.head_panel .hgroup .subtitle {
  position: relative;
}
.head_panel .hgroup .subtitle p {
  font-size: 18px;
  margin: 0;
  padding: 5px 0 10px 0;
  line-height: 1.1em;
}
.head_panel .hgroup .subtitle.transparent-film p {
  padding: 10px 0 20px 0;
}
.head_panel .hgroup .subtitle.body-bg_section p {
  padding: 5px 0 0 0;
}
.head_panel .hgroup.fancy.vcenter {
  bottom: inherit;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.head_panel .hgroup.fancy .title h1 {
  font-size: 82px;
  line-height: 1em;
}
.head_panel .hgroup.fancy .subtitle p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1em;
}
/*** MAP ***/
.map {
  height: 480px !important;
}
.map img {
  max-width: none !important;
}



/*
 =3D Links Effect
 --------------------------------------------------------------
*/
.roll {
  display: inline-block;
  overflow: hidden;
  perspective: 400px;
  perspective-origin: 50% 50%;
  -webkit-perspective: 400px;
  -webkit-perspective-origin: 50% 50%;
  vertical-align: top;
}
.roll span {
  display: block;
  padding: 0 2px;
  position: relative;
  transform-origin: 50% 0%;
  transform-style: preserve-3d;
  transition: all 400ms ease;
  -webkit-transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 400ms ease;
}
.roll:hover span {
  background: #111;
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}
.roll span:after {
  background: #304770;
  color: #fff;
  content: attr(data-title);
  display: block;
  left: 0;
  padding: 0 2px;
  position: absolute;
  top: 0;
  transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -webkit-transform-origin: 50% 0%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
 padding: 0 5px;
}
/*
13. =RESPONSIVE STATES
===============================================================
*/

/* =Responsive: Large Desktops (Lower 200px Part of LG)
-------------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1400px) {
  .stretchy-wrapper.ratio_slider {
    padding-bottom: 55% !important;
  }
}

/* =Responsive: Medium devices (MD) Desktops
-------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {

  .stretchy-wrapper.ratio_slider {
    padding-bottom: 55% !important;
  }
}
/* =Responsive: Small devices (SM) Tablets (Mobile Menu)
-------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 37px;
  }
  h2,
  .h2 {
    font-size: 31px;
  }
  h3,
  .h3 {
    font-size: 23px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 15px;
  }
  h6,
  .h6 {
    font-size: 13px;
  }
  .stretchy-wrapper.ratio_slider {
    padding-bottom: 55% !important;
  }
  .elevate {
    margin-top: 0px;
  }

  /*** HEAD PANEL ***/
  .head_panel .slider_wrapper .caption {
    left: 5%;
    width: 90%;
  }
  .head_panel .slider_wrapper .caption.caption-left {
    left: 5%;
  }
  .head_panel .slider_wrapper .caption.caption-right {
    right: 5%;
  }
.main section.no_cols_padding div[class*="col-"] {
  padding: 5px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding: 0 10px;
}

.container {
 padding: 10px;
}

}
/* =Responsive: Extra small devices (XS) Phones
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

/*HACKING*/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding: 0 5px;
}

.backtodashboard {
    font-size:12px;
}

.scripto3 {
  font-size:1.2rem;
  font-weight:500;
  color:#480A3C;
  margin-bottom:-5px;
  text-transform: uppercase;
}

.logo img {
    width: auto;
    height:28px;
}

.search .search__title h3 {
    font-size: 20px;
}

.entry .entry_text {
    font-size: 10px;
}

.plateo {
  margin: 30px auto;
  margin-bottom: 15px;
}

 .products .col-md-6 {
 width: 50%;
 margin-bottom: -20px;
 }

 .single-product-desc {
    background: #f6f7fb;
    padding: 20px 0;
}

 .section--padding2 {
    padding: 20px 0 10px;
}

 .product__thumbnail .ejatd29 {
    height: 250px;
    width: 100%;
    object-fit: cover;
    padding: 5px;
}

.badges.author-rank {
    background-color: #F5F6FA;
    padding: 20px 5px 0 5px;
    border: 0px;
}

.badges .author-badges .badge-single {
    width: 27px;
}

.product-desc .product_title h4{
 font-size: 12px;
 }

.product-desc ul.titlebtm > li a, .product-desc ul.titlebtm > li p {
 font-size: 10px;
}

 .product__thumbnail .ejatd29 {
    height: 150px;
    object-fit: cover;
    padding: 0px;
 }

 .product--card .product-purchase {
    margin-top: 5px;
}
.product .product-purchase {
    padding: 5px 5px;
}

.product-purchase .price_love > span {
    line-height: 32px;
    padding: 0 5px;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.product .prod_btn a {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 400;
    padding: 0 10px;
}

.product-purchase .sell p span {
    font-size: 12px;
    margin-right: 2px;
}
.search-area2, .breadcrumb-area {
    padding-top: 30px;
}
.container {
 padding: 0;
}
  h1,
  .h1 {
    font-size: 23px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 17px;
  }
  h4,
  .h4 {
    font-size: 15px;
  }
  h5,
  .h5 {
    font-size: 12px;
  }
  h6,
  .h6 {
    font-size: 10px;
  }
  .stretchy-wrapper.ratio_slider {
    padding-bottom: 55% !important;
  }

.main section {
  padding-top: 10px;
  padding-bottom: 15px;
}

.main section.no_cols_padding div[class*="col-"] {
  padding: 5px;
}
  /*** HEAD PANEL ***/
  .caption .inner .t1 {
    font-size: 50px;
  }
  .caption .inner .t2 {
    font-size: 28px;
  }
  .caption .inner .t3 {
    font-size: 20px;
  }
  .caption .inner p.desc {
    font-size: 15px;
  }
  .caption.caption-fancy .inner .t1 {
    font-size: 30px;
  }
  .caption.caption-fancy .inner .t2 {
    font-size: 25px;
  }
  .caption.caption-fancy .inner .t3 {
    font-size: 20px;
  }
  .caption.caption-fancy .inner p.desc {
    font-size: 15px;
  }
  .caption.caption-flat .inner .t1 {
    font-size: 36px;
  }
  .caption.caption-flat .inner .t2 {
    margin-bottom: 20px;
  }
  .caption.caption-flat .inner p.desc {
    font-size: 18px;
  }
  .owl-nav {
    visibility: hidden;
  }
}
/* =Responsive: Small Phones (XXS)
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  .stretchy-wrapper.ratio_slider {
    padding-bottom: 55% !important;
  }
  .hidden-xxs {
    display: none;
  }
}
/* =Responsive: Small Phones (XXXS)
-------------------------------------------------------------- */
@media only screen and (max-width: 320px) {

.container {
    max-width: 280px;
}

  .stretchy-wrapper.ratio_slider {
    padding-bottom: 100% !important;
  }
  .hidden-xxxs {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .menu_container.collapsed {
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.custom-toggler.navbar-toggler {
    border-color: #F89D1D;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.salesnotice {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border-left: 6px solid #F89D1D;
  color: #8a8a8a;
  width: 410px;
  padding: 10px 30px 10px 10px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
  -ms-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
  background: #fff;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f6f6f6));
  background-image: -moz-linear-gradient(top,#fff,#f6f6f6);
  filter: formatstring("progid:DXImageTransform.Microsoft.gradient(startColorstr='{0}',endColorstr='{1}')",#fff,#f6f6f6);
  -ms-filter: formatstring("\"progid:DXImageTransform.Microsoft.gradient(startColorStr='{0}',EndColorStr='{1}')\"",#fff,#f6f6f6);
}

.salesnotice img {
  float: left;
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.salesnotice a {
  color: #8a8a8a;
  font-weight: bold;
  text-decoration: none;
}

.salesnotice a:hover {
  text-decoration: underline;
}

.salesnotice p {
  margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
.salesnotice {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border-left: 5px solid #F89D1D;
  color: #8a8a8a;
  max-width: 95%;
  padding: 5px 20px 5px 5px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
  -ms-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
  background: #fff;
  font-size: 14px;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f6f6f6));
  background-image: -moz-linear-gradient(top,#fff,#f6f6f6);
  filter: formatstring("progid:DXImageTransform.Microsoft.gradient(startColorstr='{0}',endColorstr='{1}')",#fff,#f6f6f6);
  -ms-filter: formatstring("\"progid:DXImageTransform.Microsoft.gradient(startColorStr='{0}',EndColorStr='{1}')\"",#fff,#f6f6f6);
}

.salesnotice img {
  float: left;
  margin-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.salesnotice a {
  color: #8a8a8a;
  font-weight: bold;
  text-decoration: none;
}

.salesnotice a:hover {
  text-decoration: underline;
}

.salesnotice p {
  margin-bottom: 1px;
  font-size: 16px;
}
}

.salesnotice .custom-close {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  transition: .2s ease-in-out;
  transform: rotate(45deg);
}
.salesnotice .custom-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: gray;
  position: absolute;
  left: 0;
  top: 5px;
}

.salesnotice .custom-close::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: gray;
  position: absolute;
  left: 5px;
  top: 0;
}
