/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*  
 * LAYOUT VARIABLES 
 */
/** CHECKOUT BY STEP */
.primary_block {
 /* background-color: #fff;   */
}

#image-block {
  position: relative;
  background: #FFFFFF;
  text-align: center;
  /*border: 1px solid #eceff1;
          @media (max-width: 600px){
              float: none;
              display: block;
          }*/
}
@media (max-width: 991px) {
  #image-block {
    margin-bottom: 30px;
  }
}
#image-block #view_full_size {
  display: block;
  cursor: pointer;
}
#image-block #view_full_size .span_link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 10px 0;
  text-align: center;
  line-height: 22px;
  color: #777676;
  width: 50px;
  text-align: center;
  /*			font-weight: 700;
  			background: rgba(255,255,255,0.5);
  			@include border-radius(20px);
  			@include box-shadow(0 2px 8px rgba(0,0,0,0.16));*/
}
.rtl #image-block #view_full_size .span_link {
  left: 0;
  right: auto;
}
#image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #535353;
  font-size: 20px;
  line-height: 22px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 10px;
}
#image-block #view_full_size .span_link:hover {
  color: #ffb15a;
}
#image-block #view_full_size .span_link:hover:after {
  color: #ffb15a;
}
#image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}
#image-block a.jqzoom div div .zoomWrapper {
  border: none;
}
#image-block .zoomPad {
  z-index: auto !important;
}
#image-block .new-box,
#image-block .sale-box {
  z-index: 100;
}

#right_hook {
  margin-bottom: 30px;
}

.pb-right-column > div {
  margin-bottom: 15px;
}
.pb-right-column h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

/* miniatures */
.pb-left-column #views_block {
  position: relative; 
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .pb-left-column #views_block {
    float: none;
  }
}

#thumbs_list {
  display: inline-block;
 width: 100%;
  overflow: hidden;
  /*	@media (min-width: $screen-sm) and (max-width: $screen-md-max) { //min 992px max 1199px
  		width: 295px;
  	}
  	@media (max-width: $screen-xs-max) { //max 767px
  		width: 195px;
  	}*/
}
#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  width: 100%!important;
}
.rtl #thumbs_list ul#thumbs_list_frame {
  padding-right: 0;
  padding-left: inherit;
}
@media (max-width: 600px) {
  #thumbs_list ul#thumbs_list_frame {
    margin-right: 0;
  }
  .rtl #thumbs_list ul#thumbs_list_frame {
    margin-left: 0;
    margin-right: inherit;
  }
}
#thumbs_list li {
  float: left;
   margin-right: 3px;
   margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 91px;
}
.rtl #thumbs_list li {
  float: right;
}
.rtl #thumbs_list li {
  margin-left: 5px;
  margin-right: inherit;
}
#thumbs_list li a {
  display: block;
  border: 1px solid #eceff1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#thumbs_list li a.shown {
  border-color: #f44336;
}

.view_scroll_spacer a {
  line-height: 90px;
  top: 15%;
  /* margin-top: -10px; */
  border-color: #eceff1;
  color: #333;
  width: 20px;
  height: 96px;
  background-color: #ffb15a;
}

#view_scroll_left {
  left: 0;
}

#view_scroll_right {
  right: 0;
}

.resetimg {
  padding: 10px 0 0;
}
.resetimg #resetImages i {
  margin-right: 6px;
}
.rtl .resetimg #resetImages i {
  margin-left: 6px;
  margin-right: inherit;
}

/* link list */
#usefull_link_block {
  list-style-type: none;
}
#usefull_link_block li {
  margin: 6px 10px 6px 10px;
  float: left;
}
.rtl #usefull_link_block li {
  margin: 6px 10px 6px 10px;
}
.rtl #usefull_link_block li {
  float: right;
}
#usefull_link_block li.sendtofriend a:before {
  content: "\f003";
}
#usefull_link_block li.print {
  display: none;
}
#usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
  cursor: pointer;
  font-weight: 700;
  clear: both;
  float: none;
  margin: 0 0 8px 0;
  border: none;
  padding: 0;
  position: relative;
}
#usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
  font-family: "FontAwesome";
  color: #555555;
  font-size: 19px;
  line-height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: normal;
  content: "\f005";
}
.rtl #usefull_link_block li#favoriteproducts_block_extra_remove:before, .rtl #usefull_link_block li#favoriteproducts_block_extra_add:before, .rtl #usefull_link_block li#favoriteproducts_block_extra_removed:before, .rtl #usefull_link_block li#favoriteproducts_block_extra_added:before {
  right: 0;
  left: auto;
}
#usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
  color: #000;
}
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
  content: "\f005";
}

