
@font-face {
    font-family: 'Caviar Dreams';
    src: url('../fonts/caviardreams-webfont.woff2') format('woff2'),
         url('../fonts/caviardreams-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Caviar Dreams';
    src: url('../fonts/caviardreams_bold-webfont.woff2') format('woff2'),
         url('../fonts/caviardreams_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: 'RoyalWedding';
  src: url('../fonts/RoyalWedding-Regular.ttf') format('truetype'),
       url('../fonts/RoyalWedding-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

:root {
  /* Color variables */
  --robin-color-primary: #c49c48;
  --robin-color-primary-5: #FCFAF6;
  --robin-color-primary-10: #F9F5EC;
  --robin-color-primary-15: #F6F0E4;
  --robin-color-primary-25: #F0E6D1;
  --robin-color-primary-50: #E1CDA3;
  --robin-color-primary-rgb: 250, 178, 0;
  --robin-color-primary-40: #fde099;
  --robin-color-red: #d92523;
  --robin-color-white: #fff;
  --robin-color-white-rgb: 255, 255, 255;
  --robin-color-white-95: #f2f2f2;
  --robin-color-white-90: #ededed;
  --robin-color-white-85: #ddd;
  --robin-color-white-80: #ccc;
  --robin-color-black: #000;
  --robin-color-brown: #393630;
  --robin-color-black-rgb: 0, 0, 0;
  --robin-color-black-90: #222;
  --robin-color-black-90-rgb: 34, 34, 34;
  --robin-color-black-80: #333;
  --robin-color-black-75: #444;
  --robin-color-black-70: #505050;
  --robin-color-black-60: #666;
  --robin-color-black-50: #777;
  --robin-color-black-45: #878787;
  --robin-color-black-40: #999;
  --robin-color-black-30: #aaa;
  --robin-color-dark: #111;
  --robin-color-dark-90: #1f1f1f;
  --robin-color-dark-80: #383838;
  --robin-color-dark-violet: #392c3f;
  --robin-color-danger: #c61932;
  --robin-color-alert: #ffc926;
  --robin-color-success: #297e29;

  /* Font variables */
  --robin-font-main: "Cagliostro", sans-serif;
  --robin-font-title: "Caviar Dreams", serif;
  --robin-font-script: "RoyalWedding", serif;
}
/*=============================================
=            CSS Index            =
=============================================

    -> Default styles
    -> Header
    -> Footer
    -> Sidebar
    -> Container
    -> Button
    -> Scroll top
    -> Search overlay
    -> Section title
    -> Category
    -> Banner
    -> Section space
    -> Brand
    -> Call to action
    -> Deal counter
    -> Instagram 
    -> Breadcrumb
    -> Slider
    -> Backgrounds
    -> Product
    -> Quick view
    -> Contact form
    -> Testimonial
    -> Google map
    -> Accordion
    -> Pagination
    -> Newsletter
    -> Progressbar
    -> About us
    -> Service
    -> Contact us
    -> Shop
    -> Blog
    -> Login register
    -> Order tracking
    -> Cart
    -> Checkout


/*=====  End of CSS Index  ======*/

/*=============================================
=            Theme default CSS            =
=============================================*/
a:hover,
a:focus {
  color: var(--robin-color-primary);
}
/*-- Google Font --*/

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 18px;
}

body {
  font-family: var(--robin-font-main);
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  visibility: visible;
  color: var(--robin-color-black-80);
  background-color: var(--robin-color-white);
}

body.active-body-search-overlay {
  overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--robin-font-title);
  font-weight: 600;
  margin-top: 0;
  color: var(--robin-color-black-80);
}

h1,
.h1 {
  font-size: 36px;
  line-height: 42px;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 36px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 30px;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}

h5,
.h5 {
  font-size: 14px;
  line-height: 18px;
}

h6,
.h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
  list-style: outside none none;
}

/*-- Tab Content & Pane Fix --*/

.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  visibility: hidden;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  opacity: 0;
}

.tab-content .tab-pane.active {
  visibility: visible;
  overflow: visible;
  height: auto;
  opacity: 1;
}

select {
  padding-right: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*----------  default settings slick slider  ----------*/

.slick-slide > div > div {
  vertical-align: middle;
}

/*----------  Sharp border tippyjs theme  ----------*/

/* If `animateFill: true` (default) */

.tippy-tooltip.sharpborder-theme .tippy-backdrop {
  font-weight: 400;
  color: var(--robin-color-white);
  background-color: var(--robin-color-black-80);
}

/* If `animateFill: false` */

.tippy-tooltip.sharpborder-theme {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 8px 10px;
  white-space: nowrap;
  color: var(--robin-color-white);
  border-radius: 0;
  background: var(--robin-color-black-80);
  -webkit-box-shadow: 4px 4px 8px rgba(var(--robin-color-black-rgb), 0.3);
  box-shadow: 4px 4px 8px rgba(var(--robin-color-black-rgb), 0.3);
}

/* If `animateFill: true` (default) */

.tippy-tooltip.roundborder-theme .tippy-backdrop {
  font-weight: 400;
  color: var(--robin-color-white);
  background-color: var(--robin-color-black-80);
}

/* If `animateFill: false` */

.tippy-tooltip.roundborder-theme {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 8px 10px;
  white-space: nowrap;
  color: var(--robin-color-white);
  background: var(--robin-color-black-80);
  -webkit-box-shadow: 4px 4px 8px rgba(var(--robin-color-black-rgb), 0.3);
  box-shadow: 4px 4px 8px rgba(var(--robin-color-black-rgb), 0.3);
}

/*=============================================
=            Header            =
=============================================*/

/* header offset sticker */

.header-offer-sticker {
  background-color: var(--robin-color-black);
  padding:0.5rem 0;
  position:relative;
}
.header-offer-sticker.bg-primary,.bg-primary{
	background-color:var(--robin-color-primary)!important;
	    color: #fff;
}
.header-offer-sticker #close-alert {
    background: none;
    border: none;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s;
}
.header-offer-sticker #close-alert:hover {
    color:#fff;
    transition: 0.3s;
}
.header-offer-sticker p {
  font-family: var(--robin-font-main);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--robin-color-white);
}

.header-offer-sticker p a {
  margin-left: 5px;
  text-decoration: underline;
}

.header-offer-sticker p a:hover {
  color: var(--robin-color-white);
}

.header-top-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-sticky .header-logo img {
    max-height: 80px;
	transition:0.3s;
}
.header-sticky.is-sticky .header-logo img {
    max-height: 70px;
	transition:0.3s;
}

/* header top dropdown */

.header-top-dropdown {
  position: relative;
  padding: 0 15px;
  border-right: 1px solid var(--robin-color-white-90);
  border-left: 1px solid var(--robin-color-white-90);
}

.header-top-dropdown:hover > .header-top-dropdown__list {
  visibility: visible;
  opacity: 1;
}

.header-top-dropdown > a {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  padding: 7px 0;
  color: var(--robin-color-black-60);
}

.header-top-dropdown > a:hover {
  color: var(--robin-color-primary);
}

.header-top-dropdown > a i {
  font-size: 12px;
}

.header-top-dropdown__list {
  position: absolute;
  z-index: 99;
  top: calc(100% + 2px);
  left: 0;
  visibility: hidden;
  min-width: 150px;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: var(--robin-color-white);
  -webkit-box-shadow: 0 1px 2px rgba(var(--robin-color-black-rgb), 0.15);
  box-shadow: 0 1px 2px rgba(var(--robin-color-black-rgb), 0.15);
}

.header-top-dropdown__list li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-top-dropdown__list li a {
  font-family: var(--robin-font-main);
  font-size: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  line-height: 1;
  display: block;
  padding: 8px 15px;
  color: var(--robin-color-black-60);
}

.header-top-dropdown__list li:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.header-top-dropdown__list li:hover a {
  color: var(--robin-color-primary);
}

/* header navigation top */

.header-navigation-top {
  border-bottom: 1px solid var(--robin-color-white-90);
}

.header-top-content-wrapper .header-contact-info-wrapper {
  margin-left: 20px;
}

/* header */

.header-area--one {
  background-color: var(--robin-color-white);
}

.header-area--default--white {
  background-color: var(--robin-color-white);
}

.header-area--default--transparent {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.header-area--default--transparent .header-mobile-navigation {
  border-bottom: 0;
}

.header-area--default--transparent.is-sticky {
  background-color: var(--robin-color-white);
}

.header-area--default--transparent.is-sticky
  .header-navigation-area
  .header-info-wrapper
  .header-logo
  img:nth-child(1) {
  display: block;
}

.header-area--default--transparent.is-sticky
  .header-navigation-area
  .header-info-wrapper
  .header-logo
  img:nth-child(2) {
  display: none;
}

.header-area--default--transparent.is-sticky .account-dropdown {
  /*display: none;*/
}

.header-area--default--transparent
  .header-navigation-area
  .header-info-wrapper
  .header-logo
  img:nth-child(1) {
  display: none;
}

.header-info-area {
  padding: 50px 0;
}

/* heaer sticky */

.header-sticky.is-sticky {
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header-sticky.is-sticky {
  -webkit-box-shadow: 1px 1px 1px rgba(var(--robin-color-black-rgb), 0.2);
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
}

.header-sticky.is-sticky .header-navigation-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-sticky.is-sticky .header-info-area {
  display: none !important;
}

.header-sticky.is-sticky
  .header-info-wrapper--alt-style
  .header-navigation-wrapper
  nav
  > ul
  > li
  > a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-sticky.is-sticky
  .header-info-wrapper--alt-style
  .header-navigation-wrapper
  nav
  > ul
  > li
  > a:before {
  bottom: 25px;
}

.header-sticky.is-sticky .header-logo--sticky {
  display: block;
}

.header-sticky.is-sticky .header-icon-area--sticky {
  display: block;
}

.header-sticky.is-sticky .header-navigation-area--extra-space {
  padding: 0;
  transition: 0.3s;
}

.header-sticky.is-sticky .header-navigation-area nav > ul > li > a {
  padding: 30px 0;
}

.header-sticky.is-sticky .header-navigation-area nav > ul > li > a:before {
  bottom: 25px;
}

.header-sticky.is-sticky .header-navigation-area nav > ul > li > a:after {
  /*right: -15px;*/
}

.header-sticky.is-sticky .header-icon__list__item > a {
  padding: 30px 0;
}

.header-sticky.is-sticky .header-icon__list__item > a span.item-count {
  top: 30px;
}

.header-sticky.is-sticky .header-icon__list__item:hover .minicart-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-sticky.is-sticky .account-dropdown > a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-sticky.is-sticky .minicart-wrapper {
  top: 105%;
}

/* header info area */

.header-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*
.header-info-wrapper--alt-style .header-logo {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.header-info-wrapper--alt-style .header-navigation-wrapper {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
  */

.header-info-wrapper--alt-style
  .header-navigation-wrapper
  nav
  > ul
  > li
  > .nav-link {
  color: var(--robin-color-brown);
}

/*
.header-info-wrapper--alt-style .header-icon-area {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.header-contact-info {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}
  */

.header-contact-info__list li {
  display: inline-block;
  margin-right: 25px;
}

.header-contact-info__list li i {
  font-size: 14px;
  margin-right: 5px;
}

.header-contact-info__list li a {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--robin-color-black-60);
}

.header-contact-info__list li a:hover {
  color: var(--robin-color-primary);
}

.header-contact-info__list li:last-child {
  margin-right: 0;
}

/* header logo */
/*
.header-logo {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}
  */

.header-logo--sticky {
  display: none;
}

/* header icon area */

.header-icon-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  */
}

.header-icon-area--sticky {
  display: none;
}

.header-icon-area .account-dropdown {
  position: relative;
  display: inline-block;
  /*margin-right: 35px;*/
}

.header-icon-area .account-dropdown:hover > .account-dropdown__list {
  visibility: visible;
  opacity: 1;
}

.header-icon-area .account-dropdown > a {
  font-family: var(--robin-font-title);
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  display: block;
  color: var(--robin-color-black-60);
}

.header-icon-area .account-dropdown > a:hover {
  color: var(--robin-color-primary);
}

.header-icon-area .account-dropdown > a i {
  font-size: 12px;
}

.header-icon-area .account-dropdown__list {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: -40%;
  visibility: hidden;
  min-width: 200px;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: var(--robin-color-white);
  -webkit-box-shadow: 0 1px 2px rgba(var(--robin-color-black-rgb), 0.15);
  box-shadow: 0 1px 2px rgba(var(--robin-color-black-rgb), 0.15);
}

.header-icon-area .account-dropdown__list li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-icon-area .account-dropdown__list li a {
  font-family: var(--robin-font-title);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  display: block;
  padding: 8px 15px;
  color: var(--robin-color-black-60);
}

.header-icon-area .account-dropdown__list li:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.header-icon-area .account-dropdown__list li:hover a {
  color: var(--robin-color-primary);
}

/* header icon */

.header-icon {
  display: inline-block;
}

.header-icon__list {
  /* white icon style  */
}

.header-icon__list > li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.header-icon__list > li:hover .minicart-wrapper, .header-icon__list > li .minicart-wrapper.show {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.header-icon__list > li:last-child {
  margin-right: 0;
}

.header-icon__list > li > a {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  color: var(--robin-color-dark);
}

.header-icon__list li > a > .item-count {
  font-family: var(--robin-font-main);
  font-size: 11px;
  font-weight: 700;
  line-height: 21px;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: var(--robin-color-primary);
}

.header-icon__list--white-icon > li > a {
  color: var(--robin-color-white);
}

/* minicart */

.minicart-wrapper {
  position: absolute;
  z-index: 999;
  top: 120%;
  right: 0;
  visibility: hidden;
  width: 320px;
  padding: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  background: var(--robin-color-white);
  -webkit-box-shadow: 1px 1px 5px rgba(var(--robin-color-black-rgb), 0.25);
  box-shadow: 1px 1px 5px rgba(var(--robin-color-black-rgb), 0.25);
}

.minicart-wrapper__buttons {
  margin-bottom: 25px;
}

.minicart-wrapper__title {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--robin-color-dark);
  border-bottom: 1px solid var(--robin-color-white-90);
}

.minicart-wrapper__items {
  position: relative;
  overflow: auto;
  max-height: 400px;
}

.minicart-wrapper__items .ps__thumb-y {
  width: 2px;
}

.minicart-wrapper__items .ps__thumb-y:hover {
  width: 3px;
}

.minicart-wrapper__items .ps__rail-y {
  width: 3px;
}

.minicart-wrapper__items__single {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--robin-color-white-90);
}

.minicart-wrapper__items__single .close-icon {
  position: absolute;
  top: 0;
  right: 5px;
}

.minicart-wrapper__items__single .close-icon:hover {
  color: var(--robin-color-primary);
}

.minicart-wrapper__items__single .close-icon i {
  font-size: 20px;
}

.minicart-wrapper__items__single .image {
  margin-right: 15px;
  flex-shrink: 0;
}

.minicart-wrapper__items__single .content .product-title {
  margin-bottom: 0;
}

.minicart-wrapper__items__single .content .product-title a {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--robin-color-dark);
}

.minicart-wrapper__items__single .content .product-title a:hover {
  color: var(--robin-color-primary);
}

.minicart-wrapper__items__single .content .product-calculation .count {
  font-family: var(--robin-font-main);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: var(--robin-color-black-60);
}

.minicart-wrapper__items__single .content .product-calculation .price {
  font-family: var(--robin-font-title);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--robin-color-primary);
}

.minicart-wrapper__items__single .content .wishlist-cart-icon {
  font-family: var(--robin-font-main);
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  color: var(--robin-color-black-60);
}

.minicart-wrapper__subtotal {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--robin-color-black-90);
  border-top: 1px solid var(--robin-color-white-90);
  border-bottom: 1px solid var(--robin-color-white-90);
}

.minicart-wrapper__subtotal span {
  font-family: var(--robin-font-title);
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  float: right;
  color: var(--robin-color-primary);
}

.minicart-wrapper__featuretext {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--robin-color-black-60);
}

/* navigation area */

.header-navigation-area--dark {
  background-color: var(--robin-color-black-90);
}

.header-navigation-area--white {
  background-color: var(--robin-color-white);
}

.header-navigation-area--extra-space {
  padding: 0 0;
  transition: 0.3s;
}

.header-navigation-wrapper nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-navigation-wrapper nav > ul > li {
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.header-navigation-wrapper nav > ul > li.has-children > .nav-link {
  position: relative;
}

.header-navigation-wrapper nav > ul > li.has-children > .nav-link:after {
  content: "\e688";
  font-family: "Pe-icon-7-stroke";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  opacity: 0.6;
  border: none;
}

.menu-principal:not(.mega-menu)
  .submenu--column-1
  > li.has-children
  > .dropdown-item:after,
li.has-children:not(.page-spacer)
  .submenu--column-1
  > li
  > .dropdown-toggle:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "\e684";
  font-family: "Pe-icon-7-stroke";
  font-size: 20px;
  border: none;
}

.header-navigation-wrapper nav > ul > li.active > .nav-link:before {
  width: 100%;
}

.header-navigation-wrapper nav > ul > li:last-child {
  margin-right: 0;
}

.mega-menu > ul > li.page-spacer:last-child > .submenu--column-1 {
  -webkit-transform: translate(-400px, 20px);
  -ms-transform: translate(-400px, 20px);
  transform: translate(-400px, 20px);
}

.mega-menu > ul > li.page-spacer:last-child:hover > .submenu--column-1 {
  -webkit-transform: translate(-400px, 0);
  -ms-transform: translate(-400px, 0);
  transform: translate(-400px, 0);
}

.header-navigation-wrapper nav > ul > li > .nav-link {
  font-family: var(--robin-font-title);
  font-size: 1rem;
  font-weight: 600;
  line-height: 21px;
  position: relative;
  display: block;
  padding: 30px 0;
  letter-spacing: 1px;
  color: var(--robin-color-white);
  -webkit-animation: 700ms ease-in-out;
  animation: 700ms ease-in-out;
}

.header-navigation-wrapper nav > ul > li > .nav-link:before {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--robin-color-primary);
}

.menu-principal > ul > li:hover > .nav-link, .header-navigation-wrapper nav > ul > li:hover > .nav-link,.header-navigation-wrapper nav > ul > li > .nav-link.active  {
  color: var(--robin-color-primary);
}

.menu-principal > ul > li:hover > .nav-link:before, .header-navigation-wrapper nav > ul > li:hover > .nav-link:before, .header-navigation-wrapper nav > ul > li > .nav-link.active:before {
  width: 100%;
}

.menu-principal > ul li.has-child:hover > .submenu,
.menu-principal:not(.mega-menu) > li.has-children:hover > .submenu--column-1 {
  visibility: visible;
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  opacity: 1;
}

.menu-principal:not(.mega-menu)
  .submenu--column-1
  li.has-children:hover
  > .submenu--column-1 {
  visibility: visible;
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 1;
}

.menu-principal > ul > li.page-spacer:hover > .submenu--column-1 {
  -webkit-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
}

/* submenu */

.submenu {
  position: absolute;
  z-index: 1001;
  top: 100%;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-30px, 20px);
  -ms-transform: translate(-30px, 20px);
  transform: translate(-30px, 20px);
  opacity: 0;
  background-color: var(--robin-color-white);
  -webkit-box-shadow: -2px 2px 81px -27px rgba(var(--robin-color-black-rgb), 0.29);
  box-shadow: -2px 2px 81px -27px rgba(var(--robin-color-black-rgb), 0.29);
}

.menu-principal:not(.mega-menu) .submenu--column-1 .submenu,
.mega-menu > li:not(.page-spacer) .submenu--column-1 .submenu {
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}

.submenu--home-variation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  padding: 60px 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.submenu--home-variation__item {
  -webkit-flex-basis: 27%;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
}

.submenu--home-variation__item:nth-child(1n + 4) {
  margin-top: 60px;
}

.submenu--home-variation__item__title {
  margin-bottom: 12px;
}

.submenu--home-variation__item__title a {
  font-family: var(--robin-font-main);
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  color: var(--robin-color-dark);
  }

.submenu--home-variation__item__title a:hover {
  color: var(--robin-color-primary);
}

.submenu--home-variation__item__image {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submenu--home-variation__item__image img {
  -webkit-box-shadow: 0 2px 10px 0 rgba(var(--robin-color-black-rgb), 0.3);
  box-shadow: 0 2px 10px 0 rgba(var(--robin-color-black-rgb), 0.3);
}

.submenu--home-variation__item__image img:hover {
  -webkit-box-shadow: 0 2px 15px 0 rgba(var(--robin-color-black-rgb), 0.3);
  box-shadow: 0 2px 15px 0 rgba(var(--robin-color-black-rgb), 0.3);
}

.submenu--column-1 {
  padding: 20px 30px;
}

.mega-menu .page-1.page-spacer > .submenu--column-1 {
  min-width: 250px;
}

.submenu--column-1 > li.has-children,
.submenu--column-1 > li.has-child {
  position: relative;
}

.menu-principal:not(.mega-menu)
  .submenu--column-1
  > li.has-children
  > .submenu--column-1,
.mega-menu
  li.has-children:not(.page-spacer)
  > .submenu--column-1
  li.has-child
  > .submenu {
  position: absolute;
  top: -30%;
  right: auto;
  left: 120%;
  visibility: hidden !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0 !important;
}

.submenu--column-1 > li.has-children > a {
  position: relative;
}

.submenu--column-1 > li.has-children:not(.page-spacer) > a:after {
  display: none;
}

.menu-principal:not(.mega-menu) li.has-children:hover > .submenu--column-1,
.menu-principal:not(.mega-menu) li.has-children:focus-within > .submenu--column-1,
.mega-menu
  li.has-children:not(.page-spacer)
  > .submenu--column-1
  li.has-child:hover
  > .submenu,
  .mega-menu
  li.has-children:not(.page-spacer)
  > .submenu--column-1
  li.has-child:focus-within
  > .submenu,
.mega-menu > li.page-1.has-children:hover > .submenu--column-1,
.mega-menu > li.page-1.has-children:focus-within > .submenu--column-1,
.mega-menu > .page-spacer.has-children:hover > .submenu--column-1 .submenu,
.mega-menu > .page-spacer.has-children:focus-within > .submenu--column-1 .submenu,
.mega-menu .page-spacer li.has-child:hover > .submenu--column-1,
.mega-menu .page-spacer li.has-child:focus-within > .submenu--column-1 {
    visibility: visible !important;
    opacity: 1 !important;
}

.menu-principal:not(.mega-menu)
  li.page-1.has-children:hover
  > .submenu--column-1,
  .menu-principal:not(.mega-menu)
  li.page-1.has-children:focus-within
  > .submenu--column-1,
.mega-menu li:not(.page-spacer).page-1.has-children:hover > .submenu--column-1,
.mega-menu li:not(.page-spacer).page-1.has-children:focus-within > .submenu--column-1 {
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}

.submenu--column-1 > li:nth-child(1) {
  margin-top: 0;
}

.menu-principal .dropdown-item:focus,
.menu-principal .dropdown-item:hover {
  background-color: transparent;
}

.submenu--column-1 > li.page-2 > a {
  font-family: var(--robin-font-title);
  font-size: 1rem;
  font-weight: 600;
  line-height: 21px;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--robin-color-brown);
}
.submenu--column-1 > li.page-2 > a.active {
  color: var(--robin-color-primary);
}

