/*** ***************** ***/
/*** Newsletter Banner ***/
/*** ***************** ***/
#subscribe {
  background-color: #e7e0d2;
  width: 981px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #000;
}
/*** ***************** ***/
/*** Mainpromo Slider  ***/
/*** ***************** ***/
#sliderContainer {
  position: relative;
  width: 981px;
  height: 344px;
}
#slides {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 981px;
  height: 344px;
  overflow: hidden;
}
/* Arrow Navigator Skin Begin */
.arrowLeftBackground,
.arrowRightBackground {
  position: absolute;
  cursor: pointer;
  display: block;
  overflow: hidden;
  background: #efe6d9;
  width: 28px; 
  height: 56px;
  top: 134px;
}
.arrowLeftBackground {
  left: 0px;
  -moz-border-radius: 0px 28px 28px 0px;
  -webkit-border-radius: 0px 28px 28px 0px;
  border-radius: 0px 28px 28px 0px;
}
.arrowRightBackground {
  right: 0px;
  -moz-border-radius: 28px 0px 0px 28px;
  -webkit-border-radius: 28px 0px 0px 28px;
  border-radius: 28px 0px 0px 28px;
}
.arrowLeftContent {
  position: relative;
  top: 21px;
  left: 6px;  
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;  
  border-right: 7px solid #60472e; 
}
.arrowRightContent {
  position: relative;
  top: 21px;
  right: -13px;   
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;  
  border-left: 7px solid #60472e; 
}

/* Loading Div */
#loading {
  position: absolute;
  top: 0px;
  left: 0px;
}
#loadingDiv1 {
  filter: alpha(opacity=70);
  opacity:0.7;
  position: absolute;
  display: block;
  background-color: #000;
  top: 0px;
  left: 0px;
  width: 100%;
  height:100%;
}
#loadingDiv2 {
  position: absolute;
  display: block;
  background: url('/images/templates/homepage/icons/loading.gif') no-repeat center center;
  top: 0px;
  left: 0px;
  width: 100%;
  height:100%;
}

.navigatorDot,
.navigatorDotav,
.navigatorDotdn {
  background: #efe6d9;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  height:12px;
  width:12px !important;
  display:inline-block;
  cursor:pointer;
  position: relative !important;
  margin-right: 10px;
  margin-top: 6px;
  left: 0px !important;
}
.navigatorDot:hover .navigatorDotActive,
.navigatorDotav .navigatorDotActive,
.navigatorDotav:hover .navigatorDotActive,
.navigatorDotdn .navigatorDotActive,
.navigatorDotdn:hover .navigatorDotActive {
  display: inline-block;
  cursor: pointer;
}
#navigator {
  position: absolute !important;
  top: 343px !important;
  width:100% !important;
  height:26px !important;
  z-index:10 !important;
  text-align:center !important;
}
.navigatorDotActive {
  display: none;
  margin: 2px;
  background: #60472e;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  height: 8px;
  width: 8px; 
}


/*** ***************** ***/
/*** Product Slider  ***/
/*** ***************** ***/
#productSlider {
  position: relative;
  width: 981px;
  height: 302px;
}

.home_thumbs2.cross_sell {
    margin-top: 44px;
}

.home_thumbs2 {
    text-align: center;
    position: static;
}

nav ul, nav ol, menu, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.home_thumbs2 li:first-child {
    border-left: none;
}

.home_thumbs2 li {
    border-left: 1px solid #60472e;
    display: inline-block;
    text-align: center;
    /*padding-left: 10px;*/
}
.home_thumbs2 li .selected h2,
.home_thumbs2 li:hover h2 {
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    color:#463629;
    font-size: 16px;
    display: inline-block;
}
.home_thumbs2 li h2 {
    cursor: pointer;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    /*font-size: 18px;*/
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    width:220px;
}
.cross_sell h2 {
    display: block;
    padding: 20px 0;
    color: #60472e;
    text-transform: uppercase;
}

