/*** Breakpoints ***/
@import url(https://fonts.googleapis.com/earlyaccess/notosansarmenian.css);
/****** Header ***/
header {
  padding-bottom: 95px;
}
@media (max-width: 767px) {
  header {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  header .navbar-header .order-list {
    margin-right: 60px;
    margin-top: 2px;
  }
  header .navbar-header .mobile-history .glyphicon {
    display: inline-block;
    margin-top: 3px;
    vertical-align: middle;
    font-size: 2em;
    color: white;
  }
  header .navbar-header .mobile-login {
    cursor: pointer;
  }
  header .navbar-header .mobile-login img {
    height: 32px;
    margin-top: 3px;
  }
  header .navbar-header .search {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateX(-15px) translateY(-50%);
            transform: translateX(-15px) translateY(-50%);
  }
  header .navbar-header .search * {
    outline: none;
    box-sizing: border-box;
  }
  header .navbar-header .search .search__wrapper {
    position: relative;
  }
  header .navbar-header .search .search__wrapper.open .search__field {
    width: 50vw;
    color: #666;
    cursor: default;
    background-color: #8ce1ec;
  }
  header .navbar-header .search .search__wrapper.open .search__icon {
    background-color: transparent;
    cursor: pointer;
  }
  header .navbar-header .search .search__wrapper .search__field {
    width: 35px;
    height: 40px;
    color: transparent;
    font-size: 1.35em;
    padding: 0.35em 35px 0.35em 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    padding: 5px 18px;
  }
  header .navbar-header .search .search__wrapper .search__icon {
    position: absolute;
    top: 0;
    right: 8px;
    background-color: transparent;
    color: #fff;
    width: 40px;
    height: 35px;
    font-size: 2.1em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
  }
}
header .navbar {
  padding: 8px 0;
}
@media (max-width: 767px) {
  header .navbar {
    padding: 5px 0;
  }
}
header .navbar-fixed-top {
  background-color: #00bcd4;
  margin-bottom: 0;
}
header .navbar-brand {
  height: auto;
  padding: 0;
}
header .navbar-brand img {
  height: 46px;
  margin-top: -2px;
}
@media (max-width: 1200px) {
  header .navbar-brand img {
    height: 32px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  header .navbar-brand img {
    height: 36px;
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  header .navbar-brand img {
    height: 25px;
    margin-top: 8px;
  }
}
@media (max-width: 343px) {
  header .navbar-brand img {
    height: 21px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  header .navbar-collapse {
    width: 100%;
  }
}
header .navbar-toggle {
  margin-bottom: 0px;
  margin-right: -10;
  margin-top: 3px;
}
header .navbar-toggle .icon-bar {
  height: 3px;
  width: 30px;
}
header .navbar-toggle .icon-bar {
  background-color: #ff9800;
}
header .navbar-form {
  margin: 0;
}
@media (max-width: 767px) {
  header .navbar-form {
    height: 30px;
    border: none;
    margin: 8px 0;
    padding: 0;
    box-shadow: none;
  }
}
header .navbar-form .input-group {
  width: 100%;
}
@media (max-width: 767px) {
  header .navbar-form .input-group {
    display: block;
    width: 85%;
    margin-top: 10px;
  }
}
@media (max-width: 543px) {
  header .navbar-form .input-group {
    width: 75%;
  }
}
header .navbar-form .input-group input {
  width: 100%;
  height: 41px;
  border: none;
  box-shadow: none;
  font-size: 20px;
  border-radius: 0;
}
@media (max-width: 767px) {
  header .navbar-form .input-group input {
    margin-bottom: 0;
    height: 30px;
    font-size: 15px;
  }
}
header .navbar-form .input-group .input-group-btn {
  width: 1px;
  height: 40px;
  border: none;
}
header .navbar-form .input-group .input-group-btn .btn {
  background-color: #fff;
  height: 41px;
}
header .navbar-form .input-group .input-group-btn .glyphicon-search {
  font-size: 22px;
  color: #ff9800;
}
header .navbar-toggle {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
header .call-us {
  position: relative;
  line-height: 1;
  text-align: center;
}
header .call-us a {
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  display: block;
}
@media (max-width: 1200px) {
  header .call-us a {
    font-size: 20px;
  }
}
header .call-us img {
  top: 2px;
  height: 37px;
  position: absolute;
  left: -20px;
}
@media (max-width: 1200px) {
  header .call-us img {
    left: -29px;
    height: 32px;
  }
}
header .call-us small {
  font-size: 12px;
  color: #fff;
}
header .login-button {
  padding: 0;
}
header .login-button .login {
  color: #d92222;
}
header .login-button .login:hover {
  color: #00bcd4;
}
header .login-out {
  position: relative;
}
header .login-out .icon {
  text-align: center;
  cursor: pointer;
}
header .login-out .icon img {
  height: 40px;
}
@media (max-width: 991px) {
  header .login-out .icon img {
    height: auto;
    margin-top: 6px;
  }
}
header .login-out:hover .log-out-menu {
  opacity: 1;
  visibility: visible;
}
header .login-out .log-out-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
  box-shadow: 1px 1px 20px -4px rgba(0, 0, 0, 0.66);
  position: absolute;
  background-color: white;
  min-width: 200px;
  padding: 20px;
  right: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 8px;
}
header .login-out .log-out-menu .name {
  color: #ff9800;
}
header .login-out .log-out-menu a {
  margin: 15px 0;
  display: block;
  font-weight: bold;
  color: #666;
}
header .login-out .log-out-menu .log-out {
  color: #666;
  cursor: pointer;
  font-weight: bold;
}
header .login-out .log-out-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .user-name {
  padding: 0;
  display: none;
}
@media (max-width: 1200px) {
  header .user-name {
    margin-left: -20px;
  }
}
@media (max-width: 991px) {
  header .user-name {
    margin-left: inherit;
    padding: inherit;
  }
}
header .user-name a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
header .user-name a:hover {
  color: #666;
}
header .basket .cart-icon {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  color: #ff9800;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background: #fff;
  display: inline-block;
  position: relative;
  bottom: 20px;
  left: 50%;
  margin-right: -10px;
}
@media (max-width: 767px) {
  header .basket .cart-icon {
    height: 18px;
    width: 18px;
    line-height: 18px;
  }
}
header .basket img {
  display: inline-block;
  height: 40px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  header .basket img {
    vertical-align: inherit;
    height: 35px;
  }
}
header .basket .basket-item-count {
  display: inline-block;
}
header .basket .total-price-basket {
  color: #fff;
  display: inline-block;
}
@media (max-width: 767px) {
  header .basket .total-price-basket .lbl {
    font-size: 12px;
  }
}
@media (max-width: 543px) {
  header .basket .total-price-basket .lbl {
    font-size: 10px;
  }
}
header .basket .money {
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 767px) {
  header .basket .money {
    font-size: 16px;
  }
}
header .all-sections {
  left: 50%;
  position: absolute;
  bottom: -38px;
  margin-left: -100px;
  padding: 5px 25px;
  color: #00BCD4;
  font-weight: bold;
  background-color: #fff;
  font-size: 18px;
  outline: none;
  border-top: 3px solid #ff9800;
  border-right: none;
  border-left: none;
}
@media (max-width: 767px) {
  header .all-sections {
    font-size: 14px;
    bottom: -32px;
  }
}

/****** Home page *******/
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price {
  padding: 30px;
  min-height: 300px;
}
@media (max-width: 767px) {
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport,
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort,
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery,
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price {
    min-height: inherit;
    padding: 15px;
  }
}
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport + .ngdialog-close,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort + .ngdialog-close,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery + .ngdialog-close,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price + .ngdialog-close {
  top: 10px !important;
  right: 10px !important;
}
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport + .ngdialog-close:before,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort + .ngdialog-close:before,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery + .ngdialog-close:before,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price + .ngdialog-close:before {
  font-size: 42px !important;
}
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport h3,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort h3,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery h3,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price h3 {
  margin-top: 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 28px;
}
@media (max-width: 767px) {
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport h3,
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort h3,
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery h3,
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price h3 {
    font-size: 17px;
  }
}
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport ul > li,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort ul > li,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery ul > li,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price ul > li {
  margin-bottom: 10px;
  list-style: inside;
}
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport p, .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport ul > li,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort p,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort ul > li,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery p,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery ul > li,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price p,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price ul > li {
  font-size: 21px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport p, .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport ul > li,
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort p,
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort ul > li,
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery p,
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery ul > li,
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price p,
  .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price ul > li {
    font-size: 14px;
  }
}
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport p strong.small, .auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport ul > li strong.small,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort p strong.small,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort ul > li strong.small,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery p strong.small,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery ul > li strong.small,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price p strong.small,
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price ul > li strong.small {
  font-size: 14px;
  line-height: 1.3;
  display: block;
}
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-transport h3 {
  color: #d92222;
}
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-assort h3 {
  color: #1abc9c;
}
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-price h3 {
  color: #008fa1;
}
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content .di-delivery h3 {
  color: #ff9800;
}

.main-categories {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 400px;
  width: 100%;
}
.main-categories tr {
  border-bottom: 1px solid #E0E0E0;
}
.main-categories tr td {
  transition: all 0.3s;
}
.main-categories tr td:hover {
  background-color: #00bcd4;
  cursor: pointer;
}
.main-categories tr td:hover a {
  color: #fff;
}
.main-categories tr td a {
  color: #666;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.main-categories tr td a:hover {
  color: #fff;
}

.best-suggestions-homepage {
  margin-top: 40px !important;
}

.sections-contaier {
  background-color: #fff;
  border-radius: 0;
  height: 400px;
  margin-left: -30px;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.bonus-menu {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .bonus-menu .list-image-static .border-eff {
    min-height: 170px;
  }
}
@media (max-width: 991px) {
  .bonus-menu .list-image-static .inner {
    min-height: 170px;
  }
}
@media (max-width: 767px) {
  .bonus-menu .list-image-static {
    margin-bottom: 20px;
  }
}
.bonus-menu .list-image-static .item {
  position: relative;
  z-index: 1;
  transition: 0.3s all ease 0s;
}
.bonus-menu .list-image-static .item:hover {
  cursor: pointer;
}
.bonus-menu .list-image-static .border-eff {
  background-color: #fff;
  position: relative;
}
.bonus-menu .list-image-static .border-eff:before, .bonus-menu .list-image-static .border-eff:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 0;
  height: 3px;
  z-index: 9;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.bonus-menu .list-image-static .border-eff:before {
  top: 0;
  left: 0;
}
.bonus-menu .list-image-static .border-eff:after {
  bottom: 0;
  left: 0;
}
.bonus-menu .list-image-static .border-eff:hover:before, .bonus-menu .list-image-static .border-eff:hover:after {
  width: 100%;
  background: #00bcd4;
}
.bonus-menu .list-image-static .border-eff:hover .inner:before, .bonus-menu .list-image-static .border-eff:hover .inner:after {
  background: #00bcd4;
  height: 100%;
}
.bonus-menu .list-image-static .inner {
  border: 3px solid #1abc9c;
  text-align: center;
  padding: 20px;
  height: 160px;
}
@media (max-width: 991px) {
  .bonus-menu .list-image-static .inner {
    padding: 20px 10px;
    height: inherit;
  }
}
.bonus-menu .list-image-static .inner:before, .bonus-menu .list-image-static .inner:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 3px;
  height: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
}
.bonus-menu .list-image-static .inner:before {
  top: 0;
  right: 0;
}
.bonus-menu .list-image-static .inner:after {
  bottom: 0;
  left: 0;
}
.bonus-menu .list-image-static .inner i {
  font-size: 50px;
}
.bonus-menu .list-image-static .bonus-menu .item:hover {
  cursor: pointer;
}
.bonus-menu .list-image-static .item .border-eff .inner {
  padding: 35px 0;
  border-radius: 3px;
}
.bonus-menu .list-image-static .shipping {
  border-color: #ff9800;
}
.bonus-menu .list-image-static .shipping h3, .bonus-menu .list-image-static .shipping i {
  color: #ff9800;
}
.bonus-menu .list-image-static .price {
  border-color: #008fa1;
}
.bonus-menu .list-image-static .price h3, .bonus-menu .list-image-static .price i {
  color: #008fa1;
}
.bonus-menu .list-image-static .products h3, .bonus-menu .list-image-static .products i {
  color: #1abc9c;
}
.bonus-menu .list-image-static .transfer {
  border-color: #d92222;
}
.bonus-menu .list-image-static .transfer h3, .bonus-menu .list-image-static .transfer i {
  color: #d92222;
}

.best-suggestions {
  margin-top: 20px;
  margin-bottom: 40px;
}
.best-suggestions h2 {
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 5px;
}
.best-suggestions .product-card {
  margin: 18px 15px;
}
.best-suggestions .responsive {
  margin-top: 0;
}

.product-card {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 15px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .product-card {
    max-width: 85%;
    margin: 0 auto;
  }
}
.product-card:hover {
  box-shadow: 1px 1px 35px 1px rgba(0, 0, 0, 0.21);
}
.product-card .item-quantity, .product-card .success {
  position: absolute;
  -webkit-transform: all 0.3s ease-in-out;
          transform: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  display: none;
}
.product-card .item-quantity {
  background-color: rgba(68, 68, 68, 0.87);
  text-align: center;
  z-index: 1;
}
.product-card .item-quantity #hello {
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 0;
  right: 0;
}
.product-card .item-quantity label {
  color: #fff;
  display: block;
}
.product-card .item-quantity .qty {
  margin-top: 0;
  margin-left: -20px;
}
.product-card .item-quantity .qty input {
  width: 70px;
  margin-left: 0;
}
.product-card .item-quantity .qty span {
  color: #fff;
}
.product-card .success {
  background-color: rgba(0, 188, 212, 0.97);
}
.product-card .success img {
  width: 60px;
  position: absolute;
  right: 0;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -40px;
}
.product-card .product-card-image {
  padding-bottom: 78.67%;
}
@media (max-width: 543px) {
  .product-card .product-card-image {
    padding-bottom: 45%;
  }
}
@media (max-width: 543px) {
  .product-card .product-card-image img {
    padding: 5px 0 !important;
  }
}
.product-card .item-detail {
  min-height: 115px;
  text-align: center;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .product-card .item-detail {
    padding: 15px;
    min-height: 115px;
  }
}
@media (max-width: 543px) {
  .product-card .item-detail {
    min-height: auto;
  }
}
.product-card .btn-tooltip {
  position: absolute;
  left: 50%;
  margin-left: -51px;
  padding-left: 9px;
  padding-right: 9px;
  bottom: -16px;
  background-color: #F44336;
  color: #fff;
  font-size: 12px;
  z-index: 2;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.product-card .btn-tooltip:hover {
  background-color: #008fa1;
}
.product-card .btn-tooltip i {
  margin-right: 3px;
}
.product-card .product-image-container {
  position: relative;
  cursor: pointer;
}
.product-card .product-image-container:before {
  content: "";
  background: #00bcd4;
  opacity: 0.5;
  border-radius: 100% 100% 0 100%;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  height: 100%;
  width: 100%;
  right: 0;
  transform-origin: right bottom 0;
  -moz-transform-origin: right bottom 0;
  -webkit-transform-origin: right bottom 0;
  -ms-transform-origin: right bottom 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 1;
}
.product-card .product-image-container .quiq-view {
  background: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
}
.product-card .product-image-container .button-container {
  position: absolute;
  z-index: 100;
  right: 0px;
  bottom: 45px;
}
.product-card .product-image-container .loading {
  display: none;
}
.product-card .product-image-container:hover .button-show {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}

.our-partners h2 {
  color: #1abc9c;
}
.our-partners .partner-logo {
  margin: 0 15px;
  position: relative;
  transition: -webkit-filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.our-partners .partner-logo > div {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 30%;
  padding: 10px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  -o-border-image: initial;
     border-image: initial;
  height: 150px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .our-partners .partner-logo > div {
    width: 80%;
  }
}
.our-partners .partner-logo > div:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  background-color: rgb(248, 248, 255);
}
.our-partners .partner-logo > div.darken {
  -webkit-filter: grayscale(100%) brightness(80%);
          filter: grayscale(100%) brightness(80%);
}

/****** Category page *****/
.category-page {
  margin-top: 30px;
  min-height: 500px;
}
.category-page h2 {
  color: #ff9800;
}
.category-page .category-list {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .category-page .category-list .cat-box {
    width: 100%;
  }
}
.category-page .category-list .category-image {
  padding-bottom: 78.67%;
  border-bottom: none !important;
}
.other-category {
  margin: 0 15px;
  padding-top: 20px;
}
.other-category img {
  height: 120px;
  width: 100%;
}

/****** Pagination *****/
.pagination-container {
  text-align: center;
}
.pagination-container .pagination {
  border-radius: 0;
}
.pagination-container .pagination > li:first-child > a, .pagination-container .pagination > li:first-child > span, .pagination-container .pagination > li:last-child > a, .pagination-container .pagination > li:last-child > span {
  border-radius: 0;
}
.pagination-container .pagination > .active > a, .pagination-container .pagination > .active > a:focus, .pagination-container .pagination > .active > a:hover, .pagination-container .pagination > .active > span, .pagination-container .pagination > .active > span:focus, .pagination-container .pagination > .active > span:hover {
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: white;
  padding: 8px 15px;
  margin-top: -2px;
}
.pagination-container .pagination > li > a, .pagination-container .pagination > li > span {
  color: #666;
  font-size: 14px;
  padding: 6px 15px;
  font-size: 15px;
}

/****** Breadcrumb *****/
.breadcrumb {
  background-color: #0CD9F3;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb .breadcrumb-item {
  position: relative;
  padding: 7px 0;
}
.breadcrumb .breadcrumb-item:hover > a:before {
  left: 0;
  width: 100%;
}
.breadcrumb .breadcrumb-item > a {
  padding: 15px 0;
}
.breadcrumb .breadcrumb-item > a:before {
  content: "";
  background: #ff9800;
  bottom: 0px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -9px;
  right: auto;
  z-index: 2;
  width: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.breadcrumb .breadcrumb-item .category-dropdown {
  padding: 10px;
  display: block;
  min-width: 500px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  transition: 0.3s all ease 0s;
  opacity: 0;
  top: 30px;
  z-index: -1;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.24);
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  position: absolute;
}
.breadcrumb .breadcrumb-item .category-dropdown ul {
  list-style: none;
  padding: 0;
}
.breadcrumb .breadcrumb-item .category-dropdown ul li {
  padding: 6px 0;
}
.breadcrumb .breadcrumb-item .category-dropdown ul li a {
  color: #444;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb .breadcrumb-item .category-dropdown ul li a:hover {
  color: #00bcd4;
}
.breadcrumb .breadcrumb-item:hover .category-dropdown {
  opacity: 1;
  top: 44px;
  z-index: 999;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.breadcrumb > .active {
  color: #666;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .breadcrumb > .active {
    font-size: 12px;
  }
}
.breadcrumb > li + li:before {
  color: #fff;
}
.breadcrumb li a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

/****** Product page ***********/
.product-detail {
  background-color: #fff;
  background: #fff;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.24);
}
.product-detail .image-block {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  padding: 20px;
  border: 1px solid #eaeaea;
  background: #fff;
  margin: 0 10px 0 0;
  height: 300px;
  line-height: 250px;
  text-align: center;
}
@media (max-width: 767px) {
  .product-detail .image-block {
    height: 220px;
    line-height: 180px;
  }
}
.product-detail .image-block img {
  max-height: 258px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .product-detail .image-block img {
    max-height: 130px;
  }
}
.product-detail .image-zoom-icon {
  float: right;
}
.product-detail .image-zoom-icon:hover i {
  background-color: #00bcd4;
  color: #fff;
  border-color: transparent;
}
.product-detail .image-zoom-icon i {
  border: 1px solid #e0e0e0;
  padding: 7px;
  color: #666;
  font-size: 25px;
}
@media (max-width: 767px) {
  .product-detail .description-block h5 {
    margin-top: 15px;
  }
}
.product-detail .description-block h6 {
  margin-bottom: 10px;
}
.product-detail .description-block p {
  margin-bottom: 10px;
}
.product-detail .description-block .label-success {
  background: transparent;
  border: none;
  color: #00bcd4;
  margin-left: 20px;
}
.product-detail .description-block .label-success:after {
  content: "\f00c";
  font-family: Fontawesome;
  height: 24px;
  width: 24px;
  background: #fff;
  line-height: 22px;
  display: inline-block;
  margin-left: 10px;
  color: #00bcd4;
}
.product-detail .description-block .label-code {
  margin-left: 15px;
  color: #ff9800;
  font-weight: bold;
  font-size: 16px;
}

.qty {
  position: relative;
  display: inline-block;
  margin-left: -6px;
}
.qty input {
  height: 40px;
  width: 40px;
  border: solid 1px #ebebeb;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}
.qty .product_quantity_up {
  top: 0;
}
.qty .product_quantity_down {
  bottom: 0;
}
.qty .product_quantity_up, .qty .product_quantity_down {
  height: 20px;
  position: absolute;
  right: -19px;
  text-align: center;
  width: 20px;
  line-height: 18px;
  border: 1px solid #ededed;
}

.exclusive {
  margin-top: 20px;
  background: #00bcd4;
  border: solid 1px #00bcd4;
  box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.3);
  border: none;
  font-size: 14px;
  padding: 0;
  display: block;
  height: 40px;
  padding: 0 19px;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  width: 100%;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.24);
  transition: all 0.3s ease 0s;
}
.exclusive:hover {
  background: #00bcd4;
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.4);
}

/****** Order page ***********/
.order-page {
  margin-bottom: 30px;
  min-height: 400px;
}
.order-page h3 {
  color: #00bcd4;
}
.order-page h3 .number {
  color: #d92222;
  font-size: 25px;
}
.order-page .mobile-order-list {
  background-color: white;
  border: 1px solid #eceaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .order-page .mobile-order-list {
    margin-bottom: 10px;
  }
}
@media (max-width: 543px) {
  .order-page .mobile-order-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.order-page .mobile-order-list > div {
  margin: 0 15px;
}
.order-page .mobile-order-list .remove {
  width: 20px;
}
@media (max-width: 543px) {
  .order-page .mobile-order-list .remove {
    width: 100%;
    position: absolute;
    right: 30px;
  }
  .order-page .mobile-order-list .remove img {
    width: 20px;
    float: right;
  }
}
.order-page .mobile-order-list .order-image {
  width: 100px;
}
@media (max-width: 543px) {
  .order-page .mobile-order-list .order-image {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .order-page .mobile-order-list .order-image img {
    display: inline-block;
    max-height: 100px;
  }
}
.order-page .mobile-order-list .description {
  width: 100%;
}
.order-page .mobile-order-list .description > a > h5 {
  margin-bottom: 10px;
}
.order-page .mobile-order-list .description > a + div {
  color: #666;
  margin-bottom: 10px;
  font-size: 15px;
}
.order-page .mobile-order-list .description > a + div span {
  font-weight: bold;
  color: #d92222;
}
.order-page .mobile-order-list .description .qty-mobile .pull-right span {
  color: #666;
  font-size: 14px;
}
.order-page .mobile-order-list .description .qty-mobile .pull-right span strong {
  color: #ff9800;
  font-size: 18px;
}
.order-page .mobile-order-list .description .qty-mobile .pull-left {
  margin-left: 14px;
}
.order-page .mobile-order-list .description .qty {
  margin-left: 0;
  margin-top: 0;
}
.order-page .mobile-order-list .description .qty input {
  height: 30px;
}
.order-page .mobile-order-list .description .qty a {
  line-height: 30px;
  height: 30px;
}
.order-page .mobile-order-list .description .qty .button-plus {
  left: -14px;
}
.order-page .mobile-order-list .description .money {
  color: #ff9800;
  font-weight: bold;
  font-size: 22px;
}
.order-page .table-responsive .table .remove {
  text-align: center;
  color: #d92222;
  font-size: 25px;
  width: 20px;
  cursor: pointer;
}
.order-page .table-responsive .table tr > td {
  vertical-align: middle;
}
.order-page .table-responsive .table .order-image {
  width: 100px;
  min-width: 90px;
}
.order-page .table-responsive .table .order-image > div {
  text-align: center;
}
.order-page .table-responsive .table .order-image img {
  display: inline-block;
  max-height: 75px;
}
.order-page .table-responsive .table .money {
  color: #ff9800;
  font-weight: bold;
  font-size: 16px;
}
.order-page .table-responsive .table > thead > tr > th, .order-page .table-responsive .table > tbody > tr > th,
.order-page .table-responsive .table > tfoot > tr > th, .order-page .table-responsive .table > thead > tr > td,
.order-page .table-responsive .table > tbody > tr > td, .order-page .table-responsive .table > tfoot > tr > td {
  padding: 10px;
}
.order-page .table-responsive .table-bordered > thead > tr > th, .order-page .table-responsive .table-bordered > tbody > tr > th,
.order-page .table-responsive .table-bordered > tfoot > tr > th, .order-page .table-responsive .table-bordered > thead > tr > td,
.order-page .table-responsive .table-bordered > tbody > tr > td, .order-page .table-responsive .table-bordered > tfoot > tr > td {
  border: 1px solid #eceaea;
  color: #666;
}
.order-page .table-responsive .table-bordered {
  background-color: #fff;
  margin-bottom: 0;
  margin: 20px 0;
}
.order-page .table-responsive .continuie-shopping {
  border: 1px solid #fff;
}
.order-page .table-responsive h5 {
  margin-bottom: 0;
}
.order-page .shipping {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #eceaea;
}
@media (max-width: 991px) {
  .order-page .shipping {
    margin-top: 30px;
  }
}
.order-page .shipping h3 {
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .order-page .sum-box {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .order-page .sum-box {
    float: right;
    text-align: center;
  }
}
.order-page .total-summary {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #eceaea;
}
@media (max-width: 1200px) {
  .order-page .total-summary {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .order-page .total-summary {
    margin: 15px 15px 0 15px;
  }
}
.order-page .total-summary.fixed {
  position: fixed;
  top: 45px;
}
@media (max-width: 991px) {
  .order-page .total-summary.fixed {
    position: relative;
    top: 0;
  }
}
@media (max-width: 991px) {
  .order-page .total-summary {
    margin-top: 30px;
    text-align: center;
  }
}
.order-page .total-summary h4 {
  color: #00bcd4;
  text-align: left;
  font-size: 20px;
}
@media (max-width: 991px) {
  .order-page .total-summary h4 {
    text-align: center;
  }
}
.order-page .total-summary h4 .money {
  color: #ff9800;
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 25px;
}
.order-page .small-margin {
  margin-top: 15px;
}
.order-page .small-margin .order-btn {
  margin: 10px 0;
}

/****** History page *******/
.history-page .order-history {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #eceaea;
}
.history-page .order-history .repeat-order {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 991px) {
  .history-page .order-history .repeat-order {
    position: static;
    float: right;
  }
}
.history-page .order-history .details-block {
  position: static;
}
@media (max-width: 767px) {
  .history-page .order-history {
    padding: 13px;
  }
}
.history-page .order-history .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991px) {
  .history-page .order-history .row {
    display: block;
  }
}
.history-page .order-history .order-code {
  font-size: 21px;
  color: #ff9800;
  margin-bottom: 5px;
}
.history-page .order-history .order-code span {
  color: #00bcd4;
  font-size: 17px;
  display: block;
}
@media (min-width: 544px) {
  .history-page .order-history .order-code span {
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid #eee;
    display: inline-block;
  }
}
.history-page .order-history .order-code span:last-child.red {
  color: #d92222;
}
.history-page .order-history .date, .history-page .order-history .address {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .order-history .date div:first-child, .history-page .order-history .address div:first-child {
  margin-right: 10px;
}
.history-page .order-history .date, .history-page .order-history .address {
  font-size: 14px;
}
@media (max-width: 543px) {
  .history-page .order-history .address.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.history-page .order-history .address.comment > div:last-child {
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 543px) {
  .history-page .order-history .address.comment > div {
    width: 100%;
  }
}
.history-page .order-history .more-info {
  margin-top: 10px;
}
.history-page .order-history .more-info a {
  color: #1abc9c;
  font-size: 21px;
}
.history-page .order-history .summary {
  font-size: 17px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .history-page .order-history .summary {
    margin-left: 0;
  }
}
.history-page .order-history .summary div {
  margin-bottom: 10px;
}
.history-page .order-history .summary div span {
  float: right;
  font-weight: bold;
}
.history-page .order-history .summary div:last-child {
  margin-top: 20px;
}
.history-page .order-history .summary div:last-child span {
  color: #444444;
}
.history-page .order-history .summary div:first-child {
  padding-top: 15px;
}
.history-page .order-history .summary div:first-child span {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.history-page .order-history .orders {
  margin-top: 10px;
}
.history-page .order-history .orders .ordered-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 543px) {
  .history-page .order-history .orders .ordered-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.history-page .order-history .orders .ordered-items .image {
  width: 70px;
}
.history-page .order-history .orders .ordered-items .image img {
  max-width: 70px;
  max-height: 100px;
}
.history-page .order-history .orders .ordered-items .name {
  width: calc(60% - 10px);
  margin-left: 30px;
}
@media (max-width: 543px) {
  .history-page .order-history .orders .ordered-items .name {
    text-align: right;
  }
}
.history-page .order-history .orders .ordered-items .quantity {
  width: 20%;
  text-align: center;
}
@media (max-width: 543px) {
  .history-page .order-history .orders .ordered-items .quantity {
    width: 50%;
    margin-top: 5px;
  }
}
.history-page .order-history .orders .ordered-items .summary {
  width: 20%;
}
@media (max-width: 543px) {
  .history-page .order-history .orders .ordered-items .summary {
    width: 50%;
    margin-top: 5px;
    text-align: right;
  }
}

/****** Footer ***********/
.footer-line {
  background-color: #00bcd4;
  width: 30px;
  height: 2px;
  margin: 5px 0;
}

footer {
  background-color: #444444;
  padding: 20px;
}
footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .row > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .logo {
  height: 100%;
}
footer .logo img {
  height: 40px;
}
footer h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  padding: 5px 0;
}
footer ul li a, footer ul li p {
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
footer ul li a i, footer ul li p i {
  margin-right: 15px;
  color: #00bcd4;
  font-size: 20px !important;
  vertical-align: middle;
}
footer ul li a:hover {
  color: #ccc;
}

.about-us {
  margin-bottom: 50px;
}
.about-us:first-child h2:first-child {
  padding-top: 0px;
}
.about-us h2 {
  text-align: center;
  padding-top: 62px;
  margin-bottom: 30px;
  color: #d92222;
}
.about-us h2:after {
  height: 2px;
  background-color: #00bcd4;
  content: "";
  width: 40px;
  display: block;
  position: absolute;
  z-index: 4;
  text-align: center;
  left: 50%;
  margin-left: -20px;
  margin-top: 10px;
}
.about-us p {
  margin: 10px 0;
  line-height: 1.6;
  font-size: 16px;
}

product-card-component {
  display: block;
  height: 330px;
}
@media (max-width: 767px) {
  product-card-component {
    height: inherit;
  }
}

/****** Carousel styles *****/
.responsive {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .main-slider {
    margin-top: 15px;
  }
}
.main-slider img {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .main-slider img {
    height: inherit;
  }
}

.image-zoom .ngdialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.image-zoom .ngdialog-content img {
  max-height: calc(95vh - 40px);
  max-width: calc(95vh - 40px);
  padding: 10px;
}
.image-zoom .ngdialog-content div {
  font-weight: bold;
  color: #00bcd4;
  padding: 10px;
  text-align: center;
  background: #F5F5F5;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
body {
  background-color: #f5f8fa;
  font-family: "Noto Sans Armenian", sans-serif;
  overflow-x: hidden;
}

body,
html {
  position: relative;
  height: 100%;
}

input, button, .btn {
  border-radius: 0;
}

.content {
  min-height: calc(100vh - 175px);
}

img {
  max-width: 100%;
}

.btn.active.focus, .btn.active:focus, .btn.focus,
.btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

.v-center {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .v-center {
    display: block;
  }
}
.v-center > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .v-center > div {
    display: block;
  }
}

.border-bottom, .best-suggestions h2, .category-page h3 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}

/****** Typography ******/
h1 {
  font-size: 42px;
  margin: 20px 0;
  color: #ff9800;
  text-align: center;
}
@media (max-width: 767px) {
  h1 {
    font-size: 31px;
  }
}

h2 {
  margin: 15px 0;
  color: #00bcd4;
  font-weight: bold;
}
@media (max-width: 767px) {
  h2 {
    text-align: center;
  }
}

h3 {
  font-size: 21px;
  color: #1abc9c;
}

h4 {
  font-size: 17px;
  text-align: center;
}

h5 {
  font-size: 16px;
  margin: -2px 0 14px;
  font-weight: bold;
  color: #00bcd4;
  text-transform: capitalize;
}

h6 {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  margin: 0;
  color: #d92222;
}

p {
  color: #666;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #666;
}
a:hover, a:focus, a:hover {
  text-decoration: none;
  color: #00bcd4;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.basic-button, .order-btn, header .login-button .login {
  font-weight: 600;
  color: #d92222;
  font-size: 15px;
  text-align: center;
  list-height: 1;
  display: inline-block;
  padding: 10px 20px;
  background-color: #f5f8fa;
  box-shadow: 4px 3px 37px -11px rgba(0, 0, 0, 0.65);
  transition: all 0.2s ease-in-out;
}
.basic-button:hover, .order-btn:hover, header .login-button .login:hover {
  box-shadow: 4px 3px 40px -6px rgba(0, 0, 0, 0.66);
}

.order-btn {
  background-color: #1abc9c;
  color: #fff;
  margin: 20px 0;
}
.order-btn:hover {
  color: #fff;
}

.image-height, .product-card .product-card-image, .category-page .category-list .category-image {
  width: 100%;
  height: 0;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.image-height img, .product-card .product-card-image img, .category-page .category-list .category-image img {
  position: absolute;
  padding: 10px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  max-height: 100%;
  left: 50%;
}

.shipping textarea.form-control {
  resize: none;
  padding-top: 18px;
}
.shipping textarea.form-control:focus {
  border-color: #e0e0e0;
}
.shipping input.form-control, .shipping textarea {
  display: block;
  border: none;
  padding: 13px 0;
  border-bottom: solid 1px #e0e0e0;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #00bcd4 4%);
  background-position: -100pc 0;
  background-size: 100% 100%;
  box-shadow: none;
  background-repeat: no-repeat;
  color: #474747;
}
.shipping input.form-control:focus, .shipping textarea:focus {
  box-shadow: none;
  outline: none;
  background-position: 0 1px;
  border-color: transparent !important;
}
.shipping input.form-control:focus::-webkit-input-placeholder, .shipping textarea:focus::-webkit-input-placeholder {
  color: #00bcd4;
  font-size: 11px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  visibility: visible !important;
  transition: all 0.3s ease-in-out;
}
.shipping input.form-control, .shipping textarea, .shipping .form-control {
  box-shadow: none;
  padding: 25px 5px 15px 5px;
  font-size: 17px;
  margin-bottom: 30px;
  border-radius: 0;
  background-color: transparent;
}
.shipping input.form-control:focus, .shipping textarea:focus, .shipping .form-control:focus {
  outline: none;
  box-shadow: none;
}

.item-cost {
  color: #d92222;
  font-weight: bold;
  font-size: 16px;
}

.ngdialog-close {
  outline: none;
}

.auth-dialog .password-container {
  position: relative;
}
.auth-dialog .password-container input {
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}
.auth-dialog .password-container .toggle-password {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .auth-dialog {
    overflow: hidden;
    padding: 0 !important;
  }
  .auth-dialog .ngdialog-content {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    max-height: 85vh;
    overflow-y: scroll !important;
  }
  .auth-dialog .ngdialog-close {
    display: none;
  }
}
.auth-dialog.ngdialog.ngdialog-theme-plain .ngdialog-content {
  padding: 0;
  width: 90%;
  max-width: 800px;
  overflow: hidden;
  font-family: "Noto Sans Armenian", sans-serif;
}
.auth-dialog .ngdialog-close {
  z-index: 3;
}
.auth-dialog #wrapper {
  transition: height 0.5s ease-in-out;
  width: 100%;
  min-height: 300px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media (max-width: 767px) {
  .auth-dialog #wrapper {
    display: none;
  }
}
.auth-dialog #wrapper ul, .auth-dialog #wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.auth-dialog #wrapper .icon {
  width: 32px;
  height: 32px;
  display: block;
  fill: rgba(51, 51, 51, 0.5);
  margin-right: 20px;
  transition: all 0.2s ease-out;
}
.auth-dialog #wrapper .active > .icon {
  fill: #E74C3C;
}
.auth-dialog #wrapper .icon.big {
  margin-top: 30px;
  width: 64px;
  height: 64px;
  fill: rgba(51, 51, 51, 0.5);
}
.auth-dialog #wrapper #left-side {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 85%;
  box-shadow: 1em 0 1em -1em rgba(0, 0, 0, 0.25);
}
.auth-dialog #wrapper #left-side .custom-container {
  position: relative;
}
.auth-dialog #wrapper #left-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.auth-dialog #wrapper #left-side ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  box-sizing: border-box;
  font-size: 16px;
  color: #1abc9c;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.auth-dialog #wrapper #left-side ul li:hover {
  color: #E74C3C;
  transition: all 0.2s ease-out;
}
.auth-dialog #wrapper #left-side ul li:hover > .icon {
  fill: #333;
}
.auth-dialog #wrapper #left-side ul li:last-child {
  font-size: 14px;
}
.auth-dialog #wrapper #left-side ul li.active {
  color: #E74C3C;
  background: aliceblue;
}
.auth-dialog #wrapper #left-side ul li.active:hover > .icon {
  fill: #E74C3C;
}
.auth-dialog #wrapper #line {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0;
}
.auth-dialog #wrapper #line.login {
  top: 0px;
}
.auth-dialog #wrapper #line.signup {
  top: 54px;
}
.auth-dialog #wrapper #line.reset {
  top: 108px;
}
.auth-dialog #wrapper #right-side {
  height: 100%;
  width: 75%;
  right: 0;
  position: absolute;
  overflow: hidden;
  padding: 30px 0;
}
.auth-dialog #wrapper #right-side .form-container {
  z-index: 1;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.auth-dialog #wrapper #right-side .form-container h1 {
  font-weight: 800;
  color: #333;
}
.auth-dialog #wrapper #right-side .form-container p {
  color: #333;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
}
.auth-dialog #wrapper #right-side .form-container.active {
  opacity: 1;
  z-index: 2;
}
.auth-dialog #wrapper .form-horizontal {
  width: 85%;
  margin-top: 30px;
}
.auth-dialog #wrapper .form-horizontal .error {
  color: #d92222;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.auth-dialog #wrapper .form-horizontal .form-group .order-btn {
  margin: 10px 0;
  min-width: 150px;
}
.auth-dialog #wrapper .form-horizontal .form-group label {
  color: #666;
  font-size: 16px;
}
.auth-dialog #wrapper .form-horizontal .form-group input.form-control {
  color: #666;
  transition: all 0.2s;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  font-size: 18px;
}
.auth-dialog #wrapper .form-horizontal .form-group input.form-control:focus {
  border-color: #1abc9c;
}