.submenu--column-1 > li > .dropdown-item::before {
  position: absolute;
  top: 50%;
  left: -15px;
  width: 0;
  height: 1px;
  margin-right: 5px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: var(--robin-color-primary);
}

.submenu--column-1 > a.dropdown-item:hover {
  color: var(--robin-color-primary);
}

.mega-menu .submenu--column-1 > li.page-4 > .dropdown-item::before {
  left: -20px;
  width: 10px;
  opacity: 1;
  background-color: var(--gray);
}

li:not(.page-spacer) .submenu--column-1 > li:hover > .dropdown-item,
li:not(.page-spacer) .submenu--column-1 > li:focus-within > .dropdown-item,
.submenu--column-1 > li.page-3 .dropdown-item:hover,
.submenu--column-1 > li.page-3 .dropdown-item:focus-within {
  padding-left: 5px;
}

.menu-principal:not(.mega-menu) .submenu--column-1 > li.page-2 > .dropdown-item:hover:before,
.menu-principal:not(.mega-menu) .submenu--column-1 > li.page-2 > .dropdown-item:focus:before,
.submenu--column-1 > li.page-3 > .dropdown-item:hover:before,
.submenu--column-1 > li.page-3 > .dropdown-item:focus:before,
.submenu--column-1 > li.page-4 > .dropdown-item:hover:before,
.submenu--column-1 > li.page-4 > .dropdown-item:focus:before {
  width: 14px;
  opacity: 1;
  background-color: var(--robin-color-primary);
}

li.page-1.page-spacer > .submenu--column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 860px;
  padding: 40px 50px;
  -webkit-transform: translate(-220px, 20px);
  -ms-transform: translate(-220px, 20px);
  transform: translate(-220px, 20px);
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

li.page-spacer > .submenu--column-1 > li {
  padding-right: 30px;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

li.page-spacer > .submenu--column-1 > li:last-child {
  padding-right: 0;
}

li.page-spacer > .submenu--column-1 > li.megamenu-image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

li.page-spacer
  > .submenu--column-1
  > li.page-2
  > ul
  > li.dropdown-toggle
  > .menu-title {
  font-family: var(--robin-font-main);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 24px;
  color: var(--robin-color-black-90);
  border-bottom: 1px solid var(--robin-color-white-90);
}

li.page-spacer > .submenu--column-1 > li > ul > li:nth-child(2) {
  margin-top: 0;
}

li.page-spacer > .submenu--column-1 > li > ul > li > .dropdown-item {
  font-family: var(--robin-font-main);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--robin-color-dark);
}

li.page-spacer > .submenu--column-1 > li > ul > li > a:hover {
  color: var(--robin-color-primary);
}

.header-mobile-navigation {
  padding: 0px 0;
  border-bottom: 1px solid var(--robin-color-white-90);
}

/* mobile menu */

.mobile-menu-icon {
  color: var(--robin-color-dark);
}

.mobile-menu-icon i {
  font-size: 20px;
}

.mobile-menu-icon:hover {
  color: var(--robin-color-dark);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--robin-color-primary);
  text-decoration: none;
  background-color: inherit;
  font-weight: bold;
}

/* offcanvas mobile menu */

.offcanvas-widget-area {
  margin-top: auto;
  margin-bottom: 35px;
}

.off-canvas-contact-widget {
  margin-bottom: 20px;
}

.offcanvas-mobile-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  padding-left: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.offcanvas-mobile-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas-mobile-menu.inactive {
  -webkit-transform: translateX(calc(100% + 60px));
  -ms-transform: translateX(calc(100% + 60px));
  transform: translateX(calc(100% + 60px));
}

.offcanvas-menu-close {
  font-size: 30px;
  line-height: 60px;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  color: var(--robin-color-white);
  background: var(--robin-color-black-80);
}

.offcanvas-menu-close:hover,
.offcanvas-menu-close:focus {
  color: var(--robin-color-white);
}

.offcanvas-menu-close i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.offcanvas-menu-close:hover i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.offcanvas-wrapper {
  overflow: auto;
  height: 100%;
  background-color: var(--robin-color-white);
  -webkit-box-shadow: 0 0 87px 0 rgba(var(--robin-color-black-rgb), 0.09);
  box-shadow: 0 0 87px 0 rgba(var(--robin-color-black-rgb), 0.09);
}

.offcanvas-mobile-search-area {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  margin-left: 50px;
  padding: 10px;
  background-color: var(--robin-color-white-90);
}

.offcanvas-mobile-search-area input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 9px 25px;
  color: var(--robin-color-black-90);
  border: none;
  background: var(--robin-color-white-90);
}

.offcanvas-mobile-search-area button {
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--robin-color-black-30);
  border: none;
  background: none;
}

.offcanvas-mobile-search-area button i {
  font-size: 18px;
  line-height: 40px;
}

.offcanvas-inner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 35px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.offcanvas-naviagtion {
  margin-bottom: 50px;
}

.offcanvas-naviagtion > ul > li > .nav-link {
  font-family: var(--robin-font-main);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 0;
  color: var(--robin-color-dark);
}

.offcanvas-naviagtion > ul > li > .nav-link:hover {
  color: var(--robin-color-primary);
}

.offcanvas-naviagtion ul.sub-menu {
  margin-left: 25px;
}

.offcanvas-naviagtion ul.sub-menu > li > .dropdown-item {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0;
  color: var(--robin-color-dark);
}

.offcanvas-naviagtion ul.sub-menu > li > .dropdown-item:hover {
  color: var(--robin-color-primary);
}

.offcanvas-naviagtion ul li.menu-item-has-children {
  position: relative;
  display: block;
}

.offcanvas-naviagtion ul li.menu-item-has-children a, .offcanvas-naviagtion ul li.menu-item-has-children .nav-link {
  display: block;
}

.offcanvas-naviagtion
  ul
  li.menu-item-has-children.active
  > .menu-expand
  i:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand {
  line-height: 50px;
  position: absolute;
  top: -5px;
  right: auto;
  left: 95%;
  width: 30px;
  height: 50px;
  cursor: pointer;
  text-align: center;
}

.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand i {
  position: relative;
  display: block;
  width: 10px;
  margin-top: 25px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  border-bottom: 1px solid;
}

.offcanvas-naviagtion ul li.menu-item-has-children .menu-expand i:before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-bottom: 1px solid;
}

.off-canvas-widget-social a {
  margin: 0 15px;
}

.off-canvas-widget-social a:first-child {
  margin-left: 0;
}

.off-canvas-widget-social a:hover {
  color: var(--robin-color-primary);
}

/* Menu vertical - Mega menu */
/* Se comporte comme un mega menu pour les pages de niveau 1 qui sont des separateurs
   et comme un menu deroulant pour les autres types de pages */

.menu-principal .dropdown-item {
  padding-top: 10px;
  padding-left: 0;
  padding-bottom: 10px;
  font-weight: 400;
  white-space: nowrap;
  border-radius: 0 !important;
}

.mega-menu .dropdown-menu {
  margin: 0;
  padding: 0;
}

.mega-menu .menu-image,
.mega-menu .menu-description,
.mega-menu .menu-attribute {
  display: none;
}

.mega-menu > li.page-spacer > span {
  cursor: pointer;
}

@media (min-width: 992px) {
  .mega-menu .dropdown {
    display: none;
  }

  .mega-menu li:hover > .dropdown,
  .mega-menu .dropdown-menu {
    display: block;
  }

  /* Determine le comportement du menu deroulant quand la page de niveau 1 n'est pas un separateur */

  .mega-menu > li:not(.page-spacer) > .dropdown {
    position: relative;
    height: 5px; /* Determine la marge entre le menu et la barre de navigation */
  }

  .mega-menu > li:not(.page-spacer) .dropdown .dropdown {
    top: -35px; /* Positionne les menus de niveau 3 et 4 sur l'axe Y */
    left: calc(
      100% - 15px
    ); /* Positionne les menus de niveau 3 et 4 en l'axe X */
  }

  .mega-menu > li:not(.page-spacer) .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
  }

  .mega-menu > li:not(.page-spacer) .dropdown-menu .dropdown-toggle::after {
    margin-left: auto;
    transform: rotate(-90deg);
  }

  /* Determine le comportement du mega menu quand la page de niveau 1 est un separateur */

  .mega-menu > li.page-spacer > .dropdown {
    position: absolute;
    left: 0;
    padding-top: 5px; /* Determine la marge entre le menu et la barre de navigation */
    width: 100%;
    justify-content: center;
  }

  .mega-menu > li.page-spacer .submenu .submenu {
    position: static !important;
    background: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  /* Le premier dropdown-menu se comporte comme un container */

  .mega-menu > li.page-spacer > .dropdown > .dropdown-menu {
    flex-wrap: wrap;
    width: 100%;
    max-width: 1110px;
    padding: 5px 5px 15px 5px;
    margin-right: -15px;
    margin-left: -15px;
    background: var(--white);
  }

  .mega-menu > li.page-spacer:hover .dropdown,
  .mega-menu > li.page-spacer:hover > .dropdown > .dropdown-menu {
    display: flex;
  }

  /* Les li directement parents au premier dropdown-menu se comportent comme des col-3 */

  .mega-menu > li.page-spacer > .dropdown > .dropdown-menu > li {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mega-menu > li.page-spacer .dropdown-item {
    color: var(--gray);
    white-space: normal;
    background: none;
  }
  .mega-menu > li.page-1.page-spacer > .dropdown-item {
    padding: 0;
  }

  .mega-menu > li.page-spacer .dropdown-item:hover > .menu-title {
    color: var(--robin-color-primary);
  }

  /* Determine l'affichage des pages à partir du niveau 2 */

  .mega-menu > li.page-spacer .page-2 .dropdown-menu {
    width: 100%;
    border: none;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .mega-menu > li.page-spacer .page-2 > .dropdown-item .menu-title {
    display: block;
    padding: 0 0 15px;
    color: var(--dark);
    font-weight: 600;
    font-size: 0.875rem;
  }
  .mega-menu > li.page-spacer .page-2 > a.dropdown-item:hover .menu-title {
    color: var(--robin-color-primary);
  }

  .mega-menu
    > li.page-spacer
    .page-2
    > .dropdown-item.dropdown-toggle
    .menu-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }

  .mega-menu > li.page-spacer .page-2 .dropdown-toggle::after {
    display: none;
  }

  .mega-menu > li.page-spacer .page-2 .menu-image {
    display: block;
  }

  .mega-menu > li.page-spacer .page-2 .menu-description,
  .mega-menu > li.page-spacer .page-2 .menu-attribute {
    display: block;
    font-weight: 400 !important;
  }

  .mega-menu > li.page-spacer .page-3.has-child .submenu--column-1 {
    padding-left: 20px;
  }

  /* Determine l'affichage d'un lien interne vers une fiche produit */

  .mega-menu > li.page-spacer .catalogue_produit {
    display: block;
  }

  .mega-menu > li.page-spacer .catalogue_produit .menu-title {
    color: var(--dark);
    font-weight: 600;
  }

  .mega-menu > li.page-spacer .catalogue_produit .menu-attribute {
    color: var(--primary);
    font-size: 1.2rem;
  }
}

@media (max-width: 1199px) {
  .mega-menu .dropdown-menu {
    border: none;
  }

  .mega-menu > li.nav-item > .active + .dropdown,
  .mega-menu > li.nav-item > .active + .dropdown .dropdown-menu,
  .mega-menu > li.show .dropdown-menu {
    display: block !important;
    box-shadow: none !important;
  }

  .mega-menu > li .dropdown-menu .dropdown-toggle::after {
    display: none;
  }
}

/*=====  End of Header  ======*/

/*=============================================
=            footer            =
=============================================*/

.footer-navigation-area {
  padding-top: 100px;

  background-color: var(--robin-color-dark);
}

.footer-navigation-area > .container-full {
  padding-bottom: 100px;
}

.footer-copyright-area {
  padding: 30px 0;
  background-color: var(--robin-color-brown);
}

.footer-copyright-area--two {
  padding: 50px 0;
  background-color: var(--robin-color-white);
}

.copyright-text {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--robin-color-black-40);
}

.copyright-text a {
  color: var(--robin-color-primary);
}

.copyright-text a:hover {
  color: var(--robin-color-white);
}

.copyright-text--two {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  color: var(--robin-color-black-45);
}

.copyright-text--two a {
  font-weight: 600;
}

.copyright-text--two a:hover {
  opacity: 0.85;
  color: var(--robin-color-primary);
}

.footer-widget {
  margin-bottom: 60px;
}

.footer-widget--two {
  margin-bottom: 30px;
}

.footer-widget__title {
  font-family: var(--robin-font-title);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
  color: var(--robin-color-white);
}

.footer-widget__title:after {
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 15px;
  content: "";
  background-color: var(--robin-color-black-80);
}

.footer-widget__text {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
  color: var(--robin-color-black-40);
}

.footer-widget__text--two {
  margin-right: 20px;
}

.footer-widget__navigation ul li a {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 0;
  color: var(--robin-color-black-40);
}

.footer-widget__navigation ul li a:hover {
  color: var(--robin-color-white);
}

.footer-widget__social-links {
  display: inline-block;
}

.footer-widget__social-links li {
  display: inline-block;
  padding-right: 20px;
}

.footer-widget__social-links li a {
  display: block;
  padding: 5px 0;
  color: var(--robin-color-black-40);
}

.footer-widget__social-links li a:hover {
  color: var(--robin-color-white);
}

.footer-widget__social-links--dark li a {
  color: var(--robin-color-dark);
}

.footer-widget__social-links--dark li a:hover {
  color: var(--robin-color-primary);
}

.footer-widget__newsletter-form {
  position: relative;
  width: 90%;
  height: 50px;
}

#inscription-newsletter .form-group {
  margin: 10px 0;
}
#inscription-newsletter label.custom-control-label {
  color: var(--robin-color-black-40);
}
#inscription-newsletter .small.text-muted {
  color: var(--robin-color-black-40) !important;
}
#inscription-newsletter .small.text-muted a {
  color: var(--robin-color-black-40) !important;
  text-decoration: underline;
}

.footer-widget__newsletter-form input {
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 9px 25px;
  padding-right: 160px;
  color: var(--robin-color-black-90);
  border: none;
  background: var(--robin-color-white-95);
}

.footer-widget__newsletter-form button {
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--robin-color-white);
  border: 1px solid var(--robin-color-black-30);
  background-color: var(--robin-color-black-30);
}

.footer-widget__newsletter-form button:hover {
  border-color: var(--robin-color-primary);
  background-color: var(--robin-color-primary);
}

.mailchimp-alerts {
  color: var(--robin-color-white);
}

.mailchimp-alerts--dark {
  color: var(--robin-color-dark);
}

.mailchimp-alerts a {
  color: var(--robin-color-white);
}

.mailchimp-alerts a:hover {
  color: var(--robin-color-primary);
}

.footer-newsletter-area {
  padding-top: 100px;
  padding-bottom: 85px;
  background-color: var(--robin-color-white-95);
}

.footer-newsletter-widget__title {
  font-family: var(--robin-font-main);
  font-size: 35px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 25px;
  color: var(--robin-color-black);
}

.footer-newsletter-widget__title:after {
  display: block;
  width: 100px;
  height: 2px;
  margin: 0 auto;
  margin-top: 15px;
  content: "";
  background-color: var(--robin-color-white-80);
}

.footer-newsletter-widget__text {
  margin-bottom: 50px;
}

.footer-newsletter-widget__form-wrapper {
  margin-bottom: 15px;
}

.footer-newsletter-widget__form-wrapper input {
  font-size: 16px;
  font-style: italic;
  width: 100%;
  max-width: 670px;
  height: 44px;
  margin-right: 25px;
  padding: 9px 15px;
  color: var(--robin-color-black-90);
  border-width: 0;
  border-color: var(--robin-color-white-80);
  border-bottom-width: 1px;
  background: none;
}

.footer-newsletter-widget__form-wrapper input:focus {
  border-color: var(--robin-color-dark);
}

/*=====  End of blue page style  ======*/

/*=============================================
=            Sidebar            =
=============================================*/

.single-sidebar-widget {
  margin-bottom: 50px;
}

.single-sidebar-widget:last-child {
  margin-bottom: 0;
}

.single-sidebar-widget__title {
  font-family: var(--robin-font-title);
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 30px;
  color: var(--robin-color-dark);
}

.single-sidebar-widget__title:after {
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 25px;
  content: "";
  background-color: var(--robin-color-white-85);
}

.single-sidebar-widget__title--extra-space {
  margin-bottom: 35px;
}

.single-sidebar-widget__dropdown > li {
  line-height: 1;
  border-top: 1px solid var(--robin-color-white-90);
}

.single-sidebar-widget__dropdown li.has-children {
  position: relative;
}

.single-sidebar-widget__dropdown li.has-children.active > i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.single-sidebar-widget__dropdown li.has-children > i {
  line-height: 40px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.single-sidebar-widget__dropdown li.has-children > .sub-menu {
  display: none;
  padding-left: 35px;
  border-top: 1px solid var(--robin-color-white-90);
}

.single-sidebar-widget__dropdown li.has-children > .sub-menu > li {
  border-bottom: 1px solid var(--robin-color-white-90);
}

.single-sidebar-widget__dropdown li.has-children > .sub-menu > li:last-child {
  border-bottom: 0;
}

.single-sidebar-widget__dropdown > li.has-children:first-child i {
  top: -10px;
}

.single-sidebar-widget__dropdown > li a {
  font-family: var(--robin-font-main);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 15px 0;
  color: var(--robin-color-black-60);
}

.single-sidebar-widget__dropdown > li a:hover, .single-sidebar-widget__dropdown > li a.active {
  color: var(--robin-color-primary);
}

.single-sidebar-widget__dropdown > li:first-child {
  border-top: 0;
}

.single-sidebar-widget__dropdown > li:first-child > a {
  padding-top: 0;
}

.single-sidebar-widget__dropdown > li:last-child > a {
  padding-bottom: 0;
}

.single-sidebar-widget__dropdown--extra-height > li a {
  line-height: 22px;
}

.single-sidebar-widget__dropdown--comments > li {
  padding: 15px 0;
  word-wrap: break-word;
}

.single-sidebar-widget__dropdown--comments > li:first-child {
  padding-top: 0;
}

.single-sidebar-widget__dropdown--comments > li:last-child {
  padding-bottom: 0;
}

.single-sidebar-widget__dropdown--comments > li a {
  line-height: 22px;
  display: inline !important;
  padding: 0;
}

.single-sidebar-widget--extra-space {
  margin-bottom: 55px;
}

/*----------  sidebar search  ----------*/

.sidebar-search {
  position: relative;
}

.sidebar-search input {
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  height: 40px;
  padding-right: 45px;
  padding-left: 15px;
  border: 1px solid var(--robin-color-white-90);
  background: var(--robin-color-white-95);
}

.sidebar-search button {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--robin-color-black-80);
  border: none;
  background: none;
}

/*=====  End of Sidebar  ======*/

/*=============================================
=            container            =
=============================================*/

.pb-80 {
  padding-bottom: 80px;
}

.container .container {
  padding-right: 0;
  padding-left: 0;
}
/*=====  End of container  ======*/

/*=============================================
=            button            =
=============================================*/

.theme-button {
  font-weight: 700;
  padding: 10px 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
  color: var(--robin-color-white);
  border: none;
  border-radius: 5px;
  background-color: var(--robin-color-dark);
  font-family: var(--robin-font-title) !important;
}

.theme-button:hover {
  color: var(--robin-color-white);
  background-color: var(--robin-color-primary);
}

.theme-button--checkout {
  padding: 10px 17px;
}

.theme-button--wishlist {
  border-radius: 0;
}

.theme-button--silver {
  color: var(--robin-color-black-80);
  border-color: #f9f9f9;
  background-color: #f9f9f9;
}

.theme-button--silver:hover {
  color: var(--robin-color-black-80);
  background-color: #f1f1f1;
}

.theme-button--alt {
  background-color: var(--robin-color-primary);
}

.theme-button--alt:hover {
  background-color: var(--robin-color-dark);
}

.theme-button--subscribe {
  margin-top: 10px;
  padding: 12px 22px;
}

.theme-button--loadmore {
  margin-top: 10px;
  padding: 12px 22px;
}

.theme-button--minicart-button {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  display: block;
  margin-bottom: 15px;
  padding: 5px 10px;
  letter-spacing: 0.1em;
  color: var(--robin-color-white);
}

.theme-button--minicart-button--alt:hover {
  opacity: 0.85;
}

.theme-button--banner {
  font-size: 14px;
  padding: 8px 24px;
  border: 2px solid var(--robin-color-primary);
}

.theme-button--banner:hover {
  color: var(--robin-color-primary);
  border-color: var(--robin-color-primary);
  background-color: rgba(var(--robin-color-white-rgb), 0.01);
}

.theme-button--banner--two {
  border: 2px solid var(--robin-color-dark);
}

.theme-button--banner--two:hover {
  color: var(--robin-color-white);
  border-color: var(--robin-color-primary);
  background-color: var(--robin-color-primary);
}

.theme-button--banner--scale {
  font-family: var(--robin-font-main);
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
  color: var(--robin-color-black-90);
  border: 2px solid var(--robin-color-black-90);
  background-color: transparent;
}

.theme-button--banner--scale:hover {
  color: var(--robin-color-white);
  border-color: var(--robin-color-primary);
  background-color: var(--robin-color-primary);
}

.theme-button--banner--two-column {
  font-size: 14px;
  padding: 12px 35px;
  border: 2px solid var(--robin-color-primary);
}

.theme-button--banner--two-column:hover {
  color: var(--robin-color-primary);
  background-color: transparent;
}

.theme-button--banner--three-column {
  font-size: 14px;
}

.theme-button--cta {
    font-size: 16px;
    color: var(--robin-color-dark);
    border-color: var(--robin-color-primary-50);
    background-color: var(--robin-color-primary-50);
}

.theme-button--cta-two {
  font-size: 14px;
  color: var(--robin-color-black);
  border: 2px solid var(--robin-color-black);
  background-color: transparent;
}

