﻿/*
@import this file directly into your existing Scss files to use these mixins
*/
/***Global Styles***/
canvas {
  direction: ltr; }

.FaTextBox {
  direction: rtl;
  text-align: right; }

.EnTextBox {
  direction: ltr;
  text-align: left; }

textarea {
  direction: rtl;
  text-align: right; }

select {
  direction: rtl;
  text-align: right; }

.number {
  display: inline-block;
  direction: ltr;
  font-family: serif;
  font-size: 0.9em; }

.error, .field-validation-error {
  color: red; }

.ltr {
  direction: ltr; }

.rtl {
  direction: rtl; }

.text-container {
  transform: rotate(-0.1deg); }

.inline-block {
  display: inline-block !important; }

.align-top {
  vertical-align: top; }

.align-bottom {
  vertical-align: bottom; }

.align-middle {
  vertical-align: middle; }

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

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

.line-through {
  text-decoration: line-through; }

.caution {
  color: red; }

.caution-wrapper {
  border: 1px solid red;
  padding: 5px; }

.flash-container {
  overflow: hidden; }

.bullet {
  margin-left: 5px;
  border: solid 1px #eeae39;
  direction: ltr;
  vertical-align: middle; }

.wrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word; }

.clearfloat {
  clear: both; }

.captcha-text {
  font-family: monospace; }

.main-content-wrapper {
  direction: rtl;
  color: #464646; }

.dropdown-menu > li > a label {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px; }

.dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0; }

.dropdown-menu > li > a.radio, .dropdown-menu > li > a.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px; }

.dropdown-menu > li > [type=radio], .dropdown-menu > li > [type=checkbox] {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
  margin-top: 9px; }

.dropdown-menu .divider {
  margin: 2px 0; }

.dropdown-menu [type=checkbox] + label {
  display: block;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px; }

.dropdown-menu [type=checkbox] + label:hover, .dropdown-menu [type=checkbox]:checked + label {
  background: #333e97;
  color: white; }

.rtl-placeholder[value=""] {
  direction: rtl; }

.rtl-placeholder {
  direction: ltr; }

.footer .stuff-tags.well {
  min-height: 20px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.form-container {
  font-size: 1.4em !important; }
  .form-container h2 {
    font-size: 1.8em; }
  .form-container .form-line {
    margin-bottom: 10px; }
  .form-container .form-control {
    font-size: 1.4em !important; }

#login-modal-content .logout-form {
  display: inline-block; }

/*Defaults*/
.inner-page .banner {
  position: relative; }
  .inner-page .banner .banner-image {
    width: 100%; }
  .inner-page .banner .ribbon {
    position: absolute;
    width: 15%;
    left: 49.5%;
    top: 31%;
    min-width: 155px; }
  .inner-page .banner .brand-name {
    position: absolute;
    left: 51.5%;
    top: 7vw;
    color: white;
    transform: rotate(-18deg) skewX(-15.5deg);
    font-size: 1vw;
    -sand-transform: rotate(-18deg) skewX(-15.5deg); }
  @media (max-width: 1040px) {
    .inner-page .banner .brand-name {
      font-size: 0.7em;
      top: 7.4vw;
      margin-top: -10px\9; } }
  .inner-page .banner .diamond-btn {
    padding: 20px 0;
    position: absolute;
    right: 50%;
    bottom: -62px;
    margin-right: -47.5px;
    text-align: center;
    width: 95px;
    height: 95px;
    display: inline-block;
    vertical-align: middle;
    background: url("/images/icons.sprite.png") -10px -1500px no-repeat; }
    .inner-page .banner .diamond-btn img {
      max-width: 50px; }

.highlight {
  outline: -2px solid rgba(0, 0, 255, 0.5);
  box-shadow: 0 0 9px 3px rgba(0, 0, 255, 0.5); }

.magnifier {
  background-color: white; }

.checkbox > input[type=checkbox], .checkbox-inline > input[type=checkbox], .radio > input[type=radio], .radio-inline > input[type=radio] {
  margin-left: 0;
  margin-top: 2px; }

.checkbox input[type=checkbox] + label, .checkbox-inline input[type=checkbox] + label, .radio input[type=radio] + label, .radio-inline input[type=radio] + label {
  padding-left: 25px; }

.btn img {
  max-width: 90%; }

/*Comment*/
/*****Shared**********/
/********Comment**********/
.comments #comment-form-wrapper {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  position: relative;
  /*        &:before { content: ''; width: 50px; height: 1px; border-bottom: 1px dashed #979797; position: absolute; top: 17px; right: -7px; transform: rotate(-45deg); }*/
  /*        &:after { content: ''; width: 50px; height: 1px; border-bottom: 1px dashed #979797; position: absolute; top: 17px; left: -7px; transform: rotate(45deg); }*/ }
  .comments #comment-form-wrapper .title {
    font-size: 1.71em;
    margin-top: 15px;
    margin-bottom: 40px; }
  .comments #comment-form-wrapper label.control-label {
    color: #acacac; }
  .comments #comment-form-wrapper #comment-captcha-image {
    display: block;
    border-radius: 8px; }

#comments .comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px dashed #979797;
  border-radius: 8px;
  position: relative;
  margin-top: 20px; }
  #comments .comment-list:before {
    content: '';
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed #979797;
    position: absolute;
    bottom: 17px;
    left: -7px;
    transform: rotate(-45deg); }
  #comments .comment-list:after {
    content: '';
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed #979797;
    position: absolute;
    bottom: 17px;
    right: -7px;
    transform: rotate(45deg); }
  #comments .comment-list .comment-body {
    width: 100%;
    clear: both;
    padding: 20px 0; }
    #comments .comment-list .comment-body .actions {
      float: right;
      width: 10%;
      border-left: 3px solid white;
      text-align: center; }
      #comments .comment-list .comment-body .actions .points > div {
        font-size: 1.4em;
        cursor: pointer;
        line-height: 1em; }
      #comments .comment-list .comment-body .actions .points .vote-up {
        color: green; }
      #comments .comment-list .comment-body .actions .points .vote-down {
        color: red; }
      #comments .comment-list .comment-body .actions .points .vote-count {
        color: #61605e;
        font-size: 24px;
        padding: 9px;
        line-height: 0;
        direction: ltr; }
      #comments .comment-list .comment-body .actions .likes {
        display: inline-block; }
        #comments .comment-list .comment-body .actions .likes .action-btn {
          display: inline-block;
          text-decoration: none;
          cursor: pointer; }
          #comments .comment-list .comment-body .actions .likes .action-btn .icon {
            width: 20px;
            height: 20px;
            background-position: center;
            background-size: contain;
            display: inline-block;
            float: left; }
            #comments .comment-list .comment-body .actions .likes .action-btn .icon.like {
              background-image: url("/Images/Like.png");
              display: block; }
            #comments .comment-list .comment-body .actions .likes .action-btn .icon.liked {
              background-image: url("/Images/Like-hover.png");
              display: none; }
          #comments .comment-list .comment-body .actions .likes .action-btn.liked .icon.like {
            display: none; }
          #comments .comment-list .comment-body .actions .likes .action-btn.liked .icon.liked {
            display: block; }
        #comments .comment-list .comment-body .actions .likes .count {
          margin-top: -15px; }

#comments .comment-content {
  width: 88%;
  padding: 5px 10px;
  display: inline-block;
  padding: 10px 30px;
  color: #646267; }
  #comments .comment-content .comment-writer {
    font-size: 0.9em; }
    #comments .comment-content .comment-writer .purchased-this {
      margin-right: 10px;
      color: #31ab46; }
  #comments .comment-content .alert.recommend {
    font-size: 0.8em;
    display: inline-block;
    margin-bottom: 5px; }
  #comments .comment-content .comment-text {
    font-size: 0.8em; }
  #comments .comment-content .sub-comment-container {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px; }
    #comments .comment-content .sub-comment-container .sub-comment {
      border-bottom: 1px solid #b2aba3;
      padding: 5px 10px; }
      #comments .comment-content .sub-comment-container .sub-comment .comment-text {
        font-size: 0.7em; }
      #comments .comment-content .sub-comment-container .sub-comment .comment-writer {
        font-size: 0.7em; }
        #comments .comment-content .sub-comment-container .sub-comment .comment-writer .date {
          color: #b8b4bb; }
      #comments .comment-content .sub-comment-container .sub-comment:first-child {
        border-top: 1px solid #b2aba3; }
  #comments .comment-content .flat-btn {
    padding: 5px 10px;
    font-size: 0.8em;
    margin-top: 10px;
    display: inline-block; }

@media (max-width: 480px) {
  .comments #comment-form-wrapper {
    padding: 15px; }
  #comments .comment-list {
    padding: 15px; } }

.search-box {
  position: relative;
  margin: 0 0 16px 4px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  padding: 15px;
  border: 1px solid #eaeaea;
  border-radius: 5px; }
  .search-box p {
    font-size: 1.2em;
    font-weight: 600; }
  .search-box .summary {
    font-size: 1.2em; }
  .search-box .date {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff6015;
    padding: 0px 10px;
    color: white; }
  .search-box .type {
    position: absolute;
    left: 0;
    top: 0;
    background: #ff6015;
    padding: 0px 10px;
    color: white; }
  .search-box .search-body {
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #eaeaea; }

/*Menu*/
.menuRootUl .separator {
  /*height: 100%; left: 0; top: 0; position: absolute; width: 1px; background-color: red;*/
  display: none; }

.menuRootUl ul.level1 {
  box-shadow: -1px 1px 5px gray; }

.menuRootUl .level1.lastChild > a .separator {
  display: none; }

.menuRootUl .statusicon {
  background-image: url(/images/MenuImages/plus-left.gif);
  background-repeat: no-repeat;
  background-position: center center; }

.menuRootUl .level1 > a .statusicon {
  width: 6px;
  height: 3px;
  background-image: url(/images/MenuImages/plus-Down.gif);
  background-repeat: no-repeat;
  background-position: center center; }

.menuRootUl li.selected {
  background: #cccccc; }

/*AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/*ActionButtons*/
.action-buttons {
  float: left;
  margin-left: 10px; }

.action-buttons .share-button {
  display: inline-block;
  position: relative; }

.action-buttons .share-button li {
  direction: ltr;
  text-align: left; }

.action-buttons .share-button i {
  margin-right: 5px; }

.action-buttons .share-button .fa-facebook-square {
  color: #3b5998; }

.action-buttons .share-button .fa-google-plus-square {
  color: #e02f2f; }

.action-buttons .share-button .fa-twitter-square {
  color: #2aa1d3; }

.action-buttons .share-button .fa-linkedin-square {
  color: #007bb5; }

.action-buttons .share-button .fa-pinterest-square {
  color: #ca2127; }

/*Article*/
.article > .header a {
  margin: 0 5px; }

.article .header .auther {
  float: right;
  margin-right: 20px; }

.article .header .date-wrapper {
  float: right; }

.article .header .icons {
  float: left;
  margin-left: 10px; }

.article .footer {
  font-size: 10px;
  vertical-align: middle; }

.article .footer .article-tags {
  float: right; }

.article .footer .article-info {
  float: left; }

.article .footer .article-info .source-wrapper {
  float: left;
  margin-left: 10px; }

.article .footer .article-info .view-count {
  float: left; }

.article-container {
  margin-bottom: 15px; }

.article .footer {
  font-size: 10px;
  vertical-align: middle; }

.article .footer .article-tags {
  float: right; }

.article .footer .article-info {
  float: left; }

.article .footer .article-info .source-wrapper {
  float: left; }

.article .footer .article-info .view-count {
  float: left; }

/*ArticleSubmit*/
.article-submit .form .column.label {
  width: 80px;
  text-align: left;
  vertical-align: top; }

/*ArticleList*/
.article-list .media {
  position: relative;
  padding-top: 15px; }

.article-list .media:first-child {
  border-top: none; }

.article-list .summary {
  padding: 0 5px 0 5px; }

.article-list .footer {
  text-align: left; }

/*ArticleArchive*/
.article-archive a.link:visited, .article-archive a.link:link, .article-archive a.link:active {
  font-weight: bold; }

.article-archive a.link:hover {
  font-weight: bold; }

.article-archive .item {
  padding: 5px;
  margin-bottom: 10px; }

.article-archive .summary {
  padding: 5px; }

/*BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB*/
/*****Shared**********/
/********Blog**********/
.blog .site-map {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  margin-top: -40px; }

.blog .top-blog-poster {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative; }
  .blog .top-blog-poster .background-opacity {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }

.blog.list.expanded-view .view-buttons .normal {
  background-image: url("/Images/grid-2.svg");
  border: none; }

.blog.list.expanded-view .view-buttons .expanded {
  background-image: url("/Images/grid-1-active.svg");
  border-bottom: 2px solid #002c63; }

.blog.list.expanded-view .blog-posts {
  font-size: 1.4em; }
  .blog.list.expanded-view .blog-posts .col {
    width: 100% !important; }
  .blog.list.expanded-view .blog-posts .item {
    padding-bottom: 0;
    display: table; }
    .blog.list.expanded-view .blog-posts .item .img-w {
      width: 37.5%;
      display: table-cell;
      vertical-align: middle; }
      .blog.list.expanded-view .blog-posts .item .img-w img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .blog.list.expanded-view .blog-posts .item .details {
      width: 62.5%;
      display: table-cell;
      vertical-align: top; }

.blog.list .header .top-section h1 {
  float: right; }

.blog.list .header .top-section .breadcrumb-wrapper {
  float: left; }

.blog.list .header .pager {
  margin: 0;
  float: left; }

.blog.list .footer {
  display: none; }

.blog.list .view-buttons {
  float: right;
  margin: 40px 0; }
  .blog.list .view-buttons > div {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer; }
  .blog.list .view-buttons .normal {
    background-image: url("/Images/grid-2-active.svg");
    border-bottom: 2px solid #002c63; }
  .blog.list .view-buttons .expanded {
    background-image: url("/Images/grid-1.svg"); }

.blog.list .nav-pills {
  margin-top: 10px; }
  .blog.list .nav-pills li {
    margin-bottom: 30px;
    text-align: center; }

.blog.list .dscp {
  padding: 15px; }

.blog.list .items-w .owl-dots {
  display: none; }

.blog.list .blog-posts {
  position: relative; }
  .blog.list .blog-posts .item {
    color: #555;
    position: relative;
    box-shadow: 0 0px 0px 0 #ffffff;
    border: 1px solid #dedede;
    border-radius: 8px;
    background-color: #ffffff;
    text-align: center;
    transition: all 0.3s;
    margin-bottom: 30px;
    overflow: hidden;
    margin: 0 8px 30px 8px;
    padding-bottom: 30px; }
    .blog.list .blog-posts .item:hover {
      box-shadow: 0 10px 12px 0 #e0e0e0; }
    .blog.list .blog-posts .item .img-w img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .blog.list .blog-posts .item .details {
      padding: 16px;
      text-align: right;
      font-size: 1.6em; }
      .blog.list .blog-posts .item .details .title {
        color: #444444;
        font-size: 1.4em;
        font-weight: bold;
        min-height: 60px; }
      .blog.list .blog-posts .item .details .date {
        font-size: 0.8em;
        color: #002c63;
        font-weight: bold;
        position: relative;
        margin-top: 10px; }
        .blog.list .blog-posts .item .details .date:before {
          content: '';
          background: url("../images/date.png") no-repeat center center;
          width: 20px;
          height: 20px;
          position: absolute;
          right: -20px;
          top: -3px; }
      .blog.list .blog-posts .item .details .summary {
        font-size: 0.85em;
        overflow: hidden;
        padding-bottom: 10px;
        margin-top: 6px; }
      .blog.list .blog-posts .item .details .link {
        font-size: 1em;
        position: absolute;
        bottom: 16px;
        left: 35px; }
        .blog.list .blog-posts .item .details .link:after {
          content: '';
          width: 10px;
          height: 18px;
          background: url("/images/into-arrow.png") no-repeat center center;
          position: absolute;
          left: -15px;
          top: 4px; }

.blog.detail {
  overflow-x: hidden; }
  .blog.detail .header {
    margin-bottom: 40px; }
    .blog.detail .header .info {
      font-size: 0.71em;
      color: #888; }
      .blog.detail .header .info .date {
        position: relative;
        margin-right: 18px;
        display: inline-block; }
        .blog.detail .header .info .date:before {
          content: '';
          background: url("../images/date.png") no-repeat center center;
          width: 20px;
          height: 20px;
          position: absolute;
          right: -20px;
          top: -3px; }
      .blog.detail .header .info .menu-title {
        display: inline-block;
        margin-right: 24px; }
    .blog.detail .header .back-btn {
      position: relative;
      margin-top: 34px; }
      .blog.detail .header .back-btn:after {
        content: '';
        background-image: url("/Images/back.png");
        background-position: center center;
        background-repeat: no-repeat;
        width: 20px;
        height: 30px;
        position: absolute;
        left: 0;
        top: -1px; }
      .blog.detail .header .back-btn a {
        color: #d81818;
        padding-left: 20px; }
  .blog.detail .details {
    border-radius: 8px;
    /*box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);*/
    margin-bottom: 30px; }
    .blog.detail .details .date {
      font-weight: bold;
      font-size: 1.2em;
      color: #002c63;
      margin: 0; }
    .blog.detail .details .img-container {
      overflow: hidden; }
      .blog.detail .details .img-container .main-image {
        border-radius: 8px 8px 0 0;
        width: 100%;
        transition: 10s all;
        transform: scale(1); }
        .blog.detail .details .img-container .main-image:hover {
          transform: scale(1.2); }
    .blog.detail .details .dscp {
      padding: 24px;
      font-size: 1.6em; }
    .blog.detail .details .footer {
      padding: 10px 0;
      border-top: 1px #ededed solid;
      margin: 0 24px; }
      .blog.detail .details .footer .footer-row:first-child {
        border-bottom: 1px solid #ededed;
        padding: 10px 30px; }
        .blog.detail .details .footer .footer-row:first-child .likes {
          display: inline-block;
          width: 35px;
          float: left; }
          .blog.detail .details .footer .footer-row:first-child .likes .icon {
            background-image: url("/Images/Like.png");
            width: 20px;
            height: 20px;
            background-position: center;
            background-size: contain;
            display: inline-block;
            float: left; }
          .blog.detail .details .footer .footer-row:first-child .likes #likes-count {
            display: inline-block;
            float: right;
            margin-left: 5px; }
          .blog.detail .details .footer .footer-row:first-child .likes .action-btn {
            cursor: pointer; }
            .blog.detail .details .footer .footer-row:first-child .likes .action-btn:hover .icon {
              background-image: url("/Images/Like-hover.png"); }
        .blog.detail .details .footer .footer-row:first-child .comments-count {
          display: inline-block;
          width: 50px;
          margin-left: 10px;
          border-left: 1px solid #cdcdcd;
          padding-left: 10px; }
          .blog.detail .details .footer .footer-row:first-child .comments-count a {
            color: #d81818; }
          .blog.detail .details .footer .footer-row:first-child .comments-count .icon {
            background-image: url("/Images/comment.png");
            width: 20px;
            height: 20px;
            background-position: center;
            background-size: contain;
            display: inline-block;
            float: left;
            margin-right: 5px; }
      .blog.detail .details .footer .footer-row:last-child {
        padding-top: 5px; }
      .blog.detail .details .footer .footer-row .tags {
        font-size: 0.85em;
        margin-top: 10px; }
  .blog.detail .suggested-posts h3 {
    font-size: 1.2em; }
  .blog.detail .suggested-posts .item {
    color: white;
    background-color: #002c63;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px; }
    .blog.detail .suggested-posts .item .title {
      font-size: 1em;
      font-family: IranSansWeb;
      font-weight: bold;
      margin-bottom: 10px; }
      .blog.detail .suggested-posts .item .title a {
        color: white; }
    .blog.detail .suggested-posts .item img {
      float: right;
      border-radius: 8px;
      width: 130px;
      margin-left: 5px; }
    .blog.detail .suggested-posts .item .summary {
      font-size: 0.8em;
      font-family: IranSansWeb;
      font-weight: 300; }

.blog .search {
  position: relative; }
  .blog .search .search-input {
    width: 100%;
    outline: none;
    background: none;
    border-bottom: 1px solid #a2a2a2;
    font-size: 1.3em; }
    .blog .search .search-input:hover {
      border: 1px solid black; }
  .blog .search i {
    position: absolute;
    font-size: 1.5em;
    cursor: pointer;
    left: 14px;
    top: 14px;
    color: #000000; }

.blog .main-blog-title {
  margin-top: 30px; }
  .blog .main-blog-title p {
    position: relative;
    border-bottom: 1px solid #c7c7c7;
    font-size: 2em;
    font-weight: bold; }
    .blog .main-blog-title p:after {
      border-radius: 0;
      bottom: -3px;
      background: #002c63;
      content: "";
      display: inline-block;
      height: 5px;
      right: 0;
      margin: 0;
      position: absolute;
      vertical-align: bottom;
      width: 50px; }

.blog .main-blog-title:first-child {
  margin-top: 0; }

.blog .search-quary {
  font-size: 2em;
  border-bottom: 4px solid #002c63;
  display: inline-block;
  margin-bottom: 50px; }

.blog .categoies a {
  color: black;
  font-size: 1.5em; }
  .blog .categoies a:hover {
    text-decoration: none;
    color: #002c63;
    font-weight: 500; }

.blog .categoies ul {
  padding: 0;
  margin: 0; }

.blog .blog-project {
  position: relative; }
  .blog .blog-project .pic-container {
    position: relative; }
    .blog .blog-project .pic-container .background-container {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: transparent;
      z-index: 5;
      transition: 1.5s all; }
    .blog .blog-project .pic-container img {
      transform: scale(1);
      transition: 3s all; }
  .blog .blog-project .box:hover .background-container {
    background: rgba(0, 0, 0, 0.5) !important; }
  .blog .blog-project .box:hover img {
    transform: scale(1.5) !important; }
  .blog .blog-project .owl-nav {
    margin: 0 2%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -30px; }
    .blog .blog-project .owl-nav div {
      position: absolute;
      z-index: 100;
      cursor: pointer;
      width: 40px;
      height: 40px;
      top: 7px; }
      .blog .blog-project .owl-nav div.owl-next {
        left: 5%;
        font-size: 2em; }
        .blog .blog-project .owl-nav div.owl-next i {
          background: rgba(0, 0, 0, 0.5);
          color: white;
          padding: 15px; }
          .blog .blog-project .owl-nav div.owl-next i:hover {
            color: #002c63; }
      .blog .blog-project .owl-nav div.owl-prev {
        right: 5%;
        font-size: 2em; }
        .blog .blog-project .owl-nav div.owl-prev i {
          background: rgba(0, 0, 0, 0.5);
          color: white;
          padding: 15px; }
          .blog .blog-project .owl-nav div.owl-prev i:hover {
            color: #002c63; }

@media (max-width: 1199px) {
  .blog.list .header .top-section .breadcrumb-wrapper {
    display: none; }
  .blog.list .header .bottom-section {
    display: none; }
  .blog.list .blog-posts .item {
    padding-bottom: 0;
    display: table; }
    .blog.list .blog-posts .item .img-w {
      width: 37.5%;
      display: table-cell;
      vertical-align: middle; }
    .blog.list .blog-posts .item .details {
      width: 62.5%;
      display: table-cell;
      vertical-align: top; }
      .blog.list .blog-posts .item .details .summary {
        padding-bottom: 30px; }
  .blog.list .footer {
    display: block; } }

@media (max-width: 411px) {
  .blog.list .header .top-section h1 {
    float: none;
    text-align: center; }
  .blog.list .items-w {
    padding: 0; }
    .blog.list .items-w .owl-carousel .owl-nav {
      margin: 40px 15%;
      position: relative; }
      .blog.list .items-w .owl-carousel .owl-nav > div {
        position: absolute;
        z-index: 100;
        cursor: pointer;
        top: -12px;
        width: 24px;
        height: 27px; }
        .blog.list .items-w .owl-carousel .owl-nav > div.owl-next {
          left: -25px;
          background: url("/images/previous.svg") center center no-repeat;
          background-size: cover; }
        .blog.list .items-w .owl-carousel .owl-nav > div.owl-prev {
          right: -25px;
          background: url("/images/next.svg") center center no-repeat;
          background-size: cover; }
    .blog.list .items-w .owl-carousel .owl-stage-outer {
      overflow: hidden; }
      .blog.list .items-w .owl-carousel .owl-stage-outer .owl-item img {
        border-radius: 0;
        box-shadow: none; }
      .blog.list .items-w .owl-carousel .owl-stage-outer .owl-item .caption {
        font-size: 0.76em; }
    .blog.list .items-w .owl-dots {
      margin: 14px 15%;
      display: block; }
      .blog.list .items-w .owl-dots .owl-dot {
        position: relative;
        width: 33%;
        height: 2px;
        background: #ededed;
        float: right;
        transition: all 0.3s;
        cursor: pointer; }
        .blog.list .items-w .owl-dots .owl-dot span {
          position: absolute;
          top: -33px;
          right: 3px;
          opacity: 0;
          transition: all 0.3s;
          font-family: IranSansWeb;
          font-weight: bold;
          font-size: 1.42em;
          color: #5592c4;
          width: 100%;
          display: block;
          text-align: right; }
        .blog.list .items-w .owl-dots .owl-dot.active {
          height: 3px;
          background: #002c63; }
          .blog.list .items-w .owl-dots .owl-dot.active span {
            opacity: 1; }
  .blog.list .blog-posts .item {
    padding-bottom: 0;
    display: block;
    margin: 20px 40px; }
    .blog.list .blog-posts .item .img-w {
      width: 100%;
      display: block;
      vertical-align: auto; }
    .blog.list .blog-posts .item .details {
      width: 100%;
      display: block; }
      .blog.list .blog-posts .item .details .summary {
        display: none; }
  .blog.list .footer .pager {
    margin-top: 80px;
    margin-bottom: 0; }
    .blog.list .footer .pager .pagination {
      margin: 0; } }

@media (max-width: 360px) {
  .blog.detail .details .footer .footer-row:first-child {
    padding: 10px 0; }
    .blog.detail .details .footer .footer-row:first-child .rate {
      margin-bottom: 10px; } }

/*****Shared**********/
.top-blog-poster {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative; }
  .top-blog-poster .background-opacity {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }
  .top-blog-poster .site-map {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 50%;
    margin-top: -40px; }

/*.article {

    .article-item { border-bottom: 1px solid #c7c7c7; padding: 10px; margin-bottom: 15px; background: white; border-radius: 5px;
        a {
            &:hover { text-decoration: none; }
        }
        .title { font-size: 2em; display: block;
            &:before { width: 0; }
            &:hover { text-decoration: none; }
        }
        .pull-left { margin-top: -50px; }
        .summary { padding: 20px 10px; font-size: 1.2em; }
    }*/
/*}*/
.article-box {
  position: relative;
  margin: 0 0 16px 4px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  padding: 15px;
  border: 2px solid black;
  border-radius: 5px; }
  .article-box p {
    font-size: 1.2em;
    font-weight: 600; }
  .article-box .summary {
    font-size: 1.2em; }
  .article-box .date {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff6015;
    padding: 0px 10px;
    color: white; }
  .article-box .article-body {
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #eaeaea; }

.content-footer {
  text-align: left;
  margin-bottom: 20px; }

#news .news-item {
  border-bottom: 1px solid #c7c7c7;
  padding: 10px;
  margin-bottom: 15px;
  background: white;
  border-radius: 5px; }
  #news .news-item a:hover {
    text-decoration: none; }
  #news .news-item .title {
    font-size: 2em;
    display: block; }
    #news .news-item .title:before {
      width: 0; }
    #news .news-item .title:hover {
      text-decoration: none; }
  #news .news-item .pull-left {
    margin-top: -50px; }
  #news .news-item .summary {
    padding: 20px 10px;
    font-size: 1.2em; }

@media (max-width: 1199px) {
  .blog.list .header .top-section .breadcrumb-wrapper {
    display: none; }
  .blog.list .header .bottom-section {
    display: none; }
  .blog.list .blog-posts .item {
    padding-bottom: 0;
    display: table; }
    .blog.list .blog-posts .item .img-w {
      width: 37.5%;
      display: table-cell;
      vertical-align: middle; }
    .blog.list .blog-posts .item .details {
      width: 62.5%;
      display: table-cell;
      vertical-align: top; }
      .blog.list .blog-posts .item .details .summary {
        padding-bottom: 30px; }
  .blog.list .footer {
    display: block; } }

@media (max-width: 411px) {
  .blog.list .header .top-section h1 {
    float: none;
    text-align: center; }
  .blog.list .items-w {
    padding: 0; }
    .blog.list .items-w .owl-carousel .owl-nav {
      margin: 40px 15%;
      position: relative; }
      .blog.list .items-w .owl-carousel .owl-nav > div {
        position: absolute;
        z-index: 100;
        cursor: pointer;
        top: -12px;
        width: 24px;
        height: 27px; }
        .blog.list .items-w .owl-carousel .owl-nav > div.owl-next {
          left: -25px;
          background: url("/images/previous.svg") center center no-repeat;
          background-size: cover; }
        .blog.list .items-w .owl-carousel .owl-nav > div.owl-prev {
          right: -25px;
          background: url("/images/next.svg") center center no-repeat;
          background-size: cover; }
    .blog.list .items-w .owl-carousel .owl-stage-outer {
      overflow: hidden; }
      .blog.list .items-w .owl-carousel .owl-stage-outer .owl-item img {
        border-radius: 0;
        box-shadow: none; }
      .blog.list .items-w .owl-carousel .owl-stage-outer .owl-item .caption {
        font-size: 0.76em; }
    .blog.list .items-w .owl-dots {
      margin: 14px 15%;
      display: block; }
      .blog.list .items-w .owl-dots .owl-dot {
        position: relative;
        width: 33%;
        height: 2px;
        background: #ededed;
        float: right;
        transition: all 0.3s;
        cursor: pointer; }
        .blog.list .items-w .owl-dots .owl-dot span {
          position: absolute;
          top: -33px;
          right: 3px;
          opacity: 0;
          transition: all 0.3s;
          font-family: IranSansWeb;
          font-weight: bold;
          font-size: 1.42em;
          color: #5592c4;
          width: 100%;
          display: block;
          text-align: right; }
        .blog.list .items-w .owl-dots .owl-dot.active {
          height: 3px;
          background: #002c63; }
          .blog.list .items-w .owl-dots .owl-dot.active span {
            opacity: 1; }
  .blog.list .blog-posts .item {
    padding-bottom: 0;
    display: block;
    margin: 20px 40px; }
    .blog.list .blog-posts .item .img-w {
      width: 100%;
      display: block;
      vertical-align: auto; }
    .blog.list .blog-posts .item .details {
      width: 100%;
      display: block; }
      .blog.list .blog-posts .item .details .summary {
        display: none; }
  .blog.list .footer .pager {
    margin-top: 80px;
    margin-bottom: 0; }
    .blog.list .footer .pager .pagination {
      margin: 0; } }

@media (max-width: 360px) {
  .blog.detail .details .footer .footer-row:first-child {
    padding: 10px 0; }
    .blog.detail .details .footer .footer-row:first-child .rate {
      margin-bottom: 10px; } }

/*****Shared**********/
.video-box {
  position: relative;
  margin: 0 0 16px 4px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  padding: 15px;
  border: 2px solid black;
  border-radius: 5px; }
  .video-box p {
    font-size: 1.2em;
    font-weight: 600; }
  .video-box .summary {
    font-size: 1.2em; }
  .video-box .date {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff6015;
    padding: 0px 10px;
    color: white; }
  .video-box .video-body {
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #eaeaea; }

.video {
  width: 100%; }

/*CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC*/
/*Cart*/
.add-to-cart-wrapper {
  padding: 5px 0 0 0; }

.add-to-cart-wrapper .add-to-cart {
  margin-right: 5px; }

.add-to-cart-wrapper .add-to-cart i {
  margin-left: 5px; }

.add-to-cart-wrapper .quantity {
  vertical-align: middle; }

.add-to-cart-wrapper .buy-options {
  margin: 0;
  padding: 0; }

.add-to-cart-wrapper .buy-options .buy-option-wrapper {
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
  line-height: 1.8em; }

.add-to-cart-wrapper .buy-options .buy-option {
  float: right;
  line-height: 1.8em; }

.add-to-cart-wrapper .buy-options label {
  margin: 0 5px 0 5px; }

.add-to-cart-wrapper .button {
  padding: 5px 10px 10px 0; }

.mini-cart-summary {
  position: relative;
  float: left;
  z-index: 1500; }

.mini-cart-summary .mini-cart {
  position: absolute;
  top: 100%;
  left: 0;
  display: none; }

.mini-cart {
  background: #FFFFFF;
  border: 1px solid #cbcbcb;
  border-radius: 0 0 5px 5px;
  box-shadow: 3px 3px 8px #e4e4e4;
  padding: 10px; }

.mini-cart .label-td {
  font-size: 80%;
  font-weight: bold; }

.mini-cart .cart-items table {
  border-spacing: 0; }

.mini-cart th {
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid gray;
  padding-bottom: 10px; }

.mini-cart .cart-item td {
  padding: 5px 10px; }

.mini-cart .cart-item .price .before-discount {
  text-decoration: line-through; }

.mini-cart .cart-item-options .option-title {
  float: right; }

.mini-cart .cart-item-options .option-value {
  float: right;
  margin-right: 5px; }

.mini-cart .cart-item-options .separator {
  float: right;
  text-align: center;
  width: 15px; }

.mini-cart .cart-item-options .option-separator {
  float: right;
  text-align: center;
  width: 7px; }

.mini-cart .button-wrapper {
  margin-top: 15px;
  text-align: center; }

.mini-cart .details {
  border-top: 1px solid #808080;
  margin-top: 15px; }

.mini-cart .details table {
  width: 100%; }

.mini-cart .details td.value {
  text-align: left; }

.mini-cart .details td.value span {
  direction: ltr; }

.mini-cart .result {
  border-top: 2px solid #808080;
  margin-top: 5px; }

.mini-cart .result table {
  width: 100%; }

.mini-cart .result td.value {
  text-align: left; }

.mini-cart .result td.value span {
  direction: ltr; }

.mini-cart .empty-cart {
  display: none;
  white-space: nowrap; }

#shop-cart .cart-items-wrapper {
  border: 1px solid #B0B2B2;
  position: relative;
  padding: 8px 5px;
  margin-bottom: 18px; }

#shop-cart .cart-items-wrapper .empty-cart {
  padding: 28px;
  text-align: center;
  display: none; }

#shop-cart .legend {
  background: white;
  display: inline-block;
  padding: 0 8px;
  position: absolute;
  right: 10px;
  top: -11px; }

#shop-cart #cart-items {
  margin-top: -28px; }

#shop-cart #cart-items > table {
  width: 100%; }

#shop-cart #cart-items > table th {
  text-align: center; }

#shop-cart #cart-items > table th span {
  background: white;
  display: inline-block;
  margin-top: -5px;
  padding: 5px;
  font-weight: normal;
  font-size: 11px; }

#shop-cart #cart-items > table .separator {
  border-top: 1px dashed #808080;
  margin: 10px; }

#shop-cart .cart-item .specifications {
  vertical-align: top; }

#shop-cart .cart-item .specifications .cart-item-options {
  margin-top: 8px; }

#shop-cart .cart-item .specifications .option-title {
  text-align: left; }

#shop-cart .cart-item .specifications .remove {
  display: inline-block;
  margin: 15px 0 0;
  cursor: pointer; }

