/*.select-s1 {
	border: 1px solid #c6c7c0;
	background: url("/public/img/ico-btn-orange-down.png") 0 0 no-repeat;
}*/

/* https://red-team-design.developpez.com/tutoriels/css/donner-style-listes-deroulantes/ */
.custom-dropdown--large {
  font-size: 1.5em;
}

.custom-dropdown--small {
  font-size: .7em;
}

.custom-dropdown__select {
  font-size: inherit;
  /* inherit size from .custom-dropdown */
  padding: .5em;
  /* add some space*/
  margin: 0;
  /* remove default margins */
}

.custom-dropdown__select--white {
  background-color: #fff;
  color: #444;
}

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {

  .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }

  .custom-dropdown__select {
    padding-right: 2.5em;
    /* accommodate with the pseudo elements for the dropdown arrow */
    border: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* STEPH */
    border: 1px solid #c6c7c0;
    border-radius: 12px;
  }

  .custom-dropdown::before,
  .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }

  .custom-dropdown::after {
    /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;

    /* STEPH */
    right: 8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    font-size: 0;
    background: url("/public/img/ico-btn-orange-down.png") 0 0 no-repeat;
  }

  .custom-dropdown::before {
    /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 3px 3px 0;
  }

  .custom-dropdown__select[disabled] {
    color: rgba(0, 0, 0, .3);
  }

  .custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(0, 0, 0, .1);
  }

  /* White dropdown style */
  .custom-dropdown--white::before {
    top: .5em;
    bottom: .5em;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, .1);

    /* STEPH */
    display: none;
    border: 0;
    border-radius: 0;
  }

  .custom-dropdown--white::after {
    color: rgba(0, 0, 0, .9);
  }

  /* FF only temp fix */
  @-moz-document url-prefix() {
    .custom-dropdown__select {
      padding-right: .9em
    }

    .custom-dropdown--large .custom-dropdown__select {
      padding-right: 1.3em
    }

    .custom-dropdown--small .custom-dropdown__select {
      padding-right: .5em
    }
  }
}

#div_form_central_colissimo_type {
  padding-bottom: 10px;
}

#div_form_central_colissimo_type .custom-dropdown,
#div_form_central_colissimo_type .custom-dropdown .custom-dropdown__select {
  width: 100%;
}

#div_form_central_colissimo_type .custom-dropdown .custom-dropdown__select {
  border-radius: 0;
}


.btn-open,
.btn-close {
  display: inline-block;
  margin-left: 5px;
  padding-left: 20px;
  font-weight: bold;
  line-height: 18px;
  background: url("/public/img/ico-btn-orange-down.png") 0 0 no-repeat;
  cursor: pointer;
}

.btn-open {
  background-image: url("/public/img/ico-btn-orange-down.png");
}

.btn-close {
  background-image: url("/public/img/ico-btn-orange-up.png");
}


.link-close {
  padding-bottom: 20px;
  text-align: center;
}


/* Famille */
#customer-rating-average,
#customer-rating-average * {
  display: inline-block;
  text-align: right;
  cursor: pointer;
}

#customer-rating-average {
  display: block;
  margin-bottom: -20px;
  padding-top: 12px;
}

#customer-rating-average .img,
#customer-rating-average .img img {}

#customer-rating-average .link,
#customer-rating-average .link span {
  font-weight: bold;
}


/* HOVER */
#customer-rating-average:hover .link span {
  text-decoration: underline;
  color: #e97300;
}





/************************************
*	FORM
************************************/
div.content div.form .validate-message {
  width: calc(96% - 40px);
  margin: 20px 2%;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  background-color: #C2F9C4;
  border: 1px solid #03AD44;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

div.content div.form .validate-message span {
  display: block;
  padding: 2px 0;
}


/************************************
*	FAMILY  /  BRAND
************************************/
body#shop-family .title-2 {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0462aa;
  font-size: 16px;
  font-weight: bold;
  color: #0462aa;
}

body#shop-family .link-text {
  padding-bottom: 40px;
  text-align: center;
}

body#shop-family .bottomcor .link-text {
  padding-bottom: 0px;
}

body#shop-family .link-text span {
  font-size: 20px;
  font-weight: bold;
  color: #0462aa;
  text-decoration: underline;
  cursor: pointer;
}


body#shop-family.shop-brand div.content #intro-short {
  padding-bottom: 15px;
}




.blk-comments-list .vign {
  padding: 15px 0;
  border-top: 1px solid #d9d9d9;
}

.blk-comments-list .vign:first-child,
.blk-comments-list .vign:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}