.home_thumbs2 li h2 {
    padding-left: 12px;
    padding-right: 10px;
    margin: 0;
}
.home_thumbs2 li:hover h2,
.home_thumbs2 li a {
    line-height: 1;
}

#productSliderSlides {
  cursor: default;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 981px;
  /*height: 344px;*/
  height: 304px;
  overflow: hidden;
}
#productSliderLoading {
  position: absolute;
  top: 0px;
  left: 0px;
}
#productSliderLoadingDiv1 {
  filter: alpha(opacity=70);
  opacity:0.7;
  position: absolute;
  display: block;
  background-color: #000;
  top: 0px;
  left: 0px;
  width: 100%;
  height:100%;
}
#productSliderLoadingDiv2 {
  position: absolute;
  display: block;
  background: url('/images/templates/homepage/icons/loading.gif') no-repeat center center;
  top: 0px;
  left: 0px;
  width: 100%;
  height:100%;
}

/* style from france*/
#yrMain #yrMainSlider { 
    margin-bottom: 0;
}

#yrMain #yrMainSlider .item .itemStickers {
    width: 30px;
    height: auto;
    top: 44px;
    left: 0;
    position: absolute;
    z-index: 5;
}
.promo {
    color: white;
    font-weight: bold;
    padding: 0;
}
#yrMain #yrMainSlider .item .itemStickers img {
    width: 36px !important;
    height: 36px !important;
    margin-bottom: 2px !important;
    display: block;
}
#yrMain #yrMainSlider .cross_sells .prod_xl .itemTitle {
    font-size: 13px;
    font-weight: 700;
    margin: 10px 20px 10px;
    height: 40px;
    color:463629!important;
}
.prod_xl {
  height: 300px
}
.prod_xl img{
}

.prod_xl .barre {
  display: inline-block;
  color: #60472e;
  font-size: 14px;
  position: relative;
  margin-left: 20px;
}
.prod_xl .barre::after {
    content: "";
    height: 1px;
    background: #60472e;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
#yrMain #yrMainContent {
  height: auto;
  text-align: left;
  margin-bottom: 16px;
  position: relative;
  margin: 0 auto;
  width: 981px;
}

.cross_sell {
    font-family: 'Arial';
    color: #60472e;
}

nav ul, nav ol, menu, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

/* Produits */
#yrMain #yrMainSlider {
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.prod_xl {
  position: relative;
  text-align: center;
  border-top: 1px solid #dad4c5;
  border-right: 1px solid #dad4c5;
  border-bottom: 1px solid #dad4c5;
  background: #fff;
  height: 288px;
  width: 194px;
  display: inline;
  float: left;
  margin: 0;
}

.prod_xl:first-child {
    border-left: 1px solid #dad4c5;
}

#yrMain #yrMainSlider .cross_sells .prod_xl .etoiles {
    margin-top: 20px;
    height: 5px;
    display: block;
}
#yrMain #yrMainSlider .cross_sells .prod_xl .etoiles .BVCustomerRatings {
  margin-left: 52px;
}
#yrMain #yrMainSlider .cross_sells .prod_xl .etoiles .sprite_testimonial_reviews {
  display: none;
}

#yrMain #yrMainSlider .cross_sells .prod_xl p {
  color: #b4023f;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}


/*Moodboard*/
#yrMain .moodboard {
  width: 981px;
  height: 385px;
  margin-bottom: 50px;
  margin-top: 40px;
  position: relative;
}

#yrMain .moodboard  img{
    width: 100%;
}

/*Cosmétique vegetale*/
#yrMain .cosmetique-vegetale {
  width: 981px;
  height: auto;
  margin-bottom: 20px;
  margin-top: 0px;
  /*margin-bottom: 50px;
  margin-top: 40px;*/
  position: relative;
  
}

#yrMain .cosmetique-vegetale  h1{
  display: block;
  color: #60472e;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-family: 'Open Sans',sans-serif !important;
  font-weight: 300 !important;
  margin-bottom: 25px;
}

#yrMain .cosmetique-vegetale  h1 strong{
    font-weight: normal;
    font-size: 21px;
}