/* pb-left-column ****************************************************************************** */
h1 {
  color: #383d40;
}

p {
  margin-bottom: 10px;
}

#product_reference {
  margin-bottom: 6px;
  color: #999;
}
#product_reference span {
  font-weight: 700;
  /*color: #555555;   */
  color: #999;
}

#product_condition .editable {
  padding-left: 5px;
  
}
.rtl #product_condition .editable {
  padding-right: 5px;
  padding-left: inherit;
  color: #999;
}

#short_description_block {

padding: 8px 8px 8px 8px;
    border: 1px solid #ffce98;
    color: #1c1c1c;
    /*width: 200px; */
    position: relative;
    margin: 20px auto;
    background-color: #ffe4c6;
    -webkit-border-radius: 2px;
    box-shadow: 5px 5px 10px #b1b1b1;
  /*color: #000;
  background-color: #F5F5F5;
  font-size: 16px;
  padding: 12px 12px 12px 12px;
  border: 1px solid #DCDCDC;     */
}



#short_description_block .buttons_bottom_block {
  display: none;
}
#short_description_block #short_description_content {
  padding: 0;
  word-wrap: break-word;
}
#short_description_block #short_description_content p {
  line-height: 18px;
}

/* form */
#buy_block {
  		margin-top: 25px;
  position: relative;
}
#buy_block label {
  display: inline-block;
  text-align: left;
  float: left;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
}
.rtl #buy_block label {
  text-align: right;
}
.rtl #buy_block label {
  float: right;
}
#buy_block p.price {
  padding: 0;
}
#buy_block .product_attributes {
  margin-bottom: 30px;
}
#buy_block .product_attributes span {
  float: left;
}
.rtl #buy_block .product_attributes span {
  float: right;
}

#color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
  margin: 10px 0 -5px;
  position: relative;
}
#product p#loyalty b {
  color: #555555;
}
#product p#loyalty:before {
  content: "\f024";
  font-family: "FontAwesome";
  color: #cfcccc;
  font-size: 26px;
  line-height: 28px;
  position: absolute;
  top: 16px;
  left: 0;
}
.rtl #product p#loyalty:before {
  right: 0;
  left: auto;
}

#page .rte {
  /*	padding: 0 0px 20px;*/
  word-wrap: break-word;
}
#page .rte p {
  margin-bottom: 0;
}

#attributes fieldset {
  display: inline-block;
  margin-right: 40px;
  background: #FFB15A;
  border: 1px solid #FFB15A;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 4px 18px 3px;
  position: relative;
  top: 1px;
}
.rtl #attributes fieldset {
  margin-left: 40px;
  margin-right: inherit;
}
#attributes fieldset:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  #attributes fieldset {
    margin-bottom: 15px;
  }
}
#attributes fieldset label {
  vertical-align: top;
  display: block;
  line-height: 40px;
}
#attributes .attribute_list {
  display: inline-block;
  float: left;
  line-height: 40px;
}
.rtl #attributes .attribute_list {
  float: right;
}
#attributes .attribute_list .form-control {
  width: 110px;
  display: inline-block;
  height: 38px;
}
#attributes .attribute_list .form-control option {
  background: #FFFFFF;
  color: #999;
}
#attributes .attribute_list ul {
  overflow: hidden;
  /*                        &#color_to_pick_list{
                              @include rtl-float-left;
                              min-width: 150px;
                          }*/
}
#attributes .attribute_list ul li {
  float: left;
  margin-right: 10px;
}
.rtl #attributes .attribute_list ul li {
  float: right;
}
.rtl #attributes .attribute_list ul li {
  margin-left: 10px;
  margin-right: inherit;
}
#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}
.rtl #attributes .attribute_list input.attribute_radio {
  float: right;
}
.rtl #attributes .attribute_list input.attribute_radio {
  margin-right: 3px;
  margin-left: inherit;
}
#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
  float: none;
  display: inline-block;
}
#attributes .attribute_list #color_to_pick_list {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  border: 1px solid #ffb15a;
  clear: none;
}
.rtl #attributes .attribute_list #color_to_pick_list li {
  float: right;
}
.rtl #attributes .attribute_list #color_to_pick_list li {
  margin: 0 0 3px 3px;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 22px;
  width: 22px;
  cursor: pointer;
}
#attributes .attribute_list #color_to_pick_list li.selected {
  border: 1px solid #000000;
}