#shop-cart .cart-item .specifications .remove .icon {
  margin-left: 5px;
  vertical-align: middle; }

#shop-cart .cart-item .specifications h2.title {
  margin: 0 2px 7px; }

#shop-cart .cart-item .specifications h2.title a {
  font-size: 16pt; }

#shop-cart .cart-item .price {
  text-align: center;
  vertical-align: top;
  color: black; }

#shop-cart .cart-item .discount {
  text-align: center;
  vertical-align: top; }

#shop-cart .cart-item .count {
  text-align: center;
  vertical-align: top; }

#shop-cart .cart-item .total {
  text-align: center;
  vertical-align: top;
  color: #09804c; }

#shop-cart .info #invoice-results {
  border: 1px solid #B0B2B2;
  position: relative;
  padding: 8px 5px;
  border-radius: 5px;
  float: left; }

#shop-cart .info #invoice-results > table {
  width: 285px; }

#shop-cart .info #invoice-results > table .separator {
  border-top: 2px solid gray; }

#shop-cart .info #invoice-results > table .label {
  text-align: right; }

#shop-cart .info #invoice-results > table .value {
  text-align: left; }

#shop-cart .info .navigation {
  float: right;
  margin: 50px 130px 0 0; }

#shop-cart .shipping {
  border: 1px solid #B0B2B2;
  position: relative;
  padding: 10px 5px 8px;
  margin-bottom: 10px; }

#shop-cart .shipping .shipping-type {
  float: right; }

#shop-cart .shipping #shipping-cost {
  float: left;
  margin-left: 5px; }

#shop-cart .shipping #shipping-cost .shipment {
  padding: 0 5px; }

#shop-cart .shipping #target-location {
  display: none;
  float: right;
  margin-right: 10px; }

#shop-cart #shipping-address {
  border: 1px solid #B0B2B2;
  position: relative;
  padding: 8px 5px;
  margin-bottom: 10px; }

#shop-cart #shipping-address > table {
  width: 100%; }

#shop-cart #shipping-address .titles {
  width: 40%;
  vertical-align: top; }

#shop-cart #shipping-address .titles .title-wrapper {
  margin-top: 5px;
  position: relative; }

#shop-cart #shipping-address .titles .title {
  background: #d0d0d0;
  border: 1px solid #808080;
  position: relative;
  padding: 15px;
  cursor: pointer; }

#shop-cart #shipping-address .titles .title.active {
  background: white;
  border-left: none;
  left: -4px;
  cursor: default; }

#shop-cart #shipping-address .details {
  width: 60%;
  border-right: 1px solid gray;
  padding-right: 8px; }

#shop-cart .payment-type table {
  display: inline-block;
  vertical-align: middle; }

#shop-cart.empty .part.stage-1 {
  display: none; }

#shop-cart.empty .part.stage-2 {
  display: none; }

#shop-cart.empty .part.stage-3 {
  display: none; }

#shop-cart.empty .info {
  display: none; }

#shop-cart.empty .part.cart-items-wrapper {
  display: block; }

#shop-cart.empty #cart-items {
  display: none; }

#shop-cart.empty .empty-cart {
  display: block; }

#shop-cart.stage-1 .part {
  display: none; }

#shop-cart.stage-1 .stage-1 {
  display: block; }

#shop-cart.stage-2 .part {
  display: none; }

#shop-cart.stage-2 .stage-2 {
  display: block; }

#shop-cart.stage-3 .part {
  display: none; }

#shop-cart.stage-3 .stage-3 {
  display: block; }

/*Chat*/
#chat-box {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 320px;
  z-index: 100;
  display: none; }
  #chat-box.online {
    display: block; }
  #chat-box .panel {
    margin-bottom: 0; }
  #chat-box .panel-body {
    overflow: auto;
    max-height: 250px; }
  #chat-box .online {
    display: none; }
  #chat-box.online .online {
    display: block; }
  #chat-box.online .offline {
    display: none; }
  #chat-box .discussion {
    list-style: none;
    margin: 0;
    padding: 0; }
    #chat-box .discussion li {
      overflow: hidden;
      padding: 5px 5px 10px; }
    #chat-box .discussion .avatar {
      position: relative;
      width: 50px;
      height: 50px;
      display: inline;
      overflow: hidden; }
  #chat-box .other .message {
    margin-left: 62px;
    background: #e0c244; }
    #chat-box .other .message:after {
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      border-color: #e0c244 #e0c244 transparent transparent;
      border-style: solid;
      border-width: 5px;
      content: "";
      height: 0;
      position: absolute;
      left: -9px;
      top: 0;
      width: 0; }
  #chat-box .other .avatar {
    float: left; }
  #chat-box .self .message {
    border-bottom-right-radius: 0;
    margin-right: 62px;
    background: #5fd3db;
    color: #ffffff; }
  #chat-box .self .avatar {
    float: right; }
  #chat-box .self .message:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #5fd3db transparent transparent #5fd3db;
    border-style: solid;
    border-width: 5px;
    top: 0;
    content: "";
    height: 0;
    right: -9px;
    position: absolute;
    width: 0; }
  #chat-box .avatar img {
    width: 100%; }
  #chat-box .message {
    border-radius: 2px 2px 2px 2px;
    padding: 10px;
    position: relative; }
    #chat-box .message p {
      font-size: 14px;
      margin: 0 0 0.2em; }
    #chat-box .message time {
      color: #333333;
      font-size: 11px; }
  #chat-box .self .message time {
    color: #ffffff; }
  #chat-box #chat-form {
    position: relative; }
    #chat-box #chat-form .text-input {
      padding-left: 70px; }
    #chat-box #chat-form .submit.btn {
      position: absolute;
      left: 2px;
      top: 3px;
      z-index: 2; }

/*CompareTemplate*/
.compare-template .well {
  margin-bottom: 0; }

.compare-template .compare-table {
  width: 100%;
  border-spacing: 1px; }

.compare-template .compare-table tr {
  border-top: 1px solid #e4e4e4; }

.compare-template .compare-table .items-row {
  border: none; }

.compare-template .compare-table .items-row.scroll-to-fixed-fixed {
  background: white; }

.compare-template .compare-table .items-row.scroll-to-fixed-fixed th {
  float: right; }

.compare-template .compare-table tr td {
  padding: 5px; }

.compare-template .compare-table td.value {
  font-size: 0.9em; }

.compare-template .compare-table tr:hover {
  padding: 5px;
  background: #e9e9e9; }

.compare-template .compare-table .column.title {
  color: #585858;
  min-width: 150px;
  width: 35%;
  padding-right: 10px; }

.compare-template .compare-table .group-header .column.title {
  padding: 0; }

.compare-template .compare-table .group-header {
  border: none; }

.compare-template .compare-table .group-header:hover {
  background-color: white; }

.compare-template .compare-table .group-header .group-title {
  background: #00c7ac;
  color: white;
  font-size: 1em;
  padding: 5px 10px;
  font-weight: 700;
  transform: rotate(0deg); }

/*.compare-template { }
    .compare-template .compare-table { width: 100%; border-spacing: 1px; }
        .compare-template .compare-table .items-row.scroll-to-fixed-fixed { background: white; }
            .compare-template .compare-table .items-row.scroll-to-fixed-fixed th { float: right; }
        .compare-template .compare-table td { padding: 5px; background: white; border-bottom: 1px solid silver; }
            .compare-template .compare-table td.value {  }
        .compare-template .compare-table tr:hover td { padding: 5px; background: #e9e9e9; }
        .compare-template .compare-table .column.title { background: #e9e9e9; color: #585858; border-bottom: 1px solid silver; }
        .compare-template .compare-table .group-header .column.title { padding: 0; }
        .compare-template .compare-table .group-header .group-title { background: #09C8B7; color: white; font-size: 10pt; padding: 5px; font-weight: 700; }*/
.compare-template .top-right-cell {
  padding: 5px; }

.compare-template .compare-td-2 {
  width: 50%; }

.compare-template .compare-td-3 {
  width: 33.33334%; }

.compare-template .compare-td-4 {
  width: 25%; }

.compare-template .compare-td-5 {
  width: 20%; }

.compare-template .compare-td-6 {
  width: 16.66667%; }

.compare-template .compare-td-6 .compare-item {
  min-height: 135px; }

.compare-template .compare-item {
  text-align: center;
  min-height: 120px;
  position: relative;
  margin: auto;
  margin-bottom: 5px; }

.compare-template .compare-item .title {
  color: #2c2c2c;
  margin: 10px 5px 5px 10px; }

.compare-template .compare-item:hover {
  border: 1px solid #606060; }

.compare-template .compare-item .remove {
  display: block;
  height: 16px;
  left: 10px;
  position: absolute;
  top: 5px;
  width: 16px;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
  color: red; }

.compare-template .compare-item:hover span.remove {
  opacity: 1;
  filter: alpha(opacity=100); }

.compare-template .compare-item a {
  display: block; }

/*Compare*/
#compare-wrapper {
  display: none;
  border-bottom: 1px solid silver;
  margin-bottom: 25px; }

#compare-wrapper .button-wrapper {
  float: left; }

#compare-wrapper .button-wrapper i {
  margin-left: 5px; }

#compare-wrapper #compare-list a.compare-item {
  float: right;
  margin: 0 10px 15px;
  padding: 6px;
  text-align: center;
  width: 120px;
  height: 170px;
  position: relative;
  cursor: auto; }

#compare-wrapper #compare-list a.compare-item span.title {
  display: block;
  cursor: pointer; }

#compare-list a.compare-item .remove {
  display: block;
  height: 16px;
  left: 8px;
  position: absolute;
  top: 5px;
  width: 16px;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
  color: red;
  font-size: 1em; }

/*DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD*/
/*Default*/
.main-content-wrapper.default {
  padding: 0; }

/*DownloadList*/
.download-list .item {
  margin-bottom: 15px; }

/*Downloads*/
.downloads .well {
  margin-bottom: 0; }

/*EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/
/*EditInPlace*/
.edit-in-place.toolbar .toolbar-button {
  height: 22px;
  width: 22px;
  border: none;
  background: url(/images/admin/glyphicons-halflings-white.png) no-repeat;
  cursor: pointer; }

.edit-in-place.toolbar .save {
  background-position: -68px -92px; }

.edit-in-place.toolbar .save.saved {
  background-position: -284px 4px;
  cursor: auto; }

.edit-in-place.toolbar .edit {
  background-position: -90px -68px; }

