/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*  
 * LAYOUT VARIABLES 
 */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/* primary_block ***************************************************************************** */
.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "texgyreadventor-bold";
}

.box-security .product-heading-h5 {
  margin: 0;
}
.box-security img {
  margin: 10px auto;
}

#productscategory_list .product-name,
.accessories-block .product-name {
  margin-bottom: 5px;
  font-size: 14px;
  font-family: 'Lucida_Bold';
  font-weight: normal;
}
#productscategory_list .product-name a,
.accessories-block .product-name a {
  font-size: 15px;
  line-height: 18px;
  color: #1f253d;
}
#productscategory_list .product-name a:hover,
.accessories-block .product-name a:hover {
  color: #e64c65;
}

.accessories-block span.pricee.product-price {line-height: 34px;font-weight: 600;font-size: 15px;}

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

/* .pb-left-column ***************************************************************************** */
.pb-left-column {
  /* miniatures */
}
.pb-left-column .new-box {
  top: 25px;
  z-index: 100;
  left: 25px;
}
.rtl .pb-left-column .new-box {
  right: 25px;
  left: auto;
}
.pb-left-column .sale-box {
  top: 25px;
  z-index: 100;
  right: 25px;
}
.rtl .pb-left-column .sale-box {
  left: 25px;
  right: auto;
}
.pb-left-column #image-block {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #dbdbdb;
    background: #fff;
}

.rtl .pb-left-column #image-block {
  float: left;
}
.pb-left-column #image-block img {
  width: 100%;
}
.pb-left-column #image-block #view_full_size {
  display: block;
  cursor: pointer;
  text-align: center;
}
.pb-left-column #image-block #view_full_size a {
  display: inline-block;
}
.pb-left-column #image-block #view_full_size .span_link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  padding: 4px;
  text-align: center;
  line-height: 20px;
}
.rtl .pb-left-column #image-block #view_full_size .span_link {
  left: 10px;
  right: auto;
}
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #c0c0c0;
  font-size: 20px;
  line-height: 20px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 2px;
}
.rtl .pb-left-column #image-block #view_full_size .span_link:after {
  margin: 0 2px 0 0;
}
.pb-left-column #image-block #view_full_size .span_link:hover:after {
  color: white;
}
.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}
.pb-left-column #image-block .zoomPad {
  z-index: auto!important;
}
.pb-left-column #views_block {
  position: relative;
  width: 100%;
  margin-top:15px;
  float: left;
}
.rtl .pb-left-column #views_block {
  float: right;
}

#thumbs_list {
    overflow: hidden;
    float: left;
    width: 280px;
}
.rtl #thumbs_list {
  margin: 0px 0px 0px 15px;
}
#thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 90px;
}
.rtl #thumbs_list ul#thumbs_list_frame {
  padding-right: 0;
  padding-left: inherit;
}
#thumbs_list li {
    float: left;
    height: 90px;
    width: 90px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    margin-right: 4px;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#thumbs_list li:first-child {
  margin-top: 0;
}
#thumbs_list li.last {
  margin-bottom: 5px;
}
#thumbs_list li:hover {
  border-color: #88b2d5;
}
#thumbs_list li a {
    display: block;
    border: 1px solid #fff;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfbfb;
}
#thumbs_list li img {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#view_scroll_left::before {
    content: "\f137";
    padding-right: 2px;
}

#view_scroll_left::before, #view_scroll_right::before {
    padding-left: 2px;
    color: #c0c0c0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px;
}

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

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

.primary_block {
  margin-bottom: 15px;
  background: white;
  padding: 15px;
}
.primary_block span.view_scroll_spacer {
    float: left;
    width: 39px;
    padding-left: 12px;
}

.view_scroll_spacer {
    margin-top: 38px;
}

.rtl .primary_block span.view_scroll_spacer {
  padding-left: 15px;
  padding-right: inherit;
}

#view_scroll_right {
    float: left;
}

#view_scroll_left {
    margin-top: 0px;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

#view_scroll_right {
    margin-top: 38px;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/*
.primary_block span.view_scroll_spacer #view_scroll_right, .primary_block span.view_scroll_spacer #view_scroll_left {
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  background: #88b2d5;
}
.primary_block span.view_scroll_spacer #view_scroll_right:before, .primary_block span.view_scroll_spacer #view_scroll_left:before {
  color: white;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 30px;
}


.primary_block span.view_scroll_spacer #view_scroll_left:before {
  content: "\f01a";
}
.primary_block span.view_scroll_spacer #view_scroll_right {
  margin-top: -30px;
}
.primary_block span.view_scroll_spacer #view_scroll_right:before {
  content: "\f01b";
}

*/
.primary_block .tab-content {
  color: #9b9b9b;
}
.primary_block .page-product-box .page-subheading {
  margin: 0;
  padding: 0;
}
.primary_block .page-product-box .page-subheading a {
  display: block;
  color: white;
  background:none repeat scroll 0 0 #235266;
  padding: 15px 15px 16px 15px;
}
.rtl .primary_block .page-product-box .page-subheading a {
  padding: 15px 15px 16px 15px;
}
.primary_block .page-product-box .review-heading {
  margin-bottom: 15px;
}
.primary_block .page-product-box .accessories-block {
  margin-bottom: 0;
}
.primary_block .tab-info {
  margin-top: 15px;
}

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

