/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.p-200px {
  padding-top: 200px;
}

@media (max-width: 767px) {
  .p-200px {
    padding-top: 15px;
  }
}

.container-fluid {
  max-width: 1920px;
}

#header,
#header .header-nav .header-sm {
  background: #272e3eff;
}

#header .header-nav #menu-icon {
    margin: 0 .8rem;
}

#header .header-nav {
  border-bottom: 1px solid #ff3d00;
  margin-bottom: .635rem;
}

@media (max-width: 767px) {
  #wrapper {
    padding-top:0;
  }

  #header {
    background: none;
  }
  
  #header .header-top {
    background: #fff;
  }

  #header .header-nav {
    background: black;
  }

  #header .header-nav .top-logo {
      padding-top: 5px;
  }

  #header .header-nav .top-logo h1 {
      margin: 0;
  }
}

#header .header-nav .header-sm,
#header .header-nav #_desktop_user_info .user-info .account,
#header .header-nav .cart-preview .shopping-cart,
#st_mega_menu_container .sttlevel0 a.ma_level_0,
#header .header-nav #_desktop_contact_link #contact-link {
  color: white;
  font-size: .9rem;
}

@media(max-width:960px) {
  #st_mega_menu_container .sttlevel0 a.ma_level_0 {
    font-size: .6785rem;
  }
}

#st_mega_menu_container .sttlevel0 a.ma_level_0:focus {
  text-decoration: none;
}

#header .header-nav #_desktop_contact_link .header-reassurance-items .header-reassurance-icon-item {
      display: inline-block;
}

@media(max-width: 1360px) {
  #header .header-nav #_desktop_contact_link .header-reassurance-items .header-reassurance-icon-hidden-lg-down {
      display: none;
  }
}

body#checkout #header .header-nav {
  padding:0 0 .9375rem;
}

#st_mega_menu_container .sttlevel0 a.ma_level_0:hover,
#st_mega_menu_container .current a.ma_level_0 {
  background: #2fb5d2;
}

#header .header-nav .user-info .material-icons,
#header .header-nav #_desktop_user_info .user-info .login {
  color: #2fb5d2;
}

@media(min-width: 768px) {
  #header .header-nav .user-info .material-icons {
    display: none;
  }
}

#header .header-nav #_desktop_user_info .user-info .logout {
  color: #ff3d00;
}

#header .header-nav #_desktop_cart .blockcart {
  background: #ff3d00;
  color: white;
}

.color-orange {
  color: #ff3d00;
}

.bg-orange {
  background: #ff3d00;
}

.d-flex {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -webkit-flex-direction: row-reverse!important;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}

.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -webkit-flex-direction: row!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

.align-self-center {
  -webkit-align-self: center!important;
  -ms-flex-item-align: center!important;
  -ms-grid-row-align: center!important;
  align-self: center!important;
}

.justify-content-end {
  -webkit-box-pack: end!important;
  -webkit-justify-content: flex-end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}

.justify-content-center {
  -webkit-box-pack: center!important;
  -webkit-justify-content: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.justify-content-between {
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.justify-content-around {
  -webkit-justify-content: space-around!important;
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}

@media (max-width: 768px) {
  .top-logo img.logo {
    width: 160px!important;
  }
}

@media (max-width: 1200px) {
  #st_mega_menu .ma_level_0.is_parent {
    padding-right:0.5rem;
    padding-left:0.5rem;
    font-size: 0.9rem;
  }

  #st_mega_menu .stmenu_sub .stmenu_sub-touchfoils .stmenu_sub-touchfoils-body {
    width: 27%!important;
  }

  #st_mega_menu .stmenu_sub .stmenu_sub-touchfoils p,
  #st_mega_menu .stmenu_sub .stmenu_sub-touchfoils h5 {
    font-size: 0.9rem!important;
  }
}

@media (max-width: 1000px) {
  #st_mega_menu .ma_level_0.is_parent {
    padding-right:0.2rem;
    padding-left:0.2rem;
    font-size: 0.7rem;
  }

  #st_mega_menu .stmenu_sub .stmenu_sub-touchfoils .stmenu_sub-touchfoils-body {
    width: 27%!important;
  }

  #st_mega_menu .stmenu_sub .stmenu_sub-touchfoils p,
  #st_mega_menu .stmenu_sub .stmenu_sub-touchfoils h5 {
    font-size: 0.7rem!important;
  }
}

.stmenu_sub {
  line-height: 150%;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 8px 0px;
  background: rgb(255, 255, 255);
}

.stmenu_sub i.material-icons {
  font-size: 1.4rem;
}

.stmenu_sub span.material-icon-title {
  display: inline-block;
  vertical-align: middle;
}

#top-menu li a.dropdown-item {
  font-size: 0.78rem;
}

#top-menu li.current a.dropdown-item {
  font-size: 0.78rem;
  color: #ff3d00;
}

#wrapper .breadcrumb {
  padding-left: 15px;
  padding-right: 15px;
  font-size: .8rem;
}

.carousel li {
  margin-right: 0;
}

.carousel-control {
  left: 3px;
}

.carousel-control.right {
  right: 3px;
}

.product-information .product-manufacturer {
  text-align: center;
}

.product-information .manufacturer-logo {
  height: auto;
  max-height: 160px;;
}

.product-features>dl.data-sheet dd.value {
  text-transform: none;
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
  font-size: 0.8rem;
  margin-bottom: 0.225rem;
  margin-right: 0.225rem;
  padding: 0.425rem;
}

@media (max-width:768px) {
  .product-features dl.data-sheet dd.value,
  .product-features dl.data-sheet dt.name {
    max-width: 50%;
  }
}

@media (max-width:960px) {
  .product-features dl.data-sheet dt.name {
    max-width: 30%;
  }
  
  .product-features dl.data-sheet dd.value {
    max-width: 70%;
  }

}

@media (max-width:1070px) {
  .product-features dl.data-sheet dt.name {
    max-width: 30%;
  }
  
  .product-features dl.data-sheet dd.value {
    max-width: 70%;
  }

}

@media (min-width:1071px) {
  .product-features dl.data-sheet dt.name {
    max-width: 50%;
  }
  
  .product-features dl.data-sheet dd.value {
    max-width: 50%;
  }

}

#header .header-top {
  padding-bottom: 0;
}

.has-discount .discount {
  background: #ff3d00;
}

.has-discount.product-price, .has-discount p {
  color: #ff3d00;
}

#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
  /* display: block; */
  /* flex-wrap: nowrap; */
  /* -webkit-box-pack: unset; */
  justify-content: center;
}

#products .products-row, .featured-products .products-row, .product-accessories .products-row, .product-miniature .products-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

#products .products-column, .featured-products .products-column, .product-accessories .products-column, .product-miniature .products-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}

