/*@import "compass";*/
/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 40px;
}

.top-hr {
  background: #C4C4C4;
  height: 5px;
  margin: 2px 0 31px;
}

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

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

@media (max-width: 1199px) {
  .box-security .product-heading-h5 {
    margin-bottom: 8px;
  }
}

.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto;
}

a.fancybox-nav {
  outline: 0;
}

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  background: #fff;
}

@media (max-width: 767px) {
  .pb-left-column #image-block {
    width: 280px;
    margin: 0 auto;
  }
}

.pb-left-column #image-block img {
  background: #fbfbfb;
  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);
}

.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: #333;
}

.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 {
  position: relative;
  padding: 0 35px;
  margin: 0 auto;
  margin-top: 20px;
  /*width: 100% !important;*/
}

#thumbs_list {
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
}

#thumbs_list li {
  float: left;
  height: 86px;
  width: 86px;
  cursor: pointer;
  margin-right: 8px;
  line-height: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  #thumbs_list li {
    width: 76px;
    height: 76px;
    margin-right: 6px;
  }
}

#thumbs_list li a {
  display: block;
  background: #fbfbfb;
}

#thumbs_list li a:hover, #thumbs_list li a.shown {
  border-color: #dbdbdb;
}

#thumbs_list li img {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}

.show-right-column.hide-left-column span.view_scroll_spacer,
.hide-right-column.show-left-column span.view_scroll_spacer {
  width: 27px;
  padding-left: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .show-right-column.hide-left-column span.view_scroll_spacer,
  .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 44px;
    padding-left: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .show-right-column.hide-left-column span.view_scroll_spacer,
  .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 41px;
    padding-left: 13px;
  }
}

@media (max-width: 767px) {
  .show-right-column.hide-left-column span.view_scroll_spacer,
  .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 45px;
    padding-left: 14px;
  }
}

#view_scroll_right {
  right: 0;
}

#view_scroll_left {
  left: 0;
}

#view_scroll_left,
#view_scroll_right {
  width: 22px;
  height: 22px;
  line-height: 19px;
  border-radius: 0;
  -moz-border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: -12px 0 0 !important;
  background: none;
  border: 1px solid #ccc;
  top: 50%;
  position: absolute;
  font-size: 0;
  text-align: center;
  /*z-index: 50;*/
  color: #cccccc;
}

@media (min-width: 768px) and (max-width: 991px) {
  #view_scroll_left,
  #view_scroll_right {
    margin-top: 28px;
  }
}

#view_scroll_left:before,
#view_scroll_right:before {
  font-size: 24px;
  font-weight: 400;
  font-family: "FontAwesome";
}

#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
  color: #333;
}

#view_scroll_right:before {
  content: "\f105";
}

#view_scroll_left {
  margin-top: 0;
}

#view_scroll_left:before {
  content: "\f104";
}

.resetimg {
  padding: 10px 0 0;
}

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

.view_scroll_spacer {
  margin-top: 38px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .view_scroll_spacer {
    margin-top: 28px;
  }
}

/* link list */
/* pb-left-column ****************************************************************************** */
.pb-center-column {
  margin-bottom: 30px;
  /* form */
}

.pb-center-column h1 {
  padding-bottom: 6px;
  font-size: 25px;
  color: #dfc0a9;
  margin-top: 0;
  text-transform: uppercase;
}

.pb-center-column p {
  margin-bottom: 10px;
}

.pb-center-column #product_reference {
  margin-bottom: 6px;
}

.pb-center-column #short_description_block {
  color: #666;
  font-family: Myriad Pro;
}

.pb-center-column #short_description_block h4 {
  font-weight: bold;
  font-size: 14px;
  color: #434343;
}

.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 {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  color: #666666;
}

.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 #ccc;
  border-bottom: 1px solid #ccc;
  margin: 10px 0 -5px;
  position: relative;
}

#product p#loyalty b {
  color: #333;
}

#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: 1em;
  min-height: 1px;
}

#attributes fieldset {
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#attributes fieldset label {
  vertical-align: top;
  display: block;
}

#attributes .attribute_list {
  display: inline-block;
  width: 200px;
}

#attributes .attribute_list .form-control {
  max-width: 230px;
}

#attributes .attribute_list .form-control option {
  background: #fff;
  color: #666;
}

#attributes .attribute_list ul {
  clear: both;
}

#attributes .attribute_list ul li {
  float: left;
  margin-right: 10px;
}

#attributes .attribute_list input.attribute_radio {
  float: left;
  margin-left: 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;
}

#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 2px;
  border: 1px solid #cccccc;
  clear: none;
  width: 40px;
  height: 40px;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 34px;
  width: 34px;
  cursor: pointer;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick img {
  display: block;
  height: 34px;
  width: 34px;
}

#attributes .attribute_list #color_to_pick_list li.selected {
  border: 1px solid #4d4d4d;
}

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

.product_attributes h4 {
  font-weight: bold;
  font-size: 14px;
  margin-top: 30px;
}

.box-cart-bottom {
  clear: both;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
}

