/* $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 */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
.primary_block {
  background-color: #fff;
}

#image-block {
  position: relative;
  background: #FFFFFF;
  text-align: center;
  border: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
  #image-block {
    margin: 0 auto;
  }
}
#image-block #view_full_size {
  display: block;
  cursor: pointer;
}
#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);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
.rtl #image-block #view_full_size .span_link {
  right: 50%;
  left: auto;
}
.rtl #image-block #view_full_size .span_link {
  margin-right: -68px;
  margin-left: inherit;
}
#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: #f44336;
}
#image-block #view_full_size .span_link:hover:after {
  color: #f44336;
}
#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;
}

.pb-right-column > div {
  margin-bottom: 15px;
}
.pb-right-column h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
}
.pb-right-column #product_comments_block_extra {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

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

#thumbs_list {
  overflow: hidden;
  display: inline-block;
  width: 395px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #thumbs_list {
    width: 295px;
  }
}
@media (max-width: 767px) {
  #thumbs_list {
    width: 195px;
  }
}
#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
}
.rtl #thumbs_list ul#thumbs_list_frame {
  padding-right: 0;
  padding-left: inherit;
}
#thumbs_list li {
  float: left;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 94px;
}
#thumbs_list li a {
  display: block;
  border: 1px solid #e9e9e9;
  -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: 18px;
  top: 50%;
  margin-top: -10px;
  border-color: #e9e9e9;
  color: #333;
  width: 20px;
  height: 20px;
  background-color: #fff;
}

#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 0;
  float: left;
}
.rtl #usefull_link_block li {
  float: right;
}
#usefull_link_block li.sendtofriend {
  margin-right: 60px;
}
.rtl #usefull_link_block li.sendtofriend {
  margin-left: 60px;
  margin-right: inherit;
}
#usefull_link_block li.sendtofriend a:before {
  content: "\f0a4";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.rtl #usefull_link_block li.sendtofriend a:before {
  margin-left: 10px;
  margin-right: inherit;
}
#usefull_link_block li.print a:before {
  content: "\f02f";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.rtl #usefull_link_block li.print a:before {
  margin-left: 10px;
  margin-right: inherit;
}
#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: #000;
}

p {
  margin-bottom: 10px;
}

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

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

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

/* form */
#buy_block {
  margin-top: 10px;
  position: relative;
}
#buy_block label {
  vertical-align: top;
  display: inline-block;
  line-height: 30px;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  min-width: 150px;
  float: left;
}
.rtl #buy_block label {
  float: right;
}
#buy_block p.price {
  padding: 0;
}

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

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  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 {
  padding-bottom: 20px;
}
#attributes .attribute_list {
  display: inline-block;
}
#attributes .attribute_list .form-control {
  min-width: 230px;
}
#attributes .attribute_list .form-control option {
  background: #FFFFFF;
  color: #999;
}
#attributes .attribute_list ul {
  overflow: hidden;
}
#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;
}
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  border: 1px solid #ddd;
  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 #f44336;
}

.box-info-product .box-cart-bottom {
  margin-bottom: 5px;
}
.box-info-product .box-cart-bottom > div {
  min-height: 60px;
  padding: 0 0 10px 0;
}
.box-info-product .button-bottom {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  display: block;
  width: 100%;
  padding: 7px 0;
  margin-bottom: 30px;
  float: left;
}
.rtl .box-info-product .button-bottom {
  float: right;
}
.box-info-product .button-bottom > div {
  display: inline-block;
  float: left;
  margin-right: 50px;
}
.rtl .box-info-product .button-bottom > div {
  float: right;
}
.rtl .box-info-product .button-bottom > div {
  margin-left: 50px;
  margin-right: inherit;
}
.box-info-product .button-bottom > div:last-child {
  margin: 0;
}
.box-info-product .button-bottom > div a {
  padding: 12px 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.box-info-product .button-bottom > div > p, .box-info-product .button-bottom > div > ul {
  margin: 0;
}

#add_to_cart {
  margin-bottom: 0;
}
#add_to_cart .btn {
  height: 40px;
  padding: 7px 25px;
  margin-left: 15px;
  font-size: 13px;
}
.rtl #add_to_cart .btn {
  margin-right: 15px;
  margin-left: inherit;
}
#add_to_cart .btn:hover {
  background-color: #000;
  border-color: #000;
}

/* table_data_sheet */
.table-data-sheet {
  border: 1px solid #e9e9e9;
  width: 100%;
  margin: 0 0 20px;
  clear: both;
  background: #FFFFFF;
}
.table-data-sheet tr {
  border-top: 1px solid #e9e9e9;
}
.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 #e9e9e9;
  width: 30%;
  font-weight: 700;
  color: #555555;
}
.rtl .table-data-sheet tr td:first-child {
  border-left: 1px solid #e9e9e9;
  border-right: inherit;
}

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  width: 50%;
  margin: 0 0 20px;
  background: #FFFFFF;
}
.rtl table.table-product-discounts {
  border-left: 1px solid #e9e9e9;
  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 #e9e9e9;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: 1px solid #e9e9e9;
  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 #e9e9e9;
  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 #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0 10px;
}
.pbottom .button-action .btn-default {
  padding-left: 20px;
  padding-right: 20px;
}