#products .product-miniature .discount-amount.discount-amount,
#products .product-miniature .discount-amount.discount-percentage,
#products .product-miniature .discount-percentage.discount-amount,
#products .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .on-sale.discount-amount,
#products .product-miniature .on-sale.discount-percentage,
#products .product-miniature .online-only.discount-amount,
#products .product-miniature .online-only.discount-percentage,
#products .product-miniature .pack.discount-amount,
#products .product-miniature .pack.discount-percentage,
#products .product-miniature .product-flags .new.discount-amount,
#products .product-miniature .product-flags .new.discount-percentage,
.featured-products .product-miniature .discount-amount.discount-amount,
.featured-products .product-miniature .discount-amount.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-amount,
.featured-products .product-miniature .discount-percentage.discount-percentage,
.featured-products .product-miniature .on-sale.discount-amount,
.featured-products .product-miniature .on-sale.discount-percentage,
.featured-products .product-miniature .online-only.discount-amount,
.featured-products .product-miniature .online-only.discount-percentage,
.featured-products .product-miniature .pack.discount-amount,
.featured-products .product-miniature .pack.discount-percentage,
.featured-products .product-miniature .product-flags .new.discount-amount,
.featured-products .product-miniature .product-flags .new.discount-percentage,
.product-accessories .product-miniature .discount-amount.discount-amount,
.product-accessories .product-miniature .discount-amount.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-amount,
.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .on-sale.discount-amount,
.product-accessories .product-miniature .on-sale.discount-percentage,
.product-accessories .product-miniature .online-only.discount-amount,
.product-accessories .product-miniature .online-only.discount-percentage,
.product-accessories .product-miniature .pack.discount-amount,
.product-accessories .product-miniature .pack.discount-percentage,
.product-accessories .product-miniature .product-flags .new.discount-amount,
.product-accessories .product-miniature .product-flags .new.discount-percentage,
.product-miniature .product-miniature .discount-amount.discount-amount,
.product-miniature .product-miniature .discount-amount.discount-percentage,
.product-miniature .product-miniature .discount-percentage.discount-amount,
.product-miniature .product-miniature .discount-percentage.discount-percentage,
.product-miniature .product-miniature .on-sale.discount-amount,
.product-miniature .product-miniature .on-sale.discount-percentage,
.product-miniature .product-miniature .online-only.discount-amount,
.product-miniature .product-miniature .online-only.discount-percentage,
.product-miniature .product-miniature .pack.discount-amount,
.product-miniature .product-miniature .pack.discount-percentage,
.product-miniature .product-miniature .product-flags .new.discount-amount,
.product-miniature .product-miniature .product-flags .new.discount-percentage {
  z-index: 2;
  background: #ff3d00;
}

#products .product-list-item .discount-amount.discount-amount,
#products .product-list-item .discount-amount.discount-percentage,
#products .product-list-item .discount-percentage.discount-amount,
#products .product-list-item .discount-percentage.discount-percentage,
#products .product-list-item .on-sale.discount-amount,
#products .product-list-item .on-sale.discount-percentage,
#products .product-list-item .online-only.discount-amount,
#products .product-list-item .online-only.discount-percentage,
#products .product-list-item .pack.discount-amount,
#products .product-list-item .pack.discount-percentage,
#products .product-list-item .product-flags .new.discount-amount,
#products .product-list-item .product-flags .new.discount-percentage,
.featured-products .product-list-item .discount-amount.discount-amount,
.featured-products .product-list-item .discount-amount.discount-percentage,
.featured-products .product-list-item .discount-percentage.discount-amount,
.featured-products .product-list-item .discount-percentage.discount-percentage,
.featured-products .product-list-item .on-sale.discount-amount,
.featured-products .product-list-item .on-sale.discount-percentage,
.featured-products .product-list-item .online-only.discount-amount,
.featured-products .product-list-item .online-only.discount-percentage,
.featured-products .product-list-item .pack.discount-amount,
.featured-products .product-list-item .pack.discount-percentage,
.featured-products .product-list-item .product-flags .new.discount-amount,
.featured-products .product-list-item .product-flags .new.discount-percentage,
.product-accessories .product-list-item .discount-amount.discount-amount,
.product-accessories .product-list-item .discount-amount.discount-percentage,
.product-accessories .product-list-item .discount-percentage.discount-amount,
.product-accessories .product-list-item .discount-percentage.discount-percentage,
.product-accessories .product-list-item .on-sale.discount-amount,
.product-accessories .product-list-item .on-sale.discount-percentage,
.product-accessories .product-list-item .online-only.discount-amount,
.product-accessories .product-list-item .online-only.discount-percentage,
.product-accessories .product-list-item .pack.discount-amount,
.product-accessories .product-list-item .pack.discount-percentage,
.product-accessories .product-list-item .product-flags .new.discount-amount,
.product-accessories .product-list-item .product-flags .new.discount-percentage,
.product-list-item .product-list-item .discount-amount.discount-amount,
.product-list-item .product-list-item .discount-amount.discount-percentage,
.product-list-item .product-list-item .discount-percentage.discount-amount,
.product-list-item .product-list-item .discount-percentage.discount-percentage,
.product-list-item .product-list-item .on-sale.discount-amount,
.product-list-item .product-list-item .on-sale.discount-percentage,
.product-list-item .product-list-item .online-only.discount-amount,
.product-list-item .product-list-item .online-only.discount-percentage,
.product-list-item .product-list-item .pack.discount-amount,
.product-list-item .product-list-item .pack.discount-percentage,
.product-list-item .product-list-item .product-flags .new.discount-amount,
.product-list-item .product-list-item .product-flags .new.discount-percentage {
  z-index: 2;
  background: #ff3d00;
}

#products .product-list-item .product-item-cartinfo {
  display: flex;
  min-width: 260px;
  flex-wrap: wrap!important;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  flex-direction: row!important;
}

@media (max-width: 1650px) {
  #products .product-list-item .product-item-cartinfo {
    width: 100%;
  }
}

#products .product-list-item .product-item-cartinfo .discount-amount,
#products .product-list-item .product-item-cartinfo .discount-percentage,
#products .product-list-item .product-item-cartinfo .on-sale,
#products .product-list-item .product-item-cartinfo .online-only,
#products .product-list-item .product-item-cartinfo .pack,
#products .product-list-item .product-item-cartinfo .product-flags .new,
.featured-products .product-list-item .product-item-cartinfo .discount-amount,
.featured-products .product-list-item .product-item-cartinfo .discount-percentage,
.featured-products .product-list-item .product-item-cartinfo .on-sale,
.featured-products .product-list-item .product-item-cartinfo .online-only,
.featured-products .product-list-item .product-item-cartinfo .pack,
.featured-products .product-list-item .product-item-cartinfo .product-flags .new,
.product-accessories .product-list-item .product-item-cartinfo .discount-amount,
.product-accessories .product-list-item .product-item-cartinfo .discount-percentage,
.product-accessories .product-list-item .product-item-cartinfo .on-sale,
.product-accessories .product-list-item .product-item-cartinfo .online-only,
.product-accessories .product-list-item .product-item-cartinfo .pack,
.product-accessories .product-list-item .product-item-cartinfo .product-flags .new,
.product-list-item .product-item-cartinfo .product-list-item .product-item-cartinfo .discount-amount,
.product-list-item .product-item-cartinfo .product-list-item .product-item-cartinfo .discount-percentage,
.product-list-item .product-item-cartinfo .product-list-item .product-item-cartinfo .on-sale,
.product-list-item .product-item-cartinfo .product-list-item .product-item-cartinfo .online-only,
.product-list-item .product-item-cartinfo .product-list-item .product-item-cartinfo .pack,
.product-list-item .product-item-cartinfo .product-list-item .product-item-cartinfo .product-flags .new {
  position: static;
  display: inline-block;
  left: unset;
}