.box-cart-bottom > div {
  margin-bottom: 22px;
}

.box-cart-bottom > p.buttons_bottom_block.no-print {
  width: 50%;
  padding: 0;
  padding-right: 10px;
  float: right;
}

.box-cart-bottom > p.buttons_bottom_block.no-print #wishlist_button_nopop {
  width: 100%;
  border: 1px solid #ccc;
  color: #666666;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.box-cart-bottom > p.buttons_bottom_block.no-print #wishlist_button_nopop:hover {
  border-color: #dfc0a9;
  background-color: #dfc0a9;
  color: #fff;
}

.box-cart-bottom > #usefull-link-block {
  width: 50%;
  padding: 0;
  padding-left: 10px;
  float: right;
}

.box-cart-bottom > #usefull-link-block li.compare {
  display: block;
  height: 40px;
  line-height: 40px;
  float: none;
}

.box-cart-bottom > #usefull-link-block li.compare a.add_to_compare {
  width: 100%;
  border: 1px solid #ccc;
  color: #666666;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #ccc;
  font-size: 14px;
  text-transform: uppercase;
}

.box-cart-bottom > #usefull-link-block li.compare a.add_to_compare:before {
  line-height: 40px;
}

.box-cart-bottom > #usefull-link-block li.compare a.add_to_compare:hover {
  border-color: #dfc0a9;
  background-color: #dfc0a9;
  color: #fff;
}

#short_description_content a,
.page-product-box .rte a {
  color: #333333;
  text-decoration: underline;
}

#short_description_content a.btn,
.page-product-box .rte a.btn {
  text-decoration: none;
}

.box-info-product p {
  margin-bottom: 7px;
}

.box-info-product p#quantity_wanted_p {
  display: inline-block;
}

.box-info-product .exclusive {
  padding: 0;
  position: relative;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dfc0a9;
  background-color: #dfc0a9;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
}

.box-info-product .exclusive:hover {
  background-color: transparent;
  color: #dfc0a9;
}

.box-info-product .exclusive span {
  padding: 0;
  display: block !important;
}

@media (max-width: 1199px) {
  .box-info-product .exclusive span {
    padding: 0;
    font-size: 14px;
  }
}

.box-info-product .exclusive span:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07a";
  font-size: 14px;
  padding-right: 10px;
}

.box-info-product .exclusive:hover {
  background-position: 0 0;
}

#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 .exclusive {
  padding: 0;
  border-top: 1px solid #0079b6;
  border-right: 1px solid #006fa8;
  border-left: 1px solid #006fa8;
  border-bottom: 1px solid #012740;
  position: relative;
  display: block;
}

#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: #fff;
  font-size: 25px;
  line-height: 47px;
  text-shadow: 0 1px #015883;
  content: "\f07a";
  z-index: 2;
  width: 51px;
  text-align: center;
  border: none;
}

@media (max-width: 991px) {
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
    display: none;
  }
}

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

@media (max-width: 991px) {
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
    display: none;
  }
}

#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: #fff;
  display: block !important;
}

@media (max-width: 1199px) {
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    padding: 8px 12px 10px;
    text-align: center;
  }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
  background-position: 0 0;
}

/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
}

.table-data-sheet tr {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.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 #ccc;
  width: 30%;
  font-weight: 700;
  color: #333;
}

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 50%;
  margin: 0 0 20px;
  background: #fff;
}

@media (max-width: 767px) {
  table.table-product-discounts {
    width: 100%;
  }
}

table.table-product-discounts tr th {
  background: #fbfbfb;
  color: #333;
  font-weight: 700;
  border: none;
  font-weight: 700;
}

table.table-product-discounts tr td,
table.table-product-discounts tr th {
  border-left: 1px solid #ccc;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: 1px solid #ccc;
  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;
  text-decoration: none;
}

.accessories-block .exclusive span:focus,
.accessories-block .exclusive span:active {
  text-decoration: none;
}

.accessories-block .product-name {
  margin-bottom: 5px;
}

.accessories-block .product-name a {
  font-size: 15px;
  line-height: 18px;
  color: #3a3939;
}

.accessories-block .product-name a:hover {
  color: #515151;
}

.accessories-block div ul li.product-box {
  min-height: 380px;
}

.accessories-block div ul li a {
  display: inline-block;
}

.accessories-block div ul li a.ajax_add_to_cart_button {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0;
  margin-top: 10px;
}

.accessories-block div ul li a.ajax_add_to_cart_button span {
  font-size: 14px;
  line-height: 38px;
  padding: 0;
}

.accessories-block div ul li a.ajax_add_to_cart_button:hover {
  border-color: #dfc0a9;
  color: #dfc0a9;
}

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

.accessories-block div ul li.s_title_block .product-info > span.price {
  width: 50%;
  display: block;
  float: right;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

/* quantity_wanted */
#quantity_wanted_p .quantity {
  display: inline-block;
  border: 1px solid #ccc;
}

#quantity_wanted_p input {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  border: none;
  line-height: 27px;
}

