/* product desc */
/* primary_block ***************************************************************************** */
/* line 7, ../sass/product.scss */


/* added by pooya */
#add_to_compare_button {
  font-weight: 700;
  color: #a1a1a1;
  font-family: 'Vazir', sans-serif;
  text-transform: uppercase;
  border: 1px solid #d1d1d1;
  border-bottom-width: 3px;
  height: 32px;
  display: inline-block;
  line-height: 30px;
  padding-right: 10px;
  position: relative;
  padding-left: 10px;
}
/* line 18, ../../../sass/modules/blockwishlist/blockwishlist.scss */
#add_to_compare_button:hover {
  color: #515151; cursor: pointer;
}

/* line 22, ../../../sass/modules/blockwishlist/blockwishlist.scss */
#add_to_compare_button {
  padding-left: 45px;
}
/* line 24, ../../../sass/modules/blockwishlist/blockwishlist.scss */
#add_to_compare_button:before {
  content: "\f080";
  font-family: "FontAwesome";
  text-align: center;
  display: inline-block;
  border-right: 1px solid #d1d1d1;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 13px;
}
/* added by pooya */

.primary_block {
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(159, 159, 159, 0.6);
  border-radius: 10px;
}

/* line 12, ../sass/product.scss */
.three_column .primary_block {
  overflow: inherit;
}

/* line 15, ../sass/product.scss */
.top-hr {
  background: #c4c4c4;
  height: 5px;
  margin: 2px 0 31px;
}

/* line 20, ../sass/product.scss */
.product-heading-h5 {
  color: white;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: 'Vazir', sans-serif;
}

/* line 27, ../sass/product.scss */
.box-security .product-heading-h5 {
  display: none;
}

/* line 31, ../sass/product.scss */
#productscategory_list .product-name,
.accessories-block .product-name {
  margin-bottom: 5px;
}
/* line 33, ../sass/product.scss */
#productscategory_list .product-name a,
.accessories-block .product-name a {
  font-size: 15px;
  line-height: 18px;
  color: black;
}
/* line 37, ../sass/product.scss */
#productscategory_list .product-name a:hover,
.accessories-block .product-name a:hover {
  color: #0072ff;
}

/* line 42, ../sass/product.scss */
img {
  max-width: 100%;
  height: auto;
}

/* .pb-left-column ***************************************************************************** */
/* line 49, ../sass/product.scss */
.pb-left-column #image-block {
  text-align: center;
  margin-top: 10px;
}
/* line 52, ../sass/product.scss */
.pb-left-column #image-block img {
  width: 80%;
}
@media (max-width: 767px) {
  /* line 55, ../sass/product.scss */
  .pb-left-column #image-block .zoomPup, .pb-left-column #image-block .zoomWindow, .pb-left-column #image-block .zoomPreload {
    display: none !important;
  }
}
/* line 60, ../sass/product.scss */
.pb-left-column #image-block #view_full_size {
  display: inline-block;
  cursor: pointer;
}
/* line 63, ../sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link {
  display: none;
  padding: 10px 0;
  text-align: center;
  line-height: 22px;
  color: #777676;
  font-weight: 700;
}
/* line 70, ../sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 22px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 4px 0 0;
}
/* line 78, ../sass/product.scss */
.pb-left-column #image-block #view_full_size .span_link:hover {
  color: #333333;
}
/* line 85, ../sass/product.scss */
.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}
/* line 89, ../sass/product.scss */
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}
/* line 94, ../sass/product.scss */
.pb-left-column #image-block .zoomPad {
  z-index: auto!important;
}
/* line 98, ../sass/product.scss */
.pb-left-column #image-block .new-box,
.pb-left-column #image-block .sale-box {
  z-index: 50002;
}

/* miniatures */
/* line 104, ../sass/product.scss */
.pb-left-column #views_block {
  margin-top: 5px;
  position: relative;
  text-align: center;
}

/* line 109, ../sass/product.scss */
#thumbs_list {
  overflow: hidden;
  width: 334px;
  display: inline-block;
  direction: ltr;
}


#thumbs_list_frame { height:70px !important}


.img-responsive {
    display: inline-block;
  /*  max-width: 60%; */
    height: auto;
}

@media (max-width: 479px) {
  /* line 109, ../sass/product.scss */
 
  #thumbs_list li {
  float: left;
  cursor: pointer;
  margin-left: 6px;
  line-height: 0;
  width: 75px;
}
}
/* line 116, ../sass/product.scss */
#thumbs_list ul#thumbs_list_frame {
  overflow: hidden;
  display: inline-flex;
  overflow-x: hidden;
}
/* line 119, ../sass/product.scss */
#thumbs_list li {
  float: left;
  cursor: pointer;
  margin-left: 6px;
  line-height: 0;
  width: 80px;
}

/* line 125, ../sass/product.scss */
#thumbs_list li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
}
/* line 129, ../sass/product.scss */
#thumbs_list li a:hover, #thumbs_list li a.shown {
  border: 1px solid #d1d1d1;
}
/* line 133, ../sass/product.scss */
#thumbs_list li img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 138, ../sass/product.scss */
#product.content_only #thumbs_list {
  width: 369px;
}

