/**
* Project: < ProjectName >;
* Date: < dd MM YYYY >;
* Author: < Firstname Lastname >;
* Company: TouchMedia360;
**/


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0)
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}


/*====================================================
#   OFF-CANVAS STYLES                                 #
====================================================*/
.slide-right {
  -webkit-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */
}

.slide-right.animation-enter {
  transform: translateX(300px);
  -ms-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0.5;
}

.slide-right.animation-enter-active {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  visibility: visible !important;
}

.slide-right.animation-enter-active-wrapper {
  transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
}

.slide-right.animation-leave {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 1;
}

.slide-right.animation-leave-active {
  transform: translateX(300px);
  -ms-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  opacity: 0.5;
}

.slide-right.animation-leave-active-wrapper {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
}

.off-canvas-enabled {
  overflow: hidden;
}

#off-canvas {
  background-color: black;
  color: #fff;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  visibility: hidden;
  width: 300px;
  overflow-y: auto;
  z-index: 100;
}

#off-canvas .toggle-off-canvas {
  background-color: transparent;
  font-size: 21px;
  color: #fff;
}

#header .toggle-off-canvas {
  background-color: transparent;
  font-size: 21px;
}



/*====================================================
#   BREAKPOINTS ~ Rezolutii                          #
====================================================*/

/* Aici sunt rezolutiile pentru desktop */
@media only screen and (max-width : 1440px) {
  .menu-item {
    font-size: 35px;
  }
  #search-suggestions, #search-input{
    margin-left: -58% !important; 
  }
  #search-suggestions .produs {
    width: calc(33.33% - 25px);
  }
}

@media only screen and (max-width : 1366px) {
  .produs {
    margin-left: 2px;
    margin-right: 2px;
  }

  .comanda-title {
    font-size: 30px;
  }

  .cos-modificat {
    width: 200px !important;
  }

  .comanda-imagine {
    width: 64px;
  }

  .adauga-adresa-buton-custom {
    width: 388px !important;
  }

  .produs-banner>.produs-banner-text {
    font-size: 40px;
  }

  .dimensiune-item {
    /* margin-right: 20px; */
    margin-bottom: 20px;
  }

  .pizza-left>img {
    object-fit: contain;
  }

  .comanda-left,
  .comanda-right {
    width: 100% !important;
  }

  .cos>.pret {
    font-size: 25px;
  }

  .logo {
    height: 120px;
  }

  .header-top-left
  /* ,.header-top-right  */
  {
    width: 540px !important;
  }
  .header-top-right{
    width: 100% !important;
  }
  .footer-link,
  .dot,
  .footer-copy {
    font-size: 15px;
  }

  .footer-links {
    width: 20%;
  }

  .footer-container {
    width: 1024px;
  }

  .despre-right>.swiper-container>.swiper-pagination {
    bottom: 15px !important;
    left: -150px;
  }

  .produs-pret-text {
    font-size: 14px;
  }

  .oferta>.object-cover {
    object-fit: initial;
  }

  .produs-buton-custom-img {
    width: 60px;
  }

  .produs-banner-text,
  .restaurant-title,
  .restaurante-title {
    font-size: 24px;
  }

  .produs-marime,
  .produs-buton-custom-text {
    font-size: 17px;
  }

  .produs-cm {
    font-size: 12px;
  }

  .container {
    width: 1024px;
  }

  .banner-title {
    font-size: 60px;
  }

  .banner-subtitle {
    font-size: 30px;
  }

  .menu-item,
  .pret {
    font-size: 27px;
  }

  .numar-produse {
    font-size: 15px;
  }

  .cos {
    width: 140px;
  }

  .linie {
    height: 25px;
  }

  .parola-noua,
  .modifica-parola {
    width: 100%;
  }

  .modifica-parola {
    font-size: 16px;
  }

  .istoric-data,
  .istoric-status,
  .istoric-total,
  .comanda-id {
    width: 192px;
  }

  .istoric-cap-element {
    width: 192px;
  }

  .comanda-left {
    margin-bottom: 40px;
  }

  .comanda-left,
  .comanda-right {
    width: 80%;
  }

  .cos-produs-imagine {
    width: 40%;
    position: relative;
  }

  .cantitate-container {
    width: 37%;
  }

  .banner-pizza-inside {
    width: 97%;
  }

  .adauga-cantitate {
    margin-right: 20px;
  }

  .timp-element {
    width: 80%;
  }

  .produs-marime-container {
    width: 45%;
  }

  .produs-pret {
    padding-left: 8px;
  }

  .imagine-restaurant-link>img {
    width: 100%;
    height: 300px;
  }
}

@media only screen and (max-width : 1280px) {

  .menu-item {
    font-size: 25px;
  }

  .cos-modificat {
    width: 170px !important;
  }

  .cos>.pret {
    font-size: 20px;
  }

  .cos {
    margin-right: 20px;
  }
}

/* Aici sunt rezolutiile pentru mobile */

