/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
    margin: 0 0 30px;
    border: 1px solid #e1e8ed;
    border-bottom-width: 4px;
    border-radius: 2px 2px 4px 4px;
    padding: 10px;
}
.primary_block > .row {
    margin-left: -10px;
    margin-right: -10px;
}
.primary_block > .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Droid Naskh", 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: #3a3939; }
    #productscategory_list .product-name a:hover,
    .accessories-block .product-name a:hover {
      color: #515151; }

img {
  max-width: 100%;
  height: auto; }

/* .pb-left-column ***************************************************************************** */
.pb-left-column {
    position: relative;
}
.pb-left-column .special_offer,
.pb-left-column .sale,
.pb-left-column .new_product,
.pb-left-column .coming_soon {
    background: transparent url("../img/icon/sale-icons.png") no-repeat scroll 0 0;
    position: absolute;
    top: -14px;
    right: -14px;
    display: block;
    width: 70px;
    height: 70px;
    z-index: 1;
}
.pb-left-column .special_offer.red {
    background-position: 0 0;
}
.pb-left-column .special_offer.blue {
    background-position: 0 -80px;
}
.pb-left-column .sale.red {
    background-position: -80px 0;
}
.pb-left-column .sale.blue {
    background-position: -80px -80px;
}
.pb-left-column .new_product.red {
    background-position: -160px 0;
}
.pb-left-column .new_product.blue {
    background-position: -160px -80px;
}
.pb-left-column .coming_soon {
    background-position: -240px -80px;
}
#image-block {
    cursor: pointer;
    display: block;
    text-align: center;
}
#view_full_size {
    display: inline-block;
    position: relative
}
.pb-left-column #image-block img {
    margin: auto;
    display: block;
}
.pb-left-column #image-block #view_full_size .span_link {
    display: block;
    height: 30px;
    width: 30px; 
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}
.pb-left-column #image-block #view_full_size .span_link:after {
    content: "\e56b";
    font-size: 20px;
    font-family: "FontG";
    color: #777777;
    display: block;
    font-weight: normal;
    width: 30px; 
    height: 30px;
    line-height: 30px;
    margin: 0;
}
.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 */
#views_block {
    margin-top: 10px; 
}
#views_block .comments_note {
    float: left;
}
#views_block .comments_note .rateit {
    float: left;
}
#views_block .comments_note .count_rate {
    float: left;
    margin-left: 6px;
    font-size: 11px;
    font-family: tahoma;
}
#thumbs_list {
    float: left;
    overflow: hidden;
    width: 100%;
}
#thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 90px;
}
#thumbs_list li {
    float: left;
    height: 86px;
    width: 86px;
    cursor: pointer;
    /*border: 1px solid #e1e8ed;*/
    margin-right: 8px;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#thumbs_list li:first-child {
    margin: 0 9px 0 0;
}
#thumbs_list li.last {
    margin-right: 0;
}
#thumbs_list li a {
      display: block;
      border: 1px solid white;
      -webkit-transition: all 0.3s ease;
      -moz-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;
      background: #fbfbfb;
}
#thumbs_list li a:hover, #thumbs_list li a.shown {
    border-color: #dbdbdb;
}
#thumbs_list li img {
    border: 1px solid white;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
span.view_scroll_spacer {
  float: left;
  width: 39px;
  padding-left: 12px; }
#views_block .view_scroll_cont {
    float: right;
}
#views_block .view_scroll_cont a:first-child {
    margin-left: 4px;
}
#view_scroll_left,
#view_scroll_right {
    background-color: #ebf0f3;
    border: medium none;
    color: #707070;
    display: block;
    height: 30px;
    width: 40px;
    float: right;
    position: relative;
    left: inherit;
    right: inherit;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
#view_scroll_left::before,
#view_scroll_right::before {
    content: "";
    font-size: 12px;
    font-family: "FontAwesome";
    display: block;
    height: 30px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
