<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RIGHT TO LEFT */
/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 40px;
}

.top-hr {
  display: none;
}

.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
}

.box-security .product-heading-h5 {
  margin: 3px 0 -8px;
}

#productscategory_list .product-name,
.accessories-block .product-name {
  margin-bottom: 5px;
}
#productscategory_list .product-name a,
.accessories-block .product-name a {
  font-size: 15px;
  line-height: 18px;
  color: #3e474b;
}
#productscategory_list .product-name a:hover,
.accessories-block .product-name a:hover {
  color: #c90202;
}

img {
  max-width: 100%;
  height: auto;
}

.tabs-group {
  border: 1px solid #ebeef2;
  border-top: 1px solid #c90202;
  -webkit-border-radius: 4px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.tabs-group .nav.page-product-heading {
  border-radius: 3px 3px 0 0;
  border: none;
  background: white;
}
.tabs-group .nav.page-product-heading li a {
  background: none;
  border: none;
  font-weight: 700;
}
.tabs-group .nav.page-product-heading li.active a {
  background: #3e474b;
  color: white;
}
.tabs-group .nav.page-product-heading li.active a:hover, .tabs-group .nav.page-product-heading li.active a:focus {
  border: none;
}
.tabs-group .tab-content {
  padding: 20px;
  border-top: 1px solid #ebeef2;
}
.tabs-group .page-product-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #eaeaea;
  background: white;
}
.pb-left-column #image-block img {
  background: #fefefe;
  width: 100%;
}
.pb-left-column #image-block #view_full_size .span_link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -68px;
  display: block;
  padding: 10px 0;
  text-align: center;
  line-height: 22px;
  color: #777676;
  width: 136px;
  text-align: center;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #c0c0c0;
  font-size: 20px;
  line-height: 22px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 4px;
}
.pb-left-column #image-block #view_full_size .span_link:hover:after {
  color: #353d41;
}
.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 #image-block .new-box,
.pb-left-column #image-block .sale-box {
  z-index: 5002;
}

/* miniatures */
.pb-left-column #views_block {
  margin-top: 10px;
}

#thumbs_list {
  overflow: hidden;
  float: left;
  width: 375px;
  height: 110px;
  margin-right: 10px;
}
#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
}
#thumbs_list li {
  float: left;
  cursor: pointer;
  border: 1px solid #eaeaea;
  margin-right: 9px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#thumbs_list li.last {
  margin-right: 0;
}
#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;
}
#thumbs_list li img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span.view_scroll_spacer {
  float: left;
  width: 20px;
  margin-right: 10px;
}

#view_scroll_left,
#view_scroll_right {
  height: 108px;
  width: 18px;
  border: 1px solid #eaeaea;
  overflow: hidden;
  font-size: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#view_scroll_left:before,
#view_scroll_right:before {
  color: silver;
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 100px;
  padding-left: 3px;
}
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
  color: #353d41;
}

#view_scroll_right {
  float: left;
}
#view_scroll_right:before {
  content: "\f101";
}

#view_scroll_left {
  margin-bottom: 10px;
}
#view_scroll_left:before {
  content: "\f100";
}

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

/* link list */
#usefull_link_block {
  list-style-type: none;
  padding: 13px 0;
  margin-bottom: 0;
  display: inline-block;
}
#usefull_link_block li {
  padding: 0 10px;
  float: left;
  border-left: 1px solid #ebeef2;
}
.rtl #usefull_link_block li {
  float: right;
}
#usefull_link_block li a {
  line-height: 22px;
  display: inline-block;
}
#usefull_link_block li a:before {
  font-family: "FontAwesome";
  font-size: 13px;
  color: #aab2bd;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ebeef2;
  line-height: 26px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #aab2bd;
}
#usefull_link_block li.print a:before {
  content: "\f02f";
}
#usefull_link_block li.sendtofriend a:before {
  content: "\f0e0";
}
#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;
  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: #353d41;
  font-size: 19px;
  line-height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: normal;
  content: "\f08a";
}
#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: "\f004";
}