@media only screen and (max-width : 1024px) {
  .modifica-parola {
    margin-bottom: 20px;
  }

  #search-input-mobile {
    width: 40%;
  }

  .page-container>.reverse-row {
    flex-direction: column-reverse !important;
  }

  .despre-left.aos-init.aos-animate {
    margin-top: 10px
  }

  .align-left-text {
    text-align: left;
  }

  .for-mobile1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
  }

  .faracont-livrare-nume,
  .faracont-livrare-prenume,
  .faracont-livrare-email,
  .faracont-livrare-telefon,
  .faracont-livrare-nrstrada,
  .faracont-livrare-detalii,
  .faracont-livrare-repere {
    background-color: black !important;
    border: 1px solid black !important;
  }

  .new-style-cont {
    text-align: center;
    margin-top: 20%;
  }

  .lock-image {
    width: 10%;
    height: 24px;
    position: initial;
  }

  .banner-img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 12%;
    margin-left: 5%;
  }

  .buton-inapoi-mobile {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .voucher-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .voucher-input {
    width: 100% !important;
    background-color: black !important;
    border: 1px solid black !important;
    height: 55px !important;
  }

  .voucher-button {
    width: 42% !important;
  }

  .detaliu-cos-title {
    text-align: center;
    color: white
  }

  .detaliu-cos-data {
    text-align: center;
    color: white
  }

  /* .cos-produse {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  } */

  .header-wrapper {
    /* display: none; */
  }

  .imagine-restaurant-link>img {
    width: 100%;
    height: 300px;
    border-radius: 5px;
  }

  .buttons-logout-delete {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px
  }

  .mobile-delete {
    margin-right: 10px;
    text-transform: none;
  }

  .delete-account {
    background-color: transparent;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 15px;
    color: white;
    font-family: 'Heebo-Medium';
    text-transform: uppercase;
    padding-left: 20px;
    transition: 0.3s;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #ffffff;
  }

  .log-out {
    background-color: transparent;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 15px;
    color: white;
    font-family: 'Heebo-Medium';
    text-transform: uppercase;
    padding-left: 20px;
    transition: 0.3s;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #ffffff;
    margin-right: 3px;
    margin-left: 0px;
  }

  .modal-dialog {
    width: 90% !important;
    margin: auto !important;
  }

  .margin-top-for-first {
    /* margin-top: 20% */
  }

  .buton-inapoi-mobile>.buton-inapoi {
    width: 100%;
  }

  .error-image {
    width: 100%;
  }

  .delete-button-absolute {
    display: block;
    /* position: absolute; */
    top: 0;
    left: -15px;
    flex-shrink: 0;
  }

  .cos-sterge {
    display: none;
  }

  .sterge {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 10px;
  }

  .show-desktop {
    display: none;
  }

  .carduri-imagine {
    width: 100%;
  }

  .foloseste-puncte,
  .transport {
    min-height: 200px;
    border: none
  }

  .banner-poza-pizza-cos {
    display: none;
  }

  .banner-pizza-inside-text-cos {
    text-align: center;
  }

  .banner-pizza-inside-text-mare-cos {
    color: #FFD100;
  }

  .cos-produs {
    align-items: initial;
  }

  .cos-produs-informatii {
    width: 100%;
  }

  .comanda-left>.comanda-title {
    margin-bottom: 40px;
  }

  .comenzi {
    height: 400px;
    padding-bottom: 10px;
  }

  .comanda-container {
    flex-direction: column;
  }

  .numar-produse {
    width: 25px;
    height: 25px;
  }

  .adauga-adresa-buton-custom {
    width: 100% !important;
  }

  .overlay-cos {
    /* padding: 50px 10px 30px 10px; */
    padding: 0px;
  }

  .topping-cos-nume {
    font-size: 12px;
    color: #B3B3B3
  }

  .topping-cos-pret {
    font-size: 12px;
    color: #B3B3B3;
    /* color: #ffd101; */
    /* margin-left: 5px; */
  }

  .alege-cantitatea>.magazin-inchis-text {
    display: block;
    font-size: 27px;
  }

  .topping-container {
    width: 90%;
    margin: 0 auto;
  }

  .pizza-left>img {
    height: 100%;
  }

  .login>.despre-buton>.produs-buton-custom-img {
    width: 63px;
  }

  .cont-nou-form>.despre-buton>.produs-buton-custom-img {
    width: 60px;
  }

  .sidenav-inside>.produs-banner-buton>.produs-buton-custom-img {
    width: 11%;
  }

  .swiper-scrollbar>.swiper-scrollbar-drag {
    width: 50px !important;
  }

  .swiper-scrollbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .produs-pret-img {
    /* width: 20%;  */
    /* modificat */
    display: none;
  }

  .produs-pret-img>img {
    /* width: 100%; */
  }

  .cont-descriere {
    font-size: 16px;
    text-align: center;
  }

  .restaurant-image>img {
    width: 100%;
  }

  /* .another-style-cont {
    margin-top: 7%;
  } */

  .header-produse-container {
    height: 73px;
    display: flex;
    align-items: center;
    display: none;
  }


  .fuck-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    align-items: center;
    padding: 11px;
    display: flex;
    justify-content: space-around;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    z-index: 1;
  }

  .topping-image {
    /* margin-bottom:20px; */
    margin-bottom: 0px;
    height: 32px;
    margin-bottom: 5px;
  }

  .comanda-top {
    /* height: auto; */
    height: 400px;
    background-color: black;
    overflow: scroll;
  }

  .comanda-specificatii-mobile>.pret {
    color: #979595;
  }

  .comanda-title {
    width: 100%;
  }

  .adauga-adresa-inputs {
    flex-direction: column;
  }

  .adresa-element {
    width: 100% !important;
  }

  #cont-adresa-stradanr,
  #cont-adresa-detalii,
  #cont-adresa-repere {
    background-color: black !important;
    border: 1px solid black !important;
  }

  .salveaza-adresa {
    width: 100% !important;
  }

  .adauga-adresa {
    padding: 20px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #161616;
    margin-left: 5%;
    /* margin-top: -170px;
    position: relative; */
  }

  #content>.page-container {
    padding: 21px 15px 0px 15px;
    /* margin-top: 10%;   */
  }

  .new-class-transport {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0px;
    background-color: black;
    width: 110%;
    margin-left: -5%;
  }

  .overlay {
    padding: 0px;
  }

  .magazin-inchis {
    width: 80%;
  }

  .header-top {
    display: none;
  }

  .header-wrapper {
    /* display: none; */
  }

  .header-menu {
    display: none;
  }

  .header-menu-mobile {
    display: flex;
    background-color: black;
    border: 1px solid black
  }

  .header-menu-mobile-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* pus pentru moment */
    /* display: none; */
  }

  .mobile-logo {
    width: 111px;
    height: 77px;
  }

  .footer-links-container {
    width: 80%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-links {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-copy {
    text-align: center;
  }

  .footer-linie {
    display: none;
  }

  .footer-container {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 768px;
  }

  .footer-logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  footer#footer {
    height: 320px;
  }

  main#content {
    padding-bottom: 320px;
  }

  .adauga-produs {
    width: 80%;
    margin: 0 auto !important;
    margin-top: 40px !important;
  }

  .pizza-container {
    flex-direction: column;
    /* margin-top: 20% */
  }

  .ingrediente-text {
    margin-bottom: 40px;
  }

  #spaghetti {
    margin-left: 15px;
  }

  .pizza-title {
    font-size: 30px;
  }

  .pizza-title-container {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pizza-left {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 229px;
  }

  .pizza-left>img {
    object-fit: contain;
  }

  .pizza-right {
    width: 100%;
  }

  .trimite-comanda {
    flex-direction: column;
    width: 110%;
    padding: 5%;
    background-color: black;
    margin-top: 0;
    margin-left: -5%;
  }

  .putin-margin {
    margin-top: 20px;
  }

  .trimite-comanda>.buton-inapoi {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .trimite-comanda>.trimite-buton {
    width: 80%;
    margin: 0 auto;
  }

  .finalizare-container {
    flex-direction: column;
  }

  .metoda-plata {
    border: none;
    padding: 0;
  }

  .livrare {
    padding: 0;
  }

  .foloseste-puncte {
    border-right: none;
  }

  .foloseste-puncte,
  .metoda-plata,
  .livrare {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .livrare {
    border-bottom: none;
    margin-top: 0;
    border-left: none;
  }

  .banner-pizza-inside {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .banner-pizza {
    height: auto;
    padding: 20px;
  }

  .banner-pizza-inside-text {
    font-size: 18px;
  }

  .banner-pizza-inside-text-mare {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cos-produs {
    flex-direction: column;
    /* margin-top: 40px; */
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .cantitate-container {
    justify-content: space-between;
    width: 100%;
  }

  .produs-pret-container {
    flex-direction: row;
  }

  .delete-button {
    margin-top: unset;
    margin-left: 40%;
  }

  .cos-titlu {
    font-size: 30px;
    /* margin-top: 30% */
  }

  .puncte-modificat {
    flex-direction: row !important;
  }

  .comanda-title {
    font-size: 30px;
  }

  .comanda-left,
  .comanda-right {
    width: 100%;
  }

  .timp-container {
    flex-direction: column;
  }

  .timp-element {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }

  .error-container {
    display: flex;
    flex-direction: column;
  }

  .error-left,
  .error-right {
    width: 100%;
  }

  .error-title {
    text-align: center;
  }

  .error-text {
    text-align: center;
  }

  /* .arrow-takeaway {
    position: relative;
    bottom: 40px;
    left: 160px;
  }

  .arrow-delivery {
    position: absolute;
  } */


  .intoarce-te {
    width: 50% !important;
    margin: 0 auto;
  }

  .error-left {
    margin-bottom: 20px;
  }

  .cont-select-container {
    display: block;
  }

  .istoric-data,
  .istoric-status,
  .istoric-total,
  .comanda-id {
    width: 128px;
  }

  .date-element {
    width: 100%;
  }

  .with-margin {
    margin-top: 15px;
  }

  .istoric-cap {
    display: none;
  }

  .adresa-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* background-color: black; */
    align-items: center;
    height: 60px;
    font-size: 15px;
    text-align: initial;
  }

  .adresa-text-container {
    width: 100%;
    background-color: black;
  }

  .istoric-element {
    flex-direction: row;
    background-color: black;
  }

  .modifica-parola,
  .parola-noua {
    width: 100%;
  }

  .contact-container {
    flex-direction: column;
  }

  .contact-left,
  .contact-right {
    width: 100%;
  }

  .contact-left {
    margin-bottom: 80px;
  }

  .despre-right>.swiper-container>.swiper-pagination {
    bottom: 120px !important;
    left: -260px;
  }

  .breadcrumb-container {
    display: none;
  }

  .reverse-row {
    flex-direction: column !important;
  }

  .reverse-row>.despre-left {
    margin-bottom: 20px;
    margin-top: -10%;
  }

  .restaurant-poze {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .restaurant-poza {
    width: 48%;
    margin-bottom: 20px;
  }

  .despre-right {
    /* margin-bottom: 20px; */
    /* padding-top: 15%; */
    /* border-radius: 40px; */
  }

  .despre-contact {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .despre-contact-text {
    display: none;
  }

  .despre {
    flex-direction: column-reverse;
    /* margin-bottom: 40px; */
  }

  .despre-left,
  .despre-right {
    width: 100%;
    margin-top: -10%;
    margin-top: 10px;
    /* margin-bottom: 10px; */
  }

  .class-cum-vrei {
    font-size: 12px;
  }

  .metoda .checkbox.no-minus input[type="radio"]:checked+span:after {
    content: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: #b3b3b3;
    margin-top: 4px;
  }

  .page-title {
    /* text-align: left; */
    margin-bottom: 20px;
  }

  .class-centerr {
    margin-left: 34%;
    margin-bottom: 20px;
  }

  .restaurante-container {
    flex-direction: column;
  }

  .restaurant {
    width: 100%;
    margin-bottom: 20px;
  }

  .restaurante {
    height: 100%;
  }

  .produs-banner {
    padding: 40px;
    height: auto;
    flex-direction: column;
    border-radius: 10px;
  }

  .produs-banner-buton {
    width: 300px;
  }

  .produs-banner-text {
    text-align: center;
    margin-bottom: 20px;
  }

  .banner {
    height: 320px;
    margin-top: 20%
  }

  .produs-buton-custom-img {
    width: 60px;
  }

  .produs-pret-text {
    font-size: 14px;
  }

  .adresa-buton {
    margin-top: 30px;
  }

  .class-background-color {
    background-color: black;
  }

  .class-center {
    text-align: center;
  }

  .produs-buton-custom-text {
    /* font-size: 15px;
    padding-top: 3px;
    padding-left: 10px; */
    font-size: 15px;
    padding-top: 3px;
    /* padding-left: 10px; */
    /* padding-right: 19px; */
    /* color: blue !important; */
    /* margin-right: 17px; */
    text-align: center;
    /* color: blue !important */
    text-transform: initial;
  }

  .class-cu-display {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
  }

  .produs-buton-custom {
    width: 90%;
    background-color: #999999;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
    align-items: center;
  }

  .produs-marime {
    font-size: 14px;
    text-align: center;
  }

  .produs-cm {
    font-size: 16px;
    text-align: center;
  }

  .produs-pret {
    width: 60%;
    margin-left: -4px;
  }

  /* .produs-marime-container {
    width: 30%;
  } */

  .produs {
    width: 48%;
    /* margin-bottom: 20px; */
  }



  /* .search-input-mobile {
    display: none;
    width: 100%;
    height: 45px;
    background-color: rgb(35, 35, 35);
    margin-left: -5px;
    margin-right: 60px;
    border-radius: 10px;
    margin-top: 5px;
    border: none;
  } */

  .produse {
    flex-wrap: wrap;
    /* margin-top: 20% */
  }



  .banner-title {
    font-size: 40px;
  }

  .container {
    width: 768px;
  }

  .puncte-container {
    flex-direction: column;
  }

  .puncte-left {
    margin-bottom: 20px;
  }

  .puncte-left,
  .puncte-right {
    width: 100%;
  }

  .adresa {
    flex-direction: column;
    justify-content: flex-start;
    align-items: initial;
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .editeaza-container-tot {
    margin-top: 20px;
    width: 100%;
  }

  .puncte {
    display: flex;
    flex-direction: column;
  }

  /* .cont-menu {
    display: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 200%;
    margin-bottom: 20px;
    margin-top: 40px;
    max-width: 100%;
    overflow-x: auto;
  } */

  .cont-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    /* Set the width to be wider than its parent */
    margin-bottom: 20px;
    margin-top: 40px;
    overflow-x: auto;
    background-color: black;
    padding: 15px;
    width: 110% !important;
    margin-left: -5%;
    margin-top: -9%;
  }

  .cont-item {
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Heebo-Regular';
    font-size: 14px;
    width: 30%;
    text-align: center;
    cursor: pointer;
    /*adaugat*/
    margin-right: 15px;
    /*adaugat*/
    white-space: nowrap;
    margin-left: 5%;
    color: #FFD100
      /* width: 20px; */

      /* width: 120px;
    white-space: nowrap;
    margin-right: 60px; */
  }

  .cont-linie {
    /* display: none; */
  }

  .cont-select-container {
    width: 100%;
  }

  .cos-desktop-hidden {
    display: none;
  }

  .cantitate-desktop-hidden {
    display: none;
  }

  .cos-mobile-hidden {
    display: none;
  }

  .cantitate-mobile-hidden {
    display: none;
  }

  .cantitate-desktop-hidden {
    display: flex !important;
  }

  .cos-desktop-hidden {
    display: flex;
    width: 100%;
  }

  .buton-inapoi-mobile {
    display: block;
  }

  .full-width {
    /* width: 100%; asta am avut-o la detaliu pizza in ca ca trebuie modificat din nou */
    max-height: 300px;
  }

  .pentru-padding {
    padding-top: 20%;
    border-radius: 5px
  }

  .class-span-font-size {
    font-family: 'Heebo-Regular';
    font-size: 11px;
  }

  .scroll-up {
    display: none !important;
  }

  /* .hide-desktop {
    display: none;
  } */
  .adresa-strada-fara-cont{
    background-color: black !important;
  }

  #topping-container .ingredient-text, .dimensiune-container .ingredient-text, .topping-container .ingredient-text{
    font-size: 12px;
  }
  .dimensiune-img {
    height: 30px;
  }
  .dimensiune-img-big {
      width: 40px;
      height: 40px;
  }
  footer#footer{
    position: absolute;
    top: 100%
  }
}

@media only screen and (max-width : 768px) {
  #popup-pizza {
    width: 100%;
  }

  .another-style-cont {
    margin-top: 7%;
  }

  .scroll-for-mobile {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-items: unset;
    padding-bottom: unset;
    border-bottom: unset;
    margin-bottom: unset;
    flex-wrap: unset;
    justify-content: normal !important
      /* Set justify-content to normal */
  }

  .cont-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
    font-size: 14px;
  }

  .log-out-image {
    margin-right: 1px;
    width: 20px;
    height: 16px;
  }

  .color-links {
    color: white;
    cursor: pointer;
  }


  .for-mobile-scroll {
    margin-right: 10px;
    width: 46px;
    margin-left: 20px;
    min-width: 90px;
    height: 100px;
    border-radius: 8px;
    height: 100px !important;
    border-radius: 8px !important;
  }

  #search-input-mobile {
    /* width: 20%; */
    display: none;
    width: 100%;
    height: 45px;
    background-color: rgb(35, 35, 35);
    margin-left: 10px;
    margin-right: 85px;
    border-radius: 10px;
    margin-top: 5px;
    border: none;
    /* transform: scale(1.2); */
  }

  .show-size-cont {
    display: block !important;
    color: white !important;
  }

  .for-mobile-back {
    width: 21px;
    height: 21px;
    position: absolute;
    /* top: 36px; */
    left: 30px;
    cursor: pointer;
    z-index: 2;
    font-size: 15px;
  }

  .metoda-plata-title {
    font-size: 18px;
    color: #ffd100;
    margin-bottom: 10px;
    font-weight: bold;
  }

  textarea {
    background-color: black;
    border: 1px solid black;
  }

  .has-voucher {
    display: none;
  }

  .checkbox>input {
    background-color: black;
    border: 1px solid black;
  }

  .metoda {
    margin-left: 4%;
  }

  .object-contain {
    object-fit: contain;
    margin-left: 90%;
  }

  .no-margin-image-cont {
    margin-left: 0 !important;
  }

  .detaliu-produs-cont {
    margin-left: 27% !important;
  }

  .hide-sos-mobile {
    display: none;
  }

  .show-sos-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: start;
    align-items: start;
  }

  .topping-button-div {
    width: 90%;
    margin-bottom: 25px;
  }

  .topping-button-div button {
    height: 55px;
  }


  .cont-livrare-nrstrada {
    background-color: black !important;
    border: 1px solid black !important;
    height: 55px;
  }

  .cont-livrare-detalii {
    background-color: black !important;
    border: 1px solid black !important;
    height: 55px;
  }

  .cont-livrare-repere {
    background-color: black !important;
    border: 1px solid black !important;
    height: 55px;
  }



  .cos-adauga>.produs-buton-custom-img {
    width: 50px;
  }

  .adresa-title {
    text-transform: none;
    font-family: 'Heebo-Regular';
    font-size: 20px;
    margin-bottom: 25px;
    color: #999999;
    margin-left: 4%;
  }

  .margin-button-cont {
    margin-bottom: 30px !important;
  }

  .pentru-padding {
    padding-top: 20%;
    border-radius: 5px
  }

  .row-mobile-text {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: row;
  }

  .adauga-buton {
    text-align: center;
    font-size: 20px;
    color: #FFD100;
    font-family: 'Heebo-Regular';
    width: 33%;
  }

  .adauga-buton-border-right {
    border-right: 1px solid #999999;
  }

  .adauga-buton-border-left {
    border-left: 1px solid #999999;
  }

  .dropdown-delivery {
    /* display: none; */
    width: 48%;
    height: 40%;
  }

  .sos-overlay .topping-cos {
    height: 100px;
    width: 35%;
  }

  .text-sos-title {
    font-family: 'Heebo-Bold';
    font-size: 30px;
    color: white;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 55px;
    text-transform: uppercase;
  }

  .close-btn {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 36px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
  }

  #mobile-location2 {
    color: #fff;
    align-items: baseline;
    background-color: dimgray;
    padding: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    /* margin-top: -50px; */
    border-radius: 10px
  }

  .hide-on-mobile {
    display: none;
  }

  .show-on-mobile {
    /* display: none; */
    display: block;
  }

  .uitat-parola {
    margin-top: 50px !important;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .anpc-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked+.slider {
    background-color: #DB6B5A;
  }

  input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(25px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }


  .hide-mobile-delivery {
    display: none !important;
  }

  .shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .dropdown-location {
    /* display: none; */
    width: 48%;
    margin-left: 4%;
  }

  .istoric-comenzi {
    height: 62vh;
    overflow: auto;
  }

  .add-background-color {
    background-color: #262626;
    width: 100%;
    height: 10%;
  }

  .without-overlay {
    background-color: transparent !important;
  }

  .close-btn-cont {
    top: 23px !important;
    left: 6%;
    height: 25px;
    width: 25px;
  }

  .align-text-title {
    text-align: center;
  }

  .timp-descriere {
    text-align: center;
  }

  .timp-imagine {
    width: initial;
  }

  .color-mobile-cont {
    color: #FFD100;
  }

  .detaliu-istoric-cos {
    width: 100%;
    height: 88% !important;
    position: absolute;
    bottom: 0;
    overflow: unset;
    background-color: #262626;
  }

  .detaliu-cos-top-cont {
    height: auto !important;
    background-color: black;
    border: 10px solid #262626;
  }

  .detaliu-cos-comanda-container-cont {
    height: 200px !important;
  }

  .more-height-total-cont {
    height: 135px;
    background-color: #262626;
  }

  #select_delivery,
  #select_location {
    text-align: center;
    /* margin-left: 30% */
  }

  .cont-linie {
    /* width: 100%; */
    border-bottom: none;
    height: 0;
  }

  .sidenav-inside {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: center;
  }

  .location-small {
    color: #fff;
    align-items: baseline;
    background-color: dimgray;
    padding: 12px;
    width: 45%;
    display: flex;
    justify-content: center;
    /* margin-top: -50px; */
    border-radius: 10px;
  }

  .another-location-small {
    color: #fff;
    align-items: baseline;
    background-color: dimgray;
    padding: 12px;
    width: 45%;
    display: flex;
    justify-content: center;
    /* margin-top: -50px; */
    border-radius: 10px;
  }

  .cantitate-container {
    margin-top: 0;
  }

  .produs-pret-container {
    width: 0px;
  }

  .location-div-mobile {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    /* margin-top: -50px; */
    /* margin-bottom: 5%; */
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  .sidenav-social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 70px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 38%;
  }

  .close-sidenav {
    width: 22px;
    height: 22px;
    margin-left: 90%;
  }

  .sidenav-element {
    text-transform: none;
    color: white;
    width: 100%;
    margin-bottom: 10px;
    text-align: start;
    font-family: 'Heebo-Regular';
    font-size: 18px;
  }

  .sidenav {
    width: 90%;
    height: 70%;
    position: fixed;
    top: 16%;
    left: 100%;
    z-index: 40;
    background-color: black;
    transition: 0.5s;
    /* background-image: url(/images/backgroundPizza.png); */
    background-size: cover;
    background-position: -450px 0;
    margin-left: 5%;
    border-radius: 10px;
  }

  .sidenav-container {
    display: block;
    /* align-items: start; */
    width: 100%;
    height: 100%;
    /* margin-top: 50px; */
  }

  .cu-flex {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .circle-user {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    background-color: #FFD100;
    background-image: url('/images/userLogged.svg');
  }

  .in-coloana {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 10px
  }

  .color-grey {
    color: gray
  }

  .fuck-hello {
    font-size: 20px;
    color: gray
  }

  .fuck-user {
    font-size: 20px;
  }

  /* .buttons-logout-delete {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  } */

  .full-width {
    /* width: 100%; asta am avut-o la detaliu pizza in ca ca trebuie modificat din nou */
    max-height: 300px;
    /* padding-top: 20%; */
    /* border-radius: 5px */
  }

  .dressing-overlay {
    width: 80%;
  }

  .inapoi-fail {
    width: 100% !important;
  }

  .super-oferta>.magazin-inchis-text {
    display: block;
  }

  .confirma-btn {
    font-size: 16px;
  }

  .produs {
    margin-top: 5%
  }

  .detalii-comanda {
    display: none;
  }

  .detaliu-cos-produs-left-mobile {
    /* width: 50% !important; */
    width: 100% !important;
  }

  .detaliu-cos-produs-right-modified {
    /* width: 140px !important; */
    position: absolute;
    margin-top: 20%;
    margin-left: 15%;
  }

  .produs-buton-group {
    width: 100%;
  }

  .cos-desktop-hidden>.produs-buton-group>.produs-banner-buton {
    width: 48%;
  }

  .cos-desktop-hidden>.produs-buton-group>.produs-banner-buton>.produs-buton-custom-text {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 2px;
    /* color: blue */
  }

  .log-out-text {
    font-family: 'Heebo-Medium';
    font-size: 15px;
    color: #FFFFFF;
    margin-right: 20px;
    text-transform: none;
  }

  .cos-produs-descriere {
    width: 53%;
  }

  .cos-produs-imagine {
    width: 50%;
  }

  .cos-produs-nume {
    font-size: 18px;
  }

  .carduri-full {
    width: 100%;
  }

  .carduri {
    width: 100%;
  }

  .sidenav-inside>.produs-banner-buton>.produs-buton-custom-img {
    width: 18%;
  }

  .recuperare {
    height: 100%;
  }

  .produs-pret-img {
    /* width: 55px; */
    /* modificat */
    display: none;
  }

  .produs-banner>.produs-banner-buton>.produs-buton-custom-img {
    width: 20%;
  }

  .detaliu-cos-produs {
    flex-direction: row;
  }

  .detaliu-cos-produs-left,
  .detaliu-cos-produs-right {
    width: 100%;
  }

  .detaliu-cos-descriere>.detaliu-cos-produs-right {
    display: flex;
  }

  .detaliu-cos-descriere {
    margin-bottom: 15%;
  }

  .detaliu-cos-produs-right {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .detaliu-cos-cantitate,
  .detaliu-cos-pret {
    font-size: 20px;
    color: white
  }

  .detaliu-cos-cantitate {
    margin-right: 20px;
  }

  .magazin-inchis-text {
    display: block;
  }

  .cont-nou-form>input {
    height: 40px;
  }

  .cont-nou,
  .login {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .detaliu-cos-top {
    height: 75vh;
    background-color: black;
  }

  .detaliu-cos-produs-right {
    width: 100px;
  }

  .detaliu-cos-total {
    margin-bottom: 20px;
  }

  .detaliu-cos {
    width: 100%;
    height: 100%;
  }

  .recuperare {
    width: 100%;
  }

  .cont-nou-form {
    width: 100%;
  }

  .super-oferta-img {
    height: 184px;
  }

  .confirma-actiunea {
    width: 80%;
  }

  .magazin-inchis-title {
    font-size: 25px;
  }

  .magazin-inchis-text {
    font-size: 15px;
  }

  .footer-links-container {
    width: 95%;
  }

  footer#footer {
    height: 350px;
  }

  main#content {
    padding-bottom: 350px;
    background-color: #232323;
  }

  .footer-container {
    width: 480px;
    display: none;
  }

  .adauga-produs {
    width: 100%;
  }

  .super-oferta {
    height: 100%;
    width: 100%;
  }

  .recomandari>.recomandari-title {
    color: white;
  }

  .menu-item,
  .pret,
  .cantitate {
    font-size: 20px;
  }

  .comanda-specificatii-mobile {
    display: flex !important;
    flex-direction: row;
  }

  .comanda-imagine {
    margin-right: 20px;
  }

  .comanda-produs {
    width: 100%;
  }

  .desktop-hidden {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }

  .puncte-modificat {
    width: 100%;
  }

  .cont-buton {
    width: 100% !important;
  }

  .intoarce-te {
    width: 90% !important;
    margin: 0 auto;
  }

  .modal-categories {
    /* display: flex; */
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 100;
  }

  .fuck-modal {
    background: black;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 101;
    width: 100%;
    height: 100%;
  }

  .fuck-modal-under {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    height: 65%;
  }

  .tag-a-modal {
    width: 45%;
    display: flex;
    margin: 8px;
    background: #262626;
    text-align: center;
    border-radius: 10px;
    font-size: 31px;
    /* margin-right: 6px; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFD100;
    font-family: Mongoose-Regular;
    text-transform: uppercase;
  }

  /* .tag-a-modal img {
    margin-top: 5px
  } */

  .with-flex-svg {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
  }

  .comanda-id-text {
    display: block;
    color: white;
    margin-right: 10px;
  }

  .puncte-imagine-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .istoric-data,
  .istoric-status,
  .istoric-total,
  .comanda-id {
    width: 100%;
  }

  .istoric-detaliu-text {
    background-color: gray;
    font-size: 13px;
    width: fit-content;
    border-radius: 5px;
    padding: 5px 25px;
    color: white;
    margin-left: 5px;
  }

  .detaliu-cos-bottom {
    background-color: #232323;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .comanda-id {
    display: flex;
    flex-direction: row;
  }

  .istoric-element {
    flex-direction: row;
    /* align-items: initial; */
  }

  .date-bottom>.despre-buton {
    width: 100%;
    margin-bottom: 0 !important;
  }

  .adresa-date>.adresa-date-element {
    width: 100%;
    margin-bottom: 20px;
  }

  .adresa-date {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .puncte-text {
    width: 100%;
    margin-top: 20px;
  }

  .contact-titlu,
  .contact-descriere {
    text-align: center;
  }

  .p .puncte-imagine {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .date-element {
    flex-wrap: wrap;
  }

  .parola-noua {
    margin-bottom: 10px !important;
  }

  .parola-noua,
  .modifica-parola {
    width: 100% !important;
  }

  .istoric-detaliu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 15px;
  }

  .contact-titlu {
    font-size: 25px;
  }

  .despre-right-restaurant>.swiper-container>.swiper-pagination {
    bottom: 10px !important;
    left: 0%;
  }

  .despre-right-restaurant {
    height: auto;
  }

  .restaurant-poza {
    width: 100%;
  }

  .despre-buton {
    width: 100%;
  }

  .produs-buton-custom-img {
    width: 60px;
    /* display: none; */
  }

  .produs {
    width: 100%;
    /* //aici modificat */
    background-color: #232323;
    padding: 20px;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    /* margin-left: 5px; */
    margin-right: 5px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    height: 200px;
    border-bottom: 1px solid black;
    border-radius: 0;
    /* margin-top: 15%; */
  }

  .margin-bottom-finish-order {
    margin-bottom: 50%;
    display: flex;
  }

  /* modificat */
  .lupa {
    /* position: absolute;
    width: 25px;
    height: 25px;
    top: 25px;
    left: 330px;
    display: block; */
    display: none;
  }

  /* modificat */
  .produs-img {
    width: 80px;
    /* height: 50px; */
    margin-left: 10px;
  }

  /* modificat */
  .produs-butoane {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 10px
  }

  /* modificat */
  .produs-imagine {
    width: 80px;
    height: 230px;
    margin-bottom: 10px;
    margin-right: 10px;
    /* margin-left: 30px; */
  }

  /* modificat */
  .produs-chunk {
    display: flex;
    flex-direction: row;
    position: relative;
    /* margin-right: 5px; */
  }

  .tag-text {
    font-family: 'Heebo-Medium';
    font-size: 13px;
    text-align: center;
    text-wrap: nowrap;
  }

  .tags {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    /* margin-bottom: 20px; */
  }

  /* modificat */
  .mobile-description {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 140px;
    margin-left: 5px;
  }

  /* modificat */
  .produs-buton-marime {
    width: 90%;
    margin-bottom: 10px;
    /* background-color: #999999; */
    background: linear-gradient(to right, #FFD100 50%, gray 50%);
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
  }

  .produs-butoane-desert {
    display: flex;
    flex-direction: column;
    width: 155px;
    /* margin-left: 20px;
    margin-right: 20px; */
  }

  /* modificat */
  .produs-marime-container {
    border: none
  }

  /* modificat */
  .produs-title {
    text-align: start;
    font-family: 'Heebo-Bold';
    font-size: 15px;
    color: white;
  }

  /* modificat */
  .produs-descriere {
    font-family: 'Heebo-Regular';
    font-size: 11px;
    color: white;
    margin-bottom: 10px;
    width: 100%;
    text-align: start;
    margin-top: 10px;
  }

  /* modificat */
  .sosuri-lista-tag {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-bottom: 20px;
  }

  .user-contact {
    background-color: black !important;
  }

  /* modificat */
  .sos-tag-wrapper {
    padding: 5px 10px;
    background-color: black;
    border-radius: 50px;
    margin-bottom: 10px;
  }

  .topping-cos {
    filter: none;
    border-radius: 8px;
    width: 115px;
    height: 120px;
    margin: 4px;
  }

  .checkbox>input:checked {
    border: 1px solid black;
    background-color: black;

  }

  .sos-tag-image img {
    height: 70%;
    margin: 4px;
  }

  .checkbox>input:checked:after {
    content: url('../images/x-button-small.svg');
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: #b3b3b3;
    margin-top: 4px
  }

  /* .metoda .checkbox.no-minus input[type="radio"]:checked:after {
    content: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: #FFD100;
    margin-top: 4px;
  } */

  .metoda .checkbox.no-minus input[type="radio"]:checked::after {
    content: '' !important;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .metoda .checkbox.no-minus input[type="radio"]:checked::before {
    content: '' !important;
    color: #FFD100;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }




  .ingredient-hide {
    display: none !important;
  }

  .topping-image img,
  .dimensiune-container img {
    /* filter: brightness(100) grayscale(100%); */
    filter: none;
  }

  /* modificat */
  .dimensiune-container {
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    padding-bottom: 0px;
    /* border-bottom: 1px solid #707070; */
    border-bottom: none;
    margin-bottom: 0px;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .ingredient-text {
    text-transform: uppercase;
    color: #b3b3b3
  }

  .ingredient {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: flex-start;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: black;
    padding: 4px 8px;
    border-radius: 50px;
  }

  .ingrediente-container-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
  }

  /* modificat */
  .dimensiune-item {
    color: white;
    filter: brightness(10000);
    margin-top: 5px;
    border-radius: 15px;
    border: 1px solid white;
    padding: 15px;
    width: 50%;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    margin-right: 0px;
  }

  #pizza-mare {
    margin-left: 15px;
  }

  .close-btn-new {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 36px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 80%;
  }

  /* modificat */
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: white;
    background-color: #232323;
    border: 1px solid #232323;
    margin-bottom: 10px;
    border-radius: 8px;
    height: 55px;
  }

  .cont-numar-strada {
    background-color: black !important;
    border: 1px solid black !important;
    height: 55px !important;
    border-radius: 5px !important;
  }

  .select2-container--default .select2-selection--single {
    width: 100% !important;
    padding: 12px 20px !important;
    margin: 8px 0 !important;
    box-sizing: border-box !important;
    outline: none;
    font-family: 'Heebo-Regular' !important;
    font-size: 16px !important;
    color: white !important;
    background-color: black !important;
    border: 1px solid black !important;
    margin-bottom: 10px !important;
    border-radius: 10px !important;
    height: 55px !important;
  }


  /* modificat */


  #page {
    background-color: black !important;
    background-image: none;
    display: block;
    min-height: 100%;
    position: relative;
    width: 100%;
    background-image: url(../images/background.jpg);
    /* overflow: unset !important; */
    /* background-size: contain; */
    /* background-repeat: repeat; */
    /* background-size: 100% 100%; */
  }


  .topping-cos-checked {
    color: #FFD100;
    border: 1px solid #FFD100 !important;
    filter: brightness(1) grayscale(0);
  }

  .header-wrapper {
    /* display: none; */
  }

  .show-mobile {
    display: block !important;
    margin-top: 15px
  }

  .show-desktop {
    display: none;
  }

  .input-class {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Heebo-Regular';
    font-size: 16px;
    color: white;
    background-color: black !important;
    border: 1px solid black !important;
    margin-bottom: 10px;
    border-radius: 8px;
  }

  .container {
    width: 480px;
  }

  .banner {
    margin-bottom: 0px;
    display: none;
  }

  .cont-container>.date-container>.date-bottom {
    width: 100% !important;
  }

  .informatii-mobil {
    display: block;
  }

  .istoric-data,
  .istoric-status,
  .istoric-total {
    display: flex;
    flex-direction: row;
    margin-left: 30px;
    margin-top: 15px
  }

  .ascundem {
    display: none !important;
  }

  .comanda-specificatii-mobile>.cantitate {
    margin-right: 20px;
  }

  .comanda-produs-container-title>.comanda-produs {
    font-size: 25px;
    color: white
  }

  .comanda-imagine {
    height: 100px;
    width: 85px;
  }

  .comanda-produs-container-title {
    width: 70%;
  }

  .cantitate-modificat,
  .pret-modificat {
    width: auto;
    margin-left: 20px;
    margin-left: 0px;
  }

  .comanda-specificatii-mobile {
    align-items: center;
  }

  .comanda-produs-container-title>.comanda-produs {
    font-size: 15px;
  }

  .comanda-specificatii-mobile>.cantitate {
    text-align: left;
    font-size: 20px;
  }

  .comanda-specificatii-mobile>.pret {
    text-align: left;
  }

  .detaliu-cos-imagine {
    width: 30%;
  }

  .topping-item {
    position: relative;
    z-index: 100;
    width: 130px;
    padding: 5px;
    border-radius: 8px;
    height: 130px;
    border: 1px solid white;
    display: grid;
    place-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* 
  .hide-desktop {
    display: none;
  } */
}

@media only screen and (max-width : 480px) {
  .topping-item {
    width: 85px;
    height: 100px;
  }

  .cos-produse {
    margin-top: 40px;
    /* margin-bottom: 40px; */
    /* padding-bottom: 20px; */
  }

  .voucher-button {
    margin-bottom: 2px;
  }

  .sos-group-cos {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .right-border {
    color: #FFD100;
    border-right: 1px solid #999999
  }

  .left-border {
    color: #FFD100;
    border-left: 1px solid #999999
  }

  .voucher-button>.produs-buton-custom-text {
    padding-left: 0px;
    font-size: 12px;
  }

  .dressing-overlay {
    width: 100%;
  }

  .header-produse-item {
    font-size: 32px;
  }

  .cos-produs-informatii {
    align-items: initial;
  }

  .ingredient-text {
    font-size: 10px;
  }

  .comanda-produs-container-title>.comanda-produs {
    font-size: 20px;
  }

  #NotiflixNotifyWrap {
    width: 100% !important;
  }

  .buton-inapoi-mobile {
    width: 100%;
  }

  .detaliu-cos-cantitate-modified {
    margin-right: 20px !important;
    /* margin-top: 20px; */
  }

  .detaliu-cos-pret-modified {
    font-size: 16px;
    /* margin-top: 20px; */
  }

  .lista-toppings-cos {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    /* padding: 10px 10px; */

    /* display: flex;
    flex-direction: column; */

  }

  .lista-sosuri-cos {
    display: flex;
    flex-direction: column;
  }

  .sos-tag-image {
    margin-right: 10px;
  }

  .topping-overlay {
    /* height: 80vh; */
    width: 100%;
    margin-top: 0px;
    padding: 1px;
    background-color: #262626
  }

  .produs-buton-group {
    justify-content: space-between;
  }

  .cos-produs-imagine {
    width: 40%;
    margin-right: 0px;
  }

  .produs-pret-container {
    min-width: 80px;
  }

  .adauga-cantitate {
    height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: black;
    /* background-color: black */
  }

  .change-color {
    background-color: black
  }

  .pret-produs-wrap {
    align-items: baseline;
    /* color: #FFD100; */
  }

  .delete-button {
    width: 20px;
    height: 20px;
  }

  .produs-pret-mare {
    font-size: 25px;
    color: #FFD100;
  }

  .produs-pret-lei {
    padding-top: 0px;
    font-size: 12px;
    color: #FFD100;
  }

  .cantitate-desktop-hidden>.adauga-cantitate>.adauga-buton {
    font-size: 12px;
  }

  .cantitate-desktop-hidden>.adauga-cantitate>.cantitate {
    font-size: 18px;
  }

  .cos-produs-descriere {
    width: 80%;
  }

  .editeaza-container {
    margin-left: 10px;
  }

  .produs-cm {
    font-size: 11px;
    text-align: center;
  }

  .detaliu-cos-produs-left {
    margin-right: 20px;
  }

  .detaliu-cos-descriere-titlu {
    font-size: 16px;
    color: white
  }

  .detaliu-cos-cantitate {
    margin-right: 0px;
    font-size: 16px;
  }

  .detaliu-cos-descriere-informatii {
    /* display: none; */
    color: white;
    margin: 0 0 10px 0;
    font-size: 11px;
  }

  .detaliu-cos-top {
    /* // era 65 */
    height: 75vh;
    background-color: black;
  }

  .topping-container {
    margin-bottom: 20px;
  }

  /* .dimensiune-container{
    justify-content: space-between;
  }
  .dimensiune-item {
    margin-right: 0px;
     margin-bottom: 0px;
  }
  .dimensiune-container{
    width:90%;
    margin:0 auto;
    margin-bottom: 20px;
  } */
  /* .dimensiune-container{
    justify-content: space-between;
  }
  .dimensiune-item{
    margin-right: 0px;
  } */
  .produs-pret-text {
    font-size: 14px;
    margin-left: 7px;
  }

  .span-cum-vrei-tu {
    margin-right: 35px;
    margin-left: 10%;
    text-transform: uppercase;
  }

  .swiper-scrollbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sidenav-inside>.produs-banner-buton>.produs-buton-custom-img {
    width: 58px;
  }

  .footer-links {
    justify-content: space-between;
  }

  .footer-social {
    margin-right: 0px;
  }

  .footer-copy {
    width: 70%;
  }

  .footer-links-container {
    width: 90%;
  }

  footer#footer {
    height: 400px;
    /* background-color: #262626; */
    background-color: #232323;
  }

  main#content {
    margin-bottom: 0px;
    padding-bottom: 0px;

  }

  .footer-container {
    width: 100%;
  }

  .trimite-comanda>.buton-inapoi {
    width: 100%;
  }

  .trimite-comanda>.trimite-buton {
    width: 100%;
  }

  .restaurante {
    padding: 0px;
    background-color: #232323;
    display: none;
  }

  .page-container {
    margin-top: 0px;
  }

  .produs-marime-container {
    /* width: 24%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin-left: 5%; */
  }

  .produs-banner-text {
    width: 100%;
  }

  .produs-banner {
    padding: 20px;
    display: none;
  }

  .produs-buton-custom-img {
    width: 57px;
  }

  .produs-banner>.produs-banner-buton>.produs-buton-custom-img {
    width: 58px;
  }

  .produs-banner-buton {
    width: 100%;
  }

  /* #page {
    background-color: black !important;
    background-image: none;
  } */

  .banner {
    height: 220px;
  }

  .banner-title {
    font-size: 35px;
  }

  .container {
    width: 100%;
  }

  .header-wrapper {
    /* display: none; */
  }

  .sos-overlay {
    width: 100%;
    padding: 0;
    background-color: #232323;
  }

  /* .hide-mobile {
    display: none;
  } */
}

@media only screen and (max-width : 380px) {
  .topping-cos {
    padding: 5px 5px;
  }

  .lista-toppings-cos {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    padding: 10px 10px;

    /* display: flex;
    flex-direction: column; */

  }
}

@media only screen and (max-width : 360px) {
  .produs-pret-text {
    font-size: 14px;
  }

  .header-wrapper {
    /* display: none; */
  }
}

@media only screen and (max-width : 320px) {
  .produs-marime {
    font-size: 18px;
  }

  .produs-cm {
    font-size: 10px;
  }

  .header-wrapper {
    /* display: none; */
  }

  /* .produs-buton-custom-text {
    font-size: 12px;
    padding-top: 3px;
    padding-left: 10px;
    color: blue
  } */
}