.edit-in-place.toolbar .edit-in-panel {
  background-position: 4px -68px; }

.edit-in-place.toolbar .cancel {
  background-position: -212px -92px; }

/*FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF*/
/*FaqList*/
.faq-list .questions .item {
  padding: 5px; }

.faq-list .questions .item i {
  color: orange;
  margin-left: 5px;
  line-height: 1.5em; }

.faq-list .questions .item .questioner {
  font-weight: bold;
  color: #7c9dc5;
  line-height: 1.5em; }

.faq-list .questions .item .questioner .link {
  font-weight: bold;
  color: #7c9dc5;
  line-height: 1.5em; }

.faq-list .questions .item .link {
  font-weight: bold;
  line-height: 1.5em; }

.faq-list .questions-and-answers {
  margin-top: 15px;
  padding: 10px; }

.faq-list .questions-and-answers .item + .item {
  border-top: dotted 1px silver;
  padding: 10px 0 10px 0; }

.faq-list .questions-and-answers .item .questioner {
  line-height: 1.2em; }

.faq-list .questions-and-answers .item .questioner i {
  color: #3967a4;
  margin-left: 5px;
  line-height: 1.2em; }

.faq-list .questions-and-answers .item .question {
  color: #0e1f76; }

.faq-list .questions-and-answers .item .question i {
  color: orange;
  line-height: 1em;
  margin-left: 5px; }

.faq-list .questions-and-answers .item .answer {
  margin: 10px 0 10px 0; }

.faq-list .questions-and-answers .item .answer i {
  color: #018c7f;
  line-height: 1em;
  margin-left: 5px; }

.faq-list #form {
  margin-top: 20px; }