@media (min-width: 1200px) {
  /* line 142, ../sass/product.scss */
  .two_column #thumbs_list {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 142, ../sass/product.scss */
  .two_column #thumbs_list {
    width: 123px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 152, ../sass/product.scss */
  .one_column #thumbs_list {
    width: 246px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 152, ../sass/product.scss */
  .one_column #thumbs_list {
    width: 246px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 161, ../sass/product.scss */
  .three_column #thumbs_list {
    width: 246px;
  }
}

/* line 167, ../sass/product.scss */
#view_scroll_right {
    right: -6px;
    display: block;
    text-indent: 5000px;
    float: right;
    position: absolute;
    top: 5px;
    width: 23px;
    height: 70px;
    z-index: 9;
    background: url(https://ickala.com/img/spriteme2.png) -125px -189px no-repeat;
}

#view_scroll_right:hover{ background-position: -85px -189px;}



/* line 180, ../sass/product.scss */
#view_scroll_left {
    left: -6px;
    right: auto;
    display: block;
    background: url(https://ickala.com/img/spriteme2.png) -5px -189px no-repeat;
    text-indent: 5000px;
    float: right;
    position: absolute;
    top: 5px;
    width: 23px;
    height: 70px;
    z-index: 9;
}

#view_scroll_left:hover{background-position: -45px -189px;}



/* line 188, ../sass/product.scss */
.resetimg {
  padding: 10px 0 0; display:none;
}
/* line 190, ../sass/product.scss */
.resetimg #resetImages i {
  margin-left: 6px;
}

/* link list */
/* line 196, ../sass/product.scss */
#usefull_link_block {
  clear: both;
}
/* line 198, ../sass/product.scss */
#usefull_link_block li {
  margin-bottom: 7px;
  position: relative;
}
/* line 201, ../sass/product.scss */
#usefull_link_block li a {
  font-weight: 700;
  position: relative;
  padding-right: 20px;
  line-height: 16px;
  display: inline-block;
}
/* line 207, ../sass/product.scss */
#usefull_link_block li a:before {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: -1px;
  right: 0;
  font-weight: normal;
}
/* line 218, ../sass/product.scss */
#usefull_link_block li.print a:before {
  content: "\f02f";
}
/* line 223, ../sass/product.scss */
#usefull_link_block li.sendtofriend a:before {
  content: "\f003";
}
/* line 227, ../sass/product.scss */
#usefull_link_block li#left_share_fb {
  clear: both;
  float: none;
}
/* line 230, ../sass/product.scss */
#usefull_link_block li#left_share_fb a {
  padding-right: 18px;
}
/* line 233, ../sass/product.scss */
#usefull_link_block li#left_share_fb a:before {
  content: "\f09a";
}
/* line 240, ../sass/product.scss */
#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;
}
/* line 249, ../sass/product.scss */
#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";
}
/* line 260, ../sass/product.scss */
#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;
}
/* line 264, ../sass/product.scss */
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
  content: "\f004";
}

/* line 269, ../sass/product.scss */
#usefull_link_block li {
  float: right;
  margin-right: 12px;
  border-right: 1px solid #ccc;
  padding-right: 12px;
  margin-bottom: 0px;
}
/* line 275, ../sass/product.scss */
#usefull_link_block li:first-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

/* line 281, ../sass/product.scss */
#quantity_wanted_p input {
  width: 85px;
}

/* pb-left-column ****************************************************************************** */
/* line 286, ../sass/product.scss */
.pb-center-column {
  padding-top: 20px;
  border-left: 1px dashed #d9d9d9;
  border-right: 1px dashed #d9d9d9;
  /* form */
}
@media (max-width: 767px) {
  /* line 286, ../sass/product.scss */
  .pb-center-column {
    border-left: none;
	border-right: none;
	padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 286, ../sass/product.scss */
  .pb-center-column {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  /* line 286, ../sass/product.scss */
  .pb-center-column {
    min-height: 430px;
  }
}
@media (min-width: 1200px) {
  /* line 286, ../sass/product.scss */
  .pb-center-column {
    min-height: 430px;
	float: left;
  }
}
/* line 301, ../sass/product.scss */
.pb-center-column h5 {
  padding-bottom: 10px;
}
/* line 303, ../sass/product.scss */
.pb-center-column h5 span {
  font-size: 20px;
  font-weight: 300;
  font-family: 'Vazir', sans-serif;
  color: black;
  line-height: 24px;
}
/* line 311, ../sass/product.scss */
.pb-center-column p {
 /* border: 2px solid #DEDEDE;
  border-radius: 5px; */
  padding-right: 15px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-family: 'Vazir';
  border-bottom: 1px solid;
}
/* line 313, ../sass/product.scss */
.pb-center-column p label {
  font-weight: 400;
  color: #666666;
  margin-bottom: 0px;
}
/* line 319, ../sass/product.scss */
.pb-center-column #product_reference {
  margin-bottom: 2px;
  font-size: 13px;
  margin-top: 0px;
}
/* line 324, ../sass/product.scss */
.pb-center-column #product_condition {
  margin-bottom: 2px;
}
/* line 327, ../sass/product.scss */
.pb-center-column #short_description_block {
  margin-top: 18px;
  margin-bottom: 20px;
  font-family: 'Vazir' !important;
}
/* line 330, ../sass/product.scss */
.pb-center-column #short_description_block .buttons_bottom_block {
  display: none;
}
/* line 335, ../sass/product.scss */
.pb-center-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}