.box-info-product .box-cart-bottom {
  margin-bottom: 20px;
}
.box-info-product .box-cart-bottom > div {
  margin-right: 25px;
  display: inline-block;
  float: left;
}
.rtl .box-info-product .box-cart-bottom > div {
  margin-left: 25px;
  margin-right: inherit;
}
.rtl .box-info-product .box-cart-bottom > div {
  float: right;
}
.box-info-product .box-cart-bottom > div:last-child {
  margin-right: 0;
}
.rtl .box-info-product .box-cart-bottom > div:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.box-info-product .box-cart-bottom > div p {
  margin-bottom: 0;
}
.box-info-product .box-cart-bottom > div a {
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  color: #a9afb6;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.box-info-product .box-cart-bottom > div a:hover {
  color: #ffb15a;
}

/*#add_to_cart {
	margin-bottom: 0;
	.btn {
		height: 40px;
		padding: 7px 25px;
		background-color: $theme-color;
		font-size: 13px;
		&:hover {
			background-color: #000;
			border-color: #000;
		}
	}
}*/
#add_to_cart .btn {
  border-color: #383d40;
  display: block;
  background-color: #383d40;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  height: 40px;
  padding: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 40px;
  min-width: 180px;
  -webkit-transition: 0.3s all ease-in-out 0s;
  -o-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
}
#add_to_cart .btn:hover {
  border-color: #ff625a;
  background-color: #ff625a;
  color: #fff;
}
#add_to_cart .btn:hover .icon-cart-plus {
  background: url(../img/data/add-cart-bg.png) no-repeat center bottom;
}
#add_to_cart .btn:hover span {
  border-color: #fff;
}
#add_to_cart .btn .icon-cart-plus {
  width: 24px;
  height: 24px;
  background: url(../img/data/add-cart-bg.png) no-repeat center top;
  float: left;
  display: inline-block;
  margin: 8px 17px;
}
.rtl #add_to_cart .btn .icon-cart-plus {
  float: right;
}
#add_to_cart .btn .icon-cart-plus:before {
  content: "";
}
#add_to_cart .btn span {
  border-left: 1px solid #818181;
  float: left;
  line-height: normal;
  margin: 11px 0;
  font-weight: 700;
  min-width: 144px;
  padding: 0 5px;
}
.rtl #add_to_cart .btn span {
  border-right: 1px solid #818181;
  border-left: inherit;
}
.rtl #add_to_cart .btn span {
  float: right;
}

.tabs-info {
  border: 2px solid #eceff1;
  padding: 30px;
}
.tabs-info .tab-nav {
  border-bottom: 0px solid #eceff1;
  margin-bottom: 30px;
  margin-left: -20px;
}
@media (max-width: 570px) {
  .tabs-info .tab-nav .nav-tabs li {
    display: inline-block;
    width: 100%;
  }
  .tabs-info .tab-nav .nav-tabs li a {
    padding-left: 0;
  }
  .rtl .tabs-info .tab-nav .nav-tabs li a {
    padding-right: 0;
    padding-left: inherit;
  }
}

/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #eceff1;
  width: 100%;
  margin: 0 0 20px;
  clear: both;
  background: #FFFFFF;
}
.table-data-sheet tr {
  border-top: 1px solid #eceff1;
}
.table-data-sheet tr.even {
  background: #fdfdfd;
}
.table-data-sheet tr td {
  padding: 8px 10px 8px;
}
.table-data-sheet tr td:first-child {
  border-right: 1px solid #eceff1;
  width: 30%;
  font-weight: 700;
  color: #555555;
}
.rtl .table-data-sheet tr td:first-child {
  border-left: 1px solid #eceff1;
  border-right: inherit;
}

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #eceff1;
  border-right: 1px solid #eceff1;
  width: 50%;
  margin: 0 0 20px;
  background: #FFFFFF;
}
.rtl table.table-product-discounts {
  border-left: 1px solid #eceff1;
  border-right: inherit;
}
@media (max-width: 767px) {
  table.table-product-discounts {
    width: 100%;
  }
}
table.table-product-discounts tr th {
  background: #fbfbfb;
  color: #555555;
  font-weight: 700;
  border: none;
  font-weight: 700;
}
table.table-product-discounts tr td,
table.table-product-discounts tr th {
  border-left: 1px solid #eceff1;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: 1px solid #eceff1;
  border-right: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 13px;
  line-height: 18px;
  border-bottom: none;
}
.rtl table.table-product-discounts tr td, .rtl
table.table-product-discounts tr th {
  border-right: 1px solid #eceff1;
  border-left: inherit;
}
.rtl table.table-product-discounts tr td, .rtl
table.table-product-discounts tr th {
  border-left: none;
  border-right: inherit;
}