@media (min-width: 1650px) {
  #products .product-list-item .product-item-cartinfo .product-item-prices {
    padding-top: 1rem!important;
  }
}

#products .product-list-item .product-item-cartinfo .product-item-prices {
  max-width: 370px;
}

#products .product-list-item .product-item-short-description {
  max-height: 120px;
  overflow: hidden;
  font-size: .85rem;
  line-height: 1rem;
}

#products .product-list-item .product-item-short-description ul {
  list-style: circle;
}

#products .product-list-item .product-item-short-description p {
  margin-bottom: 0;
}

#products .product-list-item .product-item-description .product-item-short-description-wrapper {
  position:relative;
  top:0;
  left:0;
  width:100%;
  height: 120px;
}

#products .product-list-item .product-item-description .product-item-short-description {
  position:absolute;
  top:0;
  left:0;
}

.product-information [id^=product-description-short] ul,
.modal-body #product-description-short ul,
#products .product-list-item .product-item-description .product-item-short-description ul {
  list-style-type: disc !important;
  list-style-position: outside !important;
  font-size: .8rem;
  padding-left: 20px;
}

.product-information [id^=product-description-short] p,
.modal-body #product-description-short p,
#products .product-list-item .product-item-description .product-item-short-description p {
  font-size: .9rem;
}

.product-information [id^=product-description-short] p a:hover {
  text-decoration: underline;
}

#products .product-list-item .product-item-description .product-item-short-description-mask {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:50px;
  background-image: linear-gradient(rgba(255,255,255,0),#fff);
  background-image: -moz-linear-gradient(rgba(255,255,255,0),  #fff);
  background-image: -o-linear-gradient(rgba(255,255,255,0),#fff);
  background-image: -webkit-linear-gradient(rgba(255,255,255,0),#fff);
}

@media (max-width: 1650px) {
  #products .product-list-item .product-item-cartinfo {
    padding-top: 0!important;
  }

  #products .product-list-item .product-item-description {
    width: 100%;
  }

  #products .product-list-item .product-item-description .product-item-short-description,
  #products .product-list-item .product-item-description .product-item-short-description-wrapper {
    height: 40px;
  }
}

@media (max-width: 1170px) {
  #products .product-list-item .product-item-cartinfo .product-item-prices {
    padding-top: 0!important;
    padding-left: 0!important;
    width: 100%
  }
}

#products .product-list-item .product-item-cartinfo .product-item-prices .price {
  line-height: 2rem;
}

#products .variant-links,
.product-list-item .variant-links {
  text-align: left;
}

#products .regular-price {
  font-size: 1.375rem;
}

@media(max-width:767px) {
  #products .regular-price,
  .featured-products .regular-price,
  .product-accessories .regular-price,
  .product-miniature .regular-price {
    font-size: 1rem;
    font-weight: 400;
  }

  #products .regular-price::after,
  .featured-products .regular-price::after,
  .product-accessories .regular-price::after,
  .product-miniature .regular-price::after {
    content: "\A";
    white-space: pre;
  }
}

#product-availability .product-last-items, #product-availability .product-unavailable {
  color: #ff3d00;
}

#block-reassurance .block-reassurance-item,
.cart-grid .cart-grid-right .block-reassurance-item,
.tctcmscontent .block_sideleft .block-link,
.easycontent .block_content .block-reassurance {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
}

.tctcmscontent .block_sideleft .block-link,
.easycontent .block_content .block-reassurance {
    margin-top: 2rem;
}

.tctcmscontent .block_sideleft .block-link li,
.easycontent .block_content .block-reassurance li {
    border-bottom: 1px solid rgba(0,0,0,.25);
}

.tctcmscontent .block_sideleft .block-link li .block-link-item,
.easycontent .block_content .block-reassurance li .block-reassurance-item {
    padding: 1rem 1.5rem;
}

@media (max-width: 1200px) {
  .easycontent .block_content .block-reassurance li .block-reassurance-item {
      padding: .4rem .5rem;
  }
}

.flex-direction-nav a {
  padding-top: 10px!important;
}

.featured-brands .brands-section-title a {
  color: #232323;
}

.flexslider {
  background: transparent;
  border: none;
}
.flexslider .flexslide article,
.flexslider .flexslide article .flexslide-content {
  padding:10px;
}

.flexslider .flexslide .flexslide-content {
  background: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

.stmenu_sub .card {
  box-shadow: none;
  border: none;
}

.stmenu_sub .card .card-title {
  text-transform: uppercase;
  color: #232323;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
  font-size: 0.8rem;
}

.block-category {
  height: auto;
  min-height: unset;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  width: 100%;
  max-width: 250px;
  height: 318px!important;
}

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
  margin: 0 0;
}

#products .product-list-item {
  background: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  margin-bottom: 1.563rem;
}

#products .product-list-item .thumbnail-container, .product-list-item .thumbnail-container {
  width: 100%;
  max-width:250px;
  margin-left:auto;
  margin-right:auto;
  height: 250px !important;
  box-shadow: none;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #products .product-list-item {
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
  }

  #products .product-list-item .thumbnail-container, .product-list-item .product-item-cartinfo .thumbnail-container {
  height: 330px !important;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  margin-bottom: 1.563rem;
  }
}

#products img, .featured-products img, .product-accessories img, .product-miniature img {
  margin-left: 0;
}

body.tax-display-enabled #products .product-description, body.tax-display-enabled .featured-products .product-description, body.tax-display-enabled .product-accessories .product-description {
  width: 100%;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
  width: 100%
}

#products .product-thumbnail, .featured-products .product-thumbnail, .product-accessories .product-thumbnail, .product-miniature .product-thumbnail {
  text-align: center;
}

#products .product-list-item {
  display: flex;
  flex-wrap: nowrap!important;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient:horizontal!important;
  -webkit-box-direction:normal!important;
  flex-direction: row!important;
}

#products .product-list-item .product-item-details{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 250px;
}

#products .product-list-item .product-item-details .product-item-title a {
  color: #232323;
  text-align: left;
}

#products .product-list-item .product-item-details .product-item-title a:hover {
  text-decoration: underline;
}

#products .product-list-item .product-item-details .product-flags {
  position: static;
  display: inline-block;
  top: unset;
  width: unset;
  margin-bottom: 0;
}

#products .product-list-item .product-item-details .discount-amount,
#products .product-list-item .product-item-details .discount-percentage,
#products .product-list-item .product-item-details .on-sale,
#products .product-list-item .product-item-details .online-only,
#products .product-list-item .product-item-details .pack,
#products .product-list-item .product-item-details .product-flags .new,
#products .product-list-item .product-item-details .product-flags .leasing,
.product-list-item .product-item-details .discount-amount,
.product-list-item .product-item-details .discount-percentage,
.product-list-item .product-item-details .on-sale,
.product-list-item .product-item-details .online-only,
.product-list-item .product-item-details .pack,
.product-list-item .product-item-details .product-flags .leasing,
.product-list-item .product-item-details .product-flags .new {
  display: inline-block;
  position: static;
  left: unset;
  margin-top: 0;
  /* padding: .3125rem .4375rem; */
  /* color: #fff; */
  /* background: #2fb5d2; */
  /* text-transform: uppercase; */
  /* min-width: 3.125rem; */
  /* min-height: 1.875rem; */
  /* font-size: 1rem; */
  /* font-weight: 600; */
  /* box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2); */
}

