/* Scss Document */
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?pawxd6");
  src: url("../fonts/icons.eot?pawxd6#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?pawxd6") format("truetype"), url("../fonts/icons.woff?pawxd6") format("woff"), url("../fonts/icons.svg?pawxd6#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-settings:before {
  content: "\e914"; }

.icon-user:before {
  content: "\e910"; }

.icon-trash:before {
  content: "\e911"; }

.icon-checked:before {
  content: "\e912"; }

.icon-lock:before {
  content: "\e913"; }

.icon-arrow-left:before {
  content: "\e90c"; }

.icon-arrow-down:before {
  content: "\e90d"; }

.icon-arrow-up:before {
  content: "\e90e"; }

.icon-arrow-right:before {
  content: "\e90f"; }

.icon-close:before {
  content: "\e90b"; }

.icon-education:before {
  content: "\e90a"; }

.icon-chart-magnify:before {
  content: "\e909"; }

.icon-cart:before {
  content: "\e900"; }

.icon-expert:before {
  content: "\e901"; }

.icon-key:before {
  content: "\e902"; }

.icon-library:before {
  content: "\e903"; }

.icon-menu:before {
  content: "\e904"; }

.icon-mqlsol:before {
  content: "\e905"; }

.icon-star:before {
  content: "\e906"; }

.icon-uaser-add:before {
  content: "\e907"; }

.icon-utilite:before {
  content: "\e908"; }

.btn {
  font-size: 14px; }
  .btn:hover, .btn:focus, .btn:active {
    outline: none; }

.btn-lg.btn-round {
  border-radius: 34px; }

.btn-round {
  border-radius: 19px; }