/* line 340, ../sass/product.scss */
#buy_block {
  margin: 5px 3px 0;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 340, ../sass/product.scss */
  #buy_block {
    border-top: 1px solid #d1d1d1;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  
  .googlebudget{
     float: left;
     top: 30px;
     left: 2px;
     position: absolute;
	 width: 155px;	
}
}

@media (min-width: 767px) and (max-width: 1199px) {
.googlebudget{
     float: left; 
	 display:none;
     top: 30px;
     left: 2px;
     position: absolute;
	 width: 155px;	
}
}

@media (max-width: 1199px) {
  /* line 340, ../sass/product.scss */
  #buy_block {
    margin-right: 0;
    margin-left: 0;
  }
  

}

/* line 353, ../sass/product.scss */
#product p#loyalty {
    padding: 7px 40px 5px 0;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin: 10px 0 5px;
    position: relative;
    background-color: #e2d810;
    height: 50px;
	border-radius:5px;
}
/* line 359, ../sass/product.scss */
#product p#loyalty b {
  color: #333333;
}
/* line 362, ../sass/product.scss */
#product p#loyalty:before {
  content: "\f219";
  font-family: "FontAwesome";
  color: white;
  font-size: 26px;
  line-height: 28px;
  position: absolute;
  top: 12px;
  right: 0;
  padding-right: 5px;
}

/* line 373, ../sass/product.scss */
#page .rte {
  word-wrap: break-word;
}

/* line 377, ../sass/product.scss */
#attributes{
	padding-left: 5px;
}

#attributes fieldset {
  margin-bottom: 10px;
  font-size: 16px;
/*  border: 2px solid grey;
  border-radius: 5px; */
  padding: 5px;  
  
}
/* line 380, ../sass/product.scss */
#attributes .attribute_list {
  width: 100%;
}
/* line 382, ../sass/product.scss */
#attributes .attribute_list .form-control {
    max-width: initial;
    padding: 2px;
}
/* line 384, ../sass/product.scss */
#attributes .attribute_list .form-control option {
  background: white;
  color: #666666;
}
/* line 389, ../sass/product.scss */
#attributes .attribute_list ul {
  clear: both;
}
/* line 391, ../sass/product.scss */
#attributes .attribute_list ul li {
  float: right;
  margin-left: 10px; 
  width:100%;
}
/* line 396, ../sass/product.scss */
#attributes .attribute_list input.attribute_radio {
  float: right;
  margin-right: 3px;
}
/* line 402, ../sass/product.scss */
#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
  float: none;
  display: inline-block;
}
/* line 406, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list {
  list-style-type: none;
}
/* line 408, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li {
  float: right;
  margin: 0 0 3px 6px;
  padding: 1px;
  border: 1px solid #d1d1d1;
  clear: none;
  width: auto;
  border-radius: 5px;
}
/* line 414, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 22px;
  width: 120px;
  cursor: pointer;
}
/* line 420, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li:hover {
  border: 1px solid #4d4d4d;
}
/* line 423, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li.selected {
  border: 1px solid red;
}
/* line 425, ../sass/product.scss */
#attributes .attribute_list #color_to_pick_list li.selected a {
  cursor: default;
}

/* line 434, ../sass/product.scss */
.box-cart-bottom p {
  padding-bottom: 10px;	
}
/* line 437, ../sass/product.scss */
.box-cart-bottom p#add_to_cart {
  margin-bottom: 10px;
}

/* table_data_sheet */
/* line 443, ../sass/product.scss */
.table-data-sheet {
  border: 1px solid #d3d3d3;
  width: 100%;
  background: white;
  font-family: 'Vazir';
}
/* line 447, ../sass/product.scss */
.table-data-sheet tr {
  border-top: 1px solid #d1d1d1;
}
/* line 449, ../sass/product.scss */
.table-data-sheet tr.even {
  background: #fdfdfd;
}
/* line 452, ../sass/product.scss */
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
/* line 454, ../sass/product.scss */
.table-data-sheet tr td:first-child {
  border-left: 1px solid #d1d1d1;
  width: 40%;
  font-weight: 700;
  color: #333333;
}

/* table product-discounts */
/* line 465, ../sass/product.scss */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;  
  margin: 0 0 20px;
  background: white;
  font-family: 'Vazir';
}
@media (max-width: 767px) {
  /* line 465, ../sass/product.scss */
  table.table-product-discounts {
    width: 100%;
  }
}
/* line 475, ../sass/product.scss */
table.table-product-discounts tr th {
  background: #f6f6f6;
  color: #333333;
  font-weight: 700;
  border: none;
  font-weight: 700;
}
/* line 483, ../sass/product.scss */
table.table-product-discounts tr td,
table.table-product-discounts tr th {
  border-right: 1px solid #d1d1d1;
  
  padding: 5px;
  border-top: 1px solid #d1d1d1;
  border-left: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 13px;
  line-height: 18px;
  border-bottom: none;
}