/* quantity_wanted */
#quantity_wanted_p {
  float: left;
  position: relative;
  padding-right: 43px;
  border: 1px solid #e9e9e9;
}
.rtl #quantity_wanted_p {
  float: right;
}
.rtl #quantity_wanted_p {
  padding-left: 43px;
  padding-right: inherit;
}
#quantity_wanted_p input {
  background: #FFFFFF;
  border: none !important;
  display: inline-block;
  height: 34px;
  text-align: center;
  font-weight: 700;
  width: 40px;
  height: 40px;
  margin-right: -1px;
}
.rtl #quantity_wanted_p input {
  margin-left: -1px;
  margin-right: inherit;
}

#minimal_quantity_wanted_p {
  margin: 6px 0;
}

#quantity_wanted_p .button-minus, #quantity_wanted_p .button-plus {
  border: 1px solid #e1e1e1;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  width: 40px;
  height: 19px;
  text-align: center;
  position: absolute;
  font-size: 11px;
  border: 0;
  right: 0;
}
.rtl #quantity_wanted_p .button-minus, .rtl #quantity_wanted_p .button-plus {
  left: 0;
  right: auto;
}
#quantity_wanted_p .button-minus span, #quantity_wanted_p .button-plus span {
  font-size: 14px;
  color: #666;
}
#quantity_wanted_p .button-minus span i, #quantity_wanted_p .button-plus span i {
  margin: 0;
}
#quantity_wanted_p .button-minus {
  border-top: 0 none;
  top: 21px;
}
#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: 3px 15px;
  background: #36943E;
  border: 1px solid #36943e;
  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;
  float: right;
}
.rtl #availability_statut, .rtl
#pQuantityAvailable {
  float: left;
}

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

#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-bottom: 5px;
  display: inline-block;
  position: relative;
}
.content_prices:before, .content_prices:after {
  content: " ";
  display: table;
}
.content_prices:after {
  clear: both;
}
.content_prices .price {
  font-size: 18px;
  font-weight: 900;
}
.content_prices .our_price_display {
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.rtl .content_prices .our_price_display {
  float: right;
}
.rtl .content_prices .our_price_display {
  margin-left: 20px;
  margin-right: inherit;
}
.content_prices > * {
  display: inline-block;
}
.content_prices #old_price {
  text-decoration: line-through;
  margin-right: 20px;
  float: left;
  color: #bbb;
}
.rtl .content_prices #old_price {
  margin-left: 20px;
  margin-right: inherit;
}
.rtl .content_prices #old_price {
  float: right;
}
.content_prices #old_price .price {
  color: #bbb;
  font-weight: 400;
  font-size: 15px;
}

#reduction_percent,
#reduction_amount {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: 600 13px "Poppins", serif;
  line-height: 13px;
  color: #fff;
  float: left;
}
.rtl #reduction_percent, .rtl
#reduction_amount {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl #reduction_percent, .rtl
#reduction_amount {
  float: right;
}
#reduction_percent span,
#reduction_amount span {
  display: block;
}

/* 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: 15px;
  float: left;
  margin-right: 10px;
}
.rtl .buttons_bottom_block .btn .icon {
  float: right;
}
.rtl .buttons_bottom_block .btn .icon {
  margin-left: 10px;
  margin-right: inherit;
}

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

#wishlist_button_nopop {
  padding-left: 0;
}
.rtl #wishlist_button_nopop {
  padding-right: 0;
  padding-left: inherit;
}
#wishlist_button_nopop:hover {
  color: #f16536;
}
#wishlist_button_nopop .icon-heart-o {
  margin: 0 7px;
}
#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 #e9e9e9;
}
#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 #e9e9e9;
  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 #e9e9e9;
  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 #e9e9e9;
}

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

.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: 30px 0 0 0;
}

.primary_block #tags_block_left {
  margin-bottom: 40px;
}
.primary_block .title_block {
  float: left;
  padding: 1px 10px 1px 0;
  font-size: 18px;
  text-transform: capitalize;
}
.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;
}

#producttab-accessories .block_content {
  border: 1px solid #e9e9e9;
}

.page-product-box {
  color: #666666;
  font-size: 14px;
  line-height: 35px;
  text-align: left;
}
.rtl .page-product-box {
  text-align: right;
}
.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;
}

/******************************************************************
More Info Product
******************************************************************/
.block_product_info .tabs-info .nav-tabs > li > a {
  min-width: 200px;
  text-align: center;
  background: #F9F9F9;
}
.block_product_info .tabs-info .nav-tabs > li.active > a, .block_product_info .tabs-info .nav-tabs > li.active > a:hover, .block_product_info .tabs-info .nav-tabs > li.active > a:focus {
  border-top: none;
  background: #fff;
}
.block_product_info .tabs-info .nav-tabs > li.active {
  margin-top: -5px;
}
.block_product_info .feature-box {
  padding: 0 15px;
  margin-bottom: 40px;
}
.block_product_info .feature-box .pull-left {
  margin-bottom: 20px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.block_product_info .feature-box .media-body {
  padding: 15px;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: 100%;
}
.block_product_info .feature-box .media-body h4 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
.block_product_info .feature-box .media-body ul li {
  padding: 0 0 20px 30px;
  position: relative;
}
.rtl .block_product_info .feature-box .media-body ul li {
  padding: 0 30px 20px 0;
}
.block_product_info .feature-box .media-body ul li:last-child {
  padding-bottom: 0;
}
.block_product_info .feature-box .media-body ul li i {
  color: #ccc;
  font-size: 20px;
  margin-right: 20px;
  position: absolute;
  left: 0;
}
.rtl .block_product_info .feature-box .media-body ul li i {
  margin-left: 20px;
  margin-right: inherit;
}

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

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