body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'MatahariUO', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  line-height: 1.42857143;
  background-color: #ffffff;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
* {
  scroll-behaviour: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'MatahariUO', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'MatahariUO', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.file-btn {
  position: relative;
}
.file-btn input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.tabs .tabLinks a {
  position: relative;
  padding: 5px;
  margin: 0 10px;
}
.tabs .tabLinks a:first-child {
  padding-left: 0;
  margin-left: 0;
}
.tabs .tabLinks a:first-child:after {
  margin-left: -2px;
}
.tabs .tabLinks a.active:after, .tabs .tabLinks a:after {
  content: '';
  display: block;
  border-bottom: 3px solid black;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 5px);
  -webkit-transition: 0.13s ease;
  transition: 0.13s ease;
}
.tabs .tabLinks a:after {
  width: 0;
}
.tabs .tabLinks a:hover:after {
  width: 100%;
}
.tabs .tabLinks:hover a.active:after {
  width: 0;
}
.tabs .tabLinks:hover a.active:hover:after {
  width: 100%;
}
.tabs .tabContent {
  display: none;
  padding: 20px 0px;
}
.tabs .tabContent.active {
  display: block;
}
.md-modal {
  visibility: hidden;
}
.md-show {
  visibility: visible;
}
.myloader {
  display: none;
  z-index: 99;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
}
.myloader:before, .myloader:after {
  display: block;
  position: absolute;
}
.myloader:before, .myloader:after {
  content: "";
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  border-top-color: #EC4440;
}
.myloader:before {
  width: 100px;
  height: 100px;
  animation: loading 5s linear infinite;
}
.myloader:after {
  width: 50px;
  height: 50px;
  animation: loading 5s linear infinite reverse;
}
@keyframes loading {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#mp-pusher {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sort_panel {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 1em;
}
.goods_count {
  flex-grow: 1;
}
.sorting {
  position: relative;
}
.sorting select {
  display: inline-block;
  max-width: 90%;
}
.sorting .fa {
  color: #EC4440;
}
.sorting a {
  text-transform: none;
  display: block;
  color: black;
}
.sorting a .fa {
  font-size: 0.8em;
  color: black;
}
.sorting ul {
  min-width: 186px;
  display: none;
  list-style: none;
  text-align: left;
  background: white;
  padding: 15px 0px;
  box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
}
.sorting ul li {
  margin: 0px 0px;
}
.sorting ul input {
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #aaa;
  width: 20px;
  height: 20px;
  border-radius: none;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0;
  display: none;
}
.sorting ul input:checked {
  border: 6px solid #EC4440;
  background-color: white;
}
.sorting ul label {
  font-weight: 300;
  display: block;
  padding: 10px 20px;
  text-align: right;
  cursor: pointer;
}
.sorting ul label:hover, .sorting ul input:checked + label {
  background: #f5f5f5;
}
.radio_container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio_container input:checked ~ .checkmark {
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 1px black;
}
.radio_container input:checked ~ .checkmark:after {
  display: block;
}
.radio_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px black;
}
.radio_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: black;
}
.radio_container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* 
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */
.check_container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check_container input:checked ~ .checkmark {
  border: 1px solid #000;
}
.check_container input:checked ~ .checkmark:after {
  display: block;
}
.check_container .checkmark {
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 1px solid;
  margin-right: 10px;
}
.check_container .checkmark:after {
  content: "";
  display: none;
  margin-left: 3px;
  margin-top: 3px;
  width: 15px;
  height: 15px;
  background: #000;
}
.check_container:hover input ~ .checkmark {
  background-color: #eee;
}
/*
.check_container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        &:checked ~ .checkmark {
            //background-color: #2196F3;
            border:1px solid #000;
            &:after {
                display: block;
            } 
        }
    }
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border:1px solid;
        &:after {
            content: "";
            position: absolute;
            display: none;
            left: 3px;
            top: 3px;
            width: 17px;
            height: 17px;
            background: #000;
           // border: solid white;
            //border-width: 0 3px 3px 0;
           // -webkit-transform: rotate(45deg);
           // -ms-transform: rotate(45deg);
            //transform: rotate(45deg);
        }
    }
    &:hover input ~ .checkmark{
        background-color: #eee;
    }
}
*/
@media (max-width: 960px) {
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 961px) {
  .visible-mobile {
    display: none !important;
  }
}