.faq-list .form .column.label span {
  color: #585858; }

/*GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG*/
/*Gallery*/
.gallery .header .title {
  float: right; }

.gallery .header .title h1 {
  display: inline;
  margin-left: 10px;
  font-size: 1.2em; }

.gallery .back-button {
  float: left; }

.gallery .item {
  margin: 10px 0;
  text-align: center; }

.gallery .item .link-wrapper {
  margin-top: 10px; }

.gallery .item .image-wrapper .item-img {
  width: 100%; }

/*JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ*/
/*IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII*/
/*
@import this file directly into your existing Scss files to use these mixins
*/
.fade-enter-active, .fade-leave-active {
  transition: opacity 1s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.invoice.modal .modal-content {
  background: white;
  font-size: 1.5em;
  /* > .bg { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; overflow: hidden;
            & > div { position: absolute; }
            .top-left { top: 0; left: 0; height: 522px; width: 180px; z-index: 4; }
            .top-right { top: 0; right: 0; bottom: 210px; width: 214px; background: #f3f3f3; background-position: top right; z-index: 2; }
            .bottom-left { bottom: 0; left: 0; top: 522px; width: 180px; background: #f3f3f3; background-position: bottom left; z-index: 1; }
            .bottom-right { bottom: 0; right: 0; width: 214px; height: 214px; z-index: 3; }
            .middle { left: 180px; right: 214px; top: 0; bottom: 0; background: #f3f3f3; }
        }*/
  /*.bottom-right.flipped { position: absolute; background: url('/images/popup-right-bottom-corner-flip.png') no-repeat; background-position: bottom left; z-index: 2; width: 149px; height: 109px; right: 0; bottom: 0; }*/ }
  .invoice.modal .modal-content .modal-body {
    position: relative;
    z-index: 1;
    padding: 20px 50px 100px 50px; }
    .invoice.modal .modal-content .modal-body.step-2 .invoice-content {
      height: 200px !important;
      filter: blur(3px);
      pointer-events: none; }
    .invoice.modal .modal-content .modal-body label {
      font-weight: normal; }
    .invoice.modal .modal-content .modal-body .header .close {
      font-size: 2em; }
    .invoice.modal .modal-content .modal-body .header .logo-wrapper .logo {
      display: inline-block;
      margin-top: 15px;
      border-bottom: 1px dotted #c1c1c1;
      padding-bottom: 15px; }
    .invoice.modal .modal-content .modal-body .header .slogan {
      font-size: 1.3em;
      font-weight: bold;
      margin-top: 15px; }
    .invoice.modal .modal-content .modal-body .header .comment {
      font-size: 0.85em;
      font-weight: bold; }
    .invoice.modal .modal-content .modal-body .header .date-wrapper {
      text-align: left;
      font-size: 1.2em; }
      .invoice.modal .modal-content .modal-body .header .date-wrapper .date {
        display: inline-block;
        border-bottom: 1px dotted #c1c1c1;
        text-align: left; }
    .invoice.modal .modal-content .modal-body .buy-step-1 {
      position: relative; }
      .invoice.modal .modal-content .modal-body .buy-step-1 .invoice-overlay {
        position: absolute;
        width: 100%;
        height: 250px;
        background: #002c63;
        z-index: 2;
        padding-top: 86px;
        border-radius: 5px;
        border: 1px solid #bbb; }
        .invoice.modal .modal-content .modal-body .buy-step-1 .invoice-overlay h1 {
          color: white;
          font-size: 3em; }
      .invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content {
        overflow: hidden;
        transition: 0.4s all cubic-bezier(0.65, 0.05, 0.36, 1); }
        .invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content .nav-tabs li {
          float: none;
          display: inline-block; }
          .invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content .nav-tabs li.active a {
            cursor: auto;
            font-weight: bold; }
          .invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content .nav-tabs li a {
            cursor: pointer; }
        .invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content .tab-content {
          padding: 15px;
          transition: all 0.3s;
          border: 1px solid #dddddd;
          border-radius: 8px; }
        .invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content .nav-tabs {
          border-bottom: none; }
          .invoice.modal .modal-content .modal-body .buy-step-1 .invoice-content .nav-tabs > li.active > a {
            margin-right: 0px; }
    .invoice.modal .modal-content .modal-body .empty-cart > .title {
      font-size: 1.3em;
      font-weight: bold;
      color: #60d3db;
      margin: 35px 0; }
    .invoice.modal .modal-content .modal-body .empty-cart .p1 {
      font-size: 1.3em;
      font-weight: bold;
      text-align: justify;
      line-height: 1.9em; }
    .invoice.modal .modal-content .modal-body .empty-cart .p2 {
      text-align: justify; }
    .invoice.modal .modal-content .modal-body .empty-cart .nav {
      transform: translateZ(0); }
      .invoice.modal .modal-content .modal-body .empty-cart .nav .title {
        color: #d9ac06; }
      .invoice.modal .modal-content .modal-body .empty-cart .nav .categories .category {
        display: inline-block;
        width: 15%;
        cursor: pointer; }
        .invoice.modal .modal-content .modal-body .empty-cart .nav .categories .category img {
          width: 100%;
          transition: all 0.1s cubic-bezier(0.76, 0.07, 0.26, 0.94); }
        .invoice.modal .modal-content .modal-body .empty-cart .nav .categories .category:hover img {
          transform: scale(1.2); }
    .invoice.modal .modal-content .modal-body .splited-by-shipping-time .items-group {
      background: #eaeaea;
      margin-top: 20px;
      padding: 10px; }
    .invoice.modal .modal-content .modal-body .cart .popover.visible {
      display: block; }
    .invoice.modal .modal-content .modal-body .cart .popover.alternatives {
      max-width: initial;
      font-size: 0.9em;
      width: 410px; }
      .invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content {
        max-height: 300px;
        overflow-y: auto;
        border-radius: 15px;
        padding: 5px 5px; }
        .invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item {
          padding: 10px;
          border-radius: 8px;
          cursor: pointer; }
          .invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item:before {
            content: " ";
            display: table; }
          .invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item:after {
            content: " ";
            clear: both;
            display: table; }
          .invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item .image {
            display: inline-block;
            width: 100px;
            border-radius: 8px;
            overflow: hidden;
            vertical-align: top; }
          .invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item .details {
            display: inline-block;
            margin-right: 15px;
            max-width: 238px; }
            .invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item .details .title-wrapper .title {
              font-weight: bold; }
            .invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item .details .title-wrapper hr {
              margin: 0; }
          .invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item.selected {
            cursor: auto; }
            .invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item.selected .image {
              padding: 2px;
              border: 1px solid #e2a335;
              background: url("/images/product-image-bg.png") left center; }
          .invoice.modal .modal-content .modal-body .cart .popover.alternatives .popover-content .alternate-item:hover {
            background: #d0d0d0; }
    .invoice.modal .modal-content .modal-body .cart .items-group {
      border-radius: 8px; }
      .invoice.modal .modal-content .modal-body .cart .items-group .package-title {
        padding: 15px 0 10px 0;
        font-weight: bold; }
        .invoice.modal .modal-content .modal-body .cart .items-group .package-title .shipping-icon {
          width: 64px;
          height: 28px;
          display: inline-block;
          vertical-align: middle;
          background: url("/images/icons.sprite.png") -10px -6976px no-repeat;
          margin-left: 10px; }
      .invoice.modal .modal-content .modal-body .cart .items-group .shipping:before {
        content: " ";
        display: table; }
      .invoice.modal .modal-content .modal-body .cart .items-group .shipping:after {
        content: " ";
        clear: both;
        display: table; }
      .invoice.modal .modal-content .modal-body .cart .items-group .shipping .shipping-cost {
        float: left;
        width: 342px;
        margin-top: 15px;
        font-size: 0.9em; }
        .invoice.modal .modal-content .modal-body .cart .items-group .shipping .shipping-cost label {
          width: 100px;
          text-align: left;
          font-size: 0.9em;
          color: #6f6f6f; }
        .invoice.modal .modal-content .modal-body .cart .items-group .shipping .shipping-cost .value {
          font-weight: bold; }
      .invoice.modal .modal-content .modal-body .cart .items-group .items {
        margin-top: 15px; }
        .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper {
          display: table;
          table-layout: fixed;
          width: 100%; }
          .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper + .item-wrapper {
            margin-top: 15px; }
          .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .replace-item {
            width: 65px;
            display: table-cell;
            vertical-align: middle; }
            .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .replace-item .replace-button {
              width: 35px;
              height: 35px;
              display: inline-block;
              vertical-align: middle;
              background: url("/images/icons.sprite.png") -10px -5128px no-repeat;
              cursor: pointer;
              margin-left: 5px; }
          .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item {
            border: 3px solid #002c63;
            display: table-cell;
            border-radius: 8px;
            padding: 2px; }
            .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg {
              background: white;
              border-radius: 8px;
              display: table;
              table-layout: fixed;
              width: 100%; }
              .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg > .image {
                display: table-cell;
                width: 150px;
                padding: 10px; }
                .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg > .image img {
                  width: 100%;
                  border-radius: 8px; }
              .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details {
                display: table-cell;
                vertical-align: top;
                padding: 10px;
                text-align: right; }
                .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .title-wrapper {
                  position: relative;
                  margin-left: 15px; }
                  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .title-wrapper .title {
                    text-align: center;
                    font-size: 1.1em;
                    margin-bottom: 10px;
                    font-weight: bold;
                    color: white;
                    background: #002c63;
                    z-index: 1;
                    position: relative;
                    border-radius: 10px;
                    padding-right: 15px; }
                  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .title-wrapper hr {
                    position: absolute;
                    top: 15px;
                    width: 100%;
                    border-bottom: 1px dotted #c1c1c1;
                    margin: 0; }
                .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details label {
                  font-weight: normal; }
                .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .actions {
                  float: left;
                  position: relative; }
                .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .quantity-and-price {
                  float: left;
                  font-size: 0.9em;
                  width: 215px; }
                  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .quantity-and-price select {
                    border: 1.5 solod #6f6f6f;
                    border-radius: 5px;
                    padding-left: 15px;
                    padding-right: 15px;
                    min-width: 80px; }
                  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .quantity-and-price label {
                    width: 100px;
                    text-align: left;
                    font-size: 0.9em;
                    color: #6f6f6f; }
                  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .quantity-and-price .value {
                    font-weight: bold; }
                .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .actions .remove {
                  padding: 3px 7px;
                  background: white;
                  cursor: pointer; }
                  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .actions .remove i {
                    width: 17px;
                    height: 20px;
                    display: inline-block;
                    vertical-align: middle;
                    background: url("/images/icons.sprite.png") -10px -1370px no-repeat; }
                .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options {
                  font-size: 0.9em;
                  float: right; }
                  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option .icon-wrapper {
                    text-align: left;
                    display: inline-block;
                    width: 40px;
                    margin-left: 5px;
                    border-left: 1px dotted #cbcbcb;
                    padding-left: 5px; }
                  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option .color-indicator {
                    width: 29px;
                    height: 27px;
                    display: inline-block;
                    vertical-align: middle;
                    background: url("/images/icons.sprite.png") -10px -1308px no-repeat;
                    border-radius: 5px; }
                  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option .icon {
                    width: 21px;
                    height: 21px;
                    display: inline-block;
                    vertical-align: middle;
                    background: url("/images/icons.sprite.png") -10px -5068px no-repeat; }
                    .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option .icon.on {
                      width: 22px;
                      height: 21px;
                      display: inline-block;
                      vertical-align: middle;
                      background: url("/images/icons.sprite.png") -10px -5037px no-repeat; }
                  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .options .option.shipping .icon {
                    width: 32px;
                    height: 23px;
                    display: inline-block;
                    vertical-align: middle;
                    background: url("/images/icons.sprite.png") -10px -1400px no-repeat; }
                .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .package-items {
                  clear: both;
                  float: right;
                  margin-top: 10px; }
                  .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .package-items .package-item {
                    margin: 8px 5px 8px 10px; }
                    .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .package-items .package-item .image {
                      display: inline-block; }
                      .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .package-items .package-item .image img {
                        border-radius: 6px;
                        width: 100%; }
                    .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg .details .package-items .package-item .title {
                      vertical-align: top;
                      margin-right: 10px; }
            .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item.package .bg {
              background: #fff5d9; }
              .invoice.modal .modal-content .modal-body .cart .items-group .items .item-wrapper .item.package .bg .details .title-wrapper .title {
                background: #fff5d9; }
    .invoice.modal .modal-content .modal-body .section-2 {
      margin-top: 15px; }
      .invoice.modal .modal-content .modal-body .section-2 .shipping {
        float: right;
        text-align: right;
        display: table; }
        .invoice.modal .modal-content .modal-body .section-2 .shipping div.icon-wrapper {
          display: table-cell;
          border-left: 1px solid white;
          padding: 0 44px 0 25px;
          vertical-align: middle; }
          .invoice.modal .modal-content .modal-body .section-2 .shipping div.icon-wrapper .shipping-icon {
            width: 64px;
            height: 28px;
            display: inline-block;
            vertical-align: middle;
            background: url("/images/icons.sprite.png") -10px -6976px no-repeat; }
        .invoice.modal .modal-content .modal-body .section-2 .shipping .shipping-type {
          display: table-cell; }
          .invoice.modal .modal-content .modal-body .section-2 .shipping .shipping-type .radio {
            margin: 0; }
            .invoice.modal .modal-content .modal-body .section-2 .shipping .shipping-type .radio + .radio {
              margin-top: 3px; }
          .invoice.modal .modal-content .modal-body .section-2 .shipping .shipping-type label label {
            font-size: 0.7em;
            color: #6f6f6f; }
      .invoice.modal .modal-content .modal-body .section-2 .costs {
        float: left;
        width: 330px;
        text-align: right;
        font-size: 0.9em; }
        .invoice.modal .modal-content .modal-body .section-2 .costs label {
          width: 170px;
          text-align: left;
          font-weight: normal;
          font-size: 0.9em;
          color: #6f6f6f; }
        .invoice.modal .modal-content .modal-body .section-2 .costs .value {
          font-weight: bold; }
    .invoice.modal .modal-content .modal-body .result {
      margin-top: 35px;
      padding-top: 35px;
      border-top: 1px solid #e0e0e0; }
      .invoice.modal .modal-content .modal-body .result:before {
        content: " ";
        display: table; }
      .invoice.modal .modal-content .modal-body .result:after {
        content: " ";
        clear: both;
        display: table; }
      .invoice.modal .modal-content .modal-body .result .total-title {
        font-size: 1.2em;
        font-weight: bold;
        float: right; }
      .invoice.modal .modal-content .modal-body .result .column.middle {
        float: left; }
        .invoice.modal .modal-content .modal-body .result .column.middle .total .value {
          color: red;
          font-weight: bold;
          font-size: 1.4em; }
        .invoice.modal .modal-content .modal-body .result .column.middle a {
          margin: 0; }
      .invoice.modal .modal-content .modal-body .result .column.left {
        float: left;
        position: relative; }
        .invoice.modal .modal-content .modal-body .result .column.left .print {
          float: left;
          margin-right: 25px;
          cursor: pointer; }
          .invoice.modal .modal-content .modal-body .result .column.left .print .icon {
            width: 46px;
            height: 46px;
            display: inline-block;
            vertical-align: middle;
            background: url("/images/icons.sprite.png") -10px -4568px no-repeat; }
    .invoice.modal .modal-content .modal-body .change-to-best-or-worst {
      border-top: 2px dotted #af8109;
      margin-top: 30px;
      padding-top: 20px; }
      .invoice.modal .modal-content .modal-body .change-to-best-or-worst > .title {
        color: #af8109;
        font-weight: bold; }
      .invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice {
        font-size: 0.9em;
        margin-top: 15px; }
        .invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice:before {
          content: " ";
          display: table; }
        .invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice:after {
          content: " ";
          clear: both;
          display: table; }
        .invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.right {
          float: right; }
          .invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.right .cyan {
            color: #d81818;
            font-weight: bold;
            font-size: 1.1em; }
          .invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.right .final-price .value {
            color: #d81818;
            font-weight: bold;
            font-size: 1.1em; }
        .invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.left {
          float: left; }
          .invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.left .print {
            display: inline-block;
            margin-right: 15px;
            cursor: pointer; }
            .invoice.modal .modal-content .modal-body .change-to-best-or-worst .choice .column.left .print .icon {
              width: 46px;
              height: 46px;
              display: inline-block;
              vertical-align: middle;
              background: url("/images/icons.sprite.png") -10px -4568px no-repeat; }
    .invoice.modal .modal-content .modal-body .invoices-chart {
      background: rgba(253, 253, 253, 0.9);
      margin-top: 35px;
      margin-bottom: 85px;
      padding: 18px 12px 75px 12px;
      border-radius: 7px; }
      .invoice.modal .modal-content .modal-body .invoices-chart > .title {
        font-weight: bold; }
      .invoice.modal .modal-content .modal-body .invoices-chart .chart-labels {
        margin-top: 25px; }
        .invoice.modal .modal-content .modal-body .invoices-chart .chart-labels:before {
          content: " ";
          display: table; }
        .invoice.modal .modal-content .modal-body .invoices-chart .chart-labels:after {
          content: " ";
          clear: both;
          display: table; }
        .invoice.modal .modal-content .modal-body .invoices-chart .chart-labels .chart-label {
          color: black;
          border-bottom: 1px dotted black;
          padding: 0 2px; }
          .invoice.modal .modal-content .modal-body .invoices-chart .chart-labels .chart-label.right {
            float: right; }
          .invoice.modal .modal-content .modal-body .invoices-chart .chart-labels .chart-label.left {
            float: left; }
      .invoice.modal .modal-content .modal-body .invoices-chart .chart {
        margin-top: 10px;
        position: relative; }
        .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-bg {
          position: relative; }
          .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-bg .right.part {
            position: absolute;
            right: 0;
            width: 12px;
            height: 40px;
            display: inline-block;
            vertical-align: middle;
            background: url("/images/icons.sprite.png") -10px -371px no-repeat; }
          .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-bg .left.part {
            padding-right: 12px; }
            .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-bg .left.part img {
              width: 100%;
              height: 40px; }
        .invoice.modal .modal-content .modal-body .invoices-chart .chart .range-points {
          position: absolute;
          width: 100%;
          left: 0;
          top: 19px;
          padding: 0 30px;
          height: 1px;
          background: rgba(255, 255, 255, 0.2); }
          .invoice.modal .modal-content .modal-body .invoices-chart .chart .range-points .points {
            position: relative; }
            .invoice.modal .modal-content .modal-body .invoices-chart .chart .range-points .points .point {
              position: absolute;
              top: -8px;
              width: 18px;
              height: 18px;
              display: inline-block;
              vertical-align: middle;
              background: url("/images/icons.sprite.png") -10px -5614px no-repeat; }
              .invoice.modal .modal-content .modal-body .invoices-chart .chart .range-points .points .point.min {
                left: 0; }
              .invoice.modal .modal-content .modal-body .invoices-chart .chart .range-points .points .point.max {
                right: 0; }
        .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points {
          position: absolute;
          width: 100%;
          left: 0;
          top: 0;
          padding: 0 110px;
          height: 19px; }
          .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points {
            position: relative; }
            .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text {
              position: absolute;
              top: 8px; }
              .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.even .price {
                margin-top: -80px; }
              .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.even .selected-indicator {
                top: -75px; }
              .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.odd .selected-indicator .icon {
                top: -35px;
                left: 27px; }
              .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .selected-indicator {
                position: absolute;
                width: 80px;
                left: -40px;
                top: 25px;
                line-height: 1.55em; }
                .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .selected-indicator .title {
                  font-size: 0.9em;
                  color: red;
                  border-bottom: 1px dotted black;
                  background: rgba(255, 255, 255, 0.6); }
                .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .selected-indicator .icon {
                  top: 65px;
                  left: 28px;
                  position: absolute;
                  width: 24px;
                  height: 16px;
                  display: inline-block;
                  vertical-align: middle;
                  background: url("/images/icons.sprite.png") -10px -1219px no-repeat; }
              .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point {
                cursor: pointer;
                width: 34px;
                height: 34px;
                margin-left: -17px; }
                .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point .icon {
                  margin-left: 0;
                  width: 24px;
                  height: 19px;
                  display: inline-block;
                  vertical-align: middle;
                  background: url("/images/icons.sprite.png") -10px -5715px no-repeat; }
                .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point .selected-icon {
                  width: 18px;
                  height: 18px;
                  display: inline-block;
                  vertical-align: middle;
                  background: url("/images/icons.sprite.png") -10px -5744px no-repeat;
                  display: none;
                  margin-left: -1px;
                  margin-top: -10px; }
                .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point:hover .icon {
                  display: none; }
                .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .point:hover .selected-icon {
                  display: inline-block; }
              .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .price {
                position: absolute;
                width: 100px;
                left: -50px;
                line-height: 1em; }
                .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text .price .unit {
                  font-size: 0.8em;
                  color: #868686; }
              .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected {
                z-index: 2; }
                .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected .point {
                  cursor: auto; }
                  .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected .point .icon {
                    display: none; }
                  .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected .point .selected-icon {
                    display: inline-block; }
                .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected .price {
                  background: rgba(255, 255, 255, 0.6); }
                  .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected .price .value {
                    color: red;
                    font-weight: bold; }
                .invoice.modal .modal-content .modal-body .invoices-chart .chart .chart-points .points .point-and-text.selected.odd .price {
                  margin-top: 25px; }
    .invoice.modal .modal-content .modal-body .invoice-sumbmitted > .title {
      font-size: 1.3em;
      font-weight: bold;
      color: #60d3db;
      margin: 35px 0;
      text-align: center; }
    .invoice.modal .modal-content .modal-body .invoice-sumbmitted .payment-section {
      text-align: right;
      padding: 15px;
      background: #f5f5f1;
      border: 1px solid #dddddd;
      border-radius: 8px; }
      .invoice.modal .modal-content .modal-body .invoice-sumbmitted .payment-section .payment-method > .title {
        color: #ecd513; }
      .invoice.modal .modal-content .modal-body .invoice-sumbmitted .payment-section .receipt {
        margin-top: 25px; }
        .invoice.modal .modal-content .modal-body .invoice-sumbmitted .payment-section .receipt .receipt-image {
          max-width: 100%;
          cursor: pointer; }
        .invoice.modal .modal-content .modal-body .invoice-sumbmitted .payment-section .receipt .error {
          color: red; }
    .invoice.modal .modal-content .modal-body .invoice-sumbmitted .nav {
      margin-top: 60px; }
  .invoice.modal .modal-content .shipping-address {
    margin-top: 45px; }
    .invoice.modal .modal-content .shipping-address:before {
      content: " ";
      display: table; }
    .invoice.modal .modal-content .shipping-address:after {
      content: " ";
      clear: both;
      display: table; }
    .invoice.modal .modal-content .shipping-address .address-titles {
      float: right;
      width: 30%; }
      .invoice.modal .modal-content .shipping-address .address-titles .title {
        padding: 25px 10px;
        background: #f5f5f1;
        border: 1px solid #dddddd;
        text-align: center;
        border-left-color: #f5f5f1;
        border-radius: 0 8px 8px 0;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin-right: 15px; }
        .invoice.modal .modal-content .shipping-address .address-titles .title.selected {
          cursor: auto;
          font-weight: bold;
          margin-right: 0; }
        .invoice.modal .modal-content .shipping-address .address-titles .title + .title {
          margin-top: 8px;
          color: gray; }
    .invoice.modal .modal-content .shipping-address .address-form {
      padding: 25px;
      background: #f5f5f1;
      border: 1px solid #dddddd;
      border-radius: 8px 0 8px 8px;
      float: right;
      margin-right: -1px;
      position: relative;
      z-index: 1;
      text-align: right;
      width: 70%; }
      .invoice.modal .modal-content .shipping-address .address-form .select-wrapper {
        display: block; }
    .invoice.modal .modal-content .shipping-address .red {
      color: red; }
    .invoice.modal .modal-content .shipping-address .error {
      white-space: nowrap; }
  .invoice.modal .modal-content .payment {
    margin: 25px 0 75px 0;
    padding-top: 35px;
    border-top: 1px solid #dddddd;
    text-align: right; }
    .invoice.modal .modal-content .payment:before {
      content: " ";
      display: table; }
    .invoice.modal .modal-content .payment:after {
      content: " ";
      clear: both;
      display: table; }
    .invoice.modal .modal-content .payment .prepaid-or-deposit .title {
      color: #af8109;
      font-weight: bold; }
    .invoice.modal .modal-content .payment .prepaid-or-deposit .radio label.info {
      font-size: 0.7em;
      color: #6f6f6f; }
    .invoice.modal .modal-content .payment .column.left {
      text-align: center; }
      .invoice.modal .modal-content .payment .column.left .total {
        line-height: 3.2em; }
        .invoice.modal .modal-content .payment .column.left .total .value {
          color: red;
          font-weight: bold;
          font-size: 1.4em; }

.invoice.modal .modal-footer {
  display: none; }

@media (max-width: 768px) {
  .invoice.modal .modal-dialog {
    display: inline; }
    .invoice.modal .modal-dialog .modal-content .shipping-address .address-form {
      float: none !important;
      width: 100%;
      border-radius: 0px 0px 10px 10px;
      margin-right: 0;
      border-top: none; }
    .invoice.modal .modal-dialog .modal-content .shipping-address .address-titles {
      float: none !important;
      width: 100%; }
      .invoice.modal .modal-dialog .modal-content .shipping-address .address-titles .title {
        border-radius: 10px 10px 0 0;
        border: 1px solid #dddddd !important; }
    .invoice.modal .modal-dialog .modal-content .modal-body {
      padding: 15px; }
      .invoice.modal .modal-dialog .modal-content .modal-body .header .date-wrapper {
        text-align: center; }
      .invoice.modal .modal-dialog .modal-content .modal-body .buy-step-1 .invoice-overlay h1 {
        font-size: 3em; }
      .invoice.modal .modal-dialog .modal-content .modal-body .cart .items-group .items .item-wrapper .replace-item {
        width: 0px; }
      .invoice.modal .modal-dialog .modal-content .modal-body .result .column.middle {
        float: none !important; }
      .invoice.modal .modal-dialog .modal-content .modal-body .result .total-title {
        float: none !important;
        margin-bottom: 10px; }
      .invoice.modal .modal-dialog .modal-content .modal-body .cart .items-group .items .item-wrapper .item .bg > .image {
        display: inline-block; }
      .invoice.modal .modal-dialog .modal-content .modal-body .details {
        display: inline !important; }
        .invoice.modal .modal-dialog .modal-content .modal-body .details .actions .remove i {
          margin-top: -180px !important; }
        .invoice.modal .modal-dialog .modal-content .modal-body .details .options {
          display: none; }
      .invoice.modal .modal-dialog .modal-content .modal-body .quantity-and-price {
        float: none !important;
        display: inline-block; } }

/*
@import this file directly into your existing Scss files to use these mixins
*/
.print .page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  padding: 0 1cm; }
  .print .page[size="A4"] {
    width: 21cm;
    height: 29.7cm; }
    .print .page[size="A4"][layout="portrait"] {
      width: 29.7cm;
      height: 21cm; }
  .print .page[size="A3"] {
    width: 29.7cm;
    height: 42cm; }
    .print .page[size="A3"][layout="portrait"] {
      width: 42cm;
      height: 29.7cm; }
  .print .page[size="A5"] {
    width: 14.8cm;
    height: 21cm; }
    .print .page[size="A5"][layout="portrait"] {
      width: 21cm;
      height: 14.8cm; }
  .print .page .header {
    padding: 0.5cm 0 0.5cm 0;
    position: relative; }
    .print .page .header .page-title {
      font-size: 1.2em;
      font-weight: bold; }
    .print .page .header .page-index {
      position: absolute;
      left: 0;
      top: 0.75cm;
      font-size: 0.8em; }
    .print .page .header .logo-wrapper .logo {
      display: inline-block; }
    .print .page .header .slogan {
      font-size: 1em;
      font-weight: bold;
      margin-top: 15px; }
    .print .page .header .comment {
      font-size: 0.75em;
      font-weight: bold; }
    .print .page .header .date-wrapper {
      text-align: left; }
      .print .page .header .date-wrapper .date {
        display: inline-block;
        text-align: left;
        font-size: 0.85em; }
  .print .page .customer {
    padding: 0 10px; }
  .print .page .items-group {
    margin-bottom: 50px; }
    .print .page .items-group .items {
      border-right: 1px solid #333;
      border-left: 1px solid #333; }
      .print .page .items-group .items .invoice-header {
        width: 100%;
        height: 40px;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333; }
        .print .page .items-group .items .invoice-header > div {
          float: right;
          border-left: 1px dotted #333;
          padding: 5px 0;
          text-align: center;
          font-size: 0.7em;
          box-sizing: border-box;
          height: 100%; }
        .print .page .items-group .items .invoice-header .index {
          width: 5%; }
        .print .page .items-group .items .invoice-header .product-title {
          width: 53%; }
        .print .page .items-group .items .invoice-header .unit-price {
          width: 18%; }
        .print .page .items-group .items .invoice-header .qty {
          width: 6%; }
        .print .page .items-group .items .invoice-header .total-price {
          width: 18%;
          border-left: none; }
      .print .page .items-group .items .item {
        border-bottom: 1px solid #333;
        position: relative;
        border-bottom: 1px solid #333;
        height: 90px; }
        .print .page .items-group .items .item .index {
          width: 5%;
          float: right;
          border-left: 1px dotted #333;
          height: 100%;
          text-align: center;
          font-size: 0.8em;
          padding-top: 30px; }
        .print .page .items-group .items .item .details {
          font-size: 0.8em;
          border-left: 1px dotted #333;
          float: right;
          width: 53%;
          box-sizing: border-box;
          height: 100%; }
          .print .page .items-group .items .item .details > img {
            height: 100%;
            float: right;
            padding: 10px; }
          .print .page .items-group .items .item .details .title-wrapper .title {
            font-weight: bold; }
          .print .page .items-group .items .item .details .option {
            display: inline-block; }
            .print .page .items-group .items .item .details .option:after {
              content: '|';
              margin: 0 5px; }
            .print .page .items-group .items .item .details .option:last-child:after {
              display: none; }
          .print .page .items-group .items .item .details .package-items {
            float: right;
            margin-top: 10px; }
            .print .page .items-group .items .item .details .package-items .package-item:before {
              content: " ";
              display: table; }
            .print .page .items-group .items .item .details .package-items .package-item:after {
              content: " ";
              clear: both;
              display: table; }
            .print .page .items-group .items .item .details .package-items .package-item img {
              width: 70px;
              padding: 6px 0 6px 6px; }
        .print .page .items-group .items .item .quantity-and-price {
          height: 100%; }
          .print .page .items-group .items .item .quantity-and-price > div {
            float: right;
            border-left: 1px dotted #333;
            height: 100%;
            text-align: center;
            font-size: 0.8em;
            padding-top: 30px; }
          .print .page .items-group .items .item .quantity-and-price .unit-price {
            width: 18%; }
          .print .page .items-group .items .item .quantity-and-price .quantity {
            width: 6%; }
          .print .page .items-group .items .item .quantity-and-price .total-price {
            width: 18%;
            border-left: none; }

.print .summary {
  float: left;
  border: 1px solid #333;
  border-top: none;
  width: 42%;
  box-sizing: border-box;
  border-top: 1px solid #333; }
  .print .summary > div {
    font-size: 0.9em;
    border-bottom: 1px dotted #333;
    height: 40px; }
    .print .summary > div:last-child {
      border-bottom: none; }
    .print .summary > div label {
      font-weight: normal;
      border-left: 1px dotted #333;
      height: 100%;
      padding: 5px 10px;
      width: 57.2%;
      text-align: left;
      font-size: 0.8em; }
    .print .summary > div .value {
      text-align: center;
      display: inline-block;
      width: 42.8%;
      float: left; }
  .print .summary div.total label, .print .summary div.total .value {
    font-weight: bold !important; }

.print .shipping-table {
  float: left;
  border: 1px solid #333;
  border-top: none;
  width: 42.2%;
  box-sizing: border-box; }
  .print .shipping-table > div {
    font-size: 0.9em;
    border-bottom: 1px dotted #333;
    height: 40px; }
    .print .shipping-table > div:last-child {
      border-bottom: none; }
    .print .shipping-table > div label {
      font-weight: normal;
      border-left: 1px dotted #333;
      height: 100%;
      padding: 5px 10px;
      width: 57.2%;
      text-align: left;
      font-size: 0.8em; }
    .print .shipping-table > div .value {
      text-align: center;
      display: inline-block;
      width: 42.8%;
      float: left; }
  .print .shipping-table div.total label, .print .shipping-table div.total .value {
    font-weight: bold !important; }

@media print {
  body, page {
    margin: 0;
    box-shadow: 0; } }

/*ImagesUc*/
ul.images {
  margin: 0 0 20px 0;
  padding: 0; }

li.image-wrapper {
  margin: 0;
  padding: 0;
  list-style: none; }

/*LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL*/
/*LinkList*/
.link-list .link-wrapper {
  padding: 10px 20px;
  background-color: white;
  margin-bottom: 10px; }

.link-list .link-wrapper:hover {
  background-color: #F0F0F0; }

.link-list .link-wrapper img {
  vertical-align: middle;
  margin-left: 30px;
  height: 50px; }

.link-list a.link:link, a.link:visited, a.link:active {
  text-decoration: none;
  font-weight: bold; }

.loading-indicator {
  height: 80px;
  width: 80px;
  background: url("/images/loading.gif");
  background-repeat: no-repeat;
  background-position: center center; }

.loading-indicator-overlay {
  background-color: #FFFFFF;
  opacity: 0.6;
  filter: alpha(opacity=60); }

/*LoginBox*/
.login-box {
  display: inline-block;
  position: relative; }

.login-box .title {
  line-height: 1.3em;
  float: left;
  text-align: center;
  border-radius: 0 3px 3px 0;
  font-size: 0.9em; }

.login-box .login-form {
  width: 200px;
  padding: 15px; }

.login-box .login-form .checkbox {
  margin-right: 10px;
  margin-bottom: 0; }

.login-box .login-form .checkbox [type=checkbox] {
  margin: 10px 0 0 0;
  line-height: 1.5em; }

.login-box .login-form label {
  line-height: 1.5em; }

/*LoggedInBox*/
.loggedin-box {
  line-height: 2em;
  display: inline-block;
  position: relative;
  font-size: 0.9em; }

.loggedin-box .title {
  line-height: 1.3em;
  float: left;
  text-align: center;
  border-radius: 0 3px 3px 0;
  font-size: 0.65em; }

.loggedin-box .dropdown-menu {
  width: 200px;
  padding: 15px; }

.loggedin-box .dropdown-menu li a {
  line-height: 1.5em;
  margin-bottom: 10px;
  text-align: center; }

.loggedin-box .dropdown-menu .checkbox {
  margin-right: 10px; }

.loggedin-box .dropdown-menu .checkbox [type=checkbox] {
  margin: 10px 0 0 0;
  line-height: 1.5em; }

.loggedin-box .dropdown-menu label {
  line-height: 1.5em; }

.loggedin-box i {
  line-height: 1.5em;
  margin-left: 5px; }

/*MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM*/
/*Menu*/
.menu .data-list {
  border-top: 1px dotted gray;
  margin-top: 20px; }

.menu .sub-menu-item {
  padding: 10px; }

.menu .RadEditor {
  padding: 0; }

.menu .RadEditor .reModule {
  text-align: left;
  direction: ltr;
  height: auto !important; }

.menu .RadEditor .reModule .reTextarea {
  text-align: left;
  direction: ltr;
  margin-left: 0.5%; }

.menu .RadEditor .reContent {
  border: none !important;
  background-color: transparent !important; }

/*.menu .RadEditor .reContentCell:hover{margin:-1px!important;border:1px dotted #ff0000!important;border:1px dotted rgba(255,0,0,.4)!important;background-color:transparent!important;}*/
.menu .reWrapper:not(.reFullScreen) {
  border: none !important;
  background-color: transparent !important;
  overflow: hidden; }

.menu .reWrapper.reFullScreen {
  padding-top: 29px; }

.menu .reWrapper .rrHandle {
  background: rgba(34, 146, 245, 0.76); }

.menu .RadEditor .reModule.reRow {
  margin: 0; }

.menu .RadEditor .reContentArea {
  padding: 0;
  direction: rtl; }

.menu .RadEditor .reContentArea + .reTextArea {
  font-family: IranSansWeb; }

.menu .RadEditor .reBottomProperties {
  direction: ltr; }

.menu .RadEditor .reTextArea {
  direction: ltr;
  text-align: left;
  border: 1px solid;
  color: inherit; }

.menu .RadEditor_MetroTouch {
  font-size: inherit;
  font-family: inherit; }

.RadEditor.reToolbarWindow {
  padding-top: 6px; }

.RadEditor .rwContent {
  direction: ltr; }

.RadEditor .reDropdown {
  height: 1.86em;
  width: 7.7em; }

.RadEditor .reDropdown.reRealFontSize {
  width: 4em; }

.RadEditor .reDropdown.reZoom {
  width: 4.7em; }

.RadEditor .reToolIcon:before {
  line-height: 1.65em; }

.RadWindow .rwTitleBar .rwTitleWrapper {
  height: 2.2em; }

.RadWindow .rwTitleWrapper .rwTitle {
  line-height: 2.1em; }

.RadWindow .rwTitleWrapper .rwIcon {
  top: 0.5em; }

.RadWindow .reSave:before {
  content: "\e603"; }

.RadWindow .reCancel:before {
  content: "\e661"; }

.RadWindow .reJustify:before {
  content: "\e609"; }

.RadEditor .reRTL:before {
  content: "\e660"; }

.reDropDownBody {
  direction: ltr;
  box-sizing: content-box; }

.reDropDownBody .reRTL:before {
  content: "\e660"; }

.reDropDownBody .reLTR:before {
  content: "\e659"; }

/*Mega Menu*/
#menu-img {
  float: left;
  padding: 15px;
  transition: 0.5s all;
  width: 15%; }

.menu-bg {
  background: url(/images/MenuImages/menu-bg.png);
  height: 31px;
  padding-top: 5px; }

.mega-menu a {
  text-decoration: none; }

.mega-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1180px;
  margin: auto; }

.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.mega-menu li {
  list-style: none;
  margin: 0;
  padding: 0; }

.mega-menu li.separator {
  height: 42px;
  width: 2px;
  margin: 0 4px;
  background: url(/images/MenuImages/separator.png) top left no-repeat; }

.mega-menu li.level1 > a {
  height: 40px;
  width: 100px;
  padding: 4px;
  display: inline-block; }

.mega-menu li.level1 > a.mm-item-link-hover {
  background: #f5f5f5; }

.mega-menu li.level1 > a span.title {
  height: 40px;
  display: block;
  padding: 6px 12px 0 0;
  color: #3c3c3c; }

.mega-menu li.level1 > a.mm-item-link-hover span.title {
  background: #f5f5f5;
  color: #001262; }

.mega-menu ul.level2 {
  white-space: nowrap;
  padding: 7px;
  width: 85% !important;
  max-width: 1180px;
  overflow: auto; }

.mega-menu li.level2 {
  float: right;
  padding: 10px 10px 10px 10%;
  /*border-left: 2px dotted gray;*/
  min-width: 140px;
  margin-bottom: 18px; }

.mega-menu li.level2 > a {
  display: block;
  color: #181a1a;
  padding: 3px 0 0 8px;
  font-size: 1em;
  margin-bottom: 14px; }

.mega-menu li.level2 li {
  padding: 4px 0;
  font-size: 0.9em;
  margin-top: 10px; }

.mega-menu .level2-dropdown-menu {
  position: absolute;
  min-height: 250px;
  right: 0;
  width: 100%;
  top: 40px;
  left: 0;
  border-radius: 10px;
  box-shadow: 0 2px 3px #444;
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 36%, #f5f5f5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(36%, #ffffff), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 36%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 36%, #f5f5f5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 36%, #f5f5f5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 36%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */ }

.mega-menu li.clearfx {
  clear: both; }

.mega-menu li.last-column {
  border: none; }

.mega-menu .plus {
  padding-left: 8px; }

.mega-menu a.mm-item-link-hover .plus {
  padding-left: 8px; }

/*NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN*/
/*News*/
.news .news-info {
  padding: 10px 0;
  font-size: 0.8em; }

.latest-news ul {
  list-style: none;
  padding: 0; }

.latest-news ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #e0e0e0; }

.latest-news ul li .news-date {
  font-size: 0.8em; }

.news .header a {
  margin: 0 5px; }

.news .header .date-wrapper {
  float: right; }

.news .header .icons {
  float: left;
  margin-left: 10px; }

.news .news-gallery {
  float: right;
  width: 100%;
  margin: 0 15px 5px 0; }

.news .image {
  float: right;
  margin: 0 0 5px 15px; }

@media (max-width: 768px) {
  .news .image {
    width: 100%; } }

.news .related-pictures {
  width: 100%;
  border-top: 1px dotted silver;
  padding-top: 10px;
  margin-top: 5px; }

.news .related-pictures img {
  float: right;
  margin-right: 10px; }

.news .footer {
  font-size: 0.7em;
  color: Gray;
  margin-top: 15px;
  vertical-align: middle; }

.news .footer .news-tags {
  float: right; }

.news .footer .news-info {
  float: left; }

.news .footer .news-info .source-wrapper {
  float: left;
  margin-left: 10px; }

.news .footer .news-info .view-count {
  float: left; }

.news-container {
  margin-bottom: 15px; }

/*NewsList*/
.news-list .latest-news {
  margin-top: 15px; }

.news-list .media {
  position: relative;
  border-top: 1px dotted silver;
  padding: 15px 0; }

.news-list .media:first-child {
  border-top: none; }

.news-list .media .image {
  float: right;
  margin: 0 0 5px 15px; }

.news-list .summary {
  text-indent: 15px;
  padding: 0 5px 0 5px; }

.news-list .footer {
  text-align: left; }

.top-margin-10 {
  margin-top: 10px; }

@media (max-width: 768px) {
  .news-list .media .media-object, .news-list .media a {
    width: 100%; } }

/*NewsArchive*/
.news-archive .footer {
  text-align: left; }

.DefNewsUserCtrl1 {
  direction: rtl;
  text-align: center; }

.DefNewsUserCtrl2 {
  height: 60px;
  width: 50px;
  vertical-align: top;
  background-image: url("/images/NewsDate.png");
  background-repeat: no-repeat;
  background-position: top center;
  color: #fc4141;
  text-align: center;
  font-weight: bold;
  padding-top: 5px; }

.DefNewsUserCtrl3 {
  width: 185px;
  margin-top: 5px;
  text-align: justify;
  vertical-align: top;
  text-align: right;
  direction: rtl; }

.DefNewsUserCtrl4 {
  color: white;
  line-height: 18px;
  text-align: justify;
  width: 235px;
  height: 160px;
  margin-top: 5px; }

a.newsLinkDef:link, a.newsLinkDef:active, a.newsLinkDef:visited {
  text-decoration: none;
  color: #cdcdcd;
  font-weight: bold; }

a.newsLinkDef:hover {
  text-decoration: none;
  color: #095142;
  font-weight: bold;
  cursor: pointer; }

/*OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO*/
/*PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP*/
/*PasswordRecovvery*/
.password-recovery .form .column.label {
  text-align: left;
  vertical-align: top;
  color: black; }

/*PhotoList*/
.photo-list .header .title {
  float: right; }

.photo-list .header .title h1 {
  display: inline;
  margin-left: 10px;
  font-size: 1.2em; }

.photo-list .header em {
  font-size: 1.5em; }

.photo-list .back-button {
  float: left; }

.photo-list .item {
  margin: 10px 0;
  text-align: center;
  min-height: 400px;
  width: 100%; }

.photo-list .item .item-title {
  padding: 5px; }

.photo-list .item .link-wrapper {
  margin-top: 10px; }

.photo-list .item .image-wrapper .item-img {
  width: 100%; }

/*Poll*/
.poll-group-ctrl .title {
  font-weight: bold; }

.poll-group-item-ctrl .title {
  font-size: 11px;
  font-weight: bold; }

.poll-item-ctrl {
  padding: 5px; }

.poll-item-ctrl .title {
  font-size: 1.1em; }

.poll-ctrl .column.percent {
  width: 35px; }

.poll-ctrl .column.vote-count {
  width: 20px; }

.poll-ctrl .column.bar .bar-wrapper {
  position: relative;
  height: 1.5em;
  border: 1px dotted gray; }

.poll-ctrl .column.bar .bar {
  background-color: orange;
  background-repeat: repeat-y;
  background-position: right top;
  height: 1.5em;
  float: right; }

.poll-ctrl .column.bar .label {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 14px;
  padding-right: 5px; }

.poll-ctrl .results {
  font-size: 1em;
  background-color: transparent; }

.poll-ctrl .result-bars {
  width: 100%; }

.poll-ctrl .poll-count {
  text-align: center; }

.poll-ctrl .questions {
  font-size: 1em; }

.poll-ctrl .questions input {
  vertical-align: middle; }

.divPollResult {
  margin-top: 20px; }

/*RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR*/
/*SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/
/*Search*/
.search-box {
  position: relative;
  margin: 0 0 16px 4px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  padding: 15px;
  border: 1px solid #eaeaea;
  border-radius: 5px; }
  .search-box p {
    font-size: 1.2em;
    font-weight: 600; }
  .search-box .summary {
    font-size: 1.2em; }
  .search-box .date {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff6015;
    padding: 0px 10px;
    color: white; }
  .search-box .type {
    position: absolute;
    left: 0;
    top: 0;
    background: #ff6015;
    padding: 0px 10px;
    color: white; }
  .search-box .search-body {
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #eaeaea; }

.autocomplete-w1 {
  position: relative;
  top: 3px;
  padding: 0 0 6px 6px;
  display: none;
  /* IE6 fix: */
  _background: none;
  _margin: 1px 0 0 0; }

.autocomplete {
  border: 1px solid #d1d1d1;
  background: #fff;
  color: #6a6a6a;
  cursor: default;
  text-align: right;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  /* IE6 specific: */
  _height: 350px;
  _margin: 0;
  _overflow-x: hidden; }

.autocomplete .selected {
  background: #dddddd; }

.autocomplete .item {
  padding: 5px 5px;
  white-space: nowrap;
  line-height: 2em;
  /*overflow: hidden;*/
  border-bottom: 1px solid whitesmoke; }

.autocomplete .title {
  white-space: nowrap;
  line-height: 2em;
  /*overflow: hidden;*/ }

.autocomplete .type {
  padding: 2px 5px;
  white-space: nowrap;
  float: right;
  line-height: 2em;
  /*overflow: hidden;*/ }

.autocomplete .summary {
  white-space: normal;
  text-align: justify;
  line-height: 1.3em; }

.autocomplete img {
  float: right;
  margin-left: 5px; }

.autocomplete strong {
  font-weight: normal;
  color: #3399FF; }

.autocomplete-search-input {
  width: 245px;
  background-color: #ededed;
  border: 1px solid #606060;
  color: #6a6a6a;
  padding: 3px; }

span.hilite {
  background-color: yellow; }

.search .message {
  color: red; }

.search .item {
  margin-bottom: 20px; }

.search a.link:hover {
  text-decoration: none;
  color: #eeae39;
  font-weight: bold;
  cursor: pointer; }

.search .item-summary {
  padding: 0 5px 0 5px;
  text-indent: 15px; }

/*SearchTemplate*/
.search-template #advanced-search {
  display: none; }

.search-template #advanced-search .manufactures {
  margin-left: 5px;
  float: right; }

.search-template #advanced-search #minPrice {
  text-align: left; }

.search-template #advanced-search .price {
  margin-left: 10px;
  margin-right: 10px; }

.search-template .btn .caret {
  margin-right: 5px; }

.search-template ul {
  list-style: none;
  margin: 0; }

.search-template li {
  list-style: none;
  padding: 0;
  margin: 0; }

.search-template .status {
  overflow: auto; }

.search-template .status li {
  float: right; }

.search-template #advanced-search .selected-items {
  /* margin-bottom: 20px; */ }

.search-template #advanced-search .selected-items .label {
  margin-left: 5px;
  display: inline-block;
  padding: 8px; }

.search-template #advanced-search .search-item {
  display: inline-block;
  margin: 0 0 5px 5px;
  vertical-align: top; }

.search-template #advanced-search .btn {
  font-size: 0.7em !important; }

.search-template #advanced-search .selected-items span.remove {
  margin-right: 10px;
  cursor: pointer; }

.search-template #results {
  margin-top: 10px; }

.search-template #results .compare {
  left: 10px;
  position: absolute;
  text-align: left;
  top: 10px;
  width: 63px;
  height: 21px;
  background: url(/images/compare-fa.png) no-repeat top right;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px; }

.search-template #results .compare > input {
  margin: 4px; }

.search-template #results.expanded {
  margin-top: 0; }

.search-template .display {
  margin-top: 15px; }

.search-template .display .button {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/images/display-type.png) no-repeat;
  float: left; }

.search-template .display .button.grid {
  background-position: 0 0; }

.search-template .display .button.grid:hover, .search-template .display .button.grid.selected {
  background-position: 0 -24px; }

.search-template .display .button.list {
  background-position: -24px -24px; }

.search-template .display .button.list:hover, .search-template .display .button.list.selected {
  background-position: -24px 0; }

.search-template .searched-items {
  padding: 0; }

.search-template .searched-items > li {
  padding: 10px; }

.search-template .searched-items .item {
  position: relative;
  text-align: center;
  margin: 15px;
  height: 320px; }

.search-template .searched-items .item .compare {
  display: none; }

.search-template .searched-items .item:hover {
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3); }

.search-template .searched-items .item:hover .compare {
  display: block; }

/*.search-template .searched-items .item .title-english a { color: #808080; }*/
.search-template .searched-items .item .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  padding: 10px; }

.search-template .searched-items .item .specification {
  overflow: hidden;
  transition: 0.3s all;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  margin: 0;
  display: block;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-9 */
  background: rgba(0, 0, 0, 0.8); }

.search-template .searched-items .item .specification a {
  color: white; }

.search-template .searched-items .item .specification .product-name {
  font-size: 1em;
  font-weight: bold;
  margin: 5px 0 10px; }

.search-template .searched-items .item .specification .product-name-en {
  font-size: 0.8em;
  margin: 0 0 10px; }

.search-template .searched-items .item .specification .product-status {
  color: white; }

.search-template .searched-items .item .specification .product-summary {
  text-align: right;
  margin: 10px 0;
  display: none; }

.search-template .searched-items .item .specification .product-summary span {
  color: white !important; }

.search-template .searched-items .item:hover .specification .product-model {
  font-size: 1em;
  /* color: rgba(20, 20, 20, 1); */
  display: none;
  margin-bottom: 5px; }

.search-template .searched-items .item .specification .product-status .label {
  margin-top: 5px;
  font-size: 0.7em; }

.search-template .searched-items .item:hover .specification {
  height: 80%;
  padding: 5px 10px;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-9 */ }

.search-template #results.expanded .searched-items [class*=col-] {
  width: 100%; }

.search-template #results.expanded .searched-items .item {
  height: auto;
  width: 100%;
  /* min-height: 250px; */
  padding-right: 10px; }

.search-template #results.expanded .searched-items .item .image-wrapper {
  width: 20%;
  float: right; }

.search-template #results.expanded .searched-items .item .image-wrapper img {
  width: 100%;
  border-radius: 0 10px 10px 0; }

.search-template #results.expanded .searched-items .item .compare {
  display: block; }

.search-template #results.expanded .searched-items .item .specification .product-status {
  color: #444; }

.search-template #results.expanded .searched-items .item:hover .specification {
  background: none; }

.search-template #results.expanded .searched-items .item .title {
  font-weight: bold; }

