@charset "UTF-8";
@font-face {
  font-family: 'cf_dromon';
  src: url("fonts/cf_dromon.eot"), url("fonts/cf_dromon.woff2") format("woff2"), url("fonts/cf_dromon.woff") format("woff"), url("fonts/cf_dromon.ttf") format("truetype"), url("fonts/cf_dromon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot");
  src: url("fonts/fontello.eot?#iefix") format("embedded-opentype"), url("fonts/fontello.woff2") format("woff2"), url("fonts/fontello.woff") format("woff"), url("fonts/fontello.ttf") format("truetype"), url("fonts/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Placeholderfont';
  src: url("fonts/Placeholderfont/PlaceholderFont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Placeholderfont/PlaceholderFont.eot?#iefix") format("embedded-opentype"), url("fonts/Placeholderfont/PlaceholderFont.woff") format("woff"), url("fonts/Placeholderfont/PlaceholderFont.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
html {
  height: 100%; }

body {
  font-family: "cf_dromon", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: auto;
  color: #333;
  height: 100%; }

section {
  min-height: calc(100% - 328px);
  padding-bottom: 180px; }

li, ul {
  margin: 0; }

h1 {
  line-height: 1.2;
  font-size: 20px;
  margin: 0px;
  font-weight: initial; }

h2 {
  font-size: 20px;
  margin: 20px 0px;
  font-weight: initial; }

h3 {
  font-size: 20px;
  margin: 30px 0px;
  font-weight: initial; }

h4 {
  font-size: 18px; }

h5 {
  padding-bottom: 10px;
  color: #000; }

p {
  font-size: 12px;
  margin-bottom: 15px;
  color: #333; }

a {
  color: #50bef1; }

a:hover, a:active {
  color: #ff00ff;
  text-decoration: none; }

hr {
  border-top: 2px solid #a0a0a0; }

select {
  background: #a0a0a0;
  padding: 3px;
  border: none;
  outline: none; }

.clear {
  clear: both; }

.payment-bank-details {
  margin: 10px 0 0 40px;
  font-size: 13px;
  display: none; }
  .payment-bank-details span {
    font-weight: bold; }

.btns.coupon {
  float: right; }

#agreeform .eula {
  max-height: 355px;
  overflow-y: scroll; }
#agreeform fieldset {
  margin-bottom: 50px; }

.home-page section {
  padding-bottom: 273px; }

.icon-down-open-mini:before {
  font-size: 25px; }

.ft-sample {
  font-family: Times, serif; }

.container {
  margin-left: 0px; }

.container-fluid {
  padding-right: 10px;
  padding-left: 10px; }

.row {
  max-width: 100%;
  margin: auto;
  padding: 0px;
  position: relative; }

.j-right {
  display: flex;
  justify-content: flex-end; }

.j-btwn {
  display: flex;
  justify-content: space-between; }

.j-end {
  display: flex;
  justify-content: flex-end; }

.display-inline {
  display: inline-flex; }

.list-unstyled {
  list-style: none;
  padding: 0px; }

.hide {
  display: none !important; }

.d-n {
  display: none; }

.d-i {
  display: block; }

.active {
  background: #ff00ff; }

.blue {
  color: #50bef1; }

.grey-button {
  cursor: pointer;
  color: #a0a0a0;
  background: transparent;
  border: 2px solid #a0a0a0;
  text-align: center;
  display: inline-block;
  padding: 6px 0px;
  width: 180px;
  border-radius: 20px;
  font-size: 15px;
  outline: none; }

.grey-button:hover {
  color: #fff;
  background: #a0a0a0; }

.blue-button {
  cursor: pointer;
  color: #50bef1;
  background: transparent;
  border: 2px solid #50bef1;
  text-align: center;
  display: inline-block;
  padding: 6px 0px;
  width: 180px;
  border-radius: 20px;
  font-size: 15px;
  outline: none; }

.blue-button:hover {
  color: #fff;
  background: #50bef1; }

.blue-background {
  background: #50bef1;
  color: #fff;
  padding: 20px 10px 12px; }
  .blue-background a {
    color: #fff !important;
    font-size: 16px !important; }
  .blue-background h1 {
    display: inline-flex; }

.black-background {
  background: #000;
  color: #fff; }

.grey-background {
  background: #a0a0a0;
  color: #fff; }

.sub-text {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 12px;
  display: inline-block; }

input[type=search] {
  border: none;
  border-radius: 20px;
  padding: 2px 10px;
  color: #333;
  outline: none; }

input {
  background: transparent; }

::-webkit-input-placeholder {
  color: #a0a0a0;
  padding-left: 1px; }

::-moz-placeholder {
  color: #a0a0a0;
  padding-left: 1px; }

:-ms-input-placeholder {
  color: #a0a0a0;
  padding-left: 1px; }

input.blue-button::-webkit-input-placeholder {
  color: #50bef1; }

input.blue-button::-moz-placeholder {
  color: #50bef1; }

input.blue-button:-ms-input-placeholder {
  color: #50bef1; }

input.blue-button:hover {
  background: transparent;
  cursor: text; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

.min-search {
  display: none; }

.search {
  cursor: pointer; }

.pink {
  color: #ff00ff; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #a0a0a0;
  border-radius: 5px; }

.total-cost:before, .currentCost:before {
  content: "€"; }

.search, .user, .basket, .f-basket {
  cursor: pointer;
  width: 32px;
  height: 32px; }

.icon-arrow-big, .icon-cancel, .icon-close, select, option {
  cursor: pointer; }

.page {
  position: relative; }

.removed {
  display: none; }

.glyphicon-chevron-right:before {
  content: "";
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  transform: rotate(0deg);
  width: 50px;
  height: 50px;
  display: block; }

.glyphicon-chevron-left:before {
  content: "";
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 50px;
  height: 50px;
  display: block; }

/*margins - paddings***************************************************************************/
.m-b-12 {
  margin-bottom: 12px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-35 {
  margin-bottom: 35px; }

.m-b-50 {
  margin-bottom: 40px; }

.m-b-85 {
  margin-bottom: 200px; }

.m-t-b-30 {
  margin: 30px 0px; }

.m-r-25 {
  margin-right: 25px; }

.w-70 {
  width: 70px; }

/*end margins - paddings***************************************************************************/
/*advanced-search***************************************************************************/
.advanced-search {
  font-family: 'cf_dromon' Arial, Helvetica, sans-serif;
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 70px;
  z-index: 0;
  background: #fff;
  height: auto;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); }
  .advanced-search .icon-close {
    background-image: url("../img/close-grey.svg");
    background-repeat: no-repeat; }
  .advanced-search .search-adv {
    background-image: url("../img/search-b.svg");
    background-repeat: no-repeat;
    background-size: 65px;
    background-position-y: center; }
  .advanced-search div {
    font-size: 14px; }
  .advanced-search .col-sm-9 {
    width: 100%; }
  .advanced-search .col-sm-7 {
    padding: 0px; }
  .advanced-search .c-sel {
    background: #fff;
    color: #333;
    padding: 0px;
    cursor: pointer;
    overflow-y: hidden; }
    .advanced-search .c-sel option:hover {
      background: #a0a0a0; }
  .advanced-search .scrl {
    overflow-y: initial; }
  .advanced-search .border-right {
    border-right: 1.5px solid #ccc;
    height: 300px; }
    .advanced-search .border-right .col-sm-4 {
      padding: 0px; }
  .advanced-search .blue-button {
    width: 210px;
    margin-left: 35px; }
  .advanced-search .adv-search-bottom {
    padding-top: 20px;
    padding-bottom: 5px; }
  .advanced-search .button-close-adv-search {
    font-size: 30px;
    color: #333;
    cursor: pointer; }
  .advanced-search select {
    background: #a0a0a0;
    padding: 3px;
    color: #fff;
    border: none;
    outline: none;
    width: 100%; }
  .advanced-search input[type=search] {
    width: 95%;
    margin: 5px 10px 20px;
    border: 1.7px solid #50bef1;
    padding-left: 50px; }
  .advanced-search .slidecontainer {
    margin-top: 3px; }
  .advanced-search .slider {
    width: 100%;
    height: 16px;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    overflow: hidden; }
  .advanced-search .slider::-webkit-slider-runnable-track {
    width: 150px;
    height: 2px;
    background: #a0a0a0;
    border: none; }
  .advanced-search .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid #50bef1;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #000;
    margin-top: -7px;
    box-shadow: -85px 0 0 80px rgba(80, 190, 241, 0.7); }
  .advanced-search .slider::-moz-range-track {
    width: 150px;
    height: 2px;
    background: #a0a0a0;
    border: none; }
  .advanced-search .slider::-moz-range-thumb {
    -webkit-appearance: none;
    border: 3px solid #50bef1;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background: #000;
    margin-top: -7px;
    box-shadow: -85px 0 0 80px rgba(80, 190, 241, 0.7); }
  .advanced-search .slider::-ms-track {
    width: 150px;
    height: 2px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent; }
  .advanced-search .slider::-ms-fill-lower {
    background: #50bef1;
    height: 14px; }
  .advanced-search .slider::-ms-fill-upper {
    background: #a0a0a0;
    z-index: 2;
    width: 300px;
    margin-left: -150px; }
  .advanced-search .slider::-ms-thumb {
    border: none;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #50bef1;
    margin-top: 0px; }
  .advanced-search .j-btwn {
    padding-top: 3px; }
  .advanced-search .button-close-adv-search {
    font-size: 40px;
    color: #333;
    cursor: pointer; }
  .advanced-search ::-webkit-input-placeholder {
    color: #50bef1; }
  .advanced-search ::-moz-placeholder {
    color: #50bef1; }
  .advanced-search :-ms-input-placeholder {
    color: #50bef1; }
  .advanced-search [class^="icon-"]:before, .advanced-search [class*=" icon-"]:before {
    margin-right: -5px; }
  .advanced-search .select {
    overflow-y: scroll;
    scrollbar-color: #0A4C95 #C2D2E4; }
  .advanced-search .icon-close {
    background-size: 65px;
    width: 41px;
    height: 45px; }
  .advanced-search .m-b-50, .advanced-search .m-b-35 {
    margin-bottom: 25px; }
  .advanced-search h5 {
    padding-bottom: 20px; }

/*end advanced-search***************************************************************************/
.page .popup {
  z-index: 1;
  height: 540px;
  position: absolute;
  display: none;
  width: 100%;
  border-top: 10px solid #50bef1;
  background: #000;
  padding-bottom: 35px; }
  .page .popup .icon-close {
    background-size: 65px;
    width: 41px;
    height: 45px;
    margin-top: -14px;
    position: absolute;
    right: 30px; }
  .page .popup .col-sm-6 {
    padding: 0px 20px;
    width: 100%; }
  .page .popup .bg-color .black {
    border-color: #a0a0a0; }
  .page .popup .bg-color .white {
    border-color: #fff; }
  .page .popup .font-d {
    border-top: none; }
  .page .popup .list-item {
    margin-top: 0px;
    cursor: pointer; }
  .page .popup .font-sample {
    font-size: 30px;
    color: #fff;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .page .popup .sample-c {
    width: 100%; }
  .page .popup .text-area {
    border: none;
    padding: 0px 5px 20px;
    font-size: 25px;
    max-width: 100%;
    max-height: 220px;
    margin-bottom: 20px;
    margin-top: 20px; }
  .page .popup .sample {
    border-radius: 0; }
  .page .popup .sample-options {
    padding: 20px 0px 40px;
    color: #ff00ff; }
  .page .popup .sample-options .size-c {
    margin-right: 0px; }
  .page .popup .relative-font {
    display: none; }
  .page .popup .font-name {
    color: #50bef1;
    cursor: pointer; }
  .page .popup .font-name:hover {
    color: #ff00ff; }
  .page .popup .back {
    color: #ff00ff;
    cursor: pointer;
    margin-bottom: -56px;
    padding-top: 30px; }
  .page .popup .font-info {
    color: #fff;
    font-size: 15px; }
  .page .popup .size-change {
    width: 100px; }
  .page .popup .optns {
    max-width: 700px;
    justify-content: space-between;
    font-size: 20px;
    display: none; }
    .page .popup .optns .size-c {
      color: #a0a0a0;
      padding-left: 10px; }
    .page .popup .optns .bg-color {
      color: #a0a0a0;
      padding-left: 10px;
      padding-top: 5px; }
  .page .popup .blue-button {
    margin-bottom: 10px; }
  .page .popup .font-optns {
    display: flex;
    padding-top: 20px; }
    .page .popup .font-optns .font-name {
      color: #50bef1;
      padding-right: 25px; }
    .page .popup .font-optns select {
      background: #a0a0a0;
      padding: 0px 5px;
      color: #000;
      border: none;
      outline: none;
      height: fit-content;
      width: 100%;
      font-family: 'cf_dromon'; }
  .page .popup .triangle {
    position: absolute; }
  .page .popup .triangle:after {
    visibility: visible;
    content: "";
    position: absolute;
    border: 1em solid black;
    border-color: transparent #50bef1 #50bef1 transparent;
    transform-origin: 0 0;
    transform: rotate(225deg);
    bottom: -3em; }
  .page .popup .triangle2 {
    position: absolute; }
  .page .popup .triangle2:after {
    visibility: visible;
    content: "";
    position: absolute;
    border: 1em solid black;
    border-color: transparent #50bef1 #50bef1 transparent;
    transform-origin: 0 0;
    transform: rotate(0deg);
    bottom: -3em; }
  .page .popup .bnr-t-right {
    color: #ff00ff;
    font-size: 20px;
    padding: 20px 0px 40px;
    display: flex;
    justify-content: space-between; }
    .page .popup .bnr-t-right .icon-cancel:before {
      color: #a0a0a0;
      cursor: pointer; }
  .page .popup ::-webkit-input-placeholder {
    color: #000; }
  .page .popup .black::-webkit-input-placeholder {
    color: #fff; }
  .page .popup ::-moz-placeholder {
    color: #000; }
  .page .popup .black::-moz-placeholder {
    color: #fff; }
  .page .popup :-ms-input-placeholder {
    color: #000; }
  .page .popup .black:-ms-input-placeholder {
    color: #fff; }
  .page .popup .black::-webkit-scrollbar-thumb {
    background: #fff; }
  .page .popup .grey::-webkit-scrollbar-thumb {
    background: #fff; }
  .page .popup .bnr-t-right .sample-options {
    display: none;
    justify-content: space-between;
    padding: 0px; }
  .page .popup .col-sm-6:last-child .relative-list {
    display: none; }
  .page .popup .col-sm-6:last-child .bnr-t-right {
    color: #000; }

.page .share-popup, .page .popup-question {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  width: 95%;
  bottom: 100px;
  top: unset !important;
  height: auto; }
  .page .share-popup .optns, .page .popup-question .optns {
    color: #333;
    padding-bottom: 20px; }
  .page .share-popup .icon-close, .page .popup-question .icon-close {
    margin-top: 0; }
  .page .share-popup .sample, .page .popup-question .sample {
    margin-bottom: 20px; }

/* filter***************************************************************************/
.hm-banner {
  position: fixed;
  z-index: 2;
  width: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #50bef1; }
  .hm-banner .banner {
    width: 100%; }
  .hm-banner .close-hm-b {
    top: 20px;
    position: absolute;
    right: 15px;
    cursor: pointer; }

.page .hm-banner .icon-close {
  background-image: url("../img/close-dgrey.svg");
  margin-top: -10px;
  background-size: 60px;
  width: 60px;
  height: 60px; }

.filter {
  width: 260px;
  padding-top: 15px;
  background: #fff;
  z-index: 1;
  position: absolute;
  right: -20px; }
  .filter .f-form {
    margin: 0px 20px 20px; }
    .filter .f-form .grey-button {
      width: 100%; }
  .filter .tit {
    font-size: 17px;
    margin: 5px 0px; }
  .filter .arrow-down {
    cursor: pointer; }
  .filter .line {
    width: 100%;
    border-top: 2px solid #a0a0a0;
    margin-top: 10px; }
  .filter .num {
    font-weight: bold;
    font-size: 12px;
    color: #50bef1; }
  .filter .icon-down-open-mini {
    margin-top: 7px;
    cursor: pointer;
    transform: rotate(180deg);
    margin-bottom: 7px; }
  .filter .j-btwn {
    padding: 0px 25px; }
  .filter .option {
    margin-top: 25px;
    font-weight: initial;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .filter .option input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .filter .option input:checked ~ .checkmark:after {
      display: block; }
    .filter .option .checkmark:after {
      top: 4.1px;
      left: 4.4px;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #50bef1; }
  .filter .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 2px solid #a0a0a0; }
  .filter .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.rad-i .icon-down-open-mini {
  transform: rotate(0deg); }

/*end filter****************************************************************************/
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #50bef1;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 10; }

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff; }

/*header****************************************************************************/
.header {
  height: 70px;
  background: #000;
  color: #fff;
  padding: 11px;
  position: fixed;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.9); }
  .header .header-left {
    display: flex; }
    .header .header-left .el {
      color: #a0a0a0;
      background: none;
      border: none;
      padding: 14px 8px 0px 0px;
      outline: none; }
    .header .header-left .en {
      color: #a0a0a0;
      background: none;
      border: none;
      padding: 14px 0px 0px;
      outline: none; }
    .header .header-left .el.current, .header .header-left .en.current {
      color: #50bef1; }
    .header .header-left .menu-i, .header .header-left .close-i {
      padding-top: 12px;
      cursor: pointer; }
    .header .header-left .menu-i:before {
      background-image: url("../img/menu.svg");
      background-repeat: no-repeat;
      background-size: 30px;
      display: inline-block;
      width: 30px;
      height: 30px;
      content: "";
      margin-right: 10px; }
    .header .header-left .close-i::before {
      background-image: url("../img/close.svg");
      background-repeat: no-repeat;
      background-size: 25px;
      display: inline-block;
      width: 30px;
      height: 30px;
      content: "";
      margin-right: 10px; }
  .header .header-middle {
    position: absolute;
    left: 38%; }
  .header .header-right {
    padding-top: 12px; }
    .header .header-right .search, .header .header-right .user {
      margin-right: 5px; }
    .header .header-right .search, .header .header-right .user {
      display: none; }
    .header .header-right .t-c {
      color: #fff; }
    .header .header-right .t-c::before {
      content: "€"; }
  .header .logo {
    display: flex;
    justify-content: center;
    height: 32px; }
  .header .logo-f {
    height: 12px; }
  .header .basket {
    background-image: url("../img/basket.svg");
    background-repeat: no-repeat;
    background-size: 29px;
    display: inline-block;
    content: "";
    margin-bottom: -10px; }
  .header .t-c-full {
    background-image: url("../img/basketfull.svg"); }
  .header .user {
    background-image: url("../img/profile.svg");
    background-repeat: no-repeat;
    background-size: 29px;
    display: inline-block;
    content: "";
    margin-bottom: -10px; }
  .header .search {
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    background-size: 29px;
    display: inline-block;
    content: "";
    margin-bottom: -10px; }

/*end header****************************************************************************/
/*side-menu****************************************************************************/
.side-menu {
  height: 100%;
  top: 70px;
  width: 300px;
  position: fixed;
  z-index: 2;
  background-color: #333;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px; }
  .side-menu .bk-ar {
    display: none;
    cursor: pointer; }
    .side-menu .bk-ar .icon-down-open-mini:before {
      transform: rotate(90deg); }
  .side-menu .blue-button {
    margin: 10px 13px 0px;
    width: 90%; }
    .side-menu .blue-button:focus {
      background: #fff;
      color: #50bef1; }
  .side-menu .menu-social {
    margin: 30px 13px 450px;
    display: flex;
    justify-content: space-between; }
  .side-menu .side-menu-li {
    padding: 10px 20px;
    transition: 0.3s;
    color: #fff; }
    .side-menu .side-menu-li .icon-down-open-mini:before {
      transform: rotate(270deg); }
  .side-menu .side-menu-li:hover {
    color: #50bef1;
    background: #333;
    cursor: pointer; }
  .side-menu .packages:hover {
    cursor: default; }
  .side-menu .active-s a, .side-menu .active-s span {
    color: #50bef1; }
    .side-menu .active-s a .icon-down-open-mini:before, .side-menu .active-s span .icon-down-open-mini:before {
      transform: rotate(90deg); }
  .side-menu .side-menu-a {
    color: #fff;
    display: flex;
    justify-content: space-between; }
  .side-menu .side-menu-a:hover {
    color: #50bef1; }

.side-menu::-webkit-scrollbar-thumb {
  background: #fff; }

.icon-down-open-mini:before {
  font-size: 20px; }

.dark-layer {
  transition: margin-left .5s; }

.side-menu-dis {
  background: transparent !important;
  margin-left: 0px !important; }
  .side-menu-dis .side-menu {
    left: -300px !important; }
  .side-menu-dis .second-menu {
    left: -220px !important; }

.dark-open .side-menu {
  left: 0; }
.dark-open .second-menu {
  left: -220px; }

.side-menu-en {
  background: rgba(0, 0, 0, 0.6); }
  .side-menu-en section {
    opacity: 0.5;
    pointer-events: none; }

.dark-open-2 .side-menu {
  left: 0; }
  .dark-open-2 .side-menu .list-unstyled, .dark-open-2 .side-menu .blue-button, .dark-open-2 .side-menu .menu-social {
    display: none; }
  .dark-open-2 .side-menu .bk-ar {
    display: block;
    color: #fff;
    margin: 10px 30px; }
.dark-open-2 .second-menu.active {
  left: 80px; }

/*alphabetical-menu****************************************************************************/
.second-menu {
  display: none;
  height: 100%;
  top: 63px;
  width: 220px;
  position: fixed;
  z-index: 2;
  background-color: #a0a0a0;
  overflow-x: hidden;
  padding-top: 25px; }
  .second-menu .list-unstyled {
    padding: 0px 15px 350px 10px; }
  .second-menu a {
    color: #fff; }
  .second-menu a:hover {
    color: #50bef1; }
  .second-menu .alphabetical-item {
    color: #fff;
    padding: 5px 10px; }
  .second-menu .alphabetical-item:hover {
    background: #50bef1;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff; }
  .second-menu li {
    padding: 10px 4px; }
  .second-menu .alphabetical-li:last-child {
    margin-right: 61%; }
  .second-menu .alphabetical-li {
    padding: 10px 0;
    width: 20%; }

.second-menu.active {
  display: block; }

.alphabetical-menu .list-unstyled {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between; }

/*end alphabetical-menu****************************************************************************/
/*end side-menu****************************************************************************/
/*sub-menu****************************************************************************/
.sub-menu {
  margin-bottom: 30px; }
  .sub-menu .list-unstyled {
    display: block;
    flex-wrap: wrap; }
  .sub-menu .sub-menu-item {
    padding: 6px 10px; }
  .sub-menu .sub-menu-item:hover {
    background: #ff00ff; }
  .sub-menu .sub-menu-a {
    color: #fff;
    font-size: 14px; }
  .sub-menu .sub-menu-a:hover {
    color: #fff; }
  .sub-menu .letters-sub-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px; }
    .sub-menu .letters-sub-menu .sub-menu-item {
      padding: 6px 4%;
      width: 10%; }

/*end sub-menu****************************************************************************/
.btns.coupon {
  display: flex; }
  .btns.coupon input {
    display: block;
    border: none;
    outline: none;
    background: #e3e3e3;
    padding: 15px 10px;
    margin-left: 20px;
    width: 250px;
    margin: 0 auto 25px; }

.page .js-family-list-tabs .font-d.font-d-js > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 10px; }
.page .js-family-list-tabs .font-name {
  max-width: calc(100% - 110px); }

.page .js-family-list-tabs #family_packages .font-d.font-d-js > div {
  display: block;
  padding-left: 0px; }
.page .js-family-list-tabs #family_packages .font-name {
  max-width: none; }

output.search-slider {
  padding-top: 0;
  padding-left: 10px;
  width: 65px; }

input.slider {
  margin-left: 5px; }

.slidecontainer.j-end {
  display: block; }

.history > table {
  margin: 25px; }
.history td, .history th {
  padding: 5px 10px;
  vertical-align: top; }
.history .light td {
  padding-left: 0; }

.payment_way img {
  max-width: 70%; }

.newsletter-b-wrap {
  margin: 10px 0 10px -5px;
  padding: 10px 5px;
  border-top: 2px solid #ccc; }
  .newsletter-b-wrap input {
    margin-right: 10px; }
  .newsletter-b-wrap p {
    font-style: italic;
    font-size: 12px;
    font-weight: normal; }

.checkout label, .for_pass_form label {
  width: 100%;
  font-weight: initial; }
.checkout input[type=text], .checkout input[type=password], .for_pass_form input[type=text], .for_pass_form input[type=password] {
  border: none;
  outline: none;
  background: #e3e3e3;
  padding: 2px 10px;
  width: 250px; }
.checkout input[type=submit], .for_pass_form input[type=submit] {
  margin: 30px 20px;
  width: 250px; }
.checkout .formpair, .for_pass_form .formpair {
  padding: 20px 0 0 15px; }
.checkout .notice, .for_pass_form .notice {
  padding: 20px 20px 5px; }
.checkout .register_new, .for_pass_form .register_new {
  padding: 5px 20px 20px; }
.checkout .sub, .for_pass_form .sub {
  padding: 30px 0 10px 15px; }
.checkout .g-recaptcha, .for_pass_form .g-recaptcha {
  padding: 15px 0; }

#register .formtitle {
  padding: 15px 15px 0; }
#register .sub {
  padding: 30px 0 10px; }
#register .login {
  padding: 20px 0; }

#registerform .formpair, #contactform .formpair {
  padding: 10px 0 0 15px; }
#registerform select, #registerform input[type=text], #registerform input[type=password], #contactform select, #contactform input[type=text], #contactform input[type=password] {
  border: none;
  outline: none;
  background: #e3e3e3;
  padding: 2px 10px;
  margin-left: 20px;
  width: 250px !important;
  margin: 0;
  height: 30px; }
#registerform select, #contactform select {
  margin-left: -4px; }
#registerform .astr::after, #contactform .astr::after {
  content: "*"; }
#registerform label, #contactform label {
  width: 100%;
  font-weight: initial; }
#registerform input[type=submit], #contactform input[type=submit] {
  margin: 40px 20px 10px;
  width: 250px; }

#registerform {
  padding-left: 15px; }
  #registerform #id_vatnumber {
    width: 225px !important; }
  #registerform .formpair {
    padding: 15px 0 0 0px;
    width: 100%;
    display: inline-block; }
  #registerform input[type=submit] {
    margin: 40px 0px 0px; }

#contactform {
  margin-top: -10px; }
  #contactform label {
    width: 100%;
    font-weight: initial; }
  #contactform input[type=submit] {
    margin: 20px 20px 20px 0;
    width: 300px !important; }
  #contactform input[type=text] {
    width: 300px !important; }
  #contactform textarea {
    width: 300px;
    background: #e3e3e3;
    border: none;
    outline: none; }

.for_pass_form {
  margin-top: -30px; }
  .for_pass_form input[type=submit] {
    width: 300px;
    margin-left: 0; }
  .for_pass_form input[type=text] {
    width: 300px; }
  .for_pass_form .formpair {
    padding-left: 0; }

#dataform {
  border-top: 2px solid #a0a0a0;
  padding-top: 40px;
  margin-top: 40px; }
  #dataform label {
    font-weight: initial; }
  #dataform fieldset {
    position: relative; }
  #dataform select, #dataform input[type=text], #dataform input[type=password] {
    display: block;
    border: none;
    outline: none;
    background: #e3e3e3;
    padding: 2px 10px;
    margin-left: 20px;
    width: 250px;
    margin: 0;
    height: 30px; }
  #dataform input[type=submit] {
    width: 250px;
    margin-top: 50px;
    display: block; }
  #dataform .formpair {
    padding-top: 15px; }
  #dataform .checkhead {
    font-weight: bold;
    padding-bottom: 20px; }

#billinginfo {
  width: 50%; }

.rec-inv {
  display: inline-flex; }
  .rec-inv label {
    padding-right: 20px; }

#agreeform {
  padding-top: 20px; }
  #agreeform input, #agreeform label {
    display: inline; }
  #agreeform fieldset {
    padding-top: 20px; }

blockquote {
  font-family: "cf_dromon" !important;
  border-left: none;
  padding: 0; }
  blockquote a {
    color: #50bef1 !important; }
  blockquote li {
    font-family: "cf_dromon" !important; }

.popup .formpair {
  padding: 0 0 25px 0 !important; }

.popup #contactform {
  padding-top: 25px; }

.page {
  padding-top: 70px; }
  .page .desktop_fonts, .page .faq_all {
    padding-left: 10px;
    word-wrap: break-word; }
  .page .faq_cont {
    padding-bottom: 5px; }
  .page #changeEula {
    margin-top: 15px;
    display: block;
    color: #fff; }
  .page .pkg_details {
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap; }
  .page .fontsNotExist .noFonts {
    text-align: center;
    margin: 80px 0px; }
  .page .fontsNotExist .blue-button {
    display: block;
    margin: 0 auto;
    margin-top: 80px; }
  .page .container {
    padding-left: 5px; }
  .page .designers {
    border-bottom: 2px solid #a0a0a0; }
    .page .designers h2 {
      padding-left: 15px; }
    .page .designers .designer-img {
      margin-top: -15px;
      height: 190px;
      margin-bottom: 20px; }
    .page .designers .m-t-b-30 {
      margin: 0px 0px 25px; }
    .page .designers .container, .page .designers .col-sm-12 {
      padding-right: 0px;
      padding-left: 0px; }
  .page .designers:last-child {
    border: none; }
  .page .designers:first-child h2 {
    margin-top: 0px; }
  .page .designer h2 {
    margin-top: 0px;
    padding-left: 15px; }
  .page .designer .designer-img {
    margin-top: -15px;
    height: 190px;
    margin-bottom: 20px; }
  .page .designer p {
    margin-bottom: 0px; }
  .page .designer p:last-child {
    margin-top: 20px; }
  .page .designer .container, .page .designer .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px; }
  .page .dtl {
    display: flex;
    flex-flow: column-reverse; }
  .page .hr {
    border-top: 2px solid #a0a0a0;
    margin: 15px 0px 25px; }
  .page .desk {
    display: none; }
  .page .desk-button {
    display: none; }
  .page .fonts-list .font-sample {
    border-bottom: 2px solid #a0a0a0;
    padding-bottom: 10px; }
  .page .font-sample {
    color: #333;
    font-size: 45px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    white-space: nowrap; }
  .page .font-d {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eceded;
    padding-top: 5px; }
  .page .font-pt {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #a0a0a0;
    font-size: 16px;
    color: #a0a0a0;
    padding: 0px 0px 25px; }
  .page .font-name {
    display: block;
    font-size: 16px; }
  .page .ctg-list .font-cost {
    color: #a0a0a0; }
  .page .font-cost:before {
    content: ' €'; }
  .page .f-basket {
    margin-left: 10px; }
  .page .f-cost {
    font-size: 16px;
    color: #a0a0a0; }
  .page .list-item {
    margin-top: 40px;
    position: relative; }
    .page .list-item .f-basket {
      margin-top: 2px; }
  .page .font-info {
    font-size: 16px;
    color: #a0a0a0; }
  .page .sample {
    font-weight: initial;
    width: 100%;
    padding: 7px 50px 7px 20px;
    border: 2px solid #a0a0a0;
    border-radius: 20px;
    outline: none; }
  .page .sample-c {
    display: flex;
    width: 100%;
    margin-right: 15px; }
  .page .sample-i {
    width: 100%; }
  .page .category-tl {
    color: #a0a0a0;
    border-bottom: 2px solid #a0a0a0;
    padding-bottom: 35px;
    display: block;
    justify-content: space-between; }
    .page .category-tl .size-c {
      display: none; }
  .page .fnt-tl {
    color: #a0a0a0;
    font-weight: bold;
    border-bottom: 2px solid #a0a0a0;
    padding-bottom: 35px;
    display: block;
    justify-content: space-between; }
    .page .fnt-tl .size-c {
      padding-top: 30px; }
  .page .view {
    margin-top: 11px;
    display: none;
    justify-content: space-between;
    font-size: 14px; }
  .page .pdf-s {
    background: #a0a0a0;
    color: #fff;
    border: none;
    font-size: 14px;
    height: 25px;
    margin-top: 6px;
    outline: none;
    padding: 2px 10px; }
    .page .pdf-s:hover {
      background: #ff00ff; }
  .page .line-b {
    cursor: pointer;
    background-image: url("../img/grid-orizontal.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 70px;
    content: "";
    margin-top: -25px;
    margin-left: -10px; }
  .page .square-b {
    cursor: pointer;
    background-image: url("../img/grid-box.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 70px;
    content: "";
    margin-top: -25px;
    margin-left: -10px; }
  .page .line-b:hover, .page .line-b.on {
    background-image: url("../img/grid-orizontal-pink.svg"); }
  .page .square-b:hover, .page .square-b.on {
    background-image: url("../img/grid-box-pink.svg"); }
  .page .hov-img {
    display: none; }
  .page .bg-color {
    font-size: 14px;
    width: 170px;
    margin-right: 15px;
    padding-top: 11px;
    display: none;
    justify-content: space-between; }
    .page .bg-color .black {
      border-color: #000; }
    .page .bg-color .color:hover, .page .bg-color .checked-color {
      border-color: #ff00ff !important; }
  .page .color {
    cursor: pointer;
    background: #fff;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 10px;
    border: 2px solid #a0a0a0;
    margin-top: -1px; }
  .page .black {
    background: #000;
    color: #fff; }
  .page .black::-webkit-input-placeholder {
    color: #fff; }
  .page .black::-moz-placeholder {
    color: #fff; }
  .page .black:-ms-input-placeholder {
    color: #fff; }
  .page .grey {
    background: #a0a0a0;
    color: #000; }
  .page .grey::-webkit-input-placeholder {
    color: #000; }
  .page .grey::-moz-placeholder {
    color: #000; }
  .page .grey:-ms-input-placeholder {
    color: #000; }
  .page .drop-d {
    cursor: pointer;
    display: inline-block;
    margin-left: -50px;
    padding: 11px 15px 6px; }
  .page .drop-list {
    position: absolute;
    background: #fff;
    color: #a0a0a0;
    border: 2px solid #a0a0a0;
    width: 38%;
    margin: 50px 0px 0px 0px;
    z-index: 10; }
  .page .drop-item {
    padding: 10px;
    cursor: pointer;
    font-weight: initial; }
  .page .drop-item:hover {
    background: #a0a0a0;
    color: #fff; }
  .page .size-c {
    display: inline-flex;
    margin-right: 15px;
    font-size: 14px; }
  .page .size-f {
    padding-left: 15px; }
  .page .size-change {
    width: 130px;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    background: transparent; }
  .page .size-change::-webkit-slider-runnable-track {
    width: 130px;
    height: 2px;
    background: #a0a0a0;
    border: none;
    margin-top: 9px; }
  .page .size-change::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #a0a0a0;
    margin-top: -9px; }
  .page .size-change::-moz-range-track {
    width: 130px;
    height: 2px;
    background: #a0a0a0;
    border: none; }
  .page .size-change::-moz-range-thumb {
    border: none;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #a0a0a0;
    border: 2px solid #fff; }
  .page .size-change::-ms-track {
    margin-top: -2px;
    width: 130px;
    height: 2px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent; }
  .page .size-change::-ms-fill-lower {
    background: #a0a0a0; }
  .page .size-change::-ms-fill-upper {
    background: #a0a0a0; }
  .page .size-change::-ms-thumb {
    border: none;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #a0a0a0;
    border: 2px solid #fff;
    margin-top: 0px; }
  .page .sample-section {
    padding: 70px 0px 25px; }
  .page .sample-options {
    display: flex;
    padding: 25px 0px;
    color: #a0a0a0; }
    .page .sample-options .size-c {
      margin-right: 70px; }
  .page .t-f {
    display: flex;
    justify-content: space-between; }
  .page .d-f {
    display: flex;
    justify-content: space-between;
    color: #a0a0a0; }
  .page .d-f-right {
    padding-top: 35px; }
  .page .t-f-left, .page .d-f-left {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .page .t-f-left h2, .page .d-f-left h2 {
      margin: 30px 0px 15px; }
  .page .info {
    margin-left: 5px;
    cursor: pointer;
    background-image: url(../img/info.svg);
    height: 60px;
    width: 60px;
    background-size: 60px;
    margin-top: -10px;
    margin-bottom: -10px; }
  .page .info:hover, .page .info.on {
    background-image: url(../img/info-pink.svg); }
  .page .scts {
    padding-top: 35px;
    padding-left: 40px;
    cursor: pointer; }
  .page .info-d {
    display: block;
    justify-content: space-between; }
  .page .info-d-center {
    max-width: 800px; }
  .page .info-s {
    padding: 20px 0px 5px;
    font-size: 12px; }
  .page .info-s p {
    font-size: 12px; }
  .page .info-banner hr {
    margin-bottom: 0px; }
  .page .basket-mob {
    display: flex;
    position: absolute;
    top: 163px;
    z-index: 1;
    justify-content: space-between;
    width: 90%; }
  .page .basket-sum-js .f-basket {
    margin-top: -10px; }
  .page .m-b-60-mob {
    margin-bottom: 60px; }
  .page .grey-button.mob {
    margin: 5px auto 30px;
    display: block; }
  .page .t-f-right.mob {
    color: #a0a0a0;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 18px; }
  .page .btns {
    display: block;
    margin: 0 25%; }
  .page .fontsExist .btns {
    margin: 0 auto; }
  .page .share, .page .quote, .page .blue-button.to-cart {
    margin: 0 auto 25px;
    display: block; }
  .page .m-close {
    border-bottom: 2px solid #a0a0a0; }
  .page .carousel-caption {
    position: relative;
    bottom: 1em;
    left: 1em;
    color: #fff !important; }
  .page .carousel-control.right, .page .carousel-control.left {
    background: none; }
  .page .carousel-inner > .item {
    background: none !important; }
  .page .carousel-inner > .item img {
    margin: 0px auto; }
  .page .modal {
    background: rgba(0, 0, 0, 0.7); }
  .page .carousel-control.right {
    background: none;
    height: 50px;
    width: 50px;
    top: 30%; }
  .page .carousel-control.left {
    background: none;
    height: 50px;
    width: 50px;
    top: 30%; }
  .page .carousel-caption {
    text-align: left; }
  .page .s-size .list-item:nth-child(1) .font-sample {
    font-size: 240pt; }
  .page .s-size .list-item:nth-child(2) .font-sample {
    font-size: 10pt; }
  .page .s-size .list-item:nth-child(3) .font-sample {
    font-size: 11pt; }
  .page .s-size .list-item:nth-child(4) .font-sample {
    font-size: 12pt; }
  .page .s-size .list-item:nth-child(5) .font-sample {
    font-size: 13pt; }
  .page .s-size .list-item:nth-child(6) .font-sample {
    font-size: 14pt; }
  .page .s-size .list-item:nth-child(7) .font-sample {
    font-size: 16pt; }
  .page .s-size .list-item:nth-child(8) .font-sample {
    font-size: 18pt; }
  .page .s-size .list-item:nth-child(9) .font-sample {
    font-size: 20pt; }
  .page .s-size .list-item:nth-child(10) .font-sample {
    font-size: 24pt; }
  .page .s-size .list-item:nth-child(11) .font-sample {
    font-size: 30pt; }
  .page .s-size .list-item:nth-child(12) .font-sample {
    font-size: 36pt; }
  .page .s-size .list-item:nth-child(13) .font-sample {
    font-size: 42pt; }
  .page .s-size .list-item:nth-child(14) .font-sample {
    font-size: 60pt; }
  .page .s-size .list-item:nth-child(15) .font-sample {
    font-size: 72pt; }
  .page .s-size .list-item:nth-child(16) .font-sample {
    font-size: 90pt; }
  .page .s-size .list-item {
    margin-top: 20px; }
  .page .text-area {
    height: 350px;
    font-size: 24px; }
  .page .grid-item {
    width: 50%;
    float: left;
    padding: 15px; }
  .page .grid-item:nth-child(3), .page .grid-item:nth-child(4), .page .grid-item:nth-child(7), .page .grid-item:nth-child(8), .page .grid-item:nth-child(11), .page .grid-item:nth-child(12), .page .grid-item:nth-child(19), .page .grid-item:nth-child(20) {
    display: none; }
  .page .width-2 {
    width: 100%; }
  .page .width-3 {
    width: 100%; }
  .page .grid-item:nth-child(1), .page .grid-item:nth-child(2) {
    font-size: 10px; }
  .page .grid-item:nth-child(3), .page .grid-item:nth-child(4) {
    font-size: 11px; }
  .page .grid-item:nth-child(5), .page .grid-item:nth-child(6) {
    font-size: 12px; }
  .page .grid-item:nth-child(7), .page .grid-item:nth-child(8) {
    font-size: 13px; }
  .page .grid-item:nth-child(9), .page .grid-item:nth-child(10) {
    font-size: 14px; }
  .page .grid-item:nth-child(11), .page .grid-item:nth-child(12) {
    font-size: 16px; }
  .page .grid-item:nth-child(13), .page .grid-item:nth-child(14) {
    font-size: 18px; }
  .page .grid-item:nth-child(15), .page .grid-item:nth-child(16) {
    font-size: 20px; }
  .page .grid-item:nth-child(17), .page .grid-item:nth-child(18) {
    font-size: 24px; }
  .page .grid-item:nth-child(19), .page .grid-item:nth-child(20) {
    font-size: 30px; }
  .page .apply {
    position: absolute;
    right: 20px;
    cursor: pointer; }
  .page .text-s hr {
    margin-top: 35px;
    margin-bottom: 50px; }
  .page .text-s .container {
    margin: 0 auto;
    padding: 0px; }
  .page .layout h2 {
    margin-bottom: 0px;
    padding-left: 15px; }
  .page .layout h3 {
    font-size: 18px;
    margin-bottom: 35px;
    margin-top: 20px;
    color: #50bef1;
    padding-left: 15px; }
  .page .layout h4 {
    font-size: 18px;
    margin-top: 35px; }
  .page .layout p {
    font-size: 12px; }
  .page .layout .black-background, .page .layout .grey-background {
    padding: 20px;
    font-size: 10px;
    margin-left: 26%; }
  .page .layout .xlgrey-background {
    background: #eceded;
    color: #000;
    padding: 20px;
    font-size: 10px;
    margin-left: 26%; }
  .page .layout .col-sm-4 {
    display: none; }
  .page .glyphs {
    display: flex;
    flex-wrap: wrap;
    max-width: 715px;
    margin: 0 auto;
    margin-top: 40px; }
  .page .glyphs span {
    background: #50bef1;
    border: 1px solid #fff;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .page .s-but {
    margin-top: -20px;
    margin-bottom: -20px; }
  .page .s-but .grey-button {
    width: 100%;
    background: #a0a0a0;
    color: #fff;
    padding: 6px 10px;
    text-align: initial;
    border-radius: 0px; }
  .page .s-but .grey-button:hover {
    background: #ff00ff;
    border-color: #ff00ff;
    color: #fff; }
  .page .m-close .more {
    display: none !important; }
  .page .m-open .more {
    display: block; }
  .page .icon-close {
    background-image: url("../img/close-grey.svg");
    background-repeat: no-repeat; }
  .page h4 .icon-close {
    background: none; }
  .page .icon-arrow-big {
    background-image: url("../img/arrow-pink.svg");
    background-repeat: no-repeat;
    background-size: 55px;
    transform: rotate(270deg); }
  .page .icon-arrow-big.ar-dn {
    transform: rotate(90deg);
    background-image: url("../img/arrow.svg"); }
  .page .icon-arrow-big:hover {
    background-image: url("../img/arrow-pink.svg"); }
  .page .scts.icon-arrow-big {
    height: 74px;
    width: 74px;
    margin-left: 10px;
    margin-bottom: 7px; }
  .page .scts.icon-arrow-big.ar-dn {
    width: 41px;
    height: 73px;
    margin-top: 3px;
    margin-left: 8px;
    margin-bottom: 5px; }
  .page .basket-l {
    padding-bottom: 40px;
    margin-bottom: 20px; }
    .page .basket-l h3 {
      margin: 30px 0px 0px; }
      .page .basket-l h3 span.icon-help {
        display: block;
        margin-top: 0px;
        margin-left: 14px;
        background-position: center;
        float: right;
        background-image: url("../img/Info_Magenta.svg");
        width: 36px;
        height: 36px;
        background-size: 36px; }
      .page .basket-l h3 span.icon-help:hover {
        background-image: url("../img/Info_Magenta_hov.svg"); }
      .page .basket-l h3 .help-popup {
        font-size: 15px;
        margin-top: 10px; }
    .page .basket-l .icon-arrow-big {
      background-size: 55px;
      height: 55px;
      width: 55px;
      position: absolute;
      left: -10px;
      top: 50px; }
    .page .basket-l .icon-arrow-big.ar-dn {
      width: 55px;
      height: 55px; }
    .page .basket-l .icon-close {
      background-size: 50px;
      height: 38px;
      width: 40px;
      margin-top: 22px; }
    .page .basket-l .icon-close:hover {
      color: #50bef1; }
    .page .basket-l .icon-help {
      background-image: url("../img/info-blue.svg");
      background-size: 50px;
      height: 38px;
      width: 40px;
      cursor: pointer;
      margin-top: -3px; }
    .page .basket-l .icon-help:hover {
      background-image: url("../img/info-pink.svg"); }
    .page .basket-l .help-popup {
      position: absolute;
      margin-top: 50px;
      background: #fff;
      border: 2px solid #ccc;
      padding: 10px;
      z-index: 2; }
    .page .basket-l .type {
      position: relative; }
    .page .basket-l .col-sm-4, .page .basket-l .col-md-6, .page .basket-l .col-md-3, .page .basket-l .col-md-12, .page .basket-l .col-sm-12 {
      padding: 0px; }
    .page .basket-l .mr-b {
      display: none; }
    .page .basket-l .b-group {
      display: flex;
      justify-content: space-between; }
      .page .basket-l .b-group .icon-close {
        margin-top: -5px; }
    .page .basket-l .nbr {
      font-size: 15px;
      padding: 40px 0px 10px; }
    .page .basket-l .wdth {
      font-size: 15px;
      background: #a0a0a0;
      color: #fff;
      padding: 5px;
      width: 100%; }
    .page .basket-l .tp-rw {
      display: flex;
      justify-content: space-between;
      border-bottom: 2px solid #a0a0a0;
      padding: 0px 15px; }
    .page .basket-l .hd {
      display: none; }
    .page .basket-l .cost {
      font-size: 20px;
      color: #50bef1;
      display: flex;
      justify-content: flex-end;
      padding-top: 20px; }
    .page .basket-l .cost:before {
      content: "€";
      color: #50bef1; }
    .page .basket-l .dectv .delt {
      border-bottom: 2px solid #333;
      margin-top: -20px;
      width: 80px;
      margin-bottom: 18px; }
    .page .basket-l .dectv .p-cost {
      color: #fff; }
      .page .basket-l .dectv .p-cost .icon-close {
        background-image: url("../img/close.svg"); }
    .page .basket-l .dectv .dctv .dlt {
      border-bottom: 2px solid #fff; }
    .page .basket-l .dctv .dlt {
      border-bottom: 2px solid #333;
      margin-top: -12px;
      margin-bottom: 10px;
      width: 60px; }
    .page .basket-l .p-cost {
      text-align: center;
      padding-top: 45px;
      padding-bottom: 15px;
      display: flex;
      flex-direction: column-reverse; }
      .page .basket-l .p-cost .icon-close {
        margin-top: -15px; }
      .page .basket-l .p-cost .add-t {
        margin-left: 20px;
        margin-top: -15px; }
    .page .basket-l .p-cst:before {
      content: "€";
      margin-right: 2px; }
    .page .basket-l .p-cl {
      padding-left: 10px; }
    .page .basket-l .g-hd {
      padding: 0px 15px;
      display: initial; }
    .page .basket-l .p-cost {
      font-size: 15px;
      color: #a0a0a0; }
    .page .basket-l .p-k {
      margin-top: -3px;
      padding-top: 45px;
      padding-bottom: 15px;
      font-size: 16px; }
  .page .total {
    text-align: right;
    font-size: 15px;
    color: #a0a0a0;
    margin-top: 50px; }
    .page .total .fpa, .page .total .t-c {
      padding-right: 40px; }
    .page .total .total-cost {
      font-size: 35px;
      padding: 30px 0px;
      font-weight: bold;
      color: #333; }
    .page .total .total-cost:before {
      margin-right: 10px; }
  .page .not-exists.type:not(.desktop) {
    opacity: 0.5;
    pointer-events: none; }
  .page .not-exists .cls {
    display: none; }
  .page .not-exists h4 .cls {
    display: inline; }
  .page .ar-up:before {
    transform: rotate(180deg); }
  .page .icon-down-open-big:before {
    color: #50bef1; }
  .page .f-basket {
    background-image: url("../img/basket.svg");
    background-repeat: no-repeat;
    background-size: 29px;
    display: inline-block;
    content: "";
    margin-bottom: -10px; }
  .page .blue-background .f-basket {
    background-image: url("../img/basket.svg"); }
  .page .added .f-basket, .page .notFull .f-basket, .page .f-basket:hover {
    background-image: url("../img/basketfull.svg") !important; }
  .page .t-f-right.mob .f-basket {
    margin-top: -5px; }
  .page .add-t {
    transform: rotate(45deg);
    margin-right: -5px; }
  .page .rem-t {
    transform: rotate(0deg); }
  .page .notFull .fullCost {
    text-decoration: line-through; }
  .page .empty .sum-font-cost, .page .added .fullCost {
    display: none; }
  .page .notFull .fullCost {
    display: inline-block; }
  .page .fullCost::before {
    content: "€"; }
  .page .notFull .fullCost::before {
    content: "(€"; }
  .page .notFull .fullCost::after {
    content: ")"; }
  .page .drop-down-type {
    margin: 30px 0px 15px;
    width: fit-content;
    z-index: 3; }
    .page .drop-down-type .drop-down-ul {
      list-style: none;
      border: 2px solid #a0a0a0;
      padding: 0px;
      position: absolute;
      background: #fff;
      z-index: 1; }
    .page .drop-down-type .drop-down-ul a {
      color: #a0a0a0; }
    .page .drop-down-type .drop-down-li {
      padding: 5px 10px; }
    .page .drop-down-type .drop-down-li:hover {
      background: #a0a0a0; }
    .page .drop-down-type .drop-down-li:hover a {
      color: #fff; }

.home-page .home-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .home-page .home-grid .home-grid-item {
    flex: 1 0 auto;
    overflow: hidden;
    display: flex;
    width: auto; }
  .home-page .home-grid .home-grid-image {
    min-width: 100%;
    object-fit: cover;
    min-height: 100%;
    max-width: 230px; }
    .home-page .home-grid .home-grid-image:hover {
      opacity: 0.5;
      cursor: pointer; }
.home-page .page {
  padding-right: 20px;
  padding-left: 20px; }
.home-page footer {
  margin-top: 0px; }

.shadow {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); }

.row {
  margin-left: 0px;
  margin-right: 0px; }

footer {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  z-index: 3;
  position: fixed;
  bottom: 0; }
  footer .bottom-u-s {
    margin-top: -65px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center; }
    footer .bottom-u-s ::-webkit-input-placeholder {
      color: #50bef1; }
    footer .bottom-u-s ::-moz-placeholder {
      color: #50bef1; }
    footer .bottom-u-s :-ms-input-placeholder {
      color: #50bef1; }
    footer .bottom-u-s .search {
      margin-right: 10px; }
    footer .bottom-u-s .user {
      margin-left: 10px; }
  footer .black-background {
    padding: 23px;
    display: block;
    border-top: 55px solid #50bef1; }
    footer .black-background input[type=search] {
      background: #fff;
      width: 200px; }
  footer .ft-item {
    display: block;
    margin: 5px auto 20px;
    text-align: center;
    height: 35px; }

.gallery figure {
  display: none; }

.gallery a {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  display: block;
  margin: 0 6px 6px 0;
  line-height: 0; }

.pswp__caption__center {
  text-align: center;
  color: #fff; }

.pswp__counter {
  opacity: 1; }

.pswp__bg {
  opacity: 0.85 !important; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background-color: rgba(0, 0, 0, 0); }

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0); }

.gallery img {
  border: 5px solid #fff; }

.gallery img:hover {
  border: 5px solid #50bef1; }

.cavafy h2 {
  margin: 25px 0px; }

.checkout-first-column {
  float: left;
  width: 33%;
  min-width: 250px; }

.checkout-second-column {
  float: left;
  width: 66%; }

.bk {
  margin-top: 40px; }

.ordercontents .icon-help {
  background-image: url("../img/Info_Magenta.svg");
  background-size: 26px;
  height: 26px;
  width: 26px;
  cursor: pointer; }
.ordercontents .icon-help:hover {
  background-image: url("../img/Info_Magenta_hov.svg"); }
.ordercontents span.icon-help {
  display: inline-block;
  background-position: center; }
.ordercontents .help-popup {
  font-size: 15px;
  margin-top: 10px;
  position: absolute;
  background: #fff;
  border: 2px solid #ccc;
  padding: 10px;
  z-index: 2; }

#family_packages .font-name {
  display: block;
  font-size: 16px; }

@media (max-width: 780px) {
  .checkout-second-column {
    width: 100%; }

  .payment_way {
    margin-top: 55px; } }
@media (max-width: 768px) {
  .btns.coupon {
    width: 100%; }

  footer {
    position: relative; }

  .t-f-left h1 {
    width: calc(100% - 40px); }

  .wayOf, .submit {
    clear: both;
    margin-top: 30px; }

  .advanced-search {
    display: none !important; }

  .page .sample-c .drop-list {
    width: 94%; }
  .page .popup .f-basket {
    margin-top: -15px; }
  .page .fnt-tl {
    position: relative; }
  .page .pdf-s {
    position: absolute;
    right: 0px;
    top: 60px; }
  .page .d-f {
    position: relative; }
  .page .d-f-left {
    display: block; }
  .page .d-f-right {
    position: absolute;
    right: 0;
    bottom: 0; }
  .page .gallery {
    pointer-events: none; }
  .page .blue-background .font-info {
    margin-left: -8px;
    margin-top: -8px; }
  .page .info {
    height: 45px;
    width: 50px;
    margin-top: -20px; }
  .page .d-f-left h2 {
    margin: 15px 0px 10px; }
  .page .scts {
    display: block; }
  .page .scts.icon-arrow-big.ar-dn {
    width: 41px;
    height: 45px;
    margin-top: -10px;
    margin-left: 0px; }
  .page .scts.icon-arrow-big.ar-up {
    margin: 0px;
    width: 70px;
    height: 45px;
    margin-top: -10px;
    margin-bottom: -25px;
    margin-left: -25px; }

  #billinginfo {
    float: none !important; } }
@media only screen and (min-width: 576px) {
  p {
    font-size: 14px; }

  .page .blue-button.to-cart {
    margin: 0 0 25px; }

  #registerform .formpair {
    width: 350px; }

  .for_pass_form input[type=submit] {
    margin-left: 15px; }

  .for_pass_form .g-recaptcha {
    padding: 15px; }

  .header {
    padding: 11px 20px; }
    .header .header-middle {
      left: calc( 50% - 42px ); }
    .header .header-left .menu-i::before, .header .header-left .close-i::before {
      margin-right: 30px; }
    .header .header-right .basket {
      margin-right: 5px; }

  .container-fluid, .designers .container, .designers .col-sm-12, .designer .container, .designer .col-sm-12 {
    padding-right: 15px;
    padding-left: 15px; }

  .gallery a {
    float: left;
    width: 45%; }

  .page .pkg_details .pkg_det_right {
    padding: 20px; }
  .page .popup .font-optns select {
    width: auto; }
  .page .popup .text-area {
    font-size: 35px; }
  .page .basket-l .p-cost {
    flex-direction: initial; }
    .page .basket-l .p-cost .add-t {
      margin-right: -7px;
      margin-top: -17px;
      margin-left: 0; }
  .page .basket-l .col-md-12 {
    width: 50%; }
  .page .quote, .page .share {
    margin-right: 10px; }
  .page .btns {
    display: flex;
    justify-content: space-between;
    margin: initial; }
  .page .layout h3 {
    font-size: 20px;
    margin-bottom: 35px;
    margin-top: 20px;
    color: #50bef1;
    padding-left: 15px; }
  .page .layout h4 {
    font-size: 20px;
    margin-top: 35px; }
  .page .layout p {
    font-size: 15px; }

  .home-page .home-grid .home-grid-image {
    max-height: 250px;
    max-width: none; }

  .home-grid-item:last-child .home-grid-image {
    min-width: initial; } }
@media only screen and (min-width: 768px) {
  p {
    font-size: 15px; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 30px; }

  h3 {
    font-size: 30px; }

  section {
    min-height: calc(100% - 88px);
    padding-bottom: 130px; }

  .page .blue-button.to-cart {
    margin: 0 0 25px auto; }

  .home-page section {
    min-height: calc(100% - 176px);
    padding-bottom: 88px; }
  .home-page footer {
    position: fixed !important;
    bottom: 0; }

  .wayOf {
    margin-top: -325px; }

  #register .formtitle {
    padding: 15px 25px 0; }

  .for_pass_form .formpair {
    padding: 20px 0 0 15px; }
  .for_pass_form .g-recaptcha {
    padding: 25px 15px 0; }

  #registerform {
    padding-left: 25px; }

  #contactform .formpair {
    padding: 15px 0 0 25px; }

  .header .header-right .search, .header .header-right .user {
    display: inline-block; }

  .col-sm-10 {
    width: 70%; }

  .page .square {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .page .square .list-item {
      width: 45%;
      display: inline-block; }
  .page .desktop_fonts, .page .faq_all {
    padding-left: 20px; }
  .page .apply {
    margin-top: 10px; }
  .page .t-f-left {
    padding-top: 15px; }
  .page .t-f-right {
    padding-top: 22px; }
  .page .sample-hov:hover .hov-img {
    display: block;
    position: absolute;
    bottom: 48px;
    right: 0px;
    height: 161px; }
  .page .desk {
    display: block; }
  .page .dtl {
    display: block; }
    .page .dtl .col-sm-3 {
      justify-content: flex-end;
      display: flex; }
  .page .designers .m-t-b-30 {
    margin: 30px 0px; }
  .page .designers .designer-img {
    margin-bottom: 0px; }
  .page .designers .col-sm-9 {
    padding-right: 50px; }
  .page .designer .designer-img {
    margin-top: 0px; }
  .page .font-name {
    font-size: 15px; }
  .page .category-tl {
    display: flex; }
    .page .category-tl .size-c {
      display: flex; }
  .page .fnt-tl {
    display: flex; }
    .page .fnt-tl .size-c {
      padding-top: 11px; }
  .page .sample-c {
    width: 40%; }
  .page .info-s {
    font-size: 14px; }
    .page .info-s p {
      font-size: 15px; }
  .page .view, .page .bg-color {
    display: flex; }
  .page .size-c {
    padding-top: 10px; }
  .page .popup .size-c {
    padding-top: 6px; }
  .page .carousel-caption {
    padding-left: 20px; }
  .page .t-f-right.mob {
    display: none; }
  .page .mob {
    display: none; }
  .page .grid-item {
    width: 33.33%; }
  .page .width-2 {
    width: 100%; }
  .page .width-3 {
    width: 100%; }
  .page .text-area {
    font-size: 30px; }
  .page .t-f-left, .page .d-f-left {
    width: auto; }
  .page .info-banner hr {
    margin-bottom: 50px; }
  .page .t-f-right .font-info {
    color: #fff; }
  .page .font-info {
    font-size: 15px; }
  .page .m-b-60-mob {
    margin-bottom: 10px; }
  .page .basket-mob {
    position: relative;
    top: auto;
    width: auto; }
  .page .blue-background .empty .f-basket {
    background-image: url("../img/basket-white.svg"); }
  .page .popup .text-area {
    padding-right: 25%; }
  .page .basket-l .desktop .icon-arrow-big {
    top: 140px; }
  .page .basket-sum-js .f-basket {
    margin-top: -5px; }

  .side-menu .menu-social {
    margin-bottom: 200px; }

  .dark-open-2 .second-menu.active {
    left: 300px; }
  .dark-open-2 .side-menu .list-unstyled, .dark-open-2 .side-menu .blue-button {
    display: initial; }
  .dark-open-2 .side-menu .menu-social {
    display: flex; }
  .dark-open-2 .side-menu .bk-ar {
    display: none; }

  .sub-menu .list-unstyled {
    display: flex; }
  .sub-menu .sub-menu-item {
    padding: 12px;
    width: auto; }
  .sub-menu .letters-sub-menu {
    justify-content: space-between; }
    .sub-menu .letters-sub-menu .sub-menu-item {
      padding: 12px 8px;
      width: auto; }
  .sub-menu .cat-sub-menu {
    justify-content: space-between; }
    .sub-menu .cat-sub-menu .sub-menu-a {
      font-size: 13px; }
    .sub-menu .cat-sub-menu .sub-menu-item {
      padding: 12px 4px; }
  .sub-menu .pac-sub-menu .sub-menu-item {
    width: 33%; }

  .blue-background {
    margin-bottom: 10px;
    padding: 28px 20px 8px; }

  footer .bottom-u-s {
    display: none; }
  footer .black-background {
    display: flex;
    justify-content: center;
    border-top: 19px solid #50bef1;
    padding: 17px; }
  footer .ft-item {
    margin: 0px 50px 0px 0px; }
  footer .ft-item:last-child {
    padding-top: 5px; }

  .advanced-search .col-sm-5 {
    width: 30%; }

  .advanced-search .col-sm-7 {
    width: 70%; }

  .advanced-search .col-sm-3, .advanced-search .col-sm-5, .advanced-search .col-sm-8, .advanced-search .col-sm-9 {
    padding: 0px 5px; }

  .m-b-85 {
    margin-bottom: 85px; } }
@media only screen and (min-width: 992px) {
  .slidecontainer.j-end {
    display: flex; }

  .sections-banner {
    position: sticky;
    top: 70px;
    z-index: 2;
    background: #fff; }

  #dataform select, #dataform input[type=text], #dataform input[type=password] {
    position: absolute;
    left: 200px;
    margin-top: -35px; }

  .container {
    width: 935px; }

  .header {
    padding: 10px 45px; }

  .page {
    padding-left: 40px;
    padding-right: 40px; }
    .page .apply {
      right: 65px; }
    .page .drop-down-type .drop-down-ul {
      background: #a0a0a0; }
      .page .drop-down-type .drop-down-ul a {
        color: #fff; }
    .page .drop-down-type .drop-down-li:hover {
      background: #fff; }
    .page .drop-down-type .drop-down-li:hover a {
      color: #a0a0a0; }
    .page .square .list-item {
      width: 26%; }
    .page .desk-button {
      display: block; }
    .page .grey-button.mob {
      display: none; }
    .page .info-d {
      display: flex; }
    .page .info-d-center {
      padding: 0px 5%; }
    .page .layout .col-sm-4 {
      display: initial; }
    .page .basket-l .icon-arrow-big {
      left: -8px;
      top: -10px; }
    .page .basket-l .desktop .icon-arrow-big {
      top: -10px; }
    .page .basket-l .g-hd {
      padding: 0px 0px 0px 10px;
      display: block; }
    .page .basket-l .wdth {
      padding: 5px 0px; }
    .page .basket-l .tp-rw {
      justify-content: center;
      height: 84px; }
    .page .basket-l .hd {
      display: initial; }
    .page .basket-l .col-md-12 {
      width: 100%; }
    .page .basket-l .col-md-6 {
      width: 60%; }
      .page .basket-l .col-md-6 .tp-rw {
        justify-content: space-between; }
      .page .basket-l .col-md-6 .g-hd {
        padding-left: 15px;
        margin-left: 66.66%; }
      .page .basket-l .col-md-6 .p-cost {
        padding-right: 8%; }
    .page .basket-l .col-md-3 {
      width: 20%; }
    .page .basket-l .mr-b {
      display: block;
      margin-bottom: -55px; }
    .page .grid-item {
      width: 25%; }
    .page .width-2 {
      width: 50%; }
    .page .width-3 {
      width: 100%; }
    .page .text-area {
      font-size: 100px; }
    .page .grid-item:nth-child(3), .page .grid-item:nth-child(4), .page .grid-item:nth-child(7), .page .grid-item:nth-child(8), .page .grid-item:nth-child(11), .page .grid-item:nth-child(12), .page .grid-item:nth-child(19), .page .grid-item:nth-child(20) {
      display: initial; }
    .page .s-but {
      padding: 15px 0px;
      margin-top: 0px;
      margin-bottom: 0px; }
    .page .s-but .grey-button {
      margin-right: 10px;
      width: 170px;
      background: #ffffff;
      color: #a0a0a0;
      padding: 6px 0px;
      text-align: center;
      border-radius: 20px; }
    .page .designer .col-lg-10 {
      padding-right: 10%; }
    .page .designers .col-lg-10 {
      padding-right: 10%; }

  .sub-text {
    padding-left: 15px; }

  .sub-menu .list-unstyled {
    justify-content: flex-start; }
  .sub-menu .letters-sub-menu {
    justify-content: space-between; }
  .sub-menu .cat-sub-menu .sub-menu-item {
    padding: 12px 10px; }
  .sub-menu .cat-sub-menu .sub-menu-a {
    font-size: 15px; }
  .sub-menu .sub-menu-a {
    font-size: 15px; }

  .gallery a {
    width: 30%; }

  .tp-rw .p-k {
    display: none; }

  .desktop .tp-rw .p-k {
    display: flex; }

  .mr-p {
    display: none; }

  .advanced-search .slider {
    width: 140px; }

  .advanced-search .col-sm-5 {
    width: 41.66666667%; }

  .advanced-search .col-sm-7 {
    width: 58.33333333%; }

  .advanced-search .col-sm-3, .advanced-search .col-sm-5, .advanced-search .col-sm-8, .advanced-search .col-sm-9 {
    padding: 0px 15px; }

  .hm-banner {
    width: calc(100% - 270px); }

  .page .popup .optns {
    display: flex; }
  .page .popup .col-sm-6:last-child .relative-list {
    display: block; }
  .page .popup .col-sm-6:last-child .bnr-t-right {
    color: #ff00ff; }
  .page .popup .col-sm-6 {
    width: 50%; }
  .page .popup .font-optns {
    padding-top: 0px; }
  .page .popup .text-area {
    margin-top: 25px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 100%; }

  .designer .col-sm-4 {
    display: flex;
    justify-content: flex-end; }

  .designers .col-sm-4 {
    display: flex;
    justify-content: flex-end; } }
@media (min-width: 992px) and (max-width: 1150px) {
  .page .popup .optns .size-c {
    display: none; }
  .page .popup .optns .bg-color {
    display: none; } }
@media only screen and (min-width: 1300px) {
  .advanced-search .col-sm-9 {
    width: 75%; }

  .page .basket-l .g-hd {
    padding: 0px 0px 0px 30px; }
  .page .basket-l .wdth {
    padding: 5px; }

  .page .s-but .grey-button {
    margin-right: 30px;
    width: 180px; }

  .page .popup .size-change {
    width: 150px; }

  .page .popup .col-sm-6 {
    padding: 0px 50px; }

  .sub-menu .sub-menu-item {
    padding: 12px 20px; }
  .sub-menu .cat-sub-menu .sub-menu-item {
    padding: 12px 20px; }
  .sub-menu .pac-sub-menu .sub-menu-item {
    width: 25%; }
  .sub-menu .letters-sub-menu .sub-menu-item {
    padding: 12px 16px; } }

/*# sourceMappingURL=style.css.map */