/* accessories  */
.accessories-block {
  clear: both;
}
.accessories-block .product_list {
  margin-top: 0px;
}
.accessories-block .block_description {
  display: none;
}
.accessories-block .exclusive span {
  padding: 8px 10px 7px;
  text-decoration: none;
}
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}

.pbottom {
  margin: 15px 0;
}
.pbottom .button-action {
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
  padding: 20px 0 10px;
}
.pbottom .button-action .btn-default {
  padding-left: 20px;
  padding-right: 20px;
}

/* quantity_wanted */
#quantity_wanted_p {
  float: left;
  position: relative;
  border: 1px solid #eceff1;
  margin: 0 43px 0 0;
}
.rtl #quantity_wanted_p {
  float: right;
}
.rtl #quantity_wanted_p {
  margin: 0 0 0 43px;
}
#quantity_wanted_p input {
  background: #FFFFFF;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  width: 40px;
  height: 38px;
  /*    @include rtl-margin-right(-1px);*/
  border: none !important;
}
#quantity_wanted_p label {
  display: inline-block;
  min-width: 120px;
  font-size: 15px;
  font-weight: normal;
}

#minimal_quantity_wanted_p {
  margin: 6px 0;
}

#quantity_wanted_p .button-minus, #quantity_wanted_p .button-plus {
  background: #fff;
  /*    border: 1px solid $border-color;*/
  cursor: pointer;
  line-height: 38px;
  display: inline-block;
  padding: 0 6px;
  width: 30px;
  height: 38px;
  text-align: center;
  font-size: 11px;
  border: 0;
}
#quantity_wanted_p .button-minus span, #quantity_wanted_p .button-plus span {
  font-size: 14px;
  color: #a9afb6;
}
#quantity_wanted_p .button-minus:hover span, #quantity_wanted_p .button-plus:hover span {
  color: #383d40;
}
#quantity_wanted_p .button-minus {
  border-top: 0 none;
  top: 21px;
  float: left;
}
.rtl #quantity_wanted_p .button-minus {
  float: right;
}
#quantity_wanted_p .button-plus {
  margin-top: 0;
  right: 0;
  top: 0;
}
.rtl #quantity_wanted_p .button-plus {
  left: 0;
  right: auto;
}

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}
.rtl #availability_statut span#availability_label, .rtl
#availability_date_label {
  text-align: left;
}

#quantityAvailable {
  color: #555555;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

#availability_value,
#last_quantities {
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  padding: 5px 15px;
  background: #FFB15A; 
  border: 1px solid #FFB15A; 
  margin-left: 5px;
}
.rtl #availability_value, .rtl
#last_quantities {
  margin-right: 5px;
  margin-left: inherit;
}

#last_quantities {
  background: #ff7430;
  border: 1px solid #ea5e1a;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
}

#availability_statut,
#pQuantityAvailable {
  display: inline-block;
    background: #FFB15A;
  border: 1px solid #FFB15A;
  border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  padding: 4px 18px 3px;
  position: relative;
  top: 1px;
  /** float: right;    **/
}
.rtl #availability_statut, .rtl
#pQuantityAvailable {
  float: right;
   
}

#pQuantityAvailable span {
  font-weight: 700;
  color: #555555;
  font-size: 15px;
}

#availability_statut #availability_value.warning_inline {
  background-color: #fe9126;
  border-color: #e4752b;
  text-shadow: 1px 1px #e68322;
  margin: 0;
}

/* box-security */
/* prices */
.content_prices {
  margin: 0 0 15px 0;
  position: relative;
  /*	> * {
  		display: inline-block;
  	}*/
}
.content_prices:before, .content_prices:after {
  content: " ";
  display: table;
}
.content_prices:after {
  clear: both;
}
.content_prices .price {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  width: auto;
  margin-right: 30px;
}
.rtl .content_prices .price {
  margin-left: 30px;
  margin-right: inherit;
}
.content_prices .our_price_display {
  font-weight: 700;
  line-height: 24px;
  float: left;
}
.rtl .content_prices .our_price_display {
  float: right;
}
.content_prices .our_price_display .price {
  color: #ff625a;
  margin-left: 15px;
}
.content_prices .reduction_display {
  display: inline-block;
  width: 100%;
  margin: 8px 0;
}
.content_prices #old_price {
  /*text-decoration: line-through;  */
  font-weight: 400;
  font-size: 12px;
  float: left;
  color: #bbb;
  margin-left: 20px;
}
.rtl .content_prices #old_price {
  float: right;
}
.content_prices #old_price .price {
  color: #a9afb6;
  font-size: 19px;
  font-weight: normal;
  /*text-decoration: line-through;  */
  margin-left: 15px;
}

