/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* primary_block ***************************************************************************** */
.newproduct {display:none}
.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Acre", sans-serif;
}
#page .rte li {
    font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
#preduction {
    display: inline-flex;
    margin: 0 0 4px 31px;
    padding: 2px 6px;
    font-size: 0.5em;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3em;
    color: white;
    background: #d78691;
    border: 1px solid #d78691;
    vertical-align: text-bottom;
    transform: rotate(0deg);
}
.pb-left-column .new-box {
	position: absolute;
	width: 100px;
    top: 5px;
    right: 0;
}
.pb-right-column .new-box {
    position: absolute;
    width: 64px;
    top: -14px;
    right: 10px;
}

/* .pb-left-column ***************************************************************************** */
.pb-left-column {
  /* miniatures */
  margin:0 0 -40px;
}
.pb-left-column .p-label {
  position: absolute;
  top: 0;
  left: 0;
}
.pb-left-column .p-label .label {
  font-weight: normal;
  display:none
}
.pb-left-column #image-block {
  position: relative;
  margin-bottom: 10px;
}
.pb-left-column #image-block img {
  width: 100%;
}
.pb-left-column #image-block #view_full_size {
  display: block;
  cursor: pointer;
  text-align: center;
}
.pb-left-column #image-block #view_full_size a {
  display: inline-block;
}
.pb-left-column #image-block #view_full_size .span_link {
position: absolute;
bottom: 0;
right: 0;
display: block;
border: none;
left: 0;
top: 0;
width: 100%;
max-width: 100%;
color: white !important;
opacity: 0;
background: url(http://mysilhouetteby-s.com/img/hover-img-product.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.rtl .pb-left-column #image-block #view_full_size .span_link {
  left: 10px;
  right: auto;
}
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 2px;
}
.rtl .pb-left-column #image-block #view_full_size .span_link:after {
  margin: 0 2px 0 0;
}
.pb-left-column #image-block #view_full_size .span_link:hover:after {
  color: white;
}
.pb-left-column #image-block #view_full_size .span_link:hover {
  opacity:1;
}
.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}
.pb-left-column #image-block .zoomPad {
  z-index: auto!important;
}
.pb-left-column #views_block {
  position: relative;
}

#thumbs_list {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  width: 100% !important;
  margin: 0;
}
.rtl #thumbs_list ul#thumbs_list_frame {
  padding-right: 0;
  padding-left: inherit;
}
#thumbs_list li {
  float: left;
  width: 72px;
  cursor: pointer;
  border: 1px solid #dddddd;
  margin-right: 10px;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rtl #thumbs_list li {
  float: right;
}
.rtl #thumbs_list li {
  margin-left: 10px;
  margin-right: inherit;
}
#thumbs_list li a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
#thumbs_list li img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.primary_block {
  margin-bottom: 40px;
}
.time_limit {
    text-align: center;
    color: #d78691;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 20px;
    width: 100%;
    margin-top: 0;
}
@media (max-width: 414px) {
	.primary_block {
		border-top: none !important;
		display: flex;
		flex-direction: column-reverse;
	}
	.pb-left-column {
		margin: 0;
	}
	#thumbs_list {
		text-align: center;
	}
	#thumbs_list ul#thumbs_list_frame {
		text-align: center;
		width: 100% !important;
	}
	#thumbs_list li {
		display: inline-block;
		float: none;
	}
	#preduction {
		margin: 0 0 4px 6px;
	}
	
	.time_limit {
		font-size: 17px;
		padding: 5px 0;
	}
}
.primary_block span.view_scroll_spacer {
  float: left;
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 70px;
  z-index: 1000;
}
.rtl .primary_block span.view_scroll_spacer {
  float: right;
}
.rtl .primary_block span.view_scroll_spacer {
  right: 70px;
  left: auto;
}

#view_scroll_left,
#view_scroll_right {
  height: 20px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 1000;
}
#view_scroll_left:before,
#view_scroll_right:before {
  color: black;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 22px;
}
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
  color: #000001;
}

#view_scroll_right {
  right: 80px;
}
.rtl #view_scroll_right {
  left: 80px;
  right: auto;
}
#view_scroll_right:before {
  content: "\f105";
}

#view_scroll_left {
  margin-top: 0;
}
#view_scroll_left:before {
  content: "\f104";
  padding-right: 2px;
}