#view_scroll_left:hover,
#view_scroll_right:hover {
    background-color: #D0BE8E;
    color: #ffffff;
}
#view_scroll_right::before {
    content: "\f061";
}
#view_scroll_left::before {
    content: "\f060";
}
#view_scroll_left.disabled,
#view_scroll_right.disabled {
    color: #c3c3c3;
    cursor: not-allowed;
}
#view_scroll_left.disabled:hover,
#view_scroll_right.disabled:hover {
    background-color: #ebf0f3;
}
.resetimg {
    margin: 10px 0;
    text-align: center;
}
.resetimg a {
    background-color: #EBF0F3;
    border-radius: 2px;
    display: block;
    margin: auto;
    width: 150px;
    height: 30px;
    padding: 0 26px 0 10px;
    line-height: 26px;
    position: relative;
    transition: all 0.5s ease 0s;
}
.resetimg a::before {
    content: "\f01e";
    font-size: 12px;
    font-family: "FontAwesome";
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
}
.resetimg a:hover {
    background-color: #D0BE8E;
    color: #ffffff;
}
.view_scroll_spacer {
  margin-top: 38px; }

/* link list */
#usefull_link_block {
  list-style-type: none; }
  #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 {
      color: #777676;
      font-weight: 700;
      position: relative;
      padding-right: 30px;
      line-height: 22px;
      display: inline-block; }
      #usefull_link_block li a:before {
        font-family: "FontAwesome";
        color: #333333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        right: 0;
        font-weight: normal; }
      #usefull_link_block li a:hover {
        color: #000; }
    #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-right: 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: #333333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        right: 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: 0 0 10px 0;
    position: relative;
}
.pb-center-column .line_1_cont {
    border-bottom: 1px solid #ececec;
    margin: 0 0 15px;
    padding: 10px 0 20px;
}
.pb-center-column h1 {
    color: #464646;
    display: block;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    padding: 0;
}
.pb-center-column p {
    margin-bottom: 10px;
}
.pb-center-column #product_reference {
    margin-bottom: 6px;
}
.pb-center-column #product_reference span {
    font-weight: 700;
    color: #333333;
}
.pb-center-column #short_description_block {
    color: #666666;
    display: block;
}
.pb-center-column #short_description_block .buttons_bottom_block {
    display: none;
}
.pb-center-column #short_description_block #short_description_content {
    border-bottom: 1px solid #ececec;
    line-height: 26px;
    margin: 0 0 20px;
    min-height: 106px;
    padding: 0 0 20px;
    text-align: justify;
    word-wrap: break-word;
}
.pb-center-column #short_description_block #short_description_content p {
    color: #333333;
    font-family: yekan,tahoma;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    text-align: justify; 
}
.pb-center-column #product_information {
    float: left;
}
.pb-center-column #product_information .add_to_compare {
    background-color: #ebf0f3;
    border-radius: 4px;
    color: #CDCBCB;
    cursor: pointer;
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.pb-center-column #product_information .add_to_compare::before {
    content: "\f021";
    font-size: 14px;
    font-family: FontAwesome;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.pb-center-column #product_information .add_to_compare:hover {
    /*color: #3598DB;*/
    color: #ffffff;
    background-color: #D0BE8E;
}
.pb-center-column #product_information .addToWishlist {
    background-color: #ebf0f3;
    border-radius: 4px;
    color: #CDCBCB;
    cursor: pointer;
    float: left;
    width: 38px;
    height: 38px;
    position: relative;
    text-align: center;
    margin-right: 4px;
    transition: all 0.5s ease 0s;
}
.pb-center-column #product_information .addToWishlist::before {
    content: "\f004";
    font-size: 14px;
    font-family: FontAwesome;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-right: -1px;
}
.pb-center-column #product_information .addToWishlist:hover {
    /*color: #E05D4C;*/
    color: #ffffff;
    background-color: #F24646;
}
.pb-center-column #product_information .comments_note {
    float: right;
    margin: 2px 0;
}
.pb-center-column #product_information .comments_note .rateit {
    float: right;
    margin: 0 0 0 5px;
}

  .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: 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 35px 15px 0;
  border-top: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  margin: 10px 0 -5px;
  position: relative; }
  #product p#loyalty b {
    color: #333333; }
  #product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    right: 0; }

#page .rte {
  padding: 0 20px 20px;
  word-wrap: break-word; }
  #page .rte p {
    margin-bottom: 0; }