#products .product-list-item .product-item-details .product-flags .leasing,
.product-list-item .product-item-details .product-flags .leasing {
  z-index: 2;
  background: #232323;
}

#products .product-list-item .product-item-details .product-flags li.product-flag:not(.discount):not(.on-sale):not(.leasing)~li.product-flag {
  margin-top: .625rem;
}

@media (min-width: 960px) {
  .product-top-wrapper {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
  
  .product-top-col-1 {
    width: 33.33333%;
    padding-right: 15px;
  }
  
  .product-top-col-2 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .product-top-col-3 {
    width: 370px;
    padding-left: 15px;
  }
}

@media (max-width: 960px) {
  .product-top-wrapper {
    display: block;
  }
  
  .product-top-col-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .product-top-col-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .product-top-col-3 {
    width: 370px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .product-top-wrapper {
    display: block;
  }
  
  .product-top-col-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .product-top-col-2 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 380px) {
  .product-top-col-3 {
    width: 330px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-top-col-3 button.add-to-cart {
    font-size: 0.75rem;
  }
}

@media (max-width: 320px) {
  .product-top-col-3 {
    width: 300px;
    padding-left: 0px;
    padding-right: 15px;
  }

  .product-top-col-3 button.add-to-cart {
    font-size: 0.65rem;
  }
}

@media (max-width: 480px) {
  .product-top-col-2 .h1 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .product-top-col-3 button.add-to-cart {
    padding: .5rem .6rem;
  }
}

.product-prices div.product-discount {
  margin-bottom:0 !important;  
}

.product-discount .regular-price {
  text-decoration: line-through;
  font-size: 2rem !important;
  font-weight: 400;
  margin-right: .625rem;
}

.cart-item .product-discount .regular-price {
  font-size: 16px !important;
}

.product-prices .current-price span.price-amount {
  margin-top: 0.3125rem;
  margin-left: 0;
  margin-right: .625rem;
}

.product-prices .current-price span.price-tax-incl {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8rem;
}

.product-prices .current-price span.discount {
  margin-left: 0;
}

.product-prices .current-price .price-leasing {
  background: #232323;
  color: #fff;
  font-weight: 600;
  padding: .157rem .625rem;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  margin-top: -1px;
}

.product-prices .current-price span.price-tax-incl {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8rem;
}

.product-prices .current-price span.price-delivery-flag,
.product-prices .current-price span.price-leasing-flag {
  display:inline-block;
  font-size:1rem;
  font-weight:600;
  padding: .3125rem .625rem;
}

.product-prices .current-price span.price-delivery-flag {
  background:#7cb342;
  color:#222;
}

.product-prices .current-price span.price-leasing-flag {
  background:#000;
  color:#fff;
}

.product-prices .current-price #modalLeasing .modal-header {
  display: flex!important;
  -webkit-box-pack: start!important;
  -webkit-justify-content: flex-start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}

.product-attachments .attachment h4 a:hover {
  text-decoration: underline;
}

.product-attachments .attachment h4 span {
  font-weight: normal;
}

.product-prices-and-cart {
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  background: #fff;
  padding: .9rem .9rem 0 .9rem;
}

.product-prices-and-cart .product-price .current-price span[itemprop=price] {
  font-size: 2rem !important;
}
.section-product-add-to-cart {
  display: flex;
  margin-bottom: 1rem;
}

.section-product-add-to-cart .product-add-to-cart {
  min-width: 330px;
}

@media (max-width: 480px) {
  .section-product-add-to-cart .product-add-to-cart {
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 960px) {
  .section-product-add-to-cart {
    display: block;
  }
}

@media (max-width: 1440px) {
  .section-product-add-to-cart .product-additional-info .social-sharing {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .card {
    margin-top: 2rem;
  }
}

#brand-list .brand {
  background: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

#brand-list .brand-img { 
  text-align: center;
}

@media (max-width: 390px), (min-width: 769px) and (max-width:1140px) {
  #brand-list .brand-products a {
    font-size: 0.8rem;  
    padding: .5rem .5rem;
  }
}

@media (max-width: 768px) {
  #brand-list .brand-products {
    text-align: center;  
  }
}

#footer .block-contact {
  border-left: none;
  font-size: .875rem;
}

.color-white {
  color: #fff!important;
}

.bg-white {
  background: #fff!important;
}

.color-dark {
  color: #232323!important;
}

.bg-dark {
  background: #232323!important;
}

.block-category-solutions-ecrans-vitrines {
    width: 100%;
    background-image: url(/img/categorie-ecrans-vitrines.jpg);
    background-repeat: no-repeat;
}

.block-category-ecrans-haute-luminosite {
    width: 100%;
    background-image: url(/img/categorie-ecrans-haute-luminosite.jpg);
    background-repeat: no-repeat;
}

.block-category-ecrans-vitrines-murs-videos {
    width: 100%;
    background-image: url(/img/categorie-ecrans-vitrines-haute-luminosite-xl1.jpg);
    background-repeat: no-repeat;
}

.block-category-modules-tactiles {
    width: 100%;
    background-image: url(/img/categorie-dalles-films-tactiles.jpg);
    background-repeat: no-repeat;
}

.block-category-films-tactiles {
    width: 100%;
    background-image: url(/img/categorie-films-tactiles.jpg);
    background-repeat: no-repeat;
}

.block-category-ecrans-vitrines-packs-vitrines-tactiles {
    width: 100%;
    background-image: url(/img/categorie-packs-vitrines-tactiles-haute-luminosite.jpg);
    background-repeat: no-repeat;
}

.block-category-ecrans-exterieurs-outdoor {
    width: 100%;
    background-image: url(/img/categorie-ecrans-exterieurs-outdoor.jpg);
    background-repeat: no-repeat;
}

.block-category-dalles-tactiles {
    width: 100%;
    background-image: url(/img/categorie-dalles-tactiles.jpg);
    background-repeat: no-repeat;
}

.block-category-caissons-ecrans-exterieurs-outdoor {
    width: 100%;
    background-image: url(/img/categorie-caissons-ecrans-exterieurs.jpg);
    background-repeat: no-repeat;
}

.block-category-bornes-tactiles-totems-exterieurs-outdoor {
    width: 100%;
    background-image: url(/img/categorie-totems-exterieurs-tactiles.jpg);
    background-repeat: no-repeat;
}

.block-category-solutions-ecrans-interieurs {
    width: 100%;
    background-image: url(/img/categorie-solutions-ecrans-interieurs.jpg);
    background-repeat: no-repeat;
}

.block-category-ecrans-interieurs {
    width: 100%;
    background-image: url(/img/categorie-ecrans-interieurs.jpg);
    background-repeat: no-repeat;
}