table.table-product-discounts tr td{
	background: #d9138a !important;
    color: white;
	padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}

/* accessories  */
/* line 499, ../sass/product.scss */
.accessories-block .block_description {
  display: none;
}
/* line 502, ../sass/product.scss */
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none;
}
/* line 508, ../sass/product.scss */
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}

/* quantity_wanted */
/* line 516, ../sass/product.scss */
#quantity_wanted_p input {
  width: 56px;
  float: right;
  height: 36px;
  line-height: 26px;
  padding: 5px 10px;
}
/* line 523, ../sass/product.scss */
#quantity_wanted_p .btn {
  float: right;
}
/* line 526, ../sass/product.scss */
#quantity_wanted_p label {
  display: block;
}

/* availability_statut */
/* line 536, ../sass/product.scss */
#quantityAvailable {
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

/* line 543, ../sass/product.scss */
#availability_value,
#last_quantities {
  color: #569800;
  font-size: 13px;
}

/* line 547, ../sass/product.scss */
#last_quantities {
  background: #ff7430;
  border: 1px solid #ea5e1a;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
  color: white;
}

/* line 554, ../sass/product.scss */
#pQuantityAvailable span {
  font-weight: 700;
  color: #333333;
}

/* line 558, ../sass/product.scss */
#availability_statut #availability_value.warning_inline {
  margin: 0;
}

/* prices */
/* line 563, ../sass/product.scss */
.content_prices {
  
  margin-bottom: 15px;
}

/* line 567, ../sass/product.scss */
.discount {
  display: none;
}

/* line 570, ../sass/product.scss */
.our_price_display {
  font-size: 24px;
}

/* line 575, ../sass/product.scss */
#reduction_percent,
#reduction_amount {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 2px;
  font-weight: 600;
  font-family: 'Vazir', "Open Sans", sans-serif;
  font-size: 21px;
  line-height: 23px;
  color: white;
  background: #f13340;
  border: 1px solid #d02a2c; 
  float:right;
}
/* line 586, ../sass/product.scss */
#reduction_percent span,
#reduction_amount span {
  display: block;
}

/* online_only */
/* line 592, ../sass/product.scss */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: right;
}

/* line 599, ../sass/product.scss */
.buttons_bottom_block {
  clear: both;
}
/* line 601, ../sass/product.scss */
.buttons_bottom_block #wishlist_button {
  font-weight: 700;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
/* line 607, ../sass/product.scss */
#send_friend_form {
  width: 600px;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 607, ../sass/product.scss */
  #send_friend_form {
    width: 280px;
  }
}
/* line 613, ../sass/product.scss */
#send_friend_form .product {
  margin-bottom: 20px;
}
/* line 615, ../sass/product.scss */
#send_friend_form .product img {
  margin-left: 10px;
  border: 1px solid #d1d1d1;
  float: right;
}
@media (max-width: 767px) {
  /* line 615, ../sass/product.scss */
  #send_friend_form .product img {
    float: none;
    margin-left: 0;
    margin-bottom: 12px;
  }
}
/* line 625, ../sass/product.scss */
#send_friend_form .product p {
  padding: 0;
  color: #333333;
}
/* line 628, ../sass/product.scss */
#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}
/* line 634, ../sass/product.scss */
#send_friend_form .form-control {
  width: 95%;
}
/* line 637, ../sass/product.scss */
#send_friend_form .submit {
  margin: 20px 10px;
  text-align: left;
}

/* PERSONNALISATION ##################################################################### */
/* line 645, ../sass/product.scss */
p.infoCustomizable {
  margin-bottom: 30px;
}

/* line 650, ../sass/product.scss */
ul#uploadable_files,
ul#text_fields {
  list-style-type: none;
}

/* line 655, ../sass/product.scss */
.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

/* line 661, ../sass/product.scss */
.customizationUploadLine {
  padding-bottom: 10px;
}
/* line 663, ../sass/product.scss */
.customizationUploadLine label {
  display: block;
  vertical-align: top;
}
/* line 667, ../sass/product.scss */
.customizationUploadLine textarea {
  width: 50%;
  border: 1px solid #d1d1d1;
  color: #777777;
}

/* line 673, ../sass/product.scss */
.customizationUploadBrowse img + a {
  position: relative;
  top: -51px;
}

/* line 678, ../sass/product.scss */
#customizedDatas {
  float: left;
}

/* line 684, ../sass/product.scss */
.accessories_block div ul li a {
  display: inline-block;
}
/* line 689, ../sass/product.scss */
.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
  font-weight: 700;
}

.pb-right-column{
	min-height: 200px;
}

@media (min-width: 479px) and (max-width: 768px) {
.pb-right-column{
	min-height: 200px;
}	
}

@media (min-width: 769px) and (max-width: 1200px) {
.pb-right-column{
	min-height: 200px;
}	
}


.comparecontainerICkala{
  float: left;
  bottom: 0px;
  left: 10px;
  position: relative;
  display: none;	
}