/*.blk-comments-list .vign .author {
		vertical-align: middle;
	}*/

.blk-comments-list .vign .author * {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.blk-comments-list .vign .author .rate img {
  margin-top: -5px;
}

.blk-comments-list .vign .description {
  padding-top: 10px;
}



/*******************
*	SHOP PRODUCT
*******************/

.button.skin-s1 {
  position: relative;
  display: inline-block;
  padding: 4px 12px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background: #bf4c17;
  border: 1px solid #bf4c17;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  behavior: url("/pie.php");
  cursor: pointer;
}

.button.skin-s1 span {
  display: block;
}



#product-questions #form-questionsanswers {
  display: none;
}

#product-questions #form-questionsanswers p.erreur {
  padding-top: 10px;
  text-align: center;
}

#product-questions #form-questionsanswers h2,
#product-questions #form-questionsanswers form {
  max-width: 350px;
  margin: auto;
}


.button.skin-s2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 7px 12px;
  background-color: #e6e6e6;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.4) 0 0 0 1px inset;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  margin-right: 5px;
  font-size: 12px;
  color: #0562aa;
}


/*body#shop-product div.content div.pge-title {
	margin-bottom: 0;
}*/

body#shop-product div.content div.h2-s1 {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  background: url("/public/img/border-dotted-orange.gif") 0 67% repeat-x;
}

body#shop-product div.content div.h2-s1 h2,
body#shop-product div.content div.h2-s1 p {
  background: none repeat scroll 0 0 #fff;
  color: #0562aa
    /* ed8c01 */
  ;
  float: left;
  font-size: 20px;
  padding-right: 5px;
  font-weight: bold;
}

body#shop-product div.content div.h2-s1 h2 span,
body#shop-product div.content div.h2-s1 p span {
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 20px;
}


body#shop-product div.content .note-average {
  font-weight: bold;
  padding-bottom: 10px;
  cursor: pointer;
}

body#shop-product div.content .note-average img {}

body#shop-product div.content .note-average .note {
  font-size: 20px;
  color: #e97300;
}

body#shop-product div.content .note-average .out-of {}

body#shop-product div.content .note-average .note-count {
  font-weight: 900;
}

body#shop-product div.content .note-average .note-label,
body#shop-product div.content .note-average:hover .note-label {
  text-decoration: underline;
}


body#shop-product div.content div#_up_description .description {
  padding-bottom: 20px;
}

body#shop-product div.content div.text div#_up_description a#SeeMore,
body#shop-product div.content div.text div#_up_description a#btn-carateristiques,
body#shop-product div.content div.text div#_up_description .button.skin-s2,
body#shop-product div.content div#_up_description a.btn-your-questions,
body#shop-product div.content div#_up_description a.btn-comment-see {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 5px;
}

body#shop-product div.content div.text div#_up_description #btn_product-friends {
  padding-top: 11px;
  padding-bottom: 11px;
}

body#shop-product div.content .link-text {
  padding-bottom: 40px;
  text-align: center;
}

body#shop-product div.content .link-text span {
  font-size: 20px;
  font-weight: bold;
  color: #bf4c17
    /*0462aa*/
  ;
  text-decoration: underline;
  cursor: pointer;
}

body#shop-product div.content #product-video {
  padding-bottom: 30px;
}

body#shop-product div.content #product-questions {
  padding-bottom: 30px;
}

body#shop-product div.content #product-questions #product-questions-add {
  padding-top: 15px;
}

body#shop-product div.content #product-questions #product-questions-add .Iaskaquestions {
  font-size: 20px;
  text-align: center;
}

body#shop-product div.content #product-questions #product-questions-add .link-form {
  /*padding-top: 10px;*/
}

div.questionsanswers div#div_form_question_captcha {
  text-align: center;
}

div.questionsanswers div#div_form_question_captcha .g-recaptcha {
  display: inline-block;
}

div.questionsanswers div.div_submit {
  text-align: center;
}

div.questionsanswers div.div_submit input {
  float: none;
}



/* Products LIST */
div.tab-family table tr td.col-3 {
  padding-bottom: 10px;
}

div.tab-family table tr td.col-3 .prd-note {
  padding-bottom: 5px;
  text-align: right;
}


/*******************
*	ORDER ADDRESS
*******************/
div#content-addresses div#BlocFacturation div.infos,
div#content-addresses div#BlocLivraison div.infos {
  float: none;
  width: 100%;
  margin-right: 0;
}


.rgpd-info {
  padding: 20px 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: #f1f1f1;
}