.block-category-ecrans-interactifs-murs-tactiles {
    width: 100%;
    background-image: url(/img/categorie-ecrans-murs-tactiles.jpg);
    background-repeat: no-repeat;
}

.block-category-caissons-ecrans-interieurs-indoor {
    width: 100%;
    background-image: url(/img/categorie-caissons-ecrans-interieurs-indoor.jpg);
    background-repeat: no-repeat;
}

.block-category-supports-ecrans {
    width: 100%;
    background-image: url(/img/categorie-supports-ecrans.jpg);
    background-repeat: no-repeat;
}

.block-category-supports-plafonds {
    width: 100%;
    background-image: url(/img/categorie-supports-plafonds.jpg);
    background-repeat: no-repeat;
}

.block-category-supports-colonnes {
    width: 100%;
    background-image: url(/img/categorie-supports-colonnes.jpg);
    background-repeat: no-repeat;
}

.block-category-supports-sols {
    width: 100%;
    background-image: url(/img/categorie-supports-sols.jpg);
    background-repeat: no-repeat;
}

.block-category-supports-murs-videos {
    width: 100%;
    background-image: url(/img/categorie-supports-murs-videos.jpg);
    background-repeat: no-repeat;
}

.block-category-supports-ecrans-muraux {
    width: 100%;
    background-image: url(/img/categorie-supports-ecrans-muraux.jpg);
    background-repeat: no-repeat;
}

.block-category-supports-ecrans-bureaux {
    width: 100%;
    background-image: url(/img/categorie-supports-ecrans-bureaux.jpg);
    background-repeat: no-repeat;
}

.block-category-supports-tablettes {
    width: 100%;
    background-image: url(/img/categorie-supports-tablettes.jpg);
    background-repeat: no-repeat;
}

.block-category-supports-panneaux-led {
    width: 100%;
    background-image: url(/img/categorie-supports-panneaux-led.jpg);
    background-repeat: no-repeat;
}

.block-category-tableaux-interactifs-collaboratifs {
    width: 100%;
    background-image: url(/themes/tacteel/assets/img/categorie-tableaux-interactifs-collaboratifs.jpg);
    background-repeat: no-repeat;
}

@media (min-width: 1201px) {
  .block-category-solutions-ecrans-vitrines {
    background-position: 100% 35%;
    background-size: 63% auto;
  }

  .block-category-ecrans-haute-luminosite {
    background-position: 100% 70%;
    background-size: 65% auto;
  }

  .block-category-ecrans-vitrines-murs-videos {
    background-position: 100% 90%;
    background-size: 65% auto;
  }

  .block-category-modules-tactiles {
    background-position: 100% 40%;
    background-size: 65% auto;
  }

  .block-category-films-tactiles {
    background-position: 100% 40%;
    background-size: 65% auto;
  }

  .block-category-ecrans-vitrines-packs-vitrines-tactiles {
    background-position: 100% 44%;
    background-size: 63% auto;
  }

  .block-category-ecrans-exterieurs-outdoor {
    background-position: 100% 75%;
    background-size: 63% auto;
  }

  .block-category-dalles-tactiles {
    background-position: 100% 55%;
    background-size: 63% auto;
  }

  .block-category-caissons-ecrans-exterieurs-outdoor {
    background-position: 100% 34%;
    background-size: 63% auto;
  }

  .block-category-bornes-tactiles-totems-exterieurs-outdoor {
    background-position: 100% 41%;
    background-size: 62% auto;
  }

  .block-category-solutions-ecrans-interieurs {
    background-position: 108% 40%;
    background-size: 65% auto;
  }

  .block-category-ecrans-interieurs {
    background-position: 108% 40%;
    background-size: 65% auto;
  }

  .block-category-ecrans-interactifs-murs-tactiles {
    background-position: 108% 40%;
    background-size: 65% auto;
  }

  .block-category-caissons-ecrans-interieurs-indoor {
    background-position: 108% 69%;
    background-size: 65% auto;
  }

  .block-category-supports-ecrans {
    background-position: 108% 40%;
    background-size: 65% auto;
  }

  .block-category-supports-plafonds {
    background-position: 108% 40%;
    background-size: 65% auto;
  }

  .block-category-supports-colonnes {
    background-position: 100% 50%;
    background-size: 62% auto;
  }

  .block-category-supports-sols {
    background-position: 100% 18%;
    background-size: 61% auto;
  }

  .block-category-supports-murs-videos {
    background-position: 100% 40%;
    background-size: 61% auto;
  }

  .block-category-supports-ecrans-muraux {
    background-position: 100% 38%;
    background-size: 61% auto;
  }

  .block-category-supports-ecrans-bureaux {
    background-position: 100% 57%;
    background-size: 61% auto;
  }

  .block-category-supports-tablettes {
    background-position: 100% 42%;
    background-size: 61% auto;
  }

  .block-category-supports-panneaux-led {
    background-position: 100% 42%;
    background-size: 61% auto;
  }

  .block-category-tableaux-interactifs-collaboratifs {
    background-position: 100% 1%;
    background-size: auto auto;
  }
}

@media (max-width: 1199px) {
  .block-category-solutions-ecrans-vitrines {
    background-position: 180% 32%;
    background-size: 80% auto;
  }

  .block-category-ecrans-haute-luminosite {
    background-position: 100% 90%;
    background-size: 80% auto;
  }

  .block-category-ecrans-vitrines-murs-videos {
    background-position: 100% 90%;
    background-size: 80% auto;
  }

  .block-category-modules-tactiles {
    background-position: 100% 70%;
    background-size: 65% auto;
  }

  .block-category-films-tactiles {
    background-position: 100% 70%;
    background-size: 65% auto;
  }

  .block-category-ecrans-vitrines-packs-vitrines-tactiles {
    background-position: 180% 32%;
    background-size: 80% auto;
  }

  .block-category-ecrans-exterieurs-outdoor {
    background-position: 165% 85%;
    background-size: 80% auto;
  }

  .block-category-dalles-tactiles {
    background-position: 165% 85%;
    background-size: 80% auto;
  }

  .block-category-caissons-ecrans-exterieurs-outdoor {
    background-position: 165% 5%;
    background-size: 80% auto;
  }

  .block-category-bornes-tactiles-totems-exterieurs-outdoor {
    background-position: 165% 70%;
    background-size: 80% auto;
  }

  .block-category-solutions-ecrans-interieurs {
    background-position: 165% 30%;
    background-size: 80% auto;
  }

  .block-category-ecrans-interieurs {
    background-position: 165% 30%;
    background-size: 80% auto;
  }

  .block-category-ecrans-interactifs-murs-tactiles {
    background-position: 165% 30%;
    background-size: 80% auto;
  }

  .block-category-caissons-ecrans-interieurs-indoor {
    background-position: 165% 30%;
    background-size: 80% auto;
  }

  .block-category-supports-ecrans {
    background-position: 165% 30%;
    background-size: 80% auto;
  }

  .block-category-supports-plafonds {
    background-position: 165% 30%;
    background-size: 80% auto;
  }

  .block-category-supports-colonnes {
    background-position: 101% 57%;
    background-size: 61% auto;
  }

  .block-category-supports-sols {
    background-position: 101% 10%;
    background-size: 61% auto;
  }

  .block-category-supports-murs-videos {
    background-position: 101% 10%;
    background-size: 61% auto;
  }

  .block-category-supports-ecrans-muraux {
    background-position: 101% 10%;
    background-size: 61% auto;
  }

  .block-category-supports-ecrans-bureaux {
    background-position: 101% 10%;
    background-size: 61% auto;
  }

  .block-category-supports-tablettes {
    background-position: 101% 10%;
    background-size: auto 100%;
  }

  .block-category-supports-panneaux-led {
    background-position: 101% 10%;
    background-size: 65% auto;
  }

  .block-category-tableaux-interactifs-collaboratifs {
    background-position: 33% 10%;
    background-size: auto auto;
  }
}