.googlebudget{
  float: left;
  top: 30px;
  left: 5px;
  position: absolute;
  width: 180px;	
}

/******************************************************************
Quick View Styles

#product.content_only {
	div {
		&.primary_block {	
			margin-bottom: 0;															
			@media (max-width: $screen-sm-max) { //max 991px
				margin-right: 0;
			} 
			div {
				&.pb-left-column {
					padding: 20px 20px 5px 35px;
					width: 47%;
					@media (max-width: $screen-xs - 1)  {  // max 479px 
						width: 100%;
						float: none	;																		
					}
					span.view_scroll_spacer{
						width: 38px;
						padding-left: 10px;
					}
					#thumbs_list {
						width: 392px;	
					}
				}
				&.pb-center-column {
					padding: 20px 20px 60px 0px;
					width: 27.5%;
					margin-bottom: 0;
					min-height: 623px;
					height: 100%;														
					@media (max-width: $screen-sm-max) {  //max 991px
						min-height: 440px;																			
					}
					@media (max-width: $screen-xs - 1)  { // max 479px 
						width: 100%;
						float: none	;																		
					}
					.product_comments_block_extra{
						padding-right: 0;
					}
					@media (max-width: $screen-xs - 1)  { 	// max 479px 
						.comments_advices li{
							display: block;
						}	
						.comments_advices a.reviews{
							margin: 0;
							padding: 0;
							border: none;
						}	
					}
					#ShareDiv{
						position: absolute;
						bottom: 8px;
					}
				}
				&.pb-right-column {
					width: 25.5%;
					padding-right: 15px;
					padding-left: 0;
					.box-info-product {
						border-top-width: 0px;
						border-right: none;
						border-bottom: none;
						min-height: 623px;
						height: 100%;
						@include border-radius(0 4px 4px 0);
						position: relative;
						padding-bottom: 125px;															
						@media (max-width: $screen-sm-max) {  //max 991px
							@include border-radius(0);	
							border: $main_border;
						} 					
						#add_to_cart .exclusive{
							display: block;
							width: 100%;
							&:before,
							&:after{
								display: block;
							}
							span {													
								font-size: 20px;	
								text-align: center;
								@media (max-width: $screen-md-max) { //max 1199px
									padding: 12px 22px 14px 70px;
									font-size: 20px;  
								}
							}
						}
						.box-cart-bottom {
							position: absolute;
							bottom: 0;
							right: 0;
							left: 0;
						}
					}		
					#attributes .attribute_list {
						.form-control {
							width: 230px;
						}	
					}
					.product_attributes, 
					.box-cart-bottom {
						@include box-shadow(rgba(black,0) 0px 0px 0px);
					}
					.product_attributes { 
						padding-top:0;
					}
				}
			}
		}	
	}
}
*/
/* line 811, ../sass/product.scss */
.addsharethisinner .stButton .stArrow {
  display: none !important;
}

@media (max-width: 1000px) {
  /* line 823, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-left-column,
  #product.content_only section.primary_block div.pb-left-column {
    width: 100%;
    padding-left: 15px;
  }
  /* line 826, ../sass/product.scss */
  #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-right: auto;
    margin-left: auto;
  }
  /* line 833, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-left-column #thumbs_list li,
  #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
    width: 130px;
    height: 130px;
  }
  /* line 836, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-left-column #thumbs_list li img,
  #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
    width: 120px;
    height: 120px;
  }
  /* line 843, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 50%;
    float: right;
    padding-right: 35px;
  }
  /* line 854, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    width: 50%;
    float: right;
  }
  /* line 864, ../sass/product.scss */
  #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;
  }
}
@media (max-width: 1000px) and (max-width: 479px) {
  /* line 818, ../sass/product.scss */
  #product.content_only div.primary_block,
  #product.content_only section.primary_block {
    margin-right: 0;
  }
}
@media (max-width: 1000px) and (max-width: 479px) {
  /* line 843, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 100%;
    float: none;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1000px) and (max-width: 479px) {
  /* line 854, ../sass/product.scss */
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    margin-top: 10px;
    width: 100%;
    float: none;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.page-product-box{margin-bottom:10px;box-shadow: 0 0 5px rgb(159 159 159 / 60%);
    border-radius: 5px;
display: block;
    float: right;
    width: 100%;}
/* line 876, ../sass/product.scss */
.page-product-box > div {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: justify;
/*  font-size: 14px !important;  */
  font-family: 'Vazir' !important;
  
}
/* line 880, ../sass/product.scss */
.page-product-box .rte {
  font-size: 13px;
  display: inline-block;
}
/* line 882, ../sass/product.scss */
.page-product-box .rte > div {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 6px;
}
/* line 886, ../sass/product.scss */
.page-product-box .rte > div em {
  font-style: italic;
  color: #999;
}
/* line 891, ../sass/product.scss */
.page-product-box .rte p {
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  /* line 898, ../sass/product.scss */
  .hide-left-column .page-product-box .rte em,
  .hide-right-column .page-product-box .rte em {
    width: 675px;
    display: inline-block;
  }
}

/* line 905, ../sass/product.scss */
.block_product {
  margin-bottom: 20px;
  position: relative;
  background-color: white;
  border-radius: 10px;
  float: right;
  width: 100%;
}

/* line 909, ../sass/product.scss */
.zoomWindow {
  border: 1px solid #dcdcdc;
}

/* line 913, ../sass/product.scss */
.three_column .primary_block > div {
  width: 100%;
  float: none;
}
/* line 917, ../sass/product.scss */
.three_column #buy_block {
  margin: 10px;
}
/* line 920, ../sass/product.scss */
.three_column .pb-center-column {
  min-height: 100px;
  border-left: none;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 929, ../sass/product.scss */
  .two_column .primary_block > div {
    width: 100%;
  }
  /* line 932, ../sass/product.scss */
  .two_column #buy_block {
    margin: 10px;
  }
  /* line 935, ../sass/product.scss */
  .two_column .pb-center-column {
    min-height: 100px;
    border-left: none;
    padding-right: 20px;
    padding-left: 20px;
  }
}