.btn-green-light {
  color: #6dc700;
  border: 2px solid #6dc700; }
  .btn-green-light:hover, .btn-green-light:focus, .btn-green-light:active {
    color: #fff;
    background: #6dc700; }

.btn-grey-light {
  color: #474747;
  border: 2px solid #474747; }
  .btn-grey-light:hover, .btn-grey-light:focus, .btn-grey-light:active {
    color: #fff;
    background: #474747; }

.btn-white-green {
  color: #000;
  background: #fff; }
  .btn-white-green:hover, .btn-white-green:focus, .btn-white-green:active {
    color: #fff;
    background: #a4e300; }

.text-green {
  color: #6dc700 !important; }

.text-dark-green {
  color: #36ab00 !important; }

.text-grey {
  color: #474747 !important; }

a {
  color: #6dc700;
  transition: all ease 0.3s; }
  a:hover, a:focus, a:active {
    color: #a4e300;
    transition: all ease 0.3s; }

.link-grey-red {
  color: #474747; }
  .link-grey-red:hover {
    color: #d51736; }

.header .navbar {
  background: #000;
  color: #fff; }
  .header .navbar .navbar-brand img {
    width: 100px;
    height: auto; }
  .header .navbar .navbar-toggler {
    color: #fff;
    outline: none; }

.menu-modal {
  background: rgba(0, 0, 0, 0.7);
  z-index: 9000;
  padding: 0 !important; }
  .menu-modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 100%; }
    .menu-modal .modal-dialog .close {
      display: block;
      position: absolute;
      width: 60px;
      height: 60px;
      top: 0;
      right: 0;
      color: #fff;
      opacity: 1;
      background: rgba(255, 255, 255, 0.3);
      box-shadow: none;
      font-size: 18px;
      line-height: 60px;
      text-align: center;
      transition: all ease 0.3s; }
      .menu-modal .modal-dialog .close:hover {
        background: #6dc700;
        transition: all ease 0.3s;
        z-index: 5000; }
    .menu-modal .modal-dialog .modal-content {
      background: none;
      width: 100%;
      height: 100%;
      min-height: 100%; }
      .menu-modal .modal-dialog .modal-content .modal-body {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        min-height: 100%;
        padding: 0; }
        .menu-modal .modal-dialog .modal-content .modal-body .main-menu {
          list-style: none;
          padding: 0;
          margin: 0; }
          .menu-modal .modal-dialog .modal-content .modal-body .main-menu li a {
            display: block;
            color: #fff;
            font-size: 36px;
            text-align: center;
            padding: 15px 15px;
            transition: all ease 0.3s; }
            .menu-modal .modal-dialog .modal-content .modal-body .main-menu li a:hover {
              color: #6dc700;
              text-decoration: none;
              transition: all ease 0.3s; }
          .menu-modal .modal-dialog .modal-content .modal-body .main-menu li + li a {
            border-top: 1px solid rgba(255, 255, 255, 0.2); }
          .menu-modal .modal-dialog .modal-content .modal-body .main-menu li.active a {
            background: #6dc700;
            color: #fff; }

.slider {
  padding: 60px 0;
  background-color: #000;
  color: #fff; }
  .slider.home-slider {
    background: #000 url("../images/home-slider.jpg") no-repeat center top;
    padding: 130px 0 360px 0; }
    .slider.home-slider h1 {
      font-size: 50px;
      font-weight: 700; }

.product-categories {
  margin-top: -70px; }
  .product-categories .nav-tabs {
    background: #f4fbeb;
    border: none; }
    .product-categories .nav-tabs .nav-link {
      background: none;
      border: none;
      color: #000;
      font-size: 20px;
      border-radius: 0;
      padding: 20px 15px;
      margin: 0; }
      .product-categories .nav-tabs .nav-link.active {
        background: #6dc700;
        box-shadow: 0 -10px 0 0 #6dc700;
        color: #fff;
        border: 0; }
  .product-categories .priduct-items .product-item {
    margin-bottom: 30px; }
    .product-categories .priduct-items .product-item .item-body {
      box-shadow: inset 0 0 1px 0 #7f7f7f;
      position: relative;
      cursor: pointer;
      height: 320px;
      background: #fff;
      transition: all ease 0.5s;
      overflow: hidden; }
      .product-categories .priduct-items .product-item .item-body .product-link {
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 100%;
        display: block; }
      .product-categories .priduct-items .product-item .item-body:hover {
        transition: all ease 0.5s;
        background: black; }
        .product-categories .priduct-items .product-item .item-body:hover .top {
          top: -50%;
          transition: all ease 0.5s; }
        .product-categories .priduct-items .product-item .item-body:hover .bottom {
          top: 0%;
          transition: all ease 0.5s; }
          .product-categories .priduct-items .product-item .item-body:hover .bottom .product-info .product-price {
            color: #fff; }
      .product-categories .priduct-items .product-item .item-body .top {
        height: 50%;
        width: 100%;
        z-index: 1;
        position: absolute;
        overflow: hidden;
        top: 0;
        padding: 15px;
        transition: all ease 0.5s; }
        .product-categories .priduct-items .product-item .item-body .top img {
          height: auto;
          width: 100%;
          max-width: 100%;
          max-height: 100%;
          display: block;
          overflow: hidden;
          position: relative; }
      .product-categories .priduct-items .product-item .item-body .bottom {
        height: 100%;
        min-height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0);
        top: 50%;
        z-index: 2;
        position: absolute;
        transition: all ease 0.5s; }
        .product-categories .priduct-items .product-item .item-body .bottom .product-info {
          transition: all ease 0.5s;
          z-index: 2;
          position: relative;
          width: 100%;
          height: 50%;
          overflow: hidden;
          padding: 15px;
          display: flex;
          margin-top: 0;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-name {
            text-align: center;
            font-size: 16px;
            color: #6dc700; }
          .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-autor {
            text-align: center;
            font-size: 12px;
            color: #7f7f7f; }
          .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-price {
            text-align: center;
            font-size: 18px;
            color: #000;
            transition: all ease 0.5s; }
          .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-rate {
            height: 16px;
            min-height: 16px;
            width: 100%;
            background-image: url("../images/product-rate.png");
            background-repeat: no-repeat;
            background-position: center top; }
            .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-rate.r1 {
              background-position: center -16px; }
            .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-rate.r2 {
              background-position: center -32px; }
            .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-rate.r3 {
              background-position: center -48px; }
            .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-rate.r4 {
              background-position: center -64px; }
            .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-rate.r5 {
              background-position: center -80px; }
        .product-categories .priduct-items .product-item .item-body .bottom .product-footer {
          width: 100%;
          height: 50%;
          overflow: hidden;
          background: #6dc700;
          padding: 0;
          padding-bottom: 15px; }
          .product-categories .priduct-items .product-item .item-body .bottom .product-footer .product-order {
            padding: 0 15px 15px 15px;
            text-align: center;
            background: linear-gradient(180deg, #000 50%, #6dc700 50%); }
            .product-categories .priduct-items .product-item .item-body .bottom .product-footer .product-order .product-order-btn {
              margin-bottom: -18px;
              z-index: 3; }
          .product-categories .priduct-items .product-item .item-body .bottom .product-footer .product-description {
            background: #6dc700;
            color: #fff;
            font-size: 12px;
            line-height: 1;
            margin: 0;
            padding: 15px 15px 15px 15px;
            overflow: hidden;
            text-overflow: ellipsis; }

.footer {
  background-color: #6dc700;
  color: #fff; }
  .footer .footer-top .logo {
    font-size: 60px;
    line-height: 60px;
    margin: 15px 0; }
  .footer .footer-top .footer-menu {
    margin: 0 0 30px 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center; }
    .footer .footer-top .footer-menu li {
      display: inline-block; }
      .footer .footer-top .footer-menu li a {
        display: block;
        padding: 3px 30px;
        font-size: 12px;
        color: #000; }
        .footer .footer-top .footer-menu li a:hover {
          text-decoration: none;
          color: #fff; }
      .footer .footer-top .footer-menu li.active a {
        color: #fff; }
      .footer .footer-top .footer-menu li + li a {
        border-left: 1px solid rgba(0, 0, 0, 0.4); }
  .footer .footer-bottom {
    background: #36ab00; }
    .footer .footer-bottom .copyright {
      text-align: center;
      font-size: 12px;
      color: #fff;
      padding: 15px 0; }

.register-modal .modal-dialog .modal-content, .login-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  background: #fff; }
  .register-modal .modal-dialog .modal-content .modal-body, .login-modal .modal-dialog .modal-content .modal-body {
    border: none;
    padding: 0; }
    .register-modal .modal-dialog .modal-content .modal-body .register-modal-header, .login-modal .modal-dialog .modal-content .modal-body .register-modal-header {
      height: 300px;
      background: url("../images/register-icon.png") no-repeat center, linear-gradient(0deg, #fff 50%, #6dc700 50%);
      background-size: auto 200px, auto; }
      .register-modal .modal-dialog .modal-content .modal-body .register-modal-header .close, .login-modal .modal-dialog .modal-content .modal-body .register-modal-header .close {
        font-size: 20px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        padding: 0;
        text-align: center;
        opacity: 0.5;
        text-shadow: none;
        color: #fff;
        margin-top: 15px;
        margin-right: 15px;
        transition: all ease 0.3s;
        outline: none; }
        .register-modal .modal-dialog .modal-content .modal-body .register-modal-header .close:hover, .login-modal .modal-dialog .modal-content .modal-body .register-modal-header .close:hover {
          opacity: 1;
          transition: all ease 0.3s; }
    .register-modal .modal-dialog .modal-content .modal-body .login-modal-header, .login-modal .modal-dialog .modal-content .modal-body .login-modal-header {
      height: 300px;
      background: url("../images/login-icon.png") no-repeat center, linear-gradient(0deg, #fff 50%, #6dc700 50%);
      background-size: auto 200px, auto; }
      .register-modal .modal-dialog .modal-content .modal-body .login-modal-header .close, .login-modal .modal-dialog .modal-content .modal-body .login-modal-header .close {
        font-size: 20px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        padding: 0;
        text-align: center;
        opacity: 0.5;
        text-shadow: none;
        color: #fff;
        margin-top: 15px;
        margin-right: 15px;
        transition: all ease 0.3s;
        outline: none; }
        .register-modal .modal-dialog .modal-content .modal-body .login-modal-header .close:hover, .login-modal .modal-dialog .modal-content .modal-body .login-modal-header .close:hover {
          opacity: 1;
          transition: all ease 0.3s; }

.register-form, .login-form {
  padding: 0 30px 30px 30px; }
  .register-form .form-group .form-control, .login-form .form-group .form-control {
    border-radius: 18px; }
    .register-form .form-group .form-control:focus, .login-form .form-group .form-control:focus {
      box-shadow: 0 0 0 0.2rem #a4e300;
      border-color: #6dc700; }
    .register-form .form-group .form-control.is-invalid:focus, .login-form .form-group .form-control.is-invalid:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
      border-color: #dc3545; }
  .register-form .form-group.terms, .login-form .form-group.terms {
    font-size: 12px; }

.shoping-cart .products-table tbody {
  display: flex;
  flex-direction: column; }
  .shoping-cart .products-table tbody .header {
    background: #6dc700;
    color: #fff;
    display: flex;
    align-items: stretch; }
    .shoping-cart .products-table tbody .header td {
      color: #fff;
      padding: 15px;
      text-transform: uppercase;
      text-align: center;
      font-size: 18px; }
      .shoping-cart .products-table tbody .header td:first-child {
        flex: 1; }
      .shoping-cart .products-table tbody .header td:nth-child(2) {
        flex: 1;
        max-width: 160px; }
      .shoping-cart .products-table tbody .header td:last-child {
        flex: 1;
        max-width: 160px; }
  .shoping-cart .products-table tbody .product-row {
    display: flex;
    min-width: 100%;
    background: #fff;
    margin: 8px 0;
    border: 1px solid #ebebeb;
    align-items: center; }
    .shoping-cart .products-table tbody .product-row td {
      padding: 15px; }
      .shoping-cart .products-table tbody .product-row td:first-child {
        flex: 1;
        max-width: auto;
        padding: 15px;
        display: flex;
        align-items: center; }
        .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item {
          display: flex;
          align-items: center; }
          .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item .image img {
            height: 80px; }
          .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item .product-info {
            margin-left: 15px;
            display: flex;
            flex-direction: column; }
            .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item .product-info .product-name {
              font-size: 18px;
              font-weight: bold; }
            .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item .product-info .product-autor {
              font-size: 12px;
              color: #000; }
      .shoping-cart .products-table tbody .product-row td:nth-child(2) {
        flex: 1;
        max-width: 160px;
        padding: 15px; }
      .shoping-cart .products-table tbody .product-row td:last-child {
        flex: 1;
        max-width: 160px;
        font-size: 18px;
        text-align: right;
        padding-right: 30px; }
  .shoping-cart .products-table tbody .total-price {
    justify-content: flex-end;
    display: flex;
    align-items: center; }
    .shoping-cart .products-table tbody .total-price td {
      flex: 1;
      text-align: right;
      padding: 15px; }
      .shoping-cart .products-table tbody .total-price td:nth-child(2) {
        font-size: 16px;
        padding-right: 0; }
      .shoping-cart .products-table tbody .total-price td:last-child {
        max-width: 200px;
        font-size: 24px;
        padding-right: 30px; }
  .shoping-cart .products-table tbody .buttons {
    display: flex;
    justify-content: space-between;
    padding: 30px 15px; }
.shoping-cart .input-snipper {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-left: 0;
  border-right: 0; }
.shoping-cart .input-group-prepend {
  background: #ccc; }
  .shoping-cart .input-group-prepend .btn-outline-secondary {
    background: #ebebeb;
    border-radius: 0 !important;
    border: 1px solid #c8c8c8; }
    .shoping-cart .input-group-prepend .btn-outline-secondary:hover, .shoping-cart .input-group-prepend .btn-outline-secondary:focus, .shoping-cart .input-group-prepend .btn-outline-secondary:active {
      background: #6dc700;
      color: #fff;
      border-color: #6dc700; }
.shoping-cart .input-group-append .btn-outline-secondary {
  background: #ebebeb;
  border-radius: 0 !important;
  border: 1px solid #c8c8c8; }
  .shoping-cart .input-group-append .btn-outline-secondary:hover, .shoping-cart .input-group-append .btn-outline-secondary:focus, .shoping-cart .input-group-append .btn-outline-secondary:active {
    background: #6dc700;
    color: #fff;
    border-color: #6dc700; }

.checkout .left {
  background: #f4fbeb;
  padding: 30px; }
  .checkout .left .product-items .product-item {
    background: #fff;
    border: 1px solid #a4e300;
    display: flex;
    align-items: stretch;
    margin-bottom: 15px; }
    .checkout .left .product-items .product-item .image {
      padding: 15px;
      flex: 1; }
    .checkout .left .product-items .product-item .info {
      flex: 3;
      display: flex;
      flex-wrap: wrap;
      padding: 15px 15px 15px 0; }
      .checkout .left .product-items .product-item .info .product-name {
        font-size: 18px;
        font-weight: bold;
        min-width: 100%;
        line-height: 1; }
      .checkout .left .product-items .product-item .info .product-autor {
        font-size: 12px;
        min-width: 100%; }
      .checkout .left .product-items .product-item .info .product-count {
        flex-basis: 50%;
        font-size: 18px; }
      .checkout .left .product-items .product-item .info .product-total-price {
        flex-basis: 50%;
        text-align: right;
        font-size: 18px; }
  .checkout .left .product-items .total-amount {
    margin-bottom: 15px;
    text-align: right; }
    .checkout .left .product-items .total-amount span {
      font-size: 24px;
      font-weight: bold;
      display: inline-block;
      margin-left: 10px; }
.checkout .right {
  background: #fff;
  box-shadow: inset 0 0 0 1px #e9f7d9;
  padding: 0px; }
  .checkout .right .nav-pills .nav-item .nav-link {
    background: #e9f7d9;
    padding: 15px;
    border-radius: 0; }
    .checkout .right .nav-pills .nav-item .nav-link.active {
      background: #6dc700; }
  .checkout .right .tab-content {
    padding: 30px; }

.cabinet {
  border: 1px solid #e9f7d9; }
  .cabinet .nav-justified .nav-item .nav-link {
    background: #e9f7d9;
    padding: 15px;
    font-size: 18px;
    border-radius: 0; }
    .cabinet .nav-justified .nav-item .nav-link.active {
      background: #6dc700;
      color: #fff; }
  .cabinet .tab-content .tab-pane {
    padding: 30px; }
    .cabinet .tab-content .tab-pane .my-profile {
      display: flex;
      align-items: center; }
      .cabinet .tab-content .tab-pane .my-profile .image img {
        border-radius: 50%;
        width: 200px;
        height: 200px; }
      .cabinet .tab-content .tab-pane .my-profile .info {
        margin-left: 30px; }
        .cabinet .tab-content .tab-pane .my-profile .info .user-name {
          font-size: 24px;
          color: #6dc700; }
        .cabinet .tab-content .tab-pane .my-profile .info .address {
          color: #000;
          font-size: 16px; }
        .cabinet .tab-content .tab-pane .my-profile .info .email {
          font-size: 14px;
          color: #474747; }
        .cabinet .tab-content .tab-pane .my-profile .info .phone {
          font-size: 14px;
          color: #474747; }
    .cabinet .tab-content .tab-pane .purchase .orders .order {
      display: flex;
      width: 100%;
      align-items: center;
      padding: 15px;
      border: 1px solid #c8dcad;
      box-shadow: inset 0 0 0 3px #f4fbeb; }
      .cabinet .tab-content .tab-pane .purchase .orders .order + .order {
        margin-top: 15px; }
      .cabinet .tab-content .tab-pane .purchase .orders .order.finised {
        background: #f4fbeb; }
        .cabinet .tab-content .tab-pane .purchase .orders .order.finised .order-icons {
          font-size: 24px; }
      .cabinet .tab-content .tab-pane .purchase .orders .order .order-info {
        flex: 6; }
        .cabinet .tab-content .tab-pane .purchase .orders .order .order-info .order-name {
          color: #36ab00;
          font-size: 24px;
          margin-bottom: 12px; }
        .cabinet .tab-content .tab-pane .purchase .orders .order .order-info .order-items {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start; }
          .cabinet .tab-content .tab-pane .purchase .orders .order .order-info .order-items .item {
            margin-top: 5px;
            display: flex;
            flex-wrap: wrap;
            padding: 10px;
            font-size: 14px;
            margin-right: 5px;
            background: #e9f7d9; }
            .cabinet .tab-content .tab-pane .purchase .orders .order .order-info .order-items .item .product-name {
              color: #6dc700;
              flex: 8; }
            .cabinet .tab-content .tab-pane .purchase .orders .order .order-info .order-items .item .product-amount {
              flex: 1;
              text-align: right;
              padding-left: 10px; }
            .cabinet .tab-content .tab-pane .purchase .orders .order .order-info .order-items .item .product-price {
              flex-basis: 100%; }
      .cabinet .tab-content .tab-pane .purchase .orders .order .order-total-price {
        flex: 2;
        padding: 15px;
        font-size: 24px;
        text-align: right; }
      .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons {
        text-align: center;
        flex: 1; }
        .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons a {
          font-size: 24px; }
          .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons a:hover {
            text-decoration: none; }
          .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons a + a {
            margin-left: 10px; }

.product-card .product-header {
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb; }
  .product-card .product-header .left .product-name {
    font-size: 30px;
    color: #36ab00; }
  .product-card .product-header .left .product-autor {
    color: #474747;
    font-size: 14px; }
  .product-card .product-header .right a {
    color: #7f7f7f; }
    .product-card .product-header .right a:hover {
      text-decoration: none;
      color: #6dc700; }
.product-card .product-content .left img {
  margin-bottom: 15px; }
.product-card .product-content .center .product-description {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 15px; }
.product-card .product-content .center .product-gallery {
  text-align: center; }
  .product-card .product-content .center .product-gallery .product-image-link {
    width: 160px;
    height: 160px;
    margin-right: 15px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: #ebebeb;
    outline: 8px solid #ebebeb;
    outline-offset: -8px;
    box-shadow: 0 0 0 1px #7f7f7f;
    padding: 8px; }
    .product-card .product-content .center .product-gallery .product-image-link img {
      height: 100%;
      width: auto; }
    .product-card .product-content .center .product-gallery .product-image-link:hover {
      box-shadow: 0 0 0 3px #6dc700; }
.product-card .product-content .right .product-cart {
  padding: 30px;
  background: #f4f4f4; }
  .product-card .product-content .right .product-cart .product-price .current-price {
    text-align: center;
    font-size: 30px; }
  .product-card .product-content .right .product-cart .add-to-cart .add-to-cart-form .mall-form-control label {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block; }
  .product-card .product-content .right .product-cart .add-to-cart .add-to-cart-form .mall-form-control .input-snipper {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-left: 0;
    border-right: 0; }
  .product-card .product-content .right .product-cart .add-to-cart .add-to-cart-form .mall-form-control .input-group-prepend {
    background: #ccc; }
    .product-card .product-content .right .product-cart .add-to-cart .add-to-cart-form .mall-form-control .input-group-prepend .btn-outline-secondary {
      background: #ebebeb;
      border-radius: 0 !important;
      border: 1px solid #c8c8c8; }
      .product-card .product-content .right .product-cart .add-to-cart .add-to-cart-form .mall-form-control .input-group-prepend .btn-outline-secondary:hover, .product-card .product-content .right .product-cart .add-to-cart .add-to-cart-form .mall-form-control .input-group-prepend .btn-outline-secondary:focus, .product-card .product-content .right .product-cart .add-to-cart .add-to-cart-form .mall-form-control .input-group-prepend .btn-outline-secondary:active {
        background: #6dc700;
        color: #fff;
        border-color: #6dc700; }
  .product-card .product-content .right .product-cart .add-to-cart .add-to-cart-form .mall-form-control .input-group-append .btn-outline-secondary {
    background: #ebebeb;
    border-radius: 0 !important;
    border: 1px solid #c8c8c8; }
    .product-card .product-content .right .product-cart .add-to-cart .add-to-cart-form .mall-form-control .input-group-append .btn-outline-secondary:hover, .product-card .product-content .right .product-cart .add-to-cart .add-to-cart-form .mall-form-control .input-group-append .btn-outline-secondary:focus, .product-card .product-content .right .product-cart .add-to-cart .add-to-cart-form .mall-form-control .input-group-append .btn-outline-secondary:active {
      background: #6dc700;
      color: #fff;
      border-color: #6dc700; }
  .product-card .product-content .right .product-cart .add-to-cart .add-to-cart-form .mall-add-to-cart-button {
    margin-top: 30px; }

@media (max-width: 1199.98px) {
  .slider {
    padding: 60px 0;
    background-color: #000;
    color: #fff; }
    .slider.home-slider {
      background: #000 url("../images/home-slider.jpg") no-repeat center top;
      background-size: cover;
      min-height: auto;
      padding: 60px 0 160px 0; }
      .slider.home-slider h1 {
        font-size: 40px;
        font-weight: 700; }

  .product-categories {
    margin-top: -70px; }
    .product-categories .nav-tabs {
      background: #f4fbeb;
      border: none; }
      .product-categories .nav-tabs .nav-link {
        background: none;
        border: none;
        color: #000;
        font-size: 20px;
        border-radius: 0;
        padding: 20px 15px;
        margin: 0; }
        .product-categories .nav-tabs .nav-link.active {
          background: #6dc700;
          box-shadow: 0 -10px 0 0 #6dc700;
          color: #fff;
          border: 0; }
    .product-categories .priduct-items .product-item .item-body {
      height: 400px; }
      .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-name {
        font-size: 18px; }
      .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-autor {
        font-size: 14px; }
      .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-price {
        font-size: 24px; }
      .product-categories .priduct-items .product-item .item-body .bottom .product-footer .product-description {
        font-size: 14px;
        line-height: normal; }

  .cabinet .tab-content .tab-pane .purchase .orders .order .order-info {
    flex: 8; }
    .cabinet .tab-content .tab-pane .purchase .orders .order .order-info .order-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .cabinet .tab-content .tab-pane .purchase .orders .order .order-info .order-items .item {
        margin-top: 5px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        font-size: 12px;
        margin-right: 5px;
        background: #f4fbeb; }
        .cabinet .tab-content .tab-pane .purchase .orders .order .order-info .order-items .item .product-name {
          color: #6dc700;
          flex: 6; }
        .cabinet .tab-content .tab-pane .purchase .orders .order .order-info .order-items .item .product-amount {
          flex: 1;
          text-align: right;
          padding-left: 10px; }
        .cabinet .tab-content .tab-pane .purchase .orders .order .order-info .order-items .item .product-price {
          flex-basis: 100%; }
  .cabinet .tab-content .tab-pane .purchase .orders .order .order-total-price {
    flex: 2; }
  .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons {
    text-align: center;
    flex: 1; }
    .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons a {
      font-size: 24px; }
      .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons a:hover {
        text-decoration: none; }
      .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons a + a {
        margin-left: 10px; }

  .product-card .product-content .center .product-gallery .product-image-link {
    width: 130px;
    height: 130px; } }
@media (max-width: 991.98px) {
  .slider {
    padding: 60px 0;
    background-color: #000;
    color: #fff; }
    .slider.home-slider {
      background: #000 url("../images/home-slider.jpg") no-repeat center top;
      background-size: cover;
      min-height: auto;
      padding: 60px 0 160px 0; }
      .slider.home-slider h1 {
        font-size: 30px;
        font-weight: 700; }

  .product-categories {
    margin-top: -64px; }
    .product-categories .nav-tabs {
      background: #f4fbeb; }
      .product-categories .nav-tabs .nav-link {
        background: none;
        border: none;
        color: #000;
        font-size: 16px;
        border-radius: 0;
        padding: 20px 15px; }
        .product-categories .nav-tabs .nav-link.active {
          background: #6dc700;
          box-shadow: 0 -10px 0 0 #6dc700;
          color: #fff; }
    .product-categories .priduct-items .product-item .item-body {
      height: 300px; }
      .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-name {
        font-size: 16px; }
      .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-autor {
        font-size: 12px; }
      .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-price {
        font-size: 18px; }
      .product-categories .priduct-items .product-item .item-body .bottom .product-footer .product-description {
        font-size: 11px;
        line-height: 1; }

  .checkout .left .product-items .product-item .info .product-count {
    flex-basis: 30%; }
  .checkout .left .product-items .product-item .info .product-total-price {
    flex-basis: 70%; }

  .cabinet .tab-content .tab-pane .purchase .orders .order .order-info {
    flex: 7; }
  .cabinet .tab-content .tab-pane .purchase .orders .order .order-total-price {
    flex: 2;
    font-size: 18px; }
  .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons {
    flex: 2; }
    .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons a {
      font-size: 18px; }
      .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons a:hover {
        text-decoration: none; }

  .product-card .product-content .left img {
    width: 100%;
    min-width: 100%;
    height: auto; }
  .product-card .product-content .center .product-gallery .product-image-link {
    width: 70px;
    height: 70px;
    margin-right: 8px; } }
@media (max-width: 767.98px) {
  .slider {
    padding: 60px 0;
    background-color: #000;
    color: #fff; }
    .slider.home-slider {
      background: #000 url("../images/home-slider.jpg") no-repeat center top;
      background-size: cover;
      min-height: auto;
      padding: 40px 0 120px 0; }
      .slider.home-slider h1 {
        font-size: 28px;
        font-weight: 700; }

  .product-categories .priduct-items .product-item {
    margin-bottom: 15px; }
    .product-categories .priduct-items .product-item .item-body {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      height: auto; }
      .product-categories .priduct-items .product-item .item-body:hover {
        background: none; }
        .product-categories .priduct-items .product-item .item-body:hover .top {
          top: 0; }
        .product-categories .priduct-items .product-item .item-body:hover .bottom {
          top: 0; }
          .product-categories .priduct-items .product-item .item-body:hover .bottom .product-info .product-price {
            color: #000; }
      .product-categories .priduct-items .product-item .item-body .top {
        width: 50%;
        max-width: 50%;
        height: auto;
        position: relative;
        top: 0; }
      .product-categories .priduct-items .product-item .item-body .bottom {
        width: 50%;
        max-width: 50%;
        height: auto;
        position: relative;
        top: 0;
        background: none;
        height: auto;
        overflow: auto; }
        .product-categories .priduct-items .product-item .item-body .bottom .product-info {
          height: auto;
          padding-bottom: 0; }
          .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-name {
            font-size: 16px; }
          .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-autor {
            font-size: 12px; }
          .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-price {
            font-size: 18px; }
          .product-categories .priduct-items .product-item .item-body .bottom .product-info .product-rate {
            margin-bottom: 10px !important; }
        .product-categories .priduct-items .product-item .item-body .bottom .product-footer {
          background: none;
          padding-bottom: 0; }
          .product-categories .priduct-items .product-item .item-body .bottom .product-footer .product-order {
            background: none;
            padding: 0 15px; }
            .product-categories .priduct-items .product-item .item-body .bottom .product-footer .product-order .product-order-btn {
              margin: 0 auto;
              background: #6dc700;
              color: #fff; }
          .product-categories .priduct-items .product-item .item-body .bottom .product-footer .product-description {
            font-size: 11px;
            line-height: normal;
            color: #474747;
            background: none; }

  .shoping-cart .products-table tbody .header td {
    font-size: 14px; }
    .shoping-cart .products-table tbody .header td:nth-child(2) {
      flex: 1;
      max-width: 150px; }
    .shoping-cart .products-table tbody .header td:last-child {
      flex: 1;
      max-width: 120px; }
  .shoping-cart .products-table tbody .product-row {
    margin: 8px 0; }
    .shoping-cart .products-table tbody .product-row td:first-child {
      flex: 1; }
      .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item .image {
        display: block; }
        .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item .image img {
          height: auto;
          width: 50px;
          display: block; }
      .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item .product-info {
        margin-left: 10px; }
        .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item .product-info .product-name {
          font-size: 16px;
          font-weight: bold; }
        .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item .product-info .product-autor {
          font-size: 12px; }
    .shoping-cart .products-table tbody .product-row td:nth-child(2) {
      flex: 1;
      max-width: 150px;
      padding: 15px; }
    .shoping-cart .products-table tbody .product-row td:last-child {
      flex: 1;
      max-width: 120px;
      font-size: 16px;
      text-align: right;
      padding-right: 15px; }
  .shoping-cart .products-table tbody .total-price {
    justify-content: flex-end;
    display: flex;
    align-items: center; }
    .shoping-cart .products-table tbody .total-price td {
      flex: 1;
      text-align: right;
      padding: 15px; }
      .shoping-cart .products-table tbody .total-price td:nth-child(2) {
        font-size: 16px;
        padding-right: 0; }
      .shoping-cart .products-table tbody .total-price td:last-child {
        max-width: 160px;
        font-size: 24px;
        padding-right: 15px; }

  .cabinet .tab-content .tab-pane .my-profile {
    flex-direction: column; }
    .cabinet .tab-content .tab-pane .my-profile .image {
      margin: 0 auto 15px auto; }
    .cabinet .tab-content .tab-pane .my-profile .info {
      padding: 0;
      margin: 0;
      text-align: center; }
  .cabinet .tab-content .tab-pane .purchase .orders .order {
    flex-wrap: wrap; }
    .cabinet .tab-content .tab-pane .purchase .orders .order .order-info {
      flex: auto;
      flex-basis: 100%;
      border-bottom: 1px solid #f4fbeb;
      padding-bottom: 15px; }
    .cabinet .tab-content .tab-pane .purchase .orders .order .order-total-price {
      flex: auto;
      flex-basis: 50%;
      font-size: 18px;
      text-align: left; }
    .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons {
      padding: 15px;
      flex: auto;
      flex-basis: 50%;
      text-align: right; }
      .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons a {
        font-size: 18px; }
        .cabinet .tab-content .tab-pane .purchase .orders .order .order-icons a:hover {
          text-decoration: none; }

  .product-card .product-content .left {
    order: 0; }
    .product-card .product-content .left img {
      width: 100%; }
  .product-card .product-content .center {
    order: 3;
    margin-bottom: 15px; }
    .product-card .product-content .center .product-gallery .product-image-link {
      width: 90px;
      height: 90px;
      margin-right: 8px; }
  .product-card .product-content .right {
    order: 2;
    margin-bottom: 15px; } }
@media (max-width: 575.98px) {
  .slider.home-slider {
    background: #000 url("../images/home-slider-xs.jpg") no-repeat center bottom;
    background-size: contain;
    min-height: auto;
    padding: 20px 0 240px 0; }
    .slider.home-slider h1 {
      font-size: 24px;
      font-weight: 700;
      text-align: center; }

  .footer .footer-top .footer-menu {
    margin: 0 0 30px 0;
    flex-direction: column;
    align-items: stretch; }
    .footer .footer-top .footer-menu li {
      display: inline-block; }
      .footer .footer-top .footer-menu li a {
        text-align: center;
        padding: 8px; }
      .footer .footer-top .footer-menu li + li a {
        border-left: 0; }
  .footer .footer-bottom {
    background: #36ab00; }
    .footer .footer-bottom .copyright {
      text-align: center;
      font-size: 12px;
      color: #fff;
      padding: 15px 0; }

  .register-modal .modal-dialog .modal-content .modal-body .register-modal-header, .register-modal .modal-dialog .modal-content .modal-body .login-modal-header, .login-modal .modal-dialog .modal-content .modal-body .register-modal-header, .login-modal .modal-dialog .modal-content .modal-body .login-modal-header {
    height: 200px;
    background-size: auto 150px, auto; }

  .shoping-cart .products-table tbody .header {
    display: none; }
    .shoping-cart .products-table tbody .header td {
      font-size: 14px; }
      .shoping-cart .products-table tbody .header td:nth-child(2) {
        flex: 1;
        max-width: 150px; }
      .shoping-cart .products-table tbody .header td:last-child {
        flex: 1;
        max-width: 120px; }
  .shoping-cart .products-table tbody .product-row {
    margin: 8px 0;
    flex-wrap: wrap; }
    .shoping-cart .products-table tbody .product-row td:first-child {
      flex: 1;
      width: 100%;
      min-width: 100%;
      border-bottom: 1px solid #ebebeb; }
      .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item .image img {
        width: 80px; }
      .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item .product-info {
        margin-left: 15px; }
        .shoping-cart .products-table tbody .product-row td:first-child .cart-product-item .product-info .product-name {
          font-size: 18px; }
    .shoping-cart .products-table tbody .product-row td:nth-child(2) {
      flex: 1;
      max-width: auto;
      min-width: 50%;
      width: 50%;
      padding: 15px; }
    .shoping-cart .products-table tbody .product-row td:last-child {
      flex: 1;
      max-width: auto;
      min-width: 50%;
      width: 50%;
      font-size: 18px;
      text-align: right;
      padding-right: 15px; }
  .shoping-cart .products-table tbody .total-price {
    justify-content: flex-end;
    display: flex;
    align-items: center; }
    .shoping-cart .products-table tbody .total-price td {
      flex: 1;
      text-align: right;
      padding: 15px; }
      .shoping-cart .products-table tbody .total-price td:nth-child(2) {
        flex: 2;
        font-size: 16px;
        padding-right: 0; }
      .shoping-cart .products-table tbody .total-price td:last-child {
        flex: 4;
        max-width: auto;
        font-size: 24px;
        padding-right: 15px; }

  .checkout .left .product-items .product-item .info .product-count {
    flex-basis: 30%; }
  .checkout .left .product-items .product-item .info .product-total-price {
    flex-basis: 70%; }
  .checkout .right .nav-pills .nav-item .nav-link {
    font-size: 24px; } }
/* Guzy */
body > main > article > div.container {
    padding: 20px;
}
.btn-primary, .mall-btn--primary {
    color: #6dc700 !important;
    border: 2px solid #6dc700 !important;
    background: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .mall-btn--primary:hover, .mall-btn--primary:focus, .mall-btn--primary:active {
    color: #fff !important;
    border: 2px solid #6dc700 !important;
    background: #6dc700 !important;
}