#quantity_wanted_p .btn {
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

#quantity_wanted_p .btn.button-minus {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px;
}

/* availability_statut */
#quantityAvailable {
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

#last_quantities {
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  margin-left: 5px;
}

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

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

#pQuantityAvailable {
  margin-left: 10px;
}

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

/* box-security */
.box-security {
  border-top: 1px solid #dfdede;
  padding: 19px 19px 6px;
}

/* prices */
.content_prices {
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.discount {
  display: none;
}

.our_price_display {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  font-family: "Lato", sans-serif;
  color: #333;
  display: inline-block;
}

@media (max-width: 991px) {
  .our_price_display {
    font-size: 26px;
    line-height: 28px;
  }
}

.our_price_display .price {
  font-weight: 600;
  font-size: 29px;
  line-height: 32px;
  color: #333;
}

@media (max-width: 991px) {
  .our_price_display .price {
    font-size: 26px;
    line-height: 28px;
  }
}

#old_price {
  font-size: 14px;
  text-decoration: line-through;
  display: inline-block;
  font-family: "Lato", sans-serif;
  line-height: 23px;
}

#reduction_percent {
  display: none !important;
}

#reduction_amount {
  margin-right: 10px;
  padding: 1px 2px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  background: #f13340;
  border: 1px solid #d02a2c;
  display: inline-block;
}

#reduction_amount span {
  display: block;
}

.hide-left-column.hide-right-column #reduction_amount {
  display: inline-block;
}

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

.buttons_bottom_block {
  padding: 13px 0 0;
}

.buttons_bottom_block #wishlist_button {
  font-weight: 700;
}

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

#send_friend_form .product p {
  padding: 0;
  color: #333;
}

#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}

#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #fbfbfb;
}

#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #333;
}

#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 #ccc;
  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 #ccc;
}

.customizationUploadLine {
  padding-bottom: 10px;
}

.customizationUploadLine label {
  display: block;
  vertical-align: top;
}

.customizationUploadLine textarea {
  width: 50%;
  border: 1px solid #ccc;
  color: #777777;
}

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

#customizedDatas {
  float: right;
}

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only {
  overflow: hidden !important;
  padding: 30px;
}

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

@media (max-width: 1050px) {
  #product.content_only div.primary_block div.pb-left-column,
  #product.content_only section.primary_block div.pb-left-column {
    width: 100%;
    padding-right: 15px;
  }
  #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-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    /*width: 50%;*/
    /*float: left;*/
    padding-left: 35px;
  }
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    /*width: 50%;*/
    /*float: left;*/
  }
  #product.content_only div.primary_block div.pb-right-column .box-info-product,
  #product.content_only section.primary_block div.pb-right-column .box-info-product {
    border-top-width: 1px;
    min-height: 1px;
  }
}

.fancybox-inner {
  overflow: hidden !important;
}

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

.ie8 .box-security {
  filter: none;
}

.content_scene_cat {
  position: relative;
}

.content_scene_cat:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.socialsharing_product button {
  margin: 0 10px 0 0 !important;
  font-size: 0;
  padding: 0;
  border: none;
  background: none;
  display: inline-block;
  width: auto;
}

.socialsharing_product button:hover {
  background: none;
  border: none;
}

.socialsharing_product button i.icon-twitter:before {
  content: "\f081";
  color: #00aaf0;
}

.socialsharing_product button i.icon-facebook:before {
  content: "\f082";
  color: #435f9f;
}

.socialsharing_product button i.icon-google-plus:before {
  content: "\f0d4";
  color: #e04b34;
}

.socialsharing_product button i.icon-pinterest:before {
  content: "\f0d3";
  color: #ce1f21;
}

.socialsharing_product button i:hover {
  color: #f9ae1d;
}

.socialsharing_product button i:before {
  font-size: 40px;
  line-height: 40px;
}

#page .rte.page-product-content,
#page .page-product-content {
  padding: 20px;
}

#page .rte.page-product-content p,
#page .page-product-content p {
  color: #666666;
  line-height: 1.3;
}

#productscategory_list .owl-carousel,
.block_content .owl-carousel {
  z-index: 0;
}

.product-tab {
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}

.product-tab .nav-tabs > li > a:hover {
  color: #fff;
  background: #dfc0a9;
}

.product-tab .nav-tabs > li.active > a,
.product-tab .nav-tabs > li.active > a:hover,
.product-tab .nav-tabs > li.active > a:focus {
  border: 1px solid #ebebeb;
  border-top: 2px solid #dfc0a9;
  border-bottom: 1px solid transparent;
  font-weight: bold;
  color: #434343;
}

.product-tab .nav-tabs > li {
  margin-top: -1px;
  margin-left: -1px;
  max-width: 33.333%;
}

.product-tab .nav-tabs > li a {
  text-transform: uppercase;
  border: 1px solid #ebebeb;
  margin-right: 0;
  border-bottom: 1px solid transparent;
}

@media (max-width: 767px) {
  .product-tab .nav-tabs > li:last-child a {
    border-right-color: transparent;
  }
}