.block_product .product-container {
    overflow: hidden;
    margin-top: 3px;
    background: #FFF none repeat scroll 0% 0%;
    transition: none 0s ease 0s;
   /* min-height: 405px !important;
    border: 1px solid #eee;
    border-radius: 5px;
	-webkit-box-shadow: 0 2px 17px 0 rgba(0,0,0, 0.2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);*/
}
.block_product .product-container:hover{
	-webkit-box-shadow: 0 2px 17px 0 rgba(0,0,0,1);
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 1);
}

.block_product .product-image-container {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
}

.block_product .csframe_product {
    margin-right: 1px;
    margin-left: 1px;
    padding-bottom: 15px;
    overflow: hidden;
}


.block_product h5.name_product {
    display: block;
    margin-bottom: 0px;
    height: 85px;
    background: #FFFF url("../img/divier-box.png") no-repeat scroll center top;
    padding: 4px;
	text-align: center;
}

.block_product .csframe_product p {
    float: right;
    text-align: right;
    background: #FFFF url("../img/divier-box.png") no-repeat scroll center top;
    height: 80px !important;
    width: 100% !important;
    padding: 4px;
    margin: 0px !important;
	font-family: 'Vazir' !important;
}

.block_product .csframe_product .content_price {
    margin-bottom: 0px;
    background: #FFFF url("../img/divier-box.png") no-repeat scroll center top;
    width: 100% !important;
    padding: 4px;
}

.block_product .button-container-extra {
    text-align: left;
    border-top: 2px solid;
    clear: both;
    margin: 0px;
}

@media (min-width:480px) and (max-width:1200px){
.block_product .product-container {   
    height: 405px !important;	
}
}

@media  (max-width: 400px)  {
.block_product .product-container {
    overflow: hidden;
    margin-top: 3px;
    background: #FFF none repeat scroll 0% 0%;
    transition: none 0s ease 0s;
   /* height: 380px !important;
	min-height: 300px !important;*/
    border: 1px solid #eee;
    border-radius: 5px;
}
}

.productdivcallforpricing{
   border: 2px solid #DEDEDE;
   border-radius: 5px;
   margin-top: 20px; 
   width:95%;	
}

@media  (max-width: 767px)  {
.productdivcallforpricing{
   border: 2px solid #DEDEDE;
   border-radius: 5px;
   margin-top: 0px !important;	
}
}

.productcallforpricingBtn{
   left: auto;
   right: auto !important;
   display: block !important;
   margin: 10px;
}

.productcallforpricingdescription{
  padding: 2px;
  height: auto;
  text-align: center;
  clear: both;
  white-space: normal;
  font-family: 'Vazir';
}

.availability_date{
  font-family: 'Vazir';	
}

#send-to-telegram {
    display: none;
}

@media only screen and (max-device-width: 800px){
#send-to-telegram {
    display: block;
    float: right;
}
#send-to-telegram a {
   padding-right: 0px !important;
}
}

.Telegrambudget{ display:none;}

.QRcodeproduct{
	float: left;
    top: 5px;
    left: 5px;
    position: absolute;
    width: 40%;
    display: block;
}
.QRcodeproductimage{margin:20px 0px 5px 0px;}
.QRcodeproducttext{text-align: center;}



@media (max-width:768px){
	
.Telegrambudget{
	float: left;
    top: 5px;
    left: 1%;
    position: absolute;
    width: 40%;
    display: block;
}

.QRcodeproduct{ display:none;}
	
}

.Telegrambudget img{
	border: 2px solid blue;
    border-radius: 15px;
}

.dk-button-ticket {
    height: 26px;
    background: #ff5252;
    position: relative;
    font: normal 12px/26px vazir;
    color: #fff;
    display: inline-block;
    -ms-border-radius: 2px;
    border-radius: 2px;
	float: right;
}

.dk-button-ticket span:first-child {
    background: #ff7272;
    display: block;
    float: right;
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    padding: 0 12px 0 8px;
    text-align: center;
}

.dk-button-ticket span:last-child {
    padding: 0 11px;
    position: relative;
    top: -1px;
    font-size: 20px;
}

.product_attributes{
	
/*	min-height: 135px;  */
}