#yrMain .cosmetique-vegetale .soin-expert{
    float: left;
  width: 651px;
  height: 321px;
}

#yrMain .cosmetique-vegetale .savoir-faire{
    float: right;
  width: 321px;
  height: 321px;
}

#yrMain .cosmetique-vegetale .soin-expert img{
  width: 100%;
}

#yrMain .cosmetique-vegetale .savoir-faire img{
  width: 100%;
}

/*Yves Rocher et Moi*/
#yrMain .cosmetique-vegetale .offres{
    float: left;
  width: 320px;
  height: 323px;
  background-color: #fff;
  margin-right: 10px;
}
/*offres eclusives*/
#yrMain .cosmetique-vegetale .offres .offres-exclusives{
  width: 320px;
  height: 205px;
  background-repeat: no-repeat;
  margin-bottom: 10px;  
}

#yrMain .cosmetique-vegetale .offres .offres-exclusives .encart-offres-exclusives{
    width: 283px;
    height: 126px;
    background-color: #fff;
    position: absolute;
    margin-top: 58px;
    margin-left: 18px;
}

#yrMain .cosmetique-vegetale .offres .offres-exclusives .encart-offres-exclusives p{
  color: #60472e;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
  margin-left: 30px;
  font-weight: 600;
}

#yrMain .cosmetique-vegetale .offres .form{
  width: 240px;
  
    margin: 0 10px;
}

#yrMain .cosmetique-vegetale .offres .encart-offres-exclusives .form .input_container {
  
}

#yrMain .cosmetique-vegetale .offres .encart-offres-exclusives .form .input_container input{
  width: 190px;
    height: 39px;
    font-size: 12px;
    color: #988369;
    border: 1px solid #dad4c5;
  padding: 2px 0px 2px 10px;
    margin-left: 20px;
  
}

#yrMain .cosmetique-vegetale .offres .encart-offres-exclusives .form .submit_container{
  position: absolute;
  top: 69px;
    right: 21px;
}

#yrMain .cosmetique-vegetale .offres .encart-offres-exclusives .form .submit_container input{
  width: 40px;
    height: 46px;
    background: url(/images/templates/homepage/icons/arrow.png) no-repeat 10px center;
  background-color: #8b9620;
    border: 1px solid #dad4c5;
    padding: 0;
}

/*offres courrier*/
#yrMain .cosmetique-vegetale .offres .offre-courrier{
  width: 320px;
  height: 107px;
  background-color: #efe5d9;
}

#yrMain .cosmetique-vegetale .offres .offre-courrier p{
  color: #60472e;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  margin-top: 11px;
    position: absolute;
    left: 50px;
    font-weight: 600;
}

#yrMain .cosmetique-vegetale .offres .offre-courrier .form .input_container input{
  width: 190px;
  height: 39px;
  font-size: 12px;
  color: #988369;
  border: 1px solid #dad4c5;
  padding: 2px 0px 2px 35px;
  margin-left: 40px;
  margin-top: 50px;
}

#yrMain .cosmetique-vegetale .offres .offre-courrier .form .submit_container{
  position: absolute;
  top: 325px;
    left: 240px;
}

#yrMain .cosmetique-vegetale .offres .offre-courrier .form .submit_container input{
  width: 40px;
    height: 46px;
    background: url(/images/templates/homepage/icons/arrow.png) no-repeat 10px center;
  background-color: #8b9620;
    border: 1px solid #dad4c5;
    padding: 0;
}

/*carte de fidélité*/
#yrMain .cosmetique-vegetale .store{
    float: left;
  width: 320px;
  height: 323px;
  margin-right: 10px;
}

#yrMain .cosmetique-vegetale .store img{
  width: 100%;
}

/*carte de fidélité*/
#yrMain .cosmetique-vegetale .facebook{
    float: left;
  width: 320px;
  height: 323px;
  margin-right: 10px;
}

#yrMain .cosmetique-vegetale .facebook img{
  width: 100%;
}