.search-template #results.expanded .searched-items .item .title-english {
  color: #808080;
  direction: ltr;
  font-size: 1em;
  text-align: right; }

.search-template #results.expanded .searched-items .item .options {
  text-align: center;
  padding: 10px;
  float: right; }

.search-template #results.expanded .searched-items .item .specification {
  padding: 15px;
  float: right;
  text-align: right;
  background: none;
  height: 100%;
  position: relative; }

.search-template #results.expanded .searched-items .item .specification a {
  color: #444; }

.search-template #results.expanded .searched-items .item .main-specifications {
  font-size: 8pt;
  padding: 7px 3px 2px 2px;
  display: block; }

.search-template #compare-list a.compare-item {
  float: right;
  margin: 0 10px 15px;
  padding: 6px;
  text-align: center;
  width: 120px;
  height: 125px;
  position: relative;
  cursor: auto; }

.search-template #compare-list a.compare-item:hover {
  border: 1px solid #606060; }

.search-template #compare-list a.compare-item span.title {
  display: block;
  cursor: pointer; }

.search-template #compare-list a.compare-item img {
  cursor: pointer; }

.search-template #compare-list a.compare-item span.remove {
  display: block;
  height: 16px;
  left: 4px;
  position: absolute;
  top: 5px;
  width: 16px;
  background: url(/images/compare/close_delete.png) no-repeat;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.search-template #compare-list a.compare-item:hover span.remove {
  opacity: 1;
  filter: alpha(opacity=100); }

.search-template .simple-search .model {
  margin-left: 10px; }

.search-template .simple-search input[type=checkbox] {
  float: right; }

.search-template .simple-search .input-group {
  width: 100%; }

.search-template .simple-search .checkbox label {
  margin-right: 17px; }

@media (max-width: 768px) {
  .search-template #results.expanded .searched-items .item .image-wrapper img {
    height: 100%;
    border-radius: 10px; } }