#attributes fieldset {
    margin: 0 0 10px;
}
#attributes fieldset label {
    color: #464646;
    display: block;
    float: right;
    font-size: 12px;
    height: 26px;
    line-height: 22px;
    margin: 0;
    min-width: 100px;
    vertical-align: top;
}
#attributes .attribute_list {
    float: right;
    margin: 0;
    padding: 0;
}
#attributes .attribute_list ul li.radio_cont {
    display: block;
    margin: 0 0 10px;
    width: 100%;
}
#attributes .attribute_list ul li div.radio {
    float: right;
    margin: 0 0 0 5px;
}
#attributes .attribute_list ul li div.radio > span {
    margin: 4px 0 0;
}
#attributes .attribute_list ul li > span.radio_name {
    font-size: 12px;
    color: #464646;
}
#attributes .attribute_list div.selector {
    min-width: 160px;
}
#attributes .attribute_list div.selector span {
    width: 100% !important;
}
#attributes .attribute_list .form-control {
    max-width: 230px;
}
#attributes .attribute_list .form-control option {
    background: white;
    colorbackground: #666666; 
}
#attributes .attribute_list ul {
    clear: both;
    margin-bottom: 0;
}
#attributes .attribute_list ul li {
    float: right;
    margin-left: 10px; 
}
#attributes .attribute_list input.attribute_radio {
    float: right;
    margin-right: 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 {
    border: 1px solid #ececec;
    border-radius: 2px;
    clear: none;
    color: #333333;
    font-size: 12px;
    float: right;
    margin: 0 0 0 5px;
    padding: 2px;
    transition: all 0.5s ease 0s;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    float: right;
    height: 20px;
    padding: 0 0 0 5px;
    position: relative;
    width: 20px;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick img {
    border-radius: 2px;
    width: 20px !important;
    height: 20px !important;
    max-width: inherit;
    position: absolute;
    top: 0;
    right: 0;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick .shadow {
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
#attributes .attribute_list #color_to_pick_list li span.color_name {
    cursor: pointer;
    float: right;
    padding: 0 5px;
    min-height: 20px;
}
#attributes .attribute_list #color_to_pick_list li.selected {
    margin-right: 23px;
    border-color: #26A771;
}
#attributes .attribute_list #color_to_pick_list li.selected a::before {
    content: "\f00c";
    font-size: 12px;
    font-family: "FontAwesome";
    background-color: #26A771;
    border-radius: 0 2px 2px 0;
    color: #ffffff;
    display: block;
    width: 24px;
    height: 26px;
    margin: -3px -26px -3px 0;
    text-align: center;
    line-height: 26px;
}
#product_pss {
    border-bottom: 1px solid #ececec;
    margin: 0 0 15px;
    padding: 10px 0 16px;
}
#availability_status {
    display: block;
    margin: 0 0 10px 0;
}
#availability_status label {
    color: #464646;
    float: right;
    font-size: 12px;
    height: 26px;
    line-height: 22px;
    min-width: 100px;
    margin-bottom: 0;
}
#availability_value {
    float: right;
    display: inline-block;
    padding: 2px 26px 6px 10px;
    border-radius: 4px;
    color: #ffffff;
    position: relative;
}
#availability_value::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
}
#availability_value.in_stock {
    background-color: #26A771;
}
#availability_value.out_of_stock {
    background-color: #F35854;
}
#availability_value.different_stock{
    background-color: #3380D2;
}
#availability_value.in_stock::before {content: "\f00c"}
#availability_value.out_of_stock::before {content: "\f00d"}
/*availability_value.different_stock::before {content: "\f00c"}*/
#availability_value.different_stock::before {content: "\f071"}
.reduction_cont {
    display: none;
}
.reduction_cont label {
    color: #464646;
    float: right;
    font-size: 12px;
    height: 26px;
    line-height: 22px;
    min-width: 100px;
}
#old_price {
    float: right;
    margin-right: -6px;
    border-radius: 0 4px 4px 0;
    background-color: #D33A35;
}
#old_price_display {
    text-decoration: line-through;
}
#reduction_percent,
#reduction_amount {
    float: right;
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    padding: 0 4px;
    margin-right: 2px;
    border-radius: 4px;
    background-color: #F25954;
    font-family: tahoma;
}
#reduction_percent::after,
#reduction_amount::after {
    content: "\f02c";
    font-size: 12px;
    font-family: "FontAwesome";
    background-color: #D33A35;
    border-radius: 4px 0 0 4px;
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    clear: none;
    margin-left: -6px;
    padding: 0 0 0 2px;
    text-align: center;
    line-height: 28px;
}
#reduction_percent span,
#reduction_amount span {
    display: block;
    float: right;
    padding: 0 6px;
    height: 26px;
    font-family: tahoma;
    line-height: 24px;
}
#reduction_percent span.percent_label {
    line-height: 22px;
    padding-right: 0;
}
#reduction_percent #reduction_percent_display,
#reduction_amount #reduction_amount_display {
    font-family: tahoma;
}
.product_attributes {
    border-bottom: 1px solid #ececec;
    margin: 0 0 15px;
    padding: 10px 0 0;
}
/*.button_cont {
    float: left;
}*/
.box-cart-bottom {
    float: right;
    clear: both;
}
.box-cart-bottom p#add_to_cart {
    margin: 0 0 0;
    padding: 0;
}
.box-cart-bottom p#add_to_cart button {
    background-color: #1abc9c;
    border: medium none;
    border-radius: 0 0 6px 6px;
    padding: 0;
    transition: all 0.5s ease 0s;
}
.box-cart-bottom p#add_to_cart button:hover {
    background-color: #26a771;
}
.box-cart-bottom p#add_to_cart button span {
    border: medium none;
    font-size: 17px;
    font-weight: normal;
    width: 172px;
    height: 46px;
    padding: 10px 46px 10px 20px;
    text-shadow: none;
    position: relative;
    text-align: center;
}
.box-cart-bottom p#add_to_cart button span:before {
    content: "\e8cc";
    font-family: "FontG";
    display: block;
    float: right;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 46px;
}
.buttons_bottom_block {
    float: left;
}
.buttons_bottom_block > a {
    background: #ebf0f3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #909090;
    display: block;
    float: left;
    height: 38px;
    margin-right: 4px;
    padding: 8px 28px 8px 6px;
    position: relative;
    text-align: center;
    line-height: 24px;
    width: 130px;
    transition: all 0.5s ease 0s;
}
.buttons_bottom_block > a::before {
    content: "\f107";
    font-size: 14px;
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 38px;
    line-height: 38px;
}
.buttons_bottom_block > a:hover {
    color: #ffffff;
    background-color: #d0be8e;
}
/* quantity_wanted */
#quantity_wanted_p {
    float: right;
}
#quantity_wanted_p input {
    background-color: #f3f3f3;
    border: medium none;
    border-radius: 6px 0 0 0;
    color: #2196f3;    
    display: block;
    float: right;
    height: 38px;
    line-height: 27px;
    margin: 0;
    padding: 0 6px;
    text-align: center;
    width: 96px;
}
#quantity_wanted_p a {
    background-color: #f3f3f3;
    color: #2196f3;
    display: block;
    float: right;
    width: 38px;
    height: 38px;
    position: relative;
}
#quantity_wanted_p a::before {
    content: "";
    font-size: 16px;
    font-family: "FontG";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 38px;
}
#quantity_wanted_p a.product_quantity_up {
    border-radius: 0 6px 0 0;
}
#quantity_wanted_p a.product_quantity_up::before {
    content: "\e145";
}
#quantity_wanted_p a.product_quantity_down::before {
    content: "\e15b";
}
#short_description_content a,
.page-product-box a {
  color: #333333;
  text-decoration: underline; }