@media (max-width: 999px) {
  .block-category-solutions-ecrans-vitrines {
    background-position: -6% 29%;
    background-size: auto 140%;
  }

  .block-category-ecrans-haute-luminosite {
    background-position: 4% 90%;
    background-size: auto 180%;
  }

  .block-category-ecrans-vitrines-murs-videos {
    background-position: 50% 90%;
    background-size: auto 180%;
  }

  .block-category-modules-tactiles {
    background-position: 228% 0;
    background-size: 85% auto;
  }

  .block-category-films-tactiles {
    background-position: 180% 0;
    background-size: 85% auto;
  }

  .block-category-ecrans-vitrines-packs-vitrines-tactiles {
    background-position: -24% 60%;
    background-size: 125% auto;
  }

  .block-category-ecrans-exterieurs-outdoor {
    background-position: 34% 60%;
    background-size: 146% auto;
  }

  .block-category-dalles-tactiles {
    background-position: -60% 60%;
    background-size: 130% auto;
  }

  .block-category-caissons-ecrans-exterieurs-outdoor {
    background-position: -60% 6%;
    background-size: 130% auto;
  }

  .block-category-bornes-tactiles-totems-exterieurs-outdoor {
    background-position: 35% 30%;
    background-size: 162% auto;
  }

  .block-category-solutions-ecrans-interieurs {
    background-position: -10% 30%;
    background-size: 123% auto;
  }

  .block-category-ecrans-interieurs {
    background-position: 57% 34%;
    background-size: 135% auto;
  }

  .block-category-ecrans-interactifs-murs-tactiles {
    background-position: 57% 34%;
    background-size: 135% auto;
  }

  .block-category-caissons-ecrans-interieurs-indoor {
    background-position: 0 67%;
    background-size: 154% auto;
  }

  .block-category-supports-ecrans {
    background-position: 57% 34%;
    background-size: 135% auto;
  }

  .block-category-supports-plafonds {
    background-position: 57% 34%;
    background-size: 135% auto;
  }

  .block-category-supports-colonnes {
    background-position: 100% 68%;
    background-size: auto 121%;
  }

  .block-category-supports-sols {
    background-position: 100% 0;
    background-size: auto 112%;
  }

  .block-category-supports-murs-videos {
    background-position: 100% 10%;
    background-size: auto 100%;
  }

  .block-category-supports-ecrans-muraux {
    background-position: 100% 0;
    background-size: auto 112%;
  }

  .block-category-supports-ecrans-bureaux {
    background-position: 100% 0;
    background-size: auto 112%;
  }

  .block-category-supports-tablettes {
    background-position: 100% 0;
    background-size: auto 112%;
  }

  .block-category-supports-panneaux-led {
    background-position: 100% 0;
    background-size: auto 112%;
  }

  .block-category-tableaux-interactifs-collaboratifs {
    background-position: 64% 0;
    background-size: auto 102%;
  }
}

/*  CMS Pages */
.cms-disignimmo-top-bg-img {
  background-size: cover;
}

.cms-disignimmo-top-img {
  width: 100%;
}

.g-min-height-300 {
  min-height: 300px;
}

.g-min-height-600 {
  min-height: 600px;
}

.g-flex-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-center {
  text-align: center!important;
}

.g-pa-25 {
  padding: 1.78571rem !important;
}

.g-bg-white {
  background-color: #fff !important;
}

.u-shadow-v19 {
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}

.u-shadow-v21 {
  box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: .3s;
}

.g-bg-cms-secondary {
  background-color: #e1e1e1 !important;
}

.g-pa-10x {
  padding: 10% !important;
}

.g-pa-15x {
  padding: 15% !important;
}

.g-py-5x {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}

.g-py-10x {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
}

.g-py-15x {
  padding-top: 15% !important;
  padding-bottom: 15% !important;
}
.g-px-10x {
  padding-right: 10% !important;
  padding-left: 10% !important;
}

.g-px-15x {
  padding-right: 15% !important;
  padding-left: 15% !important;
}

.block-contact {
  padding-left: 15px; /* set to bootstrap col-md-3 value */
}

.footer-container {
  background-color: #272e3eff;
}

.footer-container h5 {
  color: white;
  margin-bottom: 2rem;
  display: inline-block;
  padding-bottom: 0.71429rem;
  border-bottom: 1px solid #ff3d00;
}

.footer-container li {
  padding-bottom: 0.215rem !important;
  padding-top: 0.255rem !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.footer-container .footer_block_content p{
  font-size: .8rem;
}

.footer-container p,
.footer-container li a {
  color: #f1f1f1;
}

@media (max-width: 767px) {
  .footer-container i.material-icons,
  .footer-container .links .h3 {
    color: #f1f1f1;
  }
}

.footer-container li a:hover {
  text-decoration: underline;
}

.footer-container li a {
  text-transform: uppercase;
}

#block_myaccount_infos .myaccount-title a {
  color: white;
}

.block-contact .block-contact-title, .linklist .blockcms-title a {
  color: white;
}

.block-contact-title, .blockcms-title, .myaccount-title, .myaccount-title a {
    font-weight: 700;
    font-size: 1.125rem;
}

#custom-text {
  background: transparent;
  text-align: left;
  padding: 0;
}

#custom-text .thumbnail-container {
  padding: 1rem;
  width: 100%;
  margin-bottom: 1.563rem;
  min-height: 220px;
  background: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

#custom-text .thumbnail-container ul li {
  padding-left:.215rem;
  margin-bottom:.8125rem;
}


#custom-text .custom-text-category-links {
}

#custom-text .custom-text-category-thumbnail {
}

#custom-text .custom-text-category-links a {
  color: #7a7a7a;
  font-size: .875rem;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
}

#custom-text .custom-text-category-links a:hover {
  text-decoration: underline;
}

div.aeuc_footer_info {
  color: #f1f1f1;
}

/* The actual timeline (the vertical ruler) */
.tct-cms-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.tct-cms-timeline-wrapper {
  padding-left:3rem!important;
  padding-right:3rem!important;
}

/* The actual timeline (the vertical ruler) */
.tct-cms-timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.tct-cms-timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.tct-cms-timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 13px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.tct-cms-timeline-left {
  left: 0;
}

/* Place the container to the right */
.tct-cms-timeline-right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.tct-cms-timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.tct-cms-timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.tct-cms-timeline-right::after {
  left: -13px;
}