/* pb-left-column ****************************************************************************** */
.pb-center-column {
  margin-bottom: 30px;
  /* form */
}
.pb-center-column h1 {
  padding-bottom: 16px;
  font-weight: 300;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  color: #3e474b;
  border-bottom: 1px solid #ebeef2;
  margin-bottom: 10px;
}
.pb-center-column p {
  margin-bottom: 10px;
}
.pb-center-column .socialsharing_product {
  border-bottom: 1px solid #ebeef2;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.pb-center-column #product_reference {
  margin-bottom: 6px;
  border-top: 1px solid #ebeef2;
}
.pb-center-column #product_reference span {
  color: #353d41;
}
.pb-center-column #short_description_block {
  color: #666666;
}
.pb-center-column #short_description_block .buttons_bottom_block {
  display: none;
}
.pb-center-column #short_description_block #short_description_content {
  padding: 0 0 15px;
  word-wrap: break-word;
}
.pb-center-column #short_description_block #short_description_content p {
  line-height: 18px;
}
.pb-center-column #buy_block {
  margin-top: 10px;
}
.pb-center-column #buy_block label {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}
.pb-center-column #buy_block p.price {
  padding: 0;
}
.pb-center-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 300;
}

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

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

#attributes fieldset {
  padding-bottom: 3px;
}
#attributes fieldset label {
  vertical-align: top;
  display: block;
}
#attributes .attribute_list {
  width: 100%;
}
#attributes .attribute_list .form-control {
  max-width: 230px;
}
#attributes .attribute_list .form-control option {
  background: white;
  color: #666666;
}
#attributes .attribute_list ul {
  clear: both;
}
#attributes .attribute_list ul li {
  float: left;
  margin-right: 10px;
}
.rtl #attributes .attribute_list ul li {
  float: right;
}
#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 3px;
}
.rtl #attributes .attribute_list input.attribute_radio {
  float: right;
}
#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;
}
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  border: 1px solid #ebeef2;
  clear: none;
}
.rtl #attributes .attribute_list #color_to_pick_list li {
  float: right;
}
#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 #4d4d4d;
}

.product_attributes,
.box-cart-bottom {
  padding: 0 0 15px;
}

.box-cart-bottom {
  padding: 0;
}

.box-info-product {
  border-top: 1px solid #d2d0d0;
}
.box-info-product p {
  margin-bottom: 7px;
}
.box-info-product .exclusive {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
  border: 1px solid #30373a;
  background: #384044;
  font-weight: 600;
  font-size: 15px;
  color: white;
  padding: 0;
  outline: none;
}
.box-info-product .exclusive span {
  display: block;
  position: relative;
  padding: 4px 20px 4px 30px;
  border: 1px solid #454f54;
}
.rtl .box-info-product .exclusive span {
  padding: 4px 30px 4px 20px;
}
.box-info-product .exclusive span:before {
  content: "ďş";
  font-family: "FontAwesome";
  position: absolute;
  left: 5px;
  top: 4px;
}
.rtl .box-info-product .exclusive span:before {
  right: 5px;
  left: auto;
}
.box-info-product .exclusive.added span:before {
  content: "\f00c";
}
.box-info-product .exclusive.added.disabled span:before, .box-info-product .exclusive.disabled span:before {
  content: "\f110";
  animation: 2s linear 0s normal none infinite spin;
  -webkit-animation: 2s linear 0s normal none infinite spin;
  -moz-animation: 2s linear 0s normal none infinite spin;
  border: none;
}
.box-info-product .exclusive:hover, .box-info-product .exclusive:focus {
  background: #c90202;
  border-color: #e25a3a;
  color: white;
}
.box-info-product .exclusive:hover span, .box-info-product .exclusive:focus span {
  border-color: #ff7858;
}