/* pb-left-column ****************************************************************************** */
.pb-center-column h1 {
  padding-bottom: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: #1f253d;
}
.pb-center-column .socialsharing_product {
  margin-bottom: 0px;
}
.pb-center-column #product_reference, .pb-center-column #product_condition {
  margin-bottom: 5px;
  display: none;
}
.pb-center-column #short_description_block {
  color: #1f253d;
}
.pb-center-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}

.pb-right-column p {
  margin-bottom: 5px;
}
.pb-right-column .price {
    display: inline-block;
}
.rtl .pb-right-column .price {
  float: right;
}
.rtl .pb-right-column .price {
  margin-left: 15px;
  margin-right: inherit;
}
.pb-right-column .content_price {
  margin-bottom: 10px;
}

#product p#loyalty {
    padding: 10px;
    margin: 10px 0 -5px;
    position: relative;
    background: #f9f9f9;
    font-size: 12px;
    text-align: center;
}

.rtl #product p#loyalty {
  padding: 17px 35px 15px 0;
}

/**
#product p#loyalty:before {
  content: "\f024";
  font-family: "FontAwesome";
  color: #cfcccc;
  font-size: 26px;
  line-height: 28px;
  position: absolute;
  top: 16px;
  left: 0;
}
*/
.rtl #product p#loyalty:before {
  right: 0;
  left: auto;
}

#attributes {
padding-bottom: 10px;
margin-bottom: 10px;
}
.rtl #attributes {
  padding: 0px 0px 15px 0px;
}
.rtl #attributes {
  margin: 0px 0px 15px 0px;
}
#attributes fieldset {
  width: 100%;
  line-height: 35px;
  float: left;
}
.rtl #attributes fieldset {
  float: right;
}
#attributes fieldset label {
  margin: 0px 0px 0px 0px;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.rtl #attributes fieldset label {
  margin: 0px 0px 0px 15px;
}
.rtl #attributes fieldset label {
  float: right;
}
#attributes .attribute_list {
  float: left;
  width: 90%;
}
.rtl #attributes .attribute_list {
  float: right;
}
#attributes .attribute_list .form-control {
  padding: 4px 12px;
}
#attributes .attribute_list .form-control option {
  color: #1f253d;
}
#attributes .attribute_list ul {
  clear: both;
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#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 #ebebeb;
  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 #4d4d4d;
}

.box-cart-bottom {float:right;}
.box-cart-bottom .box_add_to_cart {
  width: 100%;
  padding: 0px 0;
  float: left;
}
.rtl .box-cart-bottom .box_add_to_cart {
  float: right;
}
.box-cart-bottom .box_wc-buttons {
  width: 100%;
  padding: 20px;
  float: left;
}
.rtl .box-cart-bottom .box_wc-buttons {
  float: right;
}
.box-cart-bottom .box_wc-buttons a {
  display: block;
  padding: 3px 0;
  font-size:10px;
}
.box-cart-bottom .box_wc-buttons a i {
  color: #e64c65;
  width: 20px;
}
.box-cart-bottom .box_wc-buttons .add_to_compare.checked {
  color: #e64c65;
}

/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  margin: 0 0 20px;
}
.table-data-sheet tr {
  border-top: 1px solid #ebebeb;
}
.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 #ebebeb;
  width: 30%;
  font-weight: 500;
}

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

/* accessories  */
.accessories-block .block_description {
  display: none;
}
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none;
}
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}
.accessories-block .page-subheading {
  margin-bottom: 0;
}

/* quantity_wanted */
#quantity_wanted_p {
  float:left;
  margin-top:2px;
  width: auto;
}
#quantity_wanted_p input {
    width: 35px;
    height: 32px;
    float: left;
    text-align: center;
    margin-top: 1px;
}
.rtl #quantity_wanted_p input {
  float: right;
}
#quantity_wanted_p .btn {
  float: left;
  margin: 1px 0px 0px 3px;
}
.rtl #quantity_wanted_p .btn {
  float: right;
}
.rtl #quantity_wanted_p .btn {
  margin: 1px 3px 0px 0px;
}
#quantity_wanted_p label {
  display: block;
  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;
}
.rtl #availability_statut span#availability_label, .rtl
#availability_date_label {
  text-align: left;
}