.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;
  margin-left: 0;
  margin-top: 20px;
  display:none
}
.rtl #usefull_link_block {
  margin-right: 0;
  margin-left: inherit;
}
#usefull_link_block li {
  margin: 0 0 8px 0;
}
#usefull_link_block li:first-child {
  margin: 0 0 8px 0;
  border: none;
  padding: 0;
}
#usefull_link_block li a {
  position: relative;
  padding-left: 25px;
  line-height: 22px;
  display: inline-block;
  font-weight: 500;
}
.rtl #usefull_link_block li a {
  padding-right: 25px;
  padding-left: inherit;
}
#usefull_link_block li a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  left: 0;
  font-weight: normal;
}
.rtl #usefull_link_block li a:before {
  right: 0;
  left: auto;
}
#usefull_link_block li a:hover:before {
  color: #272727;
}
#usefull_link_block li.print a:before {
  content: "\f02f";
}
#usefull_link_block li.sendtofriend a:before {
  content: "\f003";
}
#usefull_link_block li#left_share_fb {
  clear: both;
  float: none;
}
#usefull_link_block li#left_share_fb a {
  padding-left: 18px;
}
#usefull_link_block li#left_share_fb a:before {
  content: "\f09a";
}
#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;
  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";
  font-size: 19px;
  line-height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: normal;
  content: "\f08a";
}
.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_removed:before {
  content: "\f004";
}

/* pb-left-column ****************************************************************************** */
.pb-center-column {
  /* form */
}
.pb-center-column h1 {
 margin-top: 100px;
 font-size: 24px;
font-weight: 700;
color: #272727;
line-height: 35px;
text-align:left;
}
.pb-center-column p {
  margin-bottom: 10px;
}
.pb-center-column #product_reference {
  margin-bottom: 6px;
}
.pb-center-column #short_description_block {
  color: #272727;
}
.pb-center-column #buy_block {
  margin-top: 10px;
}
.pb-center-column #buy_block label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
}
.rtl .pb-center-column #buy_block label {
  text-align: left;
}
.pb-center-column #buy_block p.price {
  padding: 0;
}
.pb-center-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 10px 0 -5px;
  position: relative;
}
.rtl #product p#loyalty {
  padding: 17px 35px 15px 0;
}
#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;
}

.product_attributes {
padding: 0px 0px 0px;
     float: left;
margin-bottom: 10px;
}

#attributes fieldset {
  padding-bottom: 35px;
}
#attributes fieldset label {
  vertical-align: top;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 0;
  min-width: 130px;
}
#attributes .attribute_list {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
}
#attributes .attribute_list .form-control {
  max-width: 230px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#attributes .attribute_list .form-control option {
  color: #272727;
}
#attributes .attribute_list ul {
  clear: both;
}
#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 {
  display: inline-block;
  margin: 0 3px;
}
#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;
}
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 3px 0 0;
  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 0 3px;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
	display: block;
	width: 34px;
	height: 34px;
	cursor: pointer;
	border: 1px solid #ececec;
}
#attributes .attribute_list #color_to_pick_list li.selected {
  outline: 2px solid #272727;
  outline-offset: -2px;
}

.box-cart-bottom {
  padding: 0;
  border-bottom: 0px solid #dddddd;
  padding-bottom: 40px;
  text-align: right;
  float: right;
}
#availability_date {
    width: 100%;
    text-align: center;
}
span#availability_text {
    display: inline-block;
    font-weight: 500;
    color: #d78691;
    background: black;
    padding: 8px 17px;
    font-size: 14px;
}
#add_to_cart .btn {
  padding: 10px 39px;
}

/* table_data_sheet */
.table-data-sheet {
  border: 1px solid #000;
  width: 100%;
  margin: 0 0 20px;
}
.table-data-sheet tr {
  border-top: none;
}
.table-data-sheet tr.even {
  background: none;
}
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
.table-data-sheet tr td:first-child {
  border-right: none;
  width: 30%;
  font-weight: 500;
}

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 50%;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  table.table-product-discounts {
    width: 100%;
  }
  .pb-left-column .new-box {
		position: absolute;
		width: 60px;
		top: 2px;
		right: 0;
	}
}
table.table-product-discounts tr th {
  background: transparent;
  font-weight: 700;
  border: none;
  font-weight: 700;
}
table.table-product-discounts tr td,
table.table-product-discounts tr th {
  border-left: 1px solid #dddddd;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: 1px solid #dddddd;
  border-right: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 13px;
  line-height: 18px;
  border-bottom: none;
}