.rgpd-info a {
  text-decoration: underline;
}


div.message-error {}


/*******************
*	ORDER POSTAGE
*******************/
div#content-postage-colissimo .cart-cgv {
  padding: 0 30px;
}


/*******************
*	VIDEOs IFRAME
*******************/
.media-video {
  margin: 0;
  padding: 15px;
  text-align: center;
}

.media-video .video {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* ration 16/9 : (100/16)*9 = 56.25% */
}

.media-video .video iframe,
.media-video .video embed,
.media-video .video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*******************
*	FOOTER
*******************/
.logo-communaute {
  width: 100%;
}

.logo-communaute a {
  display: inline-block;
  max-width: 100%;
}

.logo-communaute a img {
  display: inline-block;
  max-width: 100%;
}


.blk-blog .blk-title,
.blk-blog .blk-title a,
.blk-blog .blk-title span {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
}

.blk-blog .blk-title {
  background: #FF8000 url("/public/img/btn-bg-repeat-orange.gif") 0 0 repeat-x;
  border: 1px solid #FF8000;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  position: relative;
  behavior: url("/pie.php");
  cursor: pointer;
}

.blk-blog .blk-title a,
.blk-blog .blk-title span {
  display: block;
  padding: 5px 12px;
}


.blk-blog .blk-content {
  display: block;
  background-color: #f3f3f3;
  background-image: url("/public/img/navbar-s1-gradient.gif");
  background-position: 0 0;
  background-repeat: repeat-x;
  border: 1px solid #cfcfcf;
  border-top: 0;
  -moz-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  position: relative;
  behavior: url("/pie.php");
}

.blk-blog .blk-content .vign {
  padding: 10px 0 20px 0;
  cursor: pointer;
}

.blk-blog .blk-content .vign:after {
  content: " ";
  display: table;
  clear: both;
}

.blk-blog .blk-content .vign .vign-img {
  float: left;
  /*width: 30.33333%;
			padding: 0 3% 0 0;*/
  width: 60px;
  padding: 0 20px 0 0;
}

.blk-blog .blk-content .vign .vign-img img {
  max-width: 100%;
}

.blk-blog .blk-content .vign .vign-content {
  float: left;
  /*width: 66.66666%;*/
  width: calc(100% - 80px);
}

.blk-blog .blk-content .vign .title,
.blk-blog .blk-content .vign .title span {
  color: #0562aa;
}

.blk-blog .blk-content .vign .title {
  padding-bottom: 5px;
}

.blk-blog .blk-content .vign .catcher {}

.blk-blog .blk-content .vign .link,
.blk-blog .blk-content .vign .link span {
  color: #0562aa;
}

.blk-blog .blk-content .vign .link {
  padding-top: 10px;
  text-align: center;
}


@media only screen and (max-width: 768px) {

  .blk-blog .blk-content .vign .link {
    text-align: left;
  }

  .vign-cms.theme-blog.skin-default .vign-inner .catcher {
    text-align: justify;
  }
}


@media only screen and (min-width: 769px) {

  .blk-blog .blk-content {
    min-height: 866px;
  }
}



/*******************
*	HOME
*******************/
div#panel-our-brand {
  position: relative;
  overflow: hidden;
}

div#panel-our-brand div.slideshow-container {
  height: 498px;
}

div#panel-our-brand div.slideshow-container ul li {
  width: 617px;
  margin-left: -1px;
}

div#panel-our-brand div.vign {
  width: 140px;
  margin-left: 0;
}

div.slideshow-3 div#FlecheDroite,
div.slideshow-3 div#FlecheGauche {
  height: 498px;
}





@media only screen and (max-width: 768px) {

  div.blk-home-bottom-right {
    clear: both;
    float: none;
    width: 98%;
    margin: 0 auto;
  }
}


.form.form-v2 form div input[type="text"],
.form.form-v2 form div input[type="password"],
.form.form-v2 form div textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  width: 270px;
  height: auto;
  padding: 10px 10px;
  background: transparent;
}


.form.form-v2 .field.field-checkbox,
.form.form-v2 .field.field-radio {}

.form.form-v2 .field.field-checkbox>label,
.form.form-v2 .field.field-radio>label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  /*display: inline-block;*/

  display: block;
  float: left;
  width: calc(100% - 275px);
  padding-top: 4px;
}

.form.form-v2 .field.field-checkbox>ul,
.form.form-v2 .field.field-radio>ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  display: inline-block;
  width: 270px;
  text-align: left;
}