.box-cart-bottom {
	padding-bottom: 0px;
}

.compare{
	margin-bottom: 5px;	
    float: right;	
    margin-right: 10px;
}

@media (max-width:768px){

/*
.product_attributes{
	width: 59%;
	
}  */
.dk-button-ticket span:first-child {
    background: #ff7272;
    display: block;
    float: right;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding: 0 12px 0 8px;
    text-align: center;
}
	
.dk-button-ticket span:last-child {
    padding: 0 1px;
    position: relative;
    top: -1px;
    font-size: 18px;
    height: 26px;
    line-height: 30px;
}
	
}

.ui-state-default{
	background: #e6e6e6 url(https://ickala.com/js/jquery/ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png) 100% 100% repeat-x;
    font-weight: normal;
    color: #555555;
}

.productsearchtitleinpropage{
    background: white;
    height: 40px;
    border-bottom: 1px solid #eeeeee;
    font: normal 15px/40px Vazir;
    text-align: right;
    padding: 0 12px;
    color: blue;
    margin-top: 10px;
    border-bottom-color: black;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0
}

#minimal_quantity_wanted_p{line-height: 36px;
    float: right;
    color: rgb(55, 72, 83);
    margin-right: 10px;}
	
#loyalty span{ float:right;}

a.iwiki[data-title]:hover:after {
    content: attr(data-title);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    /*width: 80px;*/
    text-align: center;
    margin-top: -10px;
    /*bottom: 35%;*/
    z-index: 20;
    /*white-space: nowrap;*/
    min-height: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}
a.iwiki:hover {
    cursor: help;
}