/* accessories  */
.accessories-block .block_description {
  display: none;
}
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none;
}
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}
.accessories-block .page-subheading {
  margin-bottom: 0;
}
h4.custom  {
    border-bottom: 1px solid grey;
}
.customsave {text-align: right}
#saveCustom {
    padding: 10px 39px;
    font-size: 18px;
}
/* quantity_wanted */
#quantity_wanted_p {
	position: relative;
	display: inline-block;
    margin: 0;
}
#quantity_wanted_p label {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    line-height: 35px;
    margin: 0;
    min-width: 60px;
    color: black;
    font-size: 12px;
    font-weight: 500;
}
@media (min-width: 479px) {
	#quantity_wanted_p input {
	  float: right;
	}
	#quantity_wanted_p {
		width: 100%;
	}
}
#quantity_wanted_p input {
      width: 100px;
    height: 41px;
  display: inline-block;
  padding: 5px 20px 5px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rtl #quantity_wanted_p input {
  padding: 5px 5px 5px 20px;
}
#quantity_wanted_p a {
  position: absolute;
  top: 3px;
  right: 0;
  padding: 0 7px;
  background: transparent;
  border: none;
}
.rtl #quantity_wanted_p a {
  left: 0;
  right: auto;
}
#quantity_wanted_p a.product_quantity_down {
  bottom: 3px;
  top: inherit;
}

/* 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 {
  font-size: 13px;
  line-height: 18px;
}

#availability_value, #last_quantities {
    background-color: #c5963e;
    line-height: 18px;
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
}
.rtl #availability_value, .rtl
#last_quantities {
  margin-right: 5px;
  margin-left: inherit;
}

#last_quantities {
  background: #6087d2;
  padding: 4px 8px 3px;
  position: relative;
}

#availability_statut,
#pQuantityAvailable {
  display: inline-block;
}

#pQuantityAvailable span {
  font-weight: 500;
}

#availability_statut #availability_value.warning_inline {
  margin: 0;
}

/* box-security */
/* prices */
.content_prices {
  padding: 0 0 5px 0;
}

.discount {
  display: none;
}

.price{
  float: right;
}

.our_price_display {
  font-size: 21px;
  color: black;
  font-weight: 600;
}

#old_price, .old-price {
  font-size: 17px;
  text-decoration: line-through;
  display: inline-block;
  line-height: 23px;
}
.product_accessories_description {
    margin-bottom: 20px;
}
.old-price-right {
	font-size: 15px;
    text-decoration: line-through;
    display: inline-block;
    float: right;
	font-weight: 500}
.no-print {
    text-align: center;
}
#reduction_percent, #reduction_amount {
    display: inline-block;
    /* margin-right: 10px; */
    /* padding: 1px 3px; */
    font-size: 18px;
    line-height: 23px;
    color: #b576d9;
    /* background: #f13340; */
    /* border: 1px solid #d02a2c; */
    margin-top: 5px;
}
.rtl #reduction_percent, .rtl
#reduction_amount {
  margin-left: 10px;
  margin-right: inherit;
}
#reduction_percent span,
#reduction_amount span {
  display: block;
}

/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left;
}
.rtl .pb-center-column p.online_only {
  text-align: right;
}
.online_only, .ppoo {
    position: absolute;
    top: 88%;
    left: 51px;
    right: 51px;
    /* transform: rotate(-15deg); */
    font-size: 24px;
    background: white;
    box-shadow: 1px 1px 10px 5px #80808073;
    text-align: center;
    padding: 10px 0;
}
.buttons_bottom_block {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}

#wishlist_button_nopop {
  height: 42px;
  line-height: 42px;
  margin-left: 25px;
}
.rtl #wishlist_button_nopop {
  margin-right: 25px;
  margin-left: inherit;
}
#wishlist_button_nopop i {
  margin-right: 10px;
}
.rtl #wishlist_button_nopop i {
  margin-left: 10px;
  margin-right: inherit;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden;
}
#send_friend_form .product img {
  margin: 0 0 10px 0;
  border: 1px solid #dddddd;
}
#send_friend_form .product p {
  padding: 0;
}
#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}
#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #dddddd;
}
#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
}
#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 .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;
}

.customizationUploadLine {
  padding-bottom: 10px;
}
.customizationUploadLine label {
  display: block;
  vertical-align: top;
}
.customizationUploadLine textarea {
    width: 100%;
    border: 1px solid #dddddd;
    color: #272727;
    min-height: 27px;
}