/* The actual content */
.tct-cms-timeline-content {
  text-align: left !important;
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .tct-cms-timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .tct-cms-timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .tct-cms-timeline-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .tct-cms-timeline-left::after, .tct-cms-timeline-right::after {
    left: 18px;
  }

/* Make all right containers behave like the left ones */
  .tct-cms-timeline-right {
    left: 0%;
  }

  .tct-cms-timeline-wrapper {
    padding-left:0;
    padding-right:0;
  }

  .tct-cms-timeline-content {
    padding-left: 10px;
    padding-right: 5px;
  }
  
  .tctcmscontent .h1 {
    font-size: 1rem
  }
}

.carousel .carousel-item figcaption.caption {
  position: static;
  color: #fff;
  padding-left:5%;
  padding-right:2%;
  padding-top:30px;
  width:50%;
  max-width: 90%;
}

.carousel .carousel-item figcaption.caption .caption-description {
  max-height: 137px;
  overflow: hidden;
}

.carousel .carousel-item .figure-img {
  width:50%;
  max-width: 90%;
  padding-right: 5%;
}

.carousel .carousel-inner {
  background-repeat: no-repeat;
  background-position: right;
}

.carousel .carousel-indicators li {
  border-color: #2fb5d2;
}

.carousel .carousel-indicators li.active {
  background-color: #2fb5d2;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
#home_bottom .carousel .carousel-inner {
  background-image: url('/img/home-bottom-slider-bg.png');
}


#wrapper .banner img {
  object-fit: cover;
  width: 100%;
  height: 340px;
}

#brand-list .brand ul,
#manufacturer-short-description ul,
#manufacturer-description ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}

#brand-list .brand ul li,
#manufacturer-short_description ul li,
#manufacturer-description ul li {
  color: #7a7a7a;
}

#description .product-description .absolute-0 {
  position: absolute;
  bottom: 0;
}

#description .product-description .product-description-bg-img-centered {
  background-position: center;
  background-repeat: no-repeat;
}

#products .product-list-item .product-item-details .on-sale,
.product-list-item .product-item-details .on-sale,
#products .product-miniature .on-sale.on-sale {
  background-color: #2e7d32;
}

@media (min-width: 767px) {
  #products .product-list-item .product-item-details .on-sale,
  .product-list-item .product-item-details .on-sale,
  #products .product-miniature .on-sale.on-sale {
    width: auto;
  }
}


.product-accessories .product-miniature .on-sale.on-sale,
li.product-flag.on-sale,
.featured-products .product-miniature .on-sale.on-sale {
  background-color: #2e7d32;
  opacity: 0.8;
}

.product-actions .product-variants {
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  border: 3px solid #272e3eff;
  background-color: #fff;
}

.product-variants-box>.product-variants-item {
  margin:1.25rem 0;
}

.product-variants-box>.product-variants-item select {
  background-color:#fff;
  box-shadow:2px 2px 4px 0 rgba(0,0,0,.2);
}

.product-variants-box>.product-variants-item ul li {
  margin-right:.625rem;
}

.product-variants-box>.product-variants-item .color {
  margin-left:0;
  margin-top:0;
}

.product-actions .product-variants .input-color:checked+span,
.product-actions .product-variants .input-color:hover+span,
.product-actions .product-variants .input-radio:checked+span,
.product-actions .product-variants .input-radio:hover+span {
    border: 2px solid #ff3d00;
}

@media (min-width: 1600px) {
  .product-actions .product-variants-box {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }

  .product-variants-box>.product-variants-item {
    min-width: 15%;
    margin-right: 1rem!important;
  }
}

.product-prices .tax-shipping-delivery-label .delivery-information:before{
  font-family: "Font Awesome 5 Free";
  /* content: "\f48b";*/
  content: "\f058\00a0\f48b";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: #2e7d32;
}

.products .product-item-prices .img-on-demand-price {
  height: 38px;
}

#product-tabs-content .tabs .product-description ul {
  list-style: disc;
  padding-left: 1.2375rem;
  font-size: .9375rem;
  color: #7a7a7a;
}

@media (max-width: 767px) {
  .products .thumbnail-container .product-description .img-on-demand-price {
    height: 28px;
  }
} 

@media (max-width: 767px) {
  .product-description .display-1 {
    font-size: 1.3rem;
  }

  .product-description .iframe-yt-wrapper {
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
  }
  
  .product-description iframe.iframe-yt {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .product-description .iframe-yt-wrapper {
    max-width: 480px;
    margin-left:auto;
    margin-right:auto;
  }
  
  .product-description iframe.iframe-yt {
    width: 480px;
    height: 240px;
  }
}

@media (min-width: 960px) {
  .product-description .iframe-yt-wrapper {
    max-width: 640px;
    margin-left:auto;
    margin-right:auto;
  }
  
  .product-description iframe.iframe-yt {
    width: 640px;
    height: 360px;
  }
}

.product-flags-attributes {
  position: absolute;
  top: 0;
  left: -0.4375rem;
  width: 100%;
}

@media (max-width: 768px) {
  .product-flags-attributes {
    position: absolute;
    top: 2.1225rem;
    width: 100%;
    left:0;
  }

  .product-flags-attributes .product-flag-diagonal {
    position: absolute;
    right: -0.4375rem;
    top:0;
    margin-top: 0;
  }
}


.product-flags-attributes .product-flag-diagonal {
  background-color: #ad1457;
  opacity: 1;
}

.product-flags .pack {
  margin-top: 1.5125rem;
}

#product-tabs-navbar-tabs {
  margin-top: 0;
  padding: 0;
  box-shadow: none;
  background: none;
}

#product-tabs-navbar-wrapper {
  background: transparent;
  height: 100px;
}

#product-tabs-navbar {
  background: #fff;
  color: #232323;
  height: 72px;
}

#product-tabs-navbar {
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

@media(max-width:767px) {
  #product-tabs-navbar {
    box-shadow: none;
  }
}

#product-tabs-navbar .nav-tabs .nav-link.active {
  color: #2fb5d2;
  background: none !important;
}

#product-bottom-navbar {
  display: none;
  background-color: #fff;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.product-tabs-navbar-sticky #product-tabs-navbar {
  position: fixed;
  top:0;
  left:15px;
  max-width: 1920px;
  width:100%;
  z-index:5;
}

@media(max-width:767px) {
    #product-bottom-navbar {
    display: flex;
    position: fixed;
    bottom:0;
    left:0px;
    max-width: 1920px;
    width:100%;
    z-index:5;
  }
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
/*
.product-navbar-sticky + .product-tabs-content {
  padding-top: 190px;
}
*/

#product-tabs-navbar-title a {
  color: #232323;
}

#product-tabs-navbar-title a:hover {
  color: #232323;
  text-decoration: none;
}

#product-tabs-navbar-title a,
#product-tabs-navbar-cover,
#product-tabs-navbar-close {
  display: none !important; 
}

.product-tabs-navbar-sticky #product-tabs-navbar-title a,
.product-tabs-navbar-sticky #product-tabs-navbar-cover,
.product-tabs-navbar-sticky #product-tabs-navbar-close {
  display: inline-block !important; 
}