/*Stuff*/
/*
@import this file directly into your existing Scss files to use these mixins
*/
/*****Shared**********/
.stuff .page-row {
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .stuff .page-row .col-category {
    width: 320px;
    display: table-cell;
    height: 100%;
    vertical-align: top;
    padding-bottom: 70px; }
    .stuff .page-row .col-category .category-container {
      min-height: 600px;
      display: block;
      padding: 60px 50px 50px 50px;
      position: relative;
      margin-top: -100px; }
      .stuff .page-row .col-category .category-container .title {
        border-top: 1px solid #eee;
        font-size: 1.2em;
        cursor: pointer;
        font-weight: bold;
        display: block;
        padding: 10px; }
        .stuff .page-row .col-category .category-container .title:before {
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          content: '\f107';
          pointer-events: none;
          z-index: 2;
          color: black;
          font-size: 1em;
          position: absolute;
          right: 44px; }
        .stuff .page-row .col-category .category-container .title:first-child {
          margin-top: 0; }
      .stuff .page-row .col-category .category-container .categories > a {
        color: white;
        text-shadow: 0 1px 1px #444; }
      .stuff .page-row .col-category .category-container .categories ul {
        list-style: none;
        padding: 0; }
        .stuff .page-row .col-category .category-container .categories ul li {
          padding-right: 15px;
          font-size: 0.93em; }
          .stuff .page-row .col-category .category-container .categories ul li.selected > a {
            color: white; }
          .stuff .page-row .col-category .category-container .categories ul li a {
            text-decoration: none;
            color: black; }
      .stuff .page-row .col-category .category-container .brands {
        font-size: 0.9em;
        color: black; }
  .stuff .page-row .col-list {
    display: table-cell;
    padding-right: 20px; }

.stuff .section-title {
  margin: 15px 0 50px;
  height: 107px;
  text-align: center;
  background: url("/images/header-bg.png") no-repeat center center; }
  .stuff .section-title h2 {
    margin: 21px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.43); }
  .stuff .section-title:before {
    content: " ";
    display: table; }
  .stuff .section-title:after {
    content: " ";
    clear: both;
    display: table; }

.stuff .sign {
  width: 20%;
  height: 20%;
  position: absolute;
  background-size: contain; }
  .stuff .sign.gold-sign {
    background-image: url("/images/stuff/gold-sign.png"); }
    .stuff .sign.gold-sign.sm {
      background-image: url("/images/stuff/gold-sign-small.png"); }
    .stuff .sign.gold-sign.xs {
      background-image: url("/images/stuff/gold-sign-xsmall.png"); }
  .stuff .sign.bronze-sign {
    background-image: url("/images/stuff/bronze-sign.png"); }
    .stuff .sign.bronze-sign.sm {
      background-image: url("/images/stuff/bronze-sign-small.png"); }
    .stuff .sign.bronze-sign.xs {
      background-image: url("/images/stuff/bronze-sign-xsmall.png"); }
  .stuff .sign.silver-sign {
    background-image: url("/images/stuff/silver-sign.png"); }
    .stuff .sign.silver-sign.sm {
      background-image: url("/images/stuff/silver-sign-small.png"); }
    .stuff .sign.silver-sign.xs {
      background-image: url("/images/stuff/silver-sign-xsmall.png"); }
  .stuff .sign.sm {
    width: 74px;
    height: 74px; }
  .stuff .sign.xs {
    width: 50px;
    height: 50px; }

.stuff .stuff-wrapper .stuff {
  position: relative;
  margin: 0 0 16px 4px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  padding: 1px 0;
  border: 2px solid black;
  border-radius: 5px; }
  .stuff .stuff-wrapper .stuff .box {
    position: relative;
    z-index: 2;
    border-radius: 5px;
    margin-bottom: 1px; }
    .stuff .stuff-wrapper .stuff .box .rate {
      padding: 5px 0; }
    .stuff .stuff-wrapper .stuff .box:hover .heart-dislike {
      visibility: visible; }
  .stuff .stuff-wrapper .stuff .color {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 10px 10px 10px 0;
    border: 1px solid #7d7d7d; }
  .stuff .stuff-wrapper .stuff .text {
    font-size: 1.6em; }
  .stuff .stuff-wrapper .stuff .header {
    border-bottom: 1px dotted #b0b0b0;
    z-index: 3;
    position: relative; }
  .stuff .stuff-wrapper .stuff .image-link {
    position: relative;
    z-index: 2;
    /*background: #f2f2f2;*/
    display: block; }
    .stuff .stuff-wrapper .stuff .image-link img {
      width: 100%; }
  .stuff .stuff-wrapper .stuff .details {
    display: inline-block;
    width: 100%;
    margin-top: 15px; }
    .stuff .stuff-wrapper .stuff .details .title-wrapper {
      height: 100%;
      background: #002c63; }
      .stuff .stuff-wrapper .stuff .details .title-wrapper .list-link {
        color: white;
        text-decoration: none;
        font-size: 1.4em; }
      .stuff .stuff-wrapper .stuff .details .title-wrapper .title {
        font-size: 1.2em;
        color: white;
        display: block;
        text-align: center;
        padding: 5px; }
      .stuff .stuff-wrapper .stuff .details .title-wrapper a:hover {
        text-decoration: none; }
      .stuff .stuff-wrapper .stuff .details .title-wrapper .summary {
        font-size: 1.4em;
        color: #002c63;
        display: block;
        margin-bottom: 30px; }
      .stuff .stuff-wrapper .stuff .details .title-wrapper .d-inline {
        display: inline-block;
        font-size: 1.6em; }
    .stuff .stuff-wrapper .stuff .details .more-wrapper {
      text-align: center; }
      .stuff .stuff-wrapper .stuff .details .more-wrapper a {
        font-size: 1.2em;
        color: #002c63;
        display: block;
        text-align: left;
        text-decoration: none;
        padding: 3px 10px; }
    .stuff .stuff-wrapper .stuff .details .summary {
      display: none; }
    .stuff .stuff-wrapper .stuff .details .price-box {
      margin: 15px 0 0;
      position: relative;
      font-size: 1.6em;
      text-align: center;
      font-weight: bold;
      border: 1px solid #eee;
      border-radius: 5px; }
      .stuff .stuff-wrapper .stuff .details .price-box > div {
        display: inline-block; }
      .stuff .stuff-wrapper .stuff .details .price-box .icon-tag {
        font-size: 1.7em;
        color: #9f9fa0;
        vertical-align: middle; }
      .stuff .stuff-wrapper .stuff .details .price-box b {
        font-size: 1.1em; }
  .stuff .stuff-wrapper .stuff .sign {
    right: -15px;
    top: -18px;
    z-index: 70; }
  .stuff .stuff-wrapper .stuff .hover {
    border-radius: 25px;
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: #f8f8f8; z-index: 1; visibility: hidden; opacity: 0; text-align: center;transition: all 0.2s cubic-bezier(0, 0, 0, 1); */ }
  .stuff .stuff-wrapper .stuff .btns {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center; }
    .stuff .stuff-wrapper .stuff .btns .btn i {
      margin-left: 5px; }
  .stuff .stuff-wrapper .stuff:hover {
    box-shadow: 0 2px 5px #bababa;
    transform: scale(1.01, 1.01); }
    .stuff .stuff-wrapper .stuff:hover .hover {
      visibility: visible;
      opacity: 1; }
    .stuff .stuff-wrapper .stuff:hover .btns {
      display: block; }
    .stuff .stuff-wrapper .stuff:hover .image-link img {
      /* transform: scale(1.1) translateY(10px); */ }

.rotator .owl-carousel .stuff {
  margin: 10px; }
  .rotator .owl-carousel .stuff .header {
    padding: 5px 5px 0 5px; }
    .rotator .owl-carousel .stuff .header:before {
      content: " ";
      display: table; }
    .rotator .owl-carousel .stuff .header:after {
      content: " ";
      clear: both;
      display: table; }
    .rotator .owl-carousel .stuff .header .like {
      margin-top: -4px; }
      .rotator .owl-carousel .stuff .header .like i {
        font-size: 1.5em;
        line-height: 1em;
        color: #ccbca1; }
      .rotator .owl-carousel .stuff .header .like .icon-heart {
        display: none; }
      .rotator .owl-carousel .stuff .header .like.liked .icon-heart {
        display: inline; }
      .rotator .owl-carousel .stuff .header .like.liked .icon-heart-o {
        display: none; }
      .rotator .owl-carousel .stuff .header .like.can-like i {
        cursor: pointer; }
      .rotator .owl-carousel .stuff .header .like .likes {
        font-size: 1.2em; }
    .rotator .owl-carousel .stuff .header .rate {
      float: left; }
  .rotator .owl-carousel .stuff .box {
    border: 1px solid #e2a335;
    background: url("/images/product-image-bg.png") left center;
    position: relative;
    padding: 2px;
    border-radius: 8px; }
    .rotator .owl-carousel .stuff .box .stuff-image {
      border-radius: 5px; }
    .rotator .owl-carousel .stuff .box .brand-logo {
      position: absolute;
      left: 15px;
      top: 15px;
      width: auto; }
  .rotator .owl-carousel .stuff .details .title {
    margin-top: 10px; }
  .rotator .owl-carousel .stuff .price-box .discounted-price b {
    font-size: 1.1em; }
  .rotator .owl-carousel .stuff .price-box > * {
    display: inline-block; }
  .rotator .owl-carousel .stuff .price-box .icon-tag {
    font-size: 1.8em;
    color: #9f9fa0; }

.rotator .owl-carousel .owl-nav > * {
  background: url("/images/carousel-next-prev.png") no-repeat;
  height: 74px;
  width: 26px;
  position: absolute;
  top: 50%;
  margin-top: -54px; }

.rotator .owl-carousel .owl-nav .owl-prev {
  right: -25px;
  background-position: right; }

.rotator .owl-carousel .owl-nav .owl-next {
  left: -25px; }

.flat-btn {
  background-color: #ffffff;
  border: 1px solid #ccbca1;
  border-radius: 5px;
  padding: 5px 5px;
  float: left;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative; }
  .flat-btn i {
    padding: 5px;
    z-index: 3; }
  .flat-btn:hover {
    background: #ccbca1;
    border: 1px solid #c5982f; }

.loading-background {
  background: black;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  opacity: .4; }

.dialog {
  z-index: 1002;
  -webkit-animation-name: ShowDialog;
  -webkit-animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-name: ShowDialog;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f2f2f2;
  border: 1px solid #aaa;
  width: 100vh;
  height: 90vh;
  border-radius: 5px;
  box-shadow: 1px 5px 10px grey; }
  .dialog .header {
    width: 100%;
    background: #002c63;
    text-align: left;
    padding: 0 15px;
    margin: 0; }
    .dialog .header p {
      font-size: 2em;
      margin: 0;
      color: white;
      display: inline-block; }
    .dialog .header .btn-close {
      cursor: pointer; }
  .dialog .body {
    padding: 20px 20px;
    text-align: center; }
    .dialog .body img {
      width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      position: relative; }
    .dialog .body .flex {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .dialog .body .flex .flex-item {
        width: 80px;
        height: 80px;
        border-radius: 5px;
        border: 1px solid #c1c1c1;
        cursor: pointer;
        padding: 5px;
        margin: 5px;
        overflow: hidden; }
        .dialog .body .flex .flex-item img {
          object-fit: contain;
          max-width: 100%;
          height: 100%;
          max-height: 100%;
          width: 100%;
          border-radius: 3px; }
    .dialog .body i {
      font-size: 9em;
      color: #e83e3a; }
    .dialog .body p {
      font-size: 1.1em;
      font-weight: bold; }
  .dialog .btn {
    position: fixed;
    left: 10px;
    bottom: 10px; }

/*.owl-carousel .owl-item img { width: 80%; margin: 0 auto; }*/
/* Safari 4.0 - 8.0 */
@-webkit-keyframes Show {
  from {
    opacity: 0;
    top: -20px; }
  to {
    opacity: 1;
    top: 0px; } }

@keyframes Show {
  from {
    opacity: 0;
    top: -20px; }
  to {
    opacity: 1;
    top: 0px; } }

@-webkit-keyframes ShowDialog {
  from {
    opacity: 0;
    top: 0; }
  to {
    opacity: 1;
    top: 50%; } }

@keyframes ShowDialog {
  from {
    opacity: 0;
    top: 0; }
  to {
    opacity: 1;
    top: 50%; } }

@media (max-width: 1600px) {
  .flat-btn span {
    font-size: 1em; } }

/**********Categories*********/
.stuff.category .content {
  padding-bottom: 35px; }
  .stuff.category .content .breadcrumb-wrapper h1 {
    float: right;
    margin-top: 20px; }
  .stuff.category .content .breadcrumb-wrapper .sitemap {
    float: left; }

.stuff.category .category {
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 15px;
  left: 15px;
  margin-bottom: 50px; }
  .stuff.category .category .image-box {
    background: #ede5d2;
    position: relative; }
    .stuff.category .category .image-box img.size-constraint {
      width: 100%; }
    .stuff.category .category .image-box .image-wrapper {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      padding: 7%; }
      .stuff.category .category .image-box .image-wrapper .v-align-center {
        width: 100%;
        height: 100%; }
        .stuff.category .category .image-box .image-wrapper .v-align-center a {
          vertical-align: middle;
          width: 100%;
          height: 100%; }
          .stuff.category .category .image-box .image-wrapper .v-align-center a img.main-image {
            width: 100%; }
    .stuff.category .category .image-box .corner {
      position: absolute;
      width: 33px;
      height: 42px;
      background: url("/images/quick-selector-corners-white.png") no-repeat; }
      .stuff.category .category .image-box .corner.i-1 {
        top: -6px;
        left: -6px; }
      .stuff.category .category .image-box .corner.i-2 {
        top: -6px;
        right: -6px;
        background-position: top right; }
      .stuff.category .category .image-box .corner.i-3 {
        bottom: -6px;
        right: -6px;
        background-position: bottom right; }
      .stuff.category .category .image-box .corner.i-4 {
        bottom: -6px;
        left: -6px;
        background-position: bottom left; }
  .stuff.category .category .title {
    text-shadow: 0 0 1px #a77537;
    color: black;
    font-size: 1.1em;
    white-space: nowrap; }
  .stuff.category .category:hover .corner.i-1 {
    animation: top-left-corner 0.4s ease-in-out infinite alternate; }
  .stuff.category .category:hover .corner.i-2 {
    animation: top-right-corner 0.4s ease-in-out infinite alternate; }
  .stuff.category .category:hover .corner.i-3 {
    animation: bottom-right-corner 0.4s ease-in-out infinite alternate; }
  .stuff.category .category:hover .corner.i-4 {
    animation: bottom-left-corner 0.4s ease-in-out infinite alternate; }
  .stuff.category .category .bullet {
    position: absolute;
    background: url("/images/bullet-black.png") no-repeat;
    width: 39px;
    height: 40px;
    top: 100%;
    margin-top: -20px;
    right: 50%;
    margin-right: -19px;
    border: none; }

/************************/
.stuff.list .dropdown .icon.icon-caret {
  margin-right: 5px;
  color: #988b87; }

.stuff.list .text-content {
  padding-bottom: 35px; }
  .stuff.list .text-content .breadcrumb-wrapper {
    background-color: #eee; }
    .stuff.list .text-content .breadcrumb-wrapper h1 {
      margin: 0; }
    .stuff.list .text-content .breadcrumb-wrapper .sitemap {
      color: #002c63; }

.stuff.list .applied-filters {
  padding: 10px 30px;
  border-radius: 50px;
  margin-right: 100px;
  font-size: 1.2em; }
  .stuff.list .applied-filters .label {
    background: none;
    display: inline-block;
    font-size: 0.9em;
    padding: 8px;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 5px;
    color: black;
    border: 1px solid gray;
    border-radius: 31px; }
    .stuff.list .applied-filters .label .remove {
      font-size: 1.7em;
      line-height: 0.6em;
      vertical-align: middle;
      display: inline-block;
      margin: 4px 6px 0 0;
      cursor: pointer;
      color: black; }
  .stuff.list .applied-filters .color-sample {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.3); }

.stuff.list .specification-filters .spec-filter {
  margin: 0 0 5px 5px; }

.stuff.list .specification-filters .filter-box {
  border-top: 1px solid #ccc; }
  .stuff.list .specification-filters .filter-box .title {
    cursor: pointer;
    font-size: 1.2em;
    padding: 10px;
    font-weight: bold;
    white-space: nowrap; }
    .stuff.list .specification-filters .filter-box .title:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f107';
      pointer-events: none;
      z-index: 2;
      color: black;
      font-size: 1em; }
  .stuff.list .specification-filters .filter-box .active label {
    font-weight: bold;
    color: black; }

.stuff.list .colors .color-group .color {
  display: inline-block;
  margin-left: 14px;
  margin-bottom: 12px;
  position: relative; }
  .stuff.list .colors .color-group .color.selected {
    opacity: 1;
    box-shadow: 4px 4px 1px #908d84; }
    .stuff.list .colors .color-group .color.selected:before {
      content: '';
      width: 46px;
      height: 39px;
      display: inline-block;
      vertical-align: middle;
      background: url("/images/icons.sprite.png") -10px -5565px no-repeat;
      position: absolute;
      left: 1px;
      top: -3px;
      z-index: 2;
      cursor: pointer; }
  .stuff.list .colors .color-group .color .btn {
    width: 37px;
    border: 1px solid #7b7b7b; }

.stuff.list .special-filters {
  float: right; }
  .stuff.list .special-filters .fast-shipping {
    display: inline-block;
    color: #000a17; }
    .stuff.list .special-filters .fast-shipping .icon {
      width: 59px;
      height: 23px;
      display: inline-block;
      vertical-align: middle;
      background: url("/images/icons.sprite.png") -10px -2141px no-repeat; }
  .stuff.list .special-filters .special-offer {
    display: inline-block;
    color: #e20000; }
    .stuff.list .special-filters .special-offer .icon {
      width: 36px;
      height: 30px;
      display: inline-block;
      vertical-align: middle;
      background: url("/images/icons.sprite.png") -10px -6020px no-repeat; }

.stuff.list .display-priority {
  padding: 0 10px;
  margin: 10px 0 10px;
  margin-right: 100px; }
  .stuff.list .display-priority > .title {
    color: #001530;
    display: inline;
    font-size: 2em !important;
    padding: 0px; }
  .stuff.list .display-priority div {
    color: black !important; }
  .stuff.list .display-priority .discont-dropdown {
    float: left; }
  .stuff.list .display-priority .discount {
    display: inline-block;
    padding-left: 50px;
    font-size: 1.4em;
    font-weight: bold; }
  .stuff.list .display-priority .dropdown {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold; }
    .stuff.list .display-priority .dropdown .btn-dropdown {
      min-width: 150px !important;
      font-size: 1em;
      border-radius: 7px;
      text-align: right; }
      .stuff.list .display-priority .dropdown .btn-dropdown:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        left: 6px;
        bottom: 4px;
        content: '\f0d7';
        position: absolute;
        pointer-events: none;
        z-index: 2;
        color: black;
        font-size: 1.3em; }
  .stuff.list .display-priority .button {
    min-width: 200px !important;
    display: inline-block;
    padding: 0 10px;
    font-size: 1.1em;
    cursor: pointer;
    height: 3em;
    line-height: 3em;
    width: 100%; }
  .stuff.list .display-priority .button.selected {
    font-weight: bold;
    color: black;
    position: relative;
    background-color: #eee; }
    .stuff.list .display-priority .button.selected:after {
      content: " ";
      display: block;
      position: absolute;
      width: 100%;
      height: 6px;
      top: -6px;
      left: 0; }

.stuff.list .display-type {
  float: left;
  margin: 9px 10px 0 0; }
  .stuff.list .display-type .btn {
    opacity: 0.6; }
  .stuff.list .display-type .btn.selected {
    box-shadow: 4px 4px 1px #908d84;
    opacity: 1; }

.stuff.list .price-filter {
  width: 250px;
  display: inline-block;
  margin: 15px -15px 0 -15px; }
  .stuff.list .price-filter:before {
    content: " ";
    display: table; }
  .stuff.list .price-filter:after {
    content: " ";
    clear: both;
    display: table; }
  .stuff.list .price-filter .from {
    float: left;
    font-size: 1.5em;
    margin-top: 10px; }
  .stuff.list .price-filter .to {
    float: right;
    font-size: 1.5em;
    margin-top: 10px; }
  .stuff.list .price-filter .unit {
    font-size: 0.8em; }
  .stuff.list .price-filter .price-slider-bg {
    padding: 0 25px; }
    .stuff.list .price-filter .price-slider-bg .price-slider {
      background-color: #002c63; }

@keyframes slider-left-arrow {
  100% {
    left: -4px; } }

@keyframes slider-right-arrow {
  100% {
    right: -4px; } }
      .stuff.list .price-filter .price-slider-bg .price-slider .ui-slider-handle {
        width: 43px;
        height: 25px;
        position: relative;
        cursor: pointer;
        top: -8px;
        margin-left: -12px; }
        .stuff.list .price-filter .price-slider-bg .price-slider .ui-slider-handle.right {
          background: white;
          width: 20px;
          height: 20px;
          border: 1px solid #ccc !important;
          border-radius: 50%; }
          .stuff.list .price-filter .price-slider-bg .price-slider .ui-slider-handle.right:after {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            left: 6px;
            top: -1px;
            content: '\f053';
            position: absolute;
            pointer-events: none;
            z-index: 2;
            color: gray;
            font-size: 1em; }
        .stuff.list .price-filter .price-slider-bg .price-slider .ui-slider-handle.left {
          background: white;
          width: 20px;
          height: 20px;
          border: 1px solid #ccc !important;
          border-radius: 50%; }
          .stuff.list .price-filter .price-slider-bg .price-slider .ui-slider-handle.left:after {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            left: 6px;
            top: -1px;
            content: '\f054';
            position: absolute;
            pointer-events: none;
            z-index: 2;
            color: gray;
            font-size: 1em; }

/****************************************/
.stuff.details #services .stuff {
  padding: 25px; }
  .stuff.details #services .stuff .title {
    font-size: 2em;
    color: black;
    display: block;
    margin-bottom: -7px;
    font-weight: bold;
    white-space: nowrap; }
  .stuff.details #services .stuff .summary {
    font-size: 1.4em;
    color: #002c63;
    display: block;
    margin-bottom: 20px; }
  .stuff.details #services .stuff .price-box {
    margin: 5px 0 0;
    bottom: 30px;
    position: relative;
    font-size: 2em;
    font-weight: bold; }

.stuff.details .container .tab-content {
  margin-bottom: 100px;
  font-size: 1.3em;
  padding: 0 20px; }
  .stuff.details .container .tab-content > .active {
    border-top: 1px solid #eee;
    padding-top: 35px; }
  .stuff.details .container .tab-content #dscp .strengths {
    background: #f5fffa;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-right-width: 5px;
    border-right-color: #00b159; }
  .stuff.details .container .tab-content #dscp .weaknesses {
    background: #fff5f6;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-right-width: 5px;
    border-right-color: #e51a2d; }

.stuff.details .container .tabs-panel {
  background-color: #fdfcfc;
  border: 1px solid #eee;
  margin: 50px 0;
  border-radius: 5px; }
  .stuff.details .container .tabs-panel .nav-tab .active a {
    color: #002c63;
    font-weight: bold;
    border-bottom: 3px solid #002c63;
    width: 100.1%; }
  .stuff.details .container .tabs-panel .nav-tab li {
    border-left: 2px solid #ccc; }
    .stuff.details .container .tabs-panel .nav-tab li:last-child {
      border: none; }
    .stuff.details .container .tabs-panel .nav-tab li a {
      text-align: right;
      cursor: pointer;
      font-size: 1.4em;
      color: #a8a8a8; }
  .stuff.details .container .tabs-panel .nav-tab .social-network:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f542';
    pointer-events: none;
    z-index: 2;
    margin-left: 15px;
    font-size: 1.4em; }
  .stuff.details .container .tabs-panel .nav-tab .comment:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f27a';
    pointer-events: none;
    z-index: 2;
    margin-left: 15px;
    font-size: 1.4em; }
  .stuff.details .container .tabs-panel .nav-tab .dscp:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f129';
    pointer-events: none;
    z-index: 2;
    margin-left: 15px;
    font-size: 1.4em; }
  .stuff.details .container .tabs-panel .nav-tab .stuff-detail:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0ae';
    pointer-events: none;
    z-index: 2;
    margin-left: 15px;
    font-size: 1.4em; }

.stuff.details .modal-dialog .modal-body a {
  display: inline-block;
  margin-right: 20px; }

.stuff.details .modal-dialog .text-size {
  font-size: 1.5em; }
  .stuff.details .modal-dialog .text-size .fa-telegram:hover {
    color: #0088cc; }
  .stuff.details .modal-dialog .text-size .fa-facebook:hover {
    color: #3b5998; }
  .stuff.details .modal-dialog .text-size .fa-twitter:hover {
    color: #1da1f2; }
  .stuff.details .modal-dialog .text-size .fa-whatsapp:hover {
    color: #1ebea5; }

.stuff.details .content .breadcrumb-wrapper .sitemap {
  margin-right: 25px; }

.stuff.details .infos {
  min-height: 500px;
  position: relative;
  padding: 10px;
  border-right: 1px solid #eee; }
  .stuff.details .infos .data {
    font-size: 1.4em; }
  .stuff.details .infos .guarantee {
    float: left;
    font-size: 1.5em;
    border-right: 1px solid #eee;
    min-height: 380px;
    margin-top: -60px;
    color: #002c63; }
    .stuff.details .infos .guarantee ul {
      margin-right: -25px; }
      .stuff.details .infos .guarantee ul li {
        margin-bottom: 20px;
        filter: grayscale(100%);
        opacity: .5;
        cursor: pointer; }
        .stuff.details .infos .guarantee ul li:hover {
          filter: grayscale(0);
          opacity: 1; }
        .stuff.details .infos .guarantee ul li img {
          margin-left: 7px; }
  .stuff.details .infos .stuff-weight {
    font-size: 2em;
    color: #002c63; }
  .stuff.details .infos .brand {
    font-size: 1.6em; }
  .stuff.details .infos .desc-info p {
    font-size: 1.6em; }
  .stuff.details .infos .add-to-basket {
    position: absolute;
    bottom: 0;
    width: 40%; }
    .stuff.details .infos .add-to-basket button {
      min-width: 300px;
      margin: 0 auto; }
    .stuff.details .infos .add-to-basket .alert {
      font-size: 1.2em; }
    .stuff.details .infos .add-to-basket .alert-warning {
      background-color: #002c63;
      border-color: #000000;
      color: white; }

.stuff.details .product-information .back-to-home {
  direction: ltr;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 15px; }
  .stuff.details .product-information .back-to-home:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d9';
    pointer-events: none;
    z-index: 2;
    font-size: 1em;
    color: #d2d2d2; }
  .stuff.details .product-information .back-to-home a {
    color: black !important; }
  .stuff.details .product-information .back-to-home span {
    cursor: pointer; }

.stuff.details .product-information .media-gallery {
  display: table;
  width: 100%; }
  .stuff.details .product-information .media-gallery .column.right {
    display: table-footer-group;
    width: 150px;
    padding: 0 3px;
    vertical-align: top;
    position: relative; }
    .stuff.details .product-information .media-gallery .column.right .thumbnails {
      height: 100%;
      width: 142px;
      padding-bottom: 77px;
      display: inline; }
      .stuff.details .product-information .media-gallery .column.right .thumbnails #stuff-thumbnails {
        height: 100%;
        overflow-y: auto;
        padding-top: 2px; }
        .stuff.details .product-information .media-gallery .column.right .thumbnails #stuff-thumbnails .image-thumbnail {
          width: 95px;
          box-sizing: content-box;
          border-radius: 5px;
          overflow: hidden;
          text-align: center;
          margin: 2px 0 12px 5px; }
          .stuff.details .product-information .media-gallery .column.right .thumbnails #stuff-thumbnails .image-thumbnail:hover, .stuff.details .product-information .media-gallery .column.right .thumbnails #stuff-thumbnails .image-thumbnail.selected a {
            text-decoration: none; }
          .stuff.details .product-information .media-gallery .column.right .thumbnails #stuff-thumbnails .image-thumbnail img {
            border: 1px solid rgba(41, 114, 185, 0.3);
            border-radius: 5px;
            padding: 4px;
            border-radius: 5px; }
      .stuff.details .product-information .media-gallery .column.right .thumbnails .social-networks {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center; }
        .stuff.details .product-information .media-gallery .column.right .thumbnails .social-networks .title {
          border-bottom: 1px solid white;
          font-size: 0.8em;
          margin-bottom: 5px;
          text-align: center;
          display: inline-block; }
        .stuff.details .product-information .media-gallery .column.right .thumbnails .social-networks .diamond-btn {
          text-align: center;
          padding: 2px 0;
          color: #60d3db;
          text-decoration: none;
          width: 39px;
          height: 40px;
          display: inline-block;
          vertical-align: middle;
          background: url("/images/icons.sprite.png") -10px -615px no-repeat; }
          .stuff.details .product-information .media-gallery .column.right .thumbnails .social-networks .diamond-btn i {
            color: #60d3db;
            font-size: 0.9em; }
  .stuff.details .product-information .media-gallery .column.left {
    display: table-cell; }
    .stuff.details .product-information .media-gallery .column.left.mobile {
      display: none; }
    .stuff.details .product-information .media-gallery .column.left .preview {
      padding: 2px;
      width: 100%;
      margin-bottom: 10px; }
      .stuff.details .product-information .media-gallery .column.left .preview .product-image {
        width: 100%; }
      .stuff.details .product-information .media-gallery .column.left .preview .brand-logo {
        position: absolute;
        top: 20px;
        right: 18px; }
      .stuff.details .product-information .media-gallery .column.left .preview .sign {
        position: absolute;
        top: 5px;
        left: 10px; }

.stuff.details .product-information .in-page-links {
  margin-top: 20px;
  display: table;
  width: 100%; }
  .stuff.details .product-information .in-page-links .col-1 {
    display: table-cell;
    width: 150px; }
  .stuff.details .product-information .in-page-links .col-2 {
    display: table-cell; }
    .stuff.details .product-information .in-page-links .col-2 .full-specs-btn {
      width: 48%;
      float: right;
      margin-left: 4%; }
      .stuff.details .product-information .in-page-links .col-2 .full-specs-btn.full {
        width: 100%;
        margin: 0; }
    .stuff.details .product-information .in-page-links .col-2 .product-in-package-btn {
      width: 48%;
      float: right; }
      .stuff.details .product-information .in-page-links .col-2 .product-in-package-btn.full {
        width: 100%;
        margin: 0; }

.stuff.details .product-information .title-bar {
  margin-bottom: 30px; }

.stuff.details .product-information .i-1 {
  display: inline-block; }
  .stuff.details .product-information .i-1 > * {
    display: inline-block; }
  .stuff.details .product-information .i-1 h1 {
    font-size: 2em;
    color: #002c63; }
  .stuff.details .product-information .i-1 .brand {
    vertical-align: text-bottom;
    font-size: 1em; }
  .stuff.details .product-information .i-1 .likes {
    vertical-align: text-bottom;
    margin-right: 15px;
    line-height: 1.9em; }
    .stuff.details .product-information .i-1 .likes .action-btn {
      display: inline-block;
      text-decoration: none;
      cursor: pointer; }
      .stuff.details .product-information .i-1 .likes .action-btn i {
        color: #ccbca1;
        font-size: 1.4em; }
        .stuff.details .product-information .i-1 .likes .action-btn i.icon-heart-o {
          display: block; }
        .stuff.details .product-information .i-1 .likes .action-btn i.icon-heart {
          display: none; }
      .stuff.details .product-information .i-1 .likes .action-btn.liked .icon-heart-o {
        display: none; }
      .stuff.details .product-information .i-1 .likes .action-btn.liked .icon-heart {
        display: block; }
    .stuff.details .product-information .i-1 .likes span {
      display: inline-block;
      font-size: 1.2em; }

.stuff.details .product-information .i-2 {
  float: left;
  padding: 20px 0 0 0; }
  .stuff.details .product-information .i-2 > * {
    display: inline-block; }
  .stuff.details .product-information .i-2 .rate .br-wrapper {
    vertical-align: middle;
    display: inline-block; }
  .stuff.details .product-information .i-2 span {
    font-size: 1.1em; }

.stuff.details .product-information .buy-information .colors .color.btn {
  width: 45px;
  margin-left: 10px;
  opacity: 0.4; }
  .stuff.details .product-information .buy-information .colors .color.btn.selected {
    opacity: 1;
    box-shadow: 4px 4px 1px #908d84;
    margin-bottom: 9px; }

.stuff.details .product-information .buy-information .warranties {
  font-size: 1.5em; }
  .stuff.details .product-information .buy-information .warranties label {
    width: 50px;
    margin-left: 10px; }
  .stuff.details .product-information .buy-information .warranties select {
    min-width: 120px;
    font-size: 1.5em; }

.stuff.details .product-information .buy-information .count {
  margin: 25px 0; }
  .stuff.details .product-information .buy-information .count label {
    width: 50px;
    margin-left: 10px;
    font-weight: inherit;
    font-size: 1.4em; }
  .stuff.details .product-information .buy-information .count select {
    min-width: 120px;
    font-size: 1.5em;
    cursor: pointer; }
    .stuff.details .product-information .buy-information .count select option:nth-child(2n+1) {
      background-color: #eee; }

.stuff.details .product-information .buy-information .assembly {
  margin-top: 5px; }
  .stuff.details .product-information .buy-information .assembly .radio-inline {
    vertical-align: top;
    padding-right: 0; }
  .stuff.details .product-information .buy-information .assembly .sub-label {
    color: #9a7901;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 0.9em; }
    .stuff.details .product-information .buy-information .assembly .sub-label .value {
      font-weight: bold;
      font-size: 1.2em;
      direction: ltr;
      display: inline-block; }

.stuff.details .product-information .buy-information .slogans {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin: 20px 0; }
  .stuff.details .product-information .buy-information .slogans .slogan {
    display: inline-block;
    padding: 0 8px; }
    .stuff.details .product-information .buy-information .slogans .slogan i {
      color: #60d3db;
      font-size: 28px;
      margin-left: 10px; }
    .stuff.details .product-information .buy-information .slogans .slogan span {
      font-size: 0.8em; }

.stuff.details .product-information .buy-information .price-information .price .value.discounted {
  text-decoration: line-through; }

.stuff.details .product-information .buy-information .price-information .discount {
  font-size: 2em;
  display: inline-block; }
  .stuff.details .product-information .buy-information .price-information .discount .discount-box {
    background: #000000;
    color: white;
    margin-right: 20px;
    border-radius: 10px 30px 30px 10px;
    padding: 0 10px;
    font-size: 0.8em;
    display: inline-block; }

.stuff.details .product-information .buy-information .price-information .add-to-cart {
  margin-top: 20px; }
  .stuff.details .product-information .buy-information .price-information .add-to-cart .discounted-price {
    color: black;
    font-size: 3em; }
  .stuff.details .product-information .buy-information .price-information .add-to-cart .btn {
    margin-top: 15px;
    font-size: 1.5em;
    min-width: 350px;
    border-radius: 5px; }

.stuff.details .assurance {
  text-align: center; }
  .stuff.details .assurance .rail {
    height: 14px;
    background: url("/images/assurance-rail-bg.png");
    margin-top: 27px; }
  .stuff.details .assurance .item {
    display: inline-block;
    width: 320px;
    padding: 0 15px;
    margin-top: -17px;
    color: black; }
    .stuff.details .assurance .item .icon-bg {
      width: 160px;
      height: 186px;
      display: inline-block;
      vertical-align: middle;
      background: url("/images/icons.sprite.png") -10px -72px no-repeat; }
    .stuff.details .assurance .item .title {
      font-weight: bold;
      font-size: 1.1em;
      margin-top: 8px;
      text-align: center; }
      .stuff.details .assurance .item .title .text {
        display: inline-block;
        border-bottom: 3px solid #195cb0;
        padding-bottom: 10px;
        margin-bottom: 10px; }
    .stuff.details .assurance .item .description {
      font-size: 0.9em;
      padding: 0 8px; }
    .stuff.details .assurance .item.delivery .icon {
      width: 103px;
      height: 52px;
      display: inline-block;
      vertical-align: middle;
      background: url("/images/icons.sprite.png") -10px -10px no-repeat;
      margin-top: 78px; }
    .stuff.details .assurance .item.return .icon {
      width: 99px;
      height: 69px;
      display: inline-block;
      vertical-align: middle;
      background: url("/images/icons.sprite.png") -10px -292px no-repeat;
      margin-top: 71px; }

.stuff.details .specifications .specifications-table {
  overflow: hidden;
  transition: all 0.3s ease-in-out; }
  .stuff.details .specifications .specifications-table.auto-height {
    box-sizing: content-box; }
  .stuff.details .specifications .specifications-table.empty {
    background: none;
    border: none; }
  .stuff.details .specifications .specifications-table .specification {
    color: black;
    margin: 3px 3px;
    padding: 2px; }
    .stuff.details .specifications .specifications-table .specification:before {
      content: " ";
      display: table; }
    .stuff.details .specifications .specifications-table .specification:after {
      content: " ";
      clear: both;
      display: table; }
    .stuff.details .specifications .specifications-table .specification:nth-child(2n+1) {
      background-color: #f8f8f8; }
    .stuff.details .specifications .specifications-table .specification:nth-child(2n) {
      background-color: #fcfcfc; }
    .stuff.details .specifications .specifications-table .specification .title {
      float: right;
      width: 250px;
      font-weight: bold; }
    .stuff.details .specifications .specifications-table .specification .value {
      float: right;
      text-align: right; }
    .stuff.details .specifications .specifications-table .specification:first-child {
      border-radius: 6px 6px 0 0; }
    .stuff.details .specifications .specifications-table .specification:last-child {
      border-radius: 0 0 6px 6px; }

.stuff.details .compare-specifications {
  text-align: center; }
  .stuff.details .compare-specifications .toggle-all-specifications {
    margin-top: 5px; }
  .stuff.details .compare-specifications .products {
    min-width: 960px;
    width: 100%; }
    .stuff.details .compare-specifications .products .product-wrapper {
      vertical-align: bottom;
      min-width: 340px; }
      .stuff.details .compare-specifications .products .product-wrapper .product .information {
        position: relative;
        padding: 20px 20px 45px 20px;
        z-index: 1; }
        .stuff.details .compare-specifications .products .product-wrapper .product .information .corners {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: -1; }
          .stuff.details .compare-specifications .products .product-wrapper .product .information .corners > div {
            background: url("/images/product-bg-in-compare.png") no-repeat;
            width: 50%;
            height: 50%;
            position: absolute; }
          .stuff.details .compare-specifications .products .product-wrapper .product .information .corners .top-left {
            top: 0;
            left: 0;
            background-position: top left;
            z-index: 4; }
          .stuff.details .compare-specifications .products .product-wrapper .product .information .corners .top-right {
            top: 0;
            right: 0;
            background-position: top right;
            z-index: 2; }
          .stuff.details .compare-specifications .products .product-wrapper .product .information .corners .bottom-left {
            bottom: 0;
            left: 0;
            background-position: bottom left;
            z-index: 1; }
          .stuff.details .compare-specifications .products .product-wrapper .product .information .corners .bottom-right {
            bottom: 0;
            right: 0;
            background-position: bottom right;
            z-index: 3; }
        .stuff.details .compare-specifications .products .product-wrapper .product .information .price {
          color: #686868;
          height: 2em; }
          .stuff.details .compare-specifications .products .product-wrapper .product .information .price .value {
            color: black;
            font-weight: bold; }
          .stuff.details .compare-specifications .products .product-wrapper .product .information .price .unit {
            color: black; }
        .stuff.details .compare-specifications .products .product-wrapper .product .information .product-image {
          width: 100%;
          padding: 0 20px; }
        .stuff.details .compare-specifications .products .product-wrapper .product .information > .title {
          font-size: 1.5em;
          font-weight: bold;
          color: #686868; }
        .stuff.details .compare-specifications .products .product-wrapper .product .information .product-title, .stuff.details .compare-specifications .products .product-wrapper .product .information .brand {
          font-size: 1.1em;
          font-weight: bold; }
        .stuff.details .compare-specifications .products .product-wrapper .product .information .rate {
          margin-top: 15px;
          border: 1px solid #d4d4d4;
          display: inline-block;
          padding: 8px 28px;
          font-size: smaller; }
          .stuff.details .compare-specifications .products .product-wrapper .product .information .rate .br-wrapper {
            vertical-align: middle;
            display: inline-block; }
      .stuff.details .compare-specifications .products .product-wrapper .product .specifications {
        border: 1px solid #e2a335;
        background: url("/images/product-image-bg.png") left center;
        border-radius: 6px;
        margin: 9px;
        overflow: hidden;
        height: 110px;
        transition: all 0.3s ease-in-out; }
        .stuff.details .compare-specifications .products .product-wrapper .product .specifications.auto-height {
          box-sizing: content-box; }
        .stuff.details .compare-specifications .products .product-wrapper .product .specifications.empty {
          background: none;
          border: none; }
        .stuff.details .compare-specifications .products .product-wrapper .product .specifications .specification {
          font-size: 0.85em;
          background: white;
          margin: 3px 3px;
          padding: 2px; }
          .stuff.details .compare-specifications .products .product-wrapper .product .specifications .specification:before {
            content: " ";
            display: table; }
          .stuff.details .compare-specifications .products .product-wrapper .product .specifications .specification:after {
            content: " ";
            clear: both;
            display: table; }
          .stuff.details .compare-specifications .products .product-wrapper .product .specifications .specification .title {
            float: right;
            width: 150px;
            text-align: left; }
          .stuff.details .compare-specifications .products .product-wrapper .product .specifications .specification .value {
            float: left;
            width: 150px;
            text-align: right; }
          .stuff.details .compare-specifications .products .product-wrapper .product .specifications .specification:first-child {
            border-radius: 6px 6px 0 0; }
          .stuff.details .compare-specifications .products .product-wrapper .product .specifications .specification:last-child {
            border-radius: 0 0 6px 6px; }

.stuff.details .buy-package.all-items-selected .hint {
  color: #006100; }

.stuff.details .buy-package .hint {
  text-align: center;
  color: red; }

.stuff.details .buy-package .table {
  display: inline-table;
  width: auto;
  table-layout: fixed; }
  .stuff.details .buy-package .table > div {
    display: table-cell; }
  .stuff.details .buy-package .table .selector {
    white-space: nowrap;
    overflow: auto;
    text-align: left; }
    .stuff.details .buy-package .table .selector .product {
      display: inline-block;
      text-align: center;
      position: relative;
      vertical-align: middle; }
      .stuff.details .buy-package .table .selector .product.main {
        margin-bottom: 20px; }
        .stuff.details .buy-package .table .selector .product.main .product-image {
          border: 1px solid #e2a335;
          background: url("/images/product-image-bg.png") left center;
          padding: 2px;
          border-radius: 8px; }
          .stuff.details .buy-package .table .selector .product.main .product-image > img {
            border-radius: 5px; }
      .stuff.details .buy-package .table .selector .product.single {
        margin-bottom: 40px; }
      .stuff.details .buy-package .table .selector .product > .product-image {
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 40px; }
      .stuff.details .buy-package .table .selector .product .checkbox {
        display: inline-block;
        width: 51px;
        height: 51px;
        border: 1px solid #b8b8b8;
        border-radius: 12px;
        cursor: pointer; }
        .stuff.details .buy-package .table .selector .product .checkbox.static, .stuff.details .buy-package .table .selector .product .checkbox.checked {
          background: url("/images/package-check-mark.png") no-repeat center center white; }
        .stuff.details .buy-package .table .selector .product .checkbox.static {
          width: 70px;
          height: 70px;
          cursor: auto; }
      .stuff.details .buy-package .table .selector .product .group {
        width: 226px;
        border-radius: 8px;
        overflow: hidden; }
        .stuff.details .buy-package .table .selector .product .group .product-image {
          border-radius: unset; }
        .stuff.details .buy-package .table .selector .product .group .owl-nav {
          padding-top: 10px; }
          .stuff.details .buy-package .table .selector .product .group .owl-nav > div {
            display: inline-block;
            background: white;
            padding: 0 5px;
            border-radius: 5px;
            cursor: pointer; }
          .stuff.details .buy-package .table .selector .product .group .owl-nav .owl-prev {
            margin-left: 5px; }
    .stuff.details .buy-package .table .selector .plus {
      margin: 50px 15px 5px;
      display: inline-block;
      vertical-align: middle;
      width: 28px;
      height: 28px;
      background: url("/images/package-plus.png") no-repeat center center; }
  .stuff.details .buy-package .table .equals-wrapper {
    width: 50px;
    vertical-align: middle; }
    .stuff.details .buy-package .table .equals-wrapper .equals {
      margin: 40px 15px 5px;
      width: 28px;
      height: 28px;
      background: url("/images/package-equals.png") no-repeat center center; }
  .stuff.details .buy-package .table .result {
    width: 240px;
    vertical-align: middle; }
    .stuff.details .buy-package .table .result .price {
      margin-top: 85px;
      color: #8b571f;
      font-weight: bold; }
      .stuff.details .buy-package .table .result .price .value {
        font-size: 1.9em; }
      .stuff.details .buy-package .table .result .price .unit {
        font-size: 1.3em; }

.stuff.details .comments #rates {
  margin-bottom: 20px; }

@media (max-width: 1200px) {
  .stuff.list .applied-filters {
    margin-right: 140px; }
  .stuff.details .compare-specifications .table-responsive-wrapper, .stuff.details .buy-package .table-responsive-wrapper {
    position: relative; }
    .stuff.details .compare-specifications .table-responsive-wrapper:after, .stuff.details .compare-specifications .table-responsive-wrapper:before, .stuff.details .buy-package .table-responsive-wrapper:after, .stuff.details .buy-package .table-responsive-wrapper:before {
      content: " ";
      position: absolute;
      z-index: 2;
      top: 50%;
      background: url("/images/carousel-next-prev-small.png") no-repeat;
      height: 46px;
      width: 20px;
      margin-top: -50px; }
    .stuff.details .compare-specifications .table-responsive-wrapper:after, .stuff.details .buy-package .table-responsive-wrapper:after {
      right: -13px;
      background-position: right; }
    .stuff.details .compare-specifications .table-responsive-wrapper:before, .stuff.details .buy-package .table-responsive-wrapper:before {
      left: -13px; }
  .stuff.list .display-priority {
    margin-right: 150px; }
  .stuff.list .price-filter .ui-slider-handle.right:after {
    top: 3px !important; }
  .stuff.list .price-filter .ui-slider-handle.left:after {
    top: 2px !important; }
  .text-column .temp-content {
    text-align: center; }
  .text-column .contents {
    background-color: #002c63;
    min-height: 500px;
    padding: 60px 90px 20px 60px; }
    .text-column .contents h1 {
      position: absolute;
      left: 2px;
      color: #d21145;
      top: -16px;
      font-size: 6em; }
    .text-column .contents h2 {
      position: absolute;
      left: 3px;
      top: 35px;
      font-size: 3em; } }

@media (max-width: 992px) {
  .dialog {
    width: 100%;
    height: 100%; }
  .stuff.list .display-priority div.title {
    display: none; }
  .pic-column {
    display: none; }
  .text-column {
    margin: 0; }
    .text-column .temp-content {
      padding: 40px;
      position: relative; }
    .text-column .contents {
      min-height: 300px;
      padding: 90px 10px 0px 30px; }
      .text-column .contents h1 {
        font-size: 6em;
        margin: -109px auto 0px;
        position: relative; }
      .text-column .contents h2 {
        font-size: 3em;
        margin: 10px auto 15px;
        position: static; } }

@media (max-width: 768px) {
  .add-to-basket {
    width: 100% !important; }
  /*.header-top { background-color: #294463; }*/
  .img {
    height: 300px;
    margin: 0 auto;
    margin-bottom: 40px; }
  .stuff.list .applied-filters {
    display: none; }
  .stuff.list .display-priority .discount {
    display: none; }
  .stuff.list .display-priority .advance-search button {
    min-width: 50%;
    border-radius: 0px;
    border: none;
    border-top: 1px solid gainsboro;
    box-shadow: -3px -1px 2px gainsboro; }
  .stuff.list .display-priority .dropdown .dropdown-menu {
    position: fixed;
    bottom: 39px;
    top: auto; }
    .stuff.list .display-priority .dropdown .dropdown-menu .dropdown-header {
      border-bottom: 1px solid #ccc;
      font-size: 1.4em;
      color: #444; }
  .stuff.list .display-priority .dropdown .btn-dropdown {
    font-size: 1.3em;
    position: fixed;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 50%;
    border-radius: 0px;
    text-align: center;
    border: none;
    border-right: .7px solid gray;
    border-top: 1px solid gainsboro;
    box-shadow: -3px -1px 2px gainsboro; }
    .stuff.list .display-priority .dropdown .btn-dropdown:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      left: 10px;
      bottom: 7px;
      color: black;
      content: '\f0d8';
      position: absolute;
      pointer-events: none;
      z-index: 2;
      font-size: 1.3em; }
  .stuff.list .tabs {
    display: none; }
  .stuff.list .text-content {
    display: none; }
  .stuff.list .more-text-container {
    display: none; }
  .stuff.list .breadcrumb-wrapper h1 {
    display: none; }
  .stuff.list .filters-hint {
    display: none; }
  .stuff .infos .guarantee {
    float: none !important;
    margin: 0 !important;
    border: none !important;
    min-height: 0 !important; }
    .stuff .infos .guarantee ul {
      text-align: center; }
      .stuff .infos .guarantee ul li {
        display: inline-block;
        margin-left: 10px; }
  .page-row .col-category {
    width: auto !important; }
    .page-row .col-category .category-container-mobile {
      display: block;
      margin-top: -7px;
      position: fixed;
      right: -100%;
      width: 100%;
      height: 100%;
      bottom: 0;
      transition: all 0.3s;
      background: rgba(0, 0, 0, 0.8);
      z-index: 1000;
      padding: 60px 10px 10px 10px; }
      .page-row .col-category .category-container-mobile .panel-group {
        margin-bottom: 20px;
        background-color: white;
        padding: 5px;
        min-height: 480px;
        border-radius: 5px; }
        .page-row .col-category .category-container-mobile .panel-group .panel {
          margin-bottom: 0;
          border: 1px solid #aaa;
          border-radius: 5px; }
          .page-row .col-category .category-container-mobile .panel-group .panel .panel-body ul li a {
            color: black;
            font-size: 1.2em; }
      .page-row .col-category .category-container-mobile.active {
        right: 0; }
      .page-row .col-category .category-container-mobile .scroll {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto; }
      .page-row .col-category .category-container-mobile .filters-close-btn {
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 5px;
        min-width: 100px; }
      .page-row .col-category .category-container-mobile .categories ul {
        list-style: none;
        padding-right: 20px; }
      .page-row .col-category .category-container-mobile .special-filters {
        display: block; }
    .page-row .col-category .category-container {
      position: absolute !important;
      right: -500px;
      z-index: 10;
      background-color: white;
      box-shadow: 0 2px 5px gray; }
  .page-row .col-list {
    width: 100%;
    display: block;
    padding-right: 4px; }
  .special-filters {
    display: none; }
  #show-filters-btn {
    display: inline-block; }
  .display-type {
    display: none; }
  .details .compare-specifications .toggle-all-specifications {
    font-size: 1em; }
  .details .content .breadcrumb-wrapper .sitemap {
    margin-right: 0; }
  .details .assurance .item {
    width: 50%;
    vertical-align: top;
    padding: 0; }
  .details .product-information .in-page-links .col-1 {
    display: none; }
  .details .product-information .media-gallery {
    display: block; }
    .details .product-information .media-gallery .column {
      display: block;
      width: 100%;
      vertical-align: unset;
      position: unset; }
      .details .product-information .media-gallery .column.right {
        margin-top: 5px;
        display: block;
        width: 100%; }
        .details .product-information .media-gallery .column.right .thumbnails {
          position: relative;
          width: 100%; }
          .details .product-information .media-gallery .column.right .thumbnails #stuff-thumbnails {
            overflow-y: hidden;
            overflow-x: auto;
            white-space: nowrap;
            width: 100%;
            padding-right: 4px; }
            .details .product-information .media-gallery .column.right .thumbnails #stuff-thumbnails .image-thumbnail {
              margin-left: 5px;
              display: inline-block; }
      .details .product-information .media-gallery .column.left {
        display: none !important; }
        .details .product-information .media-gallery .column.left.mobile {
          display: block !important; }
  .details .product-information header .i-1 h1 {
    margin-top: 20px; }
  /*    .section-title h2 { font-size: 1em; }*/
  .display-priority-mobile {
    display: block; }
  .display-priority {
    margin: 10px 0 50px !important; }
    .display-priority .advance-search {
      display: block !important; }
    .display-priority .discont-dropdown {
      float: none !important; }
      .display-priority .discont-dropdown .discount {
        float: right; }
      .display-priority .discont-dropdown .dropdown {
        float: left; }
    .display-priority .title {
      display: none !important; }
    .display-priority.mobile {
      display: block; }
  .category .content .breadcrumb-wrapper h1 {
    display: none; }
  .category .content .breadcrumb-wrapper .sitemap {
    float: right; }
  .rotator .owl-carousel .owl-nav > * {
    background: url("/images/carousel-next-prev-small.png") no-repeat;
    height: 46px;
    width: 20px;
    margin-top: -50px; }
  .rotator .owl-carousel .owl-nav .owl-prev {
    right: -13px;
    background-position: right; }
  .rotator .owl-carousel .owl-nav .owl-next {
    left: -13px; } }

@media (max-width: 500px) {
  .stuff .infos .guarantee ul li {
    display: block; }
  .body .flex {
    display: block !important;
    overflow: auto;
    text-align: right;
    white-space: nowrap; }
    .body .flex .flex-item {
      display: inline-block; }
      .body .flex .flex-item img {
        object-fit: contain;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        width: 100%;
        border-radius: 3px; }
  .body i {
    font-size: 9em;
    color: #e83e3a; }
  .body p {
    font-size: 1.1em;
    font-weight: bold; } }

@media (min-width: 480px) {
  header .header-button
i {
    display: none; } }

@media (max-width: 480px) {
  .user-panel.modal .modal-content .modal-body .content .section.active i {
    font-size: 1em !important; }
  .user-panel.modal .modal-content .modal-body > .header .nav-wrapper {
    margin-right: 25px !important; }
    .user-panel.modal .modal-content .modal-body > .header .nav-wrapper .nav {
      white-space: normal !important; }
  .breadcrumb-wrapper {
    display: none; } }

ul li {
  list-style: none; }

.checkbox {
  color: gray !important; }

input[type="checkbox"].checked {
  color: black; }

.discount .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px; }
  .discount .switch input {
    opacity: 0;
    width: 0;
    height: 0; }

.discount .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }
  .discount .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }

.discount input:checked + .slider {
  background-color: #002c63; }

.discount input:focus + .slider {
  box-shadow: 0 0 1px #002c63; }

.discount input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px); }

.discount .slider.round {
  border-radius: 34px; }

.discount .slider.round:before {
  border-radius: 50%; }

.discount-picture {
  padding: 5px 8px 3px 10px;
  background-color: #444;
  color: #eee;
  font-size: 1.6em;
  position: absolute;
  left: 0px;
  text-align: center;
  bottom: 0;
  z-index: 2; }
  .discount-picture > div {
    display: inline; }
  .discount-picture .percent {
    background-color: #002c63;
    border-radius: 20px;
    padding: 0 10px;
    color: white; }

.pic-container {
  position: relative; }

.liked {
  visibility: visible !important; }

.heart-dislike {
  visibility: hidden; }

.heart-like {
  visibility: hidden;
  color: red; }

.tabs .item {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 0 5px #aaa;
  margin: 0 15px 15px 0;
  text-align: center; }
  .tabs .item:hover .img-hover {
    visibility: visible !important;
    display: inline; }
  .tabs .item:hover .img {
    display: none; }
  .tabs .item:hover a {
    font-weight: bold; }
  .tabs .item:hover {
    cursor: pointer; }

.tabs a {
  text-decoration: none; }

.tabs .img {
  min-width: 50%; }

.tabs .img-hover {
  visibility: hidden;
  display: none;
  min-width: 50%; }

.tabs .title {
  font-size: 1.6em;
  text-align: center;
  margin: 20px 0px -5px 0; }

.breadcrumb-wrapper {
  background-color: #ededed; }

.display-priority .advance-search {
  text-align: center;
  margin: 20px 0px 40px 0;
  display: none; }
  .display-priority .advance-search button {
    min-width: 60%;
    border-radius: 4px; }

.main-nav.open {
  right: 0 !important; }

/*Sitemap*/
.sitemap {
  list-style: none;
  font-size: 1em;
  padding: 10px; }
  .sitemap:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f015';
    pointer-events: none;
    z-index: 2;
    color: black;
    font-size: 1em;
    margin-left: 5px; }
  .sitemap > li {
    display: inline-block;
    color: #fff;
    padding-left: 20px;
    position: relative; }
    .sitemap > li:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f0d9';
      pointer-events: none;
      z-index: 2;
      font-size: 1.3em;
      color: black;
      margin: 0 3px 0;
      position: absolute;
      left: 0px;
      top: 0px; }
    .sitemap > li:last-child:after {
      content: none; }
  .sitemap a {
    color: black;
    font-size: 1.3em; }
  .sitemap:after {
    content: '/';
    display: inline-block;
    margin: 0 5px; }
  .sitemap:after {
    content: '';
    margin: 0; }
  .sitemap * {
    color: black; }

.tree a.node {
  color: black; }

.tree .node-text {
  padding-right: 5px; }

/*Similar Items*/
.similar-items .item {
  position: relative;
  text-align: center;
  transition: 0.3s all;
  margin: 15px;
  overflow: hidden;
  height: 256px;
  border: 1px solid #069;
  background: white; }

.similar-items .item:hover {
  box-shadow: 0 5px 10px #555; }

.similar-items .item:hover img {
  transform: scale(1.1); }

.similar-items .item:hover .product-name {
  height: 60%; }

.similar-items .item:hover .summary {
  color: white !important; }

.similar-items .item h3 a {
  color: #7B7B7B;
  display: inline-block; }

.similar-items .item .product-name {
  transition: 0.3s all;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: white !important;
  transform: rotate(0deg) !important;
  height: 70px;
  padding: 10px;
  margin: 0;
  display: block;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-9 */
  background: rgba(0, 0, 0, 0.6);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  text-align: center; }

.similar-items .item .product-name a {
  color: white !important; }

.similar-items .item .summary {
  transition: 0.3s all;
  overflow: hidden;
  text-align: center;
  display: block;
  font-size: 0.8em;
  margin-top: 10px;
  color: rgba(10, 10, 10, 0); }

.similar-items .item .image-wrapper {
  width: 100%;
  display: block;
  padding: 0; }

.similar-items .item .image-wrapper .image {
  width: 100%;
  display: block;
  border-radius: 3px 3px 0 0;
  padding-bottom: 40px;
  margin-top: 0;
  padding: 0;
  transition: all 0.3s; }

/*SomeText*/
.someText {
  position: relative; }

.someText[id]:hover {
  border: 1px dotted #ff0000;
  border: 1px dotted rgba(255, 0, 0, 0.4);
  margin: -1px; }

.someText.editing {
  border: 1px dashed orange;
  margin: -1px; }

.someText .toolbarWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.someText .toolbar {
  position: absolute;
  top: 0;
  left: 0;
  direction: ltr;
  text-align: left; }

.someText .toolbar .toolbar-button {
  height: 24px;
  width: 24px;
  border: none;
  background-repeat: repeat;
  cursor: pointer; }

.someText .toolbar .save {
  background: url(/images/admin/saveIcon.png); }

.someText .toolbar .save.saved {
  background-position: 0 -24px;
  cursor: auto; }

.someText .toolbar .edit {
  background: url(/images/admin/editIcon.png); }

/*Sliding Panel*/
.main-controls {
  background: url(/images/admin/main-controls-bg.png) repeat-x 0 0;
  height: 29px;
  top: 0;
  z-index: 99999; }

.main-controls a {
  color: white; }

.main-controls a:hover {
  color: #cccccc; }

.main-controls ul.controls {
  display: block;
  height: 29px;
  line-height: 28px;
  color: white;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.main-controls ul.controls li {
  text-align: center;
  padding: 0;
  list-style: none; }

.main-controls ul.controls li.right {
  float: right; }

.main-controls ul.controls li.left {
  float: left; }

.main-controls ul.controls li a#exit img {
  vertical-align: middle; }

.main-controls ul.controls li a.sliding-box {
  height: 22px;
  line-height: 22px;
  margin-top: 4px;
  padding: 0 0 0 4px;
  display: inline-block;
  background: url(/images/admin/sp-mcontrol-bg-left.png) top left no-repeat; }

.main-controls ul.controls li a.sliding-box span.title {
  height: 22px;
  display: block;
  padding: 0 6px 0 0;
  color: white;
  background: url(/images/admin/sp-mcontrol-bg-right.png) top right no-repeat; }

.main-controls ul.controls li a.sliding-box img {
  vertical-align: middle;
  margin-top: -3px; }

.main-controls ul.controls li.separator {
  height: 29px;
  width: 2px;
  background: url(/images/admin/sp-separator.png); }

.main-controls ul.controls li.control {
  padding: 0 10px; }

.main-controls ul.controls li.control .icon {
  vertical-align: middle;
  background: url("/images/admin/glyphicons-halflings-white.png") no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block; }

* + html .main-controls ul.controls li.control .icon {
  height: 18px !important; }

.main-controls ul.controls li.control .icon.exit {
  background-position: -380px 3px; }

.main-controls ul.controls li.control .icon.user {
  background-position: -164px 2px; }

.main-controls ul.controls li.control .icon.info {
  background-position: -116px -94px; }

.main-controls li#pin {
  width: 30px; }

.main-controls a.pin-toggle {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
  background: url(/images/admin/pin.png) no-repeat left 0; }

.main-controls a:hover {
  background-position: left -19px; }

.main-controls a.pinned {
  background-position: left -19px; }

.main-controls a.pinned:hover {
  background-position: left 0; }

.main-controls li#toggle {
  width: 56px; }

.main-controls a.open, .main-controls a.close-setting-panel {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px; }

.main-controls a.open {
  background: url(/images/admin/bt_open.png) no-repeat left 0; }

.main-controls a.close-setting-panel {
  background: url(/images/admin/bt_close.png) no-repeat left 0; }

.main-controls a.open:hover {
  background: url(/images/admin/bt_open.png) no-repeat left -19px; }

.main-controls a.close-setting-panel:hover {
  background: url(/images/admin/bt_close.png) no-repeat left -19px; }

#settingPanel {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  opacity: 0.99;
  filter: alpha(opacity=99); }

#statistic-panel {
  transition: 0.5s all ease-in-out;
  position: fixed;
  top: 10%;
  right: -300px;
  width: 300px;
  z-index: 99998;
  opacity: 0.98;
  filter: alpha(opacity=98);
  box-shadow: none;
  border-radius: 3px 0 0 3px;
  max-height: 80%;
  height: 100%;
  margin-bottom: 0; }

#statistic-panel.open {
  right: 0;
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14); }

#statistic-panel .content {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

#statistic-panel .panel-toggle {
  transition: 0.5s all ease-in-out;
  box-shadow: none;
  background: white;
  cursor: pointer;
  height: 44px;
  width: 35px;
  left: -35px;
  position: absolute;
  top: 46px;
  width: 35px;
  border: 1px solid rgba(23, 24, 26, 0.15);
  border-right: none;
  border-radius: 5px 0 0 5px;
  line-height: 50px;
  text-align: center;
  color: #007AFF;
  font-size: 14px; }

#statistic-panel.open .panel-toggle {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14); }

#statistic-panel .panel-toggle .glyphicon {
  display: none; }

#statistic-panel.closed .panel-toggle .glyphicon-chevron-left {
  display: initial; }

#statistic-panel.open .panel-toggle .glyphicon-chevron-right {
  display: initial; }

#statistic-panel .list-group-item label {
  color: #AAA9A9;
  font-size: 0.8em; }

#statistic-panel .list-group-item .value {
  text-align: right; }

#statistic-panel .list-group-item .value a {
  margin-left: 15px; }

#statistic-panel .list-group-item .value .label {
  margin: 5px 0 0 5px;
  display: inline-block; }

#statistic-panel .list-group-item .alert {
  padding: 5px;
  font-size: .9em;
  margin-bottom: 0; }