.form.form-v2 .field.field-checkbox>ul li,
.form.form-v2 .field.field-radio>ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  display: inline-block;
  width: 100%;
  padding: 2px 0;
}

.form.form-v2 .field.field-checkbox>ul li label,
.form.form-v2 .field.field-radio>ul li label {
  cursor: pointer;
}

.form.form-v2 .field.field-checkbox>ul li input,
.form.form-v2 .field.field-radio>ul li input {
  cursor: pointer;
}

.form.form-v2 div input.input_225 {
  right: auto;
}


/*.form.form-v2 div.div_select {
		margin-top: 0;
	}*/

.form.form-v2 div.div_select label {}

.form.form-v2 div.div_select div.selectForm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  display: inline-block !important;
  height: auto !important;
  padding: 10px 10px !important;
  margin-top: 0 !important;
}

body>div.selectwrapper,
body>div#id_frm_centre_subscribe_pays_holder {
  border: 1px solid #c6c7c0 !important;
  border-top: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

body>div.selectwrapper>.selectitems,
body>div.selectwrapper>.selectitemsHover,
body>div#id_frm_centre_subscribe_pays_holder>.selectitems,
body>div#id_frm_centre_subscribe_pays_holder>.selectitemsHover {
  padding: 2px 10px;
}

/* 270 */
.form.form-v2 div.div_select div.selectForm.select_270 {
  width: 270px !important;
}

body>div.selectwrapper.select_270,
body>div#id_frm_centre_subscribe_pays_holder.select_270 {
  width: 250px !important;
  max-width: 250px !important;
}



.form.form-v2 form div.div_form_central_subscribe_captcha,
.form.form-v2 form div.div_form_central_subscribe_captcha * {
  vertical-align: middle;
}

.form.form-v2 form div.div_form_central_subscribe_captcha img#id_refresh {
  cursor: pointer;
}


#form-sondage {
  max-width: 600px;
  margin: 0 auto;
}


@media (max-width: 320px) {

  #form-sondage {
    max-width: 320px;
    margin: 0;
  }

  div.content div.form.form-v2 form {
    text-align: left;
  }

  div.content div.form.form-v2 form div,
  div.content div.form.form-v2 form p {
    width: 100%;
    text-align: left;
  }

  div.content div.form.form-v2 form div>label {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    font-weight: bold;
    color: #000000;
  }

  .form.form-v2 .field.field-checkbox>label,
  .form.form-v2 .field.field-radio>label {
    float: none;
    width: 100%;
    padding-bottom: 2px;
    font-weight: bold;
    color: #000000;
  }

  .form.form-v2 div.div_select label {
    padding-bottom: 2px;
    font-weight: bold;
    color: #000000;
  }

  div.content div.form.form-v2 form div.div_submit {
    text-align: center;
  }
}



/*
	RANKING PRODUCT
*/
#ranking-product-form div.content div.form {}

#ranking-product-form div.content div.form .title_prd_h3,
#ranking-product-form div.content div.form .form_cnt {
  width: 100%;
  max-width: 550px;
  text-align: center;
  margin: auto;
}

#ranking-product-form div.content div.form .form_cnt {
  padding-top: 10px;
}

#ranking-product-form div.content div.form form div.form_cnt:not(.form_cnt_civ)>label {
  display: inline-block;
  min-width: 150px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 5px;
  color: #000000;
  font-weight: bold;
  vertical-align: middle;
  text-align: right;
}

#ranking-product-form div.content div.form form div textarea {
  vertical-align: top;
  resize: both;
}

#ranking-product-form div.content div.form .form_cnt.form_note {}

#ranking-product-form div.content div.form .form_cnt.form_note .images_note {
  display: inline-block;
  width: 270px;
  text-align: left;
}



#ranking-product-form div.content div.form .title_prd_h3 {
  font-family: arial;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  text-align: left;
}

#ranking-product-form div.content div.form .title_prd_h3 img {
  margin-right: 20px;
  vertical-align: middle;
}


#ranking-product-form div.content div.form hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}



/**************************************
	CART Notifications
**************************************/
div.content div.cart-notifications {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 60px);
  margin: 20px 30px;
  padding: 5px 2%;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: #fde4e4;
  border: 1px solid #f66;
}


/**************************************
	Vigns BLOG CATEGORYs
**************************************/
.vign-cms.theme-blog.skin-default {
  padding: 0 15px;
  background: #fff;
}

.vign-cms.theme-blog.skin-default[data-href] {
  cursor: pointer
}

.vign-cms.theme-blog.skin-default .vign-inner {
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
}