/****** Mobile Login dialog  ******/
.mobile-login-dialog {
  display: none;
}
@media (max-width: 767px) {
  .mobile-login-dialog {
    display: block;
  }
}
.mobile-login-dialog {
  background-color: white;
}
.mobile-login-dialog .form-horizontal {
  margin: 20px 0;
}
.mobile-login-dialog .form-horizontal .error {
  color: #d92222;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.mobile-login-dialog .form-horizontal .form-group {
  margin-bottom: 10px;
}
.mobile-login-dialog .form-horizontal .form-group .order-btn {
  margin: 10px 0;
  min-width: 150px;
}
.mobile-login-dialog .form-horizontal .form-group label {
  color: #666;
  font-size: 13px;
}
.mobile-login-dialog .form-horizontal .form-group input.form-control {
  color: #666;
  transition: all 0.2s;
  box-shadow: none;
  border-radius: 0;
  height: 35px;
  font-size: 16px;
}
.mobile-login-dialog .form-horizontal .form-group input.form-control:focus {
  border-color: #1abc9c;
}
.mobile-login-dialog .nav-tabs {
  text-align: center;
  border-bottom: none;
  background-color: #f5f8fa;
}
.mobile-login-dialog .nav-tabs > li {
  float: none;
  display: inline-block;
}
.mobile-login-dialog .nav-tabs > li.active a {
  border: none;
  color: #ff9800;
  position: relative;
  background-color: transparent;
}
.mobile-login-dialog .nav-tabs > li.active a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 0px;
  right: 50%;
  margin-right: -10px;
}
.mobile-login-dialog .nav-tabs > li:focus, .mobile-login-dialog .nav-tabs > li:hover {
  background-color: none;
}
.mobile-login-dialog .nav-tabs > li > a {
  cursor: pointer;
  padding: 15px 20px;
  margin: 0;
  font-size: 16px;
  border: none;
}
@media (max-width: 543px) {
  .mobile-login-dialog .nav-tabs > li > a {
    padding: 15px 10px;
  }
}
@media (max-width: 343px) {
  .mobile-login-dialog .nav-tabs > li > a {
    font-size: 13px;
    padding: 15px 9px;
  }
}
.mobile-login-dialog .tab-content .form-container .icon {
  text-align: center;
}
.mobile-login-dialog .tab-content .form-container .icon img {
  height: 60px;
}
.mobile-login-dialog .tab-content .form-container .icon.small {
  margin: 30px 0 20px 0;
}
.mobile-login-dialog .tab-content .form-container .icon.big {
  margin: 30px 0 30px 0;
}