#short_description_content a.btn,
.page-product-box a.btn {
  text-decoration: none; }

.box-info-product {margin: 0 0 15px;}
  .box-info-product p {
    margin-bottom: 7px; }
    /*.box-info-product .exclusive.added:before {
      content: "\f00c"; }
    .box-info-product .exclusive.added.disabled:before, .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; }*/
    .box-info-product .exclusive span {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      font-weight: 700;
      font-size: 20px;
      line-height: 22px;
      border-top: 1px solid #06b2e6;
      border-left: 1px solid #06b2e6;
      border-right: 1px solid #06b2e6;
      border-bottom: 1px solid #06b2e6;
      text-shadow: 0 1px #015883;
      padding: 12px 60px 14px 36px;
      color: white;
      display: block !important;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .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; }

#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-left: 1px solid #006fa8;
    border-right: 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;
      right: 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;
      right: 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;
      -moz-transition: all 0.3s ease;
      -o-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 #d6d4d4;
  width: 100%;
  margin: 0 0 20px;
  background: white; }
  .table-data-sheet tr {
    border-top: 1px solid #d6d4d4; }
    .table-data-sheet tr.even {
      background: #fdfdfd; }
    .table-data-sheet tr td {
      padding: 10px 20px 11px; }
      .table-data-sheet tr td:first-child {
        border-left: 1px solid #d6d4d4;
        width: 30%;
        font-weight: 700;
        color: #333333; }

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #d6d4d4;
  border-left: 1px solid #d6d4d4;
  width: 50%;
  margin: 0 0 20px;
  background: white; }
  table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333333;
    font-weight: 700;
    border: none;
    font-weight: 700; }
  table.table-product-discounts tr td,
  table.table-product-discounts tr th {
    border-right: 1px solid #d6d4d4;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #d6d4d4;
    border-left: 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; }

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: left; }