.vign-cms.theme-blog.skin-default:first-child .vign-inner,
.vign-cms.theme-blog.skin-default:nth-child(1) .vign-inner {
  border-top: 0;
  /*padding-top: 0;*/
}

/*@media (min-width: 992px) {
	.vign-cms.theme-blog.skin-default .vign-inner{ min-height:190px; }
}*/

.vign-cms.theme-blog.skin-default .vign-inner .media.media-image {
  /* position: relative;
	overflow: hidden;
	max-width: 100%; */
  /*max-height:250px;*/
  /* margin: 0 0 12px 0;
	text-align: left;
	vertical-align: middle; */


  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.vign-cms.theme-blog.skin-default .vign-inner .media.media-image a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  height: 100%;
}

.vign-cms.theme-blog.skin-default .vign-inner .media.media-image img {
  /* display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
	max-width: 100%;
	height: auto; */


  object-fit: cover;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 5px;
}

.vign-cms.theme-blog.skin-default .vign-inner .media.media-image img.default {
  height: 100%;
}

.vign-cms.theme-blog.skin-default .vign-inner .media.media-video {
  max-width: 100%;
  margin: 0 0 12px 0;
  text-align: left;
}

.vign-cms.theme-blog.skin-default .vign-inner .media.media-video .video {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.vign-cms.theme-blog.skin-default .vign-inner .media.media-video .video iframe,
.vign-cms.theme-blog.skin-default .vign-inner .media.media-video .video embed,
.vign-cms.theme-blog.skin-default .vign-inner .media.media-video .video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.vign-cms.theme-blog.skin-default .vign-inner .title,
.vign-cms.theme-blog.skin-default .vign-inner .title a,
.vign-cms.theme-blog.skin-default .vign-inner .title span {
  font-size: 24px;
  font-weight: bold;
  /* color:#383737; */
  color: #0462aa;
}

.vign-cms.theme-blog.skin-default .vign-inner .title {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 5px 0;
}

.vign-cms.theme-blog.skin-default .vign-inner .post-infos {
  margin: 0 0 10px 0;
}

.vign-cms.theme-blog.skin-default .vign-inner .post-infos,
.vign-cms.theme-blog.skin-default .vign-inner .post-infos span,
.vign-cms.theme-blog.skin-default .vign-inner .post-infos a {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  color: #8e959c;
}

.vign-cms.theme-blog.skin-default .vign-inner .post-infos span,
.vign-cms.theme-blog.skin-default .vign-inner .post-infos a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.vign-cms.theme-blog.skin-default .vign-inner .post-infos span.category-link:hover,
.vign-cms.theme-blog.skin-default .vign-inner .post-infos a.category-link:hover {
  text-decoration: underline;
}

.vign-cms.theme-blog.skin-default .vign-inner .catcher {
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  color: #636669;
}

.vign-cms.theme-blog.skin-default .vign-inner .link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  line-height: 1.3;
  color: #a63935;
  vertical-align: middle;
}

.vign-cms.theme-blog.skin-default .vign-inner .link a,
.vign-cms.theme-blog.skin-default .vign-inner .link span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 10px 20px;
  border: 0 none;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #FF8000;
  cursor: pointer;
  letter-spacing: 1px;
}

/*.vign-cms.theme-blog.skin-default .vign-inner .link:after{
	font-family:"FontAwesome";
	content:"\f178";
	position:absolute;
	top:50%;
	right:-25px;
	margin-top:-5px;
	padding-top:1px;
	font-size:10px;
	font-size:1rem;
	line-height:1;
}*/

.vign-cms.theme-blog.skin-default .vign-inner .link:hover {
  text-decoration: underline;
}

/*.vigns-cms.theme-blog.skin-default .vign{
	padding:0 15px;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.vigns-cms.theme-blog.skin-default .vign[data-href]{
	cursor:pointer;
}

.vigns-cms.theme-blog.skin-default .vign .vign-inner{
	padding:12px 0;
}

@media (min-width: 992px){
	.vigns-cms.theme-blog.skin-default .vign .vign-inner{
		min-height:190px;
	}
}*/


@media only screen and (max-width: 768px) {

  body#shop-product div.content div.h2-s1 h2,
  body#shop-product div.content div.h2-s1 p,
  .button.skin-s1 {
    font-size: 24px;
  }

  .questionsanswers {
    font-size: 20px;
  }

  body#shop-product div.content .link-text span {
    font-size: 20px;
  }

  div.questionsanswers div.div_submit input {
    font-size: 20px;
  }
}