.category-item-container {
  transition: all ease 0.3s;
  display: block;
}

@media (max-width: 767px) {
  .list_item {
    margin-bottom: 15px;
  }
}
@media (max-width: 543px) {
  .list_item {
    width: 100% !important;
  }
}

.category-page h2 {
  color: #db3b32;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 0;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-list > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 0 10px;
}

.card {
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  transition: all 0.15s ease;
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  height: 100%;
}
.card:hover {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}
.card:hover .card-content h4 {
  color: #00bcd4;
}
.card .card-image {
  border-radius: 3px 3px 0 0;
  position: relative;
  text-align: center;
  height: 190px;
}
@media (max-width: 767px) {
  .card .card-image {
    height: 168px;
  }
}
.card .card-image:after {
  background-color: rgba(0, 188, 212, 0.35);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.card .card-image img {
  display: inline-block;
  padding: 15px;
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .card .card-image img {
    padding: 8px;
  }
}
.card .card-content {
  padding: 10px 15px;
}
.card .card-content h4 {
  color: #535353;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 767px) {
  .card .card-content h4 {
    text-align: center;
  }
}

breadcrumbs-component {
  position: relative;
  z-index: 3;
  display: block;
  margin-bottom: 20px;
  position: fixed;
  width: 100%;
  top: 60px;
}
@media (max-width: 767px) {
  breadcrumbs-component {
    margin-top: -7px;
  }
}
@media (max-width: 991px) {
  breadcrumbs-component .container {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
breadcrumbs-component ::-webkit-scrollbar {
  background: transparent;
  height: 2px;
  width: 4px;
}
breadcrumbs-component ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(3, 169, 244, 0.8);
}
breadcrumbs-component .bread {
  box-shadow: 0px 2px 4px -1px rgba(192, 192, 192, 0.63);
  background: #00BCD4;
  background: #f7f7f7;
  margin-right: -7px;
}
breadcrumbs-component .crumb {
  font-family: "Noto Sans Armenian", sans-serif;
  padding: 10px 23px;
  display: inline-block;
  margin-right: -4px;
  font-size: 16px;
  position: relative;
  color: #8F95A5;
  cursor: pointer;
}
@media (max-width: 1200px) {
  breadcrumbs-component .crumb {
    padding: 10px 17px;
    margin-right: -12px;
  }
}
@media (max-width: 991px) {
  breadcrumbs-component .crumb .fa {
    display: none !important;
  }
}
breadcrumbs-component .crumb:nth-child(2) .bg {
  background-color: rgb(255, 213.8, 153);
}
breadcrumbs-component .crumb:nth-child(2) span:after {
  border-left-color: #ff9800;
}
breadcrumbs-component .crumb:nth-child(2) span:before {
  border-left-color: rgb(255, 213.8, 153);
}
breadcrumbs-component .crumb:nth-child(3) .bg {
  background-color: rgb(255, 193.2, 102);
}
breadcrumbs-component .crumb:nth-child(3) span:after {
  border-left-color: #ff9800;
}
breadcrumbs-component .crumb:nth-child(3) span:before {
  border-left-color: rgb(255, 193.2, 102);
}
breadcrumbs-component .crumb:nth-child(4) .bg {
  background-color: rgb(255, 172.6, 51);
}
breadcrumbs-component .crumb:nth-child(4) span:after {
  border-left-color: #ff9800;
}
breadcrumbs-component .crumb:nth-child(4) span:before {
  border-left-color: rgb(255, 172.6, 51);
}
breadcrumbs-component .crumb:last-child span:after, breadcrumbs-component .crumb:last-child span:before {
  content: none;
}
@media (max-width: 1200px) {
  breadcrumbs-component .crumb span {
    font-size: 14px;
    margin-left: 4px;
  }
}
breadcrumbs-component .crumb span:after, breadcrumbs-component .crumb span:before {
  content: "";
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 21px solid;
  position: absolute;
  top: -9px;
}
@media (max-width: 1200px) {
  breadcrumbs-component .crumb span:after, breadcrumbs-component .crumb span:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid;
    top: -10px;
  }
}
breadcrumbs-component .crumb span:after {
  border-left-color: #ff9800;
  right: -59px;
  z-index: 1;
}
@media (max-width: 1200px) {
  breadcrumbs-component .crumb span:after {
    right: -42px;
  }
}
@media (max-width: 991px) {
  breadcrumbs-component .crumb span:after {
    right: -24px;
  }
}
breadcrumbs-component .crumb span:before {
  border-left-color: #fbf6f6;
  right: -58px;
  z-index: 10;
}
@media (max-width: 1200px) {
  breadcrumbs-component .crumb span:before {
    right: -41px;
  }
}
@media (max-width: 991px) {
  breadcrumbs-component .crumb span:before {
    right: -23px;
  }
}
breadcrumbs-component .crumb .fa-chevron-down:before {
  font-size: 12px;
  margin-left: 2px;
}
breadcrumbs-component .crumb .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
breadcrumbs-component .crumb span, breadcrumbs-component .crumb .fa {
  position: relative;
  display: inline-block;
}
breadcrumbs-component .crumb span {
  min-width: 160px;
  color: #37474F;
  text-align: center;
  padding: 0 3px;
}
breadcrumbs-component .crumb span:hover {
  color: black;
}
breadcrumbs-component .crumb:first-child .bg {
  background: #fbf6f6;
}
breadcrumbs-component .crumb:last-child {
  border-color: #ff9800;
  color: white;
  margin-left: 2px;
}
@media (max-width: 1200px) {
  breadcrumbs-component .crumb:last-child {
    margin-left: 0;
  }
}
breadcrumbs-component .crumb:last-child span {
  color: #fff;
}
breadcrumbs-component .crumb:last-child .bg {
  background: #ff9800;
}
breadcrumbs-component .crumb:hover {
  color: black;
}
breadcrumbs-component .crumb:hover .fa {
  color: black;
}
breadcrumbs-component .crumb:hover .dropdown {
  display: block;
}
breadcrumbs-component .dropdown {
  display: none;
  position: absolute;
  z-index: -1;
  max-height: calc(100vh - 105px);
  overflow-y: auto;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  top: 100%;
  background: #f8f8f8;
  right: 0;
  left: 0;
  padding: 5px 0;
}
breadcrumbs-component .dropdown a {
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #444;
  border-bottom: 1px solid #E0E0E0;
}
breadcrumbs-component .dropdown a:hover {
  background: #e0e0e0;
  color: #00bcd4;
  color: black;
  background: #ff9800;
  color: white;
}
breadcrumbs-component .dropdown a:last-child {
  border-bottom: none !important;
}
breadcrumbs-component .crumb:last-child .dropdown a:hover {
  background: #ff9800;
  color: white;
}