/*trouvez votre magasin*/
#yrMain .cosmetique-vegetale .carte-magasins{
    float: left;
  width: 320px;
  height: 323px;
  background-repeat: no-repeat;
}

#yrMain .cosmetique-vegetale .carte-magasins .encart-carte-magasins{
    width: 281px;
  height: 107px;
  background-color: #fff;
  position: absolute;
    margin-top: 196px;
    margin-left: 20px;
}

#yrMain .cosmetique-vegetale .carte-magasins .encart-carte-magasins p{
    color: #60472e;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: 600;
    text-align: left;
    /* margin-bottom: 16px; */
}

#yrMain .cosmetique-vegetale .carte-magasins .encart-carte-magasins .form .input_container input{
  width: 190px;
  height: 39px;
  font-size: 12px;
  color: #988369;
  border: 1px solid #dad4c5;
  padding: 2px 0px 2px 10px;
  margin-left: 21px;
  margin-top: 11px;
}

#yrMain .cosmetique-vegetale .carte-magasins .encart-carte-magasins .form .submit_container{
  position: absolute;
  top: 52px;
    left: 220px;
}

#yrMain .cosmetique-vegetale .carte-magasins .encart-carte-magasins .form .submit_container input{
  width: 40px;
    height: 46px;
    background: url(/images/templates/homepage/icons/arrow.png) no-repeat 10px center;
  background-color: #8b9620;
    border: 1px solid #dad4c5;
    padding: 0;
}

/*Rejoignez le mouvement*/

#yrMain .cosmetique-vegetale .mouvement{
    width: 734px;
  height: 235px;
  background-color: #fff;
  float: left;
  margin-right: 10px;
}

#yrMain .cosmetique-vegetale .suivez-nous{
    width: 235px;
  height: 235px;
  float: left;
  text-align: center;
}

#yrMain .cosmetique-vegetale .suivez-nous .icones{
    margin-top: 10px;
}

#yrMain .cosmetique-vegetale .suivez-nous p{
    color: #60472e;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    margin-top: 83px;
}
#yrMain .cosmetique-vegetale .offres .form {
  width: auto;
}

#yrMain .cosmetique-vegetale .offres .form {
  position: relative;
}
#yrMain .cosmetique-vegetale .offres .encart-offres-exclusives .form .submit_container {
 
    top: -1px;
    right: 20px;
}
#yrMain .cosmetique-vegetale .offres .offre-courrier .form .submit_container {
 
    top: 49px;
    right: 20px;
    left: inherit;
}
#yrMain .cosmetique-vegetale .carte-magasins .encart-carte-magasins .form .submit_container {
 
    top: 52px;
    left: inherit;
    right: 20px;
}
#yrMain .cosmetique-vegetale .offres .encart-offres-exclusives .form .input_container input {
    width: 170px;
}
#yrMain .cosmetique-vegetale .offres .offre-courrier .form .input_container input {
    width: 164px;
}

#yrMain .cosmetique-vegetale h1 { 
    font-size: 21px
}
.home_thumbs2.cross_sell {
    padding-bottom: 20px;
}
#yrMain #yrMainSlider { 
    margin-bottom: 0;
}
#yrMain .moodboard { 
    margin-bottom: 20px;
}
#yrMain .cosmetique-vegetale { 
    margin-bottom: 20px;
    margin-top: 0;
}

#yrMain #yrMainSlider .item .itemStickers {
    width: 30px;
    height: auto;
    top: 56px;
    left: 0;
    position: absolute;
    z-index: 5;
}
.promo {
    color: white;
    font-weight: bold;
    padding: 0;
}
#yrMain #yrMainSlider .item .itemStickers img {
    width: 36px !important;
    height: 36px !important;
    margin-bottom: 2px !important;
      display: block;
}

.prod_xl {
  height: 300px
}
.prod_xl .barre {
    display: inline-block;
    color: #60472e;
    font-size: 14px;
    position: relative;
      margin-left: 20px;
}
.prod_xl .barre::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #60472e;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#yrMain .input_container {
  text-align: left;
}