#quantityAvailable {
  font-size: 13px;
  line-height: 18px;
}

#availability_value,
#last_quantities {
  color: #fff;
  line-height: 18px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 0px;
  padding-left:5px;
  padding-right:5px;
  padding-top:3px;
  padding-bottom: 3px;
  margin-top:5px;
}
.rtl #availability_value, .rtl
#last_quantities {
  margin-right: 5px;
  margin-left: inherit;
}

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

#pQuantityAvailable {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

#pQuantityAvailable span {
  font-weight: 500;
}

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

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

.discount {
  display: none;
}

.our_price_display {
  font-size: 23px;
}

#reduction_percent, #reduction_amount {
    margin: 0 7px 0px 3px;
    padding: 0px;
    font-size: 14px;
    line-height: 23px;
    color: #e60025;
    background: transparent;
    border: none;
    display: inline-block !important;
}
#reduction_percent span,
#reduction_amount span {
  display: block;
}

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

.buttons_bottom_block {
  clear: both;
  padding: 0;
}

/* 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 #ebebeb;
}
#send_friend_form .product p {
  padding: 0;
}
#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}
#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #ebebeb;
  background: #fbfbfb;
}
#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
}
#send_friend_form .form_container p.txt_required {
  padding-bottom: 0;
  color: #666;
}
#send_friend_form .form_container .text {
  padding-bottom: 10px;
  margin: 0;
}
#send_friend_form .form_container .text label {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 12px;
}
#send_friend_form .submit {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: right;
}
.rtl #send_friend_form .submit {
  text-align: left;
}

#sendEmail, #submitNewMessage {
  background: #394264;
  color: white;
}
#sendEmail:hover, #sendEmail:focus, #submitNewMessage:hover, #submitNewMessage:focus {
  background: #e64c65;
}

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

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

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

#customizedDatas {
  float: right;
}
.rtl #customizedDatas {
  float: left;
}

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

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

.socialsharing_product button {
  border: 1px solid #ebebeb;
}

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

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


.primary_block #paiement_logo_block_left.paiement_logo_block a {
    background: url("../img/payment-logo.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 62px;
    width: 245px;
	background-size: cover;
}

.paiement_logo_block {
    margin: 10px auto 0 !important;
    text-align: center !important;
    width: 250px !important;
    }
    
a.add_to_wishlist  {padding-left:20px;}  

#add_to_cart .btn-outline {
    margin: 0 auto;
    padding: 8px 25px;
}

#short_description_content p , #short_description_content p span {font-size: 14px !important;}

#product .primary_block section.page-product-box .rte p , #product .primary_block section.page-product-box .rte p span {font-size: 14px !important;}

#product h1 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 30px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

#product .pb-center-column .content_price {display: inline-block;width: 100%;margin-bottom: 10px;}

#product .content_price.clearfix p#old_price.old-price {display: inline-block;width: auto;}

p.socialsharing_product.list-inline {text-align: center;}

.accessories-block .content_price {
    margin-bottom: 5px;
    text-align: center;
    min-height: 30px;
}

.accessories-block .product-container.product-block {margin-bottom: 15px;}

#product .primary_block section.page-product-box .rte table {width: 100%;}
#product .primary_block section.page-product-box .rte table td {border: 1px solid #ccc;text-align: center;}
#product .primary_block section.page-product-box .rte table td p {margin-bottom: 0;}

#quantity_wanted_p .btn.btn-outline-inverse {background: #235266;}

@media (max-width: 767px) {
#add_to_cart.buttons_bottom_block.no-print button span {font-size: 14px;font-weight: 600;}
#add_to_cart.buttons_bottom_block  i.fa.fa-shopping-cart {font-size: 16px;}
}

@media (min-width: 768px) and (max-width: 1199px) {
#add_to_cart.buttons_bottom_block.no-print button span {font-size: 12px;font-weight: 600;}
#add_to_cart.buttons_bottom_block  i.fa.fa-shopping-cart {font-size: 14px;}	
}

.product_attributes {margin-top:25px;}

@media (min-width: 1200px) {
#add_to_cart.buttons_bottom_block.no-print button span {font-size: 15px;font-weight: 600;}
#add_to_cart.buttons_bottom_block  i.fa.fa-shopping-cart {font-size: 20px;}
.attribute_1200_fieldset {width: 100% !important;}
.attribute_1200_fieldset label {font-size: 14px;margin-top:10px !important;}
#attributes .attribute_list {width: 97% !important;}
}