.theme-button--cta-two:hover {
  color: var(--robin-color-white);
  background-color: var(--robin-color-black);
}

.theme-button--deal-counter {
  padding: 12px 35px;
}

.theme-button--order-track {
  width: 200px;
}

.theme-button--small {
  font-family: var(--robin-font-main);
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  padding: 8px 15px;
  color: var(--robin-color-white);
}

.theme-button--medium {
  font-family: var(--robin-font-main);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 20px;
  color: var(--robin-color-white);
}

.theme-button--large {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 12px 35px;
  color: var(--robin-color-white);
}

.theme-button--extra-large {
  font-family: var(--robin-font-main);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 20px 45px;
  color: var(--robin-color-white);
}

.theme-button--custom {
  border-color: #6d7f97;
  background-color: #6d7f97;
}

.theme-button--custom:hover {
  border-color: rgba(109, 127, 151, 0.85);
  background-color: rgba(109, 127, 151, 0.85);
}

.theme-button--icon-left {
  color: var(--robin-color-black-90);
  border-color: #c9dee4;
  background-color: #c9dee4;
}

.theme-button--icon-left i {
  margin-right: 5px;
}

.theme-button--icon-left:hover {
  color: var(--robin-color-black-90);
  border-color: rgba(201, 222, 228, 0.72);
  background-color: rgba(201, 222, 228, 0.72);
}

/* category button */

.category-button--shop-now {
  font-family: var(--robin-font-title);
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 18px;
  margin-bottom: 25px;
  margin-top:20px;
  color: var(--robin-color-black-60);
}

.category-button--shop-now:hover {
  color: var(--robin-color-primary);
}

/* blog readmore link */

.blog-readmore-link {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--robin-color-black-60);
}

.blog-readmore-link:hover {
  color: var(--robin-color-primary);
}

.blog-readmore-link i {
  font-size: 14px;
  padding-left: 5px;
}

/* slider text shop now button */

.slider-text-link {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--robin-color-primary);
}

.slider-text-link i {
  margin-left: 5px;
}

.slider-text-link:hover {
  color: var(--robin-color-black);
}

/*=====  End of button  ======*/

/* scroll to top*/

.scroll-top {
  font-size: 12px;
  line-height: 40px;
  position: fixed;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  color: var(--robin-color-white) !important;
  border: none;
  background-color: var(--robin-color-primary);
  -webkit-box-shadow: 0 1px 5px rgba(var(--robin-color-black-rgb), 0.3);
  box-shadow: 0 1px 5px rgba(var(--robin-color-black-rgb), 0.3);
}

.scroll-top:hover i:before {
  -webkit-transform: translate(-50%, -130%);
  -ms-transform: translate(-50%, -130%);
  transform: translate(-50%, -130%);
}

.scroll-top:hover i:after {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.scroll-top i {
  font-size: 35px;
}

.scroll-top i:before,
.scroll-top i:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.scroll-top i:before {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scroll-top i:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "\f106";
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

/*----------  search overlay  ----------*/

.search-overlay {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background-color: var(--robin-color-white);
}

.search-overlay.active-search-overlay {
  -webkit-transform: translate3d(var(--robin-color-black-rgb));
  transform: translate3d(var(--robin-color-black-rgb));
}

.search-overlay .search-close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}

.search-overlay .search-close-icon a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.search-overlay .search-close-icon a i {
  font-size: 80px;
  color: var(--robin-color-black-80);
}

.search-overlay .search-close-icon a:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-overlay .search-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-overlay .search-overlay-content .input-box {
  margin-bottom: 15px;
}

.search-overlay .search-overlay-content .input-box form input {
  font-size: 67px;
  border: none;
  border-bottom: 2px solid var(--robin-color-black-90);
  background: none;
}

.search-overlay
  .search-overlay-content
  .input-box
  form
  ::-webkit-input-placeholder {
  opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--robin-color-white-85); /* Firefox */
}

.search-overlay .search-overlay-content .input-box form ::-moz-placeholder {
  opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--robin-color-white-85); /* Firefox */
}

.search-overlay .search-overlay-content .input-box form :-ms-input-placeholder {
  opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--robin-color-white-85); /* Firefox */
}

.search-overlay
  .search-overlay-content
  .input-box
  form
  ::-ms-input-placeholder {
  opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--robin-color-white-85); /* Firefox */
}

.search-overlay .search-overlay-content .input-box form ::placeholder {
  opacity: 1; /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--robin-color-white-85); /* Firefox */
}

.search-overlay .search-overlay-content .input-box form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--robin-color-white-85);
}

.search-overlay
  .search-overlay-content
  .input-box
  form
  ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--robin-color-white-85);
}

.search-overlay .search-overlay-content .search-hint span {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  color: var(--robin-color-black-40);
}

/*=============================================
=            section title            =
=============================================*/

.section-title-area {
  margin-bottom: 50px;
}

.section-title {
  font-family: var(--robin-font-script);
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--robin-color-primary);
}

.liste-cat h2 {
  font-family: var(--robin-font-script);
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--robin-color-primary);
}

.section-title-area.text-center .section-title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 2px;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--robin-color-white-80);
}

.section-title-area.text-left .section-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  content: "";
  background-color: var(--robin-color-primary-15);
}

.section-title--left-align:after {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.section-subtitle {
  font-family: var(--robin-font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  max-width: 100%;
  margin: auto;
  color: var(--robin-color-black-60);
}

.section-title-area .section-title + .section-subtitle {
  margin-top: 25px;
}

.section-subtitle--wide {
  width: 1000px;
  max-width: 100%;
}

.section-subtitle--left-align {
  margin-left: 0;
}

/*=====  End of section title  ======*/

/*=============================================
=            category            =
=============================================*/

.category-grid-wrapper {
  margin-bottom: -30px;
}

.category-grid-wrapper .single-category {
  margin-bottom: 30px;
}

.category-grid-wrapper .single-category .single-category--type-one__content p {
  text-align: left;
}

.masonry-layout--category {
  margin-bottom: -30px;
}

.masonry-layout--category .single-category--type-one {
  margin-bottom: 30px;
}

.masonry-layout--category .masonry-item--category {
  margin-bottom: 30px;
}

.single-category--type-one {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 2px solid var(--robin-color-primary-10);
}

.single-category--type-one__image {
  overflow: hidden;
  margin-bottom: 20px;
}

.single-category--type-one__image a {
  display: block;
  width: 100%;
}

.single-category--type-one__image a img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.single-category--type-one__content .title {
  font-family: var(--robin-font-title);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: var(--robin-color-brown);
}

.single-category--type-one__content .category-button--shop-now {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-category--type-one__content .category-button--shop-now i {
  font-size: 10px;
  margin-left: 10px;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

.single-category--type-one:hover {
  border-bottom-color: var(--robin-color-white-80);
}

.single-category--type-one:hover .single-category--type-one__image a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.single-category--type-one:hover
  .single-category--type-one__content
  .category-button--shop-now {
  color: var(--robin-color-primary);
}

.single-category--type-one:hover
  .single-category--type-one__content
  .category-button--shop-now
  i {
  padding-left: 5px;
}

.single-category--type-two {
  position: relative;
}

.single-category--type-two__image {
  overflow: hidden;
}

.single-category--type-two__image a {
  display: block;
  width: 100%;
}

.single-category--type-two__image a img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.single-category--type-two__image a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.single-category--type-two__content {
  position: absolute;
  top: 30px;
  left: 30px;
}

.single-category--type-two__content .title {
  font-family: var(--robin-font-title);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--robin-color-dark);
}

.single-category--type-two__content .count {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  margin-top: 5px;
  color: var(--robin-color-black-60);
}

/*=====  End of category  ======*/

/*=============================================
=            Banner            =
=============================================*/

.banner-grid-wrapper {
  margin-bottom: -30px;
}

.banner-grid-wrapper .single-banner {
  margin-bottom: 30px;
}

.single-banner {
  position: relative;
  overflow: hidden; /* scale banner */
}

.single-banner__image {
  position: relative;
}

.single-banner__image a {
  display: block;
  width: 100%;
}

.single-banner__image a img {
  width: 100%;
}

.single-banner__image:after {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: rgba(var(--robin-color-white-rgb), 0.9);
}

.single-banner__content--overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}

.single-banner__content--overlay > * {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.single-banner__content--overlay p.banner-small-text {
  font-family: var(--robin-font-main);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  color: var(--robin-color-dark);
}

.single-banner__content--overlay p.banner-small-text--end {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  color: var(--robin-color-dark);
}

.single-banner__content--overlay p.banner-small-text--end:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--robin-color-primary);
}

.single-banner__content--overlay p.banner-big-text {
  font-family: var(--robin-font-main);
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
  color: var(--robin-color-dark);
}

.single-banner:hover .single-banner__image:after {
  visibility: visible;
  opacity: 1;
}

.single-banner:hover .single-banner__content {
  visibility: visible;
  opacity: 1;
}

.single-banner:hover .single-banner__content > * {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.single-banner:hover .single-banner__content p.banner-small-text {
  margin-bottom: 5px;
}

.single-banner:hover .single-banner__content p.banner-small-text--end {
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.single-banner:hover .single-banner__content p.banner-big-text {
  margin-bottom: 10px;
}

.single-banner--scale {
  position: relative;
  margin-bottom: 30px;
}

.single-banner--scale__image {
  position: relative;
}

.single-banner--scale__image img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.single-banner--scale__image--blur img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.single-banner--scale__image:after {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background-color: rgba(var(--robin-color-white-rgb), 0.6) !important;
}

.single-banner--scale__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 8%;
  max-width: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.single-banner--scale__content .title {
  /*font-family: var(--robin-font-title);*/
  font-family: "Cedarville Cursive", cursive;
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
  line-height: 36px;
  color: var(--robin-color-brown);
}

.hero-slider-area .tp-mask-wrap {
  overflow:visible !important;
}

.single-banner--scale__content .subtitle {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
  color: var(--robin-color-dark);
}

.single-banner--scale:hover .single-banner--scale__image--blur img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.single-banner--scale:hover .single-banner--scale__image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.banner-scale-wrapper {
  margin-bottom: -30px;
}

.masonry-layout--banner {
  margin-bottom: -30px;
}

.masonry-layout--banner .masonry-item--banner {
  margin-bottom: 30px;
}

.banner-two-column-wrapper {
  margin-bottom: -30px;
}

.single-two-column-banner {
  margin-bottom: 30px;
}

.single-two-column-banner__image {
  min-height: 600px;
  background-color: var(--robin-color-black-50);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.single-two-column-banner__image--bg-one {
  background-image: url("../img/banners/lamp-homepage6.jpg");
}

.single-two-column-banner__image--bg-two {
  background-image: url("../img/banners/decoartion-homepage6.jpg");
}

.single-two-column-banner__image--bg-three {
  background-image: url("../img/banners/chair-homepage6.jpg");
}

.single-two-column-banner__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  /* background-color: var(--robin-color-primary-10); */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-two-column-banner__content .content-wrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.single-two-column-banner__content .content-wrapper .image {
  margin-bottom: 35px;
}

.single-two-column-banner__content .content-wrapper .content .title {
  font-family: var(--robin-font-title);
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 25px;
  color: var(--robin-color-black);
}

.single-two-column-banner__content .content-wrapper .content .price {
  font-family: var(--robin-font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 25px;
  color: var(--robin-color-black);
}

.single-two-column-banner__content .content-wrapper .content .description {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  width: 480px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: var(--robin-color-black-60);
}

.single-banner-segment {
  text-align: center;
}

.single-banner-segment__content {
  margin-bottom: 15px;
}

.single-banner-segment__content .section-title {
  font-size: 32px;
  margin: 16px 0;
}

.single-banner-segment__content .section-subtitle {
  width: 100%;
  margin: 0;
  margin-bottom: 20px !important;
}

/*=====  End of Banner  ======*/

/*=============================================
=            section space            =
=============================================*/

/* .section-space {
	margin-bottom: 100px !important;
}

.section-space--small {
	margin-bottom: 50px !important;
}

.section-space--small-top {
	margin-top: 50px !important;
}

.section-space--contact-form {
	margin-bottom: 80px !important;
}

.section-space--inner {
	padding: 100px 0 !important;
}

.section-space--inner--contact-form {
	padding-top: 100px !important;
	padding-bottom: 80px !important;
}

.section-space--breadcrumb {
	padding-top: 55px;
	padding-bottom: 55px;
}

.section-space--page-wrapper {
	margin-bottom: 50px;
} */

.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-space + .section-space:not(.bg--dark-grey),
.section-space .section-space:first-child {
  padding-top: 0;
}
.section-space .section-space:last-child {
  padding-bottom: 0;
}

.section-space--small {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-space--breadcrumb {
  padding-top: 55px;
  padding-bottom: 55px;
}

.section.bg--dark-grey + .section.bg--dark-grey,
.hero-slider-area.section,
.sidebar-gauche #article .section:first-child {
  padding-top: 0;
}

.section .section {
  padding-top: 0;
  padding-bottom: 0;
}

.no-section-space--bottom {
  padding-bottom: 0;
}
.no-section-space--bottom .post-area-content:last-child {
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.post-area-content {
  /*padding-bottom: 100px;*/
}

/*=====  End of section space  ======*/

/*=============================================
=            brand            =
=============================================*/

.featured-brand-wrapper {
  margin-bottom: -30px;
}

.featured-brand-wrapper .single-brand {
  margin-bottom: 30px;
}

.single-brand {
  text-align: center;
}

.single-brand a {
  display: block;
  width: 100%;
}

/*=====  End of brand  ======*/

/*=============================================
=            call to action            =
=============================================*/

.cta-area {
  padding: 80px 0;
}

.cta-area--two {
  padding: 100px 0;
}

.cta-area--three {
  padding: 40px 0;
}

.cta-area--three .cta-text {
  font-family: var(--robin-font-main);
  font-size: 35px;
  font-weight: 600;
  line-height: 38px;
  color: var(--robin-color-black);
}

.cta-bg {
  background-color: var(--robin-color-black-50);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cta-bg--one {
  background-image: url("../img/backgrounds/cta-bg-1.jpg");
}

.cta-bg--two {
  background-image: url("../img/backgrounds/banner-homepage.jpg");
}

.cta-content-wrapper {
  padding: 60px 35px;
  background-color: var(--robin-color-white);
}

.cta-content {
  text-align: center;
}

.cta-content--two {
  text-align: center;
}

.cta-content--two .title {
  font-family: var(--robin-font-title);
  font-size: 90px;
  font-weight: 800;
  line-height: 144px;
  margin-top: -45px;
  margin-bottom: 25px;
  color: var(--robin-color-white);
}

.cta-content--two .title span {
  font-family: var(--robin-font-title);
  font-style: italic;
}

.cta-content--two .subtitle {
  font-family: var(--robin-font-title);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 60%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  color: var(--robin-color-white);
}

.cta-content .title {
  font-family: var(--robin-font-script);
  font-size: 85px;
  font-weight: 500;
  line-height: 55px;
  /*
  margin-top: -10px;
  */
  margin-bottom: 25px;
  color: var(--robin-color-primary);
}

.cta-content .title:after {
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  content: "";
  background-color: var(--robin-color-white-80);
}

.cta-content .subtitle {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
  color: var(--robin-color-black-60);
}

/*=====  End of call to action  ======*/

/*=============================================
=            deal counter            =
=============================================*/

.deal-counter-wrapper {
  margin: 0 -115px;
  padding: 65px 0;
  border: 10px solid var(--robin-color-primary);
}

.deal-counter-wrapper__image {
  text-align: center;
}

.deal-counter-wrapper__content .title {
  font-family: var(--robin-font-script);
  font-size: 85px;
  font-weight: 500;
  line-height: 75px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: var(--robin-color-primary);
}

.deal-counter-wrapper__content .title:after {
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 15px;
  content: "";
  background-color: var(--robin-color-primary-25);
}

.deal-counter-wrapper__content .description {
  font-family: var(--robin-font-main);
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 35px;
  color: var(--robin-color-black-60);
}

.deal-counter-wrapper__content .deal-countdown {
  margin-bottom: 40px;
}

.deal-counter-wrapper__content .deal-countdown .single-countdown {
  display: inline-block;
  width: 24.5%;
  padding: 10px 25px;
  text-align: center;
  border-right: 2px solid var(--robin-color-primary-25);
}

.deal-counter-wrapper__content .deal-countdown .single-countdown:first-child {
  border-left: 2px solid var(--robin-color-primary-25);
}

.deal-counter-wrapper__content .deal-countdown .single-countdown__time {
  font-family: var(--robin-font-title);
  font-size: 36px;
  font-weight: 700;
  line-height: 39px;
  display: block;
  margin-bottom: 10px;
  color: var(--robin-color-brown);
}

.deal-counter-wrapper__content .deal-countdown .single-countdown__text {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: var(--robin-color-brown);
}

/*=====  End of deal counter  ======*/

/*=============================================
=            instagram            =
=============================================*/

/*----------  instagram slider item  ----------*/

.instagram-item {
  position: relative;
  z-index: 1;
}

.instagram-item:before {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(var(--robin-color-black-rgb), 0.4);
}

.instagram-item .instagram-hvr-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.instagram-item .instagram-hvr-content span {
  margin-right: 20px;
  color: var(--robin-color-white);
}

.instagram-item .instagram-hvr-content span:last-child {
  margin-right: 0;
}

.instagram-item .instagram-hvr-content span i {
  margin-right: 5px;
}

.instagram-item a {
  display: block;
}

.instagram-item a img {
  width: 100%;
}

.instagram-item:hover:before {
  visibility: visible;
  opacity: 1;
}

.instagram-item:hover .instagram-hvr-content {
  visibility: visible;
  opacity: 1;
}

/*----------  instagram grid  ----------*/

.instagram-grid .col {
  display: inline-block;
  width: 20%;
  padding: 0;
}

.instagram-shop-loader .snptwdgt-container .snptwdgt-rtd__ftr {
  margin-bottom: 30px;
}

/*=====  End of instagram  ======*/

/*=============================================
=            breadcrumb            =
=============================================*/

.breadcrumb-wrapper {
  margin-bottom: 45px;
  text-align: center;
}

.breadcrumb-wrapper .page-title {
  font-family: var(--robin-font-title);
  font-size: 60px;
  font-weight: 700;
  line-height: 77px;
  margin-bottom: 1rem;
  color: var(--robin-color-brown);
}

.breadcrumb-list li {
  display: inline-block;
}
.breadcrumb-list,
.breadcrumb-list li a,
.breadcrumb-list li a span {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--robin-color-black);
}

.breadcrumb-list li:last-child a,
.breadcrumb-list li:last-child a span {
  font-family: var(--robin-font-title);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--robin-color-black);
}

.breadcrumb-list li:last-child:after {
  display: none;
}

.breadcrumb-list li:after {
}

/*=====  End of breadcrumb  ======*/

/*=============================================
=            slider            =
=============================================*/

/* slick slider default settings */

.theme-slick-slider {
  position: relative;
}

.theme-slick-slider .slick-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  visibility: hidden;
  width: 30px;
  height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  color: var(--robin-color-white);
  border: none;
  background-color: var(--robin-color-dark);
}

.theme-slick-slider .slick-arrow i {
  font-size: 20px;
  line-height: 60px;
}

.theme-slick-slider .slick-arrow.slick-next {
  right: -50px;
}

.theme-slick-slider .slick-arrow.slick-prev {
  left: -50px;
}

.theme-slick-slider .slick-dots {
  line-height: 0;
  margin-top: 45px;
  text-align: center;
}

.theme-slick-slider .slick-dots li {
  line-height: 1.5;
  display: inline-block;
  margin: 0 5px 0 0;
}

.theme-slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
  color: transparent;
  border: none;
  outline: none;
  background: var(--robin-color-black);
}

.theme-slick-slider .slick-dots li button:hover {
  opacity: 0.75;
}

.theme-slick-slider .slick-dots li.slick-active button {
  opacity: 0.75;
}

.theme-slick-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 0.6;
}

.theme-slick-slider:hover .slick-arrow:hover {
  opacity: 0.8;
}

.theme-slick-slider:hover .slick-arrow.slick-next {
  right: -40px;
}

.theme-slick-slider:hover .slick-arrow.slick-prev {
  left: -40px;
}

/* brand logo slider */

.brand-logo-slider-wrapper {
  padding: 50px 0;
}

.brand-logo-slider-wrapper .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo-slider-wrapper .single-brand-logo {
  text-align: center;
}

.brand-logo-slider-wrapper .single-brand-logo a {
  display: block;
  width: 100%;
}

.brand-logo-slider-wrapper .single-brand-logo a img {
  margin: 0 auto;
}

.brand-logo-slider-wrapper .slick-arrow.slick-next {
  right: 0;
}

.brand-logo-slider-wrapper .slick-arrow.slick-prev {
  left: 0;
}

.brand-logo-slider-wrapper:hover .slick-arrow.slick-next {
  right: 0;
}

.brand-logo-slider-wrapper:hover .slick-arrow.slick-prev {
  left: 0;
}

/* blog post slider */

.blog-slider-area {
  padding: 100px 0 95px;
}

.section-space .blog-slider-area {
  padding: 0;
}

.sidebar-gauche .blog-slider-area {
  padding: 0px 0 95px;
}
.blog-slider-wrapper .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}

.blog-slider-wrapper img.img-fluid {
  object-fit: contain;
  min-height: 250px;
  max-height: 250px;
}
.blog-single-post-details-wrapper .post-chapo {
  font-family: var(--robin-font-main);
  font-size: 20px;
  color: var(--robin-color-black);
  font-weight: 700;
}

.single-slider-blog-post__image {
  margin-bottom: 15px;
}

.single-slider-blog-post__image a {
  display: block;
  width: 100%;
}

.single-slider-blog-post__image a img {
  width: 100%;
}

.single-slider-blog-post__content .post-title {
  font-family: var(--robin-font-title);
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: var(--robin-color-dark);
}

.single-slider-blog-post__content .post-title a {
  color: var(--robin-color-dark);
}

.single-slider-blog-post__content .post-title a:hover {
  color: var(--robin-color-primary);
}

.single-slider-blog-post__content .post-meta {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--robin-color-black-60);
}

.single-slider-blog-post__content .post-meta a.post-author {
  padding-left: 5px;
  color: var(--robin-color-primary);
}

.single-slider-blog-post__content .post-meta a:hover {
  color: var(--robin-color-primary);
}

.single-slider-blog-post__content .post-meta .separator {
  margin: 0 10px;
  color: var(--robin-color-dark);
}

.single-slider-blog-post__content .post-excerpt {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
  color: var(--robin-color-black-60);
}

/* single row product slider */

.product-slider-wrapper .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}

/* single row product slider with text */

