html, body {
  position: relative;
  margin: 0;
}
a,
button,
input,
textarea {
  outline: none !important;
}
textarea {
  resize: none;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}
:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
select:focus {
  outline: none !important;
}
select {
  outline: none !important;
}
textarea {
  resize: none;
}
iframe {
  box-sizing: inherit;
}
.bg-cover {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.unique-option-func {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c8cfd9;
}
.unique-options .buttons-panel {
  margin-left: 15px;
}
.unique-options .buttons-panel .default-btn {
  margin-left: 15px;
}
.popper {
  background: #f4f4f4 !important;
  padding: 8px 15px !important;
  border-radius: 8px !important;
  color: #212121 !important;
  line-height: 1;
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
  box-shadow: 0px 2px 3px rgba(33, 33, 33, 0.25) !important;
  font-size: 14px !important;
}
.popper #arrow::before {
  background: #f4f4f4 !important;
}
.popper:hover, .popper:hover > #arrow::before {
  background: #f4f4f4 !important;
}
.notification-title {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1;
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
}
.notification-title {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 3px;
  line-height: 1;
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
}
.vue-notification.info {
  background-color: #a3ceef !important;
  color: #4070A0 !important;
  border-color: #ADD1E9 !important;
}
.vue-notification.info:after {
  background-image: url(../images/notification/info.svg);
}
.vue-notification.info:before {
  background-color: #8bbfe7;
}
.vue-notification.warn {
  background-color: rgba(233, 230, 169, 0.8) !important;
  color: #7a6f45!important;
  border-color: #d1ccaa!important;
}
.vue-notification.warn:after {
  background-image: url(../images/notification/attent.svg);
}
.vue-notification.warn:before {
  background-color: #ddd59f;
}
.vue-notification.error {
  border-color: #d5aaa9!important;
  background-color: rgba(233, 175, 167, 0.8) !important;
  color: #9B3733 !important;
}
.vue-notification.error:after {
  width: 16px;
  height: 16px;
  left: 27px;
  background-image: url(../images/notification/err.svg);
}
.vue-notification.error:before {
  background-color: #ddaaa4;
}
.vue-notification {
  font-size: 16px!important;
  padding: 13px 15px 13px 65px!important;
  margin: 0 10px 10px!important;
  background-color: rgba(197, 221, 181, 0.8) !important;
  border-radius: 13px;
  border: 2px solid #BDCDB3!important;
  color: #5C783C!important;
  position: relative;
}
.vue-notification:after {
  background-image: url(../images/notification/succ.svg);
}
.vue-notification:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 23px;
  width: 24px;
  height: 24px;
}
.vue-notification:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 15px;
  background-color: #b9cda9;
}
.vue-notification:before, .vue-notification:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.vue-notification-group {
  top: 15px !important;
  width: 450px !important;
}
.tgme_widget_login.large button.tgme_widget_login_button .tgme_widget_login_button_icon {
  width: 22px !important;
  height: 22px !important;
  margin: 7px 13px -2px -7px !important;
}
.tgme_widget_login.large button.tgme_widget_login_button {
  font-size: 14px !important;
  line-height: 38px !important;
  padding: 0 30px !important;
  border-radius: 30px !important;
}
button.tgme_widget_login_button {
  background-color: #39a0f7 !important;
}
.insta-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: stretch;
  -webkit-align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  background-color: #f0f0f0;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  padding: 5px 30px;
  border-radius: 30px;
}
.insta-counter span {
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
}
.insta-counter span:first-child {
  top: -1px;
}
.insta-counter p {
  font-size: 24px;
  margin: 0;
}
.basket-settings-panel .panel.panel-bordered {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.basket-settings-panel .basket-settings-top-line {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: #737578;
  margin-bottom: 15px;
}
.basket-settings-panel .custom-label {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
  margin-bottom: 15px;
}
.basket-settings-panel .option-line {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
  color: #212121;
}
.container-wrapper {
  position: relative;
  z-index: 3;
}
.custom-accordion {
  padding-top: 20px;
  padding-bottom: 40px;
}
.custom-accordion img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.custom-accordion .basket-settings-panel.panel.panel-accordion, .custom-accordion .analytic-panel.panel.panel-accordion, .custom-accordion .tg-setting-panel.panel.panel-accordion {
  padding-left: 15px;
  padding-right: 15px;
}
.custom-accordion .panel {
  margin-bottom: 15px;
}
.custom-accordion .panel p {
  margin-bottom: 15px;
}
.custom-accordion .panel.panel-accordion {
  padding: 30px;
}
.custom-accordion .panel.panel-accordion:last-child {
  border: none;
}
.custom-accordion .panel.panel-accordion .panel-body {
  color: #737578;
  padding: 15px 10% 0 0;
}
.custom-accordion .panel.panel-accordion .panel-body h4 {
  color: #212121;
  margin-top: 25px;
  margin-bottom: 20px;
}
.custom-accordion .label-name {
  display: block;
  line-height: 26px;
  font-size: 20px;
  margin-bottom: 0;
  position: relative;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.custom-accordion .label-name.h2 {
  font-size: 30px;
  line-height: 36px;
}
.custom-accordion .label-name:after {
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #212121;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.custom-accordion .panel-title .label-name[aria-expanded="true"] {
  color: #268ee5;
}
.custom-accordion .panel-title .label-name[aria-expanded="true"]:after {
  color: #268ee5;
  background-color: rgba(57, 160, 247, 0.19999999999999995);
  content: "\e91a";
}
.custom-accordion .panel-title .label-name[aria-expanded="false"] {
  color: #212121;
}
.custom-accordion .panel-title .label-name[aria-expanded="false"]:after {
  content: "\e908";
  background-color: #ffffff;
  padding-top: 1px;
}
.pagination-panel {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.pagination-panel .icons {
  font-size: 24px;
}
.pagination-panel.price-list-pagination {
  margin-top: 0;
  border: none;
}
.pagination-panel.reviews-pagination-panel {
  display: none;
  margin-top: 0;
  border: none;
}
.pagination-panel.reviews-pagination-panel.show-panel {
  display: block;
}
.pagination-panel .pagination {
  margin: 0;
}
.pagination-panel .extreme {
  margin: 0;
}
.pagination-panel .pagination > li > a:hover,
.pagination-panel .pagination > li > span:hover,
.pagination-panel .pagination > li > a:focus,
.pagination-panel .pagination > li > span:focus,
.pagination-panel .extreme:hover,
.pagination-panel .extreme:focus {
  z-index: 3;
  color: #39a0f7;
  background-color: #ffffff;
  border: none;
}
.pagination-panel .pagination > .active > a:hover,
.pagination-panel .pagination > .active > span:hover,
.pagination-panel .pagination > .active > a:focus,
.pagination-panel .pagination > .active > span:focus {
  background-color: #39a0f7;
  border-color: transparent;
  color: #ffffff;
}
.pagination-panel .pagination > .active > a, .pagination-panel .pagination > .active > span {
  background-color: #39a0f7;
  border-color: transparent;
  color: #ffffff;
}
.pagination-panel .pagination > li > a, .pagination-panel .pagination > li > span {
  margin-right: 10px;
  margin-left: 10px;
}
.pagination-panel .pagination > li > a, .pagination-panel .pagination > li > span {
  color: #212121;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border: none;
  padding: 0px;
  border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -webkit-border-radius: 35px !important;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.pagination-panel .extreme {
  color: #212121;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border: none;
  padding: 0px;
  border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -webkit-border-radius: 35px !important;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.pagination-panel .disabled {
  cursor: not-allowed;
}
.pagination-panel nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card.custom-card {
  margin-bottom: 15px;
  box-shadow: none;
  padding: 25px 20px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  background-color: #ffffff;
}
.card.custom-card.bordered {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.tagator_tag_remove {
  display: inline-block;
  font-weight: normal;
  color: #212121;
  margin: 0 0 0 5px;
  padding: 7px 13px 4px 5px;
  font-size: 11px;
  line-height: 10px;
  vertical-align: top;
}
.tagator_tag_remove:hover {
  color: #39a0f7;
  background-color: transparent;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tagator_tag {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  color: #212121;
  padding: 1px 30px 1px 12px;
  font-size: 11px;
  margin: 0 10px 8px 0;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
  border: 1px solid #c8cfd9;
}
.tagator_tags {
  position: relative;
  margin-top: 50px;
  left: -15px;
  display: block;
}
.tagator_options {
  padding: 15px 0;
  top: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: none;
  left: 0px;
  right: 0px;
  box-shadow: 0 2px 7px rgba(74, 79, 97, 0.15);
  -webkit-box-shadow: 0 2px 7px rgba(74, 79, 97, 0.15);
  -moz-box-shadow: 0 2px 7px rgba(74, 79, 97, 0.15);
}
.tagator_option {
  padding: 0px 15px;
  cursor: pointer;
  color: #000;
  line-height: 30px;
  font-size: 14px;
}
.tagator_option.active {
  background-color: #F6F6F6;
  color: #212121;
}
.tagator_input {
  padding: 0;
  position: absolute;
  top: 8px;
  left: 15px;
}
.tagator_element {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 42px;
  background-color: #F9F9F9;
  border: 1px solid #F9F9F9;
  padding-left: 15px !important;
  position: relative !important;
}
.tagator_placeholder {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 13px;
  left: 15px;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  opacity: 0.6;
}
.toggle-holder {
  position: relative;
}
.knobs, .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.toggler {
  position: relative;
  width: 39px;
  height: 22px;
}
.toggler.r, .toggler.r .layer {
  border-radius: 100px;
}
.toggle-check {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.knobs {
  z-index: 2;
}
.layer {
  width: 100%;
  background-color: #f0f0f0;
  transition: 0.3s ease all;
  z-index: 1;
}
/* Button 1 */
.toggler .knobs:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  box-shadow: 1px 1px 3px #A6A6A6;
  display: block;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  background-color: #ffffff;
}
.toggler .toggle-check:checked + .knobs:before {
  content: '';
  left: 18px;
  background-color: #ffffff;
}
.toggler .toggle-check:checked ~ .layer {
  background-color: #39a0f7;
}
.toggler .knobs, .toggler .knobs:before, .toggler .layer {
  transition: 0.3s ease all;
}
.flex-justify {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
}
.modal-backdrop {
  background-color: rgba(33, 33, 33, 0.7);
  z-index: 11110;
}
.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.repeater .option-group .opt-check label {
  cursor: pointer;
}
.repeater .option-group .opt-check {
  margin-left: 20px;
  align-self: center;
  -webkit-align-self: center;
}
@media (min-width: 768px) {
  .modal.custom-modal .modal-dialog {
    margin: 30px auto;
  }
}
@media (min-width: 1200px) {
  .overlay-menu {
    display: none;
  }
  .collapse-nav {
    display: none;
  }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  .modal {
    text-align: center;
    padding: 0 !important;
  }
  .modal.custom-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
@media (min-width: 1401px) {
  .repeater .option-group .button-group .button-group-name {
    display: none;
  }
}
.show-menu-btn span:nth-child(1) {
  top: 0px;
}
.show-menu-btn span:nth-child(2) {
  top: 7px;
}
.show-menu-btn span:nth-child(3) {
  top: 14px;
}
.show-menu-btn.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 22px;
}
.show-menu-btn.open span:nth-child(3) {
  top: 8px;
  width: 22px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.show-menu-btn.open span:nth-child(2) {
  left: -60px;
  opacity: 0;
}
.show-menu-btn {
  width: 22px;
  height: 18px;
  position: relative;
}
.show-menu-btn span {
  display: block;
  height: 2px;
  background-color: #212121;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.show-menu-btn span:nth-child(1) {
  width: 12px;
  top: 0;
}
.show-menu-btn span:nth-child(2) {
  top: 8px;
}
.show-menu-btn span:nth-child(3) {
  top: 16px;
}
.overlay-menu.active {
  transform: translatey(0%);
  -webkit-transform: translatey(0%);
  opacity: 1;
  visibility: visible;
}
.overlay-menu {
  position: fixed;
  top: 51px;
  left: 0;
  width: 100%;
  -webkit-transform: translatey(-100%);
  transform: translatey(-100%);
  box-shadow: 0px 2px 4px rgba(33, 33, 33, 0.19999999999999995);
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  z-index: 1100;
}
.overlay-menu li.add-new {
  position: relative;
}
.overlay-menu li.add-new a {
  background-color: #39a0f7;
  color: #ffffff;
  box-shadow: 0px 2px 4px rgba(33, 33, 33, 0.15000000000000002);
  line-height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  padding-left: 20px;
}
.overlay-menu li.add-new a .icons-holder {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 3px 4px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  color: #212121;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.overlay-menu li.add-new a .icons-holder .icon {
  filter: none;
  -webkit-filter: none;
  font-size: 19px;
}
.overlay-menu li.add-new a .link-text {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
}
.overlay-menu li:last-child a {
  border: none;
}
.overlay-menu a {
  text-align: center;
  display: block;
  padding: 0px 45px;
  line-height: 52px;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #c8cfd9;
}
.overlay-menu a .icons {
  margin-right: 10px;
}
.overlay-menu a .icon {
  filter: drop-shadow(-1px -1px 2px rgba(255, 255, 255, 0.72)) drop-shadow(2px 2px 1px rgba(85, 101, 124, 0.35));
  -webkit-filter: drop-shadow(-1px -1px 2px rgba(255, 255, 255, 0.72)) drop-shadow(2px 2px 1px rgba(85, 101, 124, 0.35));
}
.overlay-menu a.active {
  color: #39a0f7;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
label {
  margin-bottom: 0;
  font-weight: normal;
}
a {
  color: #212121;
  text-decoration: none;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a:focus, a:hover {
  color: #212121;
  text-decoration: none;
}
.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.default-link:hover {
  color: #39a0f7;
}
.default-link .icon {
  position: relative;
  filter: none;
  -webkit-filter: none;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  right: 0;
  vertical-align: middle;
}
.default-link .text {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  line-height: 1;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  text-decoration: underline;
}
.btn-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  min-width: 50px;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: #f0f0f0;
  position: relative;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #212121;
}
.btn-icon .icon {
  left: 0 !important;
  margin: 0;
}
.btn-icon .popper {
  white-space: nowrap;
}
.btn-icon.btn-accent {
  background-color: #39a0f7;
  color: #ffffff;
}
.btn-icon.btn-accent:hover {
  background-color: #268ee5;
  color: #ffffff;
}
.btn-icon.btn-yellow {
  color: #212121;
  background-color: #f7e039;
}
.btn-icon.btn-yellow:hover {
  background-color: #f6dd25;
}
.btn-icon.btn-green {
  background-color: #26a69a;
  color: #ffffff;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.btn-icon.btn-green:hover {
  background-color: #22958b;
  color: #ffffff;
}
.btn-icon.btn-white {
  background-color: #ffffff;
  color: #212121;
  box-shadow: 0px 2px 2px rgba(33, 33, 33, 0.19999999999999995);
}
.btn-icon.btn-white:hover {
  color: #26a69a;
  background-color: rgba(28, 151, 138, 0.30000000000000004);
}
.btn-icon.btn-icon-default {
  background-color: #39a0f7;
  color: #ffffff;
}
.btn-icon.btn-icon-default:hover {
  color: #ffffff;
  background-color: rgba(57, 160, 247, 0.95);
}
.btn-icon.btn-blue {
  color: #ffffff;
  background-color: #39a0f7;
}
.btn-icon.btn-blue:hover {
  color: #ffffff;
  background-color: #2a99f6;
}
.btn-icon.btn-rounded {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.btn-icon.btn-icon-transparent {
  background-color: transparent;
  border: none;
}
.btn-icon.btn-icon-transparent:hover {
  background-color: #e9e9e9;
}
.btn-icon.btn-icon-outline {
  border: 1px solid #c8cfd9;
  background-color: transparent;
}
.btn-icon.btn-icon-outline:hover {
  background-color: #e9e9e9;
}
.btn-icon.btn-medium {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.btn-icon.btn-small {
  width: 24px;
  height: 24px;
  font-size: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.btn-icon:hover, .btn-icon.active {
  color: #212121;
  background-color: #e9e9e9;
}
.btn-icon.btn-red {
  background-color: #df4040;
  color: #ffffff;
}
.btn-icon.btn-red:hover {
  background-color: #db2a2a;
  color: #ffffff;
}
.btn-icon.btn-remove {
  background-color: rgba(223, 64, 64, 0.19999999999999995);
  color: #ca2222;
}
.btn-icon.btn-remove.btn-icon-transparent {
  background-color: transparent;
  color: #df4040;
  border: none;
}
.btn-icon.btn-remove.btn-icon-transparent:hover {
  background-color: rgba(223, 64, 64, 0.19999999999999995);
  border-color: transparent;
  color: #ca2222;
}
.btn-icon.btn-remove.btn-icon-outline {
  border: 1px solid #c8cfd9;
  color: #df4040;
  background-color: transparent;
}
.btn-icon.btn-remove.btn-icon-outline:hover {
  background-color: rgba(223, 64, 64, 0.19999999999999995);
  border-color: transparent;
  color: #ca2222;
}
.btn-icon.btn-remove:hover {
  background-color: rgba(223, 64, 64, 0.30000000000000004);
  border-color: transparent;
  color: #ca2222;
}
a.default-btn {
  text-decoration: none !important;
}
.default-btn.btn-outline[disabled] {
  background-color: transparent !important;
  cursor: not-allowed;
  border-color: #B1B1B1 !important;
  color: #B1B1B1;
}
.default-btn.btn-outline[disabled]:focus {
  border-color: #B1B1B1;
  color: #B1B1B1;
}
.default-btn.btn-outline[disabled]:hover {
  border-color: #B1B1B1 !important;
  color: #B1B1B1;
  background-color: transparent !important;
}
.default-btn[disabled] {
  cursor: not-allowed;
  background-color: #E1E1E1 !important;
  border: none !important;
  color: #73777D !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.default-btn[disabled]:focus {
  color: #737578;
}
.default-btn[disabled]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #73777D;
}
.default-btn.btn-extrasmall {
  font-size: 13px;
  line-height: 22px;
  padding: 0px 15px;
}
.default-btn.btn-extrasmall.btn-with-icon .text {
  margin-right: 6px;
}
.default-btn.btn-extrasmall .icon, .default-btn.btn-extrasmall .icon-2, .default-btn.btn-extrasmall .icon-loader-icons {
  font-size: 18px;
}
.default-btn.btn-extrasmall.btn-red-outline, .default-btn.btn-extrasmall.btn-outline, .default-btn.btn-extrasmall.btn-white {
  line-height: 20px;
  padding: 0px 15px;
}
.default-btn.btn-small {
  line-height: 32px;
  padding: 0px 20px;
}
.default-btn.btn-small.btn-red-outline, .default-btn.btn-small.btn-outline, .default-btn.btn-small.btn-white {
  line-height: 30px;
  padding: 0px 20px;
}
.default-btn.btn-medium {
  line-height: 35px;
}
.default-btn.btn-medium.btn-outline, .default-btn.btn-medium.btn-white {
  line-height: 33px;
  padding: 0px 20px;
}
.default-btn:hover {
  color: #ffffff;
  background-color: #3387ff;
}
.default-btn:focus {
  color: #ffffff;
}
.default-btn.btn-accent {
  background-color: #39a0f7;
  color: #ffffff;
}
.default-btn.btn-accent:hover {
  background-color: #3387ff;
  color: #ffffff;
}
.default-btn.btn-yellow {
  color: #212121;
  background-color: #f7e039;
}
.default-btn.btn-yellow:hover {
  background-color: #f6dd25;
}
.default-btn.btn-green {
  background-color: #26a69a;
  color: #ffffff;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.default-btn.btn-green:hover {
  background-color: #22958b;
  color: #ffffff;
}
.default-btn.btn-white-success {
  color: #212121;
  background-color: #ffffff;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  line-height: 48px;
  border: 1px solid #c8cfd9;
}
.default-btn.btn-white-success:focus {
  color: #3387ff;
}
.default-btn.btn-white-success:hover {
  color: #26a69a;
  background-color: rgba(28, 151, 138, 0.19999999999999995);
  border-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.default-btn.btn-white {
  color: #212121;
  background-color: #ffffff;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  line-height: 48px;
  border: 1px solid #c8cfd9;
}
.default-btn.btn-white.btn-green:hover {
  color: #26a69a;
  background-color: rgba(38, 166, 154, 0.19999999999999995);
}
.default-btn.btn-white.btn-green:focus {
  color: #26a69a;
  background-color: rgba(38, 166, 154, 0.19999999999999995);
}
.default-btn.btn-white:focus {
  color: #268ee5;
}
.default-btn.btn-white:hover {
  color: #268ee5;
  background-color: rgba(57, 160, 247, 0.19999999999999995);
  border-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.default-btn.btn-gray {
  background-color: #e9e9e9;
  color: #212121;
}
.default-btn.btn-gray:focus {
  color: #212121;
}
.default-btn.btn-gray:hover {
  color: #212121;
  background-color: #e1e1e1;
}
.default-btn.btn-outline {
  color: #212121;
  background-color: transparent;
  border: 1px solid #39a0f7;
  line-height: 48px;
}
.default-btn.btn-outline.btn-outline-dark {
  border-color: #212121;
}
.default-btn.btn-outline.btn-outline-dark:hover {
  background-color: #212121;
}
.default-btn.btn-outline.btn-with-icon .text {
  margin-right: 10px;
}
.default-btn.btn-outline:hover {
  background-color: #3387ff;
  border-color: #3387ff;
  color: #ffffff;
}
.default-btn.btn-outline:hover .icon {
  color: #ffffff;
}
.default-btn.btn-outline .icon {
  color: #39a0f7;
}
.default-btn.transparent-btn {
  background-color: transparent;
  color: #212121;
}
.default-btn.transparent-btn .text {
  text-decoration: underline;
}
.default-btn.transparent-btn:hover {
  background-color: transparent;
  color: #212121;
}
.default-btn.btn-with-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
}
.default-btn.btn-with-icon .text {
  margin-right: 10px;
}
.default-btn {
  padding: 0 40px;
  line-height: 50px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  font-size: 16px;
  background: #212121;
  color: #ffffff;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  width: 100%;
  white-space: nowrap;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 33;
  width: fit-content;
}
.default-btn .icon {
  filter: none;
  -webkit-filter: none;
}
.default-btn.btn-red {
  background-color: rgba(223, 64, 64, 0.19999999999999995);
  color: #ca2222;
}
.default-btn.btn-red:hover {
  background-color: rgba(223, 64, 64, 0.30000000000000004);
  color: #ca2222;
}
.default-btn.btn-remove {
  background-color: transparent;
  border: 1px solid #c8cfd9;
  color: #212121;
  line-height: 48px;
}
.default-btn.btn-remove:hover {
  background-color: rgba(223, 64, 64, 0.19999999999999995);
  border-color: transparent;
  color: #ca2222;
}
.default-btn.btn-with-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
}
.default-btn.btn-with-icon .text {
  margin-right: 10px;
}
.bordered {
  border: 1px solid #c8cfd9;
}
.mt-0 {
  margin-top: 0 !important;
}
.scheduler-item {
  background-color: #f7f7f7;
  border-radius: 16px;
  padding: 20px 15px;
  margin-bottom: 15px;
}
.custom-tabs {
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px;
  border: none;
}
.custom-tabs .nav-tabs > li {
  margin: 0;
}
.custom-tabs .nav-tabs > li.active > a, .custom-tabs .nav-tabs > li.active > a:hover, .custom-tabs .nav-tabs > li.active > a:focus {
  background-color: #39a0f7;
  color: #ffffff;
  border-color: #39a0f7;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.custom-tabs .nav > li > a {
  padding: 0 30px;
}
.custom-tabs .nav-tabs > li > a {
  border: 1px solid transparent;
  line-height: 36px;
  border-radius: 35px;
  margin: 0;
  background-color: transparent;
  color: #737578;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.custom-tabs .nav-tabs {
  width: fit-content;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #ffffff;
  border-radius: 35px;
  margin-bottom: 20px;
  height: 38px;
}
.overlay-editor {
  right: 0;
  top: 0;
  position: fixed;
  background-color: #ffffff;
  min-height: 100%;
  overflow-x: hidden;
  height: 100%;
  width: 1020px;
  text-align: left;
  z-index: 1039;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 15px 24px 30px rgba(74, 79, 97, 0.25);
  -moz-box-shadow: 15px 24px 30px rgba(74, 79, 97, 0.25);
  -webkit-box-shadow: 15px 24px 30px rgba(74, 79, 97, 0.25);
  -webkit-transform: translate3d(50px, 0, -50px);
  transform: translate3d(50px, 0, -50px);
}
.overlay-editor .custom-editor-holder.custom-pages-editor .custom-editor-body {
  height: 600px !important;
}
.overlay-editor .option-box {
  margin-top: 35px;
}
.overlay-editor .panel-top .custom-label {
  margin-bottom: 0;
}
.overlay-editor .panel-top .lang-radio-group .radio-group {
  margin-bottom: 0;
}
.overlay-editor .table-wrapper {
  margin-bottom: 15px;
  overflow-y: auto;
  position: relative;
  border: 1px solid #c8cfd9;
  margin-top: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.overlay-editor .table.custom-table > tbody > tr > td, .overlay-editor .table.custom-table > tfoot > tr > td, .overlay-editor .table.custom-table > thead > tr > td {
  padding: 6px 10px;
}
.overlay-editor table.custom-table {
  margin-bottom: 0;
  border: none;
}
.overlay-editor td.label-td {
  padding-right: 10px !important;
}
.overlay-editor.order-editor .panel-middle {
  padding-bottom: 70px;
}
.overlay-editor .operational-buttons {
  padding: 15px 30px;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  bottom: 77px;
  border-top: 1px solid #c8cfd9;
}
.overlay-editor .operational-buttons .default-btn, .overlay-editor .operational-buttons .btn-icon {
  margin-left: 25px;
}
.overlay-editor .to-chat {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #c8cfd9;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 50px;
  color: #212121;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center !important;
  padding-left: 15px;
}
.overlay-editor .to-chat .default-btn {
  padding: 0 20px;
  line-height: 44px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.overlay-editor .to-chat .button-holder {
  position: absolute;
  z-index: 3;
  right: 2px;
  top: 2;
}
.overlay-editor .user-id-box {
  height: 50px;
  position: relative;
}
.overlay-editor .user-id-box .default-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(57, 160, 247, 0.09999999999999998);
  width: 100%;
  height: 100%;
  border: 1px solid rgba(57, 160, 247, 0.25);
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  padding: 0px 15px;
}
.overlay-editor .user-id-box .default-holder.is-hidden {
  display: none;
}
.overlay-editor .user-id-box .input-holder {
  display: none;
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.overlay-editor .user-id-box .input-holder.is-visible {
  display: block;
}
.overlay-editor .user-id-box .user-id-prev {
  position: relative;
}
.overlay-editor .user-id-box .button-group {
  position: absolute;
  right: 15px;
  z-index: 10;
  top: 3px;
}
.overlay-editor .user-id-box .button-group .btn-icon {
  margin-left: 10px;
  opacity: 0.4;
}
.overlay-editor .user-id-box .button-group .btn-icon:hover {
  opacity: 1;
  background-color: transparent;
}
.overlay-editor .editor-order-list {
  padding: 0px ;
  margin-bottom: 20px;
}
.overlay-editor .editor-order-list .options-list {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #c8cfd9;
}
.overlay-editor .editor-order-list .options-list .option-list-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.overlay-editor .editor-order-list .options-list .option-list-holder .option-item {
  margin-right: 15px;
  margin-bottom: 10px;
}
.overlay-editor .editor-order-list .options-list .option-list-holder .option-item .value {
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 0 15px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: 13px;
  line-height: 22px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 1px solid #c8cfd9;
}
.overlay-editor .editor-order-list .options-list .option-list-title {
  margin-bottom: 10px;
}
.overlay-editor .editor-order-list .order-list-item {
  border: 1px solid #c8cfd9;
  background-color: #f0f0f0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 10px;
}
.overlay-editor .editor-order-list .product-card_main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  padding-right: 20px;
}
.overlay-editor .editor-order-list .product-card_main .product-card__title {
  font-size: 14px;
  line-height: 17px;
}
.overlay-editor .editor-order-list .product-card_main .product-card_img {
  width: 45px;
  min-width: 45px;
  height: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-right: 10px;
}
.overlay-editor .editor-order-list .option-item {
  padding: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}
.overlay-editor .editor-order-list .option-item.price-item {
  width: 15%;
}
.overlay-editor .editor-order-list .option-item .name {
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
}
.overlay-editor .editor-order-list .option-item .value {
  margin-left: 7px;
}
.overlay-editor .client-order-info {
  padding: 0 15px !important;
  border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  margin: 10px 0px 20px;
}
.overlay-editor .client-order-info .client-order-info-col {
  border-left: 1px solid #c8cfd9;
  padding: 15px;
}
.overlay-editor .client-order-info .client-order-info-col .custom-label {
  margin-bottom: 0;
}
.overlay-editor .client-order-info .client-order-info-col:first-child {
  border: none;
}
.overlay-editor .order-total-info {
  padding: 0 15px !important;
  margin: 0px 0px 20px;
}
.overlay-editor .order-total-info .order-total-info-col {
  border-left: 1px solid #c8cfd9;
  padding: 10px;
}
.overlay-editor .order-total-info .order-total-info-col:first-child {
  border: none;
}
.overlay-editor .show-more {
  margin-top: 5px;
}
.overlay-editor .color-panel {
  margin-top: 20px;
  margin-bottom: 30px;
}
.overlay-editor .tags {
  margin-top: 15px;
}
.overlay-editor .tags.tags-together .tag {
  position: relative;
  line-height: 40px;
  white-space: nowrap;
}
.overlay-editor .tags.tags-together .tag img {
  height: 30px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.overlay-editor .tag {
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  line-height: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #c8cfd9;
  padding: 0px 12px 0px 15px;
  position: relative;
  display: inline-block;
  font-size: 11px;
  margin-right: 7px;
  margin-bottom: 7px;
}
.overlay-editor .tag .tag-remove .icon {
  font-size: 15px;
}
.overlay-editor .option-line.blacklist {
  padding-top: 30px;
  padding-right: 0;
}
.overlay-editor .option-line.blacklist .toggler .toggle-check:checked ~ .layer {
  background-color: #df4040;
}
.overlay-editor .files-uploader {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
  border: 1px dashed #c8cfd9;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.overlay-editor .files-uploader.size-grid-uploader {
  margin: 0;
}
.overlay-editor .files-uploader.size-grid-uploader .files-uploader-holder {
  padding: 8px;
}
.overlay-editor .files-uploader.size-grid-uploader p {
  margin-top: 0;
}
.overlay-editor .files-uploader.size-grid-uploader p .icon {
  margin-left: 5px;
}
.overlay-editor .files-uploader .uploader-previews {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  display: table;
  width: 100%;
}
.overlay-editor .files-uploader .uploader-previews .image {
  width: 70px;
  height: 70px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  float: left;
  margin-right: 10px;
  position: relative;
  border: 1px solid #c8cfd9;
}
.overlay-editor .files-uploader .uploader-previews .image.image-placeholder {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
  color: #828282;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
.overlay-editor .files-uploader .uploader-previews .image:hover .btn-icon {
  opacity: 1;
  visibility: visible;
}
.overlay-editor .files-uploader .uploader-previews .image .btn-icon {
  position: absolute;
  right: 6px;
  bottom: 6px;
  opacity: 0;
  visibility: hidden;
  min-width: 24px;
}
.overlay-editor .files-uploader .uploader-previews .image .btn-icon.btn-remove {
  background-color: #df4040;
  color: #ffffff;
}
.overlay-editor .files-uploader .files-uploader-holder {
  width: 100%;
  line-height: 1;
  padding: 20px;
}
.overlay-editor .files-uploader .files-uploader-holder span {
  font-size: 12px;
}
.overlay-editor .files-uploader .files-uploader-holder span.icon {
  color: #39a0f7;
  opacity: 1;
  font-size: 22px;
}
.overlay-editor .panel-middle {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 81px;
}
.overlay-editor .panel-bottom {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.overlay-editor .panel-bottom .default-btn {
  margin-right: 15px;
}
.overlay-editor .overlay-editor-wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
}
.overlay-editor.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.overlay-editor.active .overlay-editor-wrapper {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.1s;
}
.back-blur {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(20, 20, 20, 0.7);
  z-index: 1039;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
}
.back-blur.open-nav {
  height: inherit;
  top: 51px;
  bottom: 0;
}
.back-blur.active {
  opacity: 1;
  visibility: visible;
}
.custom-tags.tags {
  margin-top: 10px;
}
.custom-tags.tags .tag-remove {
  position: relative;
  right: -4px;
}
.custom-tags.tags .tag-remove .icon {
  font-size: 17px;
}
.custom-tags.tags .tag {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: 13px;
  line-height: 22px;
  color: #212121;
  background-color: rgba(57, 160, 247, 0.09999999999999998);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  margin-right: 5px;
}
.datepicker-custom .vc-highlight {
  background-color: #c3d3fa !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
}
.datepicker-custom .vc-day-content {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #212121 !important;
}
.datepicker-custom .vc-container {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-color: #c8cfd9;
  box-shadow: 0px 2px 7px rgba(33, 33, 33, 0.09999999999999998);
}
.datepicker-custom .vc-popover-caret {
  box-shadow: 0px 2px 7px rgba(33, 33, 33, 0.09999999999999998);
}
.v-select.vs--single.vs--open .vs__selected, .v-select.vs--single.vs--loading .vs__selected {
  position: relative;
}
.vs--open .vs__open-indicator {
  transform: none !important;
}
.v-light .v-select .vs__dropdown-toggle {
  background-color: #ffffff;
}
.v-select {
  min-width: 100px;
  cursor: pointer;
}
.v-select.currency-select .vs__dropdown-menu {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.v-select.status-select {
  min-width: 60px;
  width: 145px;
}
.v-select.status-select .vs__dropdown-menu {
  min-width: 145px;
  max-width: 145px;
}
.v-select.status-select .vs__selected p {
  line-height: 42px;
  position: absolute;
  width: 100%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #F9F9F9;
  margin: 0;
  left: 0;
  top: 0;
  padding: 6px 30px 6px 15px;
}
.v-select.status-select .vs__selected p.new {
  color: #3F83F8;
  background-color: rgba(63, 181, 248, 0.15);
}
.v-select.status-select .vs__selected p.pause {
  color: #F63F3F;
  background-color: rgba(246, 63, 63, 0.15);
}
.v-select.status-select .vs__selected p.success {
  color: #26a69a;
  background-color: rgba(63, 248, 70, 0.15);
}
.v-select.status-select .vs__dropdown-toggle {
  position: relative;
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: 1px solid #c8cfd9;
  color: #212121;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  height: 50px;
  padding: 0;
}
.v-select .vs__dropdown-menu {
  padding: 0;
  border: none;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 1px solid #c8cfd9;
  font-size: 16px;
  margin-top: 5px;
  max-height: 235px;
  min-width: 250px;
}
.v-select.vs--open .vs__dropdown-toggle {
  border-color: #39a0f7;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.v-select .vs__actions {
  position: absolute;
  right: 10px;
  top: 14px;
  padding: 0;
}
.v-select .vs__dropdown-option--highlight {
  background: #f0f0f0;
  color: #212121;
}
.v-select .vs__dropdown-option--highlight:hover {
  background: #f0f0f0;
  color: #212121;
}
.v-select .vs__dropdown-option--highlight:hover p {
  color: #212121;
}
.v-select .vs__dropdown-option--highlight p {
  color: #212121;
}
.v-select .vs__dropdown-option.vs__dropdown-option--highlight:hover {
  background: #f0f0f0;
  color: #212121;
}
.v-select .vs__dropdown-option.vs__dropdown-option--highlight:hover p {
  color: #212121;
}
.v-select .vs__dropdown-option:hover {
  background: #f0f0f0;
  color: #212121;
}
.v-select .vs__dropdown-option:hover p {
  color: #212121;
}
.v-select ul {
  padding: 0;
}
.v-select ul li {
  width: 100%;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-left: 15px;
  line-height: 40px;
  border-bottom: 1px solid #c8cfd9;
}
.v-select ul li:last-child {
  border: none;
}
.v-select .vs__search:focus {
  opacity: 0.4;
}
.v-select .vs__search, .v-select .vs__search:focus {
  font-size: 16px;
}
.v-select .vs__selected, .v-select .vs__search, .v-select .vs__search:focus {
  margin: 0;
  padding: 0;
}
.v-select .vs__clear {
  display: none;
}
.v-select .vs__dropdown-toggle {
  cursor: pointer !important;
  position: relative;
  width: 100%;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  color: #212121;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: 1px solid #c8cfd9;
  height: 50px;
  padding: 7px 30px 6px 15px;
}
/************/
/*RADIO*/
/************/
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.05);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.radio-group.large-radio-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: -30px;
  position: relative;
}
.radio-group.large-radio-group .default-radio {
  margin-right: 30px;
}
.radio-group.large-radio-group .default-radio input[type="radio"]:checked  + label {
  border-color: #39a0f7;
  box-shadow: 0px 3px 3px rgba(33, 33, 33, 0.17000000000000004);
}
.radio-group.large-radio-group .default-radio label {
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #c8cfd9;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  padding: 0px 15px;
}
.radio-group.large-radio-group .default-radio label .name {
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
}
.radio-group.large-radio-group .default-radio label .label-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  width: 100%;
}
.radio-group.large-radio-group .default-radio label:before, .radio-group.large-radio-group .default-radio label:after {
  display: none;
}
.radio-group.large-radio-group .default-radio img {
  max-height: 45px;
  max-width: 130px;
}
.default-radio {
  position: relative;
  margin-bottom: 15px;
}
.default-radio input[type="radio"] {
  display: none;
}
.default-radio input[type="radio"]:checked  + label:before {
  border-color: #39a0f7;
  animation: ripple 0.2s linear forwards;
  -webkit-animation: ripple 0.2s linear forwards;
  -moz-animation: ripple 0.2s linear forwards;
}
.default-radio input[type="radio"]:checked  + label:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.default-radio label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
}
.default-radio label:before {
  left: 0;
  top: -4px;
  width: 22px;
  height: 22px;
  border: 2px solid #c8cfd9;
}
.default-radio label:after {
  top: 1px;
  left: 5px;
  width: 12px;
  height: 12px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  background: #39a0f7;
}
.default-radio label:after, .default-radio label:before {
  position: absolute;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -moz-transition: all .15s ease;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  transition-property: transform, border-color;
  -webkit-transition-property: transform, border-color;
  -moz-transition-property: transform, border-color;
}
.default-checkbox.with-border label:not(:empty) {
  padding-left: 50px;
}
.radio-inline {
  padding-left: 0;
}
.radio-inline .default-radio {
  clear: inherit;
  display: inline-block;
  margin-right: 20px;
}
.checkbox-inline {
  padding-left: 0;
}
.checkbox-inline .default-checkbox {
  clear: inherit;
  display: inline-block;
  margin-right: 20px;
}
.default-checkbox {
  position: relative;
  text-align: left;
  clear: both;
}
.default-checkbox.with-border input[type="checkbox"]:checked  + label:before {
  background: #26a69a;
}
.default-checkbox.with-border input[type="checkbox"]:checked  + label {
  color: #212121;
  border-color: #26a69a;
}
.default-checkbox.with-border label {
  line-height: 48px;
  border: 1px solid #c8cfd9;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  white-space: nowrap;
  padding: 0 35px 0 50px;
  background-color: #ffffff;
}
.default-checkbox.with-border label:before, .default-checkbox.with-border label:after {
  left: 15px;
  top: 14px;
}
.default-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.default-checkbox input[type="checkbox"]:checked  + label:before {
  background: #39a0f7;
  border: none;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.default-checkbox input[type="checkbox"]:checked  + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  -webkit-transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #ffffff;
  border-top-style: none;
  border-right-style: none;
}
.default-checkbox input[type="checkbox"]:disabled  + label:before {
  border-color: #F2F2F2;
}
.default-checkbox input[type="checkbox"]:disabled:checked  + label:before {
  background: #F2F2F2;
}
.default-checkbox label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  text-transform: none;
  font-size: 16px;
  line-height: 21px;
}
.default-checkbox label a {
  font-style: italic;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  color: #39a0f7;
  text-decoration: underline;
}
.default-checkbox label:not(:empty) {
  padding-left: 30px;
}
.default-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: transparent;
  border: 2px solid #212121;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  transition: background .3s;
  -webkit-transition: background .3s;
}
.default-checkbox label:after, .default-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.panel-body {
  padding: 0;
}
p.with-pre span {
  display: inline-block;
  color: #F63F3F;
  background-color: rgba(246, 63, 63, 0.15000000000000002);
  padding: 0px 6px;
  border-radius: 3px;
}
.custom-label {
  position: relative;
  color: #212121;
  line-height: 15px;
  margin-bottom: 10px;
  display: block;
}
.custom-label.with-pre span {
  display: inline-block;
  color: #F63F3F;
  background-color: rgba(246, 63, 63, 0.15000000000000002);
  padding: 0px 6px;
  border-radius: 3px;
}
.custom-label.no-uppercase {
  text-transform: none;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.custom-label.bold-label {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  opacity: 1;
}
.modal.custom-modal {
  z-index: 11111;
}
.modal.custom-modal.billing-basket .modal-dialog {
  width: 440px;
}
.modal.custom-modal.billing-basket .modal-header {
  padding: 35px 30px 25px;
}
.modal.custom-modal.billing-basket .modal-header .close {
  top: 15px;
  right: 15px;
}
.modal.custom-modal.billing-basket .h2, .modal.custom-modal.billing-basket h2 {
  font-size: 32px;
  line-height: 1;
}
.modal.custom-modal.billing-basket .default-btn {
  width: 250px;
  line-height: 48px;
  font-size: 18px;
}
.modal.custom-modal.billing-basket .button-holder {
  text-align: center;
  padding-top: 30px;
}
.modal.custom-modal.billing-basket .total-tarif-line {
  font-size: 18px;
  padding: 25px 15px;
  background: #eee;
  border-radius: 6px;
}
.modal.custom-modal.billing-basket .total-tarif-line .total .value {
  margin-left: 10px;
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
}
.modal.custom-modal.billing-basket .tarif-name {
  text-align: center;
  margin-bottom: 20px;
}
.modal.custom-modal.billing-basket .tarif-name .title {
  text-transform: uppercase;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.modal.custom-modal.billing-basket .tarif-name .name {
  margin-left: 10px;
}
.modal.custom-modal.billing-basket .tarif-name .name.personal span {
  color: #212121;
  background-color: #DCDCDC;
}
.modal.custom-modal.billing-basket .tarif-name .name.startup span {
  color: #ffffff;
  background-color: #39a0f7;
}
.modal.custom-modal.billing-basket .tarif-name .name.business span {
  color: #212121;
  background-color: #84eb1d;
}
.modal.custom-modal.billing-basket .tarif-name .name.unlimited span {
  color: #ffffff;
  background-color: #eb1d67;
}
.modal.custom-modal.billing-basket .tarif-name .name span {
  display: inline-block;
  padding: 0 20px;
  line-height: 27px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
}
.modal.custom-modal.modal-payment .billing-address {
  margin-top: 30px;
}
.modal.custom-modal.modal-payment .modal-header {
  padding: 55px 30px 10px;
}
.modal.custom-modal.modal-payment .modal-payment-text {
  margin-bottom: 25px;
}
.modal.custom-modal.modal-payment .modal-payment-text p {
  color: #737578;
}
.modal.custom-modal.modal-payment .form-group.card-data {
  border: 1px solid #c8cfd9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal.custom-modal.modal-payment .form-group.card-data .img-holder {
  width: 45px;
  min-width: 50px;
  opacity: 0.5;
}
.modal.custom-modal.modal-payment .form-group.card-data .form-control.custom-input.card-data-input {
  border: none;
}
.modal.custom-modal.modal-payment .form-group.card-data .form-control.custom-input.card-data-input.input-number {
  width: 60%;
}
.modal.custom-modal.modal-payment .form-group.card-data .form-control.custom-input.card-data-input.input-period {
  width: 20%;
  text-transform: uppercase;
}
.modal.custom-modal.modal-payment .form-group.card-data .form-control.custom-input.card-data-input.input-csv {
  text-transform: uppercase;
  width: 16%;
}
.modal.custom-modal.modal-payment .back-link {
  color: #39a0f7;
  margin-top: 20px;
  display: block;
}
.modal.custom-modal.modal-payment .back-link .icon {
  vertical-align: middle;
}
.modal.custom-modal.modal-payment .back-link .text {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  text-decoration: underline;
}
.modal.custom-modal.white-bg .modal-content {
  background-color: #ffffff;
}
.modal.custom-modal .fm .modal-dialog {
  width: 95% !important;
  vertical-align: top;
}
.modal.custom-modal::-webkit-scrollbar {
  width: 4px;
}
.modal.custom-modal::-webkit-scrollbar-track {
  background: #D8DAE1;
}
.modal.custom-modal::-webkit-scrollbar-thumb {
  background: #212121;
  width: 4px;
}
.modal.custom-modal::-webkit-scrollbar-thumb:window-inactive {
  background: #212121;
}
.modal.custom-modal .size-grid-image img {
  margin: auto;
}
.modal.custom-modal.reviews-modal .reviews {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 35px;
  margin-right: -35px;
}
.modal.custom-modal.reviews-modal .modal-header {
  padding-bottom: 10px;
}
.modal.custom-modal.reviews-modal .modal-footer {
  text-align: left;
}
.modal.custom-modal.reviews-modal .modal-footer .default-btn {
  min-width: 240px;
}
.modal.custom-modal.reviews-modal .review-item {
  border-bottom: 1px solid #c8cfd9;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}
.modal.custom-modal.reviews-modal .review-item .text {
  width: 70%;
}
.modal.custom-modal .review-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.modal.custom-modal .review-buttons .default-btn {
  width: 53%;
}
.modal.custom-modal .review-buttons .default-btn.transparent-btn {
  width: 47%;
}
.modal.custom-modal.review-modal .modal-header {
  padding: 80px 30px 5px;
}
.modal.custom-modal .modal-header {
  border: none;
  position: relative;
  padding: 40px 30px 15px;
}
.modal.custom-modal .modal-header .close {
  margin-top: 0;
  position: absolute;
  top: 25px;
  right: 35px;
  color: #212121;
  opacity: 1;
  text-shadow: none;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  font-size: 26px;
}
.modal.custom-modal .modal-title {
  text-align: center;
}
.modal.custom-modal .modal-body {
  position: relative;
  padding: 0 35px 20px;
}
.modal.custom-modal .modal-footer {
  padding: 0px 35px 20px;
  text-align: center;
  border: none;
}
.modal.custom-modal .modal-content {
  background: #F7F7F7;
  box-shadow: 0px 24px 30px rgba(74, 79, 97, 0.4);
  -moz-box-shadow: 0px 24px 30px rgba(74, 79, 97, 0.4);
  -webkit-box-shadow: 0px 24px 30px rgba(74, 79, 97, 0.4);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.modal.custom-modal.shopping-cart-modal .modal-footer a {
  display: block;
  width: 100%;
}
.modal.custom-modal.shopping-cart-modal .modal-footer a.default-btn {
  margin-bottom: 30px;
}
.modal.custom-modal.shopping-cart-modal .quick-cart-item {
  padding: 0;
  border: none;
  width: 100%;
}
.modal.custom-modal.shopping-cart-modal .quick-cart-item .item-info {
  width: 79%;
}
.modal.custom-modal.shopping-cart-modal .quick-cart-item .name {
  font-size: 20px;
  line-height: 28px;
  width: 60%;
}
.modal.custom-modal.shopping-cart-modal .quick-cart-item .name:hover {
  text-decoration: underline;
}
.modal.custom-modal.shopping-cart-modal .quick-cart-item .price-box {
  width: auto;
  align-self: flex-start;
  -webkit-align-self: flex-start;
  margin-top: 5px;
}
.modal.custom-modal.shopping-cart-modal .quick-cart-item .img-holder {
  width: 80px;
  min-width: 80px;
  height: 100px;
  margin-right: 20px;
}
.modal.custom-modal.large-modal .modal-title {
  text-align: left;
}
.modal.custom-modal.large-modal .modal-dialog {
  width: 1000px;
}
.modal.custom-modal.small-modal .modal-dialog {
  width: 750px;
}
.back-link.integration-link {
  position: relative;
  left: -10px;
  margin-bottom: 20px;
}
.back-link.integration-link a {
  font-size: 22px;
  color: #212121;
}
.back-link.integration-link a:hover {
  color: #268ee5;
}
.back-link.integration-link a .link-text {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  text-decoration: underline;
}
.back-link.integration-link a .icon {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
}
.default-artile-body {
  padding-top: 60px;
  padding-bottom: 40px;
}
.default-artile-body .back-link {
  position: relative;
  left: -10px;
  margin-bottom: 20px;
}
.default-artile-body .back-link a {
  font-size: 18px;
  color: #212121;
}
.default-artile-body .back-link a .icon {
  display: inline-block;
  vertical-align: middle;
}
.default-artile-body ul {
  line-height: 24px;
}
.default-artile-body ul.default-list {
  padding-left: 15px;
}
.default-artile-body ul.default-list li {
  margin-bottom: 8px;
}
.default-artile-body ul.default-list ul {
  padding-left: 15px;
}
.default-artile-body ul.custom-list {
  padding-left: 0;
}
.default-artile-body ul.custom-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 22px;
}
.default-artile-body ul.custom-list li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #39a0f7;
  position: absolute;
  left: 0px;
  top: 8px;
}
.default-artile-body p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
}
.default-artile-body h1, .default-artile-body .h1 {
  font-size: 30px;
  line-height: 36px;
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
}
.default-artile-body h2, .default-artile-body .h2 {
  font-size: 20px;
  line-height: 25px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.default-artile-body h3, .default-artile-body .h3 {
  font-size: 17px;
  line-height: 24px;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.default-artile-body h4, .default-artile-body .h4 {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.default-artile-body h5, .default-artile-body .h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.default-artile-body h6, .default-artile-body .h6 {
  font-size: 11px;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
.default-artile-body a {
  color: #39a0f7;
  text-decoration: underline;
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
}
.default-artile-body .bold {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
}
.cookies-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 22px 75px;
  background-color: #ffffff;
  z-index: 1111;
  box-shadow: 0px -2px 5px rgba(33, 33, 33, 0.15000000000000002);
}
.cookies-wrapper .default-btn {
  background-color: #39a0f7;
  color: #ffffff;
}
.cookies-wrapper .default-btn:hover {
  background-color: #212121;
  color: #ffffff;
}
.cookies-wrapper p {
  color: #212121;
  margin: 0;
  padding-right: 100px;
}
.cookies-wrapper p a {
  color: #39a0f7;
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
  text-decoration: underline;
}
ul.custom-list {
  padding-left: 22px;
}
ul.custom-list li {
  position: relative;
  margin-bottom: 15px;
}
ul.custom-list li:before {
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #212121;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -22px;
  top: 12px;
}
textarea {
  resize: none;
}
textarea.form-control.custom-input {
  height: 130px;
  padding-top: 15px;
}
textarea.form-control.custom-input.html-block {
  height: auto;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group .img-upload {
  margin-left: 0;
}
.form-group.error-input .form-control.custom-input {
  border-color: red;
}
.form-group p.help-text {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1;
  color: red;
  margin-top: 5px;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  color: red;
}
.form-control.custom-input:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.form-control.input-minimal {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #212121;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #212121;
  height: 25px;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  font-size: 14px;
  padding: 0;
}
.form-control.input-minimal:focus {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.form-control.input-minimal:focus {
  border-bottom: 1px solid #39a0f7;
}
.form-control.input-minimal:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control.input-minimal:focus::-moz-placeholder {
  color: transparent;
}
.form-control.custom-input {
  background-color: #ffffff;
  border: 1px solid #c8cfd9;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 50px;
  font-size: 16px;
  color: #212121;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.form-control.custom-input.datapicker-input {
  border: 1px solid #c8cfd9;
}
.form-control.custom-input.datapicker-input:focus {
  border-color: #39a0f7;
}
.form-control.custom-input:focus {
  border-color: #39a0f7;
}
.form-control.custom-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control.custom-input:focus::-moz-placeholder {
  color: transparent;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mt-0 {
  margin-top: 0rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100%;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.col {
  flex: 1 0 0%;
  padding: 0px 15px;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  padding: 0px 15px;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
  padding: 0px 15px;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
  padding: 0px 15px;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
  padding: 0px 15px;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 0px 15px;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
  padding: 0px 15px;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
  padding: 0px 15px;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
  padding: 0px 15px;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
  padding: 0px 15px;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
  padding: 0px 15px;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
  padding: 0px 15px;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
  padding: 0px 15px;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
  padding: 0px 15px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.panel-bg .files-uploader {
  background-color: #ffffff;
}
.panel-bordered.panel-bg {
  background-color: #f0f0f0;
}
.panel {
  border: none;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  -webkit-box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  padding: 20px 15px;
  background-color: #ffffff;
}
.panel.panel-bordered {
  border: 1px solid #c8cfd9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 20px 15px;
}
.panel .panel-body {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.panel .panel-heading {
  padding: 15px;
  text-shadow: 0px 1px 1px rgba(33, 33, 33, 0.15000000000000002);
}
.panel.translates-panel {
  padding: 0px;
  margin-bottom: 0;
}
.panel.translates-panel .button-panel {
  margin: 0;
  position: sticky;
  z-index: 11;
  bottom: -2px;
  box-shadow: 0px -2px 4px rgba(33, 33, 33, 0.09999999999999998);
}
.red-text {
  color: #df4040;
}
.icon, .icon-2, .icon-loader-icons {
  font-size: 24px;
}
.bold {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.table.custom-table.order-table .link {
  color: #39a0f7;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.table.custom-table > thead > tr > th,
.table.custom-table > tbody > tr > th,
.table.custom-table > tfoot > tr > th,
.table.custom-table > thead > tr > td,
.table.custom-table > tbody > tr > td,
.table.custom-table > tfoot > tr > td {
  border-top: 1px solid #c8cfd9;
}
.table.custom-table > thead > tr > th, .table.custom-table > tfoot > tr > th {
  font-size: 14px;
  font-weight: normal;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  vertical-align: middle;
  padding: 20px 10px;
  line-height: 16px;
}
.table.custom-table > tbody > tr > th {
  font-size: 14px;
  font-weight: normal;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  padding: 10px 15px;
  vertical-align: middle;
}
td.w-standart {
  min-width: 140px;
}
td.label-td.pr-0 {
  padding-right: 0 !important;
}
td.label-td {
  min-width: 170px;
}
.table.custom-table > tbody > tr > th {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.table.custom-table > tbody > tr > td b {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  font-weight: normal;
}
.table.custom-table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 10px;
}
.table.custom-table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 10px;
}
.table.custom-table > thead > tr > th:last-child {
  border-top-right-radius: 10px;
}
.table.custom-table > thead > tr > th:first-child {
  border-top-left-radius: 10px;
}
.table.custom-table > thead > tr > td, .table.custom-table > tbody > tr > td, .table.custom-table > tfoot > tr > td {
  padding: 10px;
  line-height: 15px;
  background-color: #ffffff;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  vertical-align: middle;
  font-size: 14px;
}
.table.custom-table > thead > tr > th {
  white-space: nowrap;
  text-shadow: 0px 1px 1px rgba(33, 33, 33, 0.15000000000000002);
  background-color: #eeeeee;
  border-bottom: 1px solid #c8cfd9;
}
.table.custom-table {
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-collapse: inherit;
  border: 1px solid #c8cfd9;
  overflow: hidden;
}
.table.custom-table .user-id-prev .name {
  top: 0;
  font-size: 14px;
}
.table.custom-table .default-btn {
  line-height: 32px;
  width: 130px;
}
.table.custom-table .default-btn .text {
  padding-right: 0;
}
.table.custom-table select {
  border: none;
  font-size: 14px;
}
.table.custom-table .text {
  padding-right: 30px;
}
.table.custom-table a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  header.dflt-header .show-menu-btn {
    display: none;
  }
}
footer.dflt-footer .footer-wrapper ul > li + li:before {
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  content: "/";
  color: #212121;
  padding: 0 15px;
  font-size: 14px;
}
footer.dflt-footer {
  color: #212121;
  padding-bottom: 20px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer.dflt-footer li {
  display: inline-block;
}
footer.dflt-footer li a {
  font-size: 14px;
  text-transform: uppercase;
}
footer.dflt-footer li a img {
  display: none;
}
footer.dflt-footer ul {
  width: 30%;
}
footer.dflt-footer .footer-wrapper {
  padding: 20px;
  border: 1px solid #c8cfd9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}
footer.dflt-footer .footer-wrapper .designed_by {
  font-family: 'FontOver';
  font-size: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 30%;
}
footer.dflt-footer .footer-wrapper .designed_by .name {
  margin-right: 20px;
}
footer.dflt-footer .footer-wrapper .designed_by img {
  width: 40px;
}
footer.dflt-footer .footer-wrapper .copyright {
  text-align: center;
}
footer.dflt-footer .footer-wrapper .copyright span {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  color: #39a0f7;
}
footer.dflt-footer a {
  color: #212121;
}
footer.dflt-footer a:hover {
  text-decoration: underline;
  color: #212121;
}
/*-------------*/
.no-sidebar.content-wrapper {
  padding-top: 40px;
  padding-left: 60px;
}
.title-heading.faq-heading {
  margin-top: 40px;
  margin-bottom: 0;
}
body {
  background-color: #fafafa;
}
body.no-sidebar .content-wrapper {
  padding-top: 40px;
}
body.no-sidebar header {
  display: none;
}
body.no-sidebar footer, body.no-sidebar .content-wrapper {
  padding-left: 60px;
}
body.no-sidebar .sidebar-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  header .lang-holder {
    display: none;
  }
  header .show-menu-btn {
    display: none;
  }
  .container {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .product_card_layout.card_list .product-card_content .toggle-name, .product_card_layout.card_list .product-card_content .actions-box .actions-name {
    display: none;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 100%;
  }
}
@-webkit-keyframes rotateSpinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateSpinner {
  to {
    transform: rotate(360deg);
  }
}
.fm {
  width: 100% !important;
}
.stores-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: -30px;
  position: relative;
}
.payment-methods .add-payment-method a {
  background-color: #FBFBFB;
  border: 1px solid #c8cfd9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 85px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.payment-methods .add-payment-method a .link-content .icon {
  color: #39a0f7;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.payment-methods .add-payment-method a .link-content .link-text {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  text-transform: uppercase;
}
.payment-methods .add-payment-method a:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2;
}
.payment-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  border: 1px solid #c8cfd9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
  padding: 22px 20px;
  margin-bottom: 10px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #ffffff;
  line-height: 30px;
  cursor: pointer;
}
.payment-item .deleting-indicator {
  text-align: right;
  padding-right: 15px;
}
.payment-item .deleting-indicator .icons-holder {
  display: inline-block;
  -webkit-animation: rotateSpinner 800ms linear infinite;
  animation: rotateSpinner 800ms linear infinite;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.payment-item .deleting-indicator .icons-holder img {
  width: 16px;
  height: 16px;
}
.payment-item .deleting-indicator .text {
  color: #df4040;
}
.payment-item:hover {
  background-color: #f2f2f2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.payment-item .payment-card-status .tip-info {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #CACACA;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  position: relative;
  top: -1px;
  cursor: pointer;
}
.payment-item .payment-card-options .options-dropdown .delete-payment-card a {
  color: #df4040;
}
.payment-item .payment-card-options .options-dropdown .dropdown-menu {
  min-width: 250px;
  left: auto;
  right: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(20, 33, 80, 0.17);
  border: 1px solid #c8cfd9;
}
.payment-item .payment-card-options .options-dropdown .dropdown-menu .divider {
  background-color: #c8cfd9;
  margin: 0;
}
.payment-item .payment-card-options .options-dropdown li.is-hidden {
  display: none;
}
.payment-item .payment-card-options .options-dropdown li.is-visible {
  display: block;
}
.payment-item .payment-card-options .options-dropdown li.deleting-option {
  background-color: #ffffff;
  width: 100%;
  padding: 15px 20px;
}
.payment-item .payment-card-options .options-dropdown li.deleting-option .button-holder {
  margin-top: 15px;
}
.payment-item .payment-card-options .options-dropdown li.deleting-option .default-btn {
  width: 100%;
}
.payment-item .payment-card-options .options-dropdown li.deleting-option .content p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #737578;
}
.payment-item .payment-card-options .options-dropdown li.deleting-option .content a {
  line-height: 1;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.payment-item .payment-card-options .options-dropdown li.deleting-option .content a .icon {
  vertical-align: middle;
  margin-right: 5px;
}
.payment-item .payment-card-options .options-dropdown li.deleting-option .content a:hover {
  text-decoration: none;
}
.payment-item .payment-card-options .options-dropdown li.deleting-option .content a:hover .text {
  text-decoration: underline;
}
.payment-item .payment-card-options .options-dropdown li a {
  line-height: 36px;
}
.payment-item .payment-card-options .options-dropdown li a:hover {
  text-decoration: underline;
}
.payment-item .payment-card-options .options-button {
  cursor: pointer;
  line-height: 30px;
  margin-left: auto;
  width: 35px;
}
.payment-item .payment-card-options .options-button .icon {
  vertical-align: middle;
}
.payment-item .payment-card-name img {
  margin-right: 20px;
}
.payment-item .payment-card-name .name {
  white-space: nowrap;
}
.stores-list {
  margin-bottom: 60px;
}
.stores-list .store-card {
  cursor: pointer;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  background-color: #ffffff;
  position: relative;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 80px;
  padding-left: 160px;
  padding-right: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.stores-list .store-card:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border-radius: 13px;
  border: 2px solid #39a0f7;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.stores-list .store-card:hover {
  box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
  -webkit-box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
  -moz-box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
}
.stores-list .store-card:hover:after {
  opacity: 1;
  visibility: visible;
}
.stores-list .store-card .default-checkbox {
  position: absolute;
  right: 20px;
  top: 20px;
}
.stores-list .store-card .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.stores-list .store-card .name span {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
}
.stores-list .store-card a {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  text-decoration: underline;
  color: #39a0f7;
}
.stores-list .store-card .custom-label {
  margin-bottom: 0;
  margin-right: 10px;
  text-transform: none;
  font-size: 14px;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
}
.stores-list .store-card .tarif-label span {
  display: inline-block;
  border-radius: 30px;
  line-height: 27px;
  text-transform: uppercase;
  color: #212121;
  padding: 0px 20px;
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  font-size: 13px;
}
.stores-list .store-card .tarif-label span.enterprice {
  background-color: #26a69a;
  color: #ffffff;
}
.stores-list .store-card .tarif-label span.professional {
  background-color: #CADFFA;
}
.stores-list .store-card .tarif-label span.basic {
  background-color: #D9D9D9;
}
.stores-list .store-card .tarif-label span.trial {
  background-color: #FF5722;
  color: #ffffff;
}
.stores-list .store-card .tarif-label span.private {
  background-color: rgba(57, 160, 247, 0.15000000000000002);
}
.stores-list .store-card .store-status {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.stores-list .store-card .store-status.active {
  color: #26a69a;
}
.stores-list .store-card .store-status.stopped {
  color: #737578;
}
.stores-list .store-card .store-status.wait-pay {
  color: #df4040;
}
.stores-list .store-card .label-date {
  display: inline-block;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  font-size: 12px;
  border-radius: 20px;
  background-color: rgba(57, 160, 247, 0.25);
  padding: 0px 8px;
}
.stores-list .store-card .logo {
  position: absolute;
  height: 100%;
  width: 100px;
  left: 0;
  top: 0;
  border-right: 1px solid #c8cfd9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.stores-list .store-card .logo img {
  max-width: 65px;
  max-height: 25px;
  margin: auto;
}
.store_card_layout {
  margin-right: 30px;
  position: relative;
  margin-bottom: 30px;
}
.store_card_layout.store_add_new .store-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  padding-bottom: 30px;
}
.store_card_layout.store_add_new .store-card:hover .create-link {
  color: #39a0f7;
}
.store_card_layout.store_add_new .store-card:hover .create-link .link-text {
  text-decoration: underline;
}
.store_card_layout.store_add_new .store-card .create-link .link-text {
  display: block;
  margin-top: 25px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.store_card_layout.store_add_new .store-card .create-link .icons-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50%;
  width: 145px;
  height: 145px;
}
.store_card_layout.store_add_new .store-card .create-link .icons-holder .icon {
  font-size: 60px;
  color: #39a0f7;
}
.store_card_layout .store-card {
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  background-color: #ffffff;
  position: relative;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-top: 20px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  height: 100%;
}
.store_card_layout .store-card:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border-radius: 18px;
  border: 2px solid #39a0f7;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.store_card_layout .store-card .store-bottom-panel {
  height: 50px;
  background-color: #39a0f7;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
.store_card_layout .store-card .store-bottom-panel .default-btn {
  margin-left: 10px;
}
.store_card_layout .store-card .store-bottom-panel .default-btn.btn-outline {
  line-height: 22px;
  border-color: #212121;
  padding: 0px 13px;
  font-size: 13px;
}
.store_card_layout .store-card .store-bottom-panel .default-btn.btn-outline:hover {
  background-color: #212121;
}
.store_card_layout .store-card .store-bottom-panel .default-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.store_card_layout .store-card .store-bottom-panel .default-link .text {
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 0;
}
.store_card_layout .store-card .store-info-panel {
  padding: 0px 20px 5px;
}
.store_card_layout .store-card .store-info-panel .panel-link .text {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  text-decoration: underline;
}
.store_card_layout .store-card .store-info-panel .panel-link .text:hover {
  color: #39a0f7;
}
.store_card_layout .store-card .store-info-panel .tip-info {
  padding: 0;
  border: none;
  background-color: transparent;
  vertical-align: middle;
  color: #CACACA;
}
.store_card_layout .store-card .store-info-panel .store-status {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  margin-right: 7px;
}
.store_card_layout .store-card .store-info-panel .store-status.active {
  color: #26a69a;
}
.store_card_layout .store-card .store-info-panel .store-status.stopped {
  color: #737578;
}
.store_card_layout .store-card .store-info-panel .store-status.wait-pay {
  color: #df4040;
}
.store_card_layout .store-card .store-info-panel .label-date {
  display: inline-block;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  font-size: 12px;
  border-radius: 20px;
  background-color: rgba(57, 160, 247, 0.25);
  padding: 0px 8px;
}
.store_card_layout .store-card .store-info-panel .url {
  color: #39a0f7;
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
  text-decoration: underline;
}
.store_card_layout .store-card .store-info-panel .disc-space {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
}
.store_card_layout .store-card .store-info-panel .disc-space .icon {
  display: none;
  color: #CACACA;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
.store_card_layout .store-card .store-info-panel .info-line {
  height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  border-bottom: 1px solid #c8cfd9;
}
.store_card_layout .store-card .store-info-panel .info-line:hover a {
  color: #39a0f7;
}
.store_card_layout .store-card .store-info-panel .info-line:hover .icon.icon-share-box {
  color: #39a0f7;
}
.store_card_layout .store-card .store-info-panel .info-line .icon.icon-share-box {
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.store_card_layout .store-card .store-info-panel .info-line:last-child {
  border: none;
}
.store_card_layout .store-card .name {
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: center;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.store_card_layout .store-card .name span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.store_card_layout .store-card .name a {
  color: #39a0f7;
  text-decoration: underline;
  display: block;
}
.store_card_layout .store-card .logo {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8cfd9;
}
.store_card_layout .store-card .logo img {
  height: 38px;
}
.store_card_layout .store-card .tarif-label {
  text-align: center;
  margin-bottom: 35px;
}
.store_card_layout .store-card .tarif-label span {
  display: inline-block;
  border-radius: 30px;
  line-height: 27px;
  text-transform: uppercase;
  color: #212121;
  padding: 0px 20px;
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  font-size: 13px;
}
.store_card_layout .store-card .tarif-label span.enterprice {
  background-color: #26a69a;
  color: #ffffff;
}
.store_card_layout .store-card .tarif-label span.professional {
  background-color: #CADFFA;
}
.store_card_layout .store-card .tarif-label span.basic {
  background-color: #D9D9D9;
}
.store_card_layout .store-card .tarif-label span.trial {
  background-color: #FF5722;
  color: #ffffff;
}
.store_card_layout .store-card .tarif-label span.private {
  background-color: rgba(57, 160, 247, 0.15000000000000002);
}
.store_card_layout .store-card:hover {
  box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
  -webkit-box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
  -moz-box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
}
.store_card_layout .store-card:hover:after {
  opacity: 1;
  visibility: visible;
}
.billing-auth-panel {
  width: 580px;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.billing-auth-panel h1 {
  margin-top: 35px;
  margin-bottom: 0px;
}
.billing-auth-panel .caption {
  margin-top: 10px;
  margin-bottom: 20px;
}
.billing-auth-panel .caption a {
  font-style: italic;
  text-decoration: underline;
  color: #39a0f7;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.billing-auth-panel .avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  margin-right: 15px;
}
.panel-footer {
  background-color: #ffffff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.content-wrapper {
  display: inline-block;
  width: 100%;
  transition: padding-left 0.3s ease;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-right: 60px;
  padding-left: 380px;
}
.support-form {
  border-radius: 16px;
  margin-bottom: 50px;
  padding: 60px 30px;
  background-color: #ffffff;
}
.support-form .support-link {
  color: #ffffff;
  font-size: 26px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.support-form .support-link span {
  display: inline-block;
  background-color: #39a0f7;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 10px;
}
.support-form textarea.form-control.custom-input {
  height: 270px;
}
.support-form .file-attach-uploader {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f0f0f0;
}
.support-form .file-attach-uploader:hover {
  color: #39a0f7;
}
.support-form .file-attach-uploader .text {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  text-decoration: underline;
}
.support-form .file-attach-uploader .icon {
  color: #39a0f7;
  vertical-align: middle;
  margin-right: 5px;
}
.payment-ticket {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.payment-ticket .alt-payment-method {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #c8cfd9;
}
.payment-ticket .alt-payment-method .note {
  color: #737578;
  font-style: italic;
  font-size: 12px;
  line-height: 1;
  margin-top: 15px;
}
.payment-ticket .alt-payment-method .default-btn {
  width: 160px;
  margin-right: 15px;
}
.payment-ticket .alt-payment-method .default-btn.btn-paypal {
  background-color: #FFC43A;
}
.payment-ticket .alt-payment-method .default-btn.btn-gpay {
  background-color: #212121;
}
.payment-ticket .alt-payment-method .button-holder {
  margin-top: 20px;
}
.payment-ticket .alt-payment-method p {
  color: #737578;
}
.payment-ticket .alt-payment-method h5 {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}
.payment-ticket .select-payment-card {
  border: 1px solid #c8cfd9;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 22px 20px;
  position: relative;
}
.payment-ticket .select-payment-card:after {
  content: "\e908";
  font-family: 'icomoon';
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.payment-ticket .select-payment-card .img-holder {
  margin-right: 20px;
}
.payment-ticket .ticket-info {
  border-radius: 5px;
  border: 1px solid #A3E1D3;
  background-color: #D6F4ED;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.payment-ticket .ticket-info .value {
  font-size: 36px;
  line-height: 1;
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
}
.payment-ticket .ticket-info .name {
  font-size: 17px;
}
.create-store {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.create-store .link-value-group .input-domen {
  background-color: #eee;
}
.sidebar-content::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.sidebar-content::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.sidebar-content::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}
.sidebar-content::-webkit-scrollbar {
  width: 2px;
}
.link-value-group .form-control.custom-input:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.link-value-group .form-control.custom-input.input-group-addon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 50%;
  margin-right: -1px;
  font-style: italic;
}
.link-value-group .form-control.custom-input.input-group-addon:focus {
  z-index: 3;
}
.custom-input-group {
  position: relative;
}
.custom-input-group .input-group-btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 5px;
  background-color: #ffffff;
  height: 38px;
  width: 38px;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border: 1px solid #c8cfd9;
}
.custom-input-group .input-group-btn:hover {
  background-color: transparent;
  color: #39a0f7;
}
.no-padding {
  padding: 0 !important;
}
.dashboard-stat-sourses .count {
  display: block;
  margin-top: 5px;
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
}
.dashboard-stat-sourses .count-holder {
  min-width: 85px;
  margin-right: 10px;
  text-align: center;
}
.dashboard-stat-sourses .dashboard-action-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dashboard-stat-sourses .dashboard-action-btns .btn-icon {
  margin-left: 10px;
}
.dashboard-stat-sourses li {
  margin-bottom: 10px;
}
.dashboard-stat-sourses .holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dashboard-item {
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  padding: 30px;
  border-radius: 16px;
  background-color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.dashboard-item .title {
  margin-bottom: 30px;
}
.dashboard-item:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border-radius: 18px;
  border: 2px solid #39a0f7;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.dashboard-item:hover {
  box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
  -webkit-box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
  -moz-box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
}
.dashboard-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.dashboard-item .icon, .dashboard-item .icon-2 {
  vertical-align: top;
  position: relative;
  left: -3px;
  margin-right: 5px;
  font-size: 32px;
  color: #39a0f7;
}
.dashboard-item h4, .dashboard-item .h4 {
  font-size: 18px;
  margin: 0;
}
.dashboard-item small {
  font-size: 18px;
}
.dashboard-item .value .text {
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.mailing-result-panel.card.custom-card {
  background-color: #ffffff;
}
.mailing-result-panel .value {
  font-size: 20px;
}
.mailing-result-panel .value b {
  font-weight: normal;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.custom-editor-header.small-header .custom-editor-header-holder {
  height: auto !important;
}
.mailing-panel.mailing-viewed-panel .mailing-emulator .message-holder .message {
  cursor: default;
}
.mailing-panel .default-link {
  left: -10px;
  position: absolute;
  margin: 0;
  top: -15px;
}
.mailing-panel .view-mode {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.mailing-panel .view-mode a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #39a0f7;
  margin-right: 5px;
  opacity: 0.3;
}
.mailing-panel .view-mode a .icon {
  font-size: 16px;
}
.mailing-panel .view-mode a:last-child {
  margin-right: 0;
}
.mailing-panel .view-mode a:hover {
  opacity: 1;
}
.mailing-panel .view-mode a.active {
  opacity: 1;
}
.mailing-panel .view-mode a.active:hover {
  opacity: 1;
}
.mailing-panel .mailing-start-message {
  padding-top: 45px;
  position: relative;
  width: 58%;
}
.mailing-panel .mailing-tags li {
  display: inline-block;
}
.mailing-panel .mailing-tags .tag {
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  line-height: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #c8cfd9;
  padding: 0px 12px 0px 12px;
  position: relative;
  display: inline-block;
  font-size: 11px;
  margin-right: 7px;
  margin-bottom: 7px;
}
.mailing-panel .statistic-box .value {
  font-size: 20px;
  line-height: 1;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.mailing-panel .statistic-box h4 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.mailing-panel .statistic-box .statistic-list .statistic-line {
  position: relative;
  margin-bottom: 10px;
}
.mailing-panel .statistic-box .statistic-list .statistic-line:last-child {
  margin-bottom: 0;
}
.mailing-panel .statistic-box .statistic-list .statistic-line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 2px;
  width: 100%;
  background-image: url(../images/dots.png);
}
.mailing-panel .statistic-box .statistic-list .statistic-line .value {
  background-color: #ffffff;
  padding-left: 5px;
  position: relative;
}
.mailing-panel .statistic-box .statistic-list .statistic-line h4 {
  background-color: #ffffff;
  padding-right: 5px;
  position: relative;
}
.mailing-panel .statistic-box .statistic-list .custom-card {
  padding: 25px 20px;
}
.mailing-panel .statistic-box .statistic-grid .row {
  margin: 0 -10px;
}
.mailing-panel .statistic-box .statistic-grid .row .col {
  padding: 0 10px;
}
.mailing-panel .statistic-box .statistic-grid .custom-card {
  margin-bottom: 0;
  height: 115px;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.mailing-panel .statistic-box .statistic-grid .statistic-item {
  height: 65px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
}
.mailing-panel .btn-edit-input-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.mailing-panel .btn-edit-input-group .form-group {
  width: 46%;
  padding: 0px 8px;
  margin: 0;
}
.mailing-panel .btn-edit-radio-group .btn-edit-radio {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  margin-bottom: 10px;
}
.mailing-panel .btn-edit-radio-group .btn-edit-radio input[type="radio"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.mailing-panel .btn-edit-radio-group .btn-edit-radio input[type="radio"]:checked  + label {
  color: #212121;
  background-color: #ffffff;
}
.mailing-panel .btn-edit-radio-group .btn-edit-radio input[type="radio"]:checked  + label:before {
  border: 1px solid #26a69a;
}
.mailing-panel .btn-edit-radio-group .btn-edit-radio label {
  display: inline-block;
  position: relative;
  padding: 0px 16px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: 11px;
  line-height: 21px;
  color: #212121;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
}
.mailing-panel .btn-edit-radio-group .btn-edit-radio label:before {
  content: "";
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #c8cfd9;
  position: absolute;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mailing-panel .button-editor {
  margin-top: 15px;
  padding: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #ffffff;
}
.mailing-panel .mailing-options-side {
  padding-top: 70px;
  position: relative;
  width: 40%;
}
.mailing-panel .mailing-options-side .mailing-result-panel .result-holder .value {
  font-size: 50px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  line-height: 1;
}
.mailing-panel .mailing-func-side {
  padding-top: 40px;
  position: relative;
  width: 30%;
}
.mailing-panel .mailing-emulator {
  width: 30%;
  position: relative;
}
.mailing-panel .mailing-emulator .col {
  padding: 0px 5px;
}
.mailing-panel .mailing-emulator .row {
  margin: 0 -5px;
}
.mailing-panel .mailing-emulator .message-holder {
  margin-bottom: 15px;
}
.mailing-panel .mailing-emulator .message {
  cursor: pointer;
  position: relative;
  padding: 7px 40px 13px 15px;
  background-color: #ffffff;
  border: 1px solid #c8cfd9;
  border-radius: 10px 30px 30px 0;
  width: fit-content;
  max-width: 80%;
}
.mailing-panel .mailing-emulator .message.active {
  border-color: #F51574;
}
.mailing-panel .mailing-emulator .message .text {
  font-size: 12px;
  line-height: 16px;
}
.mailing-panel .mailing-emulator .message .time {
  position: absolute;
  color: #8E8E93;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  font-size: 7px;
  line-height: 1;
  position: absolute;
  right: 14px;
  bottom: 7px;
}
.mailing-panel .mailing-emulator .default-btn.emulator-btn {
  margin-bottom: 15px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid transparent;
  color: #5C5C5C;
  font-size: 12px;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
  -moz-justify-content: center !important;
  -webkit-justify-content: center !important;
}
.mailing-panel .mailing-emulator .default-btn.emulator-btn.active {
  border-color: #F51574;
}
.mailing-panel .mailing-emulator .emulator-top-panel {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  padding: 0px 20px 0px 5px;
}
.mailing-panel .mailing-emulator .emulator-top-panel .emulator-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.mailing-panel .mailing-emulator .emulator-top-panel .emulator-bot-info {
  text-align: center;
}
.mailing-panel .mailing-emulator .emulator-top-panel .emulator-bot-info span {
  display: block;
  color: #787878;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
}
.mailing-panel .mailing-emulator .emulator-top-panel .emulator-bot-info p {
  margin: 0;
  font-size: 14px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.mailing-panel .mailing-emulator .emulator-top-panel .butafore-link {
  color: #037EE5;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  font-size: 12px;
}
.mailing-panel .mailing-emulator .emulator-top-panel .butafore-link .icon {
  position: relative;
  left: 5px;
}
.mailing-panel .mailing-emulator .emulator-body {
  position: absolute;
  padding: 20px 20px 15px;
  width: 100%;
  top: 88px;
  height: 495px;
  overflow-y: auto;
}
.mailing-panel .emulator-wrapper {
  margin: auto;
  position: relative;
  width: 285px;
  height: 593px;
  border-radius: 38px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.15);
  background-image: url(../images/iphone.svg);
}
.sidebar-wrapper .sidebar-menu li a.with-drop[aria-expanded="true"]::after {
  content: "\e2022";
  font-family: 'icomoon-nav' !important;
  display: block !important;
  font-size: 22px;
  position: absolute;
  top: 0px;
  right: 9px;
  z-index: 3;
}
.sidebar-wrapper .sidebar-menu li a.with-drop::after {
  content: "\e2023";
  font-family: 'icomoon-nav' !important;
  display: block !important;
  font-size: 22px;
  position: absolute;
  top: 0px;
  right: 9px;
  z-index: 3;
}
.sidebar-wrapper .sidebar-menu li a[aria-expanded="true"] .icon, .sidebar-wrapper .sidebar-menu li a[aria-expanded="true"] .icon-2, .sidebar-wrapper .sidebar-menu li a[aria-expanded="true"] .text {
  color: #39a0f7;
}
.sidebar-wrapper .sidebar-menu li a[aria-expanded="true"]:before {
  opacity: 1;
  visibility: visible;
}
.sidebar-wrapper {
  width: 320px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: 0px;
  background-color: #ffffff;
  z-index: 999;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 0px 6px rgba(33, 33, 33, 0.08999999999999997);
  -moz-box-shadow: 0px 0px 6px rgba(33, 33, 33, 0.08999999999999997);
  -webkit-box-shadow: 0px 0px 6px rgba(33, 33, 33, 0.08999999999999997);
  overflow: hidden;
}
.sidebar-wrapper .popper {
  left: -5px !important;
  white-space: nowrap;
}
.sidebar-wrapper .tip {
  width: 18px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.sidebar-wrapper .tip .inline-block {
  margin: 0 !important;
}
.sidebar-wrapper .add-new {
  position: relative;
  padding: 10px ;
}
.sidebar-wrapper .add-new a {
  background: linear-gradient(112.97deg, #9fdb57 -46.51%, #71ca5e 6.74%, #36b98f 60.61%, #1fadc3 112.74%);
  background: -webkit-linear-gradient(112.97deg, #9fdb57 -46.51%, #71ca5e 6.74%, #36b98f 60.61%, #1fadc3 112.74%);
  line-height: 60px;
  color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 20px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
}
.sidebar-wrapper .add-new a:hover {
  color: #ffffff;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.09), 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.sidebar-wrapper .add-new a .icons-holder {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  margin-right: 10px;
}
.sidebar-wrapper .add-new a .icons-holder .icon {
  filter: none;
  -webkit-filter: none;
  font-size: 22px;
}
.sidebar-wrapper .add-new a .link-text {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.sidebar-wrapper .lang-holder {
  padding: 0px 20px 0;
  margin-top: 10px;
}
.sidebar-wrapper .lang-holder .dropdown-menu {
  overflow: hidden;
  min-width: 90px;
  border: 1px solid #c8cfd9;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding: 0;
  margin-top: 5px;
}
.sidebar-wrapper .lang-holder .dropdown-menu > li > a {
  text-transform: uppercase;
  padding: 2px 5px;
  line-height: 1;
}
.sidebar-wrapper .lang-holder .dropdown-menu > li > a img {
  margin-right: 8px;
}
.sidebar-wrapper .lang-holder .lang-label {
  color: #737578;
  font-size: 12px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  line-height: 1;
  margin-bottom: 7px;
}
.sidebar-wrapper .lang-holder span {
  position: relative;
  top: 1px;
}
.sidebar-wrapper .lang-holder .dropdown-toggle {
  position: relative;
  background-color: #f2f2f2;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  padding-right: 30px;
}
.sidebar-wrapper .lang-holder .dropdown-toggle:after {
  content: "\e908";
  font-family: 'icomoon';
  font-size: 24px;
  position: absolute;
  top: 4px;
  right: 3px;
}
.sidebar-wrapper .lang-holder .dropdown-toggle img {
  margin-right: 8px;
}
.sidebar-wrapper .menubg {
  position: absolute;
  display: none;
}
.sidebar-wrapper .menubg.menubg1 {
  left: -116px;
  bottom: -300px;
  display: none;
}
.sidebar-wrapper .menubg.menubg2 {
  left: -370px;
  top: -46%;
}
.sidebar-wrapper.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.sidebar-wrapper .logout {
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c8cfd9;
  background: #ffffff;
}
.sidebar-wrapper .logout a:hover .text {
  text-decoration: underline;
}
.sidebar-wrapper .logout .icons, .sidebar-wrapper .logout .icons-holder {
  margin-right: 10px;
  vertical-align: middle;
}
.sidebar-wrapper .sidebar-content {
  position: relative;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 190px;
  z-index: 5;
}
.sidebar-wrapper .billing-nav .sidebar-menu {
  padding-top: 0;
}
.sidebar-wrapper .billing-nav .sidebar-menu li.level-nav ul {
  margin-bottom: 0;
}
.sidebar-wrapper .divider {
  padding: 0 0px 10px;
}
.sidebar-wrapper .divider span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c8cfd9;
}
.sidebar-wrapper .sidebar-menu {
  padding: 20px 10px 10px;
}
.sidebar-wrapper .sidebar-menu li.cs a {
  cursor: not-allowed;
}
.sidebar-wrapper .sidebar-menu li.cs a .tip {
  cursor: pointer;
}
.sidebar-wrapper .sidebar-menu li.cs a:before {
  display: none;
}
.sidebar-wrapper .sidebar-menu li.cs a:hover .cs-trigger {
  background-color: rgba(57, 160, 247, 0.30000000000000004);
}
.sidebar-wrapper .sidebar-menu li.cs a:hover .icon {
  color: #212121;
}
.sidebar-wrapper .sidebar-menu li.cs a:hover .text {
  color: #737578;
}
.sidebar-wrapper .sidebar-menu li.cs a .text {
  color: #737578;
}
.sidebar-wrapper .sidebar-menu li.cs a .icons-holder {
  opacity: 0.6;
  color: #212121;
}
.sidebar-wrapper .sidebar-menu li.cs a .cs-trigger {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #e9e9e9;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.sidebar-wrapper .sidebar-menu li.level-nav {
  position: relative;
}
.sidebar-wrapper .sidebar-menu li.level-nav a.with-drop:before {
  opacity: 1;
  visibility: visible;
}
.sidebar-wrapper .sidebar-menu li.level-nav.sub-level-nav .cs a .cs-trigger {
  right: -2px;
}
.sidebar-wrapper .sidebar-menu li.level-nav.sub-level-nav:after {
  right: 5px;
  top: 10px;
}
.sidebar-wrapper .sidebar-menu li.level-nav.sub-level-nav ul li:last-of-type a {
  border: none !important;
}
.sidebar-wrapper .sidebar-menu li.level-nav.sub-level-nav ul li a {
  padding-left: 50px;
}
.sidebar-wrapper .sidebar-menu li.level-nav.sub-level-nav ul li a:after {
  left: 40px;
}
.sidebar-wrapper .sidebar-menu li.level-nav .empty {
  display: block;
  height: 5px;
}
.sidebar-wrapper .sidebar-menu li.level-nav ul {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 5px;
}
.sidebar-wrapper .sidebar-menu li.level-nav ul li:last-of-type a {
  border: none;
}
.sidebar-wrapper .sidebar-menu li.level-nav ul a {
  padding: 0px 20px 0px 30px;
  line-height: 50px;
  position: relative;
  z-index: 3;
}
.sidebar-wrapper .sidebar-menu li.level-nav ul a .icons-holder {
  margin-right: 7px;
}
.sidebar-wrapper .sidebar-menu li.level-nav ul a .icon, .sidebar-wrapper .sidebar-menu li.level-nav ul a .icon-2 {
  font-size: 19px;
}
.sidebar-wrapper .sidebar-menu li.level-nav ul a.active {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.sidebar-wrapper .sidebar-menu li .icons-holder {
  margin-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: none;
  padding: 0;
  background-color: transparent;
  position: relative;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #212121;
}
.sidebar-wrapper .sidebar-menu li a {
  line-height: 50px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.sidebar-wrapper .sidebar-menu li a .text {
  position: relative;
  z-index: 2;
}
.sidebar-wrapper .sidebar-menu li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.sidebar-wrapper .sidebar-menu li a:hover .text {
  color: #212121;
}
.sidebar-wrapper .sidebar-menu li a .notification {
  color: #ffffff;
  background-color: #39a0f7;
  text-align: center;
  width: 28px;
  line-height: 16px;
  font-size: 12px;
  border-radius: 14px;
  top: 16px;
  position: absolute;
  right: 10px;
}
.sidebar-wrapper .sidebar-menu li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f9f9f9;
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sidebar-wrapper .sidebar-menu li a.active .notification {
  background-color: #ffffff;
  color: #212121;
}
.sidebar-wrapper .sidebar-menu li a.active:before {
  opacity: 1;
  visibility: visible;
  background-color: #39a0f7;
}
.sidebar-wrapper .sidebar-menu li a.active .icon, .sidebar-wrapper .sidebar-menu li a.active .icon-2 {
  color: #ffffff;
}
.sidebar-wrapper .sidebar-menu li a.active .text {
  text-decoration: underline;
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  color: #ffffff;
}
.sidebar-wrapper .logo-panel {
  height: 70px;
  border-bottom: 1px solid #c8cfd9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}
.sidebar-wrapper .logo-panel .logo {
  height: 35px;
  max-width: 130px;
}
#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.container-wrapper {
  flex-grow: 1;
}
body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 22px;
  background-color: #f7f7f7;
  color: #212121;
  min-height: 100vh;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
}
body.is-hidden {
  overflow: hidden;
}
footer {
  flex-shrink: 0;
}
label {
  margin-bottom: 0;
  font-weight: normal;
}
p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
}
h1, .h1 {
  font-size: 40px;
  line-height: 45px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
h2, .h2 {
  font-size: 30px;
  line-height: 36px;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
h3, .h3 {
  font-size: 24px;
  line-height: 28px;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
h4, .h4 {
  font-size: 20px;
  line-height: 24px;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
h5, .h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
h6, .h6 {
  font-size: 13px;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.title-heading {
  position: relative;
  margin-bottom: 25px;
}
.title-heading .caption {
  font-size: 12px;
  text-transform: uppercase;
}
.tarif-table.panel {
  padding: 0;
}
.tarif-table p {
  margin: 0;
}
.tarif-table .note {
  font-size: 15px;
  font-style: italic;
  line-height: 1;
  margin-top: 10px;
}
.tarif-table .default-btn {
  padding: 0px 22px;
  margin: auto;
  width: 100%;
  background-color: #212121;
}
.tarif-table .default-btn:hover {
  background-color: #39a0f7;
}
.tarif-table .action {
  text-align: center;
  margin-bottom: 15px;
}
.tarif-table .action .action-text {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
}
.tarif-table .action .action-text span {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  color: #39a0f7;
}
.tarif-table .action p {
  font-size: 14px;
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  line-height: 1;
}
.tarif-table .table-content {
  width: 32%;
  padding: 15px 20px 15px 30px;
  position: relative;
}
.tarif-table .table-content .cs-label {
  position: absolute;
  right: 15px;
  top: 10px;
}
.tarif-table .table-content .cs-label span {
  display: inline-block;
  padding: 0px 10px;
  line-height: 17px;
  border-radius: 30px;
  font-size: 12px;
  border: 1px solid #212121;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.tarif-table .table-col {
  width: 17%;
  border-left: 1px solid #c8cfd9;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.tarif-table .table-col .table-text {
  line-height: 1;
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
}
.tarif-table .table-col .icon {
  font-size: 16px;
}
.tarif-table .table-col .icon.icon-minus {
  font-size: 5px;
  color: #B1B1B1;
}
.tarif-table .table-col .icon.icon-plus {
  color: #39a0f7;
}
.tarif-table .table-col.price-col {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.tarif-table .table-col.price-col .price.price-free {
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-top: 20px;
}
.tarif-table .table-col.price-col .price.price-new {
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
}
.tarif-table .table-col.price-col .price.price-new span {
  font-size: 14px;
}
.tarif-table .table-col.price-col .price.price-old {
  margin-right: 4px;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  font-size: 14px;
  color: #df4040;
  text-decoration: line-through;
  line-height: 1;
}
.tarif-table .table-col.price-col .price.price-old span {
  font-size: 11px;
}
.tarif-table .table-col.price-col .price-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  margin-top: 5px;
}
.tarif-table .table-col.price-col .period-label {
  margin-top: 5px;
}
.tarif-table .table-col.price-col .period-label span {
  display: inline-block;
  padding: 0px 10px;
  line-height: 17px;
  border-radius: 30px;
  font-size: 12px;
  border: 1px solid #212121;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.tarif-table .table-col.price-col .name {
  line-height: 1;
  margin-bottom: 5px;
}
.tarif-table .table-col.price-col .name.personal span {
  color: #212121;
  background-color: #DCDCDC;
}
.tarif-table .table-col.price-col .name.startup span {
  color: #ffffff;
  background-color: #39a0f7;
}
.tarif-table .table-col.price-col .name.business span {
  color: #212121;
  background-color: #84eb1d;
}
.tarif-table .table-col.price-col .name.unlimited span {
  color: #ffffff;
  background-color: #eb1d67;
}
.tarif-table .table-col.price-col .name span {
  display: inline-block;
  padding: 0px 20px;
  line-height: 27px;
  border-radius: 30px;
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
  font-size: 16px;
}
.tarif-table .table-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #c8cfd9;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tarif-table .table-row:hover {
  background-color: #fafafa;
}
.tarif-table .table-row.table-bottom {
  border: none;
  text-align: center;
}
.tarif-table .table-row.table-bottom .table-col {
  display: block;
  padding: 25px 15px;
}
.tarif-table .table-row.type-row {
  background: linear-gradient(-90deg, #ffffff 0%, rgba(57, 160, 247, 0.15000000000000002) 100%);
}
.tarif-table .table-row.type-row .table-content {
  padding: 15px 0 15px 30px;
}
.tarif-table .table-row.type-row h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.tarif-table .table-row.table-top {
  z-index: 1111;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 1px solid #c8cfd9;
  box-shadow: none !important;
  background-color: #ffffff;
}
.tarif-table .table-row.table-top.is_stuck {
  border-color: #c8cfd9;
  box-shadow: 2px 2px 6px rgba(81, 86, 105, 0.13);
  -moz-box-shadow: 2px 2px 6px rgba(81, 86, 105, 0.13);
  -webkit-box-shadow: 2px 2px 6px rgba(81, 86, 105, 0.13);
}
.timer-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  text-align: center;
  margin: auto;
  width: 260px;
}
.timer-box .smalltext {
  color: #5E5E5E;
  font-size: 11px;
  line-height: 1;
  position: relative;
  top: -3px;
}
.timer-box .num {
  line-height: 1;
  font-size: 30px;
}
@media (max-width: 1680px) {
  
}
/************/
/*WAVES EFFECT*/
/************/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.2);
}
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}
.waves-notransition {
  transition: none !important;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-block {
  display: block;
}
/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}
.large-button-panel {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
}
.large-button-panel.catalog-large-button-panel {
  position: sticky;
  top: -5px;
  z-index: 11;
}
.large-button-panel.catalog-large-button-panel .vs__selected-options {
  flex-wrap: nowrap;
}
.large-button-panel.inst-button-panel {
  position: sticky;
  top: -5px;
  z-index: 11;
}
.large-button-panel.inst-button-panel .avatar-wrapper a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.large-button-panel.inst-button-panel .avatar-wrapper .text {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  text-decoration: underline;
}
.large-button-panel.inst-button-panel .avatar-wrapper .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.large-button-panel.translates-button-panel .files-uploader {
  width: 85%;
}
.large-button-panel.translates-button-panel .files-uploader .files-uploader-holder {
  width: 84%;
}
.mt-0 {
  margin-top: 0 !important;
}
.files-uploader {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  cursor: pointer;
  width: 32%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  position: relative;
}
.files-uploader .image-placeholder {
  background-color: #dfdfdf;
  color: #828282;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.files-uploader.default-files-uploader {
  width: 100%;
  display: block;
  border: 1px dashed #c8cfd9;
}
.files-uploader.default-files-uploader.logo-uploader .uploader-previews {
  padding-left: 10px;
}
.files-uploader.default-files-uploader.logo-uploader .image {
  background-size: 70% !important;
}
.files-uploader.default-files-uploader .uploader-previews {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 85px;
  display: table;
  width: 100%;
}
.files-uploader.default-files-uploader .uploader-previews .image {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  margin-right: 10px;
  position: relative;
  background-size: contain;
  border: 1px solid #c8cfd9;
}
.files-uploader.default-files-uploader .uploader-previews .image:hover .btn-icon {
  opacity: 1;
  visibility: visible;
}
.files-uploader.default-files-uploader .uploader-previews .image .btn-icon {
  position: absolute;
  right: 6px;
  bottom: 6px;
  opacity: 0;
  visibility: hidden;
  min-width: 24px;
}
.files-uploader.default-files-uploader .uploader-previews .image .btn-icon.btn-remove {
  background-color: #df4040;
  color: #ffffff;
}
.files-uploader.default-files-uploader .files-uploader-holder {
  width: 100%;
  line-height: 1;
  padding: 20px;
}
.files-uploader.default-files-uploader .files-uploader-holder span {
  font-size: 12px;
}
.files-uploader.default-files-uploader .files-uploader-holder span.icon {
  font-size: 22px;
  color: #39a0f7;
}
.files-uploader .files-uploader-holder {
  text-align: center;
  width: 100%;
  line-height: 48px;
  border: 1px dashed #c8cfd9;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: #ffffff;
  color: #737578;
}
.files-uploader .files-uploader-holder span {
  opacity: 0.6;
}
.clock {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(38, 166, 154, 0.19999999999999995);
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  color: #1c7d74;
  line-height: 23px;
  font-size: 12px;
  padding: 0px 9px;
  margin-left: 10px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
#together_products ul {
  padding: 0;
}
#together_products ul li {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  height: 40px;
  border-bottom: 1px solid #c8cfd9;
}
#together_products ul li:last-child {
  border: none;
}
#together_products img {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #c8cfd9;
}
.option-box {
  margin-top: 15px;
}
.option-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  color: #737578;
  margin-top: 10px;
}
header {
  position: relative;
  width: 100%;
  padding-left: 380px;
  left: 0;
  top: 0;
  z-index: 4;
  padding-right: 60px;
  border-bottom: 1px solid #c8cfd9;
}
header .logout {
  padding-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .logout a:hover .text {
  text-decoration: underline;
}
header .logout .icons, header .logout .icons-holder {
  margin-right: 10px;
  position: relative;
  top: 1px;
  vertical-align: middle;
}
header.dflt-header {
  border-bottom: 1px solid #c8cfd9;
  background-color: #fff;
  font-size: 14px;
}
header.dflt-header .logo {
  height: 35px;
  max-width: 130px;
}
header.dflt-header .header-holder {
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header.dflt-header .avatar-wrapper {
  margin-right: 20px;
}
header.dflt-header .avatar-wrapper a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header.dflt-header .avatar-wrapper .user-id {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
}
header.dflt-header .avatar-wrapper .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  margin-right: 10px;
}
header.dflt-header .right-header {
  position: relative;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .lang-holder {
  margin-right: 5px;
}
header .lang-holder li {
  margin-left: 0px !important;
}
header .lang-holder .dropdown-menu {
  overflow: hidden;
  min-width: 90px;
  border: 1px solid #c8cfd9;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding: 0;
  margin-top: 5px;
}
header .lang-holder .dropdown-menu > li > a {
  text-transform: uppercase;
  padding: 2px 5px;
  line-height: 1;
}
header .lang-holder .dropdown-menu > li > a img {
  margin-right: 8px;
}
header .lang-holder .lang-label {
  color: #737578;
  font-size: 12px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  line-height: 1;
  margin-bottom: 7px;
}
header .lang-holder span {
  position: relative;
  top: 1px;
}
header .lang-holder .dropdown-toggle {
  position: relative;
  background-color: #f2f2f2;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  padding-right: 23px;
}
header .lang-holder .dropdown-toggle:after {
  content: "\e908";
  font-family: 'icomoon';
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 0;
}
header .lang-holder .dropdown-toggle img {
  margin-right: 8px;
}
header .header-info {
  position: relative;
  padding-right: 30px;
}
header .header-info.info-links:before {
  content: "";
  display: block;
  background-color: #c8cfd9;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
header .header-info.info-links a {
  text-decoration: underline;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
header .header-info.info-links a:hover {
  color: #268ee5;
}
header .header-info.info-links .header-info-item span {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-right: 20px;
}
header .header-info.info-links .header-info-item span:after {
  content: "";
  display: block;
  background-color: #c8cfd9;
  width: 1px;
  height: 19px;
  position: absolute;
  top: 2px;
  right: 0;
}
header .header-info.info-links .header-info-item span:last-child {
  margin-right: 0;
  padding-right: 0;
}
header .header-info.info-links .header-info-item span:last-child:after {
  display: none;
}
header .header-info.info-filemanager {
  margin-left: 30px;
  padding-right: 0;
}
header .header-info.info-space {
  padding-left: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
header .header-info.info-space:before {
  content: "";
  display: block;
  background-color: #c8cfd9;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
header .header-info.info-space:after {
  content: "";
  display: block;
  background-color: #c8cfd9;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
header .header-info.info-space .header-info-item span {
  font-size: 16px;
  display: block;
  line-height: 1;
  margin-top: 5px;
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
}
header .header-info .header-info-item p {
  font-size: 12px;
}
header .header-info .header-info-item span {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
header .header-info .header-info-item.item-date span {
  display: inline-block;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  color: #212121;
  font-size: 12px;
  border-radius: 20px;
  background-color: rgba(38, 166, 154, 0.15000000000000002);
  padding: 0px 8px;
}
header .header-info .header-info-item.item-tarif {
  margin-bottom: 5px;
}
header .header-info .header-info-item.item-tarif p {
  font-size: 20px;
}
header .header-info .header-info-item.item-tarif p span {
  color: #eb1d67;
}
header .header-info p {
  margin: 0;
}
header .default-btn {
  line-height: 36px;
}
header .default-btn.btn-white {
  height: 36px;
}
header .default-btn.btn-outline {
  border-width: 2px;
}
header .default-btn.btn-outline, header .default-btn.btn-white {
  line-height: 34px;
}
header .avatar-wrapper {
  margin-right: 20px;
}
header .avatar-wrapper a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header .avatar-wrapper .user-id {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
}
header .avatar-wrapper .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  margin-right: 10px;
}
header .header-holder {
  position: relative;
  height: 69px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .icons-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .icons-nav a {
  position: relative;
}
header .icons-nav .notification {
  z-index: 3;
  position: absolute;
  right: 0;
  top: -2px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  box-shadow: -1px -1px 2px rgba(255, 255, 255, 0.72), 1px 1px 2px rgba(85, 101, 124, 0.35);
  background-color: #df4040;
}
header .right-header {
  position: relative;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .right-header ul li {
  display: inline-block;
  margin-left: 20px;
}
.tile_label {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  line-height: 23px;
  padding: 0px 15px;
  font-size: 13px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.15);
  padding-top: 2px;
}
.tile_label.tile_sale {
  background-color: #df4040;
}
.tile_label.tile_sale .text {
  color: #ffffff;
}
.tile_label.tile_new {
  background-color: #26a69a;
}
.tile_label.tile_new .text {
  color: #ffffff;
}
.price-element {
  position: relative;
  line-height: 1;
  font-size: 24px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.price-element.price-old {
  text-decoration: line-through;
  opacity: 0.6;
  font-size: 14px;
  margin-left: 7px;
  top: -2px;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
}
.price-element.price-old small {
  font-size: 100%;
}
.price-element small {
  font-size: 60%;
  display: inline-block;
}
.price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.nt-spinner {
  position: relative;
  width: 120px;
}
.nt-spinner .form-control {
  text-align: center;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #000;
}
.nt-spinner .nt-btn {
  width: 32px;
  height: 32px;
  background-color: transparent;
  position: absolute;
  border: 0;
  top: 0;
  font-size: 32px;
  padding: 0;
  z-index: 2;
  cursor: pointer;
}
.nt-spinner .nt-btn.btn_less {
  left: 0;
  top: 1px;
}
.nt-spinner .nt-btn.btn_more {
  right: 0;
}
.breadcrumb > li + li:before {
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  content: "/";
  color: #797979;
  padding: 0 10px;
}
.breadcrumb {
  padding: 15px 0 0;
  margin-bottom: 5px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
}
.breadcrumb a {
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  color: #797979;
}
.breadcrumb li {
  display: inline;
  white-space: nowrap;
}
.panel-top {
  height: 70px;
  border-bottom: 1px solid #c8cfd9;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  padding: 0px 20px;
  z-index: 5;
}
.panel-top .panel-top-name {
  font-size: 16px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.panel-middle {
  padding-top: 90px;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
  padding-bottom: 76px;
}
.panel-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  border-top: 1px solid #c8cfd9;
  padding: 10px 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 111;
}
.search-panel .search-group {
  position: relative;
}
.search-panel .search-group .search-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.search-panel .form-control {
  width: 100%;
  text-overflow: ellipsis;
  padding-right: 50px;
}
.filter_sidebar {
  right: 0;
  top: 0;
  position: fixed;
  background-color: #fff;
  min-height: 100%;
  height: 100%;
  width: 405px;
  text-align: left;
  z-index: 1039;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0px 24px 30px rgba(74, 79, 97, 0.18);
  -moz-box-shadow: 0px 24px 30px rgba(74, 79, 97, 0.18);
  -webkit-box-shadow: 0px 24px 30px rgba(74, 79, 97, 0.18);
  transform: translatex(50px);
}
.filter_sidebar .search-panel {
  padding: 0px 30px 35px;
  border-bottom: 1px solid #c8cfd9;
}
.filter_sidebar .filter_sidebar_wrapper {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  transform: translate3d(15px, 0, 0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}
.filter_sidebar.active {
  opacity: 1;
  visibility: visible;
  transform: translatex(0);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.filter_sidebar.active .filter_sidebar_wrapper {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.15s;
  transform: translate3d(0, 0, 0);
}
.selector-holder .btn-default:active, .selector-holder .btn-default.active, .selector-holder .open > .dropdown-toggle.btn-default {
  color: #212121;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}
.selector-holder .btn {
  background-color: #F9F9F9;
  color: #212121;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #f9f9f9;
  font-size: 15px;
  height: 42px;
  position: relative;
  padding: 9px 15px 6px;
}
.selector-holder .btn-default:active:hover,
.selector-holder .btn-default.active:hover,
.selector-holder .open > .dropdown-toggle.btn-default:hover,
.selector-holder .btn-default:active:focus,
.selector-holder .btn-default.active:focus,
.selector-holder .open > .dropdown-toggle.btn-default:focus,
.selector-holder .btn-default:active.focus,
.selector-holder .btn-default.active.focus,
.selector-holder .open > .dropdown-toggle.btn-default.focus {
  color: #212121;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}
.selector-holder .btn-light.focus,
.selector-holder .btn-light:focus,
.selector-holder .btn:active,
.selector-holder .btn.active {
  box-shadow: none;
}
.selector-holder .bs-caret {
  display: none;
}
.selector-holder .dropdown-menu > .active > a, .selector-holder .dropdown-menu > .active > a:hover, .selector-holder .dropdown-menu > .active > a:focus {
  background-color: #212121;
}
.selector-holder .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.selector-holder .bootstrap-select > .dropdown-toggle:before {
  content: "";
  display: block;
  content: "\e908";
  font-family: 'icomoon';
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 4px;
}
.selector-holder .bootstrap-select > .dropdown-toggle:after {
  display: none;
}
.custom-dropdown.dropdown-menu > li > a {
  padding: 10px 15px;
}
.custom-dropdown.dropdown-menu {
  padding: 10px 0;
  border: 1px solid #c8cfd9;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  margin-top: 8px;
  width: 100%;
}
.custom-dropdown.dropdown-menu .button-holder {
  margin-top: 15px;
}
.custom-dropdown.dropdown-menu .default-btn {
  width: 100%;
}
.custom-dropdown.dropdown-menu .divider {
  display: none;
}
.custom-dropdown.dropdown-menu li {
  padding: 0px 15px;
  line-height: 44px;
  border: none;
}
.custom-dropdown.dropdown-menu li.dropdown-header {
  border: none;
  text-transform: uppercase;
  opacity: 0.6;
  color: #212121;
  font-size: 9px;
  padding: 20px 30px 10px;
}
.custom-dropdown.dropdown-menu li:last-child {
  border: none;
}
.custom-dropdown .dropdown-item.active, .custom-dropdown .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #212121;
}
.custom-editor-body a {
  text-decoration: underline;
  color: #39a0f7;
}
.custom-editor-holder {
  border-radius: 10px;
  background-color: #f0f0f0;
}
.view-mode {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.view-mode a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  position: relative;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #212121;
  margin-right: 12px;
}
.view-mode a:last-child {
  margin-right: 0;
}
.view-mode a.active {
  color: #26a69a;
  background-color: rgba(28, 151, 138, 0.19999999999999995);
}
.toolbar-panel .filter_trigger[aria-expanded="true"] {
  background-color: #39a0f7;
  box-shadow: 0px 5px 13px rgba(74, 79, 97, 0.15);
  -webkit-box-shadow: 0px 5px 13px rgba(74, 79, 97, 0.15);
  -moz-box-shadow: 0px 5px 13px rgba(74, 79, 97, 0.15);
  color: #ffffff;
}
.sorting-panel {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sorting-panel .filter-label {
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
}
.sorting-panel::-webkit-scrollbar {
  width: 1px;
}
.sorting-panel::-webkit-scrollbar-track {
  background: #D8DAE1;
}
.sorting-panel::-webkit-scrollbar-thumb {
  background: #212121;
  width: 3px;
}
.sorting-panel::-webkit-scrollbar-thumb:window-inactive {
  background: #212121;
}
.sorting-panel .category-in {
  margin-right: 25px;
}
.sorting-panel .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sorting-panel .selector-holder {
  flex: 1 0 0;
}
.toolbar-panel {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
}
.toolbar-panel .left-toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbar-panel .select-custom {
  top: -5px;
}
.toolbar-panel .selector-holder .btn {
  background-color: transparent;
  color: #212121;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: none;
  border-bottom: 2px dotted #212121;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  height: 22px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  position: relative;
}
.toolbar-panel .selector-holder .btn-default:active:hover,
.toolbar-panel .selector-holder .btn-default.active:hover,
.toolbar-panel .selector-holder .open > .dropdown-toggle.btn-default:hover,
.toolbar-panel .selector-holder .btn-default:active:focus,
.toolbar-panel .selector-holder .btn-default.active:focus,
.toolbar-panel .selector-holder .open > .dropdown-toggle.btn-default:focus,
.toolbar-panel .selector-holder .btn-default:active.focus,
.toolbar-panel .selector-holder .btn-default.active.focus,
.toolbar-panel .selector-holder .open > .dropdown-toggle.btn-default.focus {
  color: #212121;
  background-color: transparent;
  border-color: #212121;
}
.toolbar-panel .selector-holder .btn-light.focus,
.toolbar-panel .selector-holder .btn-light:focus,
.toolbar-panel .selector-holder .btn:active,
.toolbar-panel .selector-holder .btn.active {
  box-shadow: none;
}
.toolbar-panel .selector-holder .bs-caret {
  display: none;
}
.toolbar-panel .selector-holder .dropdown-menu > .active > a, .toolbar-panel .selector-holder .dropdown-menu > .active > a:hover, .toolbar-panel .selector-holder .dropdown-menu > .active > a:focus {
  background-color: #212121;
}
.toolbar-panel .selector-holder .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.toolbar-panel .selector-holder .bootstrap-select > .dropdown-toggle:before {
  content: "";
  display: block;
  content: "\e908";
  font-family: 'icomoon';
  font-size: 22px;
  position: absolute;
  right: -28px;
  top: -5px;
}
.toolbar-panel .selector-holder .bootstrap-select > .dropdown-toggle:after {
  display: none;
}
.toolbar-panel .filter_trigger {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  box-shadow: 0px 5px 10px rgba(74, 79, 97, 0.12), inset -2px -2px 13px rgba(255, 255, 255, 0.13);
  -webkit-box-shadow: 0px 5px 10px rgba(74, 79, 97, 0.12), inset -2px -2px 13px rgba(255, 255, 255, 0.13);
  -moz-box-shadow: 0px 5px 10px rgba(74, 79, 97, 0.12), inset -2px -2px 13px rgba(255, 255, 255, 0.13);
  margin-right: 45px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
  line-height: 42px;
  padding: 0px 29px;
}
.toolbar-panel .filter_trigger:hover {
  box-shadow: 0px 24px 30px rgba(74, 79, 97, 0.15), inset -2px -2px 13px rgba(255, 255, 255, 0.13);
  -moz-box-shadow: 0px 24px 30px rgba(74, 79, 97, 0.15), inset -2px -2px 13px rgba(255, 255, 255, 0.13);
  -webkit-box-shadow: 0px 24px 30px rgba(74, 79, 97, 0.15), inset -2px -2px 13px rgba(255, 255, 255, 0.13);
}
.toolbar-panel .filter_trigger .icon {
  filter: none;
  -webkit-filter: none;
}
.toolbar-panel .filter_trigger .text {
  display: inline-block;
  margin-right: 20px;
}
.toolbar-panel .form-group {
  margin-bottom: 0;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0;
}
.option-checkbox {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  margin-bottom: 10px;
}
.option-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.option-checkbox input[type="checkbox"]:checked  + label {
  background-color: #26a69a;
  color: #ffffff;
}
.option-checkbox input[type="checkbox"]:checked  + label:hover {
  background-color: #26a69a;
  color: #ffffff;
}
.option-checkbox label {
  display: inline-block;
  position: relative;
  padding: 0px 15px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: 13px;
  line-height: 22px;
  color: #737578;
  background-color: rgba(38, 166, 154, 0.09999999999999998);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.lang-radio-group {
  margin-left: 15px;
}
.lang-radio-group .radio-group {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  margin-bottom: 10px;
}
.lang-radio-group input[type="radio"] {
  outline: 0;
  visibility: hidden;
  width: 0;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.lang-radio-group input[type="radio"]:checked  + label {
  background-color: #39a0f7;
  color: #ffffff;
}
.lang-radio-group input[type="radio"]:checked  + label:hover {
  background-color: #39a0f7;
  color: #ffffff;
}
.lang-radio-group label {
  display: inline-block;
  position: relative;
  padding: 0px 16px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: 13px;
  line-height: 22px;
  color: #737578;
  background-color: rgba(57, 160, 247, 0.09999999999999998);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.panel-body {
  padding: 0;
}
.filter-list {
  position: relative;
}
.filter-list .filter-label {
  position: relative;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
}
.filter-list .price-panel .panel-body {
  position: relative;
}
.filter-list .price-panel .noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: -123%;
}
.filter-list .price-panel .noUi-tooltip {
  display: block;
  position: absolute;
  border: none;
  border-radius: 3px;
  background: transparent;
  color: #000;
  padding: 0;
  font-size: 13px;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
}
.filter-list .price-panel .noUi-handle {
  border: none;
  border-radius: 50%;
  background: #212121;
  cursor: pointer;
  box-shadow: none;
}
.filter-list .price-panel .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  top: -7px;
}
.filter-list .price-panel .noUi-handle:before, .filter-list .price-panel .noUi-handle:after {
  display: none;
}
.filter-list .price-panel .noUi-connect {
  box-shadow: none;
  background-color: #212121;
}
.filter-list .price-panel .noUi-target {
  background: #E5E5E5;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  width: 100%;
}
.filter-list .price-panel .noUi-horizontal {
  height: 2px;
}
.filter-list .filter-panel {
  padding: 10px 30px;
  border-bottom: 1px solid #c8cfd9;
}
.filter-list .filter-panel.panel-calendar {
  padding: 20px 30px;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
}
.filter-list .filter-panel.panel-calendar .filter-label {
  margin-bottom: 0;
  top: 2px;
}
.filter-list .filter-panel.panel-calendar .calendar-value .icon-calendar {
  font-size: 15px;
}
.filter-list .filter-panel.panel-calendar .calendar-value .text {
  font-size: 12px;
  margin-left: 7px;
  margin-right: 7px;
}
.filter-list .filter-panel.price-panel {
  border: none;
  padding-left: 45px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.filter-list .filter-panel.price-panel .filter-label {
  left: -15px;
}
.load-more {
  position: relative;
}
.load-more .load-holder {
  position: relative;
  padding-right: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: fit-content;
  margin: auto;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.load-more .rotating {
  position: absolute;
  right: 0px;
  background-image: url(../images/icons/loading.svg);
  top: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  display: inline-block;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ffffff;
}
.products-list {
  margin-top: 35px;
}
.products-list .card_layout_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  margin-bottom: 10px;
  padding-right: 30px;
}
.products-list .card_layout_top .name {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  text-align: center;
}
.products-list .card_layout_top .name.name-product {
  text-align: left;
  padding-left: 15px;
  width: 20%;
}
.products-list .card_layout_top .name.name-old-price {
  width: 10%;
}
.products-list .card_layout_top .name.name-price {
  width: 10%;
}
.products-list .card_layout_top .name.name-category {
  width: 10%;
}
.products-list .card_layout_top .name.name-available {
  width: 12%;
}
.products-list .card_layout_top .name.name-check-available {
  width: 9%;
}
.products-list .card_layout_top .name.name-hidden-product {
  width: 10%;
}
.products-list .card_layout_top .name.name-actions {
  margin-left: 2%;
  width: 115px;
}
.icon.icon-attach {
  font-size: 36px !important;
}
.products-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: -30px;
  position: relative;
}
.available {
  line-height: 1;
}
.available.in_stock span {
  color: #26a69a;
  background-color: rgba(28, 151, 138, 0.19999999999999995);
}
.available.out_stock span {
  color: #F63F3F;
  background-color: rgba(246, 63, 63, 0.15000000000000002);
}
.available span {
  line-height: 22px;
  display: inline-block;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  color: #212121;
  font-size: 12px;
  border-radius: 20px;
  padding: 0 12px;
}
.available.in_stock {
  color: #26a69a;
}
.available.out_stock {
  color: #df4040;
}
.dropdown.btn-drop .btn-icon.dropdown-toggle[aria-expanded="true"] {
  color: #39a0f7;
}
.product_card_layout {
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
}
.product_card_layout.card_list {
  margin-right: 0;
  margin-bottom: 10px;
}
.product_card_layout.card_list .dropdown.btn-drop.open .dropdown-toggle.btn-icon.btn-icon-transparent {
  background-color: #e9e9e9;
}
.product_card_layout.card_list .dropdown.btn-drop .btn-icon {
  margin-left: 0 !important;
}
.product_card_layout.card_list .dropdown.btn-drop .dropdown-menu {
  border-radius: 6px;
  min-width: 80px;
  left: auto;
  right: 0;
  margin-top: 5px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #c8cfd9;
  box-shadow: 0 2px 2px rgba(33, 33, 33, 0.15);
}
.product_card_layout.card_list .dropdown.btn-drop .dropdown-menu li {
  border-bottom: 1px solid #c8cfd9;
  padding: 5px;
  line-height: 1;
  cursor: default;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
}
.product_card_layout.card_list .dropdown.btn-drop .dropdown-menu li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0;
}
.product_card_layout.card_list .dropdown.btn-drop .dropdown-menu li .text {
  margin-left: 10px;
  margin-right: 10px;
}
.product_card_layout.card_list .tile_label {
  font-size: 10px;
  top: auto;
  bottom: 3px;
  right: 3px;
  padding: 0px 8px;
  line-height: 16px;
}
.product_card_layout.card_list .available {
  width: 10%;
  text-align: center;
}
.product_card_layout.card_list .toggle-holder {
  width: 10%;
}
.product_card_layout.card_list .toggle-holder .toggler {
  margin: auto;
}
.product_card_layout.card_list .category {
  width: 12%;
  text-align: center;
}
.product_card_layout.card_list .product-card_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  padding: 5px 30px 5px 5px;
  height: auto;
}
.product_card_layout.card_list .product-card_content .actions-box {
  border: none;
  padding-top: 0;
  margin-left: 2%;
}
.product_card_layout.card_list .product-card_content .actions-box .btn-icon {
  margin-left: 10px;
}
.product_card_layout.card_list .product-card_content .price-box {
  width: 10%;
  text-align: center;
  display: block;
}
.product_card_layout.card_list .product-card_content .price-element {
  font-size: 18px;
}
.product_card_layout.card_list .product-card_content .price-element.price-old {
  font-size: 15px;
  color: #212121;
}
.product_card_layout.card_list .product-card_content .product-card_main {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_card_layout.card_list .product-card_content .product-card__title {
  font-size: 15px;
  line-height: 20px;
  width: 55%;
  -webkit-line-clamp: inherit;
  overflow: inherit;
  text-overflow: inherit;
  min-height: inherit;
  margin-bottom: 0;
}
.product_card_layout.card_list .product-card {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.product_card_layout.card_list .product-card:after {
  border-radius: 13px;
}
.product_card_layout.card_list .product-card .btn-remove {
  position: relative;
  right: auto;
  bottom: auto;
  opacity: 1;
  visibility: visible;
}
.product_card_layout.card_list .product-card_img {
  width: 84px;
  min-width: 84px;
  margin-right: 15px;
  height: 100px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #c8cfd9;
}
.product_card_layout.disabled_card {
  z-index: 3;
  opacity: 0.6;
}
.product_card_layout.disabled_card .price-element, .product_card_layout.disabled_card .product-card__title {
  opacity: 0.5;
}
.product_card_layout.disabled_card .btn-icon .icon {
  opacity: 0.5;
}
.product_card_layout.disabled_card svg {
  opacity: 0.5;
}
.product_card_layout.disabled_card .btn-remove:hover {
  color: #ffffff;
  opacity: 1;
}
.product_card_layout.disabled_card .btn-remove:hover .icon {
  color: #ffffff;
}
.product_card_layout.disabled_card .btn-remove .icon {
  opacity: 0.5;
  color: #212121;
}
.product_card_layout.disabled_card .toggler .toggle-check:checked + .knobs:before {
  background-color: #f0f0f0;
}
.product_card_layout.disabled_card .toggler .toggle-check:checked ~ .layer {
  background-color: #f0f0f0;
}
.product_card_layout.disabled_card .layer {
  background-color: #f0f0f0;
}
.product_card_layout.disabled_card .available {
  color: #212121 !important;
}
.product_card_layout.disabled_card .product-card:after {
  display: none;
}
.product_card_layout.disabled_card .product-card_img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.product_card_layout .product-card_info_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.product_card_layout .options-box .option-line {
  padding-top: 11px;
  padding-bottom: 11px;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c8cfd9;
}
.product_card_layout .actions-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  border-top: 1px solid #c8cfd9;
  padding-top: 10px;
}
.product_card_layout .default-btn {
  line-height: 36px;
}
.product_card_layout .product-card_content {
  position: relative;
  padding: 20px;
}
.product_card_layout .product-card_content .product-card__title {
  font-size: 18px;
  line-height: 22px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 45px;
  margin-bottom: 10px;
}
.product_card_layout .tile_label {
  right: 15px;
  top: 15px;
  z-index: 5;
}
.product_card_layout .product-card_img {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 330px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
.product_card_layout .product-card_img .btn-icon.btn-remove {
  background-color: #df4040;
  color: #ffffff;
}
.product_card_layout .product-card_img .btn-icon.btn-remove:hover {
  background-color: #ca2222;
  color: #ffffff;
}
.product_card_layout .product-card {
  position: relative;
  width: 100%;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  background-color: #ffffff;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product_card_layout .product-card:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border-radius: 18px;
  border: 2px solid #39a0f7;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.product_card_layout .product-card:hover {
  box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
  -webkit-box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
  -moz-box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
}
.product_card_layout .product-card:hover:after {
  opacity: 1;
  visibility: visible;
}
.product_card_layout .product-card:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.product_card_layout .product-card:hover .product-card__title {
  text-decoration: underline;
}
.footer-wrapper ul > li + li:before {
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  content: "/";
  color: #212121;
  padding: 0 15px;
  font-size: 14px;
}
footer {
  color: #212121;
  padding-left: 380px;
  padding-right: 60px;
  padding-bottom: 20px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer.is-hidden {
  z-index: 0;
}
footer li {
  display: inline-block;
}
footer li a {
  font-size: 14px;
  text-transform: uppercase;
}
footer li a img {
  display: none;
}
footer ul {
  width: 30%;
}
footer .footer-wrapper {
  padding: 20px;
  border: 1px solid #c8cfd9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer-wrapper .designed_by {
  font-family: 'FontOver';
  font-size: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 30%;
}
footer .footer-wrapper .designed_by .name {
  margin-right: 20px;
}
footer .footer-wrapper .designed_by img {
  width: 40px;
}
footer .footer-wrapper .copyright {
  text-align: center;
}
footer .footer-wrapper .copyright span {
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  color: #39a0f7;
}
footer a {
  color: #212121;
}
footer a:hover {
  text-decoration: underline;
  color: #212121;
}
.add-payment-item a {
  border: 1px solid #c8cfd9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 22px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.add-payment-item a:hover {
  background: #f2f2f2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.add-payment-item a:after {
  content: "\e90a";
  font-family: 'icomoon';
  font-size: 40px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.add-payment-item a span {
  display: block;
}
.add-payment-item a span.text {
  color: #737578;
}
.add-payment-item a span.link-title {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  font-size: 17px;
  margin-bottom: 10px;
}
.add-payment-item a span.link-text {
  margin-left: 20px;
}
.group-holder {
  position: relative;
}
.text-icon-group {
  background-color: #ffffff;
  border: 1px solid #c8cfd9;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 50px;
  cursor: pointer;
  font-size: 16px;
  color: #212121;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  position: relative;
  padding: 0px 12px;
  line-height: 48px;
  display: block;
  width: 100%;
}
.text-icon-group .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.auth-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  height: 100vh;
}
.auth-wrapper .back-link {
  position: relative;
  left: -10px;
  margin-bottom: 20px;
}
.auth-wrapper .back-link a {
  font-size: 18px;
  color: #212121;
}
.auth-wrapper .back-link a:hover {
  color: #268ee5;
}
.auth-wrapper .back-link a .link-text {
  text-decoration: underline;
}
.auth-wrapper .back-link a .icon {
  display: inline-block;
  vertical-align: middle;
}
.auth-wrapper .auth-panel {
  width: 450px;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  position: relative;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
}
.auth-wrapper .auth-panel .auth-instr {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #c8cfd9;
  text-align: center;
}
.auth-wrapper .auth-panel .auth-instr p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.auth-wrapper .auth-panel .auth-instr img {
  display: block;
  margin: auto;
  max-width: 100%;
  border: 1px solid #c8cfd9;
}
.auth-wrapper .auth-panel .remember-forgot {
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.auth-wrapper .auth-panel .button-holder {
  margin-top: 40px;
  text-align: center;
}
.auth-wrapper .auth-panel .default-btn {
  width: 80%;
}
.auth-wrapper .auth-panel .form-holder {
  padding: 15px 30px 40px;
}
.auth-wrapper .auth-panel .logo-holder {
  position: relative;
  padding: 10px 30px 10px;
  margin-top: 60px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.auth-wrapper .auth-panel .logo-holder:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #39a0f7;
  position: absolute;
  left: 0;
  top: 0;
}
.auth-wrapper .auth-panel .logo-holder .title {
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
  font-size: 26px;
  color: #39a0f7;
}
.auth-wrapper .auth-panel .logo-holder img {
  height: 35px;
}
.button-group.custom-button-group {
  position: relative;
  margin-left: 10px;
}
.button-group.custom-button-group button {
  margin-left: 10px;
}
.colorpicker .btn-icon {
  padding: 0;
  min-width: 24px;
}
.colorpicker .btn-icon .icon {
  font-size: 20px;
}
.colorpicker .btn-icon.btn-remove {
  background-color: #df4040;
  color: #ffffff;
}
.colorpicker .icon.icon-colorpicker {
  position: absolute;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.colorpicker.picked .icon {
  display: none;
}
.colorpicker .pick-color {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.img-upload {
  margin-left: 20px;
  position: relative;
}
.img-upload .btn-icon {
  padding: 0;
  min-width: 24px;
}
.img-upload .btn-icon .icon {
  font-size: 20px;
}
.img-upload .btn-icon.btn-remove {
  background-color: #df4040;
  color: #ffffff;
}
.img-upload .icon.icon-picture {
  position: absolute;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.img-upload.loaded .icon {
  display: none;
}
.img-upload .loaded-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.panel .default-link {
  margin-top: 20px;
  display: block;
}
.panel .button-panel {
  margin-top: 20px;
}
.panel .remove {
  margin-left: 10px;
}
.repeater .repeat-top .label-group {
  margin-left: 20px;
  width: 20%;
}
.repeater .repeat-top .label-group .name {
  width: 33% !important;
  padding-left: 0 !important;
}
.repeater .repeat-top .name {
  padding-left: 20px;
  width: 10%;
}
.repeater .repeat-top .name:nth-child(2) {
  width: 18%;
}
.repeater .repeat-top .name:first-child, .repeater .repeat-top .name:last-child {
  padding-left: 0;
}
.repeater .repeat-group {
  margin-bottom: 15px;
  position: relative;
}
.repeater .option-group .price-input, .repeater .option-group .colorpicker {
  margin-left: 20px;
  position: relative;
}
.repeater .option-group .button-group {
  margin-left: 10px;
  position: relative;
}
.tabs-wrapper .tab-links-holder {
  margin-bottom: 20px;
}
.tabs-wrapper .tab-links-holder .create-option {
  margin-left: 15px;
}
.tabs-wrapper .tab-links-holder .tab-links {
  margin-bottom: 0;
}
.tabs-wrapper .tab-links {
  width: fit-content;
  background-color: #ffffff;
  border-radius: 40px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tabs-wrapper .tab-links .default-btn {
  width: 100%;
  line-height: 38px;
}
.tabs-wrapper .tab-links .default-btn.btn-white {
  box-shadow: 0px 1px 2px rgba(33, 33, 33, 0.15000000000000002);
  -moz-box-shadow: 0px 1px 2px rgba(33, 33, 33, 0.15000000000000002);
  -webkit-box-shadow: 0px 1px 2px rgba(33, 33, 33, 0.15000000000000002);
  background-color: #39a0f7;
  border: none;
  color: #ffffff;
}
.tabs-wrapper .tab-links .default-btn.transparent-btn {
  color: #737578;
}
.user-id-prev .name {
  font-size: 16px;
  font-family: 'FontsFree-Net-SFProDisplay-Regular', Arial, sans-serif;
  position: relative;
}
.user-id-prev .avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.label-status {
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  padding: 0px 15px;
  line-height: 21px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-size: 13px;
}
.label-status.pay-status.label-proccess {
  color: #DE9302;
  background-color: rgba(245, 190, 47, 0.30000000000000004);
}
.label-status.pay-status.label-success {
  color: #26a69a;
  background-color: rgba(28, 151, 138, 0.19999999999999995);
}
.label-status.pay-status.label-cancel {
  color: #F63F3F;
  background-color: rgba(246, 63, 63, 0.15000000000000002);
}
.label-status.order-status.label-send {
  color: #26a69a;
  background-color: rgba(28, 151, 138, 0.19999999999999995);
}
.label-status.order-status.label-new {
  color: #DE9302;
  background-color: rgba(245, 190, 47, 0.30000000000000004);
}
.label-status.order-status.label-cancel {
  color: #F63F3F;
  background-color: rgba(246, 63, 63, 0.15000000000000002);
}
.label-status.label-send, .label-status.label-new, .label-status.label-created {
  color: #134fb6;
  background-color: #D8E8FD;
}
.label-status.label-done, .label-status.label-success {
  color: #26a69a;
  background-color: rgba(28, 151, 138, 0.19999999999999995);
}
.label-status.label-stop, .label-status.label-cancel {
  color: #F63F3F;
  background-color: rgba(246, 63, 63, 0.15000000000000002);
}
.label-status.label-launch {
  color: #656565;
  background-color: rgba(0, 0, 0, 0.15000000000000002);
}
.default-cards-list.minimal-list .default-card-layout .default-card-main {
  width: 65%;
  padding-left: 20px;
}
.default-cards-list.minimal-list .default-card-layout .actions-box {
  margin-right: 2%;
  width: 145px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.default-cards-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  margin-bottom: 10px;
  padding-right: 30px;
}
.default-cards-top .name {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
  text-align: center;
}
.default-cards-top .name.name-category {
  text-align: left;
  padding-left: 15px;
  width: 20%;
}
.default-cards-top .name.name-available {
  width: 15%;
}
.default-cards-top .name.name-hidden-category {
  width: 20%;
}
.default-cards-top .name.name-actions {
  margin-left: 2%;
  width: 235px;
}
.default-card-layout {
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  background-color: #ffffff;
  position: relative;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
.default-card-layout:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border-radius: 13px;
  border: 2px solid #39a0f7;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.default-card-layout:hover {
  box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
  -webkit-box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
  -moz-box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
}
.default-card-layout:hover:after {
  opacity: 1;
  visibility: visible;
}
.default-card-layout .available {
  width: 15%;
  text-align: center;
}
.default-card-layout .available.in_stock span {
  color: #26a69a;
  background-color: rgba(28, 151, 138, 0.19999999999999995);
}
.default-card-layout .available.out_stock span {
  color: #F63F3F;
  background-color: rgba(246, 63, 63, 0.15000000000000002);
}
.default-card-layout .available span {
  line-height: 22px;
  display: inline-block;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  color: #212121;
  font-size: 12px;
  border-radius: 20px;
  padding: 0 12px;
}
.default-card-layout .toggle-holder {
  width: 20%;
}
.default-card-layout .toggle-holder .toggler {
  margin: auto;
}
.default-card-layout.disabled_card {
  opacity: 0.6;
}
.default-card-layout.disabled_card:after {
  display: none;
}
.default-card-layout.disabled_card .default-card-title {
  opacity: 0.5;
}
.default-card-layout.disabled_card .btn-icon .icon {
  opacity: 0.5;
}
.default-card-layout.disabled_card svg {
  opacity: 0.5;
}
.default-card-layout.disabled_card .btn-remove:hover {
  color: #ffffff;
  opacity: 1;
}
.default-card-layout.disabled_card .btn-remove:hover .icon {
  color: #ffffff;
}
.default-card-layout.disabled_card .btn-remove .icon {
  opacity: 0.5;
  color: #212121;
}
.default-card-layout.disabled_card .toggler .toggle-check:checked + .knobs:before {
  background-color: #f0f0f0;
}
.default-card-layout.disabled_card .toggler .toggle-check:checked ~ .layer {
  background-color: #f0f0f0;
}
.default-card-layout.disabled_card .layer {
  background-color: #f0f0f0;
}
.default-card-layout.disabled_card .available {
  color: #212121 !important;
}
.default-card-layout.disabled_card .default-card-img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.default-card-layout .default-card-content {
  height: 90px;
  padding: 5px 30px 5px 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  position: relative;
}
.default-card-layout .default-card-main {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.default-card-layout .actions-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding-top: 0;
  margin-left: 2%;
}
.default-card-layout .actions-box .btn-icon {
  margin-left: 10px;
}
.default-card-layout .default-card-title {
  font-size: 15px;
  line-height: 20px;
  width: 50%;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.default-card-layout .default-card-img {
  cursor: pointer;
  display: block;
  position: relative;
  width: 80px;
  min-width: 80px;
  margin-right: 15px;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #c8cfd9;
}
.integration-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: -30px;
  position: relative;
}
.integration-grid.to-add-integrations .integration-item p {
  margin: 0;
}
.integration-grid.to-add-integrations .integration-item .item-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.integration-item {
  position: relative;
  margin-bottom: 30px;
  margin-right: 30px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(33, 33, 33, 0.08999999999999997);
  background-color: #ffffff;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
}
.integration-item .button-panel {
  margin-top: 10px;
}
.integration-item:hover {
  box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
  -webkit-box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
  -moz-box-shadow: 0px 7px 16px rgba(33, 33, 33, 0.08999999999999997);
}
.integration-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.integration-item:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border-radius: 18px;
  border: 2px solid #39a0f7;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.integration-item.active-item {
  border: 2px solid #39a0f7;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  overflow: hidden;
}
.integration-item.active-item .active-indicator {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding-left: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.integration-item.active-item .active-indicator svg {
  position: relative;
  z-index: 3;
}
.integration-item.active-item .active-indicator:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: #39a0f7;
  position: absolute;
  transform: rotate(45deg);
  top: -50px;
  right: -50px;
}
.integration-item.active-item .option-panel {
  border-top: 1px solid #c8cfd9;
  padding: 10px 10px 0;
  margin-top: 10px;
}
.integration-item.active-item .button-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.integration-item.active-item .button-panel .btn-icon {
  min-width: 50px;
}
.integration-item.active-item .button-panel .default-btn {
  margin-right: 10px;
}
.integration-item .button-panel {
  padding: 0px 15px;
}
.integration-item .button-panel .default-btn {
  width: 100%;
}
.integration-item .status.active-status {
  color: #26a69a;
}
.integration-item .status.inactive-status {
  color: #737578;
}
.integration-item .info-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  padding: 0px 15px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.integration-item .info-panel .name {
  font-size: 18px;
  font-family: 'FontsFree-Net-SFProDisplay-Semibold', Arial, sans-serif;
}
.integration-item .logo {
  position: relative;
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  padding-bottom: 20px;
}
.integration-item .logo p {
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 65%;
  text-align: left;
}
.integration-item .logo img {
  max-height: 60px;
  max-width: 200px;
}
.integration-item .item-holder {
  padding: 10px 0;
  position: relative;
}
.inst-load-more {
  margin-top: 30px;
}
.inst-panel .connect-button {
  height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.inst-panel .connect-button .default-btn {
  line-height: 55px;
  font-size: 18px;
  width: 220px;
}
.insta-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  max-height: 910px;
  overflow-y: auto;
  position: relative;
  padding-left: 4px;
  padding-top: 4px;
}
.insta-grid .insta-check-holder {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  z-index: 4;
  position: relative;
}
.insta-grid .insta-check-holder img {
  display: block;
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}
.insta-grid .insta-check-holder label {
  display: block;
  position: relative;
}
.insta-grid .insta-check-holder label:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fff;
  position: absolute;
  right: 18px;
  top: 19px;
}
.insta-grid .insta-check-holder label:before {
  content: "";
  display: block;
  left: -4px;
  top: -4px;
  bottom: -4px;
  right: -4px;
  border: 4px solid #39a0f7;
  position: absolute;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 6px 9px rgba(33, 33, 33, 0.12);
}
.insta-grid .insta-check-holder input[type="checkbox"]:checked  + label:before {
  opacity: 1;
  visibility: visible;
}
.insta-grid .insta-check-holder input[type="checkbox"] {
  position: absolute;
  right: 21px;
  top: 18px;
  z-index: 4;
}
.insta-grid .insta-img {
  position: relative;
}
.insta-grid .insta-item {
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.insta-grid .insta-item.insta_carousel_album:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 6px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 5;
}
.insta-grid .insta-item.insta_carousel_album:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/copy.svg);
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
.insta-grid .insta-item.insta_carousel_album .insta-check-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #c8cfd9;
  background-color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}
.insta-grid .insta-item.insta_carousel_album .insta-check-holder p {
  margin: 0;
}
.insta-grid .insta-item.insta_video:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 6px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 5;
}
.insta-grid .insta-item.insta_video:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/video.svg);
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
.insta-grid .insta-item.insta_video .insta-check-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #c8cfd9;
  background-color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  height: 100%;
}
.insta-grid .insta-item.insta_video .insta-check-holder p {
  margin: 0;
}
.insta-grid .insta-item.active:before {
  opacity: 1;
  visibility: visible;
}
.insta-info {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #c8cfd9;
  padding-right: 10%;
  padding-bottom: 20px;
}
.insta-info .default-link {
  margin-top: 10px;
}
.insta-info p {
  color: #737578;
  font-style: italic;
}
.inst-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inst-wrapper .left-side {
  width: 62%;
  padding-right: 15px;
}
.inst-wrapper .right-side {
  padding-left: 15px;
  width: 38%;
}
footer.no-sidebar {
  padding-left: 60px;
}
.chat-wrapper iframe {
  height: 505px;
}
.chat-widget-wrapper {
  position: fixed;
  z-index: 1111;
  width: 850px;
  height: 475px;
  box-shadow: 0px 5px 10px rgba(74, 79, 97, 0.12);
  -webkit-box-shadow: 0px 5px 10px rgba(74, 79, 97, 0.12);
  -moz-box-shadow: 0px 5px 10px rgba(74, 79, 97, 0.12);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.chat-widget-wrapper.minimized {
  width: 190px;
  overflow: hidden;
  height: 130px;
}
.chat-widget-wrapper.minimized iframe {
  height: fit-content;
}
.chat-widget-wrapper.minimized iframe .chat-holder .chat-bottom {
  height: 0px;
  opacity: 0;
  visibility: hidden;
}
.chat-widget-wrapper.minimized .chat-widget-header .user-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80px;
}
.chat-widget-wrapper.minimized .chat-widget-header .text {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
}
.chat-widget-wrapper.minimized .chat-widget-header .action-btns {
  opacity: 0;
  visibility: hidden;
  transform: translatey(-100%);
  width: 0px;
}
.chat-widget-wrapper.minimized .chat-widget-header .action-btns button {
  height: 20px;
}
.chat-widget-wrapper iframe {
  height: 425px;
}
.chat-widget-wrapper .chat-widget-header {
  border-bottom: 1px solid #edeef1;
  background: rgba(105, 104, 112, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 6px 6px 0px 0px;
  position: relative;
  padding: 5px 25px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify!important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  justify-content: space-between !important;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
}
.chat-widget-wrapper .chat-widget-header .text {
  width: fit-content;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}
.chat-widget-wrapper .chat-widget-header .order-number {
  font-size: 13px;
  text-decoration: underline;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
.chat-widget-wrapper .chat-widget-header .order-number:hover {
  color: #39a0f7;
}
.chat-widget-wrapper .chat-widget-header .user-name {
  font-size: 12px;
  font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
}
.chat-widget-wrapper .chat-widget-header .action-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: fit-content;
}
.chat-widget-wrapper .chat-widget-header .action-btns button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  border: none;
  background-color: transparent;
  transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.chat-widget-wrapper .chat-widget-header .action-btns button .icon {
  position: relative;
}
.chat-widget-wrapper .chat-widget-header .action-btns button .icon.icon-minimize {
  top: -2px;
}
.chat-widget-wrapper .chat-widget-header .action-btns button.close-chat:hover {
  background-color: #df4040;
  color: #ffffff;
}
.chat-widget-wrapper .chat-widget-header .action-btns button:hover {
  background-color: #d3d2de;
}
@media (max-width: 1699px) {
  available span {
    font-size: 11px;
    padding: 0 10px;
  }
  .custom-accordion .label-name.h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .vs__selected-options {
    flex-wrap: inherit;
  }
  footer.no-sidebar, .no-sidebar.content-wrapper {
    padding-left: 30px;
  }
  .content-wrapper, header, footer {
    padding-left: 350px;
    padding-right: 30px;
  }
  .products-list .card_layout_top .name.name-price, .products-list .card_layout_top .name.name-old-price {
    width: 12%;
  }
  .product_card_layout.card_list .toggle-holder {
    width: 8%;
  }
  .products-list .card_layout_top .name.name-product {
    padding-left: 10px;
  }
  .product_card_layout.card_list .product-card_content .product-card_main {
    width: 20%;
  }
  .product_card_layout.card_list .product-card_content {
    padding: 3px 20px 3px 3px;
  }
  .product_card_layout .product-card_content {
    position: relative;
    padding: 15px;
  }
  .product_card_layout .tile_label {
    right: 15px;
    top: 15px;
  }
  .product_card_layout .product-card_img {
    height: 280px;
  }
  .product_card_layout .product-card_content .product-card__title {
    font-size: 16px;
    line-height: 20px;
    min-height: 39px;
    margin-bottom: 10px;
  }
  .product_card_layout {
    margin-bottom: 30px;
    margin-right: 20px;
  }
  .products-grid {
    margin-right: -30px;
  }
  .product_card_layout .options-box .option-line {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .dashboard-col {
    width: 50%;
  }
  .catalog-large-button-panel .btn-icon, .catalog-large-button-panel .default-btn, .catalog-large-button-panel .btn-download-holder {
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .catalog-large-button-panel .files-uploader {
    align-self: flex-end;
    -webkit-align-self: flex-end;
  }
  .catalog-large-button-panel .sorting-panel .filter-label {
    margin-bottom: 10px;
  }
  .catalog-large-button-panel .sorting-panel .form-group {
    display: block !important;
  }
  h1, .h1 {
    font-size: 30px;
    line-height: 34px;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .h3, h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .repeater .repeat-top {
    width: 100% !important;
  }
  .repeater .repeat-group {
    width: 100% !important;
  }
}
@media (max-width: 1499px) {
  header .default-btn {
    padding: 0 20px;
  }
  header .header-info.info-links .header-info-item span {
    margin-right: 10px;
    padding-right: 10px;
  }
  header .header-info.info-filemanager {
    margin-left: 15px;
  }
  header .header-info.info-space {
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  header .header-info {
    padding-right: 15px;
  }
  .dropdown.btn-drop {
    margin-left: auto;
  }
  .product_card_layout .product-card_img {
    height: 335px;
  }
  .price-name-group .name.custom-label, .color-name-group {
    padding-left: 0 !important;
  }
  .repeater .option-group .colorpicker, .repeater .option-group .price-input {
    margin-left: 10px;
  }
  .default-cards-top {
    padding-right: 0;
  }
  .default-card-layout .default-card-content {
    padding: 5px;
  }
  .catalog-large-button-panel .files-uploader {
    width: 30%;
  }
  .default-btn {
    padding: 0px 30px;
  }
  .product_card_layout.card_list .product-card_content .actions-box .btn-icon {
    margin-left: 20px;
  }
  .products-list .card_layout_top {
    padding-right: 5px;
  }
  .product_card_layout.card_list .product-card_img {
    height: 84px;
  }
  .product_card_layout.card_list .toggle-holder.toggle-hidden-product {
    border-lrft: 1px solid #c8cfd9;
    padding-left: 15px;
  }
  .product_card_layout.card_list .toggle-holder.toggle-check-available {
    padding-right: 15px;
  }
  .product_card_layout.card_list .toggle-holder {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    justify-content: space-between !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    border-top: 1px solid #c8cfd9;
  }
  .product_card_layout.card_list .product-card_content {
    padding: 15px 15px 0;
  }
  .product_card_layout.card_list .toggle-holder .toggler {
    margin: 0;
  }
  .products-list .card_layout_top .name.name-check-available, .products-list .card_layout_top .name.name-hidden-product, .products-list .card_layout_top .name.name-actions {
    display: none;
  }
  .product_card_layout.card_list .product-card_content .toggle-name, .product_card_layout.card_list .product-card_content .actions-box .actions-name {
    color: #737578;
  }
  .product_card_layout.card_list .product-card_content .price-element.price-old {
    top: 0;
    margin-left: 0;
  }
  .product_card_layout.card_list .product-card_content .actions-box {
    padding: 10px 0;
    border-top: 1px solid #c8cfd9;
    width: 100%;
    margin: 0;
  }
  .products-list .card_layout_top .name.name-available {
    width: 18%;
  }
  .product_card_layout.card_list .available {
    width: 16%;
  }
  .product_card_layout.card_list .product-card_content .product-card_main {
    width: 30%;
  }
  .products-list .card_layout_top .name.name-product {
    width: 30%;
  }
  .product_card_layout.card_list .product-card_content {
    height: auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .inst-wrapper .right-side {
    width: 50%;
  }
  .inst-wrapper .left-side {
    width: 50%;
  }
  .large-button-panel.inst-button-panel {
    top: 15px;
  }
  .insta-grid .insta-item {
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  td.w-standart {
    min-width: 90px;
  }
  .panel {
    padding: 30px 15px 15px;
  }
}
@media (max-width: 1400px) {
  .custom-label.tag-name {
    width: 55% !important;
    margin-right: 10px;
  }
  .custom-input.tag-name-input {
    width: 55%!important;
    margin-right: 10px;
  }
  .repeat-group .price-input-group {
    width: 40% !important;
  }
  .img-upload {
    margin-left: auto;
    position: relative;
  }
  .repeater .repeat-top .price-name-group {
    width: 40% !important;
  }
  .repeater .option-group .colorpicker, .repeater .option-group .price-input {
    margin-left: 10px;
  }
  .repeater .option-group .button-group .button-group-name {
    color: #737578;
  }
  .repeater .option-group .button-group .btn-icon.btn-icon-outline:hover {
    background-color: #e9e9e9;
  }
  .repeater .option-group .button-group .btn-icon.btn-icon-outline {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: none;
    background-color: transparent;
  }
  .repeater .option-group .button-group {
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 7px;
    margin-top: 10px;
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    justify-content: space-between !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
  .repeater .repeat-group.option-group {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-radius: 10px;
    border: 1px solid #c8cfd9;
    padding: 15px;
  }
  .large-button-panel.order-sort-panel .group-holder {
    width: 32% !important;
  }
  .large-button-panel.order-sort-panel .search-panel {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .large-button-panel.order-sort-panel {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .catalog-large-button-panel .files-uploader {
    width: 68%;
  }
  .large-button-panel.catalog-large-button-panel .sorting-panel {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .large-button-panel.catalog-large-button-panel {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .sorting-panel .category-in {
    margin-right: 15px;
  }
  .tarif-table .table-row.table-top .table-content {
    padding-right: 15px;
  }
  .tarif-table .table-col .table-text {
    font-size: 14px;
  }
  .tarif-table .table-row.type-row .table-content {
    padding: 10px 0 10px 15px;
  }
  .tarif-table .table-content {
    padding-left: 15px;
  }
  .timer-box {
    width: 250px;
  }
  .tarif-table .table-content {
    width: 28%;
  }
  .tarif-table .table-col {
    width: 18%;
  }
}
@media (max-width: 1300px) {
  .fm {
    min-height: 550px !important;
  }
  .table.custom-table .text {
    padding-right: 0;
  }
  .custom-input.tag-name-input {
    width: 42% !important;
  }
  .custom-label.tag-name {
    width: 45% !important;
  }
  .mailing-panel .mailing-options-side {
    width: 48%;
  }
  .mailing-panel .mailing-start-message {
    width: 50%;
  }
  .custom-accordion .label-name {
    padding-right: 125px;
  }
  .overlay-editor {
    width: 860px;
  }
  footer, header {
    padding-left: 310px;
  }
  .content-wrapper {
    padding-left: 310px;
  }
  .sidebar-wrapper {
    width: 280px;
  }
  .sidebar-wrapper .logo-panel .logo {
    height: 28px;
    max-width: 110px;
  }
}
@media (max-width: 1199px) {
  .support-form {
    margin-bottom: 0;
    padding: 40px 15px;
  }
  .overlay-editor .custom-editor-holder.custom-pages-editor .custom-editor-body {
    height: 400px!important;
  }
  .custom-editor-header .custom-editor-header-holder {
    height: 50px !important;
  }
  .custom-editor-header button {
    width: 31px !important;
    height: 31px !important;
  }
  .custom-tags.tags .tag-remove .icon {
    top: -2px;
  }
  .radio-inline .default-radio label {
    padding: 0 0 0 30px;
  }
  .radio-inline .default-radio:last-child {
    margin-right: 0;
  }
  .radio-inline .default-radio {
    clear: inherit;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #c8cfd9;
    padding: 4px 13px 6px 10px;
    border-radius: 30px;
    margin-bottom: 8px;
  }
  .radio-inline .custom-label {
    display: block !important;
    margin-right: 0 !important;
  }
  .integration-grid {
    margin-right: -15px;
  }
  header .header-info.info-space {
    padding-left: 20px;
    margin-left: 20px;
  }
  header .header-info {
    position: relative;
    padding-right: 15px;
  }
  header .default-btn.btn-outline, header .default-btn.btn-white {
    padding: 0px 15px;
  }
  .catalog-large-button-panel .files-uploader {
    width: 60%;
  }
  .products-list .card_layout_top .name {
    font-size: 10px;
    line-height: 13px;
  }
  .default-cards-top .name {
    font-size: 10px;
  }
  .default-btn {
    font-size: 14px;
  }
  body, p {
    font-size: 14px;
  }
  .dashboard-item .value .text {
    font-size: 32px;
  }
  .dashboard-item {
    padding: 30px 15px;
    margin-bottom: 15px;
  }
  .dashboard-col {
    width: 100% !important;
  }
  header.dflt-header .avatar-wrapper .avatar {
    display: none;
  }
  header.dflt-header .logo {
    height: 22px;
    max-width: 100px;
  }
  .cookie-text {
    max-width: 940px;
    margin: auto;
  }
  .custom-accordion .panel.panel-accordion {
    padding: 30px 15px;
  }
  .custom-accordion .label-name {
    line-height: 24px;
    font-size: 17px;
    padding: 0px 50px 0px 0px;
  }
  .no-sidebar.content-wrapper {
    padding-top: 40px;
    padding-left: 30px;
  }
  header .show-menu-btn {
    display: block;
  }
  header .row {
    display: block;
  }
  .support-form .file-attach-uploader {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .content-wrapper, footer, header {
    padding-left: 280px;
  }
  .content-wrapper {
    padding-left: 280px;
    padding-right: 0px;
  }
  footer, header {
    padding-right: 0;
  }
  header .avatar-wrapper .avatar {
    display: none;
  }
  footer .footer-wrapper .designed_by {
    width: fit-content;
  }
  footer li {
    margin-right: 15px;
  }
  .footer-wrapper ul > li + li:before {
    display: none;
  }
  footer .footer-wrapper .designed_by .name {
    margin-right: 15px;
    font-size: 12px;
  }
  footer .footer-wrapper .designed_by img {
    width: 35px;
    position: relative;
    top: -1px;
  }
  footer li a .text {
    display: none;
  }
  footer li a img {
    display: inline-block;
  }
  footer .footer-wrapper .copyright {
    width: 100%;
    left: 0;
    bottom: 0;
    /* border-top: 1px solid #d1d3d7; */
  
    /* padding-top: 10px; */
  
    position: absolute;
    text-align: left;
    padding-left: 15px;
    background: #eee;
    line-height: 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  footer .footer-wrapper {
    position: relative;
    padding: 15px 15px 50px;
  }
}
@media (max-width: 991px) {
  .dashboard-item .title {
    margin-bottom: 20px;
  }
  .title-heading.faq-heading {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .table.custom-table.order-table .default-btn {
    display: block;
    margin: auto;
  }
  .modal.custom-modal.modal-payment .modal-header {
    padding: 55px 15px 10px;
  }
  .no-sidebar.content-wrapper {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  footer.no-sidebar, .no-sidebar.content-wrapper {
    padding-left: 0;
  }
  .stores-list {
    margin-bottom: 25px;
  }
  .stores-list .store-card .default-checkbox {
    top: 12px;
    right: 7px;
  }
  .content-wrapper {
    display: block;
  }
  .content-wrapper {
    padding-bottom: 0;
  }
  header .avatar-wrapper {
    margin-right: 10px;
  }
  header .avatar-wrapper .user-id {
    max-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  header {
    padding-left: 280px;
    padding-right: 0;
  }
  .sidebar-wrapper .logo-panel {
    padding-left: 15px;
    border: 0;
  }
  footer .row {
    display: block;
  }
  .content-wrapper, footer {
    padding-right: 0;
  }
  header .right-header {
    margin-left: auto;
  }
  header .show-menu-btn {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .title-heading.faq-heading {
    margin-bottom: 15px;
  }
  .no-sidebar.content-wrapper {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .add-payment-item a span.link-text {
    margin-left: 0;
    margin-top: 15px;
  }
  .add-payment-item a {
    padding: 10px 15px;
    display: block;
  }
  .modal.custom-modal.modal-payment .back-link {
    margin-top: 10px;
  }
  .modal.custom-modal.modal-payment .form-group.card-data .img-holder {
    top: 13px;
    left: 10px;
    position: absolute;
  }
  .modal.custom-modal.modal-payment .form-group.card-data .form-control.custom-input.card-data-input.input-number {
    width: 78%;
    position: absolute;
    left: 55px;
    top: 10px;
  }
  .modal.custom-modal.modal-payment .form-group.card-data .form-control.custom-input.card-data-input.input-csv {
    width: 48%;
    border: 1px solid #c8cfd9;
  }
  .modal.custom-modal.modal-payment .form-group.card-data .form-control.custom-input.card-data-input.input-period {
    width: 48%;
    border: 1px solid #c8cfd9;
  }
  .modal.custom-modal.modal-payment .form-group.card-data {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 55px;
    padding-left: 10px;
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    justify-content: space-between !important;
  }
  h2.h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .panel .default-link {
    margin-top: 0;
  }
  .create-store .button-holder .default-btn.transparent-btn {
    margin-top: 10px;
  }
  .create-store .button-holder .default-btn {
    display: block;
    width: 100%;
  }
  .create-store {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .link-value-group .form-control.custom-input.input-group-addon {
    width: 60%;
  }
  .panel {
    padding: 20px 15px 15px;
    margin-bottom: 15px;
  }
  .billing-auth-panel .avatar {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .billing-auth-panel .button-holder {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .billing-auth-panel h1 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .billing-auth-panel img {
    height: 35px;
  }
  .billing-auth-panel {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    width: 95%;
  }
  .support-form textarea.form-control.custom-input {
    height: 200px;
  }
  .payment-methods .add-payment-method a .icon {
    font-size: 50px;
  }
  .payment-methods .add-payment-method a .link-content .link-text {
    text-transform: none;
  }
  .payment-methods .add-payment-method a .link-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .payment-methods .add-payment-method a {
    box-shadow: 0px 2px 4px rgba(33, 33, 33, 0.15000000000000002);
    height: auto;
    padding: 15px 20px;
    display: block;
  }
  .payment-item {
    display: block;
    padding: 15px;
  }
  .payment-item:hover .payment-card-name {
    display: block !important;
  }
  .payment-item:hover .payment-card-name .name {
    background-color: #f0f0f0;
  }
  .payment-item .payment-card-options {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  .payment-item .payment-card-name {
    display: block !important;
  }
  .payment-item .payment-card-name .name {
    font-family: 'FontsFree-Net-SFProDisplay-Bold', Arial, sans-serif;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #eee;
    margin-bottom: 10px;
    transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .payment-item .payment-card-name img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 699px) {
  .store_card_layout .store-card .store-bottom-panel {
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .store_card_layout.store_add_new .store-card .create-link .link-text {
    text-transform: uppercase;
  }
  .store_card_layout.store_add_new .store-card .create-link .icons-holder .icon {
    font-size: 40px;
    color: #ffffff;
  }
  .store_card_layout.store_add_new .store-card .create-link .icons-holder {
    width: 85px;
    height: 85px;
    margin: auto;
    box-shadow: 0 1px 2px #000000, 0px 1px 2px #000000;
    background: #39a0f7;
  }
  .stores-grid .store_card_layout.store_add_new {
    height: 250px;
    padding: 0;
  }
  .store-card {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .integration-grid {
    margin-right: 0;
  }
  .integration-item {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .default-artile-body ul {
    line-height: 22px;
  }
  footer.dflt-footer .footer-wrapper .designed_by {
    width: fit-content;
  }
  footer.dflt-footer li {
    margin-right: 15px;
  }
  footer.dflt-footer .footer-wrapper ul > li + li:before {
    display: none;
  }
  footer .footer-wrapper .designed_by .name {
    margin-right: 15px;
    font-size: 12px;
  }
  footer.dflt-footer .footer-wrapper .designed_by img {
    width: 35px;
    position: relative;
    top: -1px;
  }
  footer.dflt-footer li a .text {
    display: none;
  }
  footer.dflt-footer li a img {
    display: inline-block;
  }
  footer.dflt-footer .footer-wrapper .copyright {
    width: 100%;
    left: 0;
    bottom: 0;
    /* border-top: 1px solid #d1d3d7; */
  
    /* padding-top: 10px; */
  
    position: absolute;
    text-align: left;
    padding-left: 15px;
    background: #eee;
    line-height: 35px;
  }
  footer.dflt-footer .footer-wrapper {
    position: relative;
    padding: 15px 15px 50px;
  }
  footer.dflt-footer .row {
    display: block;
  }
  .default-artile-body h2, .default-artile-body .h2 {
    margin-top: 20px;
  }
  .default-artile-body p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .default-artile-body {
    padding-top: 30px;
  }
  header.dflt-header .header-holder {
    height: 50px;
  }
  .cookies-wrapper {
    padding: 15px;
  }
  .cookie-text {
    max-width: 720px;
  }
  .modal.custom-modal.small-modal .modal-dialog {
    width: 95%;
  }
  .modal.custom-modal .modal-body {
    padding: 0 15px 20px;
  }
  .custom-accordion .label-name {
    line-height: 22px;
    font-size: 16px;
  }
  .custom-accordion .panel.panel-accordion:first-child {
    padding-top: 0;
  }
  .table-responsive {
    background-color: transparent;
    border: none;
  }
  .table.custom-table {
    border: none;
    background-color: transparent;
  }
  .table.custom-table thead {
    display: none;
  }
  .table.custom-table tr:last-child {
    margin-bottom: 0;
  }
  .table.custom-table tr {
    border-right: 1px solid #c8cfd9;
    border-left: 1px solid #c8cfd9;
    border-bottom: 1px solid #c8cfd9;
    display: block;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0px 2px 4px rgba(33, 33, 33, 0.15000000000000002);
  }
  .table.custom-table > thead > tr > td, .table.custom-table > tbody > tr > td, .table.custom-table > tfoot > tr > td {
    padding: 10px;
    background-color: #ffffff;
  }
  .table.custom-table td:first-child {
    background-color: #eee;
  }
  .table.custom-table td:last-child:after {
    display: none;
  }
  .table.custom-table td:last-child:before {
    display: none;
  }
  .table.custom-table td {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    text-align: left;
  }
  .table.custom-table td:after {
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #c8cfd9;
    left: 33%;
    top: 0;
    content: "";
  }
  .table.custom-table td:before {
    content: attr(aria-label);
    float: right;
    font-family: 'FontsFree-Net-SFProDisplay-Medium', Arial, sans-serif;
    display: block;
    width: 40%;
  }
  .custom-tabs .tab-content > .tab-pane {
    width: 100%;
    min-width: 100%;
    overflow-x: auto;
    padding-right: 15px;
  }
  .row.row-device {
    display: block;
    flex-wrap: inherit;
  }
  .content-wrapper {
    display: block;
  }
  td.w-standart {
    min-width: inherit;
  }
  .custom-accordion .panel.panel-accordion .panel-body {
    padding: 15px 20px 0 0;
  }
  .collapse-nav li a {
    padding: 0 15px;
    text-align: left;
  }
  .panel {
    padding: 30px 15px 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .cookie-text {
    width: 100%;
  }
  .modal.custom-modal .modal-header .close {
    top: 15px;
    right: 15px;
  }
  .panel {
    padding: 20px 15px 15px;
    margin-bottom: 15px;
  }
  .custom-tabs .tab-content {
    margin-right: -15px;
  }
  .custom-tabs .nav-tabs {
    width: auto;
    background-color: transparent;
    margin-bottom: 10px;
    height: auto;
    overflow-x: auto;
    margin-right: -15px;
    padding-bottom: 5px;
    border-radius: 0;
  }
  .custom-tabs .nav > li > a {
    padding: 0 20px;
    white-space: nowrap;
  }
}
@media (max-width: 575px) {
  .cookie-text {
    display: block !important;
  }
  .cookies-wrapper p {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