#statistic-panel .list-group-item .alert i {
  margin-left: 5px;
  font-size: 0.8em; }

#spUserInfo {
  display: none; }

#spSupport {
  display: none;
  width: 250px;
  height: 250px; }

#spUserInfo .info-row {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #e4e4e4; }

#spUserInfo .info-row.last {
  border-bottom: none; }

#panelContainer {
  height: 0;
  width: 100%;
  margin: auto;
  color: #999999;
  background: #F4F4F4;
  overflow: hidden;
  position: relative;
  z-index: 3;
  border-radius: 0 0 3px 3px;
  box-shadow: 1px 3px 4px gray; }

/*Specification*/
.specification-wrapper .well {
  margin-bottom: 0; }

.specification-wrapper .specification-table {
  width: 100%;
  border-spacing: 1px;
  margin-top: 20px; }

.specification-wrapper .specification-table tr {
  border-top: 1px solid #e4e4e4; }

.specification-wrapper .specification-table tr td {
  padding: 5px; }

.specification-wrapper .specification-table tr:hover {
  padding: 5px;
  background: #e9e9e9; }

.specification-wrapper .specification-table .column.title {
  color: #585858;
  min-width: 150px;
  width: 35%;
  padding-right: 10px; }

.specification-wrapper .specification-table .group-header .column.title {
  padding: 0; }

.specification-wrapper .specification-table .group-header {
  border: none; }

.specification-wrapper .specification-table .group-header:hover {
  background-color: white; }

.specification-wrapper .specification-table .group-header .group-title {
  background: #E8B61F;
  color: white;
  font-size: 1em;
  padding: 5px 10px;
  font-weight: 700;
  transform: rotate(0deg); }

/*TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT*/
.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/*UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU*/
.unclickable {
  pointer-events: none; }

/*UserInfo*/
.user-info h1 {
  font-size: 2em;
  margin-bottom: 1em; }

/*UserPanel*/
.user-panel.modal {
  font-size: 1.5em; }
  .user-panel.modal .modal-content {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: unset; }
    .user-panel.modal .modal-content .modal-body {
      position: relative;
      z-index: 1; }
      .user-panel.modal .modal-content .modal-body > .header {
        background: #eee;
        border-radius: 15px 15px 0 0;
        height: 64px;
        padding-top: 9px;
        border-bottom: 1px solid #CCC; }
        .user-panel.modal .modal-content .modal-body > .header .nav a {
          margin-right: 15px; }
      .user-panel.modal .modal-content .modal-body .after-header {
        max-width: 100%; }
      .user-panel.modal .modal-content .modal-body .content {
        background: white;
        background-size: cover;
        text-align: right;
        padding-top: 20px;
        padding-bottom: 15px; }
        .user-panel.modal .modal-content .modal-body .content .section {
          display: none;
          margin: 50px;
          text-align: center; }
          .user-panel.modal .modal-content .modal-body .content .section.active {
            display: block; }
          .user-panel.modal .modal-content .modal-body .content .section .loading {
            background: #faf2e4; }
        .user-panel.modal .modal-content .modal-body .content #invoices .panel {
          margin-bottom: 14px;
          border: none;
          background: rgba(255, 255, 255, 0.7);
          border-radius: 12px;
          position: relative; }
          .user-panel.modal .modal-content .modal-body .content #invoices .panel .panel-heading {
            border: none;
            background: none;
            text-align: center; }
            .user-panel.modal .modal-content .modal-body .content #invoices .panel .panel-heading a.panel-title {
              display: block;
              text-align: center;
              line-height: 1.4em;
              font-size: 1.1em; }
              .user-panel.modal .modal-content .modal-body .content #invoices .panel .panel-heading a.panel-title .wrapper {
                min-width: 320px;
                display: inline-block;
                vertical-align: middle; }
          .user-panel.modal .modal-content .modal-body .content #invoices .panel .panel-collapse {
            border-top: 1px solid #bdaa0f;
            font-size: 0.9em;
            text-align: right; }
          .user-panel.modal .modal-content .modal-body .content #invoices .panel:after {
            content: " ";
            position: absolute;
            left: 0;
            bottom: -8px;
            width: 100%;
            border-top: 1px dashed #d0c4ac; }
          .user-panel.modal .modal-content .modal-body .content #invoices .panel .invoice-status {
            padding: 10px;
            background: white; }
            .user-panel.modal .modal-content .modal-body .content #invoices .panel .invoice-status .receipt-image {
              max-width: 100%;
              cursor: pointer; }
          .user-panel.modal .modal-content .modal-body .content #invoices .panel .condensed {
            background: #ececec8c; }
            .user-panel.modal .modal-content .modal-body .content #invoices .panel .condensed td {
              padding: 4px;
              vertical-align: middle; }
        .user-panel.modal .modal-content .modal-body .content #manage-logins .remove-account-form-wrapper {
          display: inline-block; }
        .user-panel.modal .modal-content .modal-body .content #change-password .password-box {
          text-align: right; }
        .user-panel.modal .modal-content .modal-body .content .header {
          text-align: center;
          color: #8e800b;
          margin-bottom: 15px;
          margin-top: 35px;
          position: relative;
          display: inline-block; }
          .user-panel.modal .modal-content .modal-body .content .header.first {
            margin-top: 0; }
          .user-panel.modal .modal-content .modal-body .content .header:after {
            content: " ";
            border-bottom: 2px solid #ccc;
            position: absolute;
            bottom: -6px;
            height: 2px;
            width: 100%;
            left: 0; }
        .user-panel.modal .modal-content .modal-body .content .footer {
          text-align: center; }