.box-container {
      float: left;
    width: 320px;
    height: 323px;
    margin-right: 10px;
}
 .box-container img {
    width: 100%;
}



.brands {
    white-space: nowrap;
    background: #8b9620;
    width: 981px;
    margin: 0 auto 20px;
}
.brands a {
    color: #fff;
}
.brands .brand {
    display: inline-block;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
width: auto;
    padding: 0 22px;
    max-width: 345px;
    white-space: normal;
      text-align: left;
        color: #fff;
}
 .brands .brand:last-child {
    padding-right: 0;
}
 .brands .brand:first-child {
    padding-left: 0;
}
.brands .brand > div {
    display: table;
}
.brands .brand img {
    height: 75px;
    float: left;
    margin-right: 10px;
  margin-top: 10px;
    margin-bottom: 10px;
}
.brands .brand p {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}
.brands .brand .large {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
}
.brands .brand .medium {
    font-size: 22px;
    line-height: 1;
}
/*** ***************** ***/
/***      Content      ***/
/*** ***************** ***/
#contentThema {
  width: 981px;
  height: 220px;
  margin-top: 60px;
}

#contentThema .contentThemaCol {
  float: left;
  width: 327px;
}

#contentThema a.ctaLink {
  float: left;
  text-transform: uppercase;
  color: #646567 !important;
  font: 13px/1 MartinGotURWTOTLigRegular,Arial,Helvetica,sans-serif !important;
  text-decoration: underline;
  min-width: 60px;
}

#contentThema a.ctaLink:hover {
  color: #7b8f38 !important;
}

#contentThema .line {
  width: 251px;
  height: 1px;
  margin: 7px 0;
  border-bottom: 1px solid #e3e4e4;
}

#contentThema .contentThemaCol img {
  float: left;
}
#contentThema a {
  color: #614730 !important;
}
#contentThema h2 {
  color: #614730 !important;
  font: 18px/1 MartinGotURWTOTLigRegular,Arial,Helvetica,sans-serif !important;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}

#contentFavs {
  width: 981px;
  height: 400px;
}

.contentFavsCol .imgLink {
    height: 181px;
    width: 171px;
    display: inline-block;
    text-align: center;
}

.newAmp {
  font-family: Arial;
  font-size:18px;
}

#contentFavs h2 {
  margin: 55px auto 30px;
  color: #614730 !important;
  font: 19px/1px MartinGotURWTOTMedRegular,Arial,Helvetica,sans-serif !important;
  text-transform: uppercase;
  background: url("/images/templates/homepage/de_DE/trenner.jpg") no-repeat;
}

#contentFavs .headspan {
  background:#fff;
  padding: 0 20px;
}

#contentFavs .contentFavsCol {
  float: left;
  width: 191px;
  padding-right:5px;
}

#contentFavs .contentFavsCol a:hover {
  text-decoration: underline;
}

#contentFavs .contentFavsCol h3 a {
  color: #453629 !important;
  font-size: 12px;
  height: 30px;
  margin: 12px 5px;
}

#contentFavs .contentFavsCustomerRatings {
  width: 125px;
  height: 13px;
  margin: 10px 0 18px 52px;
}

#contentFavs .contentFavsCustomerRatings .bv_reviews {
  margin-left: -130px;
}

#contentFavs .favProdsName {
  min-height: 50px;
  line-height: 16px;
}

#contentFavs .favProdsImage {
  margin: 10px 0px;
}

#contentFavs .favprice a {
  font-size: 13px;
  font-weight: bold;
  color: #453629 !important;
  display:block;
  margin: 6px 0px;
}

#contentFavs .favcatalogprice {
  font-size: 11px;
  color: #a49f9f !important;
  text-transform: none;
}

#contentFavs .product_minidetail_classic {
  font-size: 11px;
  color: #a49f9f !important;
  text-transform: none;
}

#contentFachgeschaefte {
  width: 981px;
  margin: 40px 0px 0px;
  height: 160px;
}