#center_column.col-sm-9 .col-md-3 .box-info-product {
  background: #f6f6f6;
  border: 1px solid #d2d0d0;
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf;
}
#center_column.col-sm-9 .col-md-3 .box-info-product p {
  margin-bottom: 7px;
  padding: 15px 10px 0;
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
  padding: 0;
  border-top: 1px solid #0079b6;
  border-right: 1px solid #006fa8;
  border-left: 1px solid #006fa8;
  border-bottom: 1px solid #012740;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
  background-image: -webkit-linear-gradient(#009ad0, #007ab7);
  background-image: -moz-linear-gradient(#009ad0, #007ab7);
  background-image: -o-linear-gradient(#009ad0, #007ab7);
  background-image: linear-gradient(#009ad0, #007ab7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 );
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
  font-family: "FontAwesome";
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  color: white;
  font-size: 25px;
  line-height: 47px;
  text-shadow: 0 1px #015883;
  content: "\f07a";
  z-index: 2;
  width: 51px;
  text-align: center;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
  content: "\f00c";
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
  content: "\f110";
  animation: 2s linear 0s normal none infinite spin;
  -webkit-animation: 2s linear 0s normal none infinite spin;
  -moz-animation: 2s linear 0s normal none infinite spin;
  border: none;
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51px;
  content: "";
  width: 1px;
  z-index: 2;
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  border: none;
  border-top: 1px solid #006fa8;
  text-shadow: 0 1px #015883;
  padding: 12px 16px 14px;
  color: white;
  display: block !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
  background-image: -webkit-linear-gradient(#007ab7, #009ad0);
  background-image: -moz-linear-gradient(#007ab7, #009ad0);
  background-image: -o-linear-gradient(#007ab7, #009ad0);
  background-image: linear-gradient(#007ab7, #009ad0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
  background-position: 0 0;
}

/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #ebeef2;
  width: 100%;
  margin: 0 0 20px;
  background: white;
}
.table-data-sheet tr {
  border-top: 1px solid #ebeef2;
}
.table-data-sheet tr.even {
  background: #fdfdfd;
}
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
.table-data-sheet tr td:first-child {
  border-right: 1px solid #ebeef2;
  width: 30%;
  font-weight: 700;
  color: #353d41;
}

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #ebeef2;
  border-right: 1px solid #ebeef2;
  width: 50%;
  margin: 0 0 20px;
  background: white;
}
table.table-product-discounts tr th {
  background: #fefefe;
  color: #353d41;
  border: none;
  font-weight: 300;
}
table.table-product-discounts tr td,
table.table-product-discounts tr th {
  border-left: 1px solid #ebeef2;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: 1px solid #ebeef2;
  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:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}
.accessories-block .product-name {
  border-bottom: none;
}
.accessories-block .product_block {
  border-top: none;
}
.accessories-block .functional-buttons div a {
  overflow: hidden;
}

/* quantity_wanted */
#quantity_wanted_p input {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  float: left;
  border: 1px solid #ebeef2;
  line-height: 27px;
}
.rtl #quantity_wanted_p input {
  float: right;
}
#quantity_wanted_p .btn {
  float: left;
  margin-left: 3px;
}
.rtl #quantity_wanted_p .btn {
  float: right;
}
.rtl #quantity_wanted_p .btn {
  margin-right: 3px;
  margin-left: inherit;
}
#quantity_wanted_p label {
  display: block !important;
  margin-bottom: 7px;
}

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

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

#availability_value,
#last_quantities {
  color: white;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  background: #55c65e;
  border: 1px solid #36943e;
  margin-left: 5px;
}

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

#pQuantityAvailable span {
  font-weight: 700;
  color: #353d41;
}

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

/* box-security */
.box-security {
  border-top: 1px solid #ebeef2;
  padding: 10px 0;
}

/* prices */
.content_prices {
  padding: 15px 0 0;
}

.discount {
  display: none;
}

.our_price_display {
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  color: #c90202;
  float: left;
  margin-right: 10px;
}
.rtl .our_price_display {
  float: right;
}

#old_price {
  padding-bottom: 24px;
  font-size: 14px;
  text-decoration: line-through;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  line-height: 23px;
  color: #3e474b;
  margin-left: 10px;
}

#reduction_percent,
#reduction_amount {
  font: 400 14px/27px "Roboto", sans-serif;
  color: #c90202;
  padding: 0 5px 0 3px;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 30px;
  border: 1px solid #c90202;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#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;
}

.buttons_bottom_block {
  clear: both;
}
.buttons_bottom_block #wishlist_button {
  font-weight: 700;
  padding: 15px 0 0;
  display: inline-block;
}

/* 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 #ebeef2;
}
#send_friend_form .product p {
  padding: 0;
  color: #353d41;
}
#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}
#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #ebeef2;
  background: #fefefe;
}
#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #353d41;
}
#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: 22px;
  width: 100%;
  border: 1px solid base-border-color;
  font-size: 12px;
  color: #666;
}
#send_friend_form .submit {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: right;
}

/* 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 #ebeef2;
}

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

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

#customizedDatas {
  float: right;
}

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

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
  margin-bottom: 0;
}
#product.content_only div.primary_block div.pb-left-column #views_block span.view_scroll_spacer {
  width: 18px;
}
#product.content_only div.primary_block div.pb-center-column {
  margin-bottom: 0;
  height: 100%;
}
#product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
  padding-right: 0;
}
#product.content_only div.primary_block div.pb-center-column #ShareDiv {
  position: absolute;
  bottom: 8px;
}
#product.content_only div.primary_block div.pb-right-column {
  width: 100%;
  float: left;
}
#product.content_only div.primary_block div.pb-right-column .box-info-product {
  height: 100%;
  position: relative;
  padding-bottom: 115px;
}
#product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
  width: 230px;
}
#product.content_only div.primary_block div.pb-right-column .product_attributes {
  padding-top: 0;
}

.addsharethisinner .stButton .stArrow {
  display: none !important;
}

.content_only .box {
  padding-right: 0px;
  padding-left: 8px;
  border: none;
}

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