@media (max-width:767px) {
  #product-tabs-navbar-title a,
  #product-tabs-navbar-cover {
    display: inline-block !important; 
  }

  #product-tabs-navbar-title a {
    max-width:250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#product-tabs-navbar-cover {
  padding: .15rem .525rem .725rem .9rem;
}

#product-tabs-navbar-cover img {
  min-width:32px;
  max-width:64px;
}

@media (min-width:960px) {
  .product-tabs-navbar-sticky .product-tab-content {
    /* top: -90px; */
    padding-top: 90px;
  }
  
  .product-tabs-navbar-sticky #caracteristiques {
    /* top: 40px; */
    padding-top: 90px; 
  }
}

@media (max-width:1070px) {
  #product-tabs-navbar-tabs a.nav-link span.nav-link-label {
    font-size: .785rem;
  }
}

@media (max-width:960px) {
  #product-tabs-navbar-title {
    font-size: .9rem;
  }

  #product-tabs-navbar-tabs a.nav-link {
    padding: .5rem .2rem;
  }

  #product-tabs-navbar-tabs a.nav-link span.nav-link-label {
    display: inline-block;
    max-width:80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#product-tabs-navbar-menu {
  width:94%;
  padding-left:1rem;
}

@media (max-width:960px) {
  #product-tabs-navbar-title {
    font-size: .8rem;
  }

  #product-tabs-navbar-tabs a.nav-link {
    padding: .385rem .2rem;
  }

  #product-tabs-navbar-tabs a.nav-link span.nav-link-label {
    display: inline-block;
    max-width:90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width:768px) {
  #product-tabs-navbar-title {
    font-size: .8rem;
  }

  #product-tabs-navbar-cover {
    width: 75px;
    padding: .725rem .525rem .725rem .2rem;
  }

  #product-tabs-navbar-tabs a.nav-link {
    padding: .385rem .2rem;
  }

  #product-tabs-navbar-tabs a.nav-link span.nav-link-label {
    display: inline-block;
    max-width:60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width:640px) {
  #product-tabs-navbar-menu {
    width:90%;
    padding-left:1.5rem;
  }

  #product-tabs-navbar-cover {
    width: 75px;
    padding: .485rem .525rem .725rem .2rem;
  }

  #product-tabs-navbar-tabs a.nav-link {
    padding: .385rem .2rem;
  }

  #product-tabs-navbar-tabs a.nav-link span.nav-link-label {
    display: inline-block;
    max-width:30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-tabs-navbar-sticky #product-tabs-navbar-title a {
    display: inline-block;
    max-width:250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width:480px) {
  #product-tabs-navbar-cover {
    width: 75px;
    padding: .425rem .525rem .725rem .2rem;
  }

  #product-tabs-navbar-menu {
    width:85%;
    padding-left:.2rem;
  }

  #product-tabs-navbar-title a {
    max-width:200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

  }

  #product-tabs-navbar-tabs a.nav-link {
    padding: .5rem .2rem;
  }

  #product-tabs-navbar-tabs a.nav-link span.nav-link-label {
    display: none;
  }

  .product-tabs-navbar-sticky #product-tabs-navbar-title a {
    display: inline-block;
    max-width:180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#product-bottom-navbar .product-navbar-item {
  width: 25%;
  border-left: 1px solid rgba(0,0,0,.25);
  text-align: center;
}

#product-bottom-navbar .product-navbar-item button,
#product-bottom-navbar .product-navbar-item a {
  width: 100%;
  height: 100%;
  box-shadow: none;
  font-size: .8rem;
}

#modalDelivery .modal-header {
  height: 210px;
  background-image: url(/themes/tacteel/assets/img/bg-tacteel-delivery-popup.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
}

#modalDelivery .modal-delivery-title-wrapper {
  background-color:#0178e5;
  height:3.5rem;
}

@media (max-width:768px) {
  #modalDelivery .modal-header {
    height: 150px;
    background-size: 100% auto;
  }

  #modalDelivery .modal-delivery-title-wrapper {
      height:6rem;
    }
}

@media (max-width:420px) {
  #modalDelivery .modal-header {
    height: 120px;
  }
}

#bt-delivery-info:hover {
  cursor: pointer;
}

.social-sharing li.linkedin {
  box-shadow: none;
  background-color: transparent;
  background-position: 0 0;
  background-size: cover;
  width: auto;
  height: 3rem;
  vertical-align: middle;
}

.modal .modal-title {
  display: inline;
}

.stripe-payment-form fieldset {
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 10px;
  padding-top:1.3rem;
}

.stripe-payment-form legend {
  position: absolute;
  font-size: 1rem;
  width: auto;
}

.stripe-payment-form legend span.legend {
  display: inline-flex;
  position: relative;
  left: .7rem;
  top: -2rem;
  background-color: #fff;
  padding: 0 .5rem;
}

.stripe-payment-form legend span.legend:after {
  content: "\f429";  
  font-family: "Font Awesome 5 Brands";
  font-size: 2.2rem;
  padding-left: 5px;
  color: #232323;
  display: inline-flex;
}

.stripe-payment-form .form-control {
  background-color: #fff;
}

.stripe-payment-form .form-control:focus {
  border: 1px solid rgba(0,0,0,.25);
  outline: none;
}

#stripe-card-number {
    width: 100%;
}

#stripe-card-number,
#stripe-card-expiry,
#stripe-card-cvc,
#stripe-card-postalcode {
  border: 1px solid rgba(0,0,0,.25);
  padding: .5rem 1rem;  border: inherit;
  margin-bottom: 0 !important;
  box-sizing: inherit;
  font-size: 1rem;
  width: 100%;
  background-color: inherit;
  position: inherit;
  height: auto;
}

.stripe-card-cardholdername input,
#stripe-card-number,
#stripe-card-expiry,
#stripe-card-cvc,
#stripe-card-postalcode {
  border: 1px solid rgba(0,0,0,.25) !important;
  padding: .5rem 1rem;
  margin-bottom: 0 !important;
  box-sizing: border-box;
  font-size: 1rem;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  display: block;
  height: auto;
}

.stripe-payment-form .stripe-card-cvc-icon {
  color:#2fb5d2;
  padding: 0;
  margin: 0;
  font-size: .9rem;
  border: none;
}

form#stripe-card-payment img.card_logo {
  padding: .5rem;
  border: 1px solid rgba(0,0,0,.25);
  width: auto;
  height: 50px;
  margin: 0 10px 0 0;
}
.cart-item .product-line-infos  {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.cart-item .product-line-infos dt.label,
.cart-item .product-line-infos dd.value {
  background-color: #d3dffc;
  margin-bottom: 0.2rem;
  max-width: 50%;
}

.cart-item .product-line-infos dt.label:nth-of-type(2n),
.cart-item .product-line-infos dd.value:nth-of-type(2n) {
  background-color: #fcfcfc;
}

.cart-item .product-line-infos dt.label {
  margin-right: .1rem;
}

.cart-item .product-line-infos dt.label,
.cart-item .product-line-infos dd.value {
  font-weight: 400;
  font-size: .7rem;
  line-height: .95rem;
  padding: .2rem;
  display: block;
  width: 48%;
  text-align: left;
}

.product-discounts>.table-product-discounts tbody tr td,
.product-discounts>.table-product-discounts thead tr th {
  border: none;
}