#quantityAvailable {
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700; }
#last_quantities {
  color: white;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  background: #55c65e;
  border: 1px solid #36943e;
  margin-right: 5px; }

#last_quantities {
  background: #fe9126;
  border: 1px solid #e4752b;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px; }

/* box-security */
.box-security {
  border-top: 1px solid #dfdede;
  padding: 19px 19px 6px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
  background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
  background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
  background-image: -o-linear-gradient(#ffffff, #fbfbfb);
  background-image: linear-gradient(#ffffff, #fbfbfb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 ); }

/* prices */
.content_prices {
    float: right;
    padding: 6px 0 0 0;
}
.content_prices label {
    color: #464646;
    float: right;
    font-size: 12px;
    height: 26px;
    line-height: 22px;
    min-width: 100px;
}
.content_prices .price {
    float: right;
}
.discount {
    display: none; 
}
.our_price_display {
    color: #26a771;
    display: block;
    font-size: 20px;
    line-height: 32px;
    position: relative;
    padding: 0;
}
/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: right; }
/* 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 #d6d4d4; }
  #send_friend_form .product p {
    padding: 0;
    color: #333333; }
    #send_friend_form .product p .product_name {
      font-size: 12px;
      color: #000; }
  #send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 13px;
      color: #333333; }
    #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: left; }

/* attachments      ##################################################################### */
#attachments .page-product-content > .row {
    margin-left: -5px;
    margin-right: -5px;
}
#attachments .page-product-content > .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.attachments_cont {
    padding: 10px;
    border: 1px solid #e1e8ed;
    border-radius: 2px;
    margin-bottom: 10px;
}
.attachments_cont .title {
    cursor: pointer;
    text-decoration: none;
    display: block;
    background: #F1F1F1;
    padding: 4px 10px 8px 34px;
    margin: 0 0 10px 0;
    line-height: 22px;
    position: relative;
    color: #666666;
}
.attachments_cont .title::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.attachments_cont .title.open::after {
    content: "\f106";
}
.attachments_cont .comment {
    line-height: 22px;
    margin-bottom: 8px;
    display: none;
}
.attachments_cont .btn_download {
    display: block;
    text-decoration: none;
    padding: 4px 32px 4px 10px;
    text-align: center;
    background-color: #ebf0f3;
    height: 34px;
    line-height: 24px;
    border-radius: 2px;
    width: 150px;
    margin: auto;
    position: relative;
    transition: all 0.5s ease 0s;
}
.attachments_cont .btn_download::before {
    content: "\f019";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
}
.attachments_cont .btn_download:hover {
    color: #ffffff;
    background-color: #d0be8e;
}
/* PERSONNALISATION ##################################################################### */
.infoCustomizable {
    margin-bottom: 30px;
    line-height: 24px;
}
ul#uploadable_files,
ul#text_fields {
    list-style-type: none;
    margin-bottom: 0;
}
.customizableProductsFile .product-heading-h5,
.customizableProductsText .product-heading-h5 {
    color: #555555;
    margin: 0 0 14px;
    font-size: 19px;
    padding: 10px 36px 14px 0;
    position: relative;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    background-color: #f6f6f6;
}
.customizableProductsFile,
.customizableProductsText {
    margin-bottom: 20px;
}
.customizableProductsFile .product-heading-h5::before,
.customizableProductsText .product-heading-h5::before {
    content: "\f044";
    font-size: 16px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}