/********Favorites**********/
.liked-items .list {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: right; }
  .liked-items .list .list-item {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    margin-bottom: 15px; }
    .liked-items .list .list-item .likes {
      display: inline-block;
      margin-right: 10px; }
      .liked-items .list .list-item .likes .action-btn {
        display: inline-block;
        text-decoration: none;
        cursor: pointer; }
        .liked-items .list .list-item .likes .action-btn i {
          color: red;
          font-size: 1.5em; }
          .liked-items .list .list-item .likes .action-btn i.icon-heart-o {
            display: block; }
          .liked-items .list .list-item .likes .action-btn i.icon-cross-o {
            display: none; }
        .liked-items .list .list-item .likes .action-btn.liked .icon-heart-o {
          display: none; }
        .liked-items .list .list-item .likes .action-btn.liked .icon-cross-o {
          display: block; }
    .liked-items .list .list-item img {
      display: inline-block;
      margin-right: 5px; }
    .liked-items .list .list-item .sign {
      width: 95px;
      height: 95px;
      position: absolute;
      left: 5px;
      top: 5px; }
      .liked-items .list .list-item .sign.gold-sign {
        background: url("/images/stuff/gold-sign.png"); }
        .liked-items .list .list-item .sign.gold-sign.sm {
          background: url("/images/stuff/gold-sign-small.png"); }
        .liked-items .list .list-item .sign.gold-sign.xs {
          background: url("/images/stuff/gold-sign-xsmall.png"); }
      .liked-items .list .list-item .sign.bronze-sign {
        background: url("/images/stuff/bronze-sign.png"); }
        .liked-items .list .list-item .sign.bronze-sign.sm {
          background: url("/images/stuff/bronze-sign-small.png"); }
        .liked-items .list .list-item .sign.bronze-sign.xs {
          background: url("/images/stuff/bronze-sign-xsmall.png"); }
      .liked-items .list .list-item .sign.silver-sign {
        background: url("/images/stuff/silver-sign.png"); }
        .liked-items .list .list-item .sign.silver-sign.sm {
          background: url("/images/stuff/silver-sign-small.png"); }
        .liked-items .list .list-item .sign.silver-sign.xs {
          background: url("/images/stuff/silver-sign-xsmall.png"); }
      .liked-items .list .list-item .sign.sm {
        width: 74px;
        height: 74px; }
      .liked-items .list .list-item .sign.xs {
        width: 50px;
        height: 50px; }
    .liked-items .list .list-item .comment-content {
      margin: 0 15px; }
      .liked-items .list .list-item .comment-content .stuff-title {
        font-size: 1em; }
      .liked-items .list .list-item .comment-content .comment-text {
        font-size: 0.9em; }
    .liked-items .list .list-item .votes {
      font-size: 1.1em;
      position: absolute;
      left: 15px;
      bottom: 0;
      display: inline-block;
      direction: ltr; }
      .liked-items .list .list-item .votes .icon-like {
        color: green; }
      .liked-items .list .list-item .votes .icon-dislike {
        color: red; }
    .liked-items .list .list-item .title {
      display: inline-block;
      font-size: 0.9em; }
    .liked-items .list .list-item .rate {
      margin-top: 10px; }
    .liked-items .list .list-item .status span {
      display: none;
      font-size: 0.8em;
      margin: 10px 10px 0 0; }
    .liked-items .list .list-item .status.Published span.approved {
      display: block;
      color: green; }
    .liked-items .list .list-item .status.Pending span.pending {
      display: block;
      color: darkorange; }
    .liked-items .list .list-item .status.Rejected span.rejected {
      display: block;
      color: red; }
    .liked-items .list .list-item .date {
      font-size: 0.8em;
      margin: 10px 0 0 10px; }

@media (max-width: 768px) {
  .user-panel.modal .modal-content .modal-body {
    padding: 0 !important; }
    .user-panel.modal .modal-content .modal-body > .header {
      height: 70px;
      border-radius: 0 !important;
      position: relative !important; }
      .user-panel.modal .modal-content .modal-body > .header .nav-wrapper {
        overflow-x: auto;
        margin-right: 57px; }
        .user-panel.modal .modal-content .modal-body > .header .nav-wrapper .nav {
          white-space: nowrap; }
          .user-panel.modal .modal-content .modal-body > .header .nav-wrapper .nav a {
            font-size: 0.8em;
            display: inline-block;
            line-height: 2.3em; }
            .user-panel.modal .modal-content .modal-body > .header .nav-wrapper .nav a.active {
              font-weight: bold; }
            .user-panel.modal .modal-content .modal-body > .header .nav-wrapper .nav a:last-child {
              margin-left: 20px; }
          .user-panel.modal .modal-content .modal-body > .header .nav-wrapper .nav button.close-modal {
            position: fixed;
            left: auto;
            right: 20px !important;
            top: 20px !important; }
    .user-panel.modal .modal-content .modal-body .after-header {
      display: none; }
    .user-panel.modal .modal-content .modal-body .content {
      min-height: 100vh !important;
      margin-top: 0 !important;
      padding-top: 60px !important; }
      .user-panel.modal .modal-content .modal-body .content .section {
        margin: 10px 20px;
        height: 100% !important; }
      .user-panel.modal .modal-content .modal-body .content .liked-items .list .list-item .title {
        padding: 5px 10px; } }

.main-content-wrapper.user-panel {
  padding: 0; }

.user-panel h1 {
  font-size: 2em;
  margin-bottom: 1em; }

.user-panel .nav-menu-container {
  padding: 0; }

.user-panel .nav-menu > li {
  border: 0 none;
  display: block;
  margin: 0;
  padding: 0; }

.user-panel .nav-menu > li.active > a {
  background: #ef3237 !important;
  border-top: medium none !important;
  color: #fff; }

.user-panel .nav-menu > li > a .selected {
  display: none; }

.user-panel .nav-menu > li.active > a .selected {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: -2px; }

.user-panel .nav-menu > li.active > a .selected:before {
  color: #ef3237;
  font-size: 41px;
  line-height: 41px; }

.user-panel .nav-menu li > a > .icon-arrow {
  float: left; }

.user-panel .nav-menu > li.active > a i {
  color: #fff; }

.user-panel .nav-menu > li a > i {
  color: #ef3237;
  font-weight: normal; }

.user-panel .nav-menu > li > a i {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  text-shadow: none; }

.user-panel .nav-menu li > ul.sub-menu > li {
  background: none repeat scroll 0 0 transparent;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1px !important;
  padding: 0; }

.user-panel .nav-menu {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.user-panel .nav-menu > li > ul.sub-menu, .navigation-small .nav-menu > li > ul.sub-menu {
  background-color: #f6f6f6 !important; }

.user-panel .nav-menu li > ul.sub-menu {
  clear: both;
  display: none;
  list-style: none outside none;
  margin: 8px 0;
  padding: 0; }

.user-panel .nav-menu li > ul.sub-menu > li > a {
  background: transparent;
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  padding: 5px 32px 5px 0;
  text-decoration: none; }

.user-panel .nav-menu li > ul.sub-menu > li > a .icon {
  width: 24px; }

.user-panel .nav-menu li > ul.sub-menu > li.open > a, .user-panel .nav-menu li > ul.sub-menu > li.active > a, .user-panel .nav-menu li > ul.sub-menu > li > a:hover {
  background: none repeat scroll 0 0 #d9d9d9 !important;
  color: #000000 !important; }

.user-panel .nav-menu > li a {
  border-bottom: medium none;
  border-top-color: #c8c7cc;
  color: #555555; }

.user-panel .nav-menu > li > a {
  border-bottom: 1px solid #dddddd;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  text-decoration: none; }

.user-panel .nav-menu > li.open > a, .nav-menu > li > a:hover, .nav-menu > li:hover > a {
  background-color: #d9d9d9; }

.user-panel .igahi-preview {
  width: 116px;
  position: absolute; }

.user-panel .igahi-preview .line {
  text-align: center; }

.user-panel .expanded-to {
  min-width: 52px;
  padding: 6px 12px 6px 5px;
  border-radius: 0 !important; }

.user-panel .igahi-form .fa {
  line-height: 20px; }

.user-panel .igahi-form .image-controls {
  position: relative;
  z-index: 2; }

.user-panel .igahi-form .image-controls .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.user-panel .igahi-form .image-controls .search-image-icon {
  position: absolute;
  top: 7px;
  left: 49px; }

.user-panel .igahi-form .image-box {
  margin-top: -1px;
  position: relative;
  z-index: 1;
  cursor: pointer; }

.user-panel .igahi-form .image-box .upload-icon {
  display: table-cell;
  opacity: 0.2;
  filter: alpha(opacity=20);
  vertical-align: middle; }

.user-panel .igahi-form .browse-image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: table;
  text-align: center;
  min-height: 64px; }

.user-panel .igahi-form .canvas {
  text-align: center;
  display: table; }

.user-panel .igahi-form .two-cols .canvas {
  table-layout: fixed; }

.user-panel .igahi-form .canvas .upload-icon {
  display: none; }

.user-panel .igahi-form .editor {
  display: table-cell; }

.user-panel .igahi-form .two-cols .editor {
  width: 100%; }

.user-panel .igahi-form .preview {
  display: table-cell;
  width: 116px;
  text-align: center;
  vertical-align: middle; }

.user-panel .igahi-form .browse-image .editor {
  display: none; }

.user-panel .igahi-form .browse-image .preview {
  display: none; }

.user-panel .igahi-form .one-col .image-for-crop {
  width: 232px; }

.user-panel .igahi-form .two-cols .image-for-crop {
  max-width: 100%; }

.user-panel .igahi-form .two-cols .delete-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.user-panel .igahi-form .preview-box {
  border: 1px solid gray;
  overflow: hidden;
  width: 116px;
  position: relative; }

.user-panel .igahi-form .image-preview {
  position: absolute; }

.user-panel .igahi-form .selection-wrapper, .user-panel .igahi-form .imgareaselect-outer {
  cursor: default; }

.user-panel a.thumbnail {
  position: relative; }

.user-panel a.thumbnail .delete {
  position: absolute;
  top: 5px;
  left: 7px;
  display: none;
  cursor: pointer; }

.user-panel a.thumbnail.active {
  border-color: #ef3237; }

.user-panel a.thumbnail.active .delete {
  display: block; }

.user-panel .publish .panel-body {
  padding: 0; }

.user-panel .publish .day-name {
  float: right;
  padding: 10px;
  width: 14.285%;
  text-align: center;
  white-space: nowrap; }

.user-panel .publish .day {
  float: right;
  padding: 10px;
  width: 14.285%;
  text-align: center;
  white-space: nowrap;
  cursor: pointer; }

.user-panel .publish .week-day-2 {
  margin-right: 14.285%; }

.user-panel .publish .week-day-3 {
  margin-right: 28.571%; }

.user-panel .publish .week-day-4 {
  margin-right: 42.857%; }

.user-panel .publish .week-day-5 {
  margin-right: 57.142%; }

.user-panel .publish .week-day-6 {
  margin-right: 71.428%; }

.user-panel .publish .week-day-7 {
  margin-right: 85.714%; }

/*VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV*/
/*ViewString*/
.viewString:hover {
  border-bottom: 1px dotted #ff0000;
  border-bottom: 1px dotted rgba(255, 0, 0, 0.4);
  margin-bottom: -1px; }

.viewString[contentEditable=true] {
  border-bottom: 2px dotted #ff9900;
  margin-bottom: -2px; }

/*Videos*/
.video-list .video-item {
  margin: 10px 0;
  box-shadow: 0 2px 3px #b5b5b5;
  position: relative; }

.video-list .video-item .name {
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2; }

.video-list .video-item:hover .play {
  opacity: 1; }

.video-list .video-item .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s all;
  z-index: 3; }

.video-list .video-item .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  color: white; }

.video-list .video-item img {
  width: 100%; }

/*WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY*/
/*ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ*/