#iwiki .wiki_header {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  border-radius: 5px;
  box-shadow: 0px 0px 4px #222;
  padding: 4px 4px;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-content {
  padding: 2px 5px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #7C7C7C;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #FFF;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.popover {
    max-width: 80%;
}
@media (min-width: 528px) {
    .popover {
        max-width: 70%;
    }
}
@media (min-width: 768px) {
    .popover {
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .popover {
        max-width: 35%;
    }
}
@media (min-width: 1200px) {
    .popover {
        max-width: 30%;
    }
}

.popover-content, .popover-title {
    white-space: pre;
    text-align: right;
}
.popover-content {
    text-align: left;
    background: #eeeeee;
}
.popover-content a {
    color: #2B33D1;
    text-decoration: none;
    font-weight: bold;
}
.popover-title {
    background: #fff;
    color: #000;
}
.close_popover {
    left: 5px;
    position: absolute;
    background: #EEE;
    border-radius: 15px;
    width: 18px;
    text-align: center;
    top: 5px;
    text-decoration: none;
    cursor: pointer;
}
.text_popover {
    padding: 5px 8px;
    white-space: pre-wrap;
    text-align: justify;
}
.text_popover p {
    margin: 0;
}
.text_popover img {
    margin: 0;
}
a.iwiki {
    text-decoration: none;
    background:url(../img/bg.png) repeat-x 100% 80% transparent;
}
a.iwiki:hover {
    color :#f37f19;
}

.popover_header{
	border-bottom: 1px solid;
}

.mobile-features{
/*	border: 2px solid green;
   border-radius: 5px; */
    padding: 5px;
   
}

.product-notification{
	float: right;
    text-align: justify;
    margin-top: 5px;
    border-top: 1px dashed;
    padding: 5px;
	width: 100%;
}

.product-notification p:before{
	 font-size: 1.5rem;
	 background: #929292;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: white;
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin-right: 6px;
    text-align: center;
    width: 25px;
    content: "\f05a";
}

.colorattributepicker{
	background: #FFFFFF;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    border: 1px solid #ccc;
    content: "";
    position: absolute;
    margin-right: 7px;
    margin-top: 2px;
}

.colorattributepickertext{
	cursor: pointer;
    border-radius: 5px;
    color: #6f6f6f;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 12px;
    display: block;
	padding-left: 0px;
}

@media (max-width: 768px) {
   .colorattributepickertext{
    padding: 5px 25px;  
	padding-left: 0px; 
}
}

.product-ersal-etela {
	position: relative;
    -webkit-box-align: center;	
    align-items: center;
    font-size: 14px;
    color: blue;
    border-bottom: 1px dashed;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
	height: 80px;
}

.ersale-sari {
	background: url(https://ickala.com/img/fast-shipping-icon.png) no-repeat 100%;
    background-size: contain;
    width: 100%;
    border-bottom: 1px dashed;
    float: right;
}

.ersale-sari-des{
	width: 100%;
    float: right;
    line-height: 16px;
    font-size: 10px;
    text-align: right;
    color: brown;
}

.product_attributes {
	float: right;
    width: 100%;
}

#pQuantityAvailable{
	width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.descriptionfontset{
	font-size: 1.4rem !important;
    font-weight: 400 !important;
    line-height: 2.15 !important;
	width: 100%;
}

.downloadattacmentdefault{margin: 0px;
    margin-top: 40px;
    border-radius: 0px;}

.descriptionfontset span{
	font-size: 1.4rem !important;
    font-weight: 400 !important;
    line-height: 2.15 !important;
    font-family: 'Vazir' !important;
    margin: 0px !important;
    box-sizing: inherit !important;
    color: inherit !important;
    padding: 0px !important;
	text-align: justify !important;
}

.descriptionfontset p{
	font-size: 1.4rem !important;
    font-weight: 400 !important;
    line-height: 2.15 !important;
    font-family: 'Vazir' !important;
    margin: 0px !important;
    box-sizing: inherit !important;
    color: inherit !important;
    padding: 0px !important;
	text-align: justify !important;
}


.descriptionfontset div{
	font-size: 1.4rem !important;
    font-weight: 400 !important;
    line-height: 2.15 !important;
    font-family: 'Vazir' !important;
    margin: 0px !important;
    box-sizing: inherit !important;
    color: inherit !important;
    padding: 0px !important;
	text-align: justify !important;
}

.descriptionfontset ul{
	font-size: 1.4rem !important;
    font-weight: 400 !important;
    line-height: 2.15 !important;
    font-family: 'Vazir' !important;
    margin: 0px !important;
    box-sizing: inherit !important;
    color: inherit !important;
    padding: 0px !important;
	text-align: justify !important;
}

.descriptionfontset table{
	border-spacing: 1px !important;
    display: table !important;
    width: 100% !important;
	font-family: 'Vazir' !important;
	table-layout:fixed !important;
	direction: ltr;
		
}

.descriptionfontset table tr td:first-child{
	background: none repeat scroll 0 0 #e5e5e5 !important;
    display: table-cell !important;
    line-height: 23px !important;
    padding: 2px 5px !important;
    text-align: left !important;
    text-shadow: 0 1px 1px #ffffff !important;
    vertical-align: middle !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: white !important;
}

.descriptionfontset table tr td{
	box-sizing: border-box !important;
    padding: 5px !important;
    vertical-align: middle !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #d9d9d9 !important;
    font-weight: bold !important;
	width: auto !important;
	direction: ltr;
    text-align: left;
}

.producttags {border: 1px solid #9A9B9D;
    display: inline-block;
    font-size: 13px;
    margin: 0px 3px 10px;
    padding: 5px;
    text-align: center;
	list-style: outside none none;
    position: relative;
    clear: both;
    background-color: #FFF;
    height: 100%;
    box-shadow: 0 0 5px rgb(159 159 159 / 60%);
    width: 100%;
    border-radius: 10px;}


.producttags ul li{
border: 1px solid #000000;
    background-position: 0 0;
    border-radius: 3px;
    display: block;
    float: right;
    color: #000000;
    font-size: 13px;
    padding: 5px;
    text-decoration: none;
    transition: ease 0.5s all;
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
}
@media only print {
  /* line 6, ../sass/print.scss */
  #header .nav, #header .banner, #header .row > div {
    display: none;
  }
  /* line 9, ../sass/print.scss */
  #header .row div#header_logo {
    display: block;
  }

  /* line 13, ../sass/print.scss */
  #center_column {
    width: 100% !important;
  }

  /* line 16, ../sass/print.scss */
  #left_column, #right_column {
    display: none;
  }

  /* line 19, ../sass/print.scss */
  .no-print, #quantity_wanted_p > a, a.quick-view {
    display: none !important;
  }

  /* line 22, ../sass/print.scss */
  div.selector, div.selector span, div.selector select {
    background: none;
  }

  /* line 25, ../sass/print.scss */
  #thumbs_list li a:hover, #thumbs_list li a.shown {
    border-color: #fff;
  }

  /* line 28, ../sass/print.scss */
  .product_attributes, .box-cart-bottom {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 31, ../sass/print.scss */
  .pb-left-column #views_block {
    margin-top: 10px;
    width: 278px !important;
  }

  /* line 35, ../sass/print.scss */
  #thumbs_list_frame, #thumbs_list {
    width: 100% !important;
    height: 100% !important;
  }

  /* line 40, ../sass/print.scss */
  #thumbs_list li, #thumbs_list li:first-child {
    margin: 4px;
    width: 82px;
    height: 82px;
  }

  /* line 46, ../sass/print.scss */
  #view_scroll_left, #view_scroll_right, .view_scroll_spacer {
    display: none !important;
  }

  /* line 49, ../sass/print.scss */
  .bx-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* line 53, ../sass/print.scss */
  .bx-viewport {
    height: auto !important;
  }

  /* line 56, ../sass/print.scss */
  #bxslider, #bxslider1, #crossselling_list_car {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* line 62, ../sass/print.scss */
  #bxslider1 .product-box {
    min-height: 200px;
  }

  /* line 66, ../sass/print.scss */
  .bx-controls-direction {
    display: none;
  }

  /* line 71, ../sass/print.scss */
  #footer .row > div, #footer .row > section {
    display: none;
  }
  /* line 73, ../sass/print.scss */
  #footer .row > div#block_contact_infos, #footer .row > section#block_contact_infos {
    display: block;
    width: 100%;
    border-right: none;
    border-top: 1px solid #515151;
    padding-top: 20px;
  }

  /* line 83, ../sass/print.scss */
  .footer-container #footer h4:after {
    display: none;
  }
}