.customizationUploadLine {}
.customizationUploadLine label {
    display: block;
    vertical-align: top;
    margin-bottom: 12px;
    padding-right: 4px;
}
.customizationUploadLine textarea {
    border: 1px solid #d6d6d6;
    color: #777777;
    border-radius: 3px;
    margin-bottom: 10px;
}
.customizationUploadBrowse {
    margin-bottom: 10px;
}
.customizationUploadBrowse > img {
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #dddddd;
}
.customizationUploadBrowse img + a {
    position: relative;
    top: 0;
}
#customizedDatas {
    float: right;
    margin: 0 0 10px 0;
}
#customizedDatas button {
    background: rgba(53,153,219,1);
    background: -moz-linear-gradient(top, rgba(53,153,219,1) 0%, rgba(42,128,185,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,153,219,1)), color-stop(100%, rgba(42,128,185,1)));
    background: -webkit-linear-gradient(top, rgba(53,153,219,1) 0%, rgba(42,128,185,1) 100%);
    background: -o-linear-gradient(top, rgba(53,153,219,1) 0%, rgba(42,128,185,1) 100%);
    background: -ms-linear-gradient(top, rgba(53,153,219,1) 0%, rgba(42,128,185,1) 100%);
    background: linear-gradient(to bottom, rgba(53,153,219,1) 0%, rgba(42,128,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3599db', endColorstr='#2a80b9', GradientType=0 );
    padding: 6px 10px 8px;
    color: #ffffff;
    min-width: 100px;
    border-radius: 2px;
    text-align: center;
}
.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 {}
  
.customizationUploadBrowse div.uploader span.filename {
    float: right;
    margin-left: 2px;
}
.customizationUploadBrowse div.uploader span.action {
    float: right;
}

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
    margin-bottom: 0;
    margin-right: -5px;
    margin-left: -5px;
}
#product.content_only div.primary_block > div {
    padding: 0 5px;
}
#product.content_only div.primary_block div.pb-left-column {
    margin: 10px;
}
#product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
    width: 38px;
    padding-right: 10px;
}
#product.content_only div.primary_block div.pb-left-column #thumbs_list {
    width: 200px;
}
#product.content_only div.primary_block div.pb-center-column {
    margin: 10px;
}
#product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
    padding-left: 0;
}
#product.content_only div.primary_block div.pb-center-column #ShareDiv {
    position: absolute;
    bottom: 8px;
}
#product.content_only div.primary_block #dmtb_productbanner {
    padding: 0 10px;
}
      #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive {
        display: block;
        width: 100%; }
        #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:before, #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:after {
          display: block; }
      #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
        left: 0;
        right: 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,
    #product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
      -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
      -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
      box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes {
      padding-top: 0; }

.addsharethisinner .stButton .stArrow {
  display: none !important; }
/******************************************************************
Product Tab
******************************************************************/
#product_t {
    background-color: #e1e8ed;
    position: relative;
    z-index: 2;
}
#product_t li a {
    background-color: transparent;
    border-top: 2px solid transparent;
    border-left: medium none;
    border-right: 1px solid transparent;
    border-bottom: medium none;
    height: 60px;
    line-height: 38px;
    margin-left: 0;
    padding-right: 45px;
    transition: all 0.5s ease 0s;
}
#product_t li a::before {
    content: "";
    font-size: 15px;
    font-family: "FontG";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 58px;
    text-align: center;
    line-height: 58px;
}
#product_t li a:hover {}
#product_t li.active a {
    background-color: #ffffff;
    border-top: 2px solid #40a3c7;
    border-left: medium none;
    border-right: 1px solid transparent;
    height: 60px;
}
#product_t li:first-child a {
    border-right: 1px solid #e1e8ed;
}
#product_t li a[href="#more_info"]::before {content: "\e873";}
#product_t li a[href="#data-sheet"]::before {content: "\e1db";}
#product_t li a[href="#comments"]::before {content: "\e0b9";}
#product_t li a[href="#attachments"]::before {content: "\e226";}
#product_t li a[href="#customize"]::before {content: "\e02f";}
#product_t li a[href="#pack-item"]::before {content: "\e54c";}
#product_tc {
    margin-top: -1px;
    position: relative;
    z-index: 1;
}
/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #d6d4d4; }
.ie8 .box-security {
  filter: none; }

#product .fancybox-title {
    font-family: tahoma;
    font-size: 12px;
}
#product .fancybox-title span {
    font-weight: normal;
}
#product .despription {
    line-height: 26px;
    padding: 15px;
}
#product .despription .img-responsive {
    margin: auto;
}