.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;
}

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

#product_comments_block_extra {
  display: inline-block;
}

.socialsharing_product {
  display: inline-block;
}
.socialsharing_product button {
  border: transparent;
  background: transparent;
  color: #272727;
}
.socialsharing_product button i {
  color: #272727 !important;
}
.socialsharing_product button:hover {
  border: transparent !important;
  background: transparent !important;
}
.socialsharing_product button:hover i {
  color: #000001 !important;
}
.socialsharing_product span {
  border-right: 1px solid #dddddd;
  padding-right: 15px;
  padding-left: 15px;
}
.rtl .socialsharing_product span {
  border-left: 1px solid #dddddd;
  border-right: inherit;
}
.rtl .socialsharing_product span {
  padding-left: 15px;
  padding-right: inherit;
}
.rtl .socialsharing_product span {
  padding-right: 15px;
  padding-left: inherit;
}

/******************************************************************
Quick View Styles
******************************************************************/
.addsharethisinner .stButton .stArrow {
  display: none !important;
}

#product.content_only div.primary_block {
  margin-bottom: 0;
  padding: 10px;
}
@media (max-width: 991px) {
  #product.content_only div.primary_block {
    margin-right: 0;
  }
}
#product.content_only #leo-paneltool {
  display: none;
}

@media (max-width: 1050px) {
  #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block, #product.content_only section.primary_block div.pb-left-column #image-block, #product.content_only section.primary_block div.pb-left-column #views_block {
    max-width: 470px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #product.content_only div.primary_block div.pb-left-column #thumbs_list li, #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
    width: 60px;
  }
  #product.content_only div.primary_block div.pb-center-column h1, #product.content_only section.primary_block div.pb-center-column h1 {
    margin-top: 0;
  }
  #product.content_only .blockproductscategory {
    display: none;
  }
}
.tab-content {
  padding: 0;
  border-top-color: transparent;
 /* -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-width: 50%;
  -webkit-column-width: 50%;
  column-width: 50%;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;*/
}

.page-product-box .page-subheading {
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  position: relative;
}
.page-product-box .page-subheading a {
  color: #272727;
}
.page-product-box .page-subheading a:before {
  content: "\f068";
  font-size: 10px;
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  right: 0px;
  font-weight: normal;
  top: 23px;
}
.rtl .page-product-box .page-subheading a:before {
  left: 0;
  right: auto;
}
.page-product-box .page-subheading a.collapsed:before {
  content: "\f067";
}
.page-product-box.panel {
  border: none;
  border-bottom: 0px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-product-box .rte p{
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 18px;
  margin: 0 0 15px;
}
.newproduct {position: absolute;right: 7px;top: 38px;padding: 5px;background: black;color: white;}
@media (min-width: 479px) {
	.page-product-box .rte p{
	  min-height: 18px;
	}
}
@media (max-width: 479px) {
	.newproduct {
		top: 28px;
		padding: 2px 5px 3px;
		font-size: 13px;
	}
	.ppoo {
		top: 88%;
		left: 51px;
		right: 51px;
		font-size: 18px;
		padding: 6px 0;
	}
    .primary_block {
        display: flex;
        flex-direction: column-reverse;
    }
    .pb-left-column {
        margin: 0;
    }
}
.page-product-box .rte h3{
    font-size: 15px !important;
	color: black;
    font-weight: bold;
    text-transform: uppercase !important;
    display: block;
    border-bottom: solid 1px #9d9d9c;
    padding: 0 0 13px;
    margin: 0 0 13px !important;
}

.page-product-box .rte li{
  font-size: 14px;
  font-weight: 400;
  color: black;
  line-height: 18px;
}
.page-heading span.mono {padding: 14px 20px 50px;min-width: 125px;}
.pb-left-column #image-block img.free-b {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 90px;
    height: 90px;
}

.revws-count-text{
  color: black;
}
.revws-useful {display:none}
.revws-count-text:hover{
  border-color: #dac5f0;
  background: #dac5f0;
  color: white;
}
#thumbs_list li.video_link {
    overflow: hidden;
    border: none;
    background: white;
    clip-path: circle(50%);
    -webkit-clip-path: circle(50%);
}
#ps-checkout-express-button {display: block;width: 100.5%;}
@media only screen and (min-width: 200px) {
	.paypal-button-row {
		height: 39px !important;
	}
}
@media only screen and (min-width: 767px) {
  #thumbs_list li {
  width: 114px;
}
}