#contentFachgeschaefte .contentFachgeschaefteLeft {
  float: left;
  width: 485px;
}

#contentFachgeschaefte .contentFachgeschaefteRight {
  float: left;
  width: 485px;
  margin-left: 11px;
}

#contentFachgeschaefte .itemHeadlineBold {
  text-align: left;
  color: #614730 !important;
  font: 19px/0.8 MartinGotURWTOTMedRegular,Arial,Helvetica,sans-serif !important;
  margin: 10px 0;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e4e4;
}

#contentFachgeschaefte .itemHeadlineLight {
  text-align: left;
  color: #614730 !important;
  font: 19px/0.8 MartinGotURWTOTLigRegular,Arial,Helvetica,sans-serif !important;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 5px;
}

#contentFachgeschaefte .contentFachgeschaefteLeftItem {
  float: left;
  width: 485px;
}

#contentFachgeschaefte .contentFachgeschaefteRightItem {
  float: left;
  width: 485px;
  height: 86px;
  background: url("/images/templates/homepage/de_DE/fachgeschaefte02.jpg");
}

#contentFachgeschaefte .contentFachgeschaefteRightItemFR {
  float: left;
  width: 485px;
  height: 86px;
  background: url("/images/templates/homepage/fr_CH/fachgeschaefte02.jpg");
}

#contentFachgeschaefte .contentFachgeschaefteRight .buttonWeiter {
  background: url("/images/templates/homepage/de_DE/buttonWeiter.jpg") no-repeat;
  border: none;
  cursor: pointer;
  height: 16px;
  width: 66px;
}

#contentFachgeschaefte .contentFachgeschaefteRight .buttonWeiterFR {
  background: url("/images/templates/homepage/fr_CH/buttonWeiter.jpg") no-repeat;
  border: none;
  cursor: pointer;
  height: 16px;
  width: 95px;
}

#contentFachgeschaefte .contentFachgeschaefteRight .rightInput {
  height: 14px;
  padding: 3px 5px;
  width: 120px;
  border: 1px solid #d9d3d3;
  color: #000000 !important;
  font: 11px Arial,Helvetica,sans-serif !important;
}

#contentFachgeschaefte .contentFachgeschaefteRight .rightForm {
  float: right;
  margin: 62px 3px 0 0;
}

/* Socialfeed */
#socialContent {float:left; height:572px; width:981px; padding-bottom:25px;}
#socialContent h2 {margin: 55px auto 30px; color: #614730 !important; font: 19px/1px MartinGotURWTOTMedRegular,Arial,Helvetica,sans-serif !important; text-transform: uppercase; background: url("/images/templates/homepage/de_DE/trenner.jpg") no-repeat;}
#socialContent .headspan {background: #fff; padding: 0 20px;}
#fbPostSection {float:left; width:500px;height:482px;}
#instagramSection {float:left; width:462px;height:460px; padding-left:18px;}
#fbUserLikes, #instagramLikes {color:#614730; padding:3px 0px; font: 14px/14px MartinGotURWTOTMedRegular,Arial,Helvetica,sans-serif !important; height: 16px;}
#databox, #databoxInsta {padding-top:5px;}
#instagramLikes img, #fbUserLikes img {float:left;}
#fbUserLikes p, #instagramLikes p {float:left; padding: 2px 5px;}
#iframeInsta2, #iframeInsta {display:none; width:462px; height:482px;}
#iframeInsta2 {position:relative;}
#instaLinkDiv {position:absolute; width:462px; height:462px; z-index:10;}
#snapwidgetFrame {border:none; overflow:hidden; width:462px; height:462px; position:absolute; z-index:9;}


/* OTHER - Top Block CANADA-US*/
#homepage-gab2 #offerbloc-elements {
    position: relative;
    width: 981px;
    height: auto!important;
  }


  /*EXTRA - CA/US */

#yrMain .promo {
   margin-left: 2px;
}
#yrMain .itemTitle a {
  color:#60472e;
}