.product-slider-text-wrapper {
  margin: 0 -115px;
  padding: 65px 105px;
  border: 10px solid var(--robin-color-primary);
}

.product-slider-text-wrapper__text .title {
  font-family: var(--robin-font-title);
  font-size: 36px;
  font-weight: 700;
  line-height: 39px;
  margin-top: -5px;
  margin-bottom: 25px;
  color: var(--robin-color-black-90);
}

.product-slider-text-wrapper__text .title:after {
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 15px;
  content: "";
  background-color: var(--robin-color-white-80);
}

.product-slider-text-wrapper__text .description {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 35px;
  color: var(--robin-color-black-60);
}

/*=====  End of slider  ======*/

/*=============================================
=            backgrounds            =
=============================================*/

.bg--light-grey {
  background-color: var(--robin-color-primary-5);
}

.bg--dark-grey {
  background-color: var(--robin-color-primary-10);
}

/*=====  End of backgrounds  ======*/

/*=============================================
=            Product            =
=============================================*/

/* common */

.price .main-price {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--robin-color-red);
}

.price .main-price.discounted {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-right: 5px;
  text-decoration: line-through;
  color: var(--robin-color-black-30);
}

.price .discounted-price {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--robin-color-red);
}

.rating i {
  font-size: 12px;
  color: var(--robin-color-white-85);
}

.rating i.active {
  color: var(--robin-color-alert);
}

/* single widget product */

.single-product-widget-title {
  font-family: var(--robin-font-title);
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-top: -5px;
  margin-bottom: 30px;
  color: var(--robin-color-black-90);
}

.single-product-widget-title:after {
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 15px;
  content: "";
  background-color: var(--robin-color-white-80);
}

.single-widget-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--robin-color-white-90);
}

.single-widget-product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.single-widget-product__image {
  margin-right: 20px;
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.single-widget-product__content {
  -webkit-flex-basis: calc(100% - 100px);
  -ms-flex-preferred-size: calc(100% - 100px);
  flex-basis: calc(100% - 100px);
}

.single-widget-product__content .title {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 5px;
  color: var(--robin-color-dark);
}

.single-widget-product__content .title a {
  color: var(--robin-color-dark);
}

.single-widget-product__content .title a:hover {
  color: var(--robin-color-dark);
}

/* single grid product */

.product-badge-wrapper {
  font-size: 14px;
  /* font-weight:bold; */
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  text-align: center;
  letter-spacing: 0;
  color: var(--robin-color-white);
}

.product-badge-wrapper span {
  display: block;
  margin-bottom: 10px;
  padding: 0.25rem 0.5rem;
  border-radius: 0;
}

.product-badge-wrapper span:last-child {
  margin-bottom: 0;
}

.product-badge-wrapper span.onsale {
  background-color: var(--robin-color-red);
}

.product-badge-wrapper span.hot {
  background-color: var(--robin-color-primary);
}

.single-grid-product__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.single-grid-product__image a {
  display: block;
  width: 100%;
}

.single-grid-product__image a img {
  width: 100%;
}

.single-grid-product__image a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  opacity: 0;
}