#reduction_percent,
#reduction_amount {
  margin: 0;
  font-size: 15px;
}
#reduction_percent span,
#reduction_amount span {
  margin-right: 13px;
  margin-left: 15px; 
}
#reduction_percent .reduction_percent_display,
#reduction_amount .reduction_percent_display {
  color: #ff625a;
  font-weight: bold;
}

/* online_only */
.pb-right-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left;
}
.rtl .pb-right-column p.online_only {
  text-align: right;
}

.buttons_bottom_block .btn .icon {
  font-size: 12px;
  margin: 1px 6px;
}
.buttons_bottom_block .btn:hover .icon {
  color: #ffb15a;
}

#wishlist_button {
  padding-left: 0;
  padding-right: 0;
}

#wishlist_button_nopop {
  padding: 0;
  color: #bbb;
}
#wishlist_button_nopop:hover {
  color: #ffb15a;
}
#wishlist_button_nopop .icon-heart-o {
  margin: 0 7px;
  font-size: 12px;
}
#wishlist_button_nopop .icon-heart-o:before {
  font-weight: 900;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #send_friend_form {
    width: 280px;
  }
}
#send_friend_form .product img {
  margin: 0 0 10px 0;
  border: 1px solid #eceff1;
}
#send_friend_form .product p {
  padding: 0;
  color: #555555;
}
#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}
#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #eceff1;
  background: #fbfbfb;
}
#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #555555;
}
#send_friend_form .form_container p.txt_required {
  padding-bottom: 0;
  color: #666;
}
#send_friend_form .form_container .text {
  padding-bottom: 10px;
}
#send_friend_form .form_container .text label {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 12px;
}
#send_friend_form .form_container .text input {
  padding: 0 5px;
  height: 30px;
  width: 100%;
  border: 1px solid #eceff1;
  font-size: 12px;
  color: #666;
}
#send_friend_form .submit {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: right;
}
.rtl #send_friend_form .submit {
  text-align: left;
}

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
  margin-bottom: 30px;
}

ul#uploadable_files,
ul#text_fields {
  list-style-type: none;
}

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eceff1;
}

.customizationUploadLine {
  padding-bottom: 10px;
}
.customizationUploadLine label {
  display: block;
  vertical-align: top;
}
.customizationUploadLine textarea {
  width: 50%;
  border: 1px solid #eceff1;
}

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px;
}

#customizedDatas {
  float: right;
}
.rtl #customizedDatas {
  float: left;
}

.accessories_block div ul li a {
  display: inline-block;
}
.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
  font-weight: 700;
}

/*.tab_product_content {
	padding: 15px;
}*/
.primary_block #tags_block_left {
  margin-bottom: 0;
}
.primary_block .title_block {
  float: left;
  padding: 1px 10px 1px 0;
}
.rtl .primary_block .title_block {
  float: right;
}
.rtl .primary_block .title_block {
  padding: 1px 0 1px 10px;
}
.primary_block .block_content {
  float: left;
}
.rtl .primary_block .block_content {
  float: right;
}
.primary_block .block_content a {
  color: #666;
}
.primary_block .block_content a:hover {
  color: #ffb15a;
}

.page-product-box .panel-heading {
  padding: 0;
}
.page-product-box .panel-heading a {
  padding: 15px 25px;
  display: block;
  position: relative;
}
.page-product-box .panel-heading a:before {
  position: absolute;
  content: "--";
  right: 15px;
  top: 10px;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -3px;
}
.rtl .page-product-box .panel-heading a:before {
  left: 15px;
  right: auto;
}
.page-product-box .panel-heading a.collapsed:before {
  content: "+";
}
.page-product-box .page-product-heading {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.page-product-box .panel-inner {
  padding: 5px 25px 20px !important;
}

/******************************************************************
Quick View Styles
******************************************************************/
.content_only .primary_block {
  padding: 30px;
}

/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
}
.ie8 .box-security {
  filter: none;
}

.hotspot_cdata
{
padding: 8px 8px 8px 8px;
    border: 1px solid #ffce98;
    color: #1c1c1c;
    /*width: 200px; */
    position: relative;
    margin: 20px auto;
    background-color: #ffe4c6;
    -webkit-border-radius: 2px;
    box-shadow: 5px 5px 10px #b1b1b1;
    }    
    .indicator_active
    {
       -webkit-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    }  