.fixed-main-navigation {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  display: inline-flex;
}
html[dir='ltr'] .fixed-main-navigation:hover [data-toggle='dropdown'] {
  border-right-color: #a2a2a2;
}
html[dir='rtl'] .fixed-main-navigation:hover [data-toggle='dropdown'] {
  border-left-color: #a2a2a2;
}
.fixed-main-navigation .open [data-toggle='dropdown'] {
  border-color: #a2a2a2;
  color: #555555;
}
.fixed-main-navigation [data-toggle='dropdown'] {
  cursor: pointer;
  width: 32px;
  height: 32px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #a2a2a2;
  transition: all 300ms ease;
}
html[dir='ltr'] .fixed-main-navigation [data-toggle='dropdown'] {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
html[dir='rtl'] .fixed-main-navigation [data-toggle='dropdown'] {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fixed-main-navigation [data-toggle='dropdown']:hover {
  border-color: #a2a2a2;
  color: #555555;
}
.fixed-main-navigation .dropdown-menu.site_menu {
  background: rgba(0, 152, 139, 0.9);
  min-width: 224px;
  max-height: 320px;
  overflow: auto;
}
.fixed-main-navigation .dropdown-menu.site_menu:after {
  border-bottom-color: rgba(0, 152, 139, 0.9);
}
.fixed-main-navigation .dropdown-menu.site_menu li a {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 16px;
}
.fixed-main-navigation .dropdown-menu.site_menu li a:hover,
.fixed-main-navigation .dropdown-menu.site_menu li a:focus,
.fixed-main-navigation .dropdown-menu.site_menu li a.menu_is_selected {
  background: #00655c;
}
@media screen and (max-width: 991px) {
  .fixed-main-navigation {
    display: none !important;
  }
}
.fixed-main-navigation .js-btn-collapse-main-nav {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #555555;
  padding: 0 12px;
  height: 32px;
  border: 1px solid #dcdcdc;
  background-color: #f8f8f8;
  cursor: pointer;
  transition: all 300ms ease;
  line-height: 32px;
  display: inline-block;
}
html[dir='rtl'] .fixed-main-navigation .js-btn-collapse-main-nav {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: 0;
}
html[dir='ltr'] .fixed-main-navigation .js-btn-collapse-main-nav {
  border-left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fixed-main-navigation .js-btn-collapse-main-nav > a {
  color: #555555;
  display: flex;
  align-items: center;
}
.fixed-main-navigation .js-btn-collapse-main-nav span {
  display: inline-block;
}
.fixed-main-navigation .js-btn-collapse-main-nav .fa,
.fixed-main-navigation .js-btn-collapse-main-nav .ico {
  margin-right: 12px;
  margin-bottom: 2px;
}
html[dir='rtl'] .fixed-main-navigation .js-btn-collapse-main-nav .fa,
html[dir='rtl'] .fixed-main-navigation .js-btn-collapse-main-nav .ico {
  margin-right: 0;
  margin-left: 12px;
}
.fixed-main-navigation .js-btn-collapse-main-nav:hover {
  border-color: #a2a2a2;
  background-color: #eeeeee;
}
.fixed-main-navigation .js-btn-collapse-main-nav:empty {
  display: none;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fixed-header body[data-header="fixed"] {
  padding-top: 48px;
}
.fixed-header body[data-header="fixed"] .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
}
.fixed-header body[data-header="fixed"][data-mainmenu="fixed"] .fixed-main-navigation {
  opacity: 1;
  visibility: visible;
}
.fixed-app-menu body[data-submenu="fixed"] ._block.location_6 {
  min-height: 40px;
  display: flex;
  flex-direction: column;
}
.fixed-app-menu body[data-submenu="fixed"] #js_block_border_core_menusub.block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f8f8f8;
}
.fixed-app-menu body[data-submenu="fixed"] #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
.fixed-app-menu body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fixed-app-menu body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 40px;
  }
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu.set_to_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0;
  background: #f8f8f8 !important;
  box-shadow: 0px 2px 8px 0px rgba(162, 162, 162, 0.4), inset 0px 0px 2px 0px rgba(162, 162, 162, 0.8);
  padding-left: calc(50vw - 578px - 16px);
  padding-right: calc(50vw - 578px - 16px);
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul {
  height: 48px;
}
html[dir="ltr"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul {
  padding-left: 8px;
}
html[dir="rtl"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul {
  padding-right: 8px;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li {
  border-right: 0;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a {
  height: 48px;
  color: #a2a2a2;
  flex-direction: row;
  transition: all 300ms ease-in-out;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a:hover {
  color: #555555;
  background-color: #eeeeee;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-bottom: 0;
}
html[dir="ltr"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
html[dir="ltr"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-right: 8px;
}
html[dir="rtl"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
html[dir="rtl"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-left: 8px;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] {
  border-left: 1px solid #eeeeee;
}
html[dir="ltr"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-right: 0;
}
html[dir="rtl"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-left: 0;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li.active > a {
  border-bottom: 2px solid #00988b;
  color: #00988b;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  .fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li .dropdown-menu:after {
  display: none;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  display: block !important;
  border-right: 0;
}
html[dir="ltr"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
html[dir="rtl"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="ltr"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="rtl"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder a {
  border-radius: 100%;
  border-width: 0;
  padding: 0;
  height: auto;
  margin-top: 8px;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .img-wrapper,
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user {
  width: 32px;
  height: 32px;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user {
  border: 2px solid #FFF;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user span {
  font-size: 11px;
}
.fixed-app-menu.fixed-header body[data-header="fixed"] {
  padding-top: 48px;
}
.fixed-app-menu.fixed-header body[data-header="fixed"] .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-mainmenu="fixed"] .fixed-main-navigation {
  opacity: 1;
  visibility: visible;
}
.fixed-app-menu.fixed-header body[data-submenu="fixed"] ._block.location_6 {
  min-height: 40px;
  display: flex;
  flex-direction: column;
}
.fixed-app-menu.fixed-header body[data-submenu="fixed"] #js_block_border_core_menusub.block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f8f8f8;
}
.fixed-app-menu.fixed-header body[data-submenu="fixed"] #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
.fixed-app-menu.fixed-header body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fixed-app-menu.fixed-header body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 40px;
  }
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] {
  padding-top: 88px;
}
@media (min-width: 992px) {
  .fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] {
    padding-top: 90px;
  }
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header ._block.location_6 {
  display: flex;
  flex-direction: column;
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  z-index: 100;
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 88px;
  }
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header #js_block_border_core_menusub {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: 48px;
  z-index: 98;
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header .main-navigation {
    height: 0 !important;
    overflow: hidden !important;
    transition: all 300ms ease;
  }
}
.fixed-header.fixed-profile-menu body[data-header="fixed"] {
  padding-top: 48px;
}
.fixed-header.fixed-profile-menu body[data-header="fixed"] .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
}
.fixed-header.fixed-profile-menu body[data-header="fixed"][data-mainmenu="fixed"] .fixed-main-navigation {
  opacity: 1;
  visibility: visible;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu.set_to_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0;
  background: #f8f8f8 !important;
  box-shadow: 0px 2px 8px 0px rgba(162, 162, 162, 0.4), inset 0px 0px 2px 0px rgba(162, 162, 162, 0.8);
  padding-left: calc(50vw - 578px - 16px);
  padding-right: calc(50vw - 578px - 16px);
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul {
  height: 48px;
}
html[dir="ltr"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul {
  padding-left: 8px;
}
html[dir="rtl"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul {
  padding-right: 8px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li {
  border-right: 0;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a {
  height: 48px;
  color: #a2a2a2;
  flex-direction: row;
  transition: all 300ms ease-in-out;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a:hover {
  color: #555555;
  background-color: #eeeeee;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-bottom: 0;
}
html[dir="ltr"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
html[dir="ltr"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-right: 8px;
}
html[dir="rtl"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
html[dir="rtl"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-left: 8px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] {
  border-left: 1px solid #eeeeee;
}
html[dir="ltr"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-right: 0;
}
html[dir="rtl"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-left: 0;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li.active > a {
  border-bottom: 2px solid #00988b;
  color: #00988b;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  .fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li .dropdown-menu:after {
  display: none;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  display: block !important;
  border-right: 0;
}
html[dir="ltr"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
html[dir="rtl"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="ltr"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="rtl"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder a {
  border-radius: 100%;
  border-width: 0;
  padding: 0;
  height: auto;
  margin-top: 8px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .img-wrapper,
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user {
  width: 32px;
  height: 32px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user {
  border: 2px solid #FFF;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user span {
  font-size: 11px;
}
.fixed-header.fixed-profile-menu body[data-header="fixed"][data-profile="fixed"] {
  padding-top: 96px;
}
.fixed-header.fixed-profile-menu body[data-header="fixed"][data-profile="fixed"] .profiles-menu.set_to_fixed {
  top: 48px;
}
body {
  background-color: #f2f2f2;
}
/* social icons */
.share_socials a:before {
  font-size: 1.5em !important;
}
/* hide neighbourhood checkbox */
.neighbourhood_checkbox {
  display: none;
}
/* hide gateway */
body#page_user_setting form div.accout-setting-form + div {
  display: none;
}
/* hide old city and zip in 
    marketplace add */
#page_marketplace_add div#js_mp_add_city {
  display: none;
}
/* hide new city and neighbour */
#page_core_index-visitor #city_child_id,
#page_core_index-visitor #city_id,
#page_marketplace_purchase #city_id,
#page_marketplace_purchase #city_child_id,
#js_registration_holder #city_child_id,
#js_registration_holder #city_id {
  display: none;
}
#js_marketplace_add_end_time input.js_date_picker {
  background: none;
}
.fa-font-iransansweb {
  font-family: 'IRANSansWeb' !important;
}
.selectize-control.rtl.single .selectize-input:after {
  right: 0px !important;
}
.price-right .selectize-control.form-control.single.rtl {
  width: 20%;
}
.unique-participate {
  padding: 8px;
  border: 1px solid lightgray;
  margin: 5px 0px;
  border-radius: 5px;
}
#js_quiz_container > .js_core_init_selectize_form_group.quizzes-app.participation_plan {
  padding: 15px;
  border: 1px solid lightgray;
  margin: 5px 0px;
  border-radius: 5px;
  background-color: darkseagreen;
}
#js_quiz_container > .js_core_init_selectize_form_group.quizzes-app.participation_plan .form-inline.flex.category {
  position: relative;
}
.display_force_none {
  display: none !important;
}
div#js_marketplace_add_end_time {
  border: 1px solid lightgray;
  padding: 8px;
  background-color: ghostwhite;
}
.location .form-inline {
  margin: 0px !important;
}
.extra_info {
  margin: 5px 0px;
}
/* Discounts */
#page_marketplace_discount .market-app.create.sold {
  margin-top: 0px !important;
}
/*  Delivery status, my invoices table   */
tr.not-delivered {
  background-color: antiquewhite;
}
tr.is-delivered {
  background-color: aliceblue;
}
tr span.participants-count-number {
  cursor: pointer;
}
tr.is-processing {
  background-color: darkkhaki;
}
/* Delivery Costs */
.delivery_costs {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px lightgray solid;
  border-radius: 5px;
}
.delivery_costs .form-inline {
  margin-top: 8px;
  margin-bottom: 8px;
}
.unavailable_product:before {
  /*filter: blur(2px) grayscale(70%);*/
  background-color: rgba(255, 0, 0, 0.35);
}
.unavailable_product:hover {
  filter: blur(0px) grayscale(5%);
  background-color: rgba(255, 0, 0, 0.05);
}
.display_force_none {
  display: none !important;
}
.item_info_more .delivery_cost {
  margin-right: 10px;
  margin-left: 10px;
}
.delivery_costs .input-group-prepend {
  display: none;
}
.delivery_costs .input-group-prepend {
  display: none;
}
.delivery_costs .input-group-append {
  display: none;
}
/*
.delivery_costs .input-group-prepend,.delivery_costs .input-group-append{
    text-align: center;
    position: absolute;
    margin: auto;
    width: 200px;
}
.delivery_costs .form-control{
    padding:0px!important;
    font-size:1.2em;
    text-align: center;
    position: absolute;
    width: 200px!important;
    display: block;
    top: 42px;    
}
.delivery_costs .btn-outline-secondary{
   font-size:2em;
}
.delivery_costs .btn-outline-secondary:hover{
    color:white;
}
.delivery_costs .btn-decrement{
    color:red; 
}
.delivery_costs .btn-increment{
    color:green; 
}
.delivery_costs .btn-decrement:hover{
    background-color:red;
}
.delivery_costs .btn-increment:hover{
    background-color:green;
}
.delivery_costs .input-group{
    display: inline-table;
    vertical-align: middle;
    position: relative;
    height: 124px;
    text-align: center;
}

*/
/* End of Delivery Costs */
/* Stock Quantity */
#stock_quantity {
  width: 30% !important;
  direction: ltr;
  padding: 5px !important;
  font-size: 1.2em;
  position: unset;
}
.stock_quantity .input-group-prepend,
.stock_quantity .input-group-append {
  text-align: center;
  position: absolute;
  margin: auto;
  width: 200px;
}
.stock_quantity .form-control {
  padding: 0px !important;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  width: 200px !important;
  display: block;
  top: 42px;
}
.stock_quantity .btn-outline-secondary {
  font-size: 2em;
}
.stock_quantity .btn-outline-secondary:hover {
  color: white;
}
.stock_quantity .btn-decrement {
  color: red;
}
.stock_quantity .btn-increment {
  color: green;
}
.stock_quantity .btn-decrement:hover {
  background-color: red;
}
.stock_quantity .btn-increment:hover {
  background-color: green;
}
.stock_quantity .input-group {
  display: inline-table;
  vertical-align: middle;
  position: relative;
  height: 124px;
  text-align: center;
}
.input-group-prepend {
  bottom: 0px;
}
.input-group-append {
  top: 0px;
}
.unavailable_product {
  padding-top: 10px;
  font-size: 1.2em;
  font-style: italic;
}
a.unavailable_product {
  padding-top: 0px;
}
/* End of Stock Quantity */
.not_selected_error {
  border-color: red !important;
  background-color: pink !important;
}
.form-group.address-box {
  color: rgba(0, 0, 0, 0.25);
  background-color: #FFF;
  border-color: gray !important;
  border: 1px solid;
  border-radius: 8px;
  padding: 1em;
  display: inline-grid !important;
  height: 220px;
  width: 100%;
}
html[dir='rtl'] .form-group.address-box {
  margin-left: 1em;
}
html[dir='ltr'] .form-group.address-box {
  margin-right: 1em;
}
.address_radio {
  width: 20px;
  height: 20px;
}
.form-group.address-box.is_selected {
  color: #00988b;
  background-color: #FFF;
  border-color: #00988b !important;
  box-shadow: 0px 4px 12px 0px rgba(0, 152, 139, 0.6);
  border: 1px solid;
  border-radius: 8px;
  padding: 1em;
}
.address-box .form-control {
  height: 30px !important;
  font-size: 12px !important;
  padding: 0px !important;
}
.new-address-box {
  overflow: hidden;
  transition: all 1s;
}
.new-address-box.is_selected {
  height: 400px;
}
input[type='radio']:checked:after {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  top: -2px;
  left: 0px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inherit;
  visibility: visible;
  border: 2px solid white;
}
input[type='radio']:checked:after {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  top: -2px;
  left: 0px;
  position: relative;
  background-color: #00988b;
  content: '';
  display: inherit;
  visibility: visible;
  border: 2px solid white;
}
a {
  color: #2681d5;
}
a:hover {
  color: #1e67aa;
}
label {
  margin-right: 8px;
  margin-left: 8px;
  display: table-row;
}
.share_socials a:before {
  color: #00988b !important;
}
.number-remains {
  font-size: 1.5em;
  color: #00988b;
}
.participant_counter .ico-comment-o:before {
  content: "\eaf1" !important;
}
.participants_counter {
  display: none !important;
}
.sticky-bar {
  background-color: #ffffff;
}
#main #content-stage,
.js_feed_view_more_entry_holder .feed-stream-content,
.js_feed_comment_border .feed-stream-content,
.header-filter-holder,
div.comment_mini_content_border {
  background-color: #ffffff;
}
@media (max-width: 480px) {
  .expireday_view.delivery_cost {
    width: 90%;
  }
  .privacy_setting_div a.btn i + .txt-label {
    display: block !important;
  }
  .comment-mini-content-commands .button-like-share-block.comment-has-3-actions .feed-like-link,
  .comment-mini-content-commands .button-like-share-block.comment-has-3-actions .feed-comment-link,
  .comment-mini-content-commands .button-like-share-block.comment-has-3-actions .feed-comment-share-holder {
    width: 20% !important;
    max-width: 20%;
  }
  #page_marketplace_view .item_info_more {
    display: block !important;
    text-align: center;
  }
  .item-total-view.participants_count {
    width: 20%;
    position: absolute !important;
    left: 0px !important;
    top: -.6em;
  }
  .market-detail-not-right .item-categories {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 1em;
  }
  .item-categories .extra_info_middot.extra_info_middot_normal {
    display: inline;
  }
  #main #content-stage #content .block > .title {
    width: 100%;
  }
  .expireday_view {
    background-position: right 2px!important;
    height: 2em;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
/*@media (min-width: 481px){*/
.item-detail-feedcomment .ico.ico-user-man-three-o {
  margin-right: 1em;
}
.participants_count span:hover,
span.participants-count-number:hover {
  color: #00988b !important;
  font-weight: bold;
  cursor: pointer;
}
.expireday_view {
  background-image: url(http://hamboodgah.com/Social/PF.Site/Apps/core-marketplace/assets/image/days.png);
  background-repeat: no-repeat;
  background-position: right 12px;
  padding-right: 1.2em;
  background-size: 1.2em;
}
.price_word {
  font-size: 1em;
  color: #ffcc00 !important;
  padding-right: 5px;
  padding-left: 5px;
}
.market-view-detail .listing_view_price {
  color: black !important;
  font-size: 1em !important;
  background-image: url(http://hamboodgah.com/Social/PF.Site/Apps/core-marketplace/assets/image/bazar.png);
  background-repeat: no-repeat;
  background-position: right 8px;
  padding-right: 1.5em;
  background-size: 1.2em;
}
article .listing_view_price {
  background: none !important;
  padding-right: 0 !important;
}
html[dir='rtl'] article form.form {
  text-align: left;
  margin-top: -30px;
}
html[dir='ltr'] article form.form {
  text-align: right;
  margin-top: -30px;
}
html[dir='ltr'] article form.form .btn.btn-success.ml-1 {
  height: 30px;
  margin-top: 1em;
}
#page_marketplace_view .ms-tabs-vertical-template .ms-thumb-list .ms-thumb-frame {
  width: 44px;
  height: 44px;
}
#page_marketplace_view .ms-tabs-vertical-template .ms-thumb-list .ms-thumb-frame.ms-thumb-frame-selected img {
  outline-offset: -1px;
  outline: 2px solid #00988b;
}
#page_marketplace_view .ms-tabs-vertical-template .ms-thumb-list.ms-dir-v {
  width: 50px;
}
html[dir='rtl'] #page_marketplace_view .ms-tabs-vertical-template {
  padding-left: 50px;
}
.expireday_view span {
  color: #00988b;
  font-size: 1em;
  padding-right: 5px;
  padding-left: 5px;
}
.expireday_view strong {
  font-size: 0.8em;
}
/*}*/
.listingCount {
  width: 8em;
  display: inline-block;
}
html[dir='rtl'] .listingCount input.form-control {
  padding: 0px !important;
  height: 1.5em;
  border: 1px solid #e6b800;
  margin-right: 1px;
  margin-left: 1px;
  border-radius: 0px !important;
  color: orange;
  font-weight: normal;
  font-size: 1em;
  padding-top: 4px !important;
}
html[dir='ltr'] .listingCount input.form-control {
  padding: 0px !important;
  height: 1.5em;
  border: 1px solid #e6b800;
  margin-right: 1px;
  margin-left: 1px;
  border-radius: 0px !important;
  color: orange;
  font-weight: normal;
  font-size: 1em;
  padding-top: 1px !important;
  margin-top: 0px;
}
.listingCount .btn-increment,
.listingCount .btn-decrement {
  min-width: 0.5rem !important;
  padding: 0.5em !important;
  height: 1.5em;
  border: 1px solid #e6b800!important;
  padding-top: 0.8em !important;
  color: #00988b;
  border-radius: 2px;
}
.listingCount .btn-decrement {
  color: red;
}
.listingCount .btn-increment:hover {
  background-color: #00988b;
  color: white;
}
.shortcuts {
  display: none;
}
@media screen and (min-width: 300px) and (max-width: 700px) {
  #page_core_index-member .shortcuts {
    display: block;
  }
  #page_core_index-member .btn-success.btn-gradient:before {
    background-image: none !important;
  }
  #page_core_index-member .app-addnew-block .dropdown-menu {
    background-color: #169a8e;
  }
  #page_core_index-member .btn-app-addnew .dropdown-menu:after {
    border-top: 8px solid #169a8e;
  }
  .shortcuts .btn-success.btn-gradient {
    background-image: url(images/add-shortcut.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-color: #ffcc04;
  }
  .listing_purchase {
    flex: 1;
  }
  .listing_purchase .btn-success {
    height: 28px;
    font-size: 1em;
    font-weight: bold;
    padding-right: 8px !important;
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 0px;
    margin-right: 0px !important;
  }
  html[dir='ltr'] .listing_purchase .btn-success {
    font-size: 0.8em;
    margin-left: 0px;
  }
  .listingCount {
    width: 8em;
  }
  .expireday_view {
    padding-right: 20px;
    height: 1.5em;
    background-position: right 3px;
    position: relative;
    right: 20px;
  }
  .expireday_view {
    text-align: right;
    margin: auto;
    width: 50%;
  }
  #page_marketplace_view .item_info_more .listing_view_price {
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    text-align: right;
    position: relative;
    right: 20px;
  }
  #page_marketplace_view .item_info_more .listing_purchase {
    /*display: inline-flex;*/
    position: relative;
    /*top: -4em;*/
    display: block;
    float: none;
  }
  html[dir='ltr'] .listingCount input.form-control {
    margin-top: 0px;
  }
  .listingCount .btn-decrement strong,
  .listingCount .btn-increment strong {
    /*display: inline-flex;
        position: relative;
        left: -50%;
        top: -5em; */
    display: block;
    float: none;
  }
  #main #content-stage #content .block > .title {
    width: 100%;
  }
  .listingCount .btn-decrement,
  .listingCount .btn-increment {
    height: 2em;
    min-width: 2.2em !important;
  }
  .listingCount .btn-decrement strong,
  .listingCount .btn-increment strong {
    position: relative;
    top: -5px;
  }
  .listingCount .form-control {
    height: 2em !important;
  }
  html[dir="rtl"] #page_marketplace_view .ms-tabs-vertical-template {
    padding-left: 0px !important;
  }
  body p {
    line-height: 1.6em !important;
    text-align: justify;
  }
  .market-detail-not-right p {
    line-hight: 1.6em !important;
    text-align: justify;
  }
  .market-detail-not-right .fw-bold {
    line-height: 1.8em !important;
    text-align: justify;
  }
  html[dir='rtl'] .listing_view_price {
    width: 12em !important;
    margin-top: 1em;
  }
  .listing_view_price {
    width: 50% !important;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    background-position: right 2px!important;
  }
}
@media screen and (min-width: 992px) {
  span.item-total-view.participants_count2 {
    position: unset !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    display: block;
    margin: 0px !important;
    margin-top: 1.3em !important;
  }
  span.item-total-view.participants_count2:nth-child(2) {
    margin-top: 1em !important;
  }
  .item-total-view.participants_count {
    right: 11em !important;
  }
  .ico.ico-user-man-three-o:hover {
    box-shadow: 0px 6px 12px 0px rgba(78, 154, 224, 0.4);
    background-color: #f3f8fd;
    color: #2681d5;
  }
  .ico.ico-user-man-three-o:hover span {
    color: #00988b;
  }
  .ico.ico-user-man-three-o:hover span {
    color: #2681d5 !important;
  }
  /*.ico.ico-user-man-three-o{
        width: 32px;
        height: 32px;
        background: #f8f8f8;
        border-radius: 100%;
        display: unset;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        color: #a2a2a2;
        font-size: 16px;    
    
    }*/
  .participants_count span {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 35px;
    color: #a2a2a2 !important;
  }
  .participants_count span:hover {
    color: #00988b !important;
  }
  .market-detail-not-right .item_info_more {
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .invoice_details .form-group {
    width: 30% !important;
    display: inline-grid;
  }
  body p {
    line-height: 1.6em !important;
    text-align: justify;
  }
  .market-detail-not-right p {
    line-hight: 1.6em !important;
    text-align: justify;
  }
  .market-detail-not-right .fw-bold {
    line-height: 1.8em !important;
    text-align: justify;
  }
  .market-view-detail .market-detail-not-right .ms-marketplace-detail-showcase {
    min-width: 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
  .market-detail-not-right .shortdescription {
    width: 50%;
    padding-right: 1em;
    position: relative;
  }
  .market-detail-not-right .shortdescription ul {
    display: inline;
  }
  .market-detail-not-right .item-categories {
    margin-top: 1em;
    position: absolute;
    bottom: 1em;
    left: 1em;
    background-image: url(http://hamboodgah.com/Social/PF.Site/Apps/core-marketplace/assets/image/xcategory.png.pagespeed.ic._VWcZSxw6T.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    padding-right: 1.5em;
    background-size: 1.2em;
  }
  html[dir="ltr"] .market-app.create .privacy-block-content .inner {
    margin-left: 0px;
    margin-right: 56px;
  }
  html[dir="rtl"] .market-app.create .privacy-block-content .inner {
    margin-right: 0px;
    margin-left: 56px;
  }
  .item-total-view.participants_count {
    left: 6em !important;
  }
  .listingCount {
    width: 8em;
    display: inline-block;
  }
  .listingCount input.form-control {
    padding: 0px !important;
    height: 1.5em;
    border: 1px solid #e6b800;
    margin-right: 1px;
    margin-left: 1px;
    border-radius: 0px !important;
    color: orange;
    font-weight: normal;
    font-size: 1em;
    padding-top: 4px !important;
  }
  .listingCount .btn-increment,
  .listingCount .btn-decrement {
    min-width: 0.5rem !important;
    padding: 0.5em !important;
    height: 1.5em;
    border: 1px solid #e6b800!important;
    padding-top: 0.8em !important;
    color: #00988b;
    border-radius: 2px;
  }
  .listingCount .btn-decrement {
    color: red;
  }
  .listingCount .btn-increment:hover {
    background-color: #00988b;
    color: white;
  }
  .expireday_view {
    padding-top: 0.7em;
  }
  .participants_count span {
    cursor: pointer;
  }
  .participants_count span:hover {
    color: green;
  }
  .listingCount .btn-decrement:hover {
    background-color: red;
    color: white;
  }
  #js_block_participates {
    width: 100%;
  }
  #js_block_participates .item-container.market-widget-block.market-app article {
    display: inline-block;
    width: 49%;
  }
  .navbar.main-navigation {
    background-color: #00988b;
  }
  .navbar.main-navigation .site-menu {
    padding-right: 0px;
  }
  .navbar.main-navigation .site-menu .overlay {
    background: linear-gradient(to right, rgba(0, 152, 139, 0) 0%, rgba(0, 152, 139, 0.7) 25%, #00988b 100%);
  }
  .navbar.main-navigation .site-menu > li > a {
    font-weight: 200;
    padding: 0 12px;
    color: #ffffff;
  }
  .navbar.main-navigation .site-menu > li > a.menu_is_selected,
  .navbar.main-navigation .site-menu > li > a:hover {
    color: #ffcc00;
  }
}
@media screen and (max-width: 991px) {
  .navbar.main-navigation {
    /*background-color: @nav-bg;*/
  }
  .navbar.main-navigation .site-menu {
    /*padding-right:0px;*/
  }
  .navbar.main-navigation .site-menu .overlay {
    /*background: linear-gradient(to right, rgba(red(@nav-bg), green(@nav-bg), blue(@nav-bg), 0) 0%, rgba(red(@nav-bg), green(@nav-bg), blue(@nav-bg), 0.7) 25%, @nav-bg 100%);*/
  }
  .navbar.main-navigation .site-menu > li > a {
    font-weight: 200;
    color: #ffffff;
    /*padding:0 12px;
              color: @nav-link-color;
              &.menu_is_selected,
              &:hover {
                color: @nav-link-color-hover;
              }*/
  }
  html[dir="ltr"] .market-app.create .privacy-block-content .inner {
    margin-left: 0px;
    margin-right: 56px;
  }
  html[dir="rtl"] .market-app.create .privacy-block-content .inner {
    margin-right: 0px;
    margin-left: 56px;
  }
}
.js_box_holder .js_box .form-control,
.js_box_holder .js_box input[type="text"],
.form-control,
textarea,
.js_box_holder .js_box textarea {
  background-color: #ffffff;
  color: #555555;
}
#main .layout-left .block,
#main .layout-right .block {
  background-color: #ffffff;
}
#main .layout-left .block > .title,
#main .layout-right .block > .title {
  color: #555555;
}
#main .layout-left .block > .content,
#main .layout-right .block > .content {
  border-top-color: #eeeeee;
}
#section-footer {
  background-color: transparent;
}
#section-footer .footer-holder .copyright {
  color: #7691a3;
}
html[dir="ltr"].pl-1 {
  padding-left: 8px;
}
html[dir="rtl"].pl-1 {
  padding-right: 8px;
}
html[dir="ltr"].pl-2 {
  padding-left: 16px;
}
html[dir="rtl"].pl-2 {
  padding-right: 16px;
}
.h-6 {
  height: 48px;
}
html[dir="ltr"].mr-0 {
  margin-right: 0;
}
html[dir="rtl"].mr-0 {
  margin-left: 0;
}
html[dir="ltr"].mr-1 {
  margin-right: 8px;
}
html[dir="rtl"].mr-1 {
  margin-left: 8px;
}
html[dir="ltr"].ml-1 {
  margin-left: 8px;
}
html[dir="rtl"].ml-1 {
  margin-right: 8px;
}
.s-4 {
  width: 32px;
  height: 32px;
}
.pt-6 {
  padding-top: 48px;
}
html[dir="ltr"] .pr-2 {
  padding-right: 16px;
}
html[dir="rtl"] .pr-2 {
  padding-left: 16px;
}
html[dir="ltr"] .mr-3 {
  margin-right: 24px;
}
html[dir="rtl"] .mr-3 {
  margin-left: 24px;
}
html[dir="ltr"] .ml-3 {
  margin-left: 24px;
}
html[dir="rtl"] .ml-3 {
  margin-right: 24px;
}
.mt-1 {
  margin-top: 8px;
}
:not(.fixed-preview) body[data-header="fixed"] {
  padding-top: 48px;
}
:not(.fixed-preview) body[data-header="fixed"] .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
}
:not(.fixed-preview) body[data-header="fixed"][data-mainmenu="fixed"] .fixed-main-navigation {
  opacity: 1;
  visibility: visible;
}
:not(.fixed-preview) body[data-submenu="fixed"] ._block.location_6 {
  min-height: 40px;
  display: flex;
  flex-direction: column;
}
:not(.fixed-preview) body[data-submenu="fixed"] #js_block_border_core_menusub.block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f8f8f8;
}
:not(.fixed-preview) body[data-submenu="fixed"] #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
:not(.fixed-preview) body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  :not(.fixed-preview) body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 40px;
  }
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu.set_to_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0;
  background: #f8f8f8 !important;
  box-shadow: 0px 2px 8px 0px rgba(162, 162, 162, 0.4), inset 0px 0px 2px 0px rgba(162, 162, 162, 0.8);
  padding-left: calc(50vw - 578px - 16px);
  padding-right: calc(50vw - 578px - 16px);
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul {
  height: 48px;
}
html[dir="ltr"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul {
  padding-left: 8px;
}
html[dir="rtl"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul {
  padding-right: 8px;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li {
  border-right: 0;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a {
  height: 48px;
  color: #a2a2a2;
  flex-direction: row;
  transition: all 300ms ease-in-out;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a:hover {
  color: #555555;
  background-color: #eeeeee;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-bottom: 0;
}
html[dir="ltr"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
html[dir="ltr"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-right: 8px;
}
html[dir="rtl"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
html[dir="rtl"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-left: 8px;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] {
  border-left: 1px solid #eeeeee;
}
html[dir="ltr"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-right: 0;
}
html[dir="rtl"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-left: 0;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li.active > a {
  border-bottom: 2px solid #00988b;
  color: #00988b;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  :not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
    opacity: 0;
    visibility: hidden;
  }
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li .dropdown-menu:after {
  display: none;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  display: block !important;
  border-right: 0;
}
html[dir="ltr"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
html[dir="rtl"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="ltr"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="rtl"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder a {
  border-radius: 100%;
  border-width: 0;
  padding: 0;
  height: auto;
  margin-top: 8px;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder .img-wrapper,
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user {
  width: 32px;
  height: 32px;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user {
  border: 2px solid #FFF;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user span {
  font-size: 11px;
}
:not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] {
  padding-top: 88px;
}
@media (min-width: 992px) {
  :not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] {
    padding-top: 90px;
  }
}
:not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header ._block.location_6 {
  display: flex;
  flex-direction: column;
}
:not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  z-index: 100;
}
:not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  :not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 88px;
  }
}
:not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header #js_block_border_core_menusub {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: 48px;
  z-index: 98;
}
:not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
@media (min-width: 992px) {
  :not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header .main-navigation {
    height: 0 !important;
    overflow: hidden !important;
    transition: all 300ms ease;
  }
}
:not(.fixed-preview) body[data-header="fixed"][data-profile="fixed"] {
  padding-top: 96px;
}
:not(.fixed-preview) body[data-header="fixed"][data-profile="fixed"] .profiles-menu.set_to_fixed {
  top: 48px;
}
@media (min-width: 768px) {
  html[dir='ltr']:not(.fixed-preview) body[data-left="fixed"] .layout-left {
    position: fixed;
    z-index: 1;
  }
  html[dir='ltr']:not(.fixed-preview) body[data-left="fixed"] .layout-main .layout-middle {
    margin-left: 256px !important;
  }
  html[dir='ltr']:not(.fixed-preview) body[data-right="fixed"] .layout-right {
    position: fixed;
    z-index: 1;
  }
  html[dir='ltr']:not(.fixed-preview) body[data-right="fixed"] .layout-main .layout-middle {
    margin-right: 256px !important;
  }
  .market-widget-block article {
    margin-top: 6px !important;
    padding: 12px;
    border: 1px solid #eeeeee;
  }
  .market-widget-block article .item-title {
    font-size: 0.8em;
    height: 3em;
  }
  .w-40-percent {
    width: 40% !important;
  }
  .w-50-percent {
    width: 50% !important;
  }
  .w-80-percent {
    width: 80% !important;
  }
  .w-10-percent {
    width: 10% !important;
  }
  .w-8-percent {
    width: 8% !important;
  }
  .minw-100-pixel {
    min-width: 100px !important;
  }
  .no-border {
    border: none !important;
  }
}
@media (min-width: 768px) {
  html[dir='rtl']:not(.fixed-preview) body[data-left="fixed"] .layout-left {
    position: fixed;
    z-index: 1;
  }
  html[dir='rtl']:not(.fixed-preview) body[data-left="fixed"] .layout-main .layout-middle {
    margin-right: 256px !important;
  }
  html[dir='rtl']:not(.fixed-preview) body[data-right="fixed"] .layout-right {
    position: fixed;
    z-index: 1;
  }
  html[dir='rtl']:not(.fixed-preview) body[data-right="fixed"] .layout-main .layout-middle {
    margin-left: 256px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  html[dir='ltr']:not(.fixed-preview) body[data-left="fixed"] .empty-right .layout-main .layout-middle {
    margin-left: 0 !important;
    margin-right: 256px !important;
  }
  html[dir='ltr']:not(.fixed-preview) body[data-right="fixed"] .empty-right .layout-main .layout-middle {
    margin-right: 0 !important;
    margin-left: 256px !important;
  }
  html[dir='ltr'] #main:not(.empty-right):not(.empty-left) .layout-middle {
    margin-right: 24px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  html[dir='rtl']:not(.fixed-preview) body[data-left="fixed"] .empty-right .layout-main .layout-middle {
    margin-right: 0 !important;
    margin-left: 256px !important;
  }
  html[dir='rtl']:not(.fixed-preview) body[data-right="fixed"] .empty-right .layout-main .layout-middle {
    margin-left: 0 !important;
    margin-right: 256px !important;
  }
  html[dir='rtl'] #main:not(.empty-right):not(.empty-left) .layout-middle {
    margin-left: 24px !important;
    margin-right: 0 !important;
  }
}
.user_is_online {
  background: #00BCA3 !important;
  border: none !important;
}