.single-grid-product__image .product-hover-icon-wrapper {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon {
  visibility: hidden;
  height: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  color: var(--robin-color-white);
  background-color: var(--robin-color-dark);
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon a, .single-grid-product__image .product-hover-icon-wrapper .single-icon button {
  line-height: 40px;
  color: var(--robin-color-white);
}
.single-grid-product__image .product-hover-icon-wrapper .single-icon button {
	background:none;
	border:none;
	font-weight:700;
	font-size:0.875rem;
	width:100%;
}

.single-grid-product__image
  .product-hover-icon-wrapper
  .single-icon--quick-view {
  width: 40px;
  border-right: 1px solid rgba(var(--robin-color-white-rgb), 0.4);
}

.single-grid-product__image
  .product-hover-icon-wrapper
  .single-icon--add-to-cart {
  font-size: 13px;
  font-weight: 700;
  width: calc(100% - 40px - 40px);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  letter-spacing: 0.1em;
  background:var(--robin-color-primary);
}

.single-grid-product__image
  .product-hover-icon-wrapper
  .single-icon--add-to-cart
  i {
  line-height: 40px;
  display: none;
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon--compare {
  width: 40px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border-left: 1px solid rgba(var(--robin-color-white-rgb), 0.4);
}

.single-grid-product__image .product-hover-icon-wrapper .single-icon:hover,
.single-grid-product__image .product-hover-icon-wrapper .single-icon.active {
  background-color: var(--robin-color-black-75);
}

.single-grid-product__content {
  position: relative;
}

.single-grid-product__content .title {
  font-family: var(--robin-font-title);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: var(--robin-color-brown);
}

.single-grid-product__content .title a {
  color: var(--robin-color-brown);
}

.single-grid-product__content .title a:hover {
  color: var(--robin-color-primary);
}

.single-grid-product__content .price {
  margin-bottom: 5px;
}

.single-grid-product__content .price .main-price {
  font-family: var(--robin-font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: var(--robin-color-primary);
}

.single-grid-product__content .price .main-price.discounted {
  font-family: var(--robin-font-main);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: var(--robin-color-black-30);
}

.single-grid-product__content .price .discounted-price {
  font-family: var(--robin-font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: var(--robin-color-red);
}

.single-grid-product__content .rating {
  line-height: 1;
  margin-bottom: 15px;
}

.single-grid-product__content .color {
  line-height: 1.2;
}

.single-grid-product__content .color ul li {
  display: inline-block;
  margin-right: 10px;
}

.single-grid-product__content .color ul li a span.color-picker {
  line-height: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  border-radius: 100%;
}

.single-grid-product__content .color ul li a span.black {
  background-color: var(--robin-color-black);
}

.single-grid-product__content .color ul li a span.blue {
  background-color: #1e73be;
}

.single-grid-product__content .color ul li a span.brown {
  background-color: #d93;
}

.single-grid-product__content .color ul li a span.gold {
  background-color: #c93;
}

.single-grid-product__content .color ul li a span.green-coral {
  background-color: #a1aeb2;
}

.single-grid-product__content .color ul li a span.grey {
  background-color: var(--robin-color-white-90);
}

.single-grid-product__content .color ul li a span.oak {
  background-color: #cba98e;
}

.single-grid-product__content .color ul li a span.pink {
  background-color: #efdae7;
}

.single-grid-product__content .color ul li a span.silver {
  background-color: var(--robin-color-black-40);
}

.single-grid-product__content .color ul li a span.white {
  background-color: var(--robin-color-white);
}

.single-grid-product__content .color ul li a.active span {
  -webkit-box-shadow: 0 0 0 2px var(--robin-color-white),
    0 0 0 3px rgba(var(--robin-color-black-rgb), 0.3);
  box-shadow: 0 0 0 2px var(--robin-color-white),
    0 0 0 3px rgba(var(--robin-color-black-rgb), 0.3);
}

.single-grid-product__content .color ul li a:hover span {
  -webkit-box-shadow: 0 0 0 2px var(--robin-color-white),
    0 0 0 3px rgba(var(--robin-color-black-rgb), 0.3);
  box-shadow: 0 0 0 2px var(--robin-color-white),
    0 0 0 3px rgba(var(--robin-color-black-rgb), 0.3);
}

.single-grid-product__content .color ul li a:after {
  display: none;
}

.single-grid-product__content .favorite-icon {
  font-size: 15px;
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  color: var(--robin-color-black-60);
}

.single-grid-product__content .favorite-icon i:nth-child(1) {
  display: block;
}

.single-grid-product__content .favorite-icon i:nth-child(2) {
  display: none;
}

.single-grid-product__content .favorite-icon:hover {
  color: var(--robin-color-primary);
}

.single-grid-product__content .favorite-icon.active {
  color: var(--robin-color-primary);
}

.single-grid-product__content .favorite-icon.active i:nth-child(1) {
  display: none;
}

.single-grid-product__content .favorite-icon.active i:nth-child(2) {
  display: block;
}

.single-grid-product:hover .single-grid-product__image a img:nth-child(2) {
  visibility: visible;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 1;
}

.single-grid-product:hover .product-hover-icon-wrapper .single-icon {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.single-grid-product--overlay .single-grid-product__image {
  margin-bottom: 0;
}

.single-grid-product--overlay .single-grid-product__image:after {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: var(--robin-color-black);
}

.single-grid-product--overlay .single-grid-product__image .image-wrap {
  position: relative;
}

.single-grid-product--overlay
  .single-grid-product__image
  .product-hover-icon-wrapper
  span {
  background-color: var(--robin-color-primary);
}

.single-grid-product--overlay
  .single-grid-product__image
  .product-hover-icon-wrapper
  span:hover {
  background-color: var(--robin-color-primary);
}

.single-grid-product--overlay .single-grid-product__image .product-info {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 100%;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}

.single-grid-product--overlay .single-grid-product__image .product-info .title {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
  color: var(--robin-color-white);
}

.single-grid-product--overlay
  .single-grid-product__image
  .product-info
  .title
  a {
  color: var(--robin-color-white);
}

.single-grid-product--overlay .single-grid-product__image .product-info .price {
  font-family: var(--robin-font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: var(--robin-color-white);
}

.single-grid-product--overlay .single-grid-product__image .favorite-icon {
  font-size: 15px;
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  display: inline-block;
  visibility: hidden;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  color: var(--robin-color-white);
}

.single-grid-product--overlay
  .single-grid-product__image
  .favorite-icon
  i:nth-child(1) {
  display: inline-block;
}

.single-grid-product--overlay
  .single-grid-product__image
  .favorite-icon
  i:nth-child(2) {
  display: none;
}

.single-grid-product--overlay .single-grid-product__image .favorite-icon:hover {
  color: var(--robin-color-primary);
}

.single-grid-product--overlay
  .single-grid-product__image
  .favorite-icon.active {
  color: var(--robin-color-primary);
}

.single-grid-product--overlay
  .single-grid-product__image
  .favorite-icon.active
  i:nth-child(1) {
  display: none;
}

.single-grid-product--overlay
  .single-grid-product__image
  .favorite-icon.active
  i:nth-child(2) {
  display: block;
}

.single-grid-product--overlay:hover .single-grid-product__image:after {
  visibility: visible;
  opacity: 0.3;
}

.single-grid-product--overlay:hover .single-grid-product__image .product-info {
  visibility: visible;
  opacity: 1;
}

.single-grid-product--overlay:hover .single-grid-product__image .favorite-icon {
  visibility: visible;
  opacity: 1;
}

/* single list product */

.single-list-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--robin-color-primary-50);
}

.single-list-product__image {
  position: relative;
  overflow: hidden;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.single-list-product__image > a {
  display: block;
  width: 100%;
}

.single-list-product__image > a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  opacity: 0;
}

.single-list-product__image .favorite-icon {
  font-size: 15px;
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--robin-color-black-60);
}

.single-list-product__image .favorite-icon i:nth-child(1) {
  display: inline-block;
}

.single-list-product__image .favorite-icon i:nth-child(2) {
  display: none;
}

.single-list-product__image .favorite-icon:hover {
  color: var(--robin-color-primary);
}

.single-list-product__image .favorite-icon.active {
  color: var(--robin-color-primary);
}

.single-list-product__image .favorite-icon.active i:nth-child(1) {
  display: none;
}

.single-list-product__image .favorite-icon.active i:nth-child(2) {
  display: block;
}

.single-list-product__content {
  position: relative;
  padding-left: 30px;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.single-list-product__content .title {
  font-family: var(--robin-font-title);
  font-size: 30px;
  font-weight: 600;
  line-height: 27px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: var(--robin-color-dark);
}

.single-list-product__content .title a {
  color: var(--robin-color-dark);
}

.single-list-product__content .title a:hover {
  color: var(--robin-color-primary);
}

.single-list-product__content .price {
  margin-bottom: 15px;
}

.single-list-product__content .price .main-price, .single-list-product__content .price-variante {
  font-family: var(--robin-font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: var(--robin-color-primary);
}

.single-list-product__content .price .main-price.discounted {
  font-family: var(--robin-font-main);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: var(--robin-color-black-30);
}

.single-list-product__content .price .discounted-price {
  font-family: var(--robin-font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: var(--robin-color-red);
}

.single-list-product__content .product-short-desc {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--robin-color-black-60);
  margin-bottom: 30px;
}

.single-list-product__content .rating {
  line-height: 1;
  margin-bottom: 15px;
}

.single-list-product__content .color {
  line-height: 1.2;
  margin-bottom: 15px;
}

.single-list-product__content .color ul li {
  display: inline-block;
  margin-right: 10px;
}

.single-list-product__content .color ul li a span.color-picker {
  line-height: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  border-radius: 100%;
}

.single-list-product__content .color ul li a span.black {
  background-color: var(--robin-color-black);
}

.single-list-product__content .color ul li a span.blue {
  background-color: #1e73be;
}

.single-list-product__content .color ul li a span.brown {
  background-color: #d93;
}

.single-list-product__content .color ul li a span.gold {
  background-color: #c93;
}

.single-list-product__content .color ul li a span.green-coral {
  background-color: #a1aeb2;
}

.single-list-product__content .color ul li a span.grey {
  background-color: var(--robin-color-white-90);
}

.single-list-product__content .color ul li a span.oak {
  background-color: #cba98e;
}

.single-list-product__content .color ul li a span.pink {
  background-color: #efdae7;
}

.single-list-product__content .color ul li a span.silver {
  background-color: var(--robin-color-black-40);
}

.single-list-product__content .color ul li a span.white {
  background-color: var(--robin-color-white);
}

.single-list-product__content .color ul li a.active span {
  -webkit-box-shadow: 0 0 0 2px var(--robin-color-white),
    0 0 0 3px rgba(var(--robin-color-black-rgb), 0.3);
  box-shadow: 0 0 0 2px var(--robin-color-white),
    0 0 0 3px rgba(var(--robin-color-black-rgb), 0.3);
}

.single-list-product__content .color ul li a:hover span {
  -webkit-box-shadow: 0 0 0 2px var(--robin-color-white),
    0 0 0 3px rgba(var(--robin-color-black-rgb), 0.3);
  box-shadow: 0 0 0 2px var(--robin-color-white),
    0 0 0 3px rgba(var(--robin-color-black-rgb), 0.3);
}

.single-list-product__content .color ul li a:after {
  display: none;
}

.single-list-product__content .favorite-icon {
  font-size: 15px;
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  color: var(--robin-color-black-60);
}

.single-list-product__content .favorite-icon i:nth-child(1) {
  display: block;
}

.single-list-product__content .favorite-icon i:nth-child(2) {
  display: none;
}

.single-list-product__content .favorite-icon:hover {
  color: var(--robin-color-primary);
}

.single-list-product__content .favorite-icon.active {
  color: var(--robin-color-primary);
}

.single-list-product__content .favorite-icon.active i:nth-child(1) {
  display: none;
}

.single-list-product__content .favorite-icon.active i:nth-child(2) {
  display: block;
}

.single-list-product:hover .single-list-product__image a img:nth-child(2) {
  visibility: visible;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 1;
}

.single-list-product:hover .product-hover-icon-wrapper .single-icon {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.single-list-product .product-hover-icon-wrapper {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  max-width: 100%;
  text-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.single-list-product .product-hover-icon-wrapper .single-icon {
  height: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--robin-color-white);
  background-color: var(--robin-color-dark);
}

.single-list-product .product-hover-icon-wrapper .single-icon a, .single-list-product .product-hover-icon-wrapper .single-icon button {
  line-height: 40px;
  color: var(--robin-color-white);
}
.single-list-product .product-hover-icon-wrapper .single-icon button {
	background:none;
	border:none;
	font-weight: 700;
	font-size: 0.875rem;
}
.single-list-product .product-hover-icon-wrapper .single-icon--quick-view {
  width: 40px;
  border-right: 1px solid rgba(var(--robin-color-white-rgb), 0.4);
}

.single-list-product .product-hover-icon-wrapper .single-icon--add-to-cart {
  font-size: 13px;
  font-weight: 700;
  width: calc(100% - 40px - 40px);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  letter-spacing: 0.1em;
  background: var(--robin-color-primary);
}

.single-list-product .product-hover-icon-wrapper .single-icon--add-to-cart i {
  display: none;
}

.single-list-product .product-hover-icon-wrapper .single-icon--compare {
  width: 40px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border-left: 1px solid rgba(var(--robin-color-white-rgb), 0.4);
}

.single-list-product .product-hover-icon-wrapper .single-icon:hover,
.single-list-product .product-hover-icon-wrapper .single-icon.active {
  background-color: var(--robin-color-black-75);
}

/* product single row */

.product-row-wrapper {
  margin-bottom: -30px;
}

.product-row-wrapper .single-grid-product {
  margin-bottom: 30px;
}

/* product double row tab */

.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs {
  margin-bottom: 60px;
  border-bottom: 0;
}

.product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-item {
  font-family: var(--robin-font-main);
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  margin: 0 20px;
  padding: 0;
  padding-bottom: 20px;
  color: var(--robin-color-black-45);
  border: none;
}

.product-double-row-tab-wrapper
  .tab-product-navigation
  .nav-tabs
  .nav-item:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--robin-color-primary);
}

.product-double-row-tab-wrapper
  .tab-product-navigation
  .nav-tabs
  .nav-item.active {
  color: var(--robin-color-dark);
}

.product-double-row-tab-wrapper
  .tab-product-navigation
  .nav-tabs
  .nav-item.active:after {
  width: 100%;
}

.product-double-row-tab-wrapper
  .tab-product-navigation
  .nav-tabs
  .nav-item:hover:after {
  width: 100%;
}

/* product fullpage no gutter */

/*=====  End of Product  ======*/

/*=============================================
=            Quick View            =
=============================================*/

/* -------------------------------- 

Primary style

-------------------------------- */

body::after {
  /* dark overlay layer - visible when we fire .cd-quick-view */
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  opacity: 0;
  background: rgba(var(--robin-color-black-90-rgb), 0.5);
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

/* -------------------------------- 

Main components 

-------------------------------- */

.cd-items {
  padding: 1em 0;
}

.cd-item {
  position: relative;
  margin: 0 0 1em;
}

.cd-item > img {
  display: block;
  width: 100%;
}

.cd-quick-view {
  /* quick view non available on small devices */
  display: none;
}

.cd-quick-view.animate-width {
  z-index: 99999;
}

.cd-quick-view.is-visible .cd-slider-pagination {
  visibility: visible;
  opacity: 1;
}

.cd-quick-view.velocity-animating {
  z-index: 99999;
}

.cd-quick-view.velocity-animating.is-visible .cd-slider-pagination {
  visibility: hidden !important;
  opacity: 0 !important;
}

.cd-slider-wrapper {
  position: relative;
  display: inline-block;
  float: left;
}

.cd-slider-wrapper:hover .cd-slider-navigation li {
  visibility: visible;
  opacity: 0.5;
}

.cd-slider {
  float: left;
}

.cd-slider li {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.cd-slider li img {
  display: block;
  width: 100%;
  max-width: 400px;
}

.cd-slider li.selected {
  position: relative;
  z-index: 3;
}

.cd-slider-navigation {
  opacity: 0;
}

.add-content .cd-slider-navigation {
  opacity: 1;
}

.cd-slider-navigation li {
  position: absolute;
  z-index: 3;
  top: 50%;
  bottom: auto;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: var(--robin-color-black);
}

.cd-slider-navigation li:first-child {
  left: 0;
}

.cd-slider-navigation li:last-child {
  /* equal to the .cd-slider-wrapper margin-right */
  right: 0;
}

.cd-slider-navigation li a {
  font-size: 25px;
  line-height: 50px;
  display: block;
  width: 40px;
  height: 50px;
  text-align: center;
  color: var(--robin-color-white); /* Force Hardware Acceleration in WebKit */
}

.cd-slider-navigation li:hover {
  opacity: 0.8;
}

.cd-item-info {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  padding: 3em;
  -webkit-transition: opacity 0.3s, visibility 0s;
  transition: opacity 0.3s, visibility 0s;
  opacity: 0;
}

.cd-item-info h2 {
  font-size: 28px;
  font-size: 1.75rem;
}

.cd-item-info p {
  line-height: 1.6;
  margin: 1em 0;
}

.cd-item-info .cd-item-action li {
  display: inline-block;
  margin-right: 1em;
}

.cd-item-info .cd-item-action li:first-child {
  margin-left: -4px;
}

.cd-item-info .add-to-cart {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.6em 1.2em;
  cursor: pointer;
  border: none;
  border-radius: 0.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.add-content .cd-item-info {
  /* class added at the end of the width animation, used to show the content */
  position: relative;
  visibility: visible;
  opacity: 1;
}

.cd-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  visibility: hidden; /* image replacement */
  overflow: hidden;
  width: 30px;
  height: 30px;
  -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  white-space: nowrap;
  text-indent: 100%;
  color: var(--robin-color-black-80);
}

.cd-close::before,
.cd-close::after {
  /* close icon in css */
  position: absolute;
  top: 12px;
  left: 5px;
  display: inline-block;
  width: 30px;
  height: 1px;
  content: "";
  background: var(--robin-color-black-50);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-close::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.no-touch .cd-close:hover {
  color: var(--robin-color-black-80);
}

.add-content .cd-close {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
  -webkit-transition: visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
}

/*----------  pagination style  ----------*/

.cd-slider-pagination {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 50%;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.cd-slider-pagination li {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.cd-slider-pagination li.active a {
  width: 18px;
  height: 18px;
  margin: 0;
  opacity: 1;
  border: 1px solid var(--robin-color-black-80);
  border-radius: 100%;
  background-color: transparent;
}

.cd-slider-pagination li.active a:hover {
  background-color: transparent;
}

.cd-slider-pagination li a {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
  opacity: 0.2;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: 0;
  background-color: var(--robin-color-dark-90);
}

.cd-slider-pagination li a:hover {
  background-color: var(--robin-color-black-80);
}

/*----------  quickview description style  ----------*/

.quickview-item-info {
  overflow-y: scroll;
  max-height: 520px;
}

.quickview-item-info .item-title {
  font-family: var(--robin-font-main);
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  color: var(--robin-color-dark);
}

.quickview-item-info .price .main-price {
  font-family: var(--robin-font-main);
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  color: var(--robin-color-red);
}

.quickview-item-info .price .main-price.discounted {
  font-family: var(--robin-font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: line-through;
  color: var(--robin-color-black-30);
}

.quickview-item-info .price .discounted-price {
  font-family: var(--robin-font-main);
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  color: var(--robin-color-red);
}

.quickview-item-info .description {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
  color: var(--robin-color-black-60);
}

.quickview-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--robin-color-black-80);
}

/*----------  quantity style  ----------*/

.pro-qty {
  margin: 0 10px 0 0;
  padding: 10px;
  background-color: var(--robin-color-white-95);
  min-width: 120px;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: var(--robin-color-white-95);
}
.pro-qty input {
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  padding: 0 10px;
  text-align: center;
  color: var(--robin-color-black-80);
  border: none;
  background-color: var(--robin-color-white-95);
}

.pro-qty .qty-btn {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: 3px;
  color: var(--robin-color-black-80);
}

/*----------  quick view other info  ----------*/

.quick-view-other-info {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid var(--robin-color-white-85);
}

.quick-view-other-info .other-info-links {
  margin-top: 15px;
}

.quick-view-other-info .other-info-links a {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-right: 15px;
  letter-spacing: 1px;
  color: var(--robin-color-black-60);
}

.quick-view-other-info .other-info-links a:hover {
  color: var(--robin-color-primary);
}

.quick-view-other-info .other-info-links a i {
  margin-right: 5px;
}

.quick-view-other-info table {
  width: 100%;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--robin-color-primary-5);
}

.quick-view-other-info table tr td {
  padding: 5px;
}

.single-product-slider-details-area .col-lg-8 .quick-view-other-info table tr td.quickview-title {
  font-family: var(--robin-font-title);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--robin-color-black-80);
  width: 150px !important;
  vertical-align: sub;
}

.quick-view-other-info table tr td.quickview-title {
  width: 145px;
}

.quick-view-other-info table tr td.quickview-value {
  font-family: var(--robin-font-title);
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  color: var(--robin-color-black-60);
}
.quickview-value img {
  max-width: 18px;
  max-height: 18px;
  margin-right: 5px;
}
.quickview-value a {
  display: block;
}

.quick-view-other-info table tr td.quickview-value a:hover {
  color: var(--robin-color-black-80);
}

.quick-view-other-info table tr td .quickview-social-icons li {
  display: inline-block;
  margin-right: 20px;
}

/*=====  End of Quick View  ======*/

/*=============================================
=            contact form            =
=============================================*/

.contact-form-wrapper input,
.contact-form-wrapper textarea {
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--robin-color-black-90);
  border: 1px solid var(--robin-color-white-90);
  background: var(--robin-color-white-95);
}

.bg--dark-grey .contact-form-wrapper input,
.bg--dark-grey .contact-form-wrapper textarea {
  background: var(--robin-color-white);
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
  border-color: var(--robin-color-white-80);
}

.contact-form-wrapper .form-messege {
  margin-top: 20px;
}

/*=====  End of contact form  ======*/

/*=============================================
=            testimonial            =
=============================================*/

.testimonial-wrapper.theme-slick-slider:hover .slick-arrow.slick-prev {
  left: 0;
}

.testimonial-wrapper.theme-slick-slider:hover .slick-arrow.slick-next {
  right: 0;
}

.single-testimonial {
  text-align: center;
}

.single-testimonial__image {
  margin-bottom: 30px;
}

.single-testimonial__image img {
  display: inline-block;
}

.single-testimonial__content .testimonial-text {
  font-family: var(--robin-font-main);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 28px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
  color: var(--robin-color-black-60);
}

.single-testimonial__content .testimonial-author {
  font-family: var(--robin-font-main);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
  color: var(--robin-color-dark);
}

/* testimonial element */

.testimonial-bg {
  background-image: url("../img/backgrounds/background-testimonials.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.testimonial-element-area {
  padding: 150px 0;
}

/* testimonial content */

.testimonial-content-wrapper {
  padding: 80px 0;
  background-color: var(--robin-color-white);
}

.testimonial-content-wrapper .testimonial-image {
  position: relative;
  padding: 0 80px;
  border-right: 2px solid var(--robin-color-white-90);
}

.testimonial-content-wrapper .testimonial-image .icon {
  font-size: 18px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: var(--robin-color-black-45);
  border: 2px solid var(--robin-color-white-90);
  border-radius: 50%;
  background-color: var(--robin-color-white);
}

.testimonial-content-wrapper .testimonial-content {
  padding: 0 80px;
}

/*=====  End of testimonial  ======*/

/*=============================================
=            google map            =
=============================================*/

.google-map {
  height: 500px;
}

.google-map--style-2 {
  height: 700px;
}

.google-map--style-3 {
  height: 400px;
}

.group-map-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-map {
  margin-bottom: 30px;
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

/*=====  End of google map  ======*/

/*=============================================
=            accordion            =
=============================================*/

.accordion-toggle-wrapper {
  margin-bottom: -50px;
}

.accordion-toggle-wrapper .single-faq {
  margin-bottom: 50px !important;
}

.faq-title {
  font-family: var(--robin-font-main);
  font-size: 35px;
  font-weight: 700;
  line-height: 38px;
  margin-top: -5px;
  margin-bottom: 35px;
  color: var(--robin-color-black-90);
}

.faq-title:after {
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 15px;
  content: "";
  background-color: var(--robin-color-white-80);
}

.single-faq {
  margin-bottom: 50px;
}

.bg--dark-grey .single-faq .card {
  background-color: var(--robin-color-white-90);
}

.single-faq:last-child {
  margin-bottom: 0;
}

.single-faq .card {
  border: none;
  border-radius: 0;
}

.single-faq .card:last-child .card-header .h5 button {
  border-bottom: 1px solid var(--robin-color-white-90);
}

.single-faq .card-header {
  margin-bottom: 0 !important;
  padding: 0;
  border-bottom: 0;
  border-radius: 0;
}

.single-faq .card-header .h5 button {
  font-family: var(--robin-font-main);
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  width: 100%;
  padding: 20px;
  text-align: left;
  white-space: normal;
  color: var(--robin-color-black-75);
  border-bottom: 0;
  background-color: var(--robin-color-white-90);
  overflow-wrap: break-word;
}
.bg--dark-grey .single-faq .card-header .h5 button {
  background-color: var(--robin-color-white);
}

.single-faq .card-header .h5 button.btn {
  border-radius: 0;
}

.single-faq .card-header .h5 button.collapsed {
  border-top: 1px solid var(--robin-color-white-90);
  border-bottom: 0;
  background-color: var(--robin-color-white);
}

.bg--dark-grey .single-faq .card-header .h5 button.collapsed {
  border-top: 1px solid var(--robin-color-white);
  border-bottom: 0;
  background-color: var(--robin-color-white-90);
}

.single-faq .card-header .h5 button:hover,
.single-faq .card-header .h5 button:focus {
  text-decoration: none;
}

.single-faq .card-body {
  padding: 30px 0;
  padding-left: 0;
}

.single-faq .card-body p {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--robin-color-black-60);
}

/*=====  End of accordion  ======*/

/*=============================================
=            pagination         =
=============================================*/

.pagination-wrapper ul {
  margin-bottom: -15px;
  text-align: center;
}

.pagination-wrapper ul li {
  line-height: 38px;
  display: inline-block;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border: 1px solid var(--robin-color-black-75);
}

.pagination-wrapper ul li:last-child {
  margin-right: 0;
}

.pagination-wrapper ul li:hover,
.pagination-wrapper ul li.active {
  background-color: var(--robin-color-black-75);
}

.pagination-wrapper ul li:hover a,
.pagination-wrapper ul li.active a {
  color: var(--robin-color-white);
}

.pagination-wrapper ul li a {
  font-size: 14px;
  display: block;
  color: var(--robin-color-black-75);
}

/*=====  End of pagination ======*/

/*=============================================
=            newsletter             =
=============================================*/

.footer-newsletter-small-area {
  padding: 35px 0;
  background-color: var(--robin-color-primary);
}

.footer-newsletter-text {
  font-family: var(--robin-font-main);
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 3px;
  color: var(--robin-color-white);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-newsletter-text i {
  font-size: 50px;
  display: inline-block;
  margin-right: 10px;
  color: var(--robin-color-white);
}

.footer-newsletter-text span {
  display: inline-block;
}

.footer-newsletter-form {
  position: relative;
  width: 425px;
  max-width: 100%;
  margin-left: auto;
}

.footer-newsletter-form .mailchimp-alerts {
  text-align: left;
}

.footer-newsletter-form input {
  font-style: italic;
  width: 100%;
  height: 50px;
  padding: 9px 15px;
  padding-right: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--robin-color-black-90);
  border: 2px solid transparent;
}

.footer-newsletter-form input:focus {
  border-color: var(--robin-color-black-90);
}

.footer-newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: var(--robin-color-white);
  border-color: var(--robin-color-dark);
  background-color: var(--robin-color-dark);
}

/* mailchimp eleemnt */

.mailchimp-form-content {
  position: relative;
  padding: 50px;
  background-color: var(--robin-color-white-90);
}

.mailchimp-form-content .icon {
  font-size: 18px;
  line-height: 60px;
  position: absolute;
  z-index: 9;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: var(--robin-color-black-45);
  border: 2px solid var(--robin-color-white-90);
  border-radius: 50%;
  background-color: var(--robin-color-white);
}

.mailchimp-form-content .mailchimp-form-wrapper {
  padding: 90px 30px;
  border: 10px solid var(--robin-color-white);
}

.mailchimp-form-content .mailchimp-form-wrapper .mailchimp-form--element {
  text-align: center;
}

.mailchimp-form-content .mailchimp-form-wrapper .mailchimp-form--element input {
  font-size: 16px;
  font-style: italic;
  width: 100%;
  max-width: 670px;
  height: 44px;
  margin-bottom: 35px;
  padding: 9px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: var(--robin-color-black-90);
  border-width: 0;
  border-color: var(--robin-color-white-80);
  border-bottom-width: 1px;
  background: none;
}

.mailchimp-form-content
  .mailchimp-form-wrapper
  .mailchimp-form--element
  input:focus {
  border-color: var(--robin-color-dark);
}

.mailchimp-form-bg {
  width: 100%;
  height: 100%;
  background-image: url("../img/backgrounds/image-robin.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*=====  End of newsletter   ======*/

/*=============================================
=            Progressbar            =
=============================================*/

.progress-bar-element__content {
  margin-bottom: -30px;
}

.progress-bar-element__content .progress {
  margin-bottom: 30px;
  border: 1px solid var(--robin-color-white-80);
  border-radius: 0;
  background-color: var(--robin-color-white);
  -webkit-box-shadow: 0 1px 2px rgba(var(--robin-color-black-rgb), 0.1) inset;
  box-shadow: 0 1px 2px rgba(var(--robin-color-black-rgb), 0.1) inset;
}

.progress-bar-element__content .progress .progress-bar {
  font-family: var(--robin-font-main);
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: var(--robin-color-white);
}

.progress-bar-element__content .progress .progress-bar .title {
  padding-left: 15px;
}

.progress-bar-element__content .progress .progress-bar .value {
  padding-right: 15px;
}

/*=====  End of Progressbar  ======*/

/*=============================================
=            about us            =
=============================================*/

.about-page-top-wrapper {
  margin-top: -10px;
  padding-bottom: 100px;
  border-bottom: 1px solid var(--robin-color-white-90);
}

/* about us brief */

.about-us-brief-title {
  font-family: var(--robin-font-title);
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 0;
  color: var(--robin-color-dark);
}

.about-us-brief-title:after {
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 15px;
  content: "";
  background-color: var(--robin-color-white-80);
}

.about-us-brief-desc {
  font-family: var(--robin-font-main);
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
  color: var(--robin-color-black-60);
}

/* about us process */

.about-us-process-wrapper {
  margin-bottom: -30px;
}

.about-us-process-wrapper .single-process {
  margin-bottom: 30px;
}

.about-us-process-wrapper .single-process .title {
  font-family: var(--robin-font-title);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-top: -10px;
  margin-bottom: 15px;
  color: var(--robin-color-black-60);
}

.about-us-process-wrapper .single-process .title span {
  color: var(--robin-color-primary);
}

.about-us-process-wrapper .single-process .description {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: -3px;
  color: var(--robin-color-black-60);
}

.team-member-wrapper {
  margin-bottom: -30px;
}

.single-team-member {
  margin-bottom: 30px;
}

.single-team-member__image {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 100%;
}

.single-team-member__image::before {
  position: absolute;
  content: "";
  padding-top: 100%;
  width: 100%;
  left:0;
}

.single-team-member__image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.single-team-member__content .name {
  font-family: var(--robin-font-title);
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
  color: var(--robin-color-brown);
}

.single-team-member__content .designation {
  font-family: var(--robin-font-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
  color: var(--robin-color-primary);
}

.single-team-member__content .short-desc {
  font-family: var(--robin-font-main);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: var(--robin-color-black-60);
  margin-bottom: 1rem;
}

.single-team-member__content .social-profiles {
  line-height: 1;
}

.single-team-member__content .social-profiles li {
  display: inline-block;
  margin-right: 20px;
}

.single-team-member__content .social-profiles li a {
  font-size: 16px;
  display: block;
  color: var(--robin-color-black-60);
}

.single-team-member__content .social-profiles li a:hover {
  color: var(--robin-color-primary);
}

/*=====  End of about us  ======*/

/*=============================================
=            service            =
=============================================*/

.service-text-area-wrapper {
  margin-bottom: -100px;
}

.single-service-text {
  margin-bottom: 95px;
}

.single-service-text .title {
  font-family: var(--robin-font-title);
  font-size: 25px;
  font-weight: 600;
  line-height: 27px;
  margin-top: -20px;
  color: var(--robin-color-dark);
}

.single-service-text .title span {
  font-family: var(--robin-font-title);
  font-size: 80px;
  font-weight: 700;
  line-height: 88px;
  margin-right: 25px;
  color: var(--robin-color-primary);
}

.single-service-text .short-desc {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--robin-color-black-60);
}

/*----------  video background area  ----------*/

.video-background-area .video-area {
  height: 680px;
}

/*----------  separateur  ----------*/

.composant-divider .divider-ligne {
  border-bottom: 1px solid var(--robin-color-white-90);
}

/*----------  icon service text  ----------*/

.icon-service-text-wrapper {
  margin-bottom: -30px;
}

.single-icon-service {
  margin-bottom: 25px;
  text-align: center;
}

.single-icon-service__icon {
  line-height: 1;
  margin-bottom: 10px;
}

.single-icon-service__icon i {
  font-size: 40px;
  color: var(--robin-color-primary);
}

.single-icon-service__title {
  font-family: var(--robin-font-main);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 25px;
  color: var(--robin-color-black-90);
}

.single-icon-service__short-desc {
  font-family: var(--robin-font-main);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: var(--robin-color-black-45);
}

/*=====  End of service  ======*/

/*=============================================
=            contact us            =
=============================================*/

.contact-icon-text-wrapper {
  margin-bottom: -30px;
}

.single-contact-icon-text {
  margin-bottom: 25px;
  text-align: center;
}

.single-contact-icon-text__icon {
  line-height: 1;
  margin-bottom: 20px;
}

.single-contact-icon-text__icon i {
  font-size: 40px;
  color: var(--robin-color-primary);
}

.single-contact-icon-text__title {
  font-family: var(--robin-font-main);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 25px;
  color: var(--robin-color-black-90);
}

.single-contact-icon-text__value {
  font-family: var(--robin-font-main);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: var(--robin-color-black-45);
}

.contact-form-content .social-links {
  line-height: 1;
}

.contact-form-content .social-links li {
  display: inline-block;
  margin-right: 20px;
}

.contact-form-content .social-links li a:hover {
  color: var(--robin-color-primary);
}

/*=====  End of contact us  ======*/

/*=============================================
=            shop            =
=============================================*/

.shop-page-area {
  margin-bottom: 100px;
}

/*----------  price filter  ----------*/

.sidebar-price #price-range {
  position: relative;
  width: 96%;
  height: 7px;
  margin: 7px 0;
  margin-bottom: 25px;
  border-radius: 50px;
  background-color: var(--robin-color-primary);
}

.sidebar-price #price-range .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: var(--robin-color-primary);
}

.sidebar-price #price-range .ui-slider-handle {
  position: absolute;
  top: -5px;
  display: block;
  width: 17px;
  height: 17px;
  -webkit-transition: none;
  transition: none;
  border-radius: 50px;
  background-color: var(--robin-color-primary);
  -webkit-box-shadow: 2px 4px 4px rgba(var(--robin-color-black-rgb), 0.15);
  box-shadow: 2px 4px 4px rgba(var(--robin-color-black-rgb), 0.15);
}

.sidebar-price input {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: -5px;
  color: var(--robin-color-black-60);
  border: none;
}

.sidebar-price .price-range-button {
  font-size: 14px;
  font-weight: 600;
  float: right;
  text-transform: uppercase;
  color: var(--robin-color-black-80);
}

/* shop product view mode*/

.shop-header {
  margin-top: -10px;
  margin-bottom: 50px;
  padding: 5px 0;
  border-bottom: 1px solid var(--robin-color-primary-10);
}

.view-mode-icons {
  margin-left: 20px;
}

.view-mode-icons a {
  line-height: 28px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  cursor: pointer;
  text-align: center;
  border: 1px solid var(--robin-color-white-90);
}

.view-mode-icons a.active {
  color: var(--robin-color-primary);
}

.view-mode-icons a:hover {
  color: var(--robin-color-primary);
}

.shop-product-wrap {
  margin-bottom: 20px; /* shop four column product icon fix */ /* full width */
}

.shop-product-wrap 
  .col-lg-3
  .single-grid-product__image
  .product-hover-icon-wrapper
  .single-icon--add-to-cart
  button
  i,
.col-lg-9 .shop-product-wrap 
  .col-lg-4
  .single-grid-product__image
  .product-hover-icon-wrapper
  .single-icon--add-to-cart
  button
  i  {
  display: block !important;
}

.shop-product-wrap 
  .col-lg-3
  .single-grid-product__image
  .product-hover-icon-wrapper
  .single-icon--add-to-cart
  button
  span,
.col-lg-9 .shop-product-wrap 
  .col-lg-4
  .single-grid-product__image
  .product-hover-icon-wrapper
  .single-icon--add-to-cart
  button
  span  {
  display: none;
}

.shop-product-wrap.four-column
  .single-grid-product__image
  .product-hover-icon-wrapper
  .single-icon--add-to-cart
  button
  i {
  display: block !important;
}

.shop-product-wrap.four-column
  .single-grid-product__image
  .product-hover-icon-wrapper
  .single-icon--add-to-cart
  button
  span {
  display: none;
}

.shop-product-wrap--fullwidth .col-lg-is-6 {
  max-width: 16.66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66%;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
}

.shop-product-wrap--fullwidth .col-lg-is-5 {
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.shop-product-wrap .single-grid-product {
  margin-bottom: 50px;
}

.shop-product-wrap.grid .single-list-product {
  display: none;
}

.shop-product-wrap.list .single-grid-product {
  display: none;
}

.shop-product-wrap.list > [class*="col"],
.shop-product-wrap.list > [class*="col-"] {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
}

/* sort selection style */

.sort-by-dropdown {
  margin-left: 15px;
}

.sort-by-dropdown .nice-select {
  font-size: 16px;
  border: none;
}

.sort-by-dropdown .nice-select .list {
  right: 0;
  left: auto;
  border-radius: 0;
}

/* grid view changer */

.grid-view-changer.active .grid-view-changer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-view-changer.active > a {
  display: none;
}

.grid-view-changer__menu {
  display: none;
}

.grid-view-changer__menu > a:hover,
.grid-view-changer__menu > a.active {
  color: var(--robin-color-primary) !important;
}

.grid-view-changer a {
  line-height: 34px;
  width: 34px;
  height: 34px;
  text-align: center;
  background-color: var(--robin-color-white-90);
}

.grid-view-changer a:hover {
  color: var(--robin-color-black-60);
}

.grid-view-changer a i {
  line-height: 34px;
}

/* shop sidebar wrapper */

/* description tab area */

.description-tab-navigation {
    border-top: 1px solid var(--robin-color-primary-10);
}

.description-tab-navigation .nav-tabs {
  border-bottom: 0;
}

.description-tab-navigation .nav-tabs .nav-link {
  font-family: var(--robin-font-title);
  font-size: 1rem;
  font-weight: 600;
  line-height: 22px;
  position: relative;
  margin: 0 20px;
  padding: 20px 0 18px;
  letter-spacing: 1px;
  color: var(--robin-color-black-60);
  border: 0;
}

.description-tab-navigation .nav-tabs .nav-link.active,
.description-tab-navigation .nav-tabs .nav-link:hover {
  color: var(--robin-color-primary);
}

.description-tab-navigation .nav-tabs .nav-link.active:after,
.description-tab-navigation .nav-tabs .nav-link:hover:after {
  width: 100%;
}

.description-tab-navigation .nav-tabs .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--robin-color-primary);
}

.single-product-description-tab-content .tab-content {
  padding: 80px 0;
  background-color: var(--robin-color-primary-5);
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .description-content
  ul {
  margin-bottom: 1rem;
}
.description-content.additional-info-content a {
    color: var(--robin-color-primary);
    text-decoration: underline;
}
.single-product-description-tab-content
  .tab-content
  .tab-pane
  .description-content
  p.long-desc {
  margin-bottom: 20px;
}

.single-product-description-tab-content
  .description-content--extra__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product-description-tab-content
  .description-content--extra__top
  .single-block-image {
  -webkit-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}

.single-product-description-tab-content
  .description-content--extra__top
  .single-block-image-bg {
  height: 700px;
  background-image: url("../img/product-details/desc-one.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.single-product-description-tab-content
  .description-content--extra__top
  .single-block-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-right: 60px;
  padding-left: 60px;
  color: var(--robin-color-dark);
  background-color: var(--robin-color-primary-10);
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-product-description-tab-content
  .description-content--extra__top
  .single-block-text
  .text-wrapper {
  width: 100%;
  max-width: 100%;
}

.single-product-description-tab-content
  .description-content--extra__top
  .single-block-text
  p.medium-text {
  font-family: var(--robin-font-main);
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  color: var(--robin-color-dark);
}

.single-product-description-tab-content
  .description-content--extra__top
  .single-block-text
  p.big-text {
  font-family: var(--robin-font-main);
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  color: var(--robin-color-dark);
}

.single-product-description-tab-content
  .description-content--extra__top
  .single-block-text
  p.desc-text {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--robin-color-dark);
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .description-content--extra__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .description-content--extra__bottom
  .single-block-image {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .additional-info-content
  table {
  font-size: 16px;
  line-height: 2;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid var(--robin-color-white-90);
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .additional-info-content
  table
  tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.single-product-description-tab-content .tab-content .tab-pane .additional-info-content table tbody tr {
    border: none;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .additional-info-content
  table
  tbody
  th {
  padding: 15px 10px;
  color: var(--robin-color-black-80);
  border-top: 1px solid var(--robin-color-white-90);
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .additional-info-content
  table
  tbody
  td {
  padding: 15px 10px;
  border-top: 1px solid var(--robin-color-white-90);
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comment-title {
  font-family: var(--robin-font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 25px;
  letter-spacing: 2px;
  color: var(--robin-color-dark);
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comments {
  padding-right: 40px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comments
  .single-review-comment {
  position: relative;
  min-height: 170px;
  margin-top: 0;
  margin-bottom: 27px;
  margin-left: 50px;
  padding-top: 35px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 75px;
  background-color: var(--robin-color-white);
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comments
  .single-review-comment__image {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 100px;
  height: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comments
  .single-review-comment__image
  img {
  border-radius: 50%;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comments
  .single-review-comment__content {
  position: relative;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comments
  .single-review-comment__content
  .review-time {
  margin-bottom: 15px;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comments
  .single-review-comment__content
  .review-time
  i {
  margin-right: 5px;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comments
  .single-review-comment__content
  .rating {
  position: absolute;
  top: 0;
  right: 0;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comment-form {
  padding-left: 40px;
  border-left: 1px solid var(--robin-color-white-90);
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comment-form
  label {
  display: block;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comment-form
  label
  span {
  color: var(--robin-color-danger);
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comment-form
  .rating {
  margin-left: 20px;
}

.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comment-form
  input,
.single-product-description-tab-content
  .tab-content
  .tab-pane
  .review-content-wrapper
  .review-comment-form
  textarea {
  width: 100%;
  padding: 9.5px 25px;
  border: 1px solid var(--robin-color-white-90);
}

/*----------  product details with slider   ----------*/

.single-product-slider-details-area {
  margin-bottom: 80px;
}

/* product details description */

.product-details-description-wrapper .item-title {
  font-family: var(--robin-font-title);
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  color: var(--robin-color-dark);
}

.product-details-description-wrapper .price .main-price {
  font-family: var(--robin-font-title);
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  color: var(--robin-color-red);
}

.product-details-description-wrapper .price .main-price.discounted {
  font-family: var(--robin-font-title);
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  text-decoration: line-through;
  color: var(--robin-color-black-30);
}

.product-details-description-wrapper .price .discounted-price, .product-details-description-wrapper .price-variante {
  font-family: var(--robin-font-title);
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  color: var(--robin-color-primary);
}

.product-details-description-wrapper .product-details-title {
  font-family: var(--robin-font-title);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 50px;
  color: var(--robin-color-black-60);
}

.product-details-description-wrapper .product-color {
  line-height: 1.2;
  margin-bottom: 30px;
}

.product-details-description-wrapper .product-color ul {
  display: inline-block;
}

.product-details-description-wrapper .product-color ul li {
  display: inline-block;
  margin-right: 10px;
}

.product-details-description-wrapper .product-color ul li a span.color-picker {
  line-height: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  border-radius: 100%;
}

.product-details-description-wrapper .product-color ul li a span.black {
  background-color: var(--robin-color-black);
}

.product-details-description-wrapper .product-color ul li a span.blue {
  background-color: #1e73be;
}

.product-details-description-wrapper .product-color ul li a span.brown {
  background-color: #d93;
}

.product-details-description-wrapper .product-color ul li a span.gold {
  background-color: #c93;
}

.product-details-description-wrapper .product-color ul li a span.green-coral {
  background-color: #a1aeb2;
}

.product-details-description-wrapper .product-color ul li a span.grey {
  background-color: var(--robin-color-white-90);
}

.product-details-description-wrapper .product-color ul li a span.oak {
  background-color: #cba98e;
}

.product-details-description-wrapper .product-color ul li a span.pink {
  background-color: #efdae7;
}

.product-details-description-wrapper .product-color ul li a span.silver {
  background-color: var(--robin-color-black-40);
}

.product-details-description-wrapper .product-color ul li a span.white {
  background-color: var(--robin-color-white);
}

.product-details-description-wrapper .product-color ul li a.active span {
  -webkit-box-shadow: 0 0 0 2px var(--robin-color-white),
    0 0 0 3px rgba(var(--robin-color-black-rgb), 0.3);
  box-shadow: 0 0 0 2px var(--robin-color-white),
    0 0 0 3px rgba(var(--robin-color-black-rgb), 0.3);
}

.product-details-description-wrapper .product-color ul li a:hover span {
  -webkit-box-shadow: 0 0 0 2px var(--robin-color-white),
    0 0 0 3px rgba(var(--robin-color-black-rgb), 0.3);
  box-shadow: 0 0 0 2px var(--robin-color-white),
    0 0 0 3px rgba(var(--robin-color-black-rgb), 0.3);
}

.product-details-description-wrapper .product-color ul li a:after {
  display: none;
}

.product-details-description-wrapper .product-size {
  margin-bottom: 30px;
}

.product-details-description-wrapper .product-size .nice-select, .product-select .nice-select {
  display: inline-block;
  float: none;
  width: 150px;
}

.product-details-description-wrapper .description {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
  color: var(--robin-color-black-60);
}

.product-details-description-wrapper .product-brand {
  margin-top: 30px;
  margin-bottom: 15px;
}

.product-details-description-wrapper .product-brand a {
  display: block;
  width: 100%;
}

.product-details-description-wrapper .group-product-form {
  margin-bottom: 30px;
}

.product-details-description-wrapper .group-product-form .table-content table {
  width: 100%;
  text-align: center;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--robin-color-white-85);
  border-radius: 0;
  background: var(--robin-color-white) none repeat scroll 0 0;
}

.product-details-description-wrapper
  .group-product-form
  .table-content
  table
  td {
  width: 33.33%;
  padding: 12px 10px;
  white-space: nowrap;
  border-right: 1px solid var(--robin-color-white-85);
  border-bottom: 1px solid var(--robin-color-white-85);
}

.product-details-description-wrapper
  .group-product-form
  .table-content
  table
  td.product-name {
  font-weight: 500;
}

.product-details-description-wrapper
  .group-product-form
  .table-content
  table
  td.product-name
  a {
  font-size: 14px;
}

.product-details-description-wrapper
  .group-product-form
  .table-content
  table
  td.product-name
  a:hover {
  color: var(--robin-color-primary);
}

.product-details-description-wrapper
  .group-product-form
  .table-content
  table
  td
  p
  span {
  display: block;
  margin-top: 10px;
}

/* product details slider */

.product-details-slider-area {
  position: relative;
  margin-bottom: 50px;
}
.product-details-slider-area .product-badge-wrapper span {
  font-size: 15px;
  padding: 3px 15px;
}

.product-details-slider-area .big-image-wrapper {
  position: relative;
}

.product-details-slider-area .big-image-wrapper .enlarge-icon {
  position: absolute;
  z-index: 5;
  right: 10px;
  bottom: 20px;
}

.product-details-slider-area .big-image-wrapper .enlarge-icon a {
  font-size: 30px;
}

.product-details-slider-area .big-image-wrapper .enlarge-icon a:hover {
  color: var(--robin-color-primary);
}

/* product big image slider */

.product-details-big-image-slider-wrapper {
  cursor: crosshair;
}

.product-details-big-image-slider-wrapper--bottom-space {
  margin-bottom: 15px;
}

.product-details-big-image-slider-wrapper--sticky .single-image {
  position: relative;
  margin-bottom: 15px;
}

.product-details-big-image-slider-wrapper--sticky
  .single-image
  .product-badge-wrapper {
  right: 10px;
}

/* product small image slider */

.product-details-small-image-slider-wrapper--horizontal-space .single-image {
  padding: 0 5px;
}

.product-details-small-image-slider-wrapper--vertical-space {
  position: relative;
}

.product-details-small-image-slider-wrapper--vertical-space .single-image {
  padding: 5px 0;
}

.product-details-small-image-slider-wrapper--vertical-space .slick-arrow {
  visibility: visible;
  width: 100%;
  height: 30px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 0.85;
}

.product-details-small-image-slider-wrapper--vertical-space .slick-arrow i {
  line-height: 20px;
}

.product-details-small-image-slider-wrapper--vertical-space
  .slick-arrow.slick-prev {
  top: 0;
  left: 0;
}

.product-details-small-image-slider-wrapper--vertical-space
  .slick-arrow.slick-next {
  top: auto;
  right: auto;
  bottom: 0 !important;
  left: 0;
}

.product-details-small-image-slider-wrapper--vertical-space:hover
  .slick-arrow.slick-prev {
  left: 0;
}

.product-details-small-image-slider-wrapper--vertical-space:hover
  .slick-arrow.slick-next {
  left: 0;
}

.product-details-small-image-slider-wrapper
  .slick-list
  .slick-active.slick-current
  .single-image
  img {
  opacity: 1;
}

.product-details-small-image-slider-wrapper .single-image {
  cursor: pointer;
}

.product-details-small-image-slider-wrapper .single-image img {
  opacity: 0.65;
}

/*=====  End of shop  ======*/

/*=============================================
=            Blog            =
=============================================*/

.blog-page-area {
  margin-bottom: 100px;
}

/* blog sidebar */

/* single blog post */

.blog-post-wrapper .single-blog-post {
  margin-bottom: 50px;
}

.single-blog-post__image {
  margin-bottom: 15px;
}

.single-blog-post__image a {
  display: block;
  width: 100%;
}

.single-blog-post__image a img {
  width: 100%;
}

.single-blog-post__image--audio iframe {
  width: 100%;
}

.single-blog-post__image .blog-image-slider .slick-arrow.slick-prev {
  left: 0;
}

.single-blog-post__image .blog-image-slider .slick-arrow.slick-next {
  right: 0;
}

.single-blog-post__image .blog-image-slider:hover .slick-arrow.slick-prev {
  left: 20px;
}

.single-blog-post__image .blog-image-slider:hover .slick-arrow.slick-next {
  right: 20px;
}

.single-blog-post__content .post-title {
  font-family: var(--robin-font-title);
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: var(--robin-color-dark);
}

.single-blog-post__content .post-title a {
  color: var(--robin-color-dark);
}

.single-blog-post__content .post-title a:hover {
  color: var(--robin-color-primary);
}

.single-blog-post__content .post-meta {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--robin-color-black-60);
}

.single-blog-post__content .post-meta a.post-author {
  padding-left: 5px;
  color: var(--robin-color-primary);
}

.single-blog-post__content .post-meta a:hover {
  color: var(--robin-color-primary);
}

.single-blog-post__content .post-meta .separator {
  margin: 0 10px;
  color: var(--robin-color-dark);
}

.single-blog-post__content .post-excerpt {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
  color: var(--robin-color-black-60);
}

.single-blog-post--related {
  margin-bottom: 30px;
}

.single-blog-post--related .post-title {
  font-family: var(--robin-font-title);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  color: var(--robin-color-dark);
}

.single-blog-post--related .post-meta {
  font-size: 15px;
}

/* blog single post details */

.blog-single-post-details-wrapper {
  margin-bottom: 50px;
}

.blog-single-post-details-wrapper:last-child {
  margin-bottom: 0px;
}

.blog-single-post-details-wrapper .post-title {
  font-family: var(--robin-font-title);
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  margin-top: -10px;
  color: var(--robin-color-dark);
}

.blog-single-post-details-wrapper .post-meta {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--robin-color-black-60);
}

.blog-single-post-details-wrapper .post-meta a.post-author {
  padding-left: 5px;
  color: var(--robin-color-primary);
}

.blog-single-post-details-wrapper .post-meta a:hover {
  color: var(--robin-color-primary);
}

.blog-single-post-details-wrapper .post-meta .separator {
  margin: 0 10px;
  color: var(--robin-color-dark);
}

.blog-single-post-details-wrapper .post-thumbnail {
  margin-bottom: 30px;
}

.blog-single-post-details-wrapper .post-thumbnail--audio iframe {
  width: 100%;
}

.blog-single-post-details-wrapper
  .post-thumbnail--slider
  .blog-image-slider
  .slick-arrow.slick-prev {
  left: 0;
}

.blog-single-post-details-wrapper
  .post-thumbnail--slider
  .blog-image-slider
  .slick-arrow.slick-next {
  right: 0;
}

.blog-single-post-details-wrapper
  .post-thumbnail--slider
  .blog-image-slider:hover
  .slick-arrow.slick-prev {
  left: 20px;
}

.blog-single-post-details-wrapper
  .post-thumbnail--slider
  .blog-image-slider:hover
  .slick-arrow.slick-next {
  right: 20px;
}

.blog-single-post-details-wrapper .post-text-content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--robin-color-white-90);
}

.blog-single-post-details-wrapper .post-text-content p {
  font-family: var(--robin-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--robin-color-black-60);
}

.blog-single-post-details-wrapper .post-share-section span {
  font-family: var(--robin-font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-right: 30px;
  color: var(--robin-color-dark);
}

.blog-single-post-details-wrapper .post-share-section .post-social-icons {
  display: inline-block;
}

.blog-single-post-details-wrapper .post-share-section .post-social-icons li {
  display: inline-block;
  margin-right: 25px;
}

.blog-single-post-details-wrapper .post-share-section .post-social-icons li a {
  font-size: 18px;
}

.blog-single-post-details-wrapper
  .post-share-section
  .post-social-icons
  li
  a:hover {
  color: var(--robin-color-primary);
}

/* related post */

.blog-related-post-area {
  margin-bottom: 50px;
}

.blog-related-post-wrapper {
  margin-bottom: -30px;
}

.blog-details-section-title {
  font-family: var(--robin-font-title);
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin-top: -5px;
  margin-bottom: 25px;
  color: var(--robin-color-dark);
}

/* blog comments */

.blog-comments-area {
  margin-bottom: 50px;
}

.blog-comments-area .blog-comments-wrapper {
  margin-bottom: -15px;
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment {
  position: relative;
  min-height: 170px;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 50px;
  padding-top: 35px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 75px;
  background-color: var(--robin-color-white-95);
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment__image {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 100px;
  height: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment__image img {
  border-radius: 50%;
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment__content {
  position: relative;
}

.blog-comments-area
  .blog-comments-wrapper
  .single-blog-comment__content
  .comment-time {
  margin-bottom: 15px;
}

.blog-comments-area
  .blog-comments-wrapper
  .single-blog-comment__content
  .comment-time
  i {
  margin-right: 5px;
}

.blog-comments-area .blog-comments-wrapper .single-blog-comment--reply {
  margin-left: 100px;
}

/*=====  End of Blog  ======*/

/*=============================================
=            Login Register            =
=============================================*/

.myaccount-wrapper {
  margin-bottom: 100px;
}

/*-- Login Title --*/

.login-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 30px;
  text-decoration: underline;
  color: var(--robin-color-black);
}
.cap {
  text-transform: capitalize;
}
/*-- Login Form --*/

.login-form {
  padding: 30px;
  background-color: var(--robin-color-white);
  -webkit-box-shadow: 0 5px 4px 0 rgba(var(--robin-color-black-rgb), 0.1);
  box-shadow: 0 5px 4px 0 rgba(var(--robin-color-black-rgb), 0.1);
}

.login-form label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.login-form .nice-select {
  font-size: 14px;
  line-height: 23px;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  padding: 10px 20px;
  color: var(--robin-color-black-60);
  border: 1px solid var(--robin-color-black-40);
  border-radius: 0;
  background-color: transparent;
}

.login-form .nice-select::after {
  right: 20px;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-color: var(--robin-color-black-60);
}

.login-form .nice-select .current {
  line-height: 23px;
  display: block;
  color: var(--robin-color-black-60);
}

.login-form .nice-select .list {
  width: 100%;
}

.login-form input {
  font-size: 14px;
  line-height: 23px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--robin-color-black-60);
  border: 1px solid var(--robin-color-white-90);
  border-radius: 0;
  background-color: transparent;
}

.login-form input[type="checkbox"] {
  width: auto;
}

.login-form input:focus {
  border: 1px solid var(--robin-color-white-80);
}

.login-form .check-box {
  float: left;
  margin-right: 70px;
  margin-bottom: 15px;
}

.login-form .check-box:last-child {
  margin-right: 0;
}

.login-form .check-box input[type="checkbox"] {
  display: none;
}

.login-form .check-box input[type="checkbox"] + label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: var(--robin-color-black-80);
}

.login-form .check-box input[type="checkbox"] + label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid var(--robin-color-black-40);
}

.login-form .check-box input[type="checkbox"] + label::after {
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  content: "\f00c";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  opacity: 0;
  color: var(--robin-color-black-80);
}

.login-form .check-box input[type="checkbox"]:checked + label::before {
  border: 2px solid var(--robin-color-black-80);
}

.login-form .check-box input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

/*-- Place Order --*/

.register-button {
  font-weight: 400;
  line-height: 24px;
  display: block;
  float: left;
  width: 140px;
  height: 36px;
  margin-top: 40px;
  padding: 6px 20px;
  text-transform: uppercase;
  color: var(--robin-color-white);
  border: none;
  border-radius: 3px;
  background-color: var(--robin-color-black-80);
}

.register-button:hover {
  background-color: var(--robin-color-primary);
}

.forget-pass-link:hover {
  color: var(--robin-color-primary);
}

/*=====  End of Login Register  ======*/

/*=============================================
=            Order tracking            =
=============================================*/

.order-tracking-area {
  margin-bottom: 100px;
}

.order-tracking-wrapper {
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px;
  background-color: var(--robin-color-white-95);
}

.order-track-form label {
  font-family: var(--robin-font-main);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: block;
  color: var(--robin-color-black-80);
}

.order-track-form input {
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 9px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--robin-color-black-90);
  border: 1px solid var(--robin-color-white-90);
  background: var(--robin-color-white);
}

.order-track-form input:focus {
  border-color: var(--robin-color-white-80);
}

/*=====  End of Order tracking  ======*/

/*=============================================
=            Cart            =
=============================================*/

.shopping-cart-area {
  margin-bottom: 100px;
}

.cart-table {
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid var(--robin-color-white-90);
}

.cart-table tr {
  border-bottom: 1px solid var(--robin-color-white-90);
}

.cart-table th {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 12px;
  letter-spacing: 1px;
  color: var(--robin-color-black-90);
  background-color: transparent;
}

.cart-table th:first-of-type {
  padding-left: 25px;
}

.cart-table td {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  line-height: 30px;
  vertical-align: middle;
}

.cart-table td.product-thumbnail {
  width: 115px;
}

.cart-table td.product-name a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}

.cart-table td.product-name a:hover {
  color: var(--robin-color-primary);
}

.cart-table td.product-name .product-variation {
  line-height: 22px;
  display: block;
  float: left;
  clear: both;
  color: var(--robin-color-black-30);
}

.cart-table td.product-price {
  clear: left;
}

.cart-table td.product-price .price {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--robin-color-black-80);
}

.cart-table td.total-price {
  clear: left;
}

.cart-table td.total-price .price {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--robin-color-black-80);
}

.cart-table td.product-remove {
  text-align: center;
}

.cart-table td.product-remove a {
  font-size: 0;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  color: var(--robin-color-black-30);
  border: 2px solid var(--robin-color-white-90);
}

.cart-table td.product-remove a i {
  font-size: 30px;
  line-height: 41px;
}

.cart-table td.product-remove a:hover {
  color: var(--robin-color-danger);
  border-color: var(--robin-color-danger);
}

.cart-coupon-area {
  margin-bottom: 30px;
}

.cart-calculation-area {
  padding: 40px;
  background-color: var(--robin-color-white-95);
}

.cart-calculation-area__title {
  font-family: var(--robin-font-main);
  font-size: 25px;
  font-weight: 600;
  line-height: 27px;
  color: var(--robin-color-dark);
}

.cart-calculation-table {
  width: 100%;
  margin-bottom: 30px;
  background-color: var(--robin-color-white);
}

.cart-calculation-table th {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 12px;
  padding-left: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--robin-color-black-90);
  background-color: transparent;
}

.cart-calculation-table td {
  padding-right: 10px !important;
  text-align: right;
}

.cart-calculation-table td.subtotal {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: var(--robin-color-black-80);
}

.cart-calculation-table td.total {
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: var(--robin-color-black-80);
}

.coupon-form input {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  margin-right: 16px;
  padding: 9px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--robin-color-black-90);
  border: 1px solid var(--robin-color-white-90);
  background: var(--robin-color-white-95);
}

.coupon-form input:focus {
  border-color: var(--robin-color-white-80);
}

.coupon-form .form-text{
	font-size:14px;
}

.stock-stat-message {
  font-family: var(--robin-font-main);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 5px;
  letter-spacing: 1px;
  color: var(--robin-color-success);
  border: 2px solid var(--robin-color-success);
}

.stock-stat-message--out-of-stock {
  color: var(--robin-color-danger);
  border-color: var(--robin-color-danger);
}

/*=====  End of Cart  ======*/

/*=============================================
=            checkout            =
=============================================*/

.checkout-page-wrapper {
  margin-bottom: 100px;
}

.billing-form {
  margin-bottom: 40px;
}

/*-- Checkout Title --*/

.checkout-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 30px;
  text-decoration: underline;
  text-transform: capitalize;
}

/*-- Checkout Form --*/

.checkout-form label {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--robin-color-black-80);
}

.checkout-form .nice-select {
  font-size: 14px;
  line-height: 23px;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  padding: 10px 20px;
  color: var(--robin-color-black-60);
  border: 1px solid var(--robin-color-white-90);
  border-radius: 0;
  background-color: var(--robin-color-white);
}

.checkout-form .nice-select::after {
  right: 20px;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-color: var(--robin-color-black-60);
}

.checkout-form .nice-select .current {
  line-height: 23px;
  display: block;
  color: var(--robin-color-black-60);
}

.checkout-form .nice-select .list {
  width: 100%;
}

.checkout-form .nice-select:focus {
  border-color: var(--robin-color-white-80);
}

.checkout-form input {
  font-size: 14px;
  line-height: 23px;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--robin-color-black-60);
  border: 1px solid var(--robin-color-white-90);
  border-radius: 0;
  background-color: var(--robin-color-white);
}

.checkout-form input[type="checkbox"] {
  width: auto;
}

.checkout-form input:focus {
  border: 1px solid var(--robin-color-white-80);
}

.checkout-form .check-box {
  float: left;
  margin-right: 70px;
}

.checkout-form .check-box:last-child {
  margin-right: 0;
}

.checkout-form .check-box input[type="checkbox"] {
  display: none;
}

.checkout-form .check-box input[type="checkbox"] + label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: var(--robin-color-black-80);
}

.checkout-form .check-box input[type="checkbox"] + label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid var(--robin-color-black-40);
}

.checkout-form .check-box input[type="checkbox"] + label::after {
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  content: "\f00c";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  opacity: 0;
  color: var(--robin-color-black-80);
}

.checkout-form .check-box input[type="checkbox"]:checked + label::before {
  border: 2px solid var(--robin-color-black-80);
}

.checkout-form .check-box input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

/*-- Shipping Form --*/

#shipping-form {
  display: none;
}

/*-- Checkout Cart Total --*/

.checkout-cart-total {
  margin-bottom: 30px;
  padding: 45px;
  background-color: var(--robin-color-white-95);
}

.checkout-cart-total h4 {
  font-weight: 700;
  line-height: 23px;
  -webkit-flex-basis: 18px;
  -ms-flex-preferred-size: 18px;
  flex-basis: 18px;
}

.checkout-cart-total h4:first-child {
  margin-top: 0;
  margin-bottom: 25px;
}

.checkout-cart-total h4:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}

.checkout-cart-total h4 span {
  display: block;
  float: right;
}

.checkout-cart-total ul {
  border-bottom: 1px solid var(--robin-color-black-40);
}

.checkout-cart-total ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  display: block;
  margin-bottom: 16px;
  color: var(--robin-color-black-60);
}

.checkout-cart-total ul li span {
  float: right;
  color: var(--robin-color-black-80);
}

.checkout-cart-total p {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding: 10px 0;
  color: var(--robin-color-black-70);
  border-bottom: 1px solid var(--robin-color-black-40);
}

.checkout-cart-total p span {
  float: right;
}

/*-- Checkout Payment Method --*/

.checkout-payment-method {
  padding: 45px;
  background-color: var(--robin-color-white-95);
}

/*-- Single Payment Method --*/

.single-method {
  margin-bottom: 20px;
}

.single-method:last-child {
  margin-bottom: 0;
}

.single-method input[type="radio"] {
  display: none;
}

.single-method input[type="radio"] + label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: var(--robin-color-black-80);
}

.single-method input[type="radio"] + label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid var(--robin-color-black-40);
}

.single-method input[type="radio"] + label::after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  opacity: 0;
  background-color: var(--robin-color-black-80);
}

.single-method input[type="radio"]:checked + label::before {
  border: 2px solid var(--robin-color-black-80);
}

.single-method input[type="radio"]:checked + label::after {
  opacity: 1;
}

.single-method input[type="checkbox"] {
  display: none;
}

.single-method input[type="checkbox"] + label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: var(--robin-color-black-60);
}

.single-method input[type="checkbox"] + label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid var(--robin-color-black-40);
}

.single-method input[type="checkbox"] + label::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  opacity: 0;
  background-color: var(--robin-color-black-80);
}

.single-method input[type="checkbox"]:checked + label::before {
  border: 2px solid var(--robin-color-black-80);
}

.single-method input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.single-method p {
  font-size: 14px;
  line-height: 23px;
  display: none;
  margin-top: 8px;
  color: var(--robin-color-black-60);
}

/*-- Place Order --*/

.place-order {
  font-weight: 400;
  line-height: 24px;
  float: left;
  width: 140px;
  height: 36px;
  margin-top: 40px;
  padding: 6px 20px;
  text-transform: uppercase;
  color: var(--robin-color-white);
  border: none;
  background-color: var(--robin-color-black-80);
}

.place-order:hover {
  background-color: var(--robin-color-white);
}

.place-order-btn {
  margin-top: 15px;
}

/*=====  End of checkout  ======*/

.criterion {
    font-family: var(--robin-font-title);
}


.description-content.recompense-info-content ul {
    list-style: disc;
}


iframe[src*="youtube"] {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* Maintient le ratio 16:9 sans avoir besoin de calculs complexes */
  border: none; /* Supprime les bordures si tu veux */
}
/*=============================================
    =            Responsive styles            =
    =============================================*/

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .col-custom-sm-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.is-sticky .header-icon__list__item > a {
    padding: 0;
  }

  .header-sticky.is-sticky .header-icon__list__item > a span.item-count {
    top: -10px;
  }

  .minicart-wrapper {
    display: none;
  }

  .footer-navigation-area {
    padding-bottom: 100px;
  }

  .footer-widget__title {
    margin-top: -5px;
  }

  .theme-button--banner {
    font-size: 12px;
    padding: 5px 15px;
  }

  .theme-button--banner--scale {
    border: none;
  }

  .theme-button--banner--scale:hover {
    color: var(--robin-color-black-90);
    border-color: transparent;
    background: none;
  }

  .search-overlay .search-overlay-content .input-box form input {
    font-size: 40px;
  }

  .single-banner__image:after {
    display: none;
  }

  .single-banner__content {
    display: none;
  }

  .single-banner__content--overlay p.banner-small-text--end {
    font-size: 14px;
  }

  .single-banner__content--overlay p.banner-big-text {
    font-size: 22px;
  }

  .single-banner:hover .single-banner__content p.banner-small-text {
    line-height: 15px;
    margin-bottom: 0;
  }

  .single-banner:hover .single-banner__content p.banner-small-text--end {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .single-banner:hover .single-banner__content p.banner-big-text {
    margin-bottom: 0;
  }

  .single-banner--scale__image:after {
    visibility: visible;
    opacity: 1;
  }

  .single-banner--scale__content {
    left: 50%;
    width: 90%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .single-banner--scale__content .title {
    font-size: 24px;
    line-height: 24px;
  }

  .single-banner--scale__content .subtitle {
    margin-bottom: 5px;
  }

  .single-two-column-banner__image {
    margin-bottom: 30px;
  }

  .single-two-column-banner__content {
    padding: 60px 0;
  }

  .single-two-column-banner__content .content-wrapper {
    width: 95%;
  }

  .single-two-column-banner__content .content-wrapper .image {
    margin-bottom: 10px;
  }

  .single-two-column-banner__content .content-wrapper .content .title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
  }

  .section-space--breadcrumb {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-content--two .title {
    font-size: 60px;
    line-height: 110px;
    margin-top: -35px;
  }

  .cta-content--two .subtitle {
    width: 80%;
    max-width: 100%;
  }

  .deal-counter-wrapper__image {
    margin-bottom: 40px;
  }

  .deal-counter-wrapper {
    margin: 0;
  }

  .deal-counter-wrapper__content {
    padding: 0 30px;
  }

  .breadcrumb-wrapper {
    margin-bottom: 0;
  }

  .breadcrumb-wrapper .page-title {
    font-size: 50px;
    line-height: 60px;
    margin-top: -10px;
  }

  .theme-slick-slider .slick-arrow {
    visibility: visible;
    opacity: 0.6;
  }

  .product-slider-text-wrapper {
    margin: 0;
    padding: 65px 30px;
  }

  .product-slider-text-wrapper__text {
    margin-bottom: 30px;
  }

  .product-slider-text-wrapper__text .description {
    margin-bottom: 10px;
  }

  .product-widget-wrapper--element {
    margin-bottom: -50px;
  }

  .single-product-widget-wrapper {
    margin-bottom: 50px;
  }

  .group-map-container {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .single-map {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer-newsletter-text {
    font-family: var(--robin-font-main);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
    color: var(--robin-color-white);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-newsletter-form {
    margin: 0 auto;
  }

  .progress-bar-element__image {
    margin-bottom: 30px;
  }

  .about-us-brief-title {
    margin-bottom: 30px;
  }

  .video-background-area .video-area {
    height: 300px;
  }

  .shop-product-wrap--fullwidth .col-lg-is-6 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  .shop-product-wrap--fullwidth .col-lg-is-5 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  .grid-view-changer {
    display: none;
  }

  .shop-sidebar-wrapper {
    margin-top: 50px;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .description-content--extra__top
    .single-block-text
    .text-wrapper {
    width: auto;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .review-content-wrapper {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .review-content-wrapper
    .review-comments {
    margin-bottom: 30px;
    padding-right: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .review-content-wrapper
    .review-comment-form {
    padding-left: 0;
    border-left: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .blog-sidebar-wrapper {
    margin-top: 50px;
  }

  .login-form {
    padding: 15px;
  }

  .login-form--extra-space {
    margin-bottom: 50px;
  }

  .cart-table thead {
    display: none;
  }

  .cart-table tr {
    position: relative;
    display: block;
    padding: 30px 0;
    text-align: center;
    border: 1px solid var(--robin-color-white-90);
  }

  .cart-table td {
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    text-align: center;
    border: none;
  }

  .cart-table td.product-name a {
    margin-top: 20px;
  }

  .cart-table td.product-name .product-variation {
    float: none;
    margin-bottom: 10px;
  }

  .cart-table td.product-price {
    margin-bottom: 15px;
  }

  .cart-table td.stock-status {
    margin-bottom: 15px;
  }

  .cart-table td.product-quantity {
    margin-bottom: 20px;
  }

  .cart-table td.product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto !important;
  }

  .cart-table td.product-remove a i {
    line-height: 35px;
  }

  .cart-table td.product-remove a {
    width: auto;
    height: auto;
    border: none;
  }

  .coupon-form {
    margin-bottom: 30px;
  }

  .shipping-form {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .product-slider-wrapper:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
  }

  .product-slider-wrapper:hover .slick-arrow.slick-prev {
    left: -15px;
  }

  .product-slider-wrapper:hover .slick-arrow.slick-next {
    right: -15px;
  }

  .product-slider-wrapper .slick-arrow {
    visibility: visible;
    opacity: 1;
  }

  .product-slider-wrapper .slick-arrow.slick-prev {
    left: -15px;
  }

  .product-slider-wrapper .slick-arrow.slick-next {
    right: -15px;
  }

  .single-grid-product__image .product-hover-icon-wrapper .single-icon {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .single-grid-product__image
    .product-hover-icon-wrapper
    .single-icon--quick-view {
    display: none;
  }

  .single-grid-product__image
    .product-hover-icon-wrapper
    .single-icon--add-to-cart {
    width: 100%;
  }

  .single-grid-product__image
    .product-hover-icon-wrapper
    .single-icon--compare {
    display: none;
  }

  .single-grid-product--overlay
    .single-grid-product__image
    .product-hover-icon-wrapper
    .single-icon {
    visibility: hidden;
    opacity: 0;
  }

  .single-grid-product--overlay:hover
    .single-grid-product__image
    .product-hover-icon-wrapper
    .single-icon {
    visibility: visible;
    opacity: 1;
  }

  .single-list-product .product-hover-icon-wrapper .single-icon {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .single-list-product .product-hover-icon-wrapper .single-icon--quick-view {
    display: none;
  }

  .single-list-product .product-hover-icon-wrapper .single-icon--add-to-cart {
    width: 100%;
  }

  .single-list-product .product-hover-icon-wrapper .single-icon--compare {
    display: none;
  }

  .testimonial-content-wrapper .testimonial-image {
    padding-bottom: 60px;
    text-align: center;
    border-right: 0;
    border-bottom: 2px solid var(--robin-color-white-90);
  }

  .testimonial-content-wrapper .testimonial-image .icon {
    top: auto;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .testimonial-content-wrapper .testimonial-content {
    padding-top: 60px;
  }

  .mailchimp-form-content .icon {
    top: auto;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .mailchimp-form-bg {
    height: 600px;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .description-content--extra__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .description-content--extra__top
    .single-block-image {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .description-content--extra__top
    .single-block-image-bg {
    height: 500px;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .description-content--extra__top
    .single-block-text {
    padding: 50px 30px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .cd-items {
    padding: 2em 0 0;
  }

  .cd-item {
    float: left;
    width: 48%;
    margin: 0 4% 2em 0;
  }

  .cd-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .footer-newsletter-widget__form-wrapper input {
    margin-right: 0;
  }
}

@media (max-width: 991px) {

  .cms-accueil .hero-slider-area .tp-leftarrow {
    visibility: visible !important;
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    top:100% !important;
    border: solid 1px var(--robin-color-primary) !important;
    background:#fff !important;
  }

  .cms-accueil .hero-slider-area .tp-rightarrow {
    visibility: visible !important;
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    top:100% !important;
    border: solid 1px var(--robin-color-primary) !important;
    background:#fff !important;
  }

  .section-space {
    padding-top:50px;
  }

  .liste-cat h2 {
    font-size: 70px;
  }

  .description-content--extra__top {
    flex-direction: column;
    padding-left:15px;
    padding-right:15px;
    padding-top:20px;
    padding-bottom:20px;
  }

  .description-content--extra__top .single-block-text {
    padding:20px !important;
  }

  .description-content--extra__top .single-block-image.single-block-image-bg {
    flex-basis: auto;
    width: 100%;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*
  .header-info-wrapper--alt-style .header-logo {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }

  .header-info-wrapper--alt-style .header-icon-area {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
    */

  .header-navigation-wrapper nav > ul > li {
    margin-right: 24px;
}

.header-navigation-wrapper nav > ul > li > .nav-link {
  font-size: 0.9rem;
}

  .header-navigation-wrapper
    nav
    > ul
    > li.page-spacer:last-child
    .submenu--column-1 {
    -webkit-transform: translate(-600px, 20px);
    -ms-transform: translate(-600px, 20px);
    transform: translate(-600px, 20px);
  }

  .header-navigation-wrapper
    nav
    > ul
    > li.page-spacer:last-child:hover
    .submenu--column-1 {
    -webkit-transform: translate(-600px, 0);
    -ms-transform: translate(-600px, 0);
    transform: translate(-600px, 0);
  }

  .header-navigation-wrapper nav > ul > li:hover .submenu--home-variation {
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }

  /* .header-navigation-wrapper
    nav
    > ul
    > li.page-spacer:hover
    .submenu--column-1 {
    -webkit-transform: translate(-350px, 0);
    -ms-transform: translate(-350px, 0);
    transform: translate(-350px, 0);
  } */

  .submenu--home-variation {
    -webkit-transform: translate(-100px, 20px);
    -ms-transform: translate(-100px, 20px);
    transform: translate(-100px, 20px);
  }

  .submenu--column-1 {
    left: -80px;
  }

  li.page-spacer > .submenu--column-1 {
    -webkit-transform: translate(-350px, 20px);
    -ms-transform: translate(-350px, 20px);
    transform: translate(-350px, 20px);
  }

  .footer-navigation-area {
    padding-bottom: 100px;
  }

  .footer-widget__title {
    margin-top: -5px;
  }

  .d-lg3-none {
    display: none !important;
  }

  .theme-button--banner--two-column {
    padding: 10px 20px;
  }

  .single-banner:hover .single-banner__content p.banner-small-text--end {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .single-two-column-banner__image {
    min-height: 500px;
  }

  .single-two-column-banner__content .content-wrapper {
    width: 95%;
  }

  .single-two-column-banner__content .content-wrapper .image {
    width: 80px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .single-two-column-banner__content .content-wrapper .content .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }

  .single-two-column-banner__content .content-wrapper .content .price {
    margin-bottom: 10px;
  }

  .single-two-column-banner__content .content-wrapper .content .description {
    width: 100%;
    margin-bottom: 15px;
  }

  .cta-content-wrapper {
    padding: 60px 30px;
  }

  .cta-content--two .title {
    font-size: 70px;
    line-height: 120px;
    margin-top: -40px;
  }

  .cta-content--two .subtitle {
    width: 80%;
    max-width: 100%;
  }

  .cta-content .title {
    font-size: 30px;
    line-height: 37px;
  }

  .deal-counter-wrapper {
    margin: 0;
    padding: 65px 30px;
  }

  .breadcrumb-wrapper .page-title {
    font-size: 50px;
    line-height: 60px;
    margin-top: -10px;
  }

  .product-slider-text-wrapper {
    margin: 0;
    padding: 65px 30px;
  }

  .single-grid-product__image .product-hover-icon-wrapper {
    padding: 0 10px;
  }

  .quickview-item-info .item-title {
    font-size: 25px;
  }

  .quick-view-other-info .other-info-links a {
    font-size: 14px;
  }

  .single-testimonial__content .testimonial-text {
    width: 800px;
  }

  .testimonial-content-wrapper {
    padding: 60px 0;
  }

  .testimonial-content-wrapper .testimonial-image {
    padding: 0 60px;
  }

  .testimonial-content-wrapper .testimonial-content {
    padding: 0 60px;
  }

  .google-map {
    height: 400px;
  }

  .google-map--style-2 {
    height: 600px;
  }

  .footer-newsletter-text {
    font-family: var(--robin-font-main);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: var(--robin-color-white);
  }

  .about-page-top-wrapper {
    margin-top: -5px;
  }

  .video-background-area .video-area {
    height: 500px;
  }

  .sidebar-price input {
    width: 69%;
  }

  .shop-product-wrap--fullwidth .col-lg-is-6 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .shop-product-wrap--fullwidth .col-lg-is-5 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .description-content--extra__top
    .single-block-text
    .text-wrapper {
    width: auto;
  }

  .product-details-description-wrapper .item-title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  body.overlay-layer::after {
    visibility: visible;
    content: "";
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    opacity: 1;
  }

  .cd-items {
    padding: 4em 0 0;
  }

  .cd-item {
    float: left;
    width: 22%;
    margin: 0 4% 2.8em 0;
  }

  .cd-item:nth-child(2n) {
    margin-right: 4%;
  }

  .cd-item:nth-child(4n) {
    margin-right: 0;
  }

  .cd-item.empty-box::after {
    /* box visible as placeholder when the .cd-quick-view zooms in */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--robin-color-dark-violet);
  }

  .cd-quick-view {
    position: fixed;
    z-index: 1;
    display: block;
    visibility: hidden;
    max-width: 900px; /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
  }

  .cd-quick-view.is-visible {
    /* class added when user clicks on .cd-trigger */
    visibility: visible;
  }

  .cd-quick-view.animate-width {
    /* class added at the end of the first zoom-in animation */
    background-color: var(--robin-color-white);
    -webkit-box-shadow: 0 0 30px rgba(var(--robin-color-black-rgb), 0.2);
    box-shadow: 0 0 30px rgba(var(--robin-color-black-rgb), 0.2);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .container.wide {
    max-width: 95%;
  }

  .container.full {
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  /*
  .header-info-wrapper--alt-style .header-logo {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }
    */

  /*
  .header-info-wrapper--alt-style .header-icon-area {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
    */

  .header-navigation-wrapper
    nav
    > ul
    > li.page-spacer:last-child
    > .submenu--column-1 {
    -webkit-transform: translate(-500px, 20px);
    -ms-transform: translate(-500px, 20px);
    transform: translate(-500px, 20px);
  }

  .header-navigation-wrapper
    nav
    > ul
    > li.page-spacer:last-child:hover
    > .submenu--column-1 {
    -webkit-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
  }

  .header-navigation-wrapper
    nav
    > ul
    > li.page-spacer:hover
    > .submenu--column-1 {
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }

  li.page-1.page-spacer > .submenu--column-1 {
    -webkit-transform: translate(-250px, 20px);
    -ms-transform: translate(-250px, 20px);
    transform: translate(-250px, 20px);
  }

  .footer-widget__title {
    margin-top: -5px;
  }

  .col-custom-xl-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .d-lg2-none {
    display: none !important;
  }

  .theme-button--banner--two-column {
    padding: 10px 20px;
  }

  .single-two-column-banner__image {
    min-height: 500px;
  }

  .single-two-column-banner__content .content-wrapper {
    width: 95%;
  }

  .single-two-column-banner__content .content-wrapper .image {
    width: 100px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .single-two-column-banner__content .content-wrapper .content .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .single-two-column-banner__content .content-wrapper .content .price {
    margin-bottom: 10px;
  }

  .single-two-column-banner__content .content-wrapper .content .description {
    width: 480px;
    margin-bottom: 15px;
  }

  .deal-counter-wrapper__image {
    text-align: left;
  }

  .deal-counter-wrapper {
    margin: 0;
  }

  .breadcrumb-wrapper .page-title {
    font-size: 50px;
    line-height: 60px;
    margin-top: -10px;
  }

  .theme-slick-slider .slick-arrow.slick-next {
    right: 0;
  }

  .theme-slick-slider .slick-arrow.slick-prev {
    left: 0;
  }

  .theme-slick-slider:hover .slick-arrow.slick-next {
    right: 0;
  }

  .theme-slick-slider:hover .slick-arrow.slick-prev {
    left: 0;
  }

  .product-slider-text-wrapper {
    margin: 0;
    padding: 65px 70px;
  }

  .single-testimonial__content .testimonial-text {
    width: 800px;
  }

  .google-map--style-3 {
    height: 300px;
  }

  .video-background-area .video-area {
    height: 600px;
  }

  .sidebar-price input {
    width: 69%;
  }

  .shop-product-wrap--fullwidth .col-lg-is-6 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .shop-product-wrap--fullwidth .col-lg-is-5 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .description-content--extra__top
    .single-block-text
    .text-wrapper {
    width: auto;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .submenu--home-variation {
    padding: 40px 30px;
  }

  .submenu--home-variation__item:nth-child(1n + 4) {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1499px) {
  .container.wide {
    max-width: 100%;
  }
}

@media (min-width: 1500px) {
  .product-row-wrapper .col-xl-custom-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }

  .product-fullpage-no-gutter-area .col-xl-custom-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }

  .header-navigation-wrapper
  nav
  > ul
  > li.page-spacer:last-child
  > .submenu--column-1 {
  -webkit-transform: translate(-500px, 20px);
  -ms-transform: translate(-500px, 20px);
  transform: translate(-500px, 20px);
}

.header-navigation-wrapper
  nav
  > ul
  > li.page-spacer
  > .submenu--column-1 {
  -webkit-transform: translate(-250px, 20px);
  -ms-transform: translate(-250px, 20px);
  transform: translate(-250px, 20px);
}

  .header-navigation-wrapper
    nav
    > ul
    > li.page-spacer:last-child:hover
    > .submenu--column-1 {
    -webkit-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
  }

  .header-navigation-wrapper
    nav
    > ul
    > li.page-spacer:hover
    > .submenu--column-1 {
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
}

@media only screen and (max-width: 767px) {
  .header-sticky.is-sticky .header-icon__list__item > a {
    padding: 0;
  }

  .header-sticky.is-sticky .header-icon__list__item > a span.item-count {
    top: -10px;
  }

  /*
  .minicart-wrapper {
    display: none;
  }
  */

  .footer-navigation-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .copyright-text--two {
    margin-bottom: 20px;
  }

  .footer-newsletter-widget__title {
    font-size: 32px;
    line-height: 35px;
  }

  .theme-button--banner--scale {
    border: none;
  }

  .theme-button--banner--scale:hover {
    color: var(--robin-color-black-90);
    border-color: transparent;
    background: none;
  }

  .theme-button--extra-large {
    font-size: 18px;
    padding: 15px 40px;
  }

  .search-overlay .search-close-icon a i {
    font-size: 25px;
  }

  .search-overlay .search-overlay-content .input-box form input {
    font-size: 40px;
  }

  .section-title {
    font-family: var(--robin-font-title);
    font-size: 28px;
    font-weight: 700;
    line-height: 55px;
    color: var(--robin-color-black);
  }

  .single-banner__image:after {
    display: none;
  }

  .single-banner__content {
    display: none;
  }

  .single-banner--scale__image:after {
    visibility: visible;
    opacity: 1;
  }

  .single-banner--scale__content {
    left: 50%;
    width: 90%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .single-banner--scale__content .title {
    font-size: 24px;
    line-height: 24px;
  }

  .single-banner--scale__content .subtitle {
    margin-bottom: 5px;
  }

  .single-two-column-banner__image {
    min-height: 400px;
    margin-bottom: 30px;
  }

  .single-two-column-banner__content {
    padding: 60px 0;
  }

  .single-two-column-banner__content .content-wrapper {
    width: 90%;
  }

  .single-two-column-banner__content .content-wrapper .image {
    margin-bottom: 10px;
  }

  .single-two-column-banner__content .content-wrapper .content .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }

  .single-two-column-banner__content .content-wrapper .content .description {
    width: 100%;
    margin-bottom: 15px;
  }

  .single-banner-segment__image {
    margin-bottom: 35px;
  }

  .section-space--breadcrumb {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #inscription .section-space {
    padding-top:20px;
  }

  .cta-area--three .cta-text {
    margin-top: -5px;
    margin-bottom: 25px;
  }

  .cta-content-wrapper {
    padding: 60px 30px;
  }

  .cta-content--two .title {
    font-size: 45px;
    line-height: 70px;
    margin-top: -20px;
  }

  .cta-content--two .subtitle {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 100%;
  }

  .cta-content .title {
    font-size: 70px;
    line-height: 50px;
  }

  .deal-counter-wrapper__image {
    margin-bottom: 40px;
  }

  .deal-counter-wrapper {
    margin: 0;
  }

  .deal-counter-wrapper__content {
    padding: 0 30px;
  }

  .instagram-grid .col {
    width: 50%;
  }

  .breadcrumb-wrapper {
    margin-bottom: 0;
  }

  .breadcrumb-wrapper .page-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: -10px;
  }

  .theme-slick-slider .slick-arrow {
    visibility: visible;
    opacity: 0.6;
  }

  .product-slider-text-wrapper {
    margin: 0;
    padding: 65px 30px;
  }

  .product-slider-text-wrapper__text {
    margin-bottom: 30px;
  }

  .product-slider-text-wrapper__text .title {
    font-size: 28px;
    line-height: 31px;
  }

  .product-slider-text-wrapper__text .description {
    margin-bottom: 10px;
  }

  .product-widget-wrapper--element {
    margin-bottom: -50px;
  }

  .single-product-widget-wrapper {
    margin-bottom: 50px;
  }

  .single-list-product__image {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .single-list-product__content {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .group-map-container {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .single-map {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer-newsletter-text {
    font-family: var(--robin-font-main);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
    color: var(--robin-color-white);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-newsletter-form {
    margin: 0 auto;
  }

  .mailchimp-form-content .mailchimp-form-wrapper {
    padding: 60px 15px;
    border: 0;
  }

  .progress-bar-element__image {
    margin-bottom: 30px;
  }

  .about-us-brief-title {
    margin-bottom: 30px;
  }

  .video-background-area .video-area {
    height: 300px;
  }

  .contact-form-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .view-mode-icons {
    display: none !important;
  }

  .shop-product-wrap--fullwidth .col-lg-is-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .shop-product-wrap--fullwidth .col-lg-is-5 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .grid-view-changer {
    display: none;
  }

  .shop-sidebar-wrapper {
    margin-top: 50px;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .description-content--extra__top
    .single-block-text
    .text-wrapper {
    width: auto;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .description-content--extra__bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .description-content--extra__bottom
    .single-block-image {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .review-content-wrapper {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .review-content-wrapper
    .review-comments {
    margin-bottom: 30px;
    padding-right: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .review-content-wrapper
    .review-comment-form {
    padding-left: 0;
    border-left: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .product-details-big-image-slider-wrapper--side-space {
    margin-bottom: 15px;
  }

  .product-details-small-image-slider-wrapper--vertical-space .single-image {
    padding: 0 5px;
  }

  .blog-sidebar-wrapper {
    margin-top: 50px;
  }

  .login-form--extra-space {
    margin-bottom: 50px;
  }

  .forget-pass-link {
    margin-bottom: 15px;
  }

  .cart-table > thead {
    display: none;
  }

  .cart-table > tbody > tr {
    position: relative;
    display: block;
    padding: 30px 0;
    text-align: center;
    border: 1px solid var(--robin-color-white-90);
  }

  .cart-table > tbody > tr > td {
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    text-align: center;
    border: none;
  }

  .cart-table td.product-name a {
    margin-top: 20px;
  }

  .cart-table td.product-name .product-variation {
    float: none;
    margin-bottom: 10px;
  }

  .cart-table td.product-price {
    margin-bottom: 15px;
  }

  .cart-table td.stock-status {
    margin-bottom: 15px;
  }

  .cart-table td.product-quantity {
    margin-bottom: 20px;
  }

  .cart-table td.product-remove {
    position: absolute;
    top: 0;
    right: 10px;
    width: auto !important;
  }

  .cart-table td.product-remove a i {
    line-height: 35px;
  }

  .cart-table td.product-remove a {
    width: auto;
    height: auto;
    border: none;
  }

  .coupon-form {
    margin-bottom: 30px;
  }

  .shipping-form {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-newsletter-widget__title {
    font-size: 28px;
    line-height: 32px;
  }

  .cart-calculation-button {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .cart-calculation-button .btn-link {
    padding-left:0 !important;
  }

  .search-overlay .search-overlay-content .input-box form input {
    font-size: 30px;
  }

  .cta-content--two .title {
    font-size: 40px;
    line-height: 60px;
    margin-top: -15px;
  }

  .deal-counter-wrapper__content .deal-countdown .single-countdown {
    width: 25%;
    padding: 10px;
  }

  .product-slider-wrapper:hover .slick-arrow.slick-prev {
    left: 0;
  }

  .product-slider-wrapper:hover .slick-arrow.slick-next {
    right: 0;
  }

  .product-slider-wrapper .slick-arrow.slick-prev {
    left: 0;
  }

  .product-slider-wrapper .slick-arrow.slick-next {
    right: 0;
  }

  .product-slider-text-wrapper .product-slider-wrapper .slick-arrow.slick-next {
    margin-right: -15px;
  }

  .product-slider-text-wrapper .product-slider-wrapper .slick-arrow.slick-prev {
    margin-left: -15px;
  }

  .single-list-product {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .single-list-product__image {
    margin-bottom: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .single-list-product__content {
    padding-left: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .single-list-product .product-hover-icon-wrapper {
    margin: 0 auto;
  }

  .product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-item {
    font-size: 22px;
    line-height: 22px;
    margin: 0 15px;
  }

  .testimonial-content-wrapper .testimonial-image {
    padding: 0 30px;
    padding-bottom: 60px;
  }

  .testimonial-content-wrapper .testimonial-content {
    padding: 0 30px;
    padding-top: 60px;
  }

  .faq-title {
    font-size: 25px;
    line-height: 32px;
  }

  .single-faq .card-header h5 button {
    font-size: 18px;
    line-height: 26px;
  }

  .single-team-member {
    text-align: center;
  }

  .shop-product-wrap--fullwidth .col-lg-is-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .shop-product-wrap--fullwidth .col-lg-is-5 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .sort-by-dropdown {
    margin-left: 0;
  }

  .sort-by-dropdown .nice-select {
    padding-left: 0;
  }

  .sort-by-dropdown .nice-select .list {
    right: auto;
    left: 0;
  }

  .description-tab-navigation .nav-tabs .nav-link {
    margin: 0 10px;
  }

  .blog-single-post-details-wrapper .post-title {
    font-family: var(--robin-font-main);
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    color: var(--robin-color-dark);
  }

  .order-tracking-wrapper {
    padding: 60px 30px;
  }

  .coupon-form input {
    margin-bottom: 15px;
  }

  .checkout-cart-total {
    padding: 30px;
  }

  .checkout-payment-method {
    padding: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .offcanvas-widget-area {
    margin-bottom: 30px;
  }

  .offcanvas-mobile-menu {
    width: 100%;
  }

  .offcanvas-menu-close {
    font-size: 25px;
    line-height: 55px;
    left: 0;
    width: 50px;
    height: 50px;
  }

  .offcanvas-mobile-search-area input {
    font-size: 14px;
    padding: 5px 15px;
  }

  .offcanvas-inner-content {
    padding: 20px 25px 20px;
  }

  .offcanvas-naviagtion > ul > li > .nav-link {
    font-size: 16px;
    line-height: 20px;
  }

  .offcanvas-naviagtion ul.sub-menu > li > .dropdown-item {
    font-size: 14px;
    line-height: 18px;
  }

  .off-canvas-widget-social a {
    margin: 0 10px;
  }

  .footer-widget__newsletter-form {
    width: 100%;
  }

  .footer-widget__newsletter-form input {
    padding-right: 120px;
  }

  .footer-widget__newsletter-form button {
    font-size: 13px;
    padding: 0 10px;
  }

  .footer-newsletter-widget__title {
    font-size: 25px;
    line-height: 30px;
  }

  .theme-button--subscribe {
    font-size: 14px;
    padding: 8px 16px;
  }

  .theme-button--loadmore {
    font-size: 14px;
    padding: 8px 16px;
  }

  .theme-button--banner {
    font-size: 12px;
    padding: 5px 15px;
  }

  .theme-button--deal-counter {
    font-size: 14px;
    padding: 10px 20px;
  }

  .search-overlay .search-overlay-content .input-box form input {
    font-size: 20px;
  }

  .section-title {
    font-family: var(--robin-font-title);
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    padding-bottom: 10px;
    color: var(--robin-color-black);
  }

  .section-title:after {
    width: 80px;
  }

  .single-banner__content--overlay p.banner-big-text {
    font-size: 22px;
  }

  .single-banner:hover .single-banner__content p.banner-small-text--end {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .cta-area--three .cta-text {
    font-size: 30px;
    line-height: 35px;
  }

  .cta-content--two .title {
    font-size: 28px;
    line-height: 40px;
    margin-top: -10px;
    margin-bottom: 15px;
  }

  .cta-content--two .subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  /*
  .cta-content .title {
    font-size: 50px;
    line-height: 29px;
  }
    */

  .deal-counter-wrapper__image {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .deal-counter-wrapper__content {
    padding: 0 10px;
  }

  /*
  .deal-counter-wrapper__content .title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 15px;
  }
*/

  .deal-counter-wrapper__content .description {
    margin-bottom: 15px;
  }

  .deal-counter-wrapper__content .deal-countdown {
    margin-bottom: 15px;
  }

  .deal-counter-wrapper__content .deal-countdown .single-countdown {
    width: 25%;
    padding: 10px 0;
    text-align: left;
    border: none;
  }

  .deal-counter-wrapper__content .deal-countdown .single-countdown:first-child {
    border: none;
  }

  .deal-counter-wrapper__content .deal-countdown .single-countdown__time {
    font-size: 25px;
    line-height: 30px;
  }

  .deal-counter-wrapper__content .deal-countdown .single-countdown__text {
    font-size: 14px;
    line-height: 14px;
  }

  .instagram-grid .col {
    width: 100%;
  }

  .breadcrumb-wrapper .page-title {
    font-size: 33px;
    line-height: 40px;
    margin-top: -5px;
  }

  .product-slider-text-wrapper {
    padding: 65px 15px;
  }

  .product-double-row-tab-wrapper .tab-product-navigation .nav-tabs {
    margin-bottom: 30px;
  }

  .product-double-row-tab-wrapper .tab-product-navigation .nav-tabs .nav-item {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 5px;
    padding-bottom: 10px;
  }

  .quick-view-other-info .other-info-links a {
    font-size: 15px;
  }

  .google-map {
    height: 300px;
  }

  .footer-newsletter-text {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .mailchimp-form-content {
    padding: 30px 15px;
  }

  .mailchimp-form-content .mailchimp-form-wrapper {
    padding: 60px 0;
  }

  .mailchimp-form-bg {
    height: 400px;
  }

  .about-us-brief-title {
    font-size: 30px;
    line-height: 40px;
  }

  .single-service-text .title span {
    font-size: 70px;
    line-height: 76px;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .description-content--extra__top
    .single-block-text
    p.big-text {
    font-size: 30px;
    line-height: 34px;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .review-content-wrapper
    .review-comments
    .single-review-comment__content
    .review-time {
    margin-bottom: 5px;
  }

  .single-product-description-tab-content
    .tab-content
    .tab-pane
    .review-content-wrapper
    .review-comments
    .single-review-comment__content
    .rating {
    position: static;
  }

  .blog-comments-area .blog-comments-wrapper .single-blog-comment {
    margin-left: 40px;
    padding-left: 35px;
  }

  .blog-comments-area .blog-comments-wrapper .single-blog-comment__image {
    left: -30px;
    width: 60px;
    height: 60px;
  }

  .blog-comments-area
    .blog-comments-wrapper
    .single-blog-comment__content
    .comment-time {
    margin-bottom: 5px;
  }

  .blog-comments-area .blog-comments-wrapper .single-blog-comment--reply {
    margin-left: 70px;
  }

  .order-tracking-wrapper {
    padding: 40px 15px;
  }
}

.list-group-item.active {
  color: var(--robin-color-white);
  background-color: var(--robin-color-primary);
  border-color: var(--robin-color-primary);
}
.badge-primary {
  color: var(--robin-color-white);
  background-color: var(--robin-color-primary);
}

.text-muted a {
  text-decoration: underline;
}
#inscription a {
  text-decoration: underline;
}
#inscription a.btn.btn-lg.btn-secondary {
  text-decoration: none;
}
.row iframe {
  max-width: 100%;
}

/* formulaire */

.custom-control-input:checked ~ .custom-control-label::before {
  color: var(--robin-color-white);
  border-color: var(--robin-color-primary);
  background-color: var(--robin-color-primary);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var(--robin-color-primary);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(var(--robin-color-primary-rgb), 0.25);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: var(--robin-color-white);
  background-color: var(--robin-color-primary-40);
  border-color: var(--robin-color-primary-40);
}

/* Compte */
button.show-password {
  border: none;
  transition: 0.3s;
  padding: 0 0.5rem;
  border-radius: 0;
}
button.show-password .password-off,
.show-password.show .password-on {
  display: none;
}
.show-password.show .password-off {
  display: block;
}
.show-password svg path {
  fill: var(--robin-color-white);
  transition: 0.3s;
}


.single-image img, .single-list-product__image > a, .single-grid-product__image > a {
    background: var(--robin-color-primary-10);
	transition:0.3s;
}

.single-list-product:hover .single-list-product__image > a, .single-grid-product:hover .single-grid-product__image > a {
    background: var(--robin-color-primary-25);
	transition:0.3s;
}

.rev_slider li.text-white .tp-caption {
    color: #fff !important;
}
.rev_slider li.text-white .rev-btn {
    border-color: #fff !important;
}
.rev_slider li.filter-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.25;
}

.section-space--breadcrumb + .section-space {
    padding-top: 0px;
}
.section-space {
	padding-bottom:50px;
}
.section-space + .section-space.section-with-image {
    padding-top: 50px;
}

.section-space.bg--dark-grey, .section-space.bg--dark-grey + .section-space{
	padding-top:100px;
}

.img-cover {
    object-fit: cover;
}

.product-details-description-wrapper .price-variante {
	margin-bottom:1rem;
}

.description-content.additional-info-content ul li:before {
    content: "\f0f5";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--robin-color-primary);
    margin-right: 1rem;
}
.description-content.additional-info-content {
    font-size: 20px;
}
.description-content.additional-info-content ul li{
    margin-bottom:0.5rem;
}

.lg-backdrop {
  background-color: #f9f5ec;
}

.lg .lg-toolbar {
  background-color: rgb(0 0 0 / 73%);
}

.page404-clos {
  font-size: 99px;
  font-family: var(--robin-font-script);
  line-height: 109px;
  font-weight: 400;
  color:#BD9B5E;
}

input.theme-button--checkout:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.short-desc ul {
    margin-bottom: 1rem;
    list-style: disc;
    padding-left: 1rem;
}
.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover{
	background:none!important;
}
.bootstrap-datetimepicker-widget a[data-action="close"] {
    display: flex;
    align-items: center;
    background: var(--robin-color-primary);
    color: #fff!important;
    padding: 0.5rem 1.5rem!important;
	transition:0.3s;
}
.bootstrap-datetimepicker-widget a[data-action="close"]:hover {
    background: var(--robin-color-dark);
	transition:0.3s;
}
.bootstrap-datetimepicker-widget a[data-action="close"]:after {
    content: attr(title);
    /* white-space: nowrap; */
	margin-left:0.5rem;
}
.bootstrap-datetimepicker-widget a[data-action="close"] > i {
    width: auto!important;
}

.bootstrap-datetimepicker-widget a[data-action="clear"] {
    display: flex;
    align-items: center;
    background: var(--robin-color-brown)!important;
    color: #fff!important;
    padding: 0.5rem 1.5rem!important;
	transition:0.3s;
}
.bootstrap-datetimepicker-widget a[data-action="clear"]:hover {
    background: var(--robin-color-dark)!important;
    color: #fff!important;
	transition:0.3s;
}
.bootstrap-datetimepicker-widget a[data-action="clear"]:after {
    content: attr(title);
	margin-left:0.5rem;
}
.bootstrap-datetimepicker-widget a[data-action="clear"] > i {
    width: auto!important;
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: var(--robin-color-primary)!important;
    color: #fff!important;
}
.bootstrap-datetimepicker-widget table td.day, .bootstrap-datetimepicker-widget table td.day.new:not(.disabled){
	color:var(--robin-color-brown);
}
.bootstrap-datetimepicker-widget .picker-switch tr {
    display: flex;
}
.bootstrap-datetimepicker-widget .picker-switch tr td {
    width: 50%;
}


.brand-logo-slider-wrapper .slick-slide {
  display:flex;
  justify-content: center;
}

.single-brand-logo {
  width: 120px !important;
    height: 100px;
    background: #fff;
    display: flex;

}

.single-brand-logo img {
  object-fit: contain;
    display: flex;
    padding: 8px;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.footer-widget .off-canvas-widget-social i {
  font-size:35px;
  color: var(--robin-color-black-40);
}

.footer-widget .off-canvas-widget-social i:hover {
  color: var(--robin-color-primary);
}

#rev_slider_30_1_forcefullwidth, #rev_slider_30_1, .hero-slider-area, .tp-revslider-mainul, .tp-fullwidth-forcer {
	height: auto!important;
	max-height: 100%!important;
	width: 100%;
    aspect-ratio: 16 / 9;
}

.row .col-md-6:nth-child(1) .single-banner--scale__content .title {
  font-family: "RoyalWedding";
  font-size: 90px;
    font-weight: 500;
    font-style: normal;
    line-height: 60px;
}



.row .col-md-6:nth-child(2) .single-banner--scale__content .title {
  font-family: "RoyalWedding";
  font-size: 90px;
    font-weight: 500;
    font-style: normal;
    line-height: 60px;
}

.grecaptcha-badge {
  bottom: 70px !important;
}

/*
.communication-formulaires .form-group label {
  float:left;
}
  */
  

.single-product-description-tab-content h2, .single-product-description-tab-content h3, .single-product-description-tab-content h4 {
    font-family: var(--robin-font-script);
    line-height: 100%;
    font-weight: 400;
    color: var(--robin-color-primary);
}

h4 {
  font-family: var(--robin-font-title) !important;
  font-size:28px;
}

h5 {
  font-family: var(--robin-font-title) !important;
  font-size:24px;
}

h6 {
  font-family: var(--robin-font-title) !important;
  font-size:20px;
}

.single-product-description-tab-content h2 {
    font-size: 100px;
}
.single-product-description-tab-content h3 {
    font-size: 80px;
}

.hero-slider-area a {
  padding: 12px 35px !important;
  transition: 0.6s !important;
  text-align: center !important;
  color: var(--robin-color-white) !important;
  border: none !important;
  border-radius: 5px !important;
  font-weight: 700 !important;
  background-color: var(--robin-color-primary) !important;
  font-family: var(--robin-font-title) !important;

}


.hero-slider-area a:hover {
  background-color: var(--robin-color-black) !important;
}

.embed-responsive iframe {
    width: 100%;
    height: 100%;
}

@media (min-width:989px) { 
  .dpd-iframe,
  .colissimo-pickup-iframe,
  .mondialrelay-iframe { 
    height: 860px; 
  } 
}

@media (max-width:989px) { 
  .dpd-iframe,
  .colissimo-pickup-iframe,
  .mondialrelay-iframe { 
    height: 1180px;
  } 
}

.shipping.colissimo-points-relais + .shipping, .shipping.colissimo-suivi + .shipping.transporteur-specifique {
    display: none;
}

/* hebergement */

.produit-hebergement .quick-view-other-info {
  border:0;
}

.produit-hebergement .quick-view-other-info ul li {
  display: inline-block;
  border: solid 1px #e1cda3;
  font-family: var(--robin-font-main);
  padding: 5px 8px;
  color: #000;
  border-radius: 4px;
  margin-bottom: 5px;
}

.produit-hebergement .quick-view-info ul {
  display: flex;
  flex-direction: column;
}

.produit-hebergement .quick-view-info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.produit-hebergement .quick-view-info ul li i {
  color:#c49c48;
}

.bouton-rbnb {
  display: inline-flex;
  align-items: center;
  width: auto;
}

.bouton-rbnb img {
  width: 30px;
  margin-left: 10px;
}

.offcanvas-widget-area .col-6.col-sm-4 {
  width:100%;
  max-width: 100%;
}


.quick-view-info.infos-hebergement ul li:before {
    content: "\f00c";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c49c48;
}

@media (min-width:992px){
	.header-navigation-top {
		padding: 8px 0;
	}
}







/* Style visuel pour les items de menu contenant un élément focusé */


a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .2rem var(--robin-color-primary);
}




@media print {
  body {
    font-size: 12pt;
    color: #000;
    background: none !important;
  }

  header, nav, footer, .shop-header {
    display: none !important;
  }

  a::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
  }

  


}

.shipping-adress .btn {
  background:transparent !important;
  color:#000 !important;
  border:0 !important;
}

.shipping-adress .btn.active {
  background:var(--robin-color-primary) !important;
  color:#fff !important;
}

.breadcrumb-order .breadcrumb-item.active {
  color:var(--robin-color-primary) !important;
  text-decoration: underline;
}

.cms-page-plan-du-site #footer {
  margin-top:40px;
}

.ratio-1x1 {
  aspect-ratio:1/1;
  object-fit: cover;
}

.alert-border{
	background:var(--robin-color